/* =================================
------------------------------------
  The Plaza - eCommerce Template
  Version: 1.0
 ------------------------------------ 
 ====================================*/
/* create */
/* Dropdown button */
.div-ccl{
	letter-spacing: 3px;
}
.div-ccl p{
	letter-spacing: 2px;
}
.se-lab h1, .se-lab h2, .se-lab h3, .se-lab h4{
	color : #E55455;
	margin : 20px 0px;
	font-weight: 1000;
}
.brief{
	overflow-y: auto;
}
.object-fit_fill {
	object-fit: cover
  }
  
  .object-fit_contain {
	object-fit: contain;
	z-index: -1000;
  }
  .image-bulet {
	width: 150px;
	height: 150px;
	margin:10px;
	background-size:cover;
	background-position: center;
	border-radius: 100%;
	background-color: url("assets/img/mentor/maybe.png");
  }
.slick-next{
	content: ">";
  	font-size: 20px;
	color: blue;
	display: inline !important;

  }
.slick-prev:before{
content: "<";
color: blue;
font-size: 20px;
}
.slider-div .slick-arrow.slick-prev:before, .slider-satu .slick-arrow.slick-prev:before {
    content: "\f137";
    font-size: 30px;
    opacity: 0.5;
    color: black;
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
}
.slider-div .slick-arrow.slick-next:before, .slider-satu .slick-arrow.slick-next:before {
    content: "\f138";
    font-size: 30px;
    opacity: 0.5;
    color: black;
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
}
.project-section h5, .project-section h4{
	color: #653CAC;
	margin: 10px 0px;
	font-weight: 800;
}
.family-div a{
	color: #653CAC;
	font-weight: bolder;

}
.project-section .title{
	margin: 15px 0px;
	font-weight: 800;
}
.project-section .header-logo{
	margin: 0px;
}
.project-section img{
	margin: 15px 0px;
}
.circle{
	border-radius: 100%;
}
.impact-team p{
	color: black;
}
.imt-section{
	margin: 50px 0px;
}
.imt-section h4{
	font-weight: 900;
	color: #653CAC;
}
.imt-section .div{
	padding: 50px 30px;
	border-radius: 10px;
	background-color: #653CAC;
	color : white;
}
.imt-section h1{
	text-align: right;
	color: white;
	font-weight: 900;
	margin-top: -80px;
}
.imt-section img{
	margin-top: -80px;
	margin-bottom: 15px;
}
.imr-section{
	margin: 50px 0px;
}
.imr-section h4{
	font-weight: 900;
	color: #0D5BB9;
}
.imr-section .div{
	padding: 50px 30px;
	border-radius: 10px;
	background-color: #0D5BB9;
	color : white;
}
.imr-section h1{
	text-align: right;
	color: white;
	font-weight: 900;
	margin-top: -80px;
}
.imr-section img{
	margin-top: -80px;
	margin-bottom: 15px;
}
.impact-program-section p{
	color: black;
	line-height: 1.5;
	padding: 20px 0px;
}
.se-lab span{
	color : #E55455;
}
.divider-left{
	border-left: black solid 1px;
	padding-left: 50px;
}
.se-service{
	background-color: #653BAC;
	color : white;
	width: 100%;
	height: 100%;
	padding : 20px 10px;
	border-radius: 10px;
	text-align: center;
}
.se-product{
	text-align: center;
}
.se-product img{
	margin: 20px;
	height: 110px;
}
.se-program h4{
	font-weight: bolder;
	text-align: center;
	margin: 30px 0px;
}
.se-product p{
	font-size: 14px;
	margin: 15px 0px;
	line-height: 1.5;
}
.se-lab img{
	margin : 30px 0px;
}
.se-program h2{
	color : #05A09E;
	font-weight: 1000;
	padding : 20px;
}
.brief{
	width: 100%;
	height: 330px;
	padding: 30px;
	border-radius: 10px;
}
.pda-brief h4,.pda-brief-mobile h4{
	color : #05A09E;
}
.pda-brief .brief, .pda-brief-mobile .brief{
	background-color : #05A09E;
	color: white;
}
.nea-brief h4, .nea-brief-mobile h4{
	color : #E08032;
}
.nea-brief .brief, .nea-brief-mobile .brief{
	background-color : #E08032;
	color: white;
}
.ioa-brief h4, .ioa-brief-mobile h4{
	color : #3636A3;
}
.ioa-brief .brief, .ioa-brief-mobile .brief{
	background-color : #3636A3;
	color: white;
}
.btn-lab{
	background-color: #E55455;
	color: white;
	width: 100%;
	font-weight: bolder;
	padding:15px;
}
.btn-program{
	background-color: #05A09E;
	color: white;
	width: 100%;
	font-weight: bolder;
	padding:15px;
}

.dropdown .dropdown-toggle {
	border: none;
	outline: none;
	color: white;
	font-family: inherit; /* Important for vertical align on mobile phones */
  }
  
  /* Dropdown content (hidden by default) */
  .dropdown-content {
	display: none;
	position: absolute;
	background-color: #3a3c40;
	margin-left: -45px;
	width: 250px;
	padding: 15px 0px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	/* text-align: center; */
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
	float: none;
	color: black;
	margin-left: 10px !important;

	/* padding: 12px 16px; */
	text-decoration: none;
	display: block;
	text-align: left;
  }
  .dropdown-content hr{
	  margin : 5px 10px;
	  border-color: #5b8fa3;
  }
  
  /* Add a grey background color to dropdown links on hover */
  .dropdown-content a:hover {
	color: #ddd;
  }
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {
	display: block;
  }
.pda-brief-mobile, .ioa-brief-mobile, .nea-brief-mobile{
	display: none;
}
.vmaps{
	width: 100%; height: 800px; padding: 0px;
}
.header-logo{
	margin:10px 0px;
}
.header-logo h3{
	color:#3E2D81;
}
.header-logo p {
	color : black;
}
.header-logo b {
	margin : 45px 0px;
}
.proudly-section {
	background: #3E2D81;
}
.proudly-section h3{
	color : white;
}

