/* =================================

------------------------------------

	Labs - Design Studio

	Version: 1.0

 ------------------------------------ 

 ====================================*/

/*----------------------------------------*/

/*  1.  Theme default CSS

/*----------------------------------------*/

html,

body {

	height: 100%;

	font-family: Calibri;

}



img {

	max-width: 100%;

}



h1,

h2,

h3,

h4,

h5,

h6 {

	font-family: "calibri", sans-serif;

	padding: 0;

	margin: 0;

}



h2 {

	font-size: 36px;

}



p {

	font-size: 15px;

	color: #000;

	line-height: 30px;

	font-family: "calibri", sans-serif;

}



a:hover,

a:focus {

	text-decoration: none;

	outline: none;

	color: #0b1033;

}



li,

ul {

	margin: 0;

	padding: 0;

}



/*------------------------

	Helper css

--------------------------*/

.fix {

	overflow: hidden;

}



.pt100 {

	padding-top: 100px;

}



.pb100 {

	padding-bottom: 100px;

}



.mt100 {

	margin-top: 100px;

}



.mb100 {

	margin-bottom: 100px;

}



.mt60 {

	margin-top: 70px;

}



.mr20 {

	margin-right: 20px;

}



.mb0 {

	margin-bottom: 0 !important;

}



.col-push {

	left: 50%;

}



.col-pull {

	right: 50%;

}



.nopad {

	padding-left: 0;

	padding-right: 0;

}



.spad {

	padding-top: 20px;

	padding-bottom: 20px;

}



.section-title {

	text-align: center;

	margin-bottom: 90px;

	padding-top: 50px;

	position: relative;

}



.section-title h2 {

	text-transform: uppercase;

	color: #fff;

	font-weight: 400;

}



.section-title h2 span {

	background: #2be6ab;

	padding: 0 3px 5px;

	display: inline-block;

	color: #0b1033;

}



.section-title:after {

	content: "";

	position: absolute;

	left: 50%;

	top: 0;

	width: 5px;

	height: 30px;

	margin-left: -2.5px;

	background: none;

}



.section-title.left {

	text-align: left;

}



.section-title.left:after {

	left: 0;

	margin-left: 0;

}



.section-title.dark h2 {

	color: #0b1033;

}



/*------------------------

	Common elements

--------------------------*/



.site-btn {

	font-family: "Oswald", sans-serif;

	font-size: 15px;

	color: #641fb1;

	display: inline-block;

	text-transform: uppercase;

	background: #2be6ab;

	padding: 15px 50px;

	font-weight: 500;

	letter-spacing: 1px;

	min-width: 170px;

	text-align: center;

	border: none;

}



.site-btn.btn-2 {

	background: #6a23b5;

	color: #fff;

	font-weight: 400;

}



.site-btn.btn-3 {

	background: transparent;

	color: #6a23b5;

	border: 1px solid #6a23b5;

	padding: 14px 50px;

}



.site-btn:hover,

.site-btn:focus {

	text-decoration: none;

	outline: none;

}



/*------------------

	Preloder

--------------------*/

#preloder {

	position: fixed;

	width: 100%;

	height: 100%;

	top: 0;

	left: 0;

	z-index: 999999;

	background: #f1f1f1;

	display: table;

}



.loader {

	text-align: center;

	display: table-cell;

	vertical-align: middle;

}



.loader img {

	animation: loader 0.8s linear infinite;

	-webkit-animation: loader 0.8s linear infinite;

}



.loader h2 {

	font-size: 14px;

	margin-top: 10px;

}



@keyframes loader {

	0% {

		opacity: 1;

	}

	50% {

		opacity: 0.3;

	}

	100% {

		opacity: 1;

	}

}



@-webkit-keyframes loader {

	0% {

		opacity: 1;

	}

	50% {

		opacity: 0.3;

	}

	100% {

		opacity: 1;

	}

}





/*------------------------

	Header css

--------------------------*/

.responsive {

	display: none;

}
.menu-res{
	width:720px;
	float:right;
}
.menu-bot{
	background:  rgba(118,181,0, 1);
}


.header-section {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	padding-right:15px;
	padding-left:15px;
	z-index: 999;

	background:  rgba(118,181,0, 1);

	-webkit-transition: all 0.4s ease 0s;

	-o-transition: all 0.4s ease 0s;

	transition: all 0.4s ease 0s;

	border-bottom:4px solid #FFFF00;

}



.header-section .logo {

	display: none;

	float: left;

	padding: 10px 0;

}



.header-section .logo img {

	width: 154px;

	-webkit-transition: all 0.4s ease 0s;

	-o-transition: all 0.4s ease 0s;

	transition: all 0.4s ease 0s;

}





.header-section .first-menu {

	list-style: none;

	float: right;

}



.header-section .menu-list li form {

	display: inline-block;

	padding-top: 20px;

	margin-right: 0;

	color: #fff;

	position: absolute;

}



.header-section .first-menu {

	list-style: none;

	float: right;

}



.header-section .first-menu li {

	display: inline;

	margin-top: -200px;

}



.header-section .first-menu li a {

	display: inline-block;

	padding: 15px 15px;

	margin-right: 15px;

	color: #fff;

	position: relative;

	font-family: Calibri;

	font-weight: bold;

	font-size: 20px;

	letter-spacing: 0.09em;

	-webkit-transition: all 0.4s ease 0s;

	-o-transition: all 0.4s ease 0s;

	transition: all 0.4s ease 0s;

}



.header-section .first-menu li a:hover,

.header-section .first-menu li a.active {

	color: #6a23b5;

}



.header-section .first-menu li:last-child a {

	margin-right: 0;

}



.header-section .first-menu li.active a {

	background: #2be6ab;

	color: #6a23b5;

}



.header-section .first-menu .current a:after {

	width: 10px;

	margin-left: -5px;

}


.navbar-form{
	margin-top:6px;
	margin-bottom:0;
	padding:0px;
}
/* first menu */

.header-section .menu-list {

	list-style: none;

	float: right;

	padding-right:50px;

}
/*
.header-section .menu-top {

	border-bottom:1px solid #009900;
}
*/
.header-section .menu-utama {

		margin:0px 0px; 

}



.header-section .menu-list li {

	display: inline;

}



.header-section .menu-list li a {

	display: inline-block;

	padding: 9px 8px;

	/*margin-right: 15px;*/

	color: #fff;

	position: relative;

	font-family: Calibri;

	font-weight: bold;

	font-size: 14px;

	letter-spacing: 0.09em;

	-webkit-transition: all 0.4s ease 0s;

	-o-transition: all 0.4s ease 0s;

	transition: all 0.4s ease 0s;

	text-transform:uppercase;

}
.header-section .menu-list .menu-top li a{
	padding:8px 8px;
}



