@font-face {
	font-family: Adca;
	src: url('../font/Adca.ttf');
}
html{
	scroll-behavior: smooth !important;
}
/*======= Header =======*/
#header{
	width: 100%;
	background-color: #fff;
	z-index: 100;
}

.header-mobile{
	display: none;
}
.header{
	padding: 15px 0;
}
.logo-brand img{
	max-height: 100px;
	z-index: 1000;
}
.menu-header{
	text-align: center;
}
.list-menu{
	margin-left: -60px;
	margin-top: 25px;
}
.list-menu li{
	display: inline-block;
	list-style: none;
	margin: 0 15px;
}
.list-menu li a{
	color: #2f3590;
	font-weight: 500;
	font-family: Adca;
}
.list-menu li a:hover{
	border-bottom: 2px solid #2de5e3;
	text-decoration: none;
}

/*--------- Menu Humberger -------------*/
.button_container {
	position: fixed;
	top: 40px;
	right: 30px;
	height: 25px;
	width: 27px;
	cursor: pointer;
	z-index: 100;
	transition: opacity .25s ease;
}
.button_container:hover {
	opacity: .7;
}
.button_container.active .top {
	-webkit-transform: translateY(11px) translateX(0) rotate(45deg);
	transform: translateY(11px) translateX(0) rotate(45deg);
	background: #212529;
}
.button_container.active .middle {
	opacity: 0;
	background: #212529;
}
.button_container.active .bottom {
	-webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
	transform: translateY(-11px) translateX(0) rotate(-45deg);
	background: #212529;
}
.button_container span {
	background: #212529;
	border: none;
	height: 5px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .35s ease;
	cursor: pointer;
}
.button_container span:nth-of-type(2) {
	top: 11px;
}
.button_container span:nth-of-type(3) {
	top: 22px;
}
.overlay-menu{
	z-index: 100;
}
.overlay_menu {
	position: fixed;
	background: #fff;
	top: 100px;
	left: 0;
	width: 100%;
	height: 0%;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	transition: opacity .35s, visibility .35s, height .35s;
	overflow: hidden;
}
.overlay_menu.open {
	opacity: 0.95;
	visibility: visible;
	height: 100%;
}
.overlay_menu.open li {
	-webkit-animation: fadeInRight .5s ease forwards;
	animation: fadeInRight .5s ease forwards;
	-webkit-animation-delay: .35s;
	animation-delay: .35s;
}
.overlay_menu.open li:nth-of-type(2) {
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
}
.overlay_menu.open li:nth-of-type(3) {
	-webkit-animation-delay: .45s;
	animation-delay: .45s;
}
.overlay_menu.open li:nth-of-type(4) {
	-webkit-animation-delay: .50s;
	animation-delay: .50s;
}
.overlay_menu nav {
	position: relative;
	height: 10%;
	top: 12%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 18px;
	text-align: center;
}
.overlay_menu ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	position: relative;
	height: 100%;
}
.overlay_menu ul li {
	display: block;
	height: 25%;
	height: calc(100% / 4);
	min-height: 50px;
	position: relative;
	opacity: 0;
}
.overlay_menu ul li a {
	display: block;
	position: relative;
	color: #212529;
	text-decoration: none;
	overflow: hidden;
}
.overlay_menu ul li a:hover:after, .overlay_menu ul li a:focus:after, .overlay_menu ul li a:active:after {
	width: 100%;
}
.overlay_menu ul li a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 3px;
	background: #FFF;
	transition: .35s;
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		left: 20%;
	}
	100% {
		opacity: 1;
		left: 0;
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		left: 20%;
	}
	100% {
		opacity: 1;
		left: 0;
	}
}

/*---------End Humberger----------*/


/*====== Banner ======*/
#baner{
	
}
.baner-img{
	max-height: 450px;
	width: 100%;
}

