/* POPIN REGULAR*/
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('Poppins Regular'), local('Poppins-Regular'), url(../fonts/Poppins/Poppins-Regular.ttf) format('truetype');
}
/* POPIN MEDIUM */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Poppins Medium'), local('Poppins-Medium'), url(../fonts/Poppins/Poppins-Medium.ttf) format('truetype');
}
/* POPIN SEMI-BOLD*/
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(../fonts/Poppins/Poppins-SemiBold.ttf) format('truetype');
}
/* POPIN BOLD*/
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: local('Poppins Bold'), local('Poppins-Bold'), url(../fonts/Poppins/Poppins-Bold.ttf) format('truetype');

}
/* MONTSERtAT Regular*/
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('Montserrat Regular'), local('Montserrat-Regular'), url(../fonts/Montserrat/Montserrat-Regular.ttf) format('truetype');
}
/* MONSERRAT ITALIC */
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: local('Montserrat Italic'), local('Montserrat-Italic'), url(../fonts/Montserrat/Montserrat-Italic.ttf) format('truetype');
}
/* MONSERRAT MEDIUM */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: local('Montserrat Medium'), local('Montserrat-Medium'), url(../fonts/Montserrat/Montserrat-Medium.ttf) format('truetype');
}
/* MONTSERRAT SEMI BOLD */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(../fonts/Montserrat/Montserrat-SemiBold.ttf) format('truetype');
}
/* MONTSERRAT BOLD */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: local('Montserrat Bold'), local('Montserrat-Bold'), url(../fonts/Montserrat/Montserrat-Bold.ttf) format('truetype');
}
/* open sans reguler*/
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('Open Sans Regular'), local('OpenSans-Regular'), url(../fonts/Open_Sans/OpenSans-Regular.ttf) format('truetype');
}



@media (min-width: 768px) {
  .collapse.dont-collapse-sm {
    display: block;
    height: auto !important;
    visibility: visible;
  }
}

.table-member thead .danger td{
  padding-top: 12px;
  padding-bottom: 12px;
  /* text-align: left; */
  background-color: #007092 !important;
  font-weight: bold;
  color: #fff;
}
.table-member tbody .danger td{
  padding-top: 12px;
  padding-bottom: 12px;
  /* text-align: left; */
  background-color: rgb(255, 81, 81) !important;
  font-weight: bold;
  color: #fff;
}

html,body{
	color: #616161;
	padding: 0;
	margin: 0;
	text-rendering:optimizelegibility;
	white-space: no-wrap;
	height: 100%;
	font-family: 'Montserrat', Poppins, 'Open Sans', sans-serif;
	font-size: 13px;
	
    max-width: 1440px;
    margin: auto;

}
a, a:hover, a:focus, a:active,.btn, .btn:focus {
	text-decoration:none;
	color: #3BA5C6;
	
	
}
a{
	color:#3BA5C6 ; 
}
.btn, .btn:focus{
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #FFF;
}
h1,h2,h3,h4,h5,h6{
	padding: 0 0 15px;
	margin: 0;
	font-weight: 500;
	color: #2c3e50;
	font-family: Poppins, 'Lato', sans-serif;
	
}
p{
	font-family: 'Montserrat';
	color: #95A1B8;
}
/*------------------------------------------*/
/*	    Rewrtie bootstrap
/*------------------------------------------*/