.header-section .menu-list li a:hover{
	
}

.header-section .menu-list li a.active {

	color: #FFFF00;

	background: none;

	/*border-bottom: 5px solid #FFFF00;*/

}



.header-section .menu-list li:last-child a {

	margin-right: 0;

}



.header-section .menu-list li.active a {

	background: #2be6ab;

	color: #FFFF00;

}



.header-section .menu-list .current a:after {

	width: 10px;

	margin-left: -5px;

}


.header-section .menu-list .dropdown-menu  li a{

	display: inline-block;

	padding: 8px 8px;

	/*margin-right: 15px;*/

	color: #000;

	position: relative;

	font-family: Calibri;

	font-weight: bold;

	font-size: 14px;

	letter-spacing: 0.09em;

	-webkit-transition: all 0.4s ease 0s;

	-o-transition: all 0.4s ease 0s;

	transition: all 0.4s ease 0s;

	text-transform:uppercase;

}

 .header-section .menu-list .dropdown-menu  a {
	color:#000;
	padding:0px;
	font-family: Calibri;
	font-weight: inherit;
	font-size: inherit;
	letter-spacing: inherit;
 }

 .header-section .menu-list .dropdown-menu  a:hover {
	 color:blue;
	 padding:0px;
	 
	font-family: Calibri;

	letter-spacing: inherit;
 }
 
.header-section .menu-list .dropdown-menu  li a:hover{
	color:#95C43D;

	position: relative;

	font-family: Calibri;

	font-weight: bold;

	font-size: 14px;

	letter-spacing: 0.09em;

	-webkit-transition: all 0.4s ease 0s;

	-o-transition: all 0.4s ease 0s;

	transition: all 0.4s ease 0s;

	text-transform:uppercase;
}
.logo-fix{
	position:absolute;
	top:0px; 
	height:80px;
	width:200px;
	left:30px;
}
.logo-fix img{
	height:80px;
	padding:0px;
	display:block;
	margin:auto;
}

/*------------------------

	Hero section

--------------------------*/

.hero-section {

	height: 540px;

	position: relative;

}



.hero-content {

	position: absolute;

	width: calc(100% - 210px);

	height: 100%;

	margin-left: 105px;

	display: table;

	text-align: center;

	/*z-index: 5;*/

}

.title-slider{
	background-color:rgba(113, 180, 4, 1) ;
	color:#fff;padding:10px 30px;
	position:absolute; 
	top:250px;
	left:100px;
}
.title-slider font{
	font-size:26px;
}
.text-slider{
	width: 400px;
	position:absolute; 
	top:310px;
	left:100px;
	background: rgba(113, 180, 4, 0.5);
	padding: 15px;
	color:#fff;
	font-size: 16px;
	line-height: 18px;
	text-align: left;
	font-weight:bold;
	border-left:6px solid #ffff00;
}
.text-slider a{
	color:#fff;
}

.hero-content .hero-center {

	display: table-cell;

	vertical-align: middle;

}



.hero-content p {

	font-size: 24px;

	color: #0b1033;

	margin-bottom: 0;

	margin-top: 35px;

}



#hero-content .owl-nav {

	position: absolute;

	top: 50%;

	width: 100%;

}



#hero-content .owl-nav .owl-prev,

#hero-content .owl-nav .owl-next {

	display: inline-block;

	height: 50px;

	width: 100px;

	background: #76b500;

	color: #fff;

	text-align: center;

	padding-top: 10px;

	font-size: 20px;

	cursor: pointer;

}



#hero-content .owl-nav .owl-prev:hover,

#hero-content .owl-nav .owl-next:hover {

	background: #2be6ab;

}



/*

.owl-theme .owl-controls .owl-page {

    display: inline-block;

}

.owl-theme .owl-controls .owl-page span {

    background: none repeat scroll 0 0 #869791;

    border-radius: 20px;

    display: block;

    height: 12px;

    margin: 5px 7px;

    opacity: 0.5;

    width: 12px;

}



*/

.owl-carousel .owl-nav .owl-next {

	float: right;

}



.owl-carousel #bar {

	width: 0%;

	max-width: 100%;

	height: 4px;

	background: #fff000;

}



.owl-carousel #progressBar {

	width: 100%;

	position: absolute;

	bottom: 0;

	z-index: 1;

}



.owl-carousel .owl-dots {

	right:20px;

	margin-top: -50px;

	position: absolute;

	display: inline-block;

	width:auto;

}



.owl-carousel .owl-dots .owl-dot {

	width: 80px;

	height: 5px;

	background: #ffffff;

	display: inline-block;

	margin-bottom: -30px;

	position: relative;

	-webkit-transition: all 0.4s;

	-o-transition: all 0.4s;

	transition: all 0.4s;

	margin: 10px;

}

/*

.owl-carousel .owl-dots .owl-dot:after {

	position: absolute;

	content: "";

	width: 28px;

	height: 28px;

	border: 2px solid #76b500;

	border-radius: 40px;

	left: -10px;

	top: -10px;

	-webkit-transition: all 0.4s;

	-o-transition: all 0.4s;

	transition: all 0.4s;

	-webkit-transform: scale(0);

	    -ms-transform: scale(0);

	        transform: scale(0);

}*/



.owl-carousel .owl-dots .owl-dot.active {

	background: #fff000;

}



.owl-carousel .owl-dots .owl-dot.active:after {

	-webkit-transform: scale(1);

	    -ms-transform: scale(1);

	        transform: scale(1);

}



.owl-carousel .owl-dots .owl-dot:first-child.active {

	margin-top: 15px;

}



/* UPDATE SLIDER */

html,body{height:100%;}

.carousel,.item,.active{height:100%;}

.carousel-inner{height:100%;}

.fill{width:100%;height:100%;background-position:center;background-size:cover;}



/* faster sliding speed */







#myCarousel23 .carousel-indicators{

	margin-top: -40px;

	width:30%;



}



#myCarousel23 .carousel-indicators li {

	width: 20%;

	height: 5px;

	background: #ffffff;

	border-radius: 15px;

	display: inline-block;

	margin-bottom: 15px;

	position: relative;

	/*margin: 10px;*/

}

/*

#myCarousel23 .carousel-indicators li:after {

	position: absolute;

	content: "";

	width: 28px;

	height: 28px;

	border: 2px solid #76b500;

	border-radius: 40px;

	left: -10px;

	top: -10px;

	-webkit-transition: all 0.4s;

	-o-transition: all 0.4s;

	transition: all 0.4s;

	-webkit-transform: scale(0);

	    -ms-transform: scale(0);

	        transform: scale(0);

}*/



#myCarousel23 .carousel-indicators .active {

	background: #fff000;

}



#myCarousel23 .carousel-indicators .active:after {

	-webkit-transform: scale(1);

	    -ms-transform: scale(1);

	        transform: scale(1);

}



