body{
	font-family: "Monstserrat", 'Segoe UI', Tahoma, Geneva, verdana, sans-serif;
}
a, a:hover{
	text-decoration: none;
}
#topbar{
	background-color: #329c42;
	color: #fff;
	height: 40px;
	line-height: 50px;
}
.top-contact, .sosmed {
	list-style: none;
	padding: 0;
}

#topbar li{
	display: inline-block;
}

#topbar li a{
	color: #fff;
	display: inline-block;
	padding: 0 20px;
}

#topbar li a{
	color: #fff;
	display: inline-block;
	padding: 0 20px;
}
#topbar li a{
	min-height: 50px;
	padding: 0px;
}
#topbar li a i{
	color: #F2C808;
	margin-right: 5px;

}
#topbar.sosmed li a{
	padding: 0 5px;
}
#topbar.sosmed li a i{
	color: #fff;
}
/*css header*/
header{
	padding: 30px 0;
}
.brand{
	display: flex;
}
.brand img{
	margin-right: 20px; 
}
.brand .brand-name h1{
	font-size: 25px;
	color: #15477A;
	text-transform: uppercase;
}
.brand .brand-name h3{
	font-size: 18px;
	font-family: Raleway, 'Segoe UI', Tahoma, verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #888888;
}
.searchbox-wrapper{
	display: flex;
	align-items: center;
}
.wrapper{
	width: 100%;
}
.btn.btn-utama{
	background-color: #329c42;
	color: #F2C808;
	font-weight: 600;
	transition: background-color 0.3s;
	border-radius: 15px 15px 15px 15px;
}
.btn.btn-utama:hover{
	background-color: #002b57;
}

/*Menu Navbar*/

.navbar{
	padding: 0;
	border-bottom: 5px solid #F2C808;
}
.nav-link{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 0.25px;
}
.bg-biru{
	background-color: #329c42!important;
	color: #fff;
}
.navbar-dark .navbar-nav .nav-link{
	color: #fff;
}
.navbar-dark .navbar-nav .active>.nav-link, 
.navbar-dark .navbar-nav .nav-link.active, 
.navbar-dark .navbar-nav .nav-link.show, 
.navbar-dark .navbar-nav .show>.nav-link{
	color: #fff;
}

/*.active{
	background-color: #F2C808;
	color: #15477A;
	}*/