/*====== list achievers ======*/
.list-achievers{
	padding: 50px 0 0 0;
}
.tilte{
	font-weight: 500;
	font-family: Adca;
}
.cover-list{
	width: 100%;
}

/*====== list-news-update ======*/
.list-news-update{
	padding: 50px 0 0 0 ;
}
.img-cover-news img{
	width: 100%;
}
.box-news{
	border:1px solid #E1E1E1;
}
.box-news:hover{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.body-box{
	padding: 15px;
}
.body-box h5{
	font-family: 'Hind Siliguri', sans-serif;
	font-weight: bold;
}
.body-box h6{
	font-family: 'Hind Siliguri', sans-serif;
	font-weight: 600;
}
.body-box p{
	font-family: 'Hind Siliguri', sans-serif;
	font-weight: 600;
	line-height: 25px;
}
.box-news p{
	font-family: 'Hind Siliguri', sans-serif;
	font-weight: 600;
	line-height: 25px;
}
.p-15{
	padding: 15px;
}
.border-bottom-news{
	border-bottom: 1px solid #bdbdbd;
}

/*====== list instagram ======*/
.list-instagram{
	padding: 50px 0 0 0;
	margin: 0;
}
#list-instagram button.owl-next{
	display: none !important;
}
#list-instagram button.owl-prev{
	display: none !important;
}
#list-instagram button.owl-dot{
	display: none !important;
}
.img-cover-ig img{
	height: 300px;
}

/*====== Footer ========*/
#footer{
	padding: 50px 20px;
}
.footer-logo {
	text-align: center;
}
.footer-logo img{
	max-height: 90px;
	margin-bottom: 25px;
}
.menu-footer{
	margin-bottom: 20px;
	font-family: 'Hind Siliguri', sans-serif;
}
.menu-footer ul{
	margin-left: -40px;
}
.menu-footer ul li{
	list-style: none;
}
.menu-footer ul li a{
	color: #111;
}
.menu-footer ul li a:hover{
	color: #111;
	font-weight: bold;
	text-decoration: none;
}
.sosmed a{
	margin-right: 10px;
}
.sosmed a:hover{
	text-decoration: none;
}
.sosmed img{
	max-width: 30px;
}
.footer-bottom {
	padding-top: 10px;
}
.footer-bottom h6{
	font-weight: 600;
	font-family: 'Hind Siliguri', sans-serif;
}
/*======= PAge Archievers =======*/
.baner-img-archievers{
	max-height: 250px;
	width: 100%;
}
.icon-category{
	max-height: 30px;
}
.menu-category ul li{
	margin: 10px;
}
.menu-category ul li a{
	font-weight: 600;
	color: #2f3590;
	border: 1px solid #6f52e9;
	padding:0 15px; 
	border-radius: 30px;
	background-color: #fff;
	font-family: 'Hind Siliguri', sans-serif;
}
.menu-category ul li a:hover{	
	background-color: #6f52e9;
	color: #fff;
}
.menu-category ul li a.active{
	color: #fff;
	background-color: #6f52e9;
}
.margin-top-content{
	margin-top: 50px;
}
.hightlight-product{
	margin-bottom: 30px;
}
.hightlight-product h5{
	font-size: 18px;
	font-weight: 600;
	font-family: Adca;
	color: #2f3590;
	padding-top: 8px;
}
.hightlight-product h6{
	font-size: 18px;
	font-weight: 400;
	padding-top: 8px;
	font-family: 'Hind Siliguri', sans-serif;
	color: #2f3590;
}
.thumbnail-product img{
	width: 100%;
}
.product-card{
	margin-bottom: 25px;
}
.collapsible {
	background-color: #E1E1E1;
	color: #2f3590;
	cursor: pointer;
	padding: 10px;
	width: 100%;
	border: none;
	text-align: left;
	font-weight: 600;
	outline: none;
	font-size: 18px;
}
.menu-categori-mobile{
	display: none;
}
.content-collapsible {
	padding: 0 18px;
	display: none;
	overflow: hidden;
	background-color: #f1f1f1;
}
.content-collapsible li{
	list-style: none;
}
.content-collapsible li a{
	list-style: none;
	color: #2f3590;
}
.arrow{
	position: absolute;
	right: 25px;
}
/*====== Page Gallery ======*/
.menu-gallery a{
	color: #e0e0e0;
	font-size: 18px;
	font-weight: 600;
	font-family: 'Hind Siliguri', sans-serif;
}
.menu-gallery a.active{
	background-color: #e0e0e0 ;
	padding: 9px 25px 0 25px;
	border-radius: 30px;
	color: #2f3590;
}
.cover-photo{
	width: 100%;
	max-height: 300px;
	border-radius: 10px;
}
.thumbnail-image{
	margin-bottom: 30px;
}
.thumbnail-image label{
	font-size: 16px;
}
#myImg {
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
}
.fa-times-circle{/*
	margin-bottom: -50px;
	margin-left: -50px;
	color: #fff;
	width: 100%;
	cursor: pointer !important;*/
	position: absolute;
	z-index: 100;
	top: 0;
	right: 0;
}
#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	/*z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
}