/* equal column */
@media(min-width:768px){
	.row-eq-height{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
	}

	.row-eq-height > [class*="col-"]{
		display: flex;
		flex-direction: column;
	}
	/* submenu */
	.navbar ul ul {
		display: none !important;
	}
	.navbar-nav li:hover > ul {
		display: block !important;
		-moz-animation: fadeInDown .2s ease-out ;
		-webkit-animation: fadeInDown .2s ease-out ;
		animation:fadeInDown .2s ease-out ;
	}	
	.navbar-nav ul{
		margin: 0;
		padding: 0 !important;
		width: 200px;
		border: unset !important;
		background: #FFFFFF;
		font-size: 13px;
		text-transform: capitalize;

		box-shadow: 0 0 0 ;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.navbar-nav > li > .dropdown-menu{ 
		left: 0;
		right: auto;
		top: 100%;
	}
	.navbar-nav > li > .dropdown-menu li{ position: relative }
	.navbar-nav > li > .dropdown-menu li:last-child{ border-bottom: 0 }
	.navbar-nav > li > .dropdown-menu li,
	.navbar-nav > li > .dropdown-menu li a {
		color: #282828;
		font-family: Poppins;
		font-size: 13px;
	
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.navbar-nav > li > .dropdown-menu li a:hover {
		background-color: #3BA5C6 !important;
		color: #FFFFFF;
	}
	.navbar-nav > li > .dropdown-menu a { padding: 10px 15px; position: relative }
	.navbar-nav > li > .dropdown-menu > .active > a, 
	.navbar-nav > li > .dropdown-menu > .active > a:focus, 
	.navbar-nav > li > .dropdown-menu > .active > a:hover{ background-color: #fff; color: #999; }

	
	/* sub submenu */
	.navbar-nav ul ul{	
		left: 100% !important;
		top: -1px;
	}
}

.no-margin{
	margin: 0 !important;
}
.no-padding{
	padding: 0 !important;
}
h1,h2,h3,h4,h5,h6{
	padding: 0 0 15px;
	margin: 0;
	font-weight: 500;
}

/*------------------------------------------*/
/*	    Rewrtie bootstrap [equal column]
/*------------------------------------------*/
@media(min-width:768px){
	.row-eq-height{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
	}

	.row-eq-height > [class*="col-"]{
		display: flex;
		flex-direction: column;
	}
}

/*General Section*/
.section, section{
	padding: 50px 0;
	position: relative;
}

.section h2, section h2{
	padding: 0 0 15px;
	margin: 0 auto 30px;
	/* text-transform: uppercase; */
	font-size: 31px;
	text-align: center;
	position: relative;
}

/*General Input*/
.form-control{
	border: 1px solid #ddd;
	
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	
	padding: 8px;
	height: auto;
	background: #f9f9f9;
}
.form-control:focus{
	border: 1px solid #3BA5C6 !important;
	background: #fff;
}

.full-width{
	min-width: 100%;
}

/*General position and align*/
.left-pst{
	float: left !important;
}
.right-pst{
	float: right !important;
}
.center-pst{
	margin: 0 auto;
}
.top-vlign{
	vertical-align: top !important;
}
.center-vlign{
	vertical-align: middle !important;
}
.bottom-vlign{
	vertical-align: bottom !important;
}
.left-txt{
	text-align: left !important;
}
.center-txt{
	text-align: center !important;
}
.right-txt{
	text-align: right !important;
}

.no-radius{
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	border-radius:0;
}

.readmore, .btn-comment{
	padding: 5px 15px;
	border: 3px solid #fdfdfd;
	color: #fdfdfd;
	background: transparent;
	
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	border-radius:0;
	
	-moz-transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.readmore:hover, .readmore:focus, 
.btn-comment:hover, .btn-comment:focus{
	background: #3BA5C6;
	color: inherit;
}

header,.header{
	position: relative;
}
.header-bar{
	padding: 0!important;
	background-color: #F2F2F2;
}
.header-bar ul{
	margin-bottom: 0;
	color:#95A1B8;
}
.header-bar ul li{
	display: inline-block;
	padding: 2px 15px;
	border-right: 1px dotted #ededed;
}
.header-bar ul li:last-child{
	border-right: 0;
}
.header-bar ul li span{
	margin-right: 10px;
	color:#3BA5C6;
}
.site-logo{
	padding: 15px 0;
	float: left;
	max-width: 280px;
	margin: 20px 0;
}
.logo{
	width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.logo img{
	display:block;
	max-height:60px;
	float: left;
}

.banner-top{
	margin: 15px 0;
	margin-left: 280px;
	float: right;
}
.banner-top ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.banner-top img{
	display: block;
	max-width: 100%;
	max-height: 100px;
}

.navbar{
	border: 0;
	box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.15);
	margin-bottom: 0;
}
.navbar-toggle .icon-bar{
	background: #FFF;
}

.navbar-nav li{
	border-top: 3px solid transparent;
}
.navbar-nav li a{
	color: #FFFFFF;
	font-family: Poppins;
	font-size: 15px;
	font-weight: 500;
	padding: 30px 24px;
	
}
.navbar-nav > li:hover, .navbar-nav > li:hover > a, .navbar-nav > li:focus, .navbar-nav > li.active{
	border-color: #3BA5C6 !important;
	color: #3BA5C6;
}
.navbar-nav > li.login:hover, .navbar-nav > li.login:hover > a, .navbar-nav > li.login:focus, .navbar-nav > li.login.active{
	color: #FFFFFF;
}

.navbar-nav li a:hover, .navbar-nav li a:focus, .navbar-nav li.active a{
	background: transparent !important;
	color: #3BA5C6;
}
.navbar-nav li.login a{
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.navbar-nav li.login a:hover, .navbar-nav li.login a:focus, .navbar-nav li.login.active a{
	/* background: transparent !important; */
	color: #FFFFFF;
}
.navbar .submenu, .search-box, .lang-drop{
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	border-radius:0;
	
	-moz-transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	
	padding: 5px;
	border-bottom: 3px solid #dedede;
	min-width: 200px;
}
.search-box{
	min-width: 244px;
}
.lang-button li{
	display: block !important;
	border: none !important;
}

.navbar .open li a{
	color: #95A1B8;
	font-weight: 500;
	text-transform: capitalize;
	/* border-bottom: 1px dotted #dedede !important; */
	padding: 8px 15px 5px;
	font-size: 14px;
}

/*PAGE*/
.main{
	margin: 0 auto;
	padding: 30px 0;
	
}
.page{
	position: relative;
}
.page-title{
	font-size: 32px;
	text-transform: uppercase;
	padding: 20px;
	background: #000;
	border-bottom: 2px solid #ddd;
	
	background-size: cover;
	height: 20vw;
	max-height: 288px;
	min-height: 136px;
    background-position-y: 100%;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}
.page-title h1{
	color: #FFFFFF;
	font-family: Poppins;
	font-size: 38px;
	font-weight: bold;
	text-transform: capitalize;
}
.page-content img{
	display: block;
	max-width: 100%;
	margin: 15px 0 28px;
}
.page-content p{
	text-align: justify;
	color: #A7A7A7;
	font-family: Poppins;
	font-size: 14px;
    margin-bottom: 1.4em;
}

.feat-img{
	margin-top: 0 !important;
}

/*SLIDER*/
#slider .item{
	height: 500px;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center center !important;
}

#slider .carousel-indicators li{
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

#slider .carousel-control{
	background-image: none;	
	width: 10%;
	
	-moz-transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
#slider .carousel-control span{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -18px;
	margin-left: -18px;
	height: 36px;
	width: 36px;
	line-height: 36px;
	text-align: center;
	
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-weight: 600;
    font-size: 37px;
}

.slider-caption{
	display: table;
	table-layout: fixed;
	max-width: 700px;
	height: 500px;
	padding: 60px 10px;
}
.caption-content{
	display: table-cell;
	vertical-align: bottom;
	color: #FFFFFF;
}
.caption-content h2, .caption-title{
	color: #FFFFFF;
	font-family: Poppins;
	font-size: 49px;
	font-weight: bold;
	text-shadow: -5px 4px 24px rgba(0,0,0,0.31);


	margin: 0 0 10px;
	padding: 0 0 10px;
	text-transform: capitalize;
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
}

.caption-content h2:after{
	background: transparent;
}

.caption-content p, .caption-description{
	color: #FFFFFF;
	font-family: Montserrat;
	font-size: 13px;
	
	animation-delay: 0.7s;
	-webkit-animation-delay: 0.7s;
    -moz-animation-delay: 0.7s;
    -o-animation-delay: 0.7s;
}

.caption-content .btn{
	animation-delay: 1s;
	
	-webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
}

.caption-text{
	padding: 20px;
	/* background: rgba(0,0,0,0.5) */
}
.caption-text h2, .caption-text p{
	display: block !important;
}

.caption-text .selengkapnya-ijo{
	background-color: #3BA5C6;
	padding-left: 8px;
	/* height: 30px !important; */
	display: inline-block !important;
	line-height: 30px;
}
.caption-text a{
	display:block !important;
	background-color: #FFFFFF;
	border: unset;
	color: #282828;
	font-family: Montserrat;
	font-size: 12px;
	line-height: 20px;
}
.selengkapnya-full-ijo, .btn-comment, .btn-submit, input[type=submit].readmore{
	color: #FFFFFF !important;
	background-color: #3BA5C6;
	border: unset;
	margin: 14px 0;
}
.btn-submit:hover{
	background-color: #192F59;
}
.selengkapnya-full-ijo:hover{
	background: #192F59 !important;
}

@media(max-width:767px){
	.carousel-caption h2 span,.carousel-caption p span{
		width: 100%;
		text-align: center;
		display: block;
	}
}

@media (min-width: 320px) and  (max-width: 640px){
	#slider .item{
		height:200px;
	}
	/* #slider{
		height:140px;
	} */
	.carousel-caption p span {
		font-size: 15px;
	}
	.carousel-caption h2 span {
		font-size: 13px;
		margin-bottom: -75px;
	}
	
}

.form-control:focus{
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
	box-shadow: none;
}

/*Image holder*/
.img-holder{
	position: relative;
}
.img-holder a.href{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background:rgba(59,165,198,0.85);
	opacity: 0;
	-moz-transition: 0.2s all ease 0.2s;
	-webkit-transition: 0.2s all ease 0.2s;
	transition: 0.2s all ease 0.2s;
}
.img-holder a.href span{
	display: block;
	position: absolute;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	color: #FFF !important;
	border: 1px solid #FFF;
	left: 50%;
	top: 50%;
	margin-left: -18px;
	margin-top: -18px;
	font-size: 24px;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	-moz-transition: all ease 0.2s;
	-webkit-transition: all ease 0.2s;
	transition: all ease 0.2s;
}
.img-holder a.href p{
	position: absolute;
    top: 65%;
    left: 50%;
	transform: translateX(-50%);
	color: #FFFFFF;
}
.img-holder a.href span.img-caption{
	width: 100%;
    height: auto;
    left: 0;
    border: 0;
    text-align: center;
    margin-left: 0;
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.2em;
}

.img-holder a.href:hover, .img-holder a.href:focus{
	opacity: 1;
	-moz-transition: all ease 0.2s;
	-webkit-transition: all ease 0.2s;
	transition: all ease 0.2s;
}
.img-holder:hover a.href span, .img-holder:focus a.href span{
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-transition: 0.2s all ease 0.2s;
	-webkit-transition: 0.2s all ease 0.2s;
	transition: 0.2s all ease 0.2s;
}
.video-index .img-holder{
	margin-bottom: 4px;
}
.video-index li{
	margin-bottom: 1em;
}
.video-index .album-name{
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
	word-break: break-word;
}
.video-index img{
	margin: 0;
}
#welcome{
	background: #dedede;
	color: #FFF;
}
#welcome h2, #testimony h2{
	text-align: center;
	text-transform: capitalize;
	margin: 40px 0;
	color: #292929;
	font-family: Poppins;
	font-size: 31px;
	font-weight: 500;
	padding: 0;
}
#welcome h2:after{
	content: unset;
	margin-bottom: 1rem;
}
#welcome p{
	color: #737373;
	font-family: Poppins;
	font-size: 13px;
	text-align: left;
}