#myCarousel23 .carousel-indicators li:first-child.active {

	/*margin-top: 15px;*/

}



.content-article{

	margin-bottom:20px;

}
.header-content{
	padding:10px 0px;
	background: #f9f9f9;
	border-bottom: solid 1px #eeeeee;
}
.content{

	margin-top:20px;

	margin-bottom:20px;

}
.mgtop-0{
	margin-top:0px;
}
.content .agenda .tanggal .bulan, .content .agenda .tanggal .tgl{

	font-size:25px;

}

.sidebar-content .agenda .tanggal .bulan, .sidebar-content .agenda .tanggal .tgl{

	font-size:14px;

}
.link-footer{

	color:#ffffff;

}

.link-footer:hover{

	color:#ffffff;
	text-decoration:underline;

}
.link-sidebar{

	color:#3b3b3b;

}

.link-sidebar:hover{

	color:#339900;

}

.mgt{

	margin-top:20px;

}

.content p{

	line-height:25px;

}
div .icon-content{
	float:left;margin-left:10px;
}
/* keep full widget on smaller screens */

@media (max-width: 767px) { 

	body {

		padding-left: 0;

		padding-right: 0;

	}
	.owl-carousel .owl-dots .owl-dot {
		width:5%;
		margin:0px 10px 0px 0px;
	}

		
	.title-slider{
		top:100px;
		left:15px;
		width:250px;
	}
		
	.title-slider font{
		font-size:18px;
	}
	.text-slider{
		width: 250px;
		position:absolute; 
		top:160px; 
		left:15px;
		background: rgba(113, 180, 4, 0.5);
		padding: 15px;
		color:#fff;
		font-size: 16px;
		line-height: 18px;
		text-align: justify;
	}	
	
	
	.content, .content-article{

		margin-top:0px;

	}

	#myCarousel23 .carousel-indicators{

	margin-top: -40px;

	width:100%;

	}

	.fill{width:100%;height:300px;}

	.owl-height{

		height:300px;

	}

	.hero-section .item{

		height:300px !important;

	}

	.hero-section{

		height:300px !important;

	}

	.owl-carousel .owl-dots{

		width:80%;
		margin-top:-30px
	}

}

/* END UPDATE SLIDER */

/*------------------------

	About section

--------------------------*/

.about-section,

.team-section {

	background: white;

	position: relative;

	z-index: 2;

	padding: 30px;

}



.overlay {

	position: absolute;

	width: 100%;

	height: 100%;

	left: 0;

	top: 0;

	z-index: 3;

	background-repeat: no-repeat;

	background-size: cover;

}

/*Card Section*/

.card-section {

	position: relative;

	padding-bottom: 100px;

	z-index: 5;

}



.lab-card {

	position: relative;

	margin-top: -50px;

	padding: 50px 25px;

	text-align: center;

	background: #f5faf8;

	-webkit-box-shadow: 0 0 8px rgba(74, 74, 74, 0.1);

	        box-shadow: 0 0 8px rgba(74, 74, 74, 0.1);

	-webkit-transition: all 0.4s ease 0s;

	-o-transition: all 0.4s ease 0s;

	transition: all 0.4s ease 0s;

}



.lab-card .icon {

	margin-bottom: 30px;

	font-size: 70px;

	-webkit-transition: all 0.4s ease 0s;

	-o-transition: all 0.4s ease 0s;

	transition: all 0.4s ease 0s;

}



.lab-card h2 {

	text-transform: uppercase;

	font-size: 18px;

	color: #2b1640;

	margin-bottom: 30px;

	-webkit-transition: all 0.4s ease 0s;

	-o-transition: all 0.4s ease 0s;

	transition: all 0.4s ease 0s;

}



.lab-card p {

	color: #6c6e7e;

	line-height: 30px;

	-webkit-transition: all 0.4s ease 0s;

	-o-transition: all 0.4s ease 0s;

	transition: all 0.4s ease 0s;

}



.lab-card:hover {

	background: #2be6ab;

}



.lab-card:hover h2,

.lab-card:hover p,

.lab-card:hover .icon {

	color: #fff;

}



/* About contant */

.about-contant {

	position: relative;

	z-index: 5;

}



.about-contant p {

	color: #fff;

}



.intro-video {

	-webkit-transform: translateY(50%);

	    -ms-transform: translateY(50%);

	        transform: translateY(50%);

	margin-top: -90px;

}



.intro-video img {

	-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.35);

	        box-shadow: 0 0 50px rgba(0, 0, 0, 0.35);

}



.intro-video a {

	position: absolute;

	width: 60px;

	height: 60px;

	left: 50%;

	top: 50%;

	margin-left: -30px;

	margin-top: -30px;

	color: #6a23b5;

	background: #2be6ab;

	border-radius: 50%;

	text-align: center;

	padding-top: 20px;

	padding-left: 5px;

}





/*------------------------

  Testimonial section

--------------------------*/

.testimonial-section {

	padding-top: 0;

	background: #76b500;

	position: relative;

	color: white;

	padding: 8px;

}



.test-overlay {

	position: absolute;

	background-image: url("../img/test-man.png");

	background-repeat: no-repeat;

	background-position: bottom right;

	background-size: contain;

	bottom: 0;

	height: 78%;

	left: 50px;

}

.testimonial-section a{

	color:#fff;

	font-family: "calibri", sans-serif;

	font-weight:bold;

}

.testimonial span {

	display: block;

	font-size: 48px;

	color: #6a23b5;

}



.testimonial p {

	font-style: italic;

	color: #fff;

	font-weight: 400;

	line-height: 36px;

}



.testimonial .avatar {

	width: 60px;

	height: 60px;

	border-radius: 50%;

	overflow: hidden;

	float: left;

	margin-right: 20px;

}



.testimonial .client-info {

	margin-top: 40px;

}



.testimonial .client-name {

	float: left;

	padding-top: 20px;

}



.testimonial .client-name h2 {

	font-size: 18px;

	color: #fff;

	font-weight: 400;

}



.testimonial .client-name p {

	font-style: normal;

	font-size: 12px;

	color: #969696;

}



/* Testimonial carousel */

#testimonial-slide {

	position: relative;

}



#testimonial-slide .owl-dots {

	position: absolute;

	width: 8px;

	top: 100px;

}



#testimonial-slide .owl-dots .owl-dot {

	width: 8px;

	height: 8px;

	background: #fff;

	border-radius: 15px;

	display: block;

	margin-bottom: 15px;

	position: relative;

	-webkit-transition: all 0.4s;

	-o-transition: all 0.4s;

	transition: all 0.4s;

}



#testimonial-slide .owl-dots .owl-dot:after {

	position: absolute;

	content: "";

	width: 28px;

	height: 28px;

	border: 2px solid #6a23b5;

	border-radius: 40px;

	left: -10px;

	top: -10px;

	-webkit-transition: all 0.4s;

	-o-transition: all 0.4s;

	transition: all 0.4s;

	-webkit-transform: scale(0);

	    -ms-transform: scale(0);

	        transform: scale(0);

}



#testimonial-slide .owl-dots .owl-dot.active {

	background: #6a23b5;

	margin-bottom: 25px;

	margin-top: 25px;

}



#testimonial-slide .owl-dots .owl-dot.active:after {

	-webkit-transform: scale(1);

	    -ms-transform: scale(1);

	        transform: scale(1);

}



#testimonial-slide .owl-dots .owl-dot:first-child.active {

	margin-top: 15px;

}





/*----------------------------------

	header and icon box element

------------------------------------*/

.service {

	margin-bottom: 20px;

}



.service,

.icon-box {

	display: -webkit-inline-box;

	display: -ms-inline-flexbox;

	display: inline-flex;

}



.service .icon,

.icon-box .icon {

	font-size: 40px;

	margin-right: 30px;

}



.service .service-text h2,

.service .icon-box-text h2,

.icon-box .service-text h2,

.icon-box .icon-box-text h2 {

	font-size: 18px;

	text-transform: uppercase;

	margin-bottom: 20px;

	font-weight: 400;

}



.service .service-text p,

.service .icon-box-text p,

.icon-box .service-text p,

.icon-box .icon-box-text p {

	font-size: 15px;

}



.service.light h2,

.service.light p,

.service.light .icon,

.icon-box.light h2,

.icon-box.light p,

.icon-box.light .icon {

	color: #fff;

}



.service.left,

.icon-box.left {

	text-align: right;

}



.service.left .icon,

.icon-box.left .icon {

	margin-left: 30px;

	margin-right: 0;

}





/*------------------------

	Team section

--------------------------*/

.team-section .container {

	position: relative;

	z-index: 5;

}



.member {

	text-align: center;

}



.member img {

	margin-bottom: 60px;

}



.member h2 {

	font-size: 24px;

	font-weight: 400;

	margin-bottom: 20px;

	color: #fff;

}



.member h3 {

	font-size: 14px;

	color: #2be6ab;

	font-weight: 400;

	text-transform: uppercase;

}





/*------------------------

	Promotion section

--------------------------*/

.promotion-section {

	/* The image used */

	background-image: url('../img/stie-building2.png');



	/* Center and scale the image nicely */

	background-position: center;

	background-repeat: no-repeat;

	background-size: cover;

}



.promotion-section h2 {

	font-weight: 400;

	color: #fff;

	font-size: 48px;

	margin-bottom: 18px;

}



.promotion-section p {

	color: #fff;

	font-size: 15px;

	width: 100%;

	margin: 0;

	font-weight: bold;

}



.promotion-section .promo-contain {

	padding: 30px 0;

	height: 100%;

	width: 100%;

	color: #FFF;

	font-weight: bold;

	background: rgba(102, 204, 0, 0.8);

}



.promotion-section .promo-btn-area {

	text-align: right;

	padding-top: 15px;

}





/*------------------------

	Contact section

--------------------------*/

.contact-section {

	position: relative;

}



.contact-section {

	background: #3b3b3b;

}



.contact-section h3{

	color: #fff;

}



.form-class input[type="text"] {

	width: 100%;

	margin-bottom: 26px;

	border: none;

	background: #f6edfb;

	padding: 17px 20px;

}



.form-class input[type="text"]:focus,

.form-class input[type="text"]:hover {

	outline: none;

}



.form-class textarea {

	width: 100%;

	margin-bottom: 40px;

	border: none;

	background: #f6edfb;

	padding: 15px 20px;

	height: 260px;

}



.form-class textarea:focus,

.form-class textarea:hover {

	outline: none;

}



.form-class ::-webkit-input-placeholder {

	font-style: italic;

}



.form-class :-ms-input-placeholder {

	font-style: italic;

}



.form-class ::-ms-input-placeholder {

	font-style: italic;

}



.form-class ::placeholder {

	font-style: italic;

}



.form-class :-ms-input-placeholder {

	font-style: italic;

}



.form-class ::-ms-input-placeholder {

	font-style: italic;

}



/* Contact Info*/

.contact-info .section-title {

	margin-bottom: 40px;

}



.contact-info p {

	color: #fff;

}



.contact-info h3 {

	font-weight: 400;

	color: #2be6ab;

	margin-bottom: 20px;

}



.contact-info .con-item {

	font-size: 14px;

}





/*------------------------

	Footer section

--------------------------*/

.footer-section {

	background: #3b3b3b;

	text-align: left;

}



.footer-section h2 {

	color: #fff;

	font-size: 14px;

	padding: 18px 18px;

	font-family: Calibri;

}



/*=========================

	Other Pages

=========================*/



/*------------------------

	Page Top Section

--------------------------*/

.page-top-section {

	position: relative;

	height: 405px;

	background: #6a23b5;

}



.page-top-section .container {

	position: relative;

	z-index: 5;

}



.page-top-section .page-info {

	display: inline-block;

	padding-top: 200px;

}



.page-top-section .page-info h2 {

	color: #fff;

	font-weight: 400;

	margin-bottom: 15px;

	float: left;

}



.page-top-section .page-info .page-links a,

.page-top-section .page-info .page-links span {

	font-size: 18px;

	font-family: "Oswald", sans-serif;

	color: #fff;

	margin-right: 12px;

	padding-right: 12px;

	font-weight: 400;

	position: relative;

}



.page-top-section .page-info .page-links a:after,

.page-top-section .page-info .page-links span:after {

	position: absolute;

	content: "|";

	right: -3px;

}



.page-top-section .page-info .page-links span {

	margin-right: 0;

	padding-right: 0;

	color: #2be6ab;

}



.page-top-section .page-info .page-links span:after {

	display: none;

}





/*------------------------

	Features Section

--------------------------*/

.features .icon-box .icon {

	color: #2be6ab;

	margin-top: -10px;

}



.features .icon-box:last-child {

	margin-bottom: 0;

}



.features .icon-box {

	margin-bottom: 90px;

}





/*------------------------

	Services Card Section

--------------------------*/

.sv-card .card-img {

	position: relative;

	display: block;

	overflow: hidden;

	max-height: 260px;

}



.sv-card .card-img img {

	min-width: 100%;

}



.sv-card .card-img:after {

	position: absolute;

	content: "";

	width: 100%;

	height: 100%;

	left: 0;

	top: 0;

	z-index: 1;

	background: #2be6ab;

	opacity: 0;

	-webkit-transition: all 0.4s ease 0s;

	-o-transition: all 0.4s ease 0s;

	transition: all 0.4s ease 0s;

}