/* Caption of Modal Image */
#caption {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.6s;
	animation-name: zoom;
	animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
	from {-webkit-transform:scale(0)} 
	to {-webkit-transform:scale(1)}
}

@keyframes zoom {
	from {transform:scale(0)} 
	to {transform:scale(1)}
}

/* The Close Button */
.close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
}

.close:hover,
.close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
	.modal-content {
		width: 100%;
	}
}
.page-number{
	margin-left: -40px;
}
.page-number li{
	display: inline-block;
	margin: 0 10px;
	z-index: 1;
	background-color: #fff;
	height: 30px;
	padding-top: 3px;
	width: 30px;
	border-radius: 100px;

}
.page-number li a{
	color: #2f3590;
	font-family: 'Hind Siliguri', sans-serif;
}

.page-number li.active{
	color: #fff;
	background-color: #2f3590;
	height: 30px;
	padding-top: 3px;
	width: 30px;
	border-radius: 100px;

}
.page-number li a:hover{
	text-decoration: none;
	color: #fff
}
.page-number li:hover{
	color: #fff;
	background-color: #2f3590;
	height: 30px;
	padding-top: 3px;
	width: 30px;
	border-radius: 100px;

}
.page-number li:hover a{
	color: #fff;

}
.page-number{
	position: relative;
}
.page-number>li::before{
	content:'';
	z-index: -1;
	width: 50px;
	top: 15px;
	border-bottom: 1px solid #2f3590;
	background-color: #2f3590;
	position: absolute;

}
.page-number>li:nth-last-child(1)::before{
	width: 0px;
}
.page-number li.active a{
	color: #fff;
}


/*====== Page Contact ======*/
#contact{
	padding: 50px 0;
}
.img-contact{
	max-height: 50px;
	margin-bottom: 25px;

}
.box-contact h6{
	font-weight: 600;
	font-family: 'Hind Siliguri', sans-serif;
}
.box-contact p{
	font-family: 'Hind Siliguri', sans-serif;
}
.box-contact a{
	color: #2f3590;
}
.form-input label{
	font-weight: 600;
	font-family: 'Hind Siliguri', sans-serif;
}