#speciality{
	background-color: #F2F2F2;
	padding: 0;
	padding-bottom: 50px;
}
#speciality h2{
	margin: 0;
	padding-bottom: 52px;
	background-color: #FFFFFF;
	color: #292929;
	font-family: Poppins;
	font-size: 31px;
	font-weight: 500;
}
#speciality .container{
	padding-top: 70px;
}
.specility-item{
	margin-bottom: 20px;
	/* border-bottom: 1px dotted #dedede; */
}
.speciality-icon{
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: block;
	margin-bottom: 15px;
	/* font-size: 42px; */
	background: unset !important;
	color: #3BA5C6;
  	font-size: 52px;
}
.speciality-title{
	display: block;
	text-transform: capitalize;
	color: #292929;
	font-family: Poppins;
	font-size: 15px;
	font-weight: bold;
    max-width: 200px;
    margin: auto;
}

.speciality-content{
	height: 125px;
	overflow: hidden;
	color: #95A1B8;
	font-family: Montserrat;
	font-size: 13px;
}


.owl-item{
	padding: 10px;
}
.news-slide .owl-page span{
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	border-radius: 0 !important;
	width: 30px !important;
	
}

/*News*/
.box-thumb{
	/* height: 420px;  */
	margin-bottom: 22px;
}
.box-thumb h3{
	font-size: 16px;
	margin: 0 0 15px;
	padding: 0;
	line-height: 1.5;
	height: 48px; 
	overflow: hidden;
	
}
.box-thumb .box-image{
	max-height: 175px;
	overflow: hidden;
}
.box-thumb .box-image img{
	display: block;
	width: 100%;
}
.box-thumb .box-content{
	/* border-top: 5px solid #ddd; */
	/* border-bottom: 1px solid #ddd; */
	padding-bottom: 12px;
}
.box-thumb p{
	margin: 0 0 15px;
	max-height: 4.4em;
	overflow: hidden;
}
.meta-post{
	font-size:12px;margin-bottom:2px;padding-bottom:2px;margin-top: 2px;
}

/*agenda*/
#events{
	/* background: #f9f9f9; */
	width:33.3333%;
	float: left;
	background-image: url(../images/rak_buku.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.event-list li:last-child .evt-lst-container{
	border-bottom: unset !important;
	margin-bottom: unset !important;
}
.evt-lst-container{
	padding: 0 0 15px;
	margin-bottom: 15px;
	/* border-bottom: 1px solid #ddd !important; */
	display: block;
}
.evt-date{
	width: 94px;
	float: left;
	text-align: center;
	background: #eee;
}
.evt-day{
	display: block;
	background: #3BA5C6 !important;
	color: #FFF;
	padding: 17px 5px;
	font-family: Poppins;
	font-size: 23px;
	font-weight: bold;
	text-transform: uppercase;
	
}
.evt-month{
	display: block;
	padding: 5px;
	font-weight: 600;
}
.evt-content{
	display: flex;
	align-items: center;
	height: 98px;
    padding-left: 36px;

}
.evt-content h4:hover{
	color: #3BA5C6;
}
.evt-content h4{
	color: #FFFFFF;
	font-family: Poppins;
	font-size: 17px;
	font-weight: 600;
}
.evt-content h3 a{
	font-size: 18px;
}

.feat-img{
	margin-top: 0 !important;
}

/*Gallery*/
#gallery h2{
	margin-top: 60px;
}
/* #gallery .gallery-list li{
	margin-bottom: 30px;
} */
#gallery .gallery-list .img-holder{
	/* max-height: 170px; */
	overflow: hidden;
	padding-top: 62%;
}
#gallery .gallery-list .img-holder::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
#gallery .gallery-container .img-holder img{
	margin: 0;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.gallery-container .img-holder img{
	min-height: 170px;
	margin: 0;
}
.gallery-container{
	padding: 3px; 
	border: 1px solid #dedede;
	padding: 0;
}
.gallery-page .gallery-container{
	margin-bottom: 30px;
}



/*FOOTER*/
footer, .footer{
	border-top: unset;
	padding: 50px 0 30px;
	background-color: #292929;
	color: #FFF;
}
footer a, .footer a{
	color: #FFF;
}

footer h2, .footer h2{
	font-size: 16px;
	color: #fff;
	text-transform: capitalize;
	/* border-bottom: 1px solid #3DB166; */
	margin-bottom: 12px;
	padding-bottom: 12px;
	margin-top: 26px;
}
.menu-footer{
	margin-bottom: 20px;
}
.menu-footer ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.page-member{
	position: relative;
	min-height: 400px;
}

.menu-footer li a{
	display: block;
	margin: 0;
	padding: 7px 0;
	border-bottom: unset;
	color: #8D8D8D;
  font-family: Poppins;
  font-size: 13px;
}
.social-icon{
	margin: 0;
	padding: 0;
}
.social-icon li{
	display: inline-block !important;
	margin-right: 8px;
}
.social-icon li i{
	margin-right: .5em;
}
.developer .social-icon li{
	display: inline-block !important;
	margin-right: 16px;
}
.developer .social-icon li{
	display: inline-block !important;
	margin-right: 16px;
}
.social-icon li:last-child{
	margin-right: 0px;
}

.social-icon li a{
	display: block;
	color: #C1C1C1;
	font-size: 16px;
	
	/* width: 40px; */
	height: 32px;
	border-radius: 50%;
	display: flex;
    justify-content: center;
    align-items: center;
}
.social-icon li a:hover{
	background-color: unset;
	color: #3BA5C6 ;
}
.developer .social-icon li a{
	display: block;
	color: #3BA5C6 ;
	font-size: 16px;
	width: unset;
	height: unset;
}
.developer .social-icon li a:hover{
	color: #3b73c6 ;
}
.company-footer ul li {
	display: block;
	padding: 5px 0;
	color: #8D8D8D;
	font-family: Poppins;
	font-size: 13px;
}
.company-footer ul li span{
	width: 30px;
}
.developer{
	padding: 24px 0;
	background-color: #292929;
	color: #8D8D8D;
	font-family: Poppins;
	font-size: 12px;
}
.developer a{
	color: #FFF;
}
.developer p{
	color: #8D8D8D;
	font-family: Poppins;
	font-size: 12px;
	text-align: center;
	max-width: 500px;
}
.lang-button{
	padding: 0;
	margin: 0;
	list-style: none;
}
.btn-lang{
	padding: 0;
}
.btn-lang span{
	margin:0 !important;
}

/*SIDEBAR*/
.sidebar h2{
	font-size: 24px;
	/* text-transform: uppercase; */
	font-weight: bold;
	margin-bottom: 15px !important;
	font-weight: 500;
}

.widget-sidebar{
	text-align: justify;
	margin-bottom: 20px;
	padding-bottom: 20px;
	/* border-bottom: 1px solid #dedede; */
}
.widget-sidebar h2{
	font-size: 18px;
}
.widget-sidebar ul{
	padding: 0;
	margin: 0;
	list-style: none;
} 
.widget-sidebar ul li a{
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #999;
} 

.widget-sidebar ul li:last-child a{
	border-bottom: 0 none;
}



/*Calendar Widget*/
#calendar{
	border-color: unset;
	border: unset;
}
#calendar .panel-heading{
	position:relative;
	background-color: #3BA5C6;
	font-family:inherit !important;
	color:#fff}