.sv-card:hover .card-img:after {

	opacity: 0.8;

}



.sv-card .card-text {

	padding: 70px 45px;

	padding-right: 15px;

	background: #f5f9f8;

}



.sv-card .card-text h2 {

	text-transform: uppercase;

	font-size: 18px;

	margin-bottom: 28px;

}



.sv-card .card-text p {

	font-size: 15px;

}





/*------------------------

	Newsletter Section

--------------------------*/

.newsletter-section {

	background: #2be6ab;

}



.newsletter-section h2 {

	font-size: 48px;

	color: #fff;

	font-weight: 400;

}



/* Newsletter form */

.nl-form {

	padding-top: 5px;

	text-align: right;

}



.nl-form input[type="text"] {

	border: none;

	padding: 15px 30px;

	height: 51px;

	float: left;

	margin-right: 30px;

	width: calc(100% - 211px);

	background: #19cc93;

	color: #fff;

}



.nl-form input[type="text"]:focus,

.nl-form input[type="text"]:hover {

	outline: none;

}



.nl-form ::-webkit-input-placeholder {

	color: #fff;

}



.nl-form :-ms-input-placeholder {

	color: #fff;

}



.nl-form ::-ms-input-placeholder {

	color: #fff;

}



.nl-form ::placeholder {

	color: #fff;

}



.nl-form :-ms-input-placeholder {

	color: #fff;

}



.nl-form ::-ms-input-placeholder {

	color: #fff;

}





/*------------------------

	Blog Page

--------------------------*/

.post-item {

	margin-bottom: 90px;

}



.post-thumbnail {

	position: relative;

	overflow: hidden;

	margin-bottom: 60px;

}



.post-thumbnail .post-date {

	position: absolute;

	width: 90px;

	height: 90px;

	background: #6a23b5;

	top: 17px;

	left: 17px;

	text-align: center;

	padding-top: 15px;

}



.post-thumbnail .post-date h2 {

	color: #fff;

	font-size: 30px;

	font-weight: 400;

	margin-bottom: 5px;

}



.post-thumbnail .post-date h3 {

	font-size: 15px;

	color: #2be6ab;

	font-weight: 400;

}



.post-title {

	font-size: 24px;

	font-weight: 400;

	letter-spacing: 1px;

	text-transform: uppercase;

	margin-bottom: 18px;

}



.post-meta {

	margin-bottom: 40px;

}



.post-meta a {

	color: #0b1033;

	font-size: 12px;

	padding-left: 20px;

	position: relative;

	margin-left: 10px;

}



.post-meta a:after {

	position: absolute;

	content: "";

	width: 7px;

	height: 7px;

	left: 0;

	top: 3px;

	background: #2be6ab;

	border-radius: 10px;

}



.post-meta a:first-child {

	margin-left: 0;

}



.read-more {

	font-family: "Oswald", sans-serif;

	font-size: 16px;

	color: #0b1033;

	position: relative;

	display: inline-block;

	clear: both;

	padding-bottom: 5px;

	margin-top: 40px;

}



.read-more:after {

	position: absolute;

	content: "";

	width: 100%;

	height: 3px;

	left: 0;

	bottom: 0;

	background: #2be6ab;

	border-radius: 10px;

}



.page-pagination a {

	display: inline-block;

	font-family: "Oswald", sans-serif;

	font-size: 16px;

	color: #0b1033;

	padding: 6px 10px;

	margin-right: 5px;

}



.page-pagination a.active {

	background: #2be6ab;

}



/* Sidebar */

.widget-item {

	margin-bottom: 60px;

	overflow: hidden;

}



.widget-item .widget-title {

	font-size: 18px;

	margin-bottom: 45px;

}



.widget-item ul {

	list-style: none;

}



.widget-item ul li a {

	color: #6c6e7e;

	display: block;

	margin-bottom: 20px;

	font-size: 15px;

}



.widget-item ul li a:hover {

	color: #2be6ab;

}



.widget-item ul li:last-child a {

	margin-bottom: 0;

}



.widget-item ul.instagram {

	margin-left: -5px;

	margin-right: -5px;

}



.widget-item ul.instagram li {

	width: 33.33%;

	float: left;

	padding: 5px;

}



.widget-item ul.instagram li img {

	min-width: 100%;

}



.widget-item ul.tag li {

	display: inline-block;

	background: #2be6ab;

	padding: 10px 24px;

	float: left;

	margin-right: 10px;

	margin-bottom: 15px;

}



.widget-item ul.tag li a {

	color: #6a23b5;

	margin-bottom: 0;

}



.widget-item .quote .quotation {

	display: block;

	color: #2be6ab;

	font-size: 60px;

	line-height: normal;

	margin-bottom: -20px;

}



.search-form {

	position: relative;

}



.search-form input[type="text"] {

	width: 100%;

	border: none;

	background: #2be6ab;

	padding: 15px 20px;

}



.search-form input[type="text"]:focus,

.search-form input[type="text"]:hover {

	outline: none;

}



.search-form .search-btn {

	position: absolute;

	width: 50px;

	height: 50px;

	display: block;

	right: 0;

	top: 0;

	border: 0;

	background: #6a23b5;

	color: #2be6ab;

}



.search-form .search-btn:focus,

.search-form .search-btn:hover {

	outline: none;

}





/*------------------------

	Single Post

--------------------------*/

.single-post .post-content {

	margin-bottom: 90px;

}



.single-post .post-content p {

	margin-bottom: 40px;

}



.single-post .author {

	display: -webkit-inline-box;

	display: -ms-inline-flexbox;

	display: inline-flex;

	margin-bottom: 100px;

}



.single-post .author .avatar {

	margin-right: 40px;

}



.single-post .author .avatar img {

	min-width: 117px;

}



.single-post .author .author-info h2 {

	font-size: 18px;

	margin-bottom: 20px;

}



.single-post .author .author-info h2 span {

	color: #8e8f9b;

}



/* Comments css*/

.comments h2,

.comment-from h2 {

	font-size: 18px;

	margin-bottom: 70px;

}



.comment-list {

	list-style: none;

	margin-bottom: 90px;

}



.comment-list li {

	margin-bottom: 60px;

}



.comment-list li .avatar {

	width: calc(100% - (100% - 80px));

	float: left;

	margin-right: 40px;

}



.comment-list li .commetn-text h3 {

	font-size: 15px;

	font-family: "Roboto", sans-serif;

	margin-bottom: 30px;

	font-weight: 600;

}



/* Contact page Map */

.map {

	height: 750px;

}





/*------------------------

	Elements

--------------------------*/

.element {

	margin-bottom: 90px;

}



.element h4 {

	font-size: 36px;

	text-transform: uppercase;

	font-weight: 400;

	margin-bottom: 70px;

}