/*======= News Detail =====*/
.cover-news{
	max-height: 450px;
}
.content-new h3{
	font-weight: 600;
	font-family: 'Hind Siliguri', sans-serif;
}
.hidden-content {
	opacity: 0;
}
.fade-in-element {
	animation: fade-in 2s;
}
@keyframes fade-in {
	from {opacity: 0; transform: scale(.7,.7)}
	to {opacity: 1;}
}
.content-news p{
	line-height: 30px;
}
/*===== Color, Button =====*/
.blue{
	color: #2f3590;
}
.purple{
	color: #6042e1;
}
.link-back{
	color: #2f3590;
}
.link-back:hover{
	color: #2f3590;
}
.btn-detail{
	color: #6042e1;
}
.btn-detail:hover{
	color: #6042e1;
	text-decoration: none;
}
.btn-submit button {
	background-color: #2f3590;
	color: #fff;
	border-radius: 30px;
	font-weight: bold;
}
.btn-submit button:hover {
	background-color: #2f3590;
	color: #fff;
	border-radius: 30px;
	box-shadow: 0px 0px 13.343px rgba(0, 0, 0, 0.15);
}
.bg-grey{
	background-color: #E1E1E1;
}
.f-hind{
	font-family: 'Hind Siliguri', sans-serif;
}
.fw-400{
	font-weight: 400;
}
.bg-grey{
	background-color: #e5e5e5;
}
#btnTop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 65px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	height: 35px;
	width: 35px;
	background-color: #2f3590;
	color: white;
	cursor: pointer;
	border-radius: 100px;
}

#btnTop:hover {
	background-color: #555;
}
/*Responsive*/
@media (min-width: 120px) and (max-width: 320px) {
	#header{
		position: fixed;
		width: 100%;
		background-color: #fff;
		z-index: 100;
	}
	.scrolled{
		height: 110px;
		background-color: #fff;
		transition: 0.2s;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}
	.padding-top-content{
		padding-top: 140px;
	}
	.header-mobile{
		display: block;
	}
	.header-desktop{
		display: none;
	}
	.logo-brand img{
		max-height: 70px;
		z-index: : 101;
	}
	#footer{
		margin-top: -20px;
	}
	.footer-logo{
		text-align: left;
	}
	.menu-categori-mobile{
		display: block;
		margin-bottom: 30px;
	}
	.menu-categori-desktop{
		display: none;
	}
	.cover-news{
		width: 100%;
	}
	#btnTop {
		right: 25px;
	}
	.hidden-mobile{
		display: none;
	}

}
@media (min-width: 321px) and (max-width: 576px) {
	#header{
		position: fixed;
		width: 100%;
		background-color: #fff;
		z-index: 100;
	}
	.scrolled{
		height: 110px;
		background-color: #fff;
		transition: 0.2s;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}
	.padding-top-content{
		padding-top: 140px;
	}
	.header-mobile{
		display: block;
	}
	.header-desktop{
		display: none;
	}
	.logo-brand img{
		max-height: 70px;
		z-index: : 101;
	}
	#footer{
		margin-top: -20px;
	}
	.footer-logo{
		text-align: left;
	}
	.menu-categori-mobile{
		display: block;
		margin-bottom: 30px;
	}
	.menu-categori-desktop{
		display: none;
	}
	.cover-news{
		width: 100%;
	}
	#btnTop {
		right: 25px;
	}
	.hidden-mobile{
		display: none;
	}

}
@media (min-width: 576px) and (max-width: 767px) {
	#header{
		position: fixed;
		width: 100%;
		background-color: #fff;
		z-index: 100;
	}
	.scrolled{
		height: 110px;
		background-color: #fff;
		transition: 0.2s;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}
	.padding-top-content{
		padding-top: 140px;
	}
	.header-mobile{
		display: block;
	}
	.header-desktop{
		display: none;
	}
	.logo-brand img{
		max-height: 70px;
		z-index: : 101;
	}
	.footer-logo{
		text-align: left;
	}
}

.cover400 {  margin: 0; padding: 0; } 
.cover400 img { width: 100%; object-position: center; overflow: hidden;  }
.btn-putih { background: #fff; }
.abu { color: #414347 !important; }
.oranye { color: #ffaf00 !important; }

@media (min-width: 768px) and (max-width: 992px) {

}

@media (min-width: 992px) and (max-width: 999px) {

}
@media (min-width: 999px) and (max-width: 1200px) {

}