#calendar .panel-body{
	padding:relative;
	background-color: #F2F2F2;
	color: #FFFFFF;
}
.day-headers{
	/* background: #eee; */
	font-weight: bold;
	margin-bottom: 15px;
	color: #fff;
}
.responsive-calendar .day.header{
	border:none;
	height: 40px;
	line-height: 40px;
	background-color: transparent;
	color: #292929;
	font-family: Poppins;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
}
.responsive-calendar .day.not-current a {
    color: #A7A7A7;
}
.responsive-calendar .day a{color: #101010;}
.responsive-calendar .day a:hover{background-color: #3BA5C6 !important; color:#FFFFFF;}
.calendar-control a{
	cursor: pointer;
	position:absolute;
	top:5px;
	display: block;
	font-size: 16px;	
	height:30px;
	width:30px;	
	line-height: 30px;
	color: inherit !important
}
.responsive-calendar .day.active {
    background: #3BA5C6;
}
.calendar-control a:hover,.calendar-control a:focus{color:#fff}
.calendar-control .control-left{left:10px}
.calendar-control .control-right{right:10px}
.day .badge{
	width: 16px;
	height: 16px;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	padding: 0;
	background: #f98117;
}
.responsive-calendar .day.active a{
	background: none;
	color: inherit;
}
.responsive-calendar .day.active a:hover{color:#fff}
.not-current{color: #bbb;}

/*pagination*/
.page-nav ul{
	padding: 0;
	list-style: none;
	margin:0;
}
.page-nav ul li{
	display: inline-block;
	padding: 4px 2px;
	margin: 2px;
}
.page-nav ul li a, .page-nav ul li span{
	padding: 3px 5px;
	margin-left: 2px;
	display: block;
	min-width: 25px;
	text-align: center;
	font-size: 12px !important;
	color: #FFFFFF;
}
.page-nav ul li.active{
	background: #3b7ec6;
	color: #FFFFFF;
}
.page-nav ul li.active a{
	color: #FFFFFF;
}

/*Gallery Sidebar*/
.gallery-sidebar ul li{
	display: block;
	width: 33.33%;
	float: left;
	padding: 10px;
}
.gallery-sidebar .img-holder{
	height: 80px;
	overflow: hidden;
}
.gallery-sidebar .img-holder img{
	min-height: 80px;
}

.photo-profile{
	padding: 0 15px;
}
.account-image:after{
	display: block;
	font-family: "FontAwesome";
	content: "\f030";
	position: absolute;
	font-size: 40px;
	color: #ccc6ba;
	height: 40px;
	width: 40px;
	left: 50%;
	top: 50%;
	margin-left: -20px;
	margin-top: -20px;
	z-index: 2;
}
.account-image{
	margin: 0 auto 15px;
	border: 2px solid #ddd;
	height: 150px;
	width: 150px;
	overflow: hidden;
	position: relative;
}
.account-image img{
	height: 150px;
	width: 150px;
}
.nav-member{
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav-member > li{
	display: block;
	border-bottom: 1px solid #eee;
	position: relative;
}
.nav-member > li > a i{
	margin-right: 5px;
	width: 20px;
}
.nav-member > li.active{
	border-color: #00c3ff;
}
.nav-member > li.active > a, .nav-member > li:hover > a{
	color: teal;
	background: #ffffff;
}
.nav-member > li > ul.submenu{
	position: relative;
	float: none;
	border: 0;
	-moz-box-shadow: 0 0 0 transparent;
	-webkit-box-shadow: 0 0 0 transparent;
	box-shadow: 0 0 0 transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: transparent;
	font-size: 13px;	
}
.nav-member > li > ul.submenu li{
	display: block;
	position: relative;
}
.nav-member > li > ul.submenu li a{
	padding: 10px 30px;
}
.nav-member > li > ul.submenu li a i{
	margin-right: 5px;
}

.nav-member .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover{
	background: #eee;
	color: #007092;
}
.menu-member{
	background: #f9f9f9;
	padding: 15px;
	float: left;
	min-height: 100%;
	z-index: 6666;
	width: 280px; /* By agung ini theme Cs-01 */
	margin-bottom: 10px;
}

.widget-box{
	padding: 15px 0;
	
}
.widget-header {
	border-top: 4px double #eee;
	border-bottom: 1px solid #eee;
	padding: 15px 0;
}
.widget-header .widget-toolbar{
	display: block;
	text-align: right;
	margin-top: 15px;
}
.widget-body{
	padding: 15px 0;
}

.img-preview-inp{
	width: 150px;
	height: 150px;
	padding: 2px;
	border: 1px solid #ddd;
	margin: 15px 0;
	background: #f9f9f9;
}

.nav-lang{
	margin-bottom: 20px;
}

span.no-image{
	display: block;
	min-height: 225px;
	background: #f9f9f9;
	position: relative;
}
span.no-image b{
	display: block;
	height: 40px;
	line-height: 40px;
	width: 100%;
	color: #ddd;
	position: absolute;
	text-align: center;
	top: 50%;
	margin-top: -20px;
	font-size: 18px;
}
/* .guru-list li{
	
} */
.photo-profile img{
	z-index: 20;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}
.change-image{
	position: absolute;
	z-index: 24;
	width: 100%; 
	height: 40px;
	top: -40px;
	left: 0;
	
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.account-image:hover .change-image{
	top: 0;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.account-image .label-image {
  position: relative;
  overflow: hidden;
  margin-left: 10px;
  float: left;
  clear: left;
}
.account-image .label-image [type="file"] {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  font-size: 100px;
  filter: alpha(opacity=0);
  cursor: pointer;
}
.account-image .label-image span{
	background: none repeat scroll 0 0 #ddd;
    color: #fff;
    display: block;
    height: 30px;
	width: 30px;
    line-height: 30px;
    margin-top: 5px;
	text-align: center;
}

.profile-detail{
	margin-bottom: 15px;
}
.profile-detail span{
	display: inline-block;
	width: 100px;
}

.form-cari-materi{
	margin: 30px 0;
}


/*Tugas*/
.tugas-info{
	margin-bottom: 30px;
}
.tugas-info h2{
	font-size: 24px;
	text-transform: capitalize;
}
.tugas-info p{
	margin-bottom: 20px;
}
.tugas-guru{
	font-style: italic;
	color: #aaa;
	display: block;
	margin-bottom: 20px;
}

.social-share {
	padding: 20px 0;
	/* border-bottom: 3px double #ddd; */
}
.social-share span{
	color: #292929;
	font-family: Poppins;
	font-size: 17px;
	font-weight: 600;
	margin-right: 1em;
}
.social-share a{
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	width: 34px;
	height: 34px;
	color: #FFFFFF;
	/* border: 1px solid #616161; */
	text-align: center;
	line-height: 34px;
	background: #3BA5C6;
	
	-moz-transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
section#testimony{
	/* background: url(../images/testimony.jpg); */
	/* background-repeat: no-repeat; */
	/* background-position: center center; */
	/* background-size: cover; */
	/* background-attachment: fixed; */
	position: relative;
	padding-top: 0;
}
section#testimony:after{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: unset;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1;
	content: '';
}
.testimony-widget{
	position: relative;
	z-index:2;
}
.testimony-container{
	position: relative;
	z-index:2;
	color: #fdfdfd;
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
}
.testimony-content{
	color: #737373;
	font-family: Poppins;
	font-size: 14px;
	letter-spacing: 0;
	text-align: left;
	padding-left: 28px;
	position: relative;
}
.testimony-content i{
	position: absolute;
	left: 0;
	top: 2px;
	color: #3BA5C6;
	font-size: 20px;
}
.testimony-from{
	color: #292929;
	font-family: Poppins;
	font-size: 21px;
	font-weight: 600;
	text-align: left;
	padding-left: 18px;
	margin-bottom: 18px;
}

/*score test*/
.timer-score{
	padding: 15px;
	margin: 15px 0;
	border: 1px solid #ddd;
}
.test-timer{
	width: 150px;
	padding: 5px;
	font-size: 30px;
	text-align: center;
	color: #FFF;
	background: #C9302C;
}
.score{
	width: 150px;
	padding: 5px;
	font-size: 30px;
	text-align: center;
	border: 2px solid #ddd;
	float: right;
}
.txt-score{
	display: block;
	font-size: 12px;
}
.num-score{
	display: block;
	font-size: 60px;
}

.menu-member.move-left{
	left: 0;
	width: 0;
	padding: 0;
	overflow: hidden;
	top: 40px;
	
	-webkit-transition: 0 all ease 0.3s;
	-moz-transition: 0 all ease 0.3s;
	-o-transition: 0 all ease 0.3s;
	transition: 0 all ease 0.3s;
}

.menu-member.top-40{
	top: 40px;
}

.member-content.move-left{
	margin-left: 0;
	margin-top: 40px;
	padding: 0;
}


.socmed-alumni li a{
	border: 1px solid #3BA5C6 !important;
	color: #3BA5C6;
	width: 28px;
	height: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.socmed-alumni li a:hover, .socmed-alumni li a:focus{
    border: 1px solid #FFF !important;
	background: #3BA5C6;
	color: #FFFFFF;
}
.socmed-alumni li a i{
	margin: 0;
}

/*Comment List*/
#comment-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

#comment-list li{
	display: block;
	margin-bottom: 10px;
}
.comment-author{
	font-weight: bold;
}
.comment-item p{
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}

.post-comment{
	margin: 20px 0;
}
#form-comment{
	margin-top: 20px;
}
/*Bootstrap clearfix for inconsisten grid*/


/*for mobile responsivity*/
@media all and (min-width: 1280px){
	.navbar-nav li:hover .submenu{
		display: block;
	}
}
@media all and (max-width:1279px) and (min-width:1024px){
	.navbar-nav li:hover .submenu{
		display: block;
	}
}
@media all and (max-width:1023px) and (min-width:768px){
	.navbar-nav li:hover .submenu{
		display: block;
	}
}
@media all and (max-width:1300px){
    .menu-member{
		width: 290px;
	}
}
@media all and (max-width:1200px){
    .menu-member{
		width: 280px;
	}
}
@media all and (max-width:1100px){
    .menu-member{
		width: 235px;
	}
}
@media all and (max-width:1000px){
    .menu-member{
		width: 230px;
	}
}
@media all and (max-width:991px){
    .menu-member{
		width: 100%;
	}
	.member-content{
    	margin-left: 0px;
    }
}
@media all and (max-width:767px) and (min-width:320px){
	
	#gallery .gallery-list .img-holder{
		max-height: 90px;
	}
	#gallery .gallery-list .img-holder img{
		min-height: 90px;
	}
	.menu-member{
		width: 100%;
	}
/*	.menu-member{
		position: absolute;
		
	}*/
	.score,.test-timer {
    width: 100%;
	}
	.panel-pembahasan  h4{font-size:13px;}
	.btn-help.open {
	    right: 5px!important;
	}
	.slider-caption {
		height: unset;
		padding: 0;
	}
	.slider-caption p, .slider-caption h2{
		line-height: 1.2em;
		text-overflow: ellipsis;
		display: -webkit-box !important;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
	.slider-caption p{
		font-size: 14px;
		-webkit-line-clamp: 3;
	}
	.slider-caption h2{
		font-size: 16px;
		-webkit-line-clamp: 2;
	}
	.slider-caption a{
		margin-bottom: 0;
	}
	.speciality-icon{
		margin: auto;
	}
	.speciality-title, .speciality-content{
		text-align: center;
	}
}

/*ADDITION*/

.logo-fake{
	display: block;
	float: left;
	width: 45px;
	height: 45px;
	color: #616161;
	text-align: center;
	line-height: 42px;
	font-size: 24px;
}
.school-name{
	margin-left: 60px;
	font-size: 30px;
	font-family: "Lato", sans-serif;
}

/*------------------------------------------*/
/*	    Style Switcher
/*------------------------------------------*/
.switcher-box {
	width: 250px;
	left: -250px;
	top: 100px;
	bottom: 0;
	position: fixed;
	z-index: 99999999999;
	background: #17232b;
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.switcher-body{
	padding: 15px 0;
}
.switcher-box.show{ left: 0; }
.switcher-box .open-switcher {
	border-width: 0;
	background: #09181f;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	display: block;
	position: absolute;
	top: 0;
	left: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;	
	
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.2);
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
}
.switcher-box .open-switcher:active,
.switcher-box .open-switcher:focus {
	outline: none;
	font-style: none;
}
.switcher-box .switcher-head {
	background-color: #09181f;
	color: #fff;
	display: block;
	font-size: 14px;
	height: 45px;
	line-height: 45px;
	padding: 0 15px;
	text-transform: uppercase;
}
.switcher-box h2 {
	background: #253844;
	color: #5d8397;
	display: block;
	font-size: 13px;
	margin: 0 15px;
	padding: 10px;
	text-align: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.switcher-box h2 span{
	margin-left: 8px;
	font-size: 12px;
}
.switcher-box .colors-list {
	line-height: 20px;
	padding: 10px 13px 0;
	list-style: none;
}
.switcher-box .colors-list li {
	display: block;
	float: left;
	margin: 0 3px 6px;
}
.switcher-box .colors-list li:last-child {
	float: none;
	margin: 0;
}
.switcher-box .colors-list li a {
	display: block;
	width: 50px;
	height: 50px;
	cursor: pointer;
}
.theme-list{
	margin: 0;
	padding: 10px;
	list-style: none;
}
.theme-list li{
	float: left;
	padding: 5px;
	width: 50%;
}
.theme-list li:last-child {
	float: none;
	margin: 0;
}
.theme-list li a{
	background: #000;
	border: 1px solid #09181F;
	display: block;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
/* .theme-list li a:hover{
} */
.theme-list li a img{
	width: 100%;
	opacity: 0.8;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.theme-list li a img:hover{
	opacity: 1;
}
.mCSB_inside > .mCSB_container {
	margin-right: 0 !important;
}

/* Form member */
.form-edit-member{
	padding: 30px 0;
}
.uploadFile{
	opacity: 0;
}

.search-box .btn {
	padding: 8px;
	background-color: #3BA5C6;
	border-color: #3BA5C6;
}

.btn-upload-file {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	border-color: #a2917f;
	padding: 13px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.btn-upload-file .uploadFile{
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	cursor: pointer;
	
}

.bootstrap-select button{
	color: #555;
	padding: 15px;
	opacity: 1 !important;
}
.bootstrap-select button:focus{
	color: #666;
	padding: 15px;
	background: #FFF;
	opacity: 1 !important;
}
.guru-pic{
	min-height: 225px;
	overflow: hidden;
	margin-bottom: 15px;
}
.guru-pic img{
	padding: 0;
	margin: 0;
}
.guruSocmed{
	height: 40px;
}
.guruSocmed .social-icon a{
	border-color: #d1d1d1;
	color: #d1d1d1;
}
.guruSocmed .social-icon a:hover, .guruSocmed .social-icon a:focus{
	color: #FFFFFF;
}

/* .guru-info{
	
} */

.help{
	position: fixed;
	right: -500px;
	top: 30%;
	width: 100%;
	max-width: 500px;
	border: 4px solid #2DC5C2;
	padding: 15px;
	background: #FFFFFF;
	color: inherit;
	z-index: 999;
	max-height: 400px;
	overflow-y: scroll;
	
	-moz-transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.help.open{
	right: 0px;
}

.btn-help{
	position: fixed;
	right: 5px;
	top: 30%;
	width: 40px;
	height: 40px;
	background: #2DC5C2;
	border: 0;
	color: #2DC5C2;
	opacity: 0.5;
	
	-moz-transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.btn-help.open{
	right: 505px;
}

.btn-help span{
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	background: #FFF;
	line-height: 20px;
}

.list-help{
	list-style: circle; 
	padding: 15px;
	margin: 0;
	line-height: 2;
}

.btn-help:hover{
	opacity: 1;
}

/* Tambahan */
.menu-footer li a:hover, .menu-footer li a:focus{
	background: transparent;
}

.switcher-box .colors-list li a.light-blue {
	background-color: #2dc5c2;
}
.switcher-box .colors-list li a.cyan {
	background-color: #00bcd4;
}
.switcher-box .colors-list li a.blue {
	background-color: #2196f3;
}
.switcher-box .colors-list li a.teal {
	background-color: #009688;
}
.switcher-box .colors-list li a.indigo {
	background-color: #3f51b5;
}
.switcher-box .colors-list li a.red {
	background-color: #b71c1c;
}
.switcher-box .colors-list li a.green {
	background-color: #4caf50;
}
.switcher-box .colors-list li a.light-green {
	background-color: #66bb6a;
}
.switcher-box .colors-list li a.yellow {
	background-color: #f9a825;
}


/*------------------------------------------*/
/*			Thumbnail [aspect ratio]
/*------------------------------------------*/
.square {
    position: relative;
    width:    100%; /* desired width */
}

.square:before {
    content:     "";
    display:     block;
    padding-top: 100%; /* initial ratio of 1:1*/
}

.square .square-content {
    position: absolute;
    top:      0;
    left:     0;
    bottom:   0;
    right:    0;
}
.img-wrap{
	width: 100%;
	height: 100%;
	position: relative;
    overflow: hidden;
}
.img-wrap img{
	min-width:100%;
	min-height:100%;
	
	position: absolute;
    top: -10000px;
    bottom: -10000px;
    left: -10000px;
    right: -10000px;
    margin: auto;
}

/* Other ratios - just apply the desired class to the "box" element */
.ratio2_1:before{
    padding-top: 50%;
}
.ratio1_2:before{
    padding-top: 200%;
}
.ratio4_3:before{
    padding-top: 75%;
}
.ratio16_9:before{
    padding-top: 56.25%;
}
.ratio2_1 .landscape, .ratio4_3 .landscape, .ratio16_9 .landscape{max-height:inherit;max-width:100%;}
.ratio2_1 .potrait, .ratio4_3 .potrait, .ratio16_9 .potrait{max-height:100%;max-width:inherit;}

.squared{max-width:100%;max-height:100%}
.landscape{max-height:100%;height:100%;max-width:unset;width: auto;position: inherit;}
.potrait{max-width:100%;width: 100%;max-height:unset;height: auto;position: inherit;}

.img-wrap.default{background: #00B6E3; }


/*------------------------------------------*/
/*			Thumbnail hover animate
/*------------------------------------------*/

/***** Zoom *****/
.effect-zoom img{
	transition: all 0.5s ease 0s;
}
.effect-zoom:hover img{
	transform: scale(1.2);
	transition: all 0.5s ease 0s;
}

/***** Bubba *****/
figure.effect-bubba {
	text-align: center;
	cursor: pointer;
}
figure.effect-bubba img {
	opacity: 1;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
figure.effect-bubba:hover img {
	opacity: 0.4;
}
figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}
figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}
figure.effect-bubba h2 {
	padding-top: 30%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}
figure.effect-bubba p {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}
figure.effect-bubba .icon-view {
	opacity: 0;
	color: #fff;
	display: block;
	font-size: 24px;
	height: 50px;
	left: 50%;
	line-height: 50px;
	margin-left: -25px;
	margin-top: -25px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 50px;
	z-index: 10;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}
figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-bubba:hover .icon-view {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


/*------------------------------------------*/
/*			Animate
/*------------------------------------------*/
.animated{
	display:block;
	/*
	animation-duration: 3s;
	animation-delay: 2s;
	animation-iteration-count: infinite;
	*/
}
.animated.title{animation-delay: 0.5s;}
.animated.info{animation-delay: 1s;}
.animated.button{animation-delay: 1.5s;}

.btn-login{
	padding-right: 0 !important;
	position: relative;
	padding: 11px 46px !important;
	color:#FFFFFF;
	background-color: #3BA5C6;
}
.btn-login a{
	color: #FFFFFF;
	font-family: Poppins;
	font-size: 14px;
	font-weight: 600;
}
.btn-login .fa{
	margin-left: 10px;
}
.btn-login .dropdown-menu{
	border-color: #2196f3 #eee #eee;
	border-top: 2px solid #2196f3;
	left: auto;
	padding: 0;
	right: 0;
	top: 36px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.btn-login .dropdown-menu li{
	border-bottom: 1px solid #fafafa;
	display: block;
	padding: 0;
}
.btn-login .dropdown-menu li:last-child{
	border-bottom: none;
}
.btn-login .dropdown-menu li a{
	color: #666;
	display: block;
	font-size: 13px;
	padding: 8px 15px;
}

/* tambahan pras */

.member-contents select.form-control-sm{
	padding: 6px 12px;
}
/* file upload */
.uploadgambar .control-group{text-align:left;}
.upload-file{
	border: 1px solid #ddd;
	height: 140px;
	/* margin: 0 auto; */
	text-align: center;
	position: relative;
	padding: 4px;
	overflow: hidden;
	
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	width:140px;
}
.upload-file .preview{
	background: #FAFAFA;
	display: block;
	height: 100%;
}
.upload-file .preview div{
	height: 100%;
	text-align: center;
}
.upload-file img{
	height: 100%;
	border: none;
}
.upload-file span.bg-transparent{
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5;
}
.upload-file-input{
	position: absolute;
	top: -25px;
	right: 4px;
	z-index: 100;
	
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	-ms-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}
.upload-file:hover .upload-file-input{
	top: 4px;
	
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.upload-file:hover  span.bg-transparent{background: rgba(255, 255, 255, 0.5);}
.upload-file-input a,
.upload-file-input .button{
	border: 1px solid rgba(0,0,0,0.15);
	float: right;
	height: 22px;
	line-height: 22px;
	width: 22px;
	color: #fff;
	margin-left: 2px;
}
.upload-file-input a.delFile{background: #B22222;}
.upload-file-input a.restoreFile{background: #6B8E23;}
.upload-file-input .button{
	background: #4682B4;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	
	box-shadow: 0 0 0 transparent;
	
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.upload-file-input a.delFile:hover{background: #a31f1f;}
.upload-file-input a.restoreFile:hover{background: #638320;}
.upload-file-input .button:hover{background: #4077a4;}
.upload-file-input button{
	border: 1px solid transparent;
	height: 20px;
	line-height: 20px;
	width: 100%;
	color: #fff;
	background: none;
	padding: 0;
	margin: 0;
	display: block;
}
.upload-file-input input[type=file]{ cursor: pointer; }
.upload-file-input [class^="icon-"], [class*=" icon-"]{margin:0!important;}

.successUpload, .errorUpload{
	padding:4px;
	margin:0 0 5px 0;
}
.successUpload{color:#666600;}
.errorUpload{
	background: #F2DEDE;
	border: 1px solid #EED3D7;
	color: #B94A48;
	font-size: 12px;
	margin: 10px 0 0;
	
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.clean .errorUpload{
	background: none;
	border: 1px solid rgba(255, 255, 255, 0);
	margin: 0 0 0 5px;
}
.file-progress{
	height: 30px;
	line-height: 30px;
	margin-left: 10px;
	display: none;
}
.clean .file-size{
	line-height: 28px;
	margin-left: 10px;
	font-style: italic;
}
.form-surat label{ min-width:120px; }
/* 
.site-logo{margin:auto;padding:0;}
.site-logo .navbar-brand{ height:auto;}
.logo img{ max-height:120px;}
 */
.category{
	text-align:left;
	padding:1em;
}

.category ul{
	padding:0;
	margin-bottom:1.5em;
}
.category li{
	list-style:none;
	display:inline-block;
	line-height: 3em;
}
.category a{
	background: #fafafa;
	border: 1px solid #ddd;
	color: #666;
	margin-right: 5px;
	padding: 5px 10px;
}
.category a:hover,
.category a:focus{
	text-decoration: none;
	background-color: #3BA5C6;
	color: #FFF;
}
.category .active a{background-color: #3BA5C6;;color: #fff; }

.menu-member.move-left{height:0;}

.panel-default.panel-jadwal > .panel-heading{background:#007092;color:#fff;font-weight:bold;}
.panel-jadwal h4.panel-title{padding-bottom:0;}
.panel-jadwal .panel-heading a{display:block;}
.panel-jadwal .panel-heading a:hover,.panel-jadwal .panel-heading a:focus,.panel-jadwal .panel-heading a:active{color:#fff;}
.panel-jadwal .panel-collapse{overflow:hidden;}

@media(max-width:767px){
    .btn,input.form-control{margin-bottom:15px;}
    .member-content{min-height:auto !important;}
}
/* tambahan pras */

#chartnilai{min-width:300px;}


/* tambahan doni */
.d-flex{
	display: flex;
}
.justify-content-center{
	justify-content: center;
}
.justify-content-end{
	justify-content: flex-end;
}
.align-items-center{
	align-items: center;
}
.pt-73{
	padding-top: 73%;
	overflow: hidden;
}
.absolute-0-0-0-0{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.15);
	overflow: hidden;
}
.w-100{
	width: 100%;
}
.w-80{
	width: 80%;
}
.w-75{
	width: 75%;
}
.w-70{
	width: 70%;
}
.w-50{
	width: 50%;
}
.h-100{
	height: 100%;
}
.p-0{
	padding: 0 !important;
}
.m-0{
	margin: 0 !important;
}
.m-auto{
	margin: auto !important;
}
.navbar-brand {
	height: unset;
}
.justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.navbar{
	background-color: transparent !important;
}
.navbar .container{
	  background-color: #292929;
	  padding:0;
}
#welcome {
	background: unset !important;
	padding-top: 0;
}
#news{
	width: 66.6666%;
	float: left;
	z-index: 1;
	padding: 0 36px;
}
#news h2, #news-detail h2 , #search h2 a{
	color: #3BA5C6;
	font-family: Poppins;
	font-size: 25px;
	font-weight: 600;
	text-align: left;
	margin-top: 32px;
	margin-bottom: 16px;
	line-height: 1.2em;
}
#news h2::after{
	content: unset;
}
#events-right h2, #event-main h2{
	margin-bottom: 12px;color: #292929;
	font-family: Poppins;
	font-size: 22px;
	font-weight: bold;
}
#news h3, #news-main h3, #news-detail h3, #events h3, #events-right h3 , #events-main h3{
	margin-top: 6px;
	margin-bottom: 12px;
	padding: 0;
	color: #3BA5C6;
	font-family: Poppins;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.1em;
	max-height: 2.2em;
	overflow: hidden;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#events-right h4{
	color: #292929;
	overflow: hidden;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding: 0;
}
#events-right h4:hover{
	color: #3BA5C6;
}
#news .left img{
	margin-bottom: 16px;
}
#news span, #news-main span, #news-detail span, #search span, #search .author{
	color: #B9B9B9;
	/* font-family: Poppins; */
	font-size: 12px;
	font-weight: bold;
}
.recentPostRight{
	margin-bottom:14px;
}
#events h2{
	color: #FFFFFF;
	font-family: Poppins;
	font-size: 25px;
	font-weight: 600;
	text-align: left;
	margin-top: 32px;
	margin-bottom: 16px;
}
#events h2::after{
	content: unset;
}
#events .evt-content p, #events-right .evt-content p, #events-main .evt-content p{
	color: #292929;
	font-family: Montserrat;
	font-size: 13px;
	line-height: 1.4em;
	/* max-height: 4.2em; */
	overflow: hidden;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	margin: 0;
}

#news-main p {
    color: #292929;
	font-family: Montserrat;
	font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-break: break-word;
}
#news-main i.fa {
    background-color: #3BA5C6;
    font-size: 12px;
    border-radius: 50%;
    color: #FFFFFF;
    padding: 2px 4px 3px 4px;
    margin-right: 12px;
    margin-top: 14px;
}

.owl-pagination span {
    background: #192F59 !important;
}
.company-footer{
	/* border-bottom: 1px solid  #3DB166; */
	padding-bottom: 16px;
}
.menu-footer li a:hover {
	color: #3BA5C6 ;
}
.background-about-us{
	background-image: url("../images/about-us-background.png");
}
.breadcrumb {
	padding: 8px 0px;
	margin-top: 20px;
	background-color: unset;
	margin-bottom: 0;
}
.breadcrumb li{
	color: #3BA5C6;
	font-family: Poppins;
	font-size: 13px;
	font-weight: 600;
}
.breadcrumb li a{
	color: #4f5a6b;
}
.breadcrumb li a:hover {
    color: #3BA5C6;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
	content: "\f0da";
	color: #4f5a6b;
	font: normal normal normal 14px/1 FontAwesome;
	margin-left:6px;
	margin-right:6px;
}
.page-nav {
	text-align: center;
	margin-bottom: 36px;
}
.page-nav li{
	background-color: #007092;
}
.page-nav .disabled{
	background-color: #EEE;
}
.page-nav .disabled span{
	color: #192F59;
}
.user-bar li a{
	color:#95A1B8;
}
.login-putih{
	color:#FFFFFF !important;
}
#login .readmore, .alumni-filter .readmore, #psbForm .readmore {
	background-color: #3BA5C6;
	padding: 10px 24px;
}
#search ul{
	padding:0;
}
#search ul li{
	list-style: none;
}
#search .post-title{
	padding-bottom: 6px;
}
#search .entry-meta{
	margin-bottom: 12px;
}
#search hr{
	border-color: #3BA5C6;
}
#menuMember{
	background-color:#007092;
}
#menuMember span, #menuMember .fa{
	color:#FFFFFF;
}

#menuMember li a:focus, #menuMember li a:focus {
	background: #FFFFFF;
}
#menuMember li a:focus span, #menuMember li a:focus .fa{
	color:#007092;
}
#menuMember li a:hover span, #menuMember li a:hover .fa, #menuMember li.active a span, #menuMember li.active a .fa,
#menuMember li.open > a span, #menuMember li.open > a .fa{
	color:#007092;
}