/*===  Progress Bar Element ===*/

.single-progress-item {

	margin-bottom: 15px;

	position: relative;

}



.single-progress-item p {

	font-family: "Oswald", sans-serif;

	color: #333;

	margin-bottom: 12px;

	font-weight: 500;

}



.progress-bar-style {

	display: block;

	height: 5px;

	position: relative;

	width: 100%;

	background: #f4f8fc;

}



.bar-inner {

	position: absolute;

	height: 100%;

	left: 0;

	top: 0;

	background: #2be6ab;

}



.bar-inner span {

	position: absolute;

	right: 0;

	font-weight: bold;

	top: -35px;

	font-family: "Oswald", sans-serif;

	color: #333;

	font-weight: 500;

}



/*===  Accordions Element ===*/

.site-accordions {

	margin-top: 40px;

}



.site-accordions .panel {

	margin-bottom: 24px;

}



.site-accordions .panel-heading {

	background: #6a23b5;

	color: #fff;

	position: relative;

	padding: 16px 50px;

	border: none;

	border-radius: 0;

}



.site-accordions .panel-heading .panel-title {

	font-size: 15px;

	font-family: "Roboto", sans-serif;

	text-transform: none;

	margin: 0;

	-webkit-transition: all 0.4s ease 0s;

	-o-transition: all 0.4s ease 0s;

	transition: all 0.4s ease 0s;

}



.site-accordions .panel-heading a {

	position: absolute;

	display: block;

	height: 100%;

	width: 48px;

	right: 0;

	top: 0;

	-webkit-transition: all 0.4s ease 0s;

	-o-transition: all 0.4s ease 0s;

	transition: all 0.4s ease 0s;

}



.site-accordions .panel-heading a:after {

	position: absolute;

	content: "+";

	color: #fff;

	left: 20px;

	font-size: 15px;

	padding-top: 15px;

}



.site-accordions .panel.active .panel-heading {

	background: #2be6ab;

	color: #6a23b5;

}



.site-accordions .panel.active .panel-heading a {

	background: #6a23b5;

}



.site-accordions .panel.active .panel-heading a:after {

	content: "-";

	color: #2be6ab;

	left: 23px;

	padding-top: 13px;

}



/*===  Progress Circle Element ===*/

.circle-progress {

	text-align: center;

	position: relative;

}



.circle-progress canvas {

	-webkit-transform: rotate(90deg);

	    -ms-transform: rotate(90deg);

	        transform: rotate(90deg);

}



.circle-progress .progress-info {

	position: absolute;

	width: 100%;

	top: 30%;

}



.circle-progress .progress-info p {

	font-family: "Roboto", sans-serif;

	color: #7c8d93;

	font-size: 14px;

	font-weight: 600;

}



/*===  Facts Element ===*/

.facts .fact {

	display: -webkit-inline-box;

	display: -ms-inline-flexbox;

	display: inline-flex;

}



.facts .fact .icon {

	margin-right: 20px;

	color: #6a23b5;

	font-size: 45px;

	padding-top: 10px;

}



.facts .fact .fact-text h2 {

	font-family: "Roboto", sans-serif;

	font-size: 72px;

	color: #2be6ab;

	font-weight: 600;

	margin-bottom: 5px;

}



.facts .fact .fact-text h3 {

	font-size: 16px;

	font-weight: 500;

}







/* ===========================

	Responsive

==============================*/



/* Desktop :768px. */

@media only screen and (min-width: 1550px) {

	#testimonial-slide .owl-dots {

		right: -100px;

	}

	.test-overlay {

		width: 500px;

	}

}



@media only screen and (min-width: 1280px) and (max-width: 1549px) {

	#testimonial-slide .owl-dots {

		right: -40px;

	}

	.test-overlay {

		width: 400px;

	}

}



@media only screen and (min-width: 992px) and (max-width: 1279px) {

	#testimonial-slide .owl-dots {

		right: -25px;

	}

}



@media only screen and (max-width: 1254px) {

	#testimonial-slide .owl-dots {

		top: 95%;

		-webkit-transform: rotate(-90deg);

		    -ms-transform: rotate(-90deg);

		        transform: rotate(-90deg);

		-webkit-transform-origin: left center;

		    -ms-transform-origin: left center;

		        transform-origin: left center;

		left: 50%;

		margin-left: -4px;

	}

}





/* Tablet :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {

	.test-overlay {

		display: none;

	}

	#testimonial-slide .owl-dots {

		top: 95%;

		-webkit-transform: rotate(-90deg);

		    -ms-transform: rotate(-90deg);

		        transform: rotate(-90deg);

		-webkit-transform-origin: left center;

		    -ms-transform-origin: left center;

		        transform-origin: left center;

		left: 50%;

		margin-left: -4px;

	}

	.card-section {

		padding-bottom: 0;

	}

	.lab-card {

		margin-bottom: 80px;

	}

	.promotion-section .promo-btn-area {

		text-align: left;

	}

	.contact-section::after {

		width: 100%;

		right: 0;

	}

	.contact-info {

		margin-bottom: 95px;

	}

	.col-push {

		left: 0;

	}

	.col-pull {

		right: 0;

	}

	.sv-card {

		margin-bottom: 30px;

	}

	.newsletter-section h2 {

		margin-bottom: 30px;

	}

	.circle-progress {

		margin-bottom: 40px;

	}

	.icon-box {

		margin-bottom: 30px;

	}

	.facts .fact {

		margin-bottom: 40px;

	}

}



/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {
	.menu-res{
		width:100%;
	}
	.content-menu{

		display:none;

	}

	.header-section{

		position:relative;

		padding-right:50px;

	}
	.mgtop{

		margin-top:20px !important;

	}
	
	.header-section .logo {
		display:inline-block;
	}
	.logo-fix{

		display:none;

	}
	.pagination{
		margin:-10px 0px 0px 0px;
	}
	.mgtop-50{

		margin:80px 0px 0px 0px!important;
		
	}

	.header-section .logo {

		padding-top: 10px;

		padding-bottom: 10px;

	}

	.header-section .menu-top {

		background-color:initial;

	}

	

	.header-section .logo img{

		height: 100%;

	}

	.header-section .menu-list {

		display: none;

		float: none;

		clear: both;

		border-top: 1px solid #ddd;

	}

	.header-section .menu-list li {

		display: inline;

	}

	.header-section .menu-list li a {

		display: block;

		padding: 10px;

		margin-right: 0;

	}

	.header-section .menu-list li a:after {

		left: 0%;

	}

	.header-section .menu-list li a:hover:after {

		width: 10px;

		margin-left: 10px;

	}

	.header-section .menu-list .current a:after {

		margin-left: 10px;

	}

	.responsive {

		display: block;

		color: #fff;

		font-size: 34px;

		position: absolute;

		right: 30px;

		padding-top: 10px;

	}

	.owl-carousel .owl-nav .owl-prev,

	.owl-carousel .owl-nav .owl-next {

		width: 50px;

	}

	.hero-content img {

		max-width: 280px;

	}

	.test-overlay {

		display: none;

	}

	#testimonial-slide .owl-dots {

		top: 86%;

		-webkit-transform: rotate(-90deg);

		    -ms-transform: rotate(-90deg);

		        transform: rotate(-90deg);

		-webkit-transform-origin: left center;

		    -ms-transform-origin: left center;

		        transform-origin: left center;

		left: 50%;

		margin-left: -4px;

	}

	.card-section {

		padding-bottom: 0;

	}

	.lab-card {

		margin-bottom: 80px;

	}

	.testimonial-section {

		padding-top: 20px;

	}

	.member {

		margin-bottom: 60px;

	}

	.promotion-section .promo-btn-area {

		text-align: left;

	}

	.contact-section::after {

		width: 100%;

		right: 0;

	}

	.contact-info {

		margin-bottom: 95px;

	}

	.col-push {

		left: 0;

	}

	.col-pull {

		right: 0;

	}

	.devices {

		margin-top: 70px;

		margin-bottom: 70px;

	}

	.sv-card {

		margin-bottom: 30px;

	}

	.newsletter-section h2 {

		margin-bottom: 30px;

	}

	.nl-form {

		text-align: center;

	}

	.nl-form input[type="text"] {

		margin-bottom: 30px;

		width: 100%;

	}

	.circle-progress {

		margin-bottom: 40px;

	}

	.page-pagination,

	.blog-posts {

		margin-bottom: 90px;

	}

	.buttons button {

		margin-bottom: 20px;

	}

	.icon-box {

		margin-bottom: 30px;

	}

	.facts .fact {

		margin-bottom: 40px;

	}

}



/* small mobile :320px. */