/*	li.nav-item.active{
		background-color: #F2C808;
		color: #15477A;
	}*/
	.navbar-dark .navbar-anv .nav-item {
		padding: 15px 20px;
		display: inline-block;
	}
	/*css hero slider*/
	#hero-area{
		position: relative;
	}
	#slider-hero-nav .owl-prev,
	#slider-hero-nav .owl-next{
		position:  absolute;
		top: 50%;
		z-index: 10;
		border: none;
		background-color: #329c42;
		color: #fff;
		outline: none;
		padding: 10px 25px;
		font-size: 20px;
		transition: background-color 0.3s;

	}
	#slider-hero-nav .owl-prev{
		left: 0px;
		border-radius: 0 50px 50px 0;
	}
	#slider-hero-nav .owl-next{
		right: 0px;
		border-radius: 50px 0 0 50px;
	}
	#slider-hero-nav .owl-prev:hover,
	#slider-hero-nav .owl-next:hover{
		cursor: pointer;
		background-color: #F2C808;
	}

	#hero-area .slider-item-content{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background-color: rgba(255,255,255,0.6);
		padding: 20px;
		text-align: center;
		font-family: Raleway, 'Segoe UI', Tahoma, verdana, sans-serif;
		width: 50%;

	}
	#hero-area .slider-item-content h2{
		font-size: 35px;
		font-weight: 500;
	}
	#hero-area .slider-item-content p{
		font-size: 16px;
	}
	/*section sambutan*/
	#sambutan {
		margin: 60px 0;
	}
	#sambutan h2{
		color: #15477A;
		font-size: 28px;
		font-weight: 500;
		margin-bottom: 30px;
	}
	#sambutan h3{
		color: #15477A;
		font-size: 28px;
		font-weight: 500;
	}

	#sambutan p {
		font-family: Raleway, sans-serif;
		font-size: 500;
		line-height: 28px;
	}
	/*Section Prestasi*/
	.section-terbaru{
		margin-bottom: 90px;
	}
	.section-terbaru h2{
		position: relative;
		display: inline-block;
		margin: 0 auto;
		font-size: 30px;
		color: #15477A;
		font-weight: 600;

	}
	.section-terbaru h2:after {
		position: absolute;
		content: "";
		width: 160%;
		height: 3px;
		background-color: #147423;
		bottom:-20px;
		left: 50%;
		transform: translateX(-30%);
	}
	/*cc*/
	#prestasi{
		min-height: 250px;
	}
	#prestasi .col-item-kanan{
		padding: 20px 30px 20px 20px;
	}
	.section-item{
		margin: 70px 0;
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
		min-height: 260px;
		overflow: hidden;
	}
	.section-item-thumbnail{
		max-width: 100%;
		width: 100%;
		object-fit: cover;
		height: 100%;
	}
	.section-title{
		margin-bottom: 90px;
		text-align: center;
	}
	.section-title h2{
		position: relative;
		display: inline-block;
		margin: 0 auto;
		font-size: 30px;
		text-transform: uppercase;
		color: #15477A;
		font-weight: 600;

	}
	.section-title h2:after {
		position: absolute;
		content: "";
		width: 160%;
		height: 3px;
		background-color: #F2C808;
		bottom:-20px;
		left: 50%;
		transform: translateX(-50%);
	}
	.section-item-title{
		border-bottom: 1px solid #ddd;
		padding: 20px 0;
		margin-bottom: 20px;
	}
	.section-item-title h3 {
		font-size: 18px;
		color: #15477A;
		line-height: 25px;
		font-weight: 600;
		padding-right: 40px;
	}
	.section-item-title span{
		font-size: 12px;
		color: #666;
		font-weight: 500;
	}
	.section-item-title span i{
		margin-right: 5px;
	}
	.section-item-title span:first-of-type{
		margin-right: 15px;
	}
	.section-item-body p{
		font-size: 12px;
		line-height: 25px;
		color: #666;
	}
	/*selanjutnya*/
	
	.tombol-selengkapnya{
		margin-bottom: 30px;
		text-align: center;
	}
	.btn.btn-more{
		font-size: 15px;
		text-transform: uppercase;
		font-weight: 600;
		color: #329c42;
		text-align: center;
		display: inline-block;
		border: 2px solid #329c42;
		border-radius: 0;
		padding: 10px 40px;
		transition: background-color 0.3s;
	}
	.btn.btn-more:hover{
		background-color: #329c42;
		color: #fff;
	}
	/*tendik*/
	.owl-item{
		padding: 20px 10px;
		color: #fff;
	}
	.section-item-slider{
		height: 220px;
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
		position: relative;
	}
	#tenaga-pendidik .foto-guru{
		height: 100%;
		object-fit: cover;
		/*transform: scale(0.9);*/
	}
	.section-item-caption{
		position: absolute;
		bottom: 0;
		background-color: #fff;
		color: #000;
		display: block;
		width: 100%;
		text-align: center;
		font-weight: 600;
		padding: 20px 10px 15px;
	}
	.section-item-caption h5{
		color: #154774;
		font-size: 18px;
		font-weight: 600;
	}
	.section-item-caption h6{
		font-size: 14px;
		color: #F2C808;
		text-transform: uppercase;
	}
	#tenaga-pendidik .section-body{
		position: relative;
	}
	#slider-tools-1 .owl-next,
	#slider-tools-1 .owl-prev,
	#slider-tools-3 .owl-next,
	#slider-tools-3 .owl-prev{
		position:  absolute;
		content: "";
		top: 50%;
		transform: translateX(-50%);
		right: -60px;
		z-index: 20;
		background-color: #329c42;
		border: none;
		height: 35px;
		width: 35px;
		color: #fff;
		border-radius: 50%; 
		outline: none;
		box-shadow: 0 0 20px #ddd;
		transition: background-color 0.3s;
		box-shadow: 0 0 10px #4b4b4b33;
	}
	#slider-tools-1 .owl-prev,
	#slider-tools-3 .owl-prev{
		left: -50px;
	}
	#slider-tools-1 .owl-prev:hover,
	#slider-tools-1 .owl-next:hover,
	#slider-tools-3 .owl-prev:hover,
	#slider-tools-3 .owl-next:hover{
		background-color: #F2C808;
		cursor: pointer;
	}
	/*alumni*/
	#alumni{
		background-color: #329c42;
		padding: 80px 0;
	}
	#alumni .section-title h2{
		color: #fff;
	}
	#alumni .section-item-slider{
		box-shadow: none;
		border: 1px solid rgba(255, 255, 255, 0.5);
		border-radius: 5px;
	}
	#alumni .section-item-slider{
		height: 176px;
		padding: 20px;
	}
	#alumni .section-item-content h3{
		font-size: 18px;
		font-weight: 500;
		color: #F2C808;
	}
	#alumni .section-item-content p{
		font-size: 14px;
		color: #fff;
		line-height: 26px;
	}
	#alumni .section-item-content .more{
		color: #F2C808;
	}
	#alumni .section-item-content .more i{
		margin-left: 20px;
	}
	.foto-alumni{
		height: 100%;
		object-fit: cover;
	}
	.section-body{
		position: relative;
	}
	#slider-tools-2 .owl-next,
	#slider-tools-2 .owl-prev{
		position: absolute;
		background-color: #fff;
		top: 50%;
		right: -50px;
		z-index: 20;
		border: none;
		height: 35px;
		width: 35px;
		outline: none;
		border-radius: 50%;
		transition: background-color 0.3s;

	}
	#slider-tools-2 .owl-prev{
		left: -50px;
	}
	#slider-tools-2 .owl-prev:hover,
	#slider-tools-2 .owl-next:hover{
		background-color: #F2C808;
		cursor: pointer;
	}
	/*galery*/
	.video-galery{
		height: 80%;
		width: 100%;
		object-fit: cover;
	}
	#galeri .section-body{
		margin-bottom: 50px;
	}
	/*ekstra*/
	#ekstrakulikuler{
		background-color: #ddd;
		padding: 80px 0;
	}
	#ekstrakulikuler .section-body-item{
		display: flex;
		background-color: #329c42;
		border-radius: 5px;
		padding: 20px;
		color: #F2C808;
		height: 200px;
		text-align: center;
		align-items: center;
		font-size: 25px;
	}
	#ekstrakulikuler .section-body-item h4{
		font-weight: 500;
	}
	#ekstrakulikuler .section-body .row:first-of-type{
		margin-bottom: 30px;
	}
	/* Login */
	#login{
		padding: 50px;
	}

	/*css berita*/
	#berita .row{
		margin-bottom: 50px;
	}
	.section-thumbnail{
		width: 100%;
		height: 237px;
		overflow: hidden;
		position: relative;
	}
	.section-thumbnail img{
		width: 100%;
		height: 100%;
		object-fit: cover; 
	}
	.section-thumbnail .tanggal{
		position: absolute;
		bottom: 10px;
		border: 0;
		left: 10px;
		z-index: 10;
		background-color: #329c42;
		color: #F2C808;
		padding: 5px 10px;
		border-radius: 5px;
	}
	.section-thumbnail .tanggal span{
		margin: 0;
		padding: 0;
	}
	.section-thumbnail .tanggal span.tgl{
		display: block;
		font-size: 30px;
		font-weight: 700;
		margin-bottom: -10px;
	}
	.section-thumbnail .tanggal span.tgl-2{
		font-size: 10px;

	}
	#berita .section-content{
		padding: 20px 0 0;
	}
	#berita .section-content h3{
		font-size: 16px;
		font-weight: 600;
		color: #15477A;
		line-height: 24px;
	}
	#berita .section-content p{
		font-size: 14px;
		color: #777777;
		line-height: 24px;
	}
	#berita .section-content p .more{
		color: #15477A;
		font-weight: 500;
	}
	.section-meta a{
		background-color: #329c42;
		color: #fff;
		padding: 5px 15px;
		font-size: 11px;
		text-transform: uppercase;

	}
	.section-meta a i{
		margin-right: 5px;
	}
	#berita .tombol-selengkapnya{
		margin-top: 50px;
	}

	/*footer*/

	footer{
		padding-top: 30px;
		color: #fff;
		background-color: #329c42;
	}
	footer .footer-col:first-of-type{
		padding-right: 30px;
	}
	footer .brand {
		display: flex;
	}
	footer .brand img{
		width: 70px;
		height: 70px;
		margin-right: 20px;
	}
	footer .brand h2{
		font-size: 25px;
		font-weight: 600;
		line-height: 25px;
		text-transform: uppercase;
	}
	footer .tentang{
		font-size: 14px;
		line-height: 26px;
		padding-bottom: 30px;
		border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
	}
	footer .sosmed{
		list-style: none;
		color: #fff;
		margin: 0;
		padding: 0;
	}
	footer .sosmed li {
		display: inline-block;
		margin-right: 15px;
	}
	footer .sosmed li a{
		color: #fff;
		border: 1px solid rgba(255, 255, 255, 0.5);
		display: inline-block;
		height: 50px;
		width: 50px;
		text-align: center;
		border-radius: 50%;
		font-size: 20px;
		line-height: 50px;
	}
	footer .sosmed li a:hover{
		color: #999;
	}
	.footer-col h2{
		font-size: 20px;
		font-weight: 600;
		text-transform: uppercase;
		margin-bottom: 10px;
	}
	.footer-col .alamat{
		font-size: 14px;
		line-height: 25px;
	}
	.footer-col .kontak{
		list-style: none;
		padding: 0;
		font-size: 14px;
		line-height: 24px;
	}
	.footer-col .kontak i{
		margin-right: 10px;
	}
	.footer-col .footer-nav{
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.footer-col .footer-nav li{
		margin: 5px 0;
	}
	.footer-col .footer-nav a{
		color: #fff;
		font-size: 15px;
		font-weight: 28px;
		transition: border 0.3s;
	}
	.footer-col .footer-nav a:hover{
		border-bottom: 1px dashed #fff;
	}