.program-detail{
	margin: 30px 0px;
}
.program-detail h5{
	color: #3E2D81;
	font-weight: 600;
	font-size: 20px;
	margin:15px;
}
.program-detail p{
	font-size: 12px;
	text-align: center;
	margin: 3px;
	line-height: 1.4;
}
.program-detail img{
	max-height:200px;
	padding:10px
}
.apply-section{
	background-color: rgb(213, 207, 237);
	padding : 30px 0px;
}
.box-btn:hover{
	background-color: white;
	font-weight:800;
	border: 2px solid #3E2D81;
	color : #3E2D81;
}
.box-btn {
	display: inline-block;
	text-align: center;
	font-size: 18px;
	background-color:#3E2D81;
	color:white;
	padding: 8px 20px;
	margin : 5px;
	min-width: 200px;
	font-weight: 500;
	border:#3E2D81 2px solid;
	cursor: pointer;
	border-radius: 5px;
	line-height: normal;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.bordered-btn:hover{
	background-color: white;
	font-weight:800;
	color: #3E2D81;
}
.bordered-btn {
	display: inline-block;
	text-align: center;
	font-size: 15px;
	color: white;
	padding: 12px 30px;
	min-width: 138px;
	font-weight: 500;
	border: white 2px solid;
	cursor: pointer;
	line-height: normal;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.download-btn {
	display: inline-block;
	text-align: center;
	font-size: 15px;
	color: #3E2D81;
	padding: 10px;
	min-width: 138px;
	font-weight: 500;
	border: #3E2D81 1px solid;
	/* background: #FFF; */
	cursor: pointer;
	line-height: normal;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	margin: 20px;

}
.header-home-section {
	height: 100%;
	background: #000;
	background-position: bottom center;
	overflow: hidden;
	
	background-image:url('../../assets/img/SIAP-mainimg.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 150px 80px 180px 80px;
	background: #000;
	background-position: bottom center;
	overflow: hidden;
}
.header-home-section p{
	font-size: 36px ;
}
.subhome-section{
	background-image:url('../../assets/img/BG-farmer.png');
	height: 250px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height:200px;
	padding : 30px;
	color:white;
	text-align: center;
}

.subhome-section h4{
	color : white;
	font-size : 36px;
}
.subhome-section b{
	color: rgb(250, 255, 160);
	font-weight: 1000 !important;
}
.subhome-section p{
	color : white;
	line-height: 1.2;
	margin: 10px;
	font-size: 16px;
}
.slider-section h4{
	text-align: center;
}
.div-slider{
	padding: 15px;
}
.slider-container{
	border-radius: 15px;

	-webkit-box-shadow: 2px 5px 13px -4px rgba(0,0,0,0.41); 
	box-shadow: 2px 5px 13px -4px rgba(0,0,0,0.41);
}
.slider-container .img{
	height : 200px;
	border-radius: 15px 15px 0px 0px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.slider-container .slider-desc{
	padding : 30px
}
.slider-desc .heading{
	color: #3E2D81;
	font-weight: 600;
	font-size: 24px;
}
.slider-desc .desc{
	color: black;
	font-size: 16px;
}
.slider-btn {
	display: inline-block;
	text-align: center;
	font-size: 20px;
	color: #3E2D81;
	padding: 12px 30px;
	min-width: 138px;
	font-weight: 500;
	border: none;
	background: #FFF;
	cursor: pointer;
	line-height: normal;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	border-radius: 5px;
}
.h-slider{
	font-size : 60px;
	color : #FFF;
	line-height: 1.2;
}
.p-slider{
	font-size : 25px;
	color : #FFF;
	line-height: 1.2;
}
.curriculum-section{
	text-align: center;
	padding : 50px 0px;
	background-color: #f1edd0;
}
.milestones-section{
	text-align: center;
	padding : 50px 0px;
	background-image:url('../../assets/img/BG-pat w.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	
}
.milestones-section h1, .curriculum-section h1{
	font-size: 68px;
	font-weight: bold;
}
.milestones-section p, .curriculum-section p{
	font-size: 21px;
	padding :10px;
	color: black;
	line-height: initial;
	margin-bottom : 5px;
}
.alumnae-section{
	text-align: center;
}
.alumnae-section p{
	font-size: 15px; 
	margin-top: 10px;
	line-height: 1.3;
	color: gray;
}
.join-section{
	background-image: url('../img/BG-register.png');
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
}
.foot-join h2{
	color : #fff;
	margin : 10px;
	font-weight: 700;

}
.foot-join h4{
	color : #fff;
	margin : 10px;
}
.partners{
	text-align: center;
}
.partners hr{
	margin-top: -20px;
}
.partners img{
	padding:10px;
}
.partners span{
	font-size: 16px;
}
.img-partners{
	padding : 30px 40px;
}
.apply-siap{
	text-align: center;
}
	
.div-apply{
	background-color: #FFF;
	border-radius: 5px;
	text-align: center;
	padding: 15px;
	margin: 10px;
	height: 370px;
	-webkit-box-shadow: 0px 12px 50px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 12px 50px rgba(0, 0, 0, 0.1);
}
.div-apply img{
	max-height:150px;
	padding:10px
}
.div-apply p{
	color :black;
	font-size: 12px;
	line-height: 1.7;
	margin: 10px 0px;
}
.testimony{
	text-align: center;
}
.testimony span{
	font-size: 13px;
}
.testimony img{
	border-radius: 100%;
	width: 150px;
}
.testimony p{
	color: black;
	line-height: 1.4;
}
.header-porto-section {
	height: 500px;
	padding: 80px;
	background: #000;
	background-position: bottom center;
	overflow: hidden;
	color: white;
	background-image:url('../../assets/img/portmain image.png'); background-position: center;background-repeat: no-repeat;background-size: cover;
}
.header-porto-section h2{
	color : white;
	margin-top:150px;
}
.header-porto-section b{
	color : #65D1C6;
}
.header-family-section {
	height: 400px;
	padding: 80px;
	background: #000;
	background-position: bottom center;
	overflow: hidden;
	color: white;
	background-image:url('../../assets/img/SIAP-mainimg.png'); background-position: center;background-repeat: no-repeat;background-size: cover;
}
.header-family-section h2{
	color : white;
	margin-top:120px;
}

.family-section .header{
	background-image:url('../../assets/img/BG-pat.png'); 
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 25px;
	height: 200px;
}
.family-section .desc{
	margin-top : -60px;
}
.family-div{
	-webkit-box-shadow: 0px 12px 50px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 12px 50px rgba(0, 0, 0, 0.1);
	height: 500px;
	background-color: white;
	padding: 50px;
	border-radius: 10px;
}

.family-div img{
	height: 80px;
}
.family-div p {
	color: black;
}

.family-section{
	margin-bottom : 80px;
}
.header-home-section {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	background: #000;
	background-image:url('../../assets/img/SIAP-mainimg.png');
	background-position: bottom center;
	overflow: hidden;
}
.network-section {
	/* height: 200px; */
	background: #000;
	background-position: bottom center;
	overflow: hidden;
	
	background: rgb(52,8,121);background: linear-gradient(0deg, rgba(52,8,121,1) 40%, rgba(32,75,169,1) 65%, rgba(0,142,198,1) 100%);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 150px 100px 180px 100px;
	background-position: bottom center;
	overflow: hidden;
}
.network-section h1,.network-section p{
	color : white;
}
.header-home-section p{
	font-size: 23px;
	line-height: 1.4;
	color : white;
}
.header-porto-section .container{
	margin-top: 100px;
}
.header-porto-section .container h4, .header-porto-section .container h2{
	color: white;
	font-weight: 700;
}
.header-porto-section .container p{
	color: white;
	font-size: 25px;
	line-height: 1.3;
}
.porto-div{
	border-radius: 10px;
	-webkit-box-shadow: -2px 1px 12px 7px rgba(0,0,0,0.15); 
	box-shadow: -2px 1px 12px 7px rgba(0,0,0,0.15);
}
.porto-div img{
	width: 100%;
}
.project-left{
	border-right: 1px solid lightgray;
	padding : 20px 15px;
}
.porto-left{
	padding : 20px 15px;
}
.porto-left h2{
	color : #3D0E90;
}
.porto-left p{
	color : black;
}


.header-porto-section .container h7{
	color: white;
	line-height: 1.3;
}
.header-profile-section {
	height: 500px;
	padding: 180px;
	color: white;
	background: #000;
	background-position: bottom center;
	overflow: hidden;
	background-image:url('../img/background.png'); background-position: center;background-repeat: no-repeat;background-size: cover;
}
.profile-detail{
	border: #f0f0f0 solid 3px;
	border-radius: 10px;
	padding: 20px;
}
.profile-detail h5{
	font-weight: 700;
	/* margin: 15px 0px; */
}
.header-about-section {
	height: 570px;
	padding: 80px;
	background: #000;
	background-position: bottom center;
	overflow: hidden;
	
	background-image:url('../../assets/img/SIAP-mainimg.png');background-position: center;background-repeat: no-repeat;background-size: cover;
}
.about-header{
	border:white solid 1px;
	padding: 30px;
	border-radius: 10px;

	margin: 30px 0px;
}
.about-header h3{
	color : white;
	margin : 10px 0px;
}
.about-header p {
	color:white;
	font-size: 16px;
}
.about-mission{
	border-right : solid 1px white;
	padding: 0px 50px;
}
.about-goals{
	padding: 0px 50px;
}
.header-about-section h2{
	padding-top: 100px;
	color: white;
}
.header-program-section {
	/* height: 400px; */
	padding: 80px;
	background: #000;
	background-position: bottom center;
	overflow: hidden;
	
	background-image:url('../../assets/img/SIAP-mainimg.png');background-position: center;background-repeat: no-repeat;background-size: cover;
}
.header-program-section p{
	color : white;
	line-height: 1.5;
}
.header-program-section h3{
	margin-top:80px;
	padding: 10px 0px;
	color: white;
}
.header-ccl-section {
	font-family: "Work Sans" !important;
	height: 800px;
	padding: 150px 80px;
	background: #000;
	background-position: bottom center;
	overflow: hidden;
	
	background-image:url('../../assets/ccl/bg-desktop.png');background-position: center;background-repeat: no-repeat;background-size: cover;
}
.header-ccl-section h1{
	color : white;
	font-size: 70pt;
	font-weight: bolder;
}

.header-ccl-section h2{
	color : white;
	font-weight: 900;
}
.header-ccl-section p{
	color : white;
	font-size : 16pt;
	line-height: 16pt;
}
.header-ccl-section .yellow{
	color : #ebde2a;
	font-weight: bold;
	font-size : 16pt;
	line-height: 16pt;
}
.header-ccl-section .bottom {
	position: absolute;
	bottom: 30px;
}

.about-us-ccl{
	font-family: "Work Sans" !important;
	margin-top:0px;padding:120px 0px;
	
	background-image:url('../../assets/ccl/Paper Textured-07.png');background-position: center;background-repeat: no-repeat;background-size: cover;
}
.about-us-ccl .about-us{
	padding-left : 50px;
	text-align: justify;
}
.about-us-ccl .about-us p{
	color : black;
	font-size: 11.3pt;
	letter-spacing: 1;
}
.about-us-ccl .about-us h2{
	color : black;
	font-weight: bold;
}
.about-us-ccl .teaser{
	background-image: linear-gradient(to right, #0F98E8 , #AC43D9);height:100%; width:100%; border-radius:20px;
	text-align: center;
	padding-top : 30%;
}
.time-ccl h4{
	color : white;
	letter-spacing: 2px;
}
.time-ccl p{
	color : white;
	font-size: 11pt;
	line-height: 1.2;

}

.footer-ccl img{
	width: 100%;
}
.inside-ccl{
	font-family: "Work Sans" !important;
	margin-top:0px;padding:120px 0px;
	
	background-image:url('../../assets/ccl/inside-bg.png');background-position: center;background-repeat: no-repeat;background-size: cover;
}
.inside-ccl h3{
	color : white
}
.inside-ccl p{
	font-size: 14pt;
}
.inside-box {
	background-color: white;
	border-radius: 15px;
	text-align: center;
	padding : 10px;
	margin : 10px 0px;
}
.inside-box .inside-body{
	background-image: linear-gradient(to right, #0F98E8 , #AC43D9);
	border-radius:15px;
	color : white;
	padding : 15px 20px;
	margin-top: 10px;
}
.inside-mini-ccl{
	font-family: "Work Sans" !important;
	margin-top:0px;padding:120px 0px;
	
	background-image:url('../../assets/ccl/inside-bg-play.png');background-position: center;background-repeat: no-repeat;background-size: cover;
}
.inside-mini-ccl h1{
	color : white;
	font-weight: 500;
	letter-spacing: 5px;
}
.inside-mini-ccl p{
	color : white;
	font-weight: 400;
	letter-spacing: 3px;
}
.inside-mini-ccl .yellow{
	color : rgb(216, 202, 12);
	font-weight: 600;
	letter-spacing: 3px;
}
.partner-ccl{
	font-family: "Work Sans" !important;
	background-image:url('../../assets/ccl/Paper Textured-07.png');background-position: center;background-repeat: no-repeat;background-size: cover;
	text-align: center;
}
.partner-header{
	background-image: linear-gradient(to left, #0F98E8 , #AC43D9);
	padding : 40px;
	letter-spacing: 3px;
	text-align: center;
	/* opacity: 0.8; */
}
.partner-header h2 {
	color : white;	
	font-weight: 800;
}
.strip{
	background-image: linear-gradient(to left, #0F98E8 , #AC43D9);
	height: 3px;
	margin:5px;
}
.innovation-ccl .strip{
	margin: 20px 0px;
}
.mentor-ccl-section{
	font-family: "Work Sans" !important;

	background-image:url('../../assets/ccl/Paper Textured-07.png');background-position: center;background-repeat: no-repeat;background-size: cover;
	text-align: center;
}
.slider-mentor .slick-prev:before{
	color:#AC43D9
}
.slider-mentor .slick-next:before{
	color:#AC43D9
}
.modal-ccl{
	font-family: "Work Sans" !important;
	border-radius: 20px;
	border: 1px solid #AC43D9;
	padding : 15px;
	text-align: left;
}
.modal-ccl h6{
	color:#AC43D9
}
.modal-ccl h2{
	font-weight: bolder;
}
.modal-ccl p{
	color: black;
}
.modal-map{
	font-family: "Work Sans" !important;
	background-image: linear-gradient(to left, #0F98E8 , #AC43D9);
	border-radius: 20px;
	text-align: left;
	padding: 20px;
}
.modal-map h3{
	color: white;
	font-weight: bolder;
}
.modal-map h3 span{
	font-size: 50px;
}
.modal-map p{
	color: white;
}
.mentor-ccl{
	padding : 20px;
	text-align: center;
}
.mentor-ccl label{
	color : #AC43D9;
	font-weight: bolder;
	margin-top:10px;
	font-size: 10pt;
	margin-bottom : 2px;
}
.mentor-ccl p{
	color : black;
	line-height: 1;
	margin-top : 0px;
	font-size: 9pt;
}
.mentor-ccl img{
	width: 100%;
}
.button-ccl{
	background-color: white;
	color : #AC43D9;
	font-weight: bold;
	border: 0px;
	margin : 30px 0px;
	padding : 10px 30px;
	border-radius: 30px;
}
.button-ccl-color{
	background-image: linear-gradient(to left, #0F98E8 , #AC43D9);
	color: white !important;
	font-weight: bolder;
	border: 0px;
	margin : 30px 0px;
	padding : 10px 30px;
	border-radius: 30px;
}
.speakers-ccl{
	text-align: center;
}
.speakers-ccl label{
	color : black;
	font-weight: bolder;
	font-size: 9pt;
	margin-bottom: 2px;
	margin-top : 10px;
}
.speakers-ccl p{
	color : black;
	line-height: 1.4;
	font-size: 7pt;
	margin-top: 5px
}
.speakers-ccl img{
	/* padding : 25px; */
}
.modal-lg{
	max-width: 1000px !important;
}

.innovation-ccl{
	font-family: "Work Sans" !important;
	margin-top:0px;
	padding:50px 0px;
	text-align: center;
	background-image:url('../../assets/ccl/Paper Textured-07.png');background-position: center;background-repeat: repeat-x;background-size: cover;
}
.innovation-ccl .button-innovation{
	width: 100%;
	padding : 15px;
	background-image: linear-gradient(to right, #0F98E8 , #AC43D9);
	border-radius : 20px;
	color : white;
}
.button-innovation img{
	padding: 20px;
}
.innovation-ccl p{
	color : #AC43D9;
	font-weight: bold;
	font-size: 15pt;
}
.map-ccl{
	font-family: "Work Sans" !important;
	margin-top:0px;padding:120px 0px;
	text-align: center;
	background-image:url('../../assets/ccl/Paper Textured-07.png');background-position: center;background-repeat: repeat-x;background-size: cover;
}
.map-ccl .container {
	position: relative;
	background-image:url('../../assets/ccl/Web Asset -2.png');background-position: center;background-repeat: no-repeat;background-size:contain;
	height: 800px;
}
.map-ccl .bottom {
	position: absolute;
	bottom: 30px;
	right: 30px;
}
.map-ccl .top {
	position: absolute;
	text-align: right;
	top: 30px;
	right: 30px;
}
.div-lampung{
	text-align:right;padding-top:80px;
}
.div-makasar{
	text-align:right;padding-top:205px;padding-right:50px
}
.div-semarang{
	text-align:left;padding-top:155px;padding-left: 60px;
}
.button-lampung{
	font-size:25px;padding: 15px 60px;
}
.button-makasar{
	font-size:25px;padding: 15px 60px;
}
.button-semarang{
	font-size:25px;padding: 15px 60px;
}

.header-corp-section {
	/* height: 400px; */
	padding: 80px;
	background: #000;
	background-position: bottom center;
	overflow: hidden;
	
	background-image:url('../../assets/img/corporateheader.png');background-position: left;background-repeat: no-repeat;
}
.header-corp-section p{
	color : white;
	line-height: 1.5;
}
.header-corp-section h2{
	margin-top:80px;
	padding: 10px 0px;
	color: white;
}
.header-incubation, .header-accelaration{
	padding: 80px;
	padding-top : 120px;
	height: 600px;
	background: rgb(52,8,121);background: linear-gradient(0deg, rgba(52,8,121,1) 40%, rgba(32,75,169,1) 65%, rgba(0,142,198,1) 100%);
}
.header-impact{
	padding: 80px;
	padding-top : 150px;
	height: 600px;
	background: url('../../assets/img/IMSmainbg.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.header-impact h1{
	margin-top:80px;
	font-size : 53px;
	color: white;
}
.header-impact p{
	color : white;
	line-height: 1.5;
	font-size: 20px;
}
.header-impact b{
	color: #65D1C6;
}
.header-accelaration .desc{
	padding: 0px 50px;
}
.header-accelaration p{
	color : white;
	line-height: 1.5;
	font-size: 20px;
}
.header-accelaration h1{
	margin-top:80px;
	font-size : 53px;
	color: white;
}
.header-incubation .desc{
	padding: 0px 50px;
}
.header-incubation p{
	color : white;
	line-height: 1.5;
	font-size: 20px;
}
.header-incubation .img{
	padding-top: 70px;
}
.header-incubation h1{
	margin-top:80px;
	font-size : 53px;
	color: white;
}
.curriculum-desc p{
	font-size: 15px;
}
.download-div{
	background: rgb(52,8,121);background: linear-gradient(90deg, rgba(52,8,121,1) 40%, rgba(32,75,169,1) 65%, rgba(0,142,198,1) 100%);
	color : white;
	border-radius : 5px;
	padding : 40px;
	margin : 30px;
}
.download-impact{
	border-radius : 5px;
	padding : 20px 45px ;
}
.download-impact input{
	border: 0px;
}
.download-impact button{
	background-color: #3D0E90;
}
.download-form .btn-sm{
	background-color: #d1d47f;
	border-radius: 5px;
}
.download-form input{
	border-radius: 5px;
}
.download-form div{
	padding : 5px;
}
.download-form {
	margin : 20px 0px;
	width: 100%;
}
.our-team{
	/* border : solid 1px lightgray; */
	padding: 0px;
	background-color: white;
	border-radius: 10px;
	height: 480px;
	margin: 5px;
	margin-top : -80px;	
	padding-top : 80px;

	-webkit-box-shadow: 8px 10px 13px -6px rgba(0,0,0,0.22); box-shadow: 8px 10px 13px -6px rgba(0,0,0,0.22);
}
.team-desc{
	overflow: auto;
	height: 330px;
}
.team-img{
	margin: 10px;
	height: 150px;
	margin-bottom:30px;
	/* background-color: white; */

}
.team .team-img img{
	margin: 10px;
	height: 150px;
	border-radius: 100%;
	/* border: 3px solid white; */
	/* margin-top: -50px; */
	z-index: 1000;
}
.our-team span{
	font-weight: 600;
}
.our-team b{
	color: #3E2D81;
	font-size: 13pt;

}
.our-team p{
	color: #333;
	line-height: 1.3;
	font-size: 14px;
	text-align: justify;
	margin: 20px 10px
}
.hiring-section p{
	color: black;
}
.hiring-section h1{
	color : #3E2D81;
	margin: 20px 0px;
}
.hiring-section b{
	color : #3E2D81;
	font-size: 17px;
}
.div-border {
	border: black 1px solid;
	border-radius : 20px;
	margin: 40px 0px;
	padding: 50px;
	width: 100%;

}
.div-border p{
	color: black;
}
.header-program-section .container{
	margin-top: 100px;
}
.header-program-section .container h2{
	color: white;
}
.header-program-section .container p{
	color: white;
	font-size: 20px;
	line-height: 1.3;
}
.team-section{
	text-align: center;
	background-color: #d1ecf0;
	margin-top : -10px;
	padding: 30px 20px;
}
.vacancy{
	padding: 10px;
}
.div-vacancy{
	background-color: #3E2D81;
	border: lightgray 1px solid;
	color : white;
	padding: 50px 0px;
	width: 100%;
	height: 180px;
	border-radius: 15px;
	text-align: center;
}
.div-vacancy b{
	color: white;
}
.supporter-div{
	background-color:white;
	width:100%;
	height:100%;
	padding-bottom:20px;border-radius:15px;-webkit-box-shadow: 8px 10px 13px -6px rgba(0,0,0,0.22); box-shadow: 8px 10px 13px -6px rgba(0,0,0,0.22);
}
.supporter-img{
	height:130px;
}
.supporter-img img{
	max-height:120px;
	padding : 10px 20px 0px 20px;
}
.supporter-desc{
	max-height:230px;
	overflow-y:auto;
	font-size: 16px;
	text-align: justify;
}
.alumnae {
	margin: 10px 0px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 12px 50px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 12px 50px rgba(0, 0, 0, 0.1);
}
.alumnae a{
	color : black;
}
.phase{
	background-color: teal;
	color: white;
	border-radius: 10px 10px 0px 0px;
	padding: 5px;
}
.alumnae-name:hover {
	background-color: grey;
}
.alumnae-name{
	background-color: #3E2D81;
	padding: 10px 20px;
	color: white;
	border-radius: 5px ;
	font-weight: 700;
	margin-bottom: 10px;
}
.alumnae-section {
	padding: 50px 10px;
}
.div-alumnae{
	background-color: white;
	text-align: center;
	height: 120px;
	border-radius: 5px;
	margin: 15px 0px;
}
.div-alumnae img{
	max-height: 120px;
	max-width: 210px;
}
.alumnae-desc{
	margin:20px;
	height: 230px;
	overflow: auto;
}
.incube-left{
	padding: 80px;
}
.incube-left p{
	color: black;
	font-size: 15px;
}

.project-div{
	padding: 40px
}
.project-image{
	padding:0px;
}
.impact-section{
	background-color: #1c7bb5;
	background-image:url('../../assets/img/BG-pat.png'); 
	background-size: cover;
	padding : 50px 100px;
	text-align: center;
}
.impact-section p{
	color: white;
	font-size: 16px;
	font-weight: 500;
}
.impact-section h4{
	color: white;
}
.header-ccl-section img{
	height: 50px;
}
/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/

html,
body {
	height: 100%;
	font-family: 'Work Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: 500;
	color: #414141;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 14px;
	color: #b4b4b4;
	line-height: 2;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

/*---------------------
  Helper CSS
-----------------------*/

.section-title {
	text-align: center;
	margin-bottom: 55px;
}

.section-title h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
}

.section-title p {
	font-size: 18px;
	font-weight: 500;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.spad {
	padding-top: 80px;
	padding-bottom: 80px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

.rating i {
	color: #fbb710;
}

.rating .is-fade {
	color: #e0e3e4;
}

/*---------------------
  Commom elements
-----------------------*/

/* buttons */


.site-btn {
	display: inline-block;
	text-align: center;
	font-size: 14px;
	color: #3E2D81;
	padding: 12px 30px;
	min-width: 138px;
	font-weight: 500;
	border: none;
	background: #FFF;
	cursor: pointer;
	line-height: normal;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.site-btn:hover {
	color: #fff;
}

.site-btn.btn-line {
	background: transparent;
	border: 2px solid #414141;
	color: #414141;
	padding: 12px 20px;
}

.site-btn.btn-line:hover {
	background: #b09d81;
	border: 2px solid #b09d81;
	color: #fff;
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #fff;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

/*------------------
  Header section
---------------------*/

.header-section {
	position: absolute;
	width: 100%;
	padding: 30px 33px 0;
	left: 0;
	top: 0;
	z-index: 99;
}

.header-section.header-normal {
	position: relative;
	overflow: visible;
	padding: 32px 34px 58px;
	background: #f0f9ff;
	background: -webkit-gradient(linear, left top, right top, from(#f0f9ff), color-stop(0%, #aa7ad0), to(#d07acd));
	background: -o-linear-gradient(left, #f0f9ff 0%, #aa7ad0 0%, #d07acd 100%);
	background: linear-gradient(to right, #f0f9ff 0%, #aa7ad0 0%, #d07acd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#d07acd', GradientType=1);
}

.site-logo {
	display: inline-block;
	padding-top: 0;
	float: left;
}

.nav-switch {
	display: none;
}

.main-menu {
	list-style: none;
	margin: 0 auto;
	display: block;
	float: right;
	margin-right: 50px;
}

.main-menu li {
	display: inline;
	float: left;
}

.main-menu li a {
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	padding: 8px 5px 0;
	margin-left: 50px;
}

.header-right {
	float: right;
}

.header-right a {
	display: inline-block;
}

.header-right .card-bag {
	position: relative;
	text-align: center;
}

.header-right .card-bag span {
	position: absolute;
	width: 23px;
	height: 23px;
	left: -7px;
	bottom: -7px;
	padding-top: 3px;
	border-radius: 50px;
	background: #414141;
	font-size: 12px;
	color: #fff;
}

.header-right .search {
	margin-left: 20px;
}

.header-right .search img {
	padding-top: 10px;
}

/*------------------
  Hero section
---------------------*/

.hero-section {
	height: 100%;
	background: #000;
	background-position: bottom center;
	overflow: hidden;
}

.hero-slider {
	height: 100%;
	overflow: hidden;
}

.hero-slider .owl-nav {
	position: absolute;
	top: calc(50% - 15px);
	width: 100%;
	color: #414141;
	font-size: 20px;
	padding: 0 40px;
}

.hero-slider .owl-nav .owl-prev {
	float: left;
	width: 40px;
}

.hero-slider .owl-nav .owl-prev:hover,
.hero-slider .owl-nav .owl-next:hover {
	color: #fff;
}

.hero-slider .owl-nav .owl-next {
	float: right;
	width: 40px;
	text-align: right;
}

.hero-slider .owl-dots {
	position: absolute;
	right: 46px;
	bottom: 55px;
}

.hero-slider .owl-dots .owl-dot {
	width: 7px;
	height: 7px;
	background: #414141;
	display: inline-block;
	border-radius: 20px;
	margin-left: 13px;
}

.hero-slider .owl-dots .owl-dot.active {
	background: #fff;
}

.hs-item {
	height: 100%;
	overflow: hidden;
}

.hs-item .hs-left {
	padding-top: 50px;
	width: calc(50% + 135px);
	padding-left: 120px;
	float: left;
	opacity: 0;
}

.hs-item .hs-right {
	width: calc(50% - 135px);
	float: left;
}

.hs-item .hs-content {
	padding: 260px 0;
}

.hs-item .hs-content .price {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	top: 50px;
	opacity: 0;
}

.hs-item .hs-content h2 {
	font-size: 110px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 400;
	line-height: 0.9;
	margin-bottom: 35px;
	position: relative;
	top: 100px;
	opacity: 0;
}

.hs-item .hs-content h2 span {
	color: #414141;
}

.hs-item .hs-content .site-btn {
	top: 70px;
	position: relative;
	opacity: 0;
	-webkit-transition: all 0s;
	-o-transition: all 0s;
	transition: all 0s;
}

.owl-item.active .hs-item .hs-left {
	padding-top: 130px;
	opacity: 1;
	-webkit-transition: all 0.5s ease 0.4s;
}

.owl-item.active .hs-item .hs-content h2,
.owl-item.active .hs-item .hs-content .price,
.owl-item.active .hs-item .hs-content .site-btn {
	top: 0;
	opacity: 1;
}

.owl-item.active .hs-item .hs-content .site-btn {
	-webkit-transition: all 0.5s ease 1s;
	-o-transition: all 0.5s ease 1s;
	transition: all 0.5s ease 1s;
}

.owl-item.active .hs-item .hs-content h2 {
	-webkit-transition: all 0.5s ease 0.8s;
	-o-transition: all 0.5s ease 0.8s;
	transition: all 0.5s ease 0.8s;
}

.owl-item.active .hs-item .hs-content .price {
	-webkit-transition: all 0.5s ease 0.6s;
	-o-transition: all 0.5s ease 0.6s;
	transition: all 0.5s ease 0.6s;
}

/*------------------
  Intro section
---------------------*/

.intro-slider .intro-item {
	padding: 30px 0;
}

.intro-slider .intro-item figure {
	position: relative;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.intro-slider .intro-item figure .bache {
	position: absolute;
	min-width: 59px;
	height: 59px;
	right: 0;
	top: 0;
	color: #fff;
	font-size: 14px;
	padding: 20px 10px 0;
	text-align: center;
	background: #414141;
	z-index: 3;
	opacity: 0;
}

.intro-slider .intro-item .product-info {
	opacity: 0;
	padding-top: 75px;
	text-align: center;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.intro-slider .intro-item .product-info h5 {
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 5px;
}

.intro-slider .intro-item .product-info p {
	font-size: 24px;
	color: #8d8d8d;
}

.intro-slider .active .intro-item figure {
	outline: 7px solid #414141;
	outline-offset: -7px;
	-webkit-transform: scale(1.06, 1.07);
	-ms-transform: scale(1.06, 1.07);
	transform: scale(1.06, 1.07);
}

.intro-slider .active .intro-item figure .bache {
	opacity: 1;
}

.intro-slider .active .intro-item .product-info {
	opacity: 1;
}

.scrollbar {
	margin: 80px auto 0;
	width: 100%;
	height: 7px;
	line-height: 0;
	background: #ececec;
	overflow: hidden;
}

.scrollbar .handle {
	width: 100px;
	height: 100%;
	background: #fff;
	cursor: pointer;
}

.scrollbar .handle .mousearea {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 7px;
	background: #b09d81;
	border-radius: 30px;
}

.intro-slider {
	width: 100%;
	padding: 0;
}

.intro-slider .slidee {
	margin: 0;
	padding: 0;
	height: 100%;
	list-style: none;
}

.intro-slider .slidee li {
	float: left;
	margin: 0 32px;
	padding: 0;
	height: 100%;
	width: 391px;
}

/*------------------
  Featured section
---------------------*/

.featured-item {
	display: block;
	position: relative;
	border: 3px solid #b09d81;
}

.featured-item img {
	min-width: 100%;
}

.featured-item .site-btn {
	position: absolute;
	z-index: 1;
	min-width: 162px;
	padding: 23px 30px;
	left: calc(50% - 61px);
	bottom: -30px;
	text-transform: uppercase;
	background: #b09d81;
}

/*------------------
  Product section
---------------------*/

.product-section .container {
	margin-bottom: -90px;
}

.product-filter {
	list-style: none;
	text-align: center;
	margin-bottom: 90px;
}

.product-filter li {
	display: inline-block;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	margin-right: 70px;
	position: relative;
	cursor: pointer;
}

.product-filter li:last-child {
	margin-right: 0;
}

.product-filter li:last-child:after {
	display: none;
}

.product-filter li:after {
	position: absolute;
	content: "";
	height: 25px;
	width: 1px;
	right: -34px;
	top: 3px;
	background: #414141;
	-webkit-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	transform: skewX(-20deg);
}

.product-item {
	margin-bottom: 95px;
}

.product-item figure {
	margin-bottom: 45px;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	position: relative;
}

.product-item figure img {
	min-width: 100%;
}

.product-item figure:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	border: 2px solid #ebebeb;
}

.product-item .bache {
	position: absolute;
	min-width: 59px;
	height: 59px;
	right: 0;
	top: 0;
	color: #fff;
	font-size: 14px;
	padding: 20px 10px 0;
	text-align: center;
	background: #414141;
	z-index: 3;
}

.product-item .bache.sale {
	background: #fd0018;
}

.product-item .pi-meta {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: #414141;
	padding: 10px 0;
	opacity: 0;
	-webkit-transform: translateY(110%);
	-ms-transform: translateY(110%);
	transform: translateY(110%);
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.product-item .pi-meta p {
	margin-bottom: 0;
	color: #fff;
	font-size: 12px;
}

.product-item .pi-meta img {
	min-width: auto;
}

.product-item .pi-meta .pi-m-left {
	float: left;
	display: inline-block;
	text-align: center;
	padding: 0 35px;
}

.product-item .pi-meta .pi-m-right {
	float: right;
	display: inline-block;
	text-align: center;
	padding: 0 35px;
}

.product-item .product-info {
	text-align: center;
}

.product-item .product-info h6 {
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 5px;
}

.product-item .product-info p {
	font-size: 24px;
	font-weight: 700;
	color: #414141;
}

.product-item .product-info p span {
	font-size: 14px;
	font-weight: 400;
	color: #000;
}

.product-item:hover figure:after {
	opacity: 1;
}

.product-item:hover .pi-meta {
	opacity: 1;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}

/*------------------
  Blog section
---------------------*/

.blog-section {
	background: #f2f4f9;
}

.blog-section .bgs-title {
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 85px;
}

.blog-item {
	overflow: hidden;
	margin-bottom: 33px;
}

.blog-item:last-child {
	margin-bottom: 0;
}

.blog-item .bi-thumb {
	float: left;
	max-width: 166px;
}

.blog-item .bi-content {
	padding-left: 196px;
}

.blog-item .bi-content h5 {
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px;
}

.blog-item .bi-content .bi-meta {
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	color: #bca480;
	margin-bottom: 30px;
}

.blog-item .bi-content .readmore {
	font-size: 14px;
	color: #949494;
}

/*------------------
  Footer Top section
---------------------*/

.footer-top-section {
	padding-top: 80px;
	padding-bottom: 50px;
	background: #282828;
}

.footer-top-section.home-footer {
	padding-bottom: 0;
}

.footer-widget {
	margin-bottom: 50px;
}

.footer-widget .fw-title {
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	margin-bottom: 10px;
	letter-spacing: -0.2px;
}

.footer-widget ul {
	list-style: none;
}

.footer-widget ul li {
	font-size: 14px;
	display: block;
	margin-bottom: 10px;
	color: white;
	text-transform: uppercase;
	font-weight: 600;
}

.footer-widget ul li:last-child {
	margin-bottom: 0;
}

.footer-widget ul li a {
	color: #fff;
}

.footer-widget .text-box p {
	margin-bottom: 18px;
}

.footer-widget .text-box p:last-child {
	margin-bottom: 0;
}
.footer-widget .text-box a {
	margin-bottom: 0;
	color : white;
}

.about-widget .footer-logo {
	margin-bottom: 50px;
}

.about-widget p {
	margin-bottom: 40px;
}

.about-widget .cards img {
	margin-right: 1px;
}

/*------------------
  Footer section
---------------------*/

.footer-section {
	background: #222222;
	padding: 12px;
}

.footer-section .copyright {
	color: #505050;
	margin-bottom: 0;
	line-height: normal;
}

/*------------------
	Other Pages
---------------------
========================*/

.page-info-section {
	background: #ebebeb;
}

.page-info-section.page-info-big {
	padding: 135px 0;
}

.page-info-section.page-info {
	padding: 87px 0;
}

.page-info-section h2 {
	font-size: 72px;
	font-weight: 400;
	line-height: normal;
}

.page-info-section .container {
	position: relative;
}

.page-info-section .page-info-art {
	position: absolute;
	bottom: -110px;
	right: 50px;
}

.site-breadcrumb {
	color: #909090;
}

.site-breadcrumb a {
	font-size: 18px;
	color: #909090;
}

.site-breadcrumb span {
	color: #414141;
}

.site-pagination a,
.site-pagination span {
	color: #969696;
	font-size: 14px;
}

.site-pagination a.active,
.site-pagination span.active {
	color: #414141;
}

/*------------------
  Categorie page
---------------------*/

.categorie-page {
	padding-top: 160px;
}

.cata-top-pic {
	position: absolute;
	top: -131px;
	right: 40px;
}

.categorie-filter-warp {
	margin-bottom: 100px;
	padding-top: 20px;
	overflow: hidden;
}

.categorie-filter-warp p {
	display: inline-block;
	color: #414141;
	padding-top: 3px;
}

.categorie-filter-warp .cf-right {
	float: right;
}

.categorie-filter-warp select {
	width: 190px;
	height: 36px;
	border: none;
	font-size: 14px;
	padding: 0 26px;
	background: #f1f2ff;
	margin-left: 10px;
}

.categorie-filter-warp form {
	float: right;
}

.cf-layouts {
	float: right;
	margin-left: 35px;
}

.cf-layouts a {
	margin-left: 8px;
}

.cf-layouts a img {
	padding-top: 5px;
	opacity: 0.3;
}

.cf-layouts a.active img {
	opacity: 1;
}

/*------------------
  Product page
---------------------*/

.product-page {
	padding-top: 100px;
	padding-bottom: 5px;
}

.product-thumbs {
	position: absolute;
	height: 500px;
	width: 157px;
	right: 100%;
	top: 0;
	overflow-y: auto;
}

.product-thumbs .pt {
	width: 157px;
	display: inline-block;
	margin-bottom: 16px;
	cursor: pointer;
}

.product-thumbs .pt:last-child {
	margin-bottom: 0;
}

.product-content h2 {
	margin-bottom: 20px;
}

.product-content .pc-meta {
	margin-bottom: 45px;
}

.product-content .price {
	font-weight: 700;
	display: inline-block;
	margin-right: 18px;
}

.product-content .review {
	display: inline-block;
	position: relative;
	top: -3px;
}

.product-content .review .rating {
	display: inline-block;
	margin-right: 18px;
}

.product-content .review .rating i {
	font-size: 12px;
}

.product-content .review span {
	font-size: 12px;
	color: #b4b4b4;
	font-weight: 600;
}

.product-content p {
	font-weight: 500;
	margin-bottom: 50px;
}

.product-content .color-choose {
	margin-bottom: 50px;
}

.product-content .color-choose span {
	font-size: 14px;
	color: #414141;
	font-weight: 500;
	float: left;
	margin-right: 24px;
}

.product-content .color-choose .cs-item {
	display: inline-block;
	position: relative;
	margin-right: 21px;
}

.product-content .color-choose label {
	width: 15px;
	height: 15px;
	border-radius: 50px;
	background: #333;
	position: relative;
	cursor: pointer;
}

.product-content .color-choose label:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	left: 50%;
	top: 50%;
	border-radius: 50px;
	opacity: 0;
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

.product-content .color-choose label.cs-black {
	background: #111111;
}

.product-content .color-choose label.cs-black:after {
	border: 1px solid #111111;
}

.product-content .color-choose label.cs-blue {
	background: #6f91ff;
}

.product-content .color-choose label.cs-blue:after {
	border: 1px solid #6f91ff;
}

.product-content .color-choose label.cs-yollow {
	background: #ffb017;
}

.product-content .color-choose label.cs-yollow:after {
	border: 1px solid #ffb017;
}

.product-content .color-choose label.cs-orange {
	background: #e2613f;
}

.product-content .color-choose label.cs-orange:after {
	border: 1px solid #e2613f;
}

.product-content .color-choose input[type=radio] {
	visibility: hidden;
	position: absolute;
}

.product-content .color-choose input[type=radio]:checked+label:after {
	left: calc(50% - 13.5px);
	top: calc(50% - 13.5px);
	width: 27px;
	height: 27px;
	opacity: 1;
}

.product-content .size-choose {
	margin-bottom: 50px;
}

.product-content .size-choose span {
	font-size: 14px;
	color: #414141;
	font-weight: 500;
	float: left;
	margin-right: 24px;
	padding-top: 10px;
}

.product-content .size-choose .sc-item {
	display: inline-block;
	position: relative;
	margin-right: 5px;
}

.product-content .size-choose label {
	display: inline-block;
	height: 37px;
	min-width: 37px;
	text-align: center;
	padding: 7px 5px 8px;
	font-size: 14px;
	color: #414141;
	font-weight: 500;
	border: 1px solid #dcdfff;
	cursor: pointer;
}

.product-content .size-choose input[type=radio] {
	visibility: hidden;
	position: absolute;
}

.product-content .size-choose input[type=radio]:checked+label {
	border: 1px solid #111111;
}

.product-details {
	margin: 100px 0;
	padding: 60px 0;
	border-top: 2px solid #e7e7e7;
	border-bottom: 2px solid #e7e7e7;
}

.product-details .nav {
	text-align: center;
	display: block;
	margin-bottom: 55px;
}

.product-details .nav li {
	display: inline-block;
	margin-right: 60px;
}

.product-details .nav li:last-child {
	margin-right: 0;
}

.product-details .nav li a {
	font-size: 18px;
	font-weight: 500;
	color: #414141;
	padding: 5px 0;
}

.product-details .nav li a.active {
	border-bottom: 3px solid #b09d81;
}

.product-details .tab-pane p {
	font-weight: 500;
}

.rp-title {
	margin-bottom: 100px;
}

.rp-title h5 {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}

/*------------------
  Cart page
---------------------*/

.cart-table {
	margin-bottom: 54px;
	overflow-y: auto;
}

.cart-table table {
	width: 100%;
}

.cart-table thead {
	background: #ebebeb;
	margin-bottom: 55px;
}

.cart-table thead th {
	padding: 5px 25px;
	text-align: center;
	font-weight: 400;
	font-size: 14px;
}

.cart-table tbody td {
	margin-top: 37px;
}

.cart-table .product-th {
	text-align: left;
}

.cart-table .product-col {
	display: table;
}

.cart-table .product-col img {
	display: table-cell;
	max-width: 187px;
}

.cart-table .product-col .pc-title {
	padding-left: 35px;
	display: table-cell;
	vertical-align: middle;
}

.cart-table .product-col .pc-title h4 {
	font-size: 18px;
	font-weight: 400;
}

.cart-table .product-col .pc-title a {
	font-size: 12px;
	color: #9e9e9e;
}

.cart-table .quy-input {
	width: 147px;
	height: 60px;
	background: #ebebeb;
	overflow: hidden;
	padding-top: 17px;
	padding-left: 25px;
	padding-right: 3px;
	margin: 0 auto;
}

.cart-table .quy-input span {
	font-size: 16px;
}

.cart-table .quy-input input {
	font-size: 16px;
	float: right;
	width: 60px;
	background-color: transparent;
	border: none;
}

.cart-table .price-col {
	text-align: center;
}

.cart-table .total-col {
	text-align: right;
	width: 8%;
}

.cart-table .total-th {
	text-align: right;
}

.cart-buttons {
	margin-bottom: 50px;
}

.cart-buttons .btn-continue {
	background: #b09d81;
	padding: 21px 30px;
	min-width: 260px;
	font-size: 16px;
}

.cart-buttons .btn-clear {
	min-width: 180px;
	padding: 21px 30px;
	background: #ebebeb;
	color: #414141;
	margin-right: 17px;
	font-size: 16px;
}

.cart-buttons .btn-update {
	min-width: 178px;
	padding: 19px 30px;
	font-size: 16px;
}

.card-warp {
	max-width: 1284px;
	margin: 0 auto;
	background: #ebebeb;
	padding: 65px 0;
}

.shipping-info h4 {
	font-weight: 400;
}

.shipping-info p {
	margin-bottom: 40px;
}

.shipping-chooes {
	margin-bottom: 85px;
}

.shipping-chooes .sc-item {
	margin-bottom: 31px;
}

.shipping-chooes label {
	display: block;
	font-size: 14px;
	color: #414141;
	margin-bottom: 0;
	padding-left: 35px;
	position: relative;
	cursor: pointer;
}

.shipping-chooes label span {
	float: right;
}

.shipping-chooes label:after {
	position: absolute;
	content: "";
	width: 11px;
	height: 11px;
	left: 0;
	top: 5px;
	background: #fff;
	border: 2px solid #9f9f9f;
	border-radius: 40px;
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

.shipping-chooes input[type=radio] {
	visibility: hidden;
	position: absolute;
}

.shipping-chooes input[type=radio]:checked+label:after {
	background: #e95a5a;
	border: 2px solid #e95a5a;
}

.cupon-input {
	position: relative;
}

.cupon-input input {
	width: 100%;
	height: 52px;
	border: none;
	background: #fff;
	padding: 10px 20px;
	padding-right: 135px;
}

.cupon-input .site-btn {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	min-width: 122px;
	background: #b09d81;
}

.cart-total-details h4 {
	font-weight: 400;
}

.cart-total-details p {
	margin-bottom: 40px;
}

.cart-total-details .btn-full {
	width: 100%;
	font-size: 16px;
	background: #b09d81;
	padding: 20px 30px;
}

.cart-total-card {
	background: #fff;
	list-style: none;
	padding: 15px 7px 77px;
}

.cart-total-card li {
	display: block;
	font-size: 14px;
	color: #414141;
	padding: 15px 36px;
	margin-bottom: 15px;
}

.cart-total-card li span {
	float: right;
}

.cart-total-card li.total {
	background: #f7f7f7;
}

/*------------------
  Checkout page
---------------------*/

.checkout-form .checkout-title {
	font-weight: 400;
	margin-bottom: 50px;
}

.checkout-form input[type=text],
.checkout-form input[type=email],
.checkout-form input[type=password],
.checkout-form select {
	width: 100%;
	border: none;
	background: #ebebeb;
	font-size: 14px;
	height: 52px;
	margin-bottom: 25px;
	color: #414141;
	padding: 5px 20px;
}

.checkbox-items .ci-item:last-child label {
	margin-bottom: 0;
}

.checkbox-items .ci-item input[type=password] {
	opacity: 0;
	visibility: hidden;
	margin-bottom: 0;
	height: 0;
	padding: 0 20px;
	display: block;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.checkbox-items .ci-item label {
	display: block;
	font-size: 14px;
	color: #7e7e7e;
	margin-bottom: 5px;
	padding-left: 30px;
	position: relative;
	cursor: pointer;
}

.checkbox-items .ci-item label:after {
	position: absolute;
	content: "";
	width: 13px;
	height: 13px;
	left: 0;
	top: 3px;
	background-color: #f2f4f8;
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

.checkbox-items .ci-item input[type=checkbox] {
	visibility: hidden;
	position: absolute;
}

.checkbox-items .ci-item input[type=checkbox]:checked+label:after {
	background-image: url("../img/icons/check.png");
}

.checkbox-items .ci-item input[type=checkbox]:checked+label+input[type=password] {
	height: 52px;
	opacity: 1;
	visibility: visible;
	padding: 5px 20px;
	margin-bottom: 15px;
}

.order-card {
	background: #ebebeb;
	padding: 34px 40px;
	border: 2px solid #f4f2f8;
}

.order-card .btn-full {
	width: 100%;
	font-size: 16px;
	background: #b09d81;
	padding: 20px 30px;
	margin-top: 32px;
}

.order-details {
	padding: 38px 19px 24px;
	background: #fff;
}

.od-warp {
	padding: 0 26px;
}

.order-table {
	width: 100%;
}

.order-table th {
	font-size: 14px;
	font-weight: 400;
	color: #414141;
}

.order-table td {
	font-size: 14px;
	color: #7e7e7e;
}

.order-table thead th {
	padding-bottom: 40px;
}

.order-table tbody td {
	padding-bottom: 40px;
}

.payment-method {
	background: #f5f5f5;
	padding: 35px 55px 15px;
	margin-top: 80px;
}

.payment-method .pm-item {
	margin-bottom: 15px;
}

.payment-method label {
	display: block;
	font-size: 14px;
	color: #414141;
	margin-bottom: 0;
	padding-left: 30px;
	position: relative;
	cursor: pointer;
}

.payment-method label:after {
	position: absolute;
	content: "";
	width: 11px;
	height: 11px;
	left: 0;
	top: 5px;
	border: 2px solid #6c6a74;
	border-radius: 40px;
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

.payment-method input[type=radio] {
	visibility: hidden;
	position: absolute;
}

.payment-method input[type=radio]:checked+label:after {
	border: 2px solid #e95a5a;
}

/*------------------
  Contact page
---------------------*/

.contact-title {
	line-height: normal;
	margin-bottom: 50px;
}

.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea {
	width: 100%;
	border: none;
	background: #ebebeb;
	font-size: 14px;
	height: 52px;
	margin-bottom: 23px;
	color: #414141;
	padding: 5px 20px;
}

.contact-form textarea {
	margin-top: 5px;
	height: 197px;
	padding: 20px 20px;
}

.contact-form .site-btn {
	font-size: 16px;
	background: #b09d81;
	padding: 20px 30px;
	min-width: 215px;
}

.map-area {
	height: 661px;
	background: #ddd;
	position: relative;
	margin-top: -565px;
}

.map {
	height: 100%;
}

.contact-info-warp {
	position: relative;
	z-index: 99;
	padding-top: 100px;
}

.contact-warp {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	display: table;
	z-index: 99;
}

.contact-warp .cw-center {
	display: table-cell;
	vertical-align: middle;
}

.contact-card {
	width: 336px;
	padding: 85px 54px 5px;
	background: #b09d81;
	margin-left: auto;
}

.contact-info {
	margin-bottom: 80px;
}

.contact-info h4 {
	font-weight: 400;
	color: #fff;
	margin-bottom: 25px;
}

.contact-info p {
	color: #fff;
	margin-bottom: 0;
}

/*------------------
  Responsive
---------------------*/

@media (min-width: 1200px) {
	.container {
		/* width: 90% auto; */
		max-width: 1176px;
	}
	.header-home-section {
		height:900px;
	}
	.home-header{
		padding-top: 230px;
		padding-left:50px;
	}
	.home-header p{
		font-size: 36px;
	}
	.home-image{
		padding: 40px;
	}
	.header-logo h3{
		font-size: 53px;
	}
	.network-section {
		height:680px;
	}
	.network-section h1{
		padding-top: 120px;
	}
	.subhome-section{
		height: 250px;
		padding: 50px;
	}
	.vmaps{
		height : 400px;
	}
	.hs-item{
		height: 900px;
	}
	.header-program-section p{
		color : white;
		line-height: 1.5;
		padding: 0px 20px;
		font-size: 20px;
	}
	.header-program-section h3{
		margin-top: 180px;
		font-size: 55px;
		padding: 30px 20px;
		color: white;
	}
	.div-apply {
		height: 430px;
	}
	.div-apply p{
		color :black;
		font-size: 17px;
		line-height: 1.7;
		margin: 10px 0px;
	}
	.program-p{
		height: 270px;
		overflow: auto;
		margin: 20px 0px;
	}
	.program-p p{
		font-size: 17px;
		line-height: 1.7;
	}
	.porto-div img{
		border-radius: 10px;
		height: 100%;
	}
	.porto-div .left{
		margin-left:-15px;
	}
	.porto-div .right{
		margin-left: 15px;
	}
	.title-p{
		height: 50px;
	}
}

@media only screen and (max-width: 1673px) {
	.hs-item .hs-left {
		width: calc(45% + 135px);
	}
	.hs-item{
		height: 900px;
	}
}

@media only screen and (max-width: 1527px) {
	.hs-item .hs-left {
		width: calc(40% + 135px);
	}
	
	.main-menu {
		margin-right: 50px;
	}
	.product-thumbs {
		position: relative;
		width: 100%;
		height: 120px;
		right: 0;
		margin-top: 16px;
	}
	.product-thumbs-track {
		width: 1200px;
	}
	.product-thumbs .pt {
		width: 120px;
		float: left;
		margin-bottom: 0;
		margin-right: 16px;
	}
}

@media only screen and (max-width: 1415px) {
	.hs-item .hs-left {
		top: 100px;
		position: relative;
		width: calc(40% + 135px);
	}
	.hs-item .hs-content h2 {
		font-size: 80px;
	}
}

@media only screen and (max-width: 1350px) {
	.main-menu {
		margin-right: 80px;
	}
}

/* Medium screen : 992px. */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.container {
		/* width: 90% auto; */
		max-width: 850px;
	}
	.header-home-section {
		height: 500px;
	}
	.home-header{
		padding-top: 100px;
		padding-left:50px;
	}
	.home-header p{
		font-size: 27px;
	}
	.home-image{
		padding: 40px;
	}
	.subhome-section h4{
		color : white;
		font-size : 27px;
	}
	.subhome-section p{
		color : white;
		line-height: 1.2;
		margin: 10px;
		font-size: 14px;
	}
	.header-logo h3{
		font-size: 40px;
	}
	.slider-desc .heading{
		font-size: 17px;
	}
	.slider-desc .desc{
		color: black;
		font-size: 13px;
	}
	.milestones-section, .curriculum-section{
		padding :5px;
	}
	.milestones-section h1, .curriculum-section h1{
		font-size: 60px;
		font-weight: bold;
	}
	.milestones-section p, .curriculum-section p{
		font-size: 15px;
		padding :10px;
		color: black;
		line-height: initial;
		margin-bottom : 5px;
	}
	.porto-div img{
		border-radius: 10px;
		margin: 100px 10px;
	}
	.vmaps{
		height: 300px;
	}
	.supporter-img{
		height:80px;
	}
	.supporter-img img{
		max-height:80px;
		padding : 10px 20px 0px 20px;
	}
	.supporter-desc{
		max-height:230px;
		overflow-y:auto;
		font-size: 12px;
		text-align: justify;
	}
	.foot-join h2{
		font-size: 30px;
	}
	.foot-join h4{
		font-size: 20px;
		margin:5px
	}
	.header-home-section {
		height: 100%;
		min-height: 600px;
	}
	.network-section {
		height:500px;
		padding-top: 150px;
	}
	.network-section h1{
		font-size:42px;
	}
	.header-incubation {
		padding: 50px;
		padding-top : 150px;
		height: 470px;
		background: rgb(52,8,121);background: linear-gradient(0deg, rgba(52,8,121,1) 40%, rgba(32,75,169,1) 65%, rgba(0,142,198,1) 100%);
	}
	.header-incubation h1{
		margin-top: 20px;
		font-size : 35px;
		color: white;
	}
	.header-incubation p{
		color : white;
		line-height: 1.5;
		font-size: 14px;
	}
	.header-incubation .img{
		margin-top: -40px;
	}
	.header-accelaration{
		height: 500px;
	}
	.header-accelaration p{
		font-size: 18px;
	}
	.header-accelaration h1{
		margin-top:30px;
		font-size : 42px;
		color: white;
		padding: 10px 0px;
	}
	.curriculum-desc p{
		font-size: 10pt;
	}
	.download-div{
		margin : 30px;
	}
	.header-porto-section {
		height: 500px;
	}
	.header-family-section {
		height: 300px;
	}
	.header-family-section h2{
		color : white;
		margin-top: 80px;
	}
	.family-section .header{
		background-image:url('../../assets/img/BG-pat.png'); 
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		padding: 20px;
		height: 170px;
	}
	.family-section .desc{
		margin-top : -60px;
	}
	.family-div{
		height: 470px;
		padding: 30px;
		border-radius: 10px;
	}
	
	.family-div img{
		height: 60px;
	}
	
	.family-section{
		margin-bottom : 30px;
	}
	.program-detail{
		margin: 30px 0px;
	}
	.program-detail img{
		height:150px;
		padding:10px
	}
	.program-detail h5{
			color: #3E2D81;
			font-weight: 600;
			font-size: 14px;
	}
	.program-detail p{
		font-size: 12px;
		text-align: center;
		margin: 3px;
		line-height: 1.4;
	}
	.program-p{
		height: 180px;
		overflow: auto;
		margin: 20px 0px;
		padding: 0px;
	}
	.program-p p{
		font-size: 12.5px;
		line-height: 1.7;
		margin : 0px;
	}
	.title-p{
		height: 50px;
	}
	.header-about-section{
		height: 600px;
		padding:40px;
	}
	.about-mission, .about-goals{
		padding:0px 20px ;
	}
	.brief{
		height: 380px;
	}



	.main-menu {
		list-style: none;
		margin: 0 auto;
		display: block;
		float: right;
		margin-right: 40px;
	}
	.main-menu li a{
		font-size: 12px;
		margin: 5px;
	}
	.hs-item{
		height: 600px;
	}
	.hs-item .hs-left {
		top: 50px;
		position: relative;
	}
	.hs-item .hs-content {
		margin: 0px;
	}
	.hs-item .hs-content .h-slider {
		font-size: 30px;
		font-weight: 600;
	}
	.hs-item .hs-content h2 {
		font-size: 50px;
	}
	.hs-item .hs-content .p-slider{
		font-size: 20px;
	}
	.hs-item .hs-content {
		padding:70px 0px;
	}
	
	.impact-section h4{
		font-size: 12pt;
	}
	.impact-section p{
		font-size: 10pt;
	}
	.slider-btn {
		display: inline-block;
		text-align: center;
		font-size: 15px;
		color: #3E2D81;
		padding: 10px 20px;
		min-width: 138px;
		font-weight: 500;
		border: none;
		background: #FFF;
		cursor: pointer;
		line-height: normal;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		border-radius: 10px;
	}
	.milestones-section{
		background-image:url('../../assets/img/BG-pat w.png');
		text-align: center;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.box-btn {
		display: inline-block;
		text-align: center;
		font-size: 15px;
		color: white;
		padding: 8px 20px;
		min-width: 138px;
		font-weight: 500;
		border: #3E2D81 1px solid;
		background: #3E2D81;
		cursor: pointer;
	}
	
	
	
	.footer-widget img{
		width: 150px;
		height: auto;
	}
	.footer-widget ul li{
		font-size: 12px;
		line-height: 1;
	}
	.footer-widget .fw-title{
		font-size: 12px;
	}
	.footer-widget p{
		font-size: 12px;
	}
	.header-ccl-section h1{
		font-size: 50pt;
	}
	.div-lampung{
		padding-top:105px;
	}
	.div-makasar{
		padding-top:205px;
		padding-right:0px;
	}
	.div-semarang{
		padding-top:125px;
		margin-left: -80px;
	}
	.about-us-ccl .teaser{
		padding-top : 55%;
	}
}

/* Tablet :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-about-section{
		height: 600px;
		padding:40px;
	}
	.about-mission, .about-goals{
		padding:0px 20px ;
	}
	.main-menu {
		margin-right: 30px;
	}
	.main-menu li a {
		font-size: 10px;
		margin-left: 14px;
	}
	.header-home-section {
		height: 500px;
	}
	.home-header{
		padding-top:50px;
	}
	.home-header p{
		font-size: 18px;
	}
	.subhome-section{
		height: 150px;
		padding : 30px;
	}
	.subhome-section h4{
		color : white;
		font-size : 23px;
	}
	.subhome-section p{
		color : white;
		line-height: 1.2;
		margin: 10px;
		font-size: 12px;
	}
	.title-p{
		height: 50px;
	}
	.porto-div img{
		border-radius: 10px;
		margin: 150px 10px;
	}
	.header-logo h3{
		font-size: 32px;
	}
	.header-logo p{
		font-size : 12px;
		margin : 10px 0px;
	}
	.slider-desc .heading{
		font-size: 14px;
	}
	.slider-desc .desc{
		color: black;
		font-size: 12px;
	}
	.milestones-section{
		padding :5px;
	}
	.milestones-section h1, .curriculum-section h1{
		font-size: 50px;
		font-weight: bold;
	}
	.milestones-section p, .curriculum-section p{
		font-size: 12px;
		padding :5px;
		color: black;
		line-height: initial;
		margin-bottom : 5px;
	}
	.impact-section p{
		font-size: 12px;
	}
	.vmaps{
		height: 250px;
	}
	.supporter-img{
		height:60px;
	}
	.supporter-img img{
		max-height:60px;
		padding : 10px 20px 0px 20px;
	}
	.supporter-desc{
		max-height:230px;
		overflow-y:auto;
		font-size: 10px;
		text-align: justify;
	}
	.join-section{
		padding: 30px;
		height: 240px;
	}
	.foot-join {
		height: 90px;
	}
	.foot-join h2{
		font-size: 25px;
	}
	.foot-join h4{
		font-size: 15px;
		margin:0px
	}
	.footer-widget img{
		width: 150px;
		height: auto;
	}
	.footer-widget ul li{
		font-size: 11px;
		line-height: 1;
	}
	.footer-widget .fw-title{
		font-size: 11px;
	}
	.footer-widget p{
		font-size: 11px;
	}
	.network-section {
		height:350px;
		padding-top: 120px;
	}
	.network-section h1{
		font-size:30px;
	}
	.network-section p{
		font-size:10px;
	}
	.header-impact {
		padding: 0px;
		padding-top : 80px;
		height: 450px
	}
	.header-impact h1{
		font-size: 35px;
	}
	.header-impact p{
		font-size: 19px;
	}
	.header-incubation {
		padding: 0px;
		padding-top : 130px;
		height: 400px;
		background: rgb(52,8,121);background: linear-gradient(0deg, rgba(52,8,121,1) 40%, rgba(32,75,169,1) 65%, rgba(0,142,198,1) 100%);
	}
	.header-incubation h1{
		margin-top: 0px;
		font-size : 27px;
		color: white;
	}
	.header-incubation p{
		color : white;
		line-height: 1.5;
		font-size: 12px;
	}
	.header-incubation .img{
		margin-top: -60px;
	}
	.header-accelaration{
		height: 400px;
	}
	.header-accelaration p{
		font-size: 13px;
	}
	.header-accelaration h1{
		margin-top:0px;
		font-size : 32px;
		padding: 10px 0px;
	}
	.curriculum-desc p{
		font-size: 10pt;
	}
	.download-div{
		margin : 30px;
	}
	.testimony b{
		font-size: 12px;
	}
	.testimony p, .testimony span{
		font-size: 12px;
		line-height: 1.5;
	}
	.header-porto-section {
		height: 350px;
		padding: 20px;
		
	}
	.header-porto-section .container{
		margin-top: 100px;
	}
	.header-porto-section .container p{
		color: white;
		font-size: 18px;
		line-height: 1.3;
	}
	.header-family-section {
		height: 250px;
	}
	.header-family-section h2{
		color : white;
		margin-top: 50px;
	}
	.family-section .header{
		background-image:url('../../assets/img/BG-pat.png'); 
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		padding: 20px;
		height: 150px;
	}
	.family-section .desc{
		margin-top : -60px;
	}
	.family-div{
		height: 520px;
		padding: 30px;
		border-radius: 10px;
	}
	.family-div img{
		height: 60px;
	}
	.family-section{
		margin-bottom : 80px;
	}
	.program-detail{
		margin: 30px 0px;
	}
	.program-detail img{
		height:120px;
		padding:10px
	}
	.program-detail h5{
			color: #3E2D81;
			font-weight: 600;
			font-size: 12px;
	}
	.program-detail p{
		font-size: 12px;
		text-align: center;
		margin: 3px;
		line-height: 1.4;
	}
	.program-p{
		height: 180px;
		overflow: auto;
		margin: 20px 0px;
		padding: 0px;
	}
	.program-p p{
		font-size: 12.5px;
		line-height: 1.7;
		margin : 0px;
	}
	.div-apply {
		height: 300px;
	}
	.div-apply p {
		font-size: 15px;
	}
	
	
	
	
	.header-section {
		padding: 30px 15px 0;
	}
	.header-section.header-normal {
		padding: 30px 0 58px;
	}
	.site-logo {
		max-width: 130px;
	}
	
	/* .hs-item .hs-left {
		display: none;
	} */
	.hs-item .hs-right {
		width: 100%;
		float: none;
		padding: 0 120px;
	}
	.intro-slider .slidee li {
		width: 300px;
	}
	.blog-section .bgs-title {
		padding-top: 80px;
	}
	.cata-top-pic {
		top: 66px;
		max-width: 230px;
	}
	.categorie-filter-warp .cf-right {
		float: none;
	}
	.categorie-filter-warp form {
		float: left;
	}
	.categorie-filter-warp form select:first-child {
		margin-left: 0;
	}
	.cf-layouts {
		margin-left: 0;
	}
	.order-card {
		margin-top: 50px;
	}
	.cart-page {
		padding-bottom: 0;
	}
	.product-content {
		padding-top: 50px;
	}
	.header-ccl-section h1{
		font-size: 40pt;
	}
	.header-ccl-section h2{
		font-size: 20pt;
	}
	.header-ccl-section p{
		font-size : 14pt;
		line-height: 14pt;
	}
	.header-ccl-section .bottom {
		position: absolute;
		bottom: 30px;
	}
	.inside-mini-ccl h1{
		font-size: 40pt;
	}
	.map-ccl .container {
		position: relative;
		background-image:url('../../assets/ccl/Web Asset -2.png');background-position: center;background-repeat: no-repeat;background-size:contain;
		height: 800px;
	}
	.div-lampung{
		padding-top:140px;
	}
	.div-makasar{
		padding-top:170px;
		padding-right:0px;
	}
	.div-semarang{
		padding-top:125px;
		margin-left: -80px;
	}
	.mentor-ccl label{
		font-size: 8pt;
		line-height: 1;
	}
	.mentor-ccl p{
		font-size: 7pt;
	}
	.partner-header h2{
		font-size: 20pt;
	}
	.about-us-ccl .teaser{
		padding-top : 85%;
	}
}

/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {
	
	.mobile-hilang {
		display: none;
	}
	.brief{
		height: 420px;
	}
	.container{
		width : 400px;
	}
	.header-corp-section {
		padding: 50px 0px;
	}
	.header-home-section{
		height : 650px;
	}
	.home-header{
		padding-top : 50px;
	}
	.porto-div img{
		border-radius: 10px;
		margin: 15px 0px;
	}
	.project-left{
		border-right: 0px;
		border-bottom: 1px solid lightgray;
	}
	.home-header p {
		font-size: 25px;
	}
	.home-image{
		display: none;
	}
	.subhome-section{
		height: 200px;
	}
	.subhome-section h4{
		font-size: 22px;
	}
	.subhome-section p{
		font-size: 13px;
	}
	.slider-desc .heading{
		font-size: 18px;
	}
	.slider-desc .desc{
		font-size: 15px;
	}
	.milestones-section h1{
		font-size: 45px;
		font-weight: bold;
	}
	.milestones-section p{
		font-size: 13px;
		padding :5px;
		color: black;
		line-height: initial;
		margin-bottom : 5px;
	}
	.mile-div{
		border-bottom: solid 1px lightgray;
		margin: 5px;
	}
	.impact-section{
		padding: 25px
	}
	.impact-section p{
		font-size: 15px;
	}
	.vmaps{
		height: 250px;
	}
	.supporter-img{
		height:120px;
	}
	.supporter-img img{
		max-height:120px;
	}
	.supporter-desc{
		max-height:230px;
		overflow-y:auto;
		font-size: 13px;
		text-align: justify;
	}
	.join-section{
		padding: 30px;
		height: 300px;
	}
	.foot-join {
		height: 150px;
	}
	.foot-join h2{
		font-size: 25px;
	}
	.foot-join h4{
		font-size: 15px;
		margin:0px
	}
	.footer-top-section{
		padding: 50px
	}
	.network-section {
		height:600px;
		padding-top: 150px;
	}
	.network-section h1{
		font-size:35px;
	}
	.network-section p{
		font-size:15px;
	}
	.network-section .img{
		display: none;
	}
	.testimony b{
		font-size: 12px;
	}
	.testimony p{
		font-size: 10px;
	}
	.header-incubation {
		padding: 20px;
		padding-top : 150px;
		height: 650px;
		background: rgb(52,8,121);background: linear-gradient(0deg, rgba(52,8,121,1) 40%, rgba(32,75,169,1) 65%, rgba(0,142,198,1) 100%);
	}
	.header-incubation h1{
		margin-top: 0px;
		font-size : 30px;
		color: white;
	}
	.header-incubation p{
		color : white;
		line-height: 1.5;
		font-size: 15px;
	}
	.header-incubation .img{
		margin-top: -40px;
		padding: 50px;
	}
	.header-accelaration {
		padding:70px;
		height: 750px;
	}
	.header-accelaration h1{
		font-size: 30px;
		font-weight: 700;
		margin-bottom: 10px;
	}
	.header-accelaration p{
		font-size: 15px;
	}
	.header-accelaration img{
		height: 250px;
	}
	.btn-lab , .btn-program{
		margin:5px 0px;
		font-size: 15px;
	}
	.wrap-service{
		margin:5px;
	}
	.header-impact {
		padding: 0px;
		padding-top : 80px;
		height: 550px;
		background-position: right;
	}
	.header-impact h1{
		font-size: 37px;
	}
	.header-impact p{
		font-size: 19px;
	}
	.imt-section h4, .imr-section h4{
		margin-bottom:50px;
	}
	.download-div{
		font-size: 14px;
	}
	.download-form .btn-sm{
		background-color: #d1d47f;
		border-radius: 0px 0px 5px 5px;
	}
	.download-form input{
		border-radius: 5px 5px 0px 0px;
	}
	.curriculum-desc p{
		font-size: 15px;
	}
	.header-porto-section {
		height: 370px;
		padding: 30px;
		
	}
	.header-porto-section .container p{
		color: white;
		font-size: 15px;
		line-height: 1.3;
	}
	.header-family-section {
		height: 250px;
	}
	.header-family-section h2{
		color : white;
		margin-top: 50px;
	}
	.family-section .header{
		background-image:url('../../assets/img/BG-pat.png'); 
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		padding: 20px;
		height: 150px;
	}
	.family-section .desc{
		margin-top : -60px;
	}
	.family-div{
		height: 500px;
		padding: 30px;
		border-radius: 10px;
	}
	.family-div img{
		height: 60px;
	}
	.family-section{
		margin-bottom : 80px;
	}
	.div-apply {
		height: 300px;
	}
	.div-apply p {
		font-size: 15px;
	}


	.site-logo {
		max-width: 100px;
	}
	.nav-switch {
		display: block;
		float: right;
		font-size: 26px;
		margin-left: 23px;
		color: #fff;
		padding-top: 3px;
		cursor: pointer;
	}
	.main-menu {
		display: none;
		position: absolute;
		width: calc(100% - 30px);
		top: 100%;
		margin-top: 20px;
		left: 15px;
		background: #fff;
		-webkit-box-shadow: 0px 12px 50px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 12px 50px rgba(0, 0, 0, 0.1);
	}
	.main-menu li {
		display: block;
		float: none;
	}
	.main-menu li a {
		color: #414141;
		display: block;
		margin-left: 0;
		padding: 15px 20px;
		border-bottom: 1px solid #f1f1f1;
	}
	.dropdown .dropdown-toggle {
		border: none;
		outline: none;
		color : black;
	  }
	  
	  /* Dropdown content (hidden by default) */
	  .dropdown-content {
		display: none;
		position: absolute;
		background-color: white;
		width: 100%;
		color:black;
		padding: 5px 0px;
		/* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
		z-index: 1;
		/* text-align: center; */
	  }
	  
	  /* Links inside the dropdown */
	  .dropdown-content a {
		float: none;
		color: black;
	
		/* padding: 12px 16px; */
		text-decoration: none;
		display: block;
		text-align: left;
	  }
	  .dropdown-content hr{
		  margin : 5px 10px;
		  display: none;
		  border-color: #ffffff;
	  }
	  
	  /* Add a grey background color to dropdown links on hover */
	  .dropdown-content a:hover {
		color: #ddd;
	  }
	  
	  /* Show the dropdown menu on hover */
	  .dropdown:hover .dropdown-content {
		display: block;
	  }

	.hero-section {
		height: auto;
	}
	
	/* .hs-item .hs-left {
		display: none;
	} */
	.hs-item .hs-right {
		width: 100%;
		float: none;
		padding: 0 70px;
	}
	.hs-item .hs-content h2 {
		font-size: 55px;
	}
	.intro-slider .slidee li {
		width: 240px;
	}
	.featured-item {
		margin-bottom: 80px;
	}
	.product-filter li {
		margin-right: 28px;
	}
	.product-filter li:after {
		right: -15px;
		top: -2px;
	}
	.cata-top-pic,
	.page-info-art {
		display: none;
	}
	.map-area {
		margin-top: 0;
	}
	.contact-card {
		width: 100%;
	}
	.contact-info-warp {
		padding-top: 0;
		margin-bottom: 100px;
	}
	.categorie-filter-warp .cf-right {
		float: none;
	}
	.categorie-filter-warp form {
		float: none;
	}
	.cf-layouts {
		float: none;
		margin-left: 0;
		margin-bottom: 20px;
	}
	.cf-layouts a:first-child {
		margin-left: 0;
	}
	.categorie-filter-warp select {
		margin-bottom: 15px;
		width: 157px;
	}
	.categorie-filter-warp select:first-child {
		margin-left: 0;
	}
	.categorie-filter-warp {
		margin-bottom: 60px;
	}
	.order-card {
		margin-top: 50px;
	}
	.cart-table .product-col .pc-title {
		padding-left: 10px;
	}
	.cart-table .product-col img {
		max-width: 110px;
	}
	.cart-table .quy-input {
		width: 135px;
	}
	.cart-buttons .btn-continue,
	.cart-buttons .btn-clear {
		margin-bottom: 20px;
	}
	.cart-total-details {
		margin-top: 30px;
	}
	.cart-page {
		padding-bottom: 0;
	}
	.product-details .nav li {
		margin-right: 30px;
	}
	.product-content {
		padding-top: 50px;
	}
	.image-bulet {
		width: 90px;
		height: 90px;
		margin:5px;
	  }
	  .header-about-section{
		height: 750px;
		text-align: center;
	}
	.header-about-section h2{
		margin:0px;
		border-bottom: 1px dotted white;
		margin-bottom: 10px;
		font-weight: 700;
	}
	.hiring-section h1 , .hiring-section p{
		margin-left: 20px;
	}
	.about-header{
		border : 0px;
		padding: 0px;
		margin: 0px;
	} 
	.about-mission {
		margin:0px;
		padding: 0px;
		border:0px;
		border-bottom:1px white solid;
	}
	.about-goals{
		margin:0px;
		padding: 0px;
	}
	.pda-brief, .ioa-brief, .nea-brief{
		display: none;
	}
	.pda-brief-mobile, .ioa-brief-mobile, .nea-brief-mobile{
		display: initial;
	}
	.header-ccl-section{
		padding: 80px 0px;
	}
	.header-ccl-section h1{
		font-size: 30pt;
	}
	.header-ccl-section h2{
		font-size: 15pt;
	}
	.header-ccl-section p{
		font-size : 11pt;
		line-height: 11pt;
	}
	.header-ccl-section .yellow{
		font-size : 11pt;
		line-height: 11pt;
	}
	.inside-ccl h3{
		font-size: 20pt;
	}
	.innovation-ccl h1{
		font-size: 32pt;
	}
	.button-innovation img{
		height: 45px;
		padding : 0px;
	}
	.button-innovation b{
		font-size: 20pt;
	}
	.inside-mini-ccl h1{
		font-size: 30pt;
	}
	.div-lampung{
		display: none;
	}
	.div-makasar{
		display: none;
	}
	.div-semarang{
		display: none;
	}
	.map-ccl .container {
		background-image:url('../../assets/ccl/Mobile Asset -6.png');background-position: center;background-repeat: no-repeat;background-size:contain;
		height: 400px;
	}
	.map-ccl .top{
		top: -100px;
		right: 30px;
	}
	.map-ccl .top h2{
		font-size: 20pt;
	}
	.map-ccl .bottom img{
		height: 30px !important;
	}
	.modal-ccl{
		padding:20px 0px;
	}
	.speakers-ccl img{
		padding : 5px;
	}
	.speakers-ccl label{
		padding-top:15px;
	}
	.mentor-ccl label{
		font-size: 8pt;
		line-height: 1;
	}
	.mentor-ccl p{
		font-size: 7pt;
	}
	.partner-header h2{
		font-size: 15pt;
	}
	.time-ccl h4{
		font-size: 15pt;
	}
	.time-ccl p{
		font-size: 12pt;
	}
	.header-ccl-section{
		background-image:url('../../assets/ccl/Mobile Phone-11.png');background-position: center;background-repeat: no-repeat;background-size: cover;
	}
	.about-us-ccl .teaser{
		padding : 100px 0px;
	}
	.about-us-ccl .about-us{
		padding-left: 20px;
	}
}

/* Medium Mobile :480px. */

@media only screen and (max-width: 576px) {
	.header-incubation {
		height: 750px;
	}
	.family-section .header{
		padding: 20px;
		height: 180px;
	}
	.subhome-section{
		height: 300px;
	}
	.div-slider{
		padding: 15px;
	}
	body{
		padding : 0px;
	}
	.container{
		width: 100%;
	}
	.slider-container{
		border-radius: 15px;
	
		-webkit-box-shadow: 2px 5px 13px -4px rgba(0,0,0,0.41); 
		box-shadow: 2px 5px 13px -4px rgba(0,0,0,0.41);
	}
	.row-slider{
		padding: 0px;
	}
	.hero-slider{
		max-height: 250px;
	}
	.hs-item .hs-left {
		top: 80px;
		position: relative;
	}
	.hs-item .hs-content .h-slider {
		font-size: 30px;
	}
	.hs-item .hs-content h2 {
		font-size: 50px;
	}
	.hs-item .hs-content .p-slider{
		font-size: 20px;
	}
	.hs-item .hs-content {
		padding:70px 0px;
	}
	.categorie-filter-warp select {
		margin-bottom: 15px;
		width: 100%;
		margin-left: 0;
	}
	.innovation-ccl h1{
		font-size: 28pt;
	}
	.innovation-ccl p{
		font-size: 16pt;
	}
	.speakers-ccl label{
		padding-top:5px;
	}
	.speakers-ccl p{
		font-size: 7pt;
	}
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
	p{
		font-size: 13px;
	}
	.subhome-section{
		height: 350px;
	}
	.hero-slider{
		max-height: 500px;
	}
	.header-about-section{
		height: 700px;
		text-align: center;
	}
	.header-about-section h2{
		margin:0px;
		border-bottom: 1px dotted white;
		margin-bottom: 10px;
		font-weight: 700;
		font-size: 30px;
	}
	.hiring-section h1 , .hiring-section p{
		margin-left: 20px;
	}
	.about-header{
		border : 0px;
		padding: 0px;
		margin: 0px;
	} 
	.about-mission {
		margin:0px;
		padding: 0px;
		border:0px;
		border-bottom:1px white solid;
	}
	.about-mission h3,.about-goals h3{
		font-size: 25px;
	}
	.about-mission p, .about-goals p{
		font-size: 13px;
	}
	.about-goals{
		margin:0px;
		padding: 0px;
	}
	.hs-item{
		max-height: 500px;
	}
	.hs-item .hs-left {
		top: 20px;
		position: relative;
		padding-left: 50px;
	}
	.hs-item .hs-content .h-slider {
		font-size: 15px;
	}
	.hs-item .hs-content h2 {
		font-size: 20px;
	}
	.hs-item .hs-content .p-slider{
		font-size: 20px;
	}
	.hs-item .hs-content {
		padding:  0px;
	}
	.hero-slider .owl-nav {
		padding: 0px;
	}
	.product-filter {
		text-align: center;
	}
	.product-filter li {
		margin-right: 0;
		display: block;
	}
	.blog-item .bi-thumb {
		float: none;
	}
	.blog-item .bi-content {
		padding-left: 0;
		padding-top: 20px;
	}
	.od-warp {
		padding: 0;
	}
	.order-card {
		padding: 20px 25px;
	}
	.payment-method {
		padding: 30px 30px 10px;
	}
	.slider-btn {
		display: inline-block;
		text-align: center;
		font-size: 10px;
		color: #3E2D81;
		padding: 5px 10px;
		min-width: 138px;
		font-weight: 500;
		border: none;
		background: #FFF;
		cursor: pointer;
		line-height: normal;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		border-radius: 5px;
	}
	.header-ccl-section h1{
		font-size: 20pt;
	}
	.header-ccl-section h2{
		font-size: 10pt;
	}
	.header-ccl-section p{
		font-size : 9pt;
		line-height: 9pt;
	}
	.header-ccl-section .yellow{
		font-size : 9pt;
		line-height: 9pt;
	}
	.innovation-ccl h1{
		font-size: 25pt;
	}
	.innovation-ccl p{
		font-size: 12pt;
	}
	.speakers-ccl label{
		padding-top:0px;
	}
	.speakers-ccl p{
		font-size: 5pt !important;
	}
	.modal-ccl p {
		font-size: 7.5pt;
	}
	.slider-mentor .slick-initialized .slick-slider{
		margin : 30px;
	}
	.slick-next{
		right: 0px !important;
	}
	.slick-prev{
		left: 0px !important;
	}
}