@media only screen and (max-width: 479px) {

	.header-section {

		padding: 0 20px;

	}

	.hero-content {

		display: none;

	}

	.intro-video {

		margin-top: -30px;

	}

	.post-thumbnail .post-date {

		-webkit-transform: scale(0.7);

		    -ms-transform: scale(0.7);

		        transform: scale(0.7);

		-webkit-transform-origin: left top;

		    -ms-transform-origin: left top;

		        transform-origin: left top;

	}

	.single-post .author .avatar {

		margin-right: 20px;

	}

	.single-post .author .avatar img {

		min-width: 60px;

	}

	.buttons button {

		margin-bottom: 20px;

	}

}



.img-run{

	margin-right: 20px;

}



.fs{

	max-width: 150px; 

	max-height: 100px;

}



.ls{

	width: 200px; 

	height: 100px;

}



.list-prog{

	margin-top: -15px;

	display: block;

}



.list-prog li{

	font-size: 16px;

	padding-bottom: 5px;

	margin-bottom: 5px;


	list-style: none;

	font-family: calibri;

	font-weight: bold;

}
.list-prog li:hover .sub-list-prog{
	display:block;
}
.link-akademik {
	font-weight:bold;
	color:#339900;
	display:block;
}

.link-akademik:hover {
	color:#339900;
	text-decoration:underline;
}

.link-akademik-2 {
	font-weight:bold;
	color: #666666;
	display:block;
	border-bottom: 1px solid #c9c9c9;
}

.link-akademik-2:hover {
	color: #76B500;
}

.link-akademik3 {
	font-weight:bold;
	color:#333333;
	display:block;
	border-bottom:1px solid #C9C9C9;
}

.link-akademik3:hover {
	color:#339900;
	text-decoration:none;
}

.sub-list-prog{
	margin-top:10px;
	display:none;
}

.sub-link-akademik {
	margin-left:20px;
	font-weight:bold;
	display:block;
	border-bottom: 1px solid #c9c9c9;
}

.link-akademik:hover {
		/*color: #ff6600;*/
		display:block;
}


.head-jl{

	text-align: right;

	font-family: calibri;

}



.head-jl h1{

	font-size: 30px;

	font-family:calibri;

	font-weight:bold;

}



.head-cont{

	text-align: right;

	border-bottom: 2px solid #76b500;

	font-family: calibri;

	margin-bottom: 20px;

	font-size:25px;

}



.head-cont span{

	background-color: #76b500;

	color: #FFFFFF;

	text-align: center;

	padding: 0px 10px;

	font-weight: bold;

	

}

.akademik{

	/*margin-top:50px;*/

	text-align:left;

	font-size:20px;

}

.list-article {
	margin-bottom: 20px;
}

.list-article-kat {
	margin-bottom: 20px;
}



.list-article .article-contain{

	

}





.list-article .title{

	font-size: 18px;

}

.list-article p{

	line-height: 20px;

}

.link-berita{

	/*color:#ff6600;*/
	color:#339900;
}

.link-berita:hover{

	/*color:#ff6600;*/

	text-decoration:underline;

}



.agenda{

	margin-bottom: 20px;

}

.agenda .tanggal{

	background-color: #76b500;

	text-align: center;

	padding: 5px;

}

.agenda .tanggal strong{

	padding: 0;

}



.agenda .tanggal .bulan{

	

	font-size: 30px;

	color: #FFFFFF;

	

	

}

.agenda .tanggal .tgl{

	padding: 0;

	background-color: #EFEFEF;

	font-size: 40px;

	font-weight: bold;

}





.agenda .agenda-contain{

	background-color: #EFEFEF;

	padding: 0;

	margin: 0 5px;

	padding: 5px;

}



.agenda .agenda-contain .title{

	font-size: 15px;

}

.agenda .agenda-contain .lokasi, .agenda .agenda-contain .date{

	font-size: 15px;

	color: #6c6e7e;

}



.agenda .agenda-contain .lokasi{

	height: auto;

}



.agenda .agenda-contain .lokasi div{

	padding: 0;

}



.service-contain{

	margin-top: 50px;

}



.contact-section .service{

	margin-bottom: 0;

}



.contact-section .service .service-icon{

	width: 8px;

	color: #76b500;

}



.contact-section .service .service-text{

	color: #ffffff;

	padding-left: 10px;

}



.sosmed-contain{

	margin-top: 20px;

	color: #76b500;

	text-align: center;

	font-size: 25px;

}



.contact-section .logo{

	width: 200px;

	height: 100px;

}



.second-footer h3{

	color: #76b500;

}



.footer_links

{

	padding-top: 20px;

}

.footer_links ul li

{

	list-style:none;

}

.footer_links ul li:not(:last-child)

{

	margin-bottom: 10px;

}

.footer_links ul li a