.btn-default{
	background: rgb(249, 249, 249);
}
.owl-theme .owl-controls .owl-buttons div {
	background: #292929;
	color: #FFFFFF;
	border-radius: unset;
	opacity: 1;
}
.owl-theme .owl-controls .owl-buttons div:hover {
	background: #3BA5C6;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
	padding: 1px 8px  0px 6px;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
	padding: 1px 6px  0px 8px;
}
.testimony-widget .owl-prev{
	position: absolute;
	right: 26px;
    top: 100%;
}
.testimony-widget .owl-next{
	position: absolute;
	right: 0;
    top: 100%;
}
.testimony-widget .owl-buttons .fa{
	font-size: 20px;
}
label{
	font-family: 'Montserrat';
}
.social-share a:hover {
    color: #FFF;
    background: #3b7ec6;
}
.lg-sub-html h4 {
    color: #3BA5C6;
}
#news-main .box-image{
	margin-bottom: 14px;
}
#news-main .readmore, .btn-comment {
    padding: 10px 24px;
}
.member-content, .member-contents{
	padding: 0 12px;
}
.member-content .readmore, .member-contents .readmore{
	background-color: #007092;
	padding: 6px 24px;
	/* margin-bottom: 3px; */
	color:#FFFFFF;
    border: 1px solid #007092;
}
.member-content .table-data, .member-contents .table-data{
    margin-top: 10px;
}
.member-content input[type="text" i], .member-contents input[type="text" i]{
	padding: 8px 12px;
}
.member-contents input.form-control-sm, .member-content input.form-control-sm{
	padding: 5px 12px;
}
.bar-kontak-login{
	min-height: 42px;
}
.readmore[data-target="#menuMember"]{
    color: #FFFFFF;
    background-color: #007092;
}
#CariSiswa .readmore{
	padding: 7px 14px;
	margin: 10px 0 14px;
}
.member-contents .page-nav, .member-content .page-nav{
	margin-top: 28px;
}

#news-main .main-list{
	margin-bottom: 0;
}

.search-box{
	left: auto !important;
	right: 0 !important;
	top: 110%;
}
.submenu .fa-angle-down::before{
    content: "\f105";
}
#speciality .speciality-icon{
	margin: auto;
    margin-bottom: 15px;
}
#speciality h3, #speciality p{
    text-align: center;
}

.header-bar .social-icon{
	text-align: right;
}
.mb-2rem{
	margin-bottom: 2rem;
}
.border-transparent{
	border-color: transparent !important;
}
#newsagenda{
	background-color: #292929;
}
#newsagenda h2{
	color: #FFFFFF;
	margin-bottom: 46px;
}
#newsagenda .post-date{
	color: #B9B9B9;
	font-family: Poppins;
	font-size: 15px;
}
#newsagenda h3{
	color: #3BA5C6;
	font-family: Poppins;
	font-size: 23px;
	font-weight: 500;
	margin-top: 15px;
	margin-bottom: 24px;
	padding: 0;
	
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
}
#newsagenda p{
	color: #FFFFFF;
	font-family: Montserrat;
	font-size: 13px;
	letter-spacing: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-break: break-all;
}
#newsagenda i.fa{
	background-color: #3BA5C6;
    font-size: 12px;
    border-radius: 50%;
    color: #292929;
    padding: 2px 3px 2px 4px;
    margin-right: 12px;
    margin-top: 14px;
}
.layer-item{
	background-color: rgba(0,0,0,0.78) !important;
}
#testimoniForm, #psbForm{
	margin-bottom: 50px;
}