{

	font-size: 16px;

	font-weight: 600;

	color: #fefefe;

	font-family: Calibri;

}



.award img{

	max-width: 200px;

	max-height: 100px;

	background: none;

	border: none;

	margin-bottom: 20px;

}



.carousel-footer{

	color: #FFFFFF;
	margin: 0;
	padding:0;
	background-color:#76b500;
}



.carousel-footer h4{

	padding: 10px 0; 

}



.carousel-footer .right{

	padding: 9px 0 10px 0; 

}

.carousel-footer .left, .carousel-footer .right{ 

background: #76b500;

}



ol.carousel-indicators {

  position: relative;

  left: 0;

  right: 0px;

  bottom: 0;

  width: auto;

  margin-right: 15px;

  margin-left: 0;

  margin-bottom: 0;

  padding:0;

}



.cover-mag img{

	height: 505px;

	width:100%

}

.majalah-footer{

	color: #FFFFFF;

	margin: 0;

	padding:0;

}



.majalah-footer .left, .majalah-footer .right{ 

background: #76b500;

}



.majalah-footer .left, .majalah-footer .right{ 

}



.majalah-footer .right select{ 

	padding: 0;

	height: 39px;

	background: none;

	border: none;

	color: #FFFFFF;

	font-weight: bold;

	box-shadow: none;

}



.majalah-footer h4{

	padding: 10px; 

}



.backdrop{

	width: 100%;

}



.backdrop img{

	height: 20px;

}




#lang{ 
	-webkit-appearance: none;
	padding: 0;

	height: 39px;

	background: none;

	border: none;

	color: #FFFFFF;

	font-weight: bold;

	box-shadow: none;

}

#lang option{ 

  background: rgba(118, 181, 0, 1);

  border: none;

}

.open{

	

}

.dropdown-menu:before, .dropdown-menu:after{

	clear:both;

}

.menu-list .dropdown-menu{

	width: 1000px ;

	

}

.dropdown-menu {
	margin-top:-6px;
	position:fixed;
	display:none;

	z-index: 100;

	left: 22%;

	margin-left: 0 !important;

	background-color:rgba(255,255,255, 0.5);

	/*background-color:#3B3B3B;*/

	padding:20px;
	color:#000;
}

.nav > li > a:focus, .nav > li > a:hover {



    text-decoration: none;

    background-color: inherit;



}

.dropdown-menu a,.dropdown-menu p  {

	color:#000;

}

.dropdown-menu .dropdown-item{
	color:#000;

}

/*.dropdown-toggle::after {

    display: inline-block;

    width: 0;

    height: 0;

    margin-left: .1em;

    vertical-align: .255em;

    content: "";

    border-top: .3em solid;

    border-right: .3em solid transparent;

    border-bottom: 0;

    border-left: .3em solid transparent;



}
*/
.content-menu p, .content-menu a{

	line-height:inherit;

	font-size:inherit;

}

.submenu-content .nav-link{

	list-style:number;

}

.submenu-content li{

	display:inherit !important;
	border-bottom:1px solid #95C43D;
}

.submenu-content a{

	/*border-bottom:1px solid #95C43D;*/

}

.dropdown-item{

	padding:8px 0px !important;

}

.fixed-logo{
	position:fixed;
	background: rgba(118, 181, 0, 1);
	
	width:200px;
	border-radius:0px 0px 30px 30px;
}
.fixed-logo img{
	margin:auto;
	display:block;
}
.fixed{
	position:fixed;
}
.kehidupan-kampus{
	width:100%!important;
	min-height:360px !important;
	max-height:360px !important;
}
.kewirausahaan{
	width:100%!important;
	min-height:260px !important;
	max-height:260px !important;
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}
.partner{
	border-top:1px solid #C9C9C9;
	border-bottom:1px solid #C9C9C9; 
	background-color:#F1F1F1; 
	height:160px; 
	margin-bottom:0px;
}
/*#partner{
	margin:auto;
	width:80%;
}*/
.item-partner{
		/*background:#fff;*/
		height:100px;
		width:auto;
}

.item-partner img{
		/*background:#fff;*/
		height:100px;
		width:auto !important;
}
.owl-nav{
	margin-top:-65px;
}
.owl-nav .owl-prev {
	float:left;
	margin-left:-50px
}
.owl-nav .owl-next{
	margin-right:-50px
}
.kekampus .carousel{
	padding:0px 10px;
}

#myCarouselvi1 {
	padding-right:35px;
}
.row2{
	margin:auto;
	padding:0px;
}
.row2 .col-md-4:not(:first-child){
	padding-left:75px;
}
.row2 .col-md-4:not(:last-child){
	padding-right:75px;
}
.md-last{
	padding-right:0px;
}
.clearfix2 { clear:both; }
.subpage{
	position:absolute;
    background: rgba(118,181,0, 0.5) !important;
}
.subpage-color{
	 background: transparent;
}
.colorsubpage{
	background:  rgba(118,181,0, 1);
}
.welcome-subpage{
	position:relative;
	height:400px;
	margin-bottom:20px;
}
.welcome-subpage-text{
	position:absolute;
	bottom:20px;
	background: rgba(113, 180, 4, 0.5);
	padding:10px;
	color:#fff;
	border-bottom: 3px solid #ffff00;
}
.banner-content{
	width:100%;
	position:absolute;
	bottom:0px;
	left:0px;
	padding: 10px 5px;
	background: rgba(113, 180, 4, 0.5);
	color:#fff;
	font-weight:bold;
}
.modal{
	padding-top:50px;
}
.close-modal{
	 position:absolute;
	 right:-5px;
	 top:-5px;
	 background-color:#000;
	 color:#fff;
	 font-size:18px;
	 -webkit-appearance: none;
	 border:0px;
	 border-radius:50%;
	 padding:0px 8px;
}
.close-modal:hover{
	background-color:#B7080F;
}
.modal-dialog{
	width:850px;
	height:480px;
}
@media only screen and (max-width: 767px){
	.pdlr0{
		padding-left:0px;
		padding-right:0px;
	}
		
	.welcome-subpage{
		position:relative;
		height:200px;
	}
	.subpage{
		position:relative;
		background: rgba(118,181,0, 1) !important;
	}
	.row2 .col-md-4:not(:first-child){
		padding-left:15px;
	}
	.row2 .col-md-4:not(:last-child){
		padding-right:15px;
	}
	.mgtop32{
		margin-top:32px;
	}	
	#myCarouselvi1 {
		padding-right:0px;
	}
	#partner{
		width:93%;
		margin:auto;
	}
	.owl-nav .owl-prev {
		margin-left:-25px;
		width:auto !important;
	}
	.owl-nav .owl-next {
		margin-right:-25px;
		width:auto !important;
	}
	.modal-dialog{
		width:96%;
		height:auto;
	}
}