.member-contents button[name="cari"]{
	margin-bottom: 3px;
}
.form-registration button[name="register"]{
	background: #3BA5C6;
}


@media(min-width:768px){
	header, .header {
		margin-bottom: 3rem;
	}
	.navbar{
		position: absolute;
		z-index: 1;
		left: 50%;
		transform: translate(-50%, -50%);
	}
    .navbar #navigasi{
		display: flex !important;
		justify-content: center;
		padding: 0;
	}
	.carousel-indicators {
		bottom: 44px;
	}
	/* .event-list{
		max-height: 414px;
		overflow-y: scroll;
	} */
	.readmore, .btn-comment {
		padding: 12px 24px;
	}
	.alumni-filter .readmore, .btn-comment {
		padding: 9px 24px;
	}
	.developer .social-icon {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
	}
	#news-main{
		padding:0 50px ;
	}
	.sidebar > div{
		padding: 0 15px;
	}
	.login{
		background:#3BA5C6;
	}
}
@media(max-width:1199px){
	.navbar-nav li a{
		padding: 30px 14px;
	}
	#news-main{
		padding:0 18px ;
	}
}
@media(max-width:991px){
	#news, #events{
		width: 100%;
	}
	#calendar{
		max-width: 360px;
		margin: 14px auto;
	}
	#events-right{
		margin-top: 14px;
	}
	.page-nav{
		margin-top: 16px;
		margin-left: -12px;
		margin-right: -12px;
	}
	.company-footer{
		border-bottom: unset;
	}
	.company-footer img{
		max-width: 245px;
	}
	#news .left{
		margin-bottom: 36px;
	}
	#news .recentPostRight{
		margin-bottom: 36px;
	}
	#news .recentPostRight img{
		margin-bottom: 8px;
	}
	.user-bar .pull-right li:first-child{
		max-width: 120px;
	}
	.user-bar .pull-right li:first-child a{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		word-break: break-all;
	}
	.sidebar > div{
		width: 50%;
		padding: 0 15px;
		float: left;
	}
	.navbar-nav li a {
		padding: 30px 5px;
	}
	#news-main{
		padding:0;
	}
	#news-main p {
		-webkit-line-clamp: 4;
	}
	.member-content .table-responsive {
		overflow-x: visible;
	}
}
@media(max-width:767px){
    .logo-menu{
		justify-content: center;
	}
	.navbar .container{
		border-radius: 0;
	}
	
	#news, #events{
		width: 100%;
	}
	.recentPostRight{
		margin-top: 16px;
	}
	.p-xs-0{
		padding: 0!important;
	}
	.developer p, .developer .social-icon{
		text-align: center;
		float: unset;
		margin-top: 10px;
	}
	.breadcrumb li {
		font-size: 14px;
	}
	.sidebar{
		margin-top: 24px;
	}
	#welcome {
		margin-top: 0;
		padding-bottom: 50px;
	}
	.page-title h1{
		font-size: 20px;
	}
	.member-content, .member-contents {
		padding: 0;
	}
	.member-contents input[type="text"]{
		margin-bottom: 4px;
	}
	.member-content .form-filter form[name="frm-year"] label{
		margin-bottom: 8px;
	}
	.member-content .form-filter form[name="frm-year"] select{
		margin-bottom: 18px;
	}
	.member-content form[name="frm-year"] button[name="cari"]{
		margin-bottom: 0;
		padding: 7px 24px;
		margin: 0 0 4px;
	}
	.navbar-nav .open li a {
		color: #FFFFFF;
	}
	.navbar-nav li a {
		padding: 8px 18px;
	}
	#welcome img{
		display: none;
	}
	.nav .open>a{
		background-color: inherit;
	}
	ul.submenu{
		padding: 5px 15px !important;
	}
	ul.submenu li a{
		padding: 5px 10px 5px 20px !important;
	}
	#news .left{
		margin-bottom: 18px;
	}
	#news .recentPostRight{
		margin-bottom: 24px;
	}
	footer {
		padding: 50px 0 18px;
	}
	.submenu .fa-angle-down:before {
		content: "\f107";
	}
	.user-bar .pull-right li:first-child{
		max-width: 150px;
	}
	.user-bar .pull-right li:first-child a{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}
	.sidebar > div{
		width: 100%;
		padding: 0 15px;
	}
	.header-bar .social-icon{
		text-align: center;
		display: flex;
		justify-content: space-between;
	}
	#navigasi > ul{
		padding: 0 12px;
	}
	.social-share span {
		margin-right: 8px;
	}
	.header-bar ul li {
		padding: 2px 6px;
		margin: 0;
	}
	.header-bar ul li a{
		font-size: 13px;
	}
	#welcome h2, #testimony h2, #speciality h2, #newsagenda h2, #gallery h2{
		font-size: 28px;
		padding-bottom: 28px;
		margin-bottom: 0;
	}
	#newsagenda {
		padding-bottom: 0;
	}
	#newsagenda h3 {
		font-size: 20px;
	}
	#newsagenda .img-holder, #news-main .img-holder {
		margin-bottom: 0.5em;
	}
	#events-main .evt-date {
		display: none;
	}
	#events-main .evt-content{
		height: unset;
		align-items: flex-start;
		padding-left: 0;
	}
	#speciality {
		padding-bottom: 10px;
	}
	#speciality .container {
		padding-top: 30px;
	}
	.gallery-page .gallery-container .img-holder img {
		min-height: 100%;
		min-width: 100%;
		height: auto;
		width: auto;
		position: absolute;
	}
	.gallery-page .img-holder::before{
		content: '';
		position: relative;
		top: 0;
		width: 100%;
		padding-top: 66.66%;
	}
	.gallery-page .img-holder{
		display: flex;
		overflow: hidden;
		align-items: center;
		justify-content: center;
	}
	.gallery-page .img-holder a.href {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.gallery-page .img-holder a.href span {
		display: none;
	}
	.gallery-page .img-holder a.href span.img-caption {
		display: block;
		position: static;
		margin-top: 0;
	}
}


/* tambahan doni */
