/* CSS DOCUMENT */
/* GLOBAL */
h3.title {
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 2px solid yellow;
	padding-bottom: 5px;
	width: 30%;
	margin:0px auto;
	margin-bottom: 20px;
}
@media (max-width: 700px) {
	h3.title {
		width: 60%;
	}
}
@media (max-width: 400px) {
	h3.title {
		width: 90%;
	}
}
/* END GLOBAL */

.mainNavbar {
	width: 100%;
	min-height: 10px;
}
.mainNavbar .navbar {
	border: none;
	border-bottom: 0px solid #006400;
	border-radius: 0px;
	color: white;
	padding:20px 150px;
	min-height: 30px;
	background-color: white;
	box-shadow:0 0 1rem rgba(0,0,0,.1);
}
.mainNavbar .navbar img {
	width: 70px;
	height: 70px;
	margin-top: -10px;
}
.mainNavbar .navbar a.navbar-brand { margin-top: -10px; }
.mainNavbar .navbar a.navbar-brand span.bigTitle { font-size: 30px; }
.mainNavbar .navbar a.navbar-brand span.smallTitle { font-size: 15px; padding-left: 10px; }
.mainNavbar .navbar ul.navbar-center li a:hover {
	background-color: green;
	color: white;
	border-radius: 3px;
}
@media (max-width: 920px) {
	.mainNavbar .navbar {
		padding: 0px 20px;
	}
}

/* SLIDER */
.mainSlider { width: 100%; min-height: 10px; }
.mainSlider .carousel {
	width: 100%;
	height: 620px;
}
.mainSlider .carousel .carousel-inner .item img {
	width: 100%;
	height: 600px;
}
@media(max-width: 780px) {
	.mainSlider .carousel {
		width: 100%;
		height: 280px;
	}
	.mainSlider .carousel .carousel-inner .item img {
		width: 100%;
		height: 280px;
	}	
}
/* END SLIDER */


/* MAIN CONTENT */
.mainContent { width: 100%; min-height: 10px;}

.mainContent .boxNews {
	width: 100%;
	min-height: 300px;
	background: white;
	padding: 20px 20px;
}
.mainContent .boxNews .content a.title {
	padding: 10px;
	padding-bottom: 4px;
	border-bottom: 1px solid black;
	color: black;
	font-size: 18px;
	text-decoration: none;
}
.mainContent .boxNews .content a.title:hover { color: white;  }
.mainContent .boxNews .singleNews {
	width: 100%;
	min-height: 200px;
	box-shadow: 0px 1px 2px 0px black;
}
.mainContent .boxNews .singleNews img {
	width: 100%;
	height: 200px;
}
.mainContent .boxNews .singleNews p.title {
	padding: 10px;
	border-bottom: 1px solid #90EE90;
}
.mainContent .boxNews .singleNews .readMore {
	text-align: right;
	width: 100%;
	min-height: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}
@media (max-width: 940px) {
	.mainContent .boxNews {
		padding: 30px 20px;
	}
}

.mainContent .boxOrganisasi {
	padding: 20px 20px;
	width: 100%;
	min-height: 300px;
	background-color: white;
}
.mainContent .boxOrganisasi .singleOrganisasi {

}
.mainContent .boxOrganisasi .singleOrganisasi img {
	width: 100px;
	height: 100px;
}
.mainContent .boxOrganisasi .singleOrganisasi p.name {
	margin-top: 5px;
	font-size: 18px;
}
.mainContent .boxOrganisasi .singleOrganisasi p.detail {
	font-size: 13px;
}

.mainContent .boxGallery {
	padding: 20px 20px;
	width: 100%;
	min-height: 250px;
}
.mainContent .boxGallery img {
	width: 100%;
	height: 250px;
}
@media (max-width: 870px) {
	.mainContent .boxGallery {
		padding: 20px;
	}
}

.mainContent .boxKerjasama {
	padding: 20px 20px;
	width: 100%;
	min-height: 100px;
	background-color: green;
}
.mainContent .boxKerjasama img {
	width: 100%;
	height: 60px;
}
.mainContent .boxKerjasama img.img-gallery-home {
	width: 100%;
	height: 220px;
}
@media (max-width: 870px) {
	.mainContent .boxKerjasama {
		padding: 20px;
	}
}

.mainContent .boxKontak {
	width: 100%;
	padding: 20px 20px;
	width: 100%;
	min-height: 300px;
}
@media (max-width: 870px) {
	.mainContent .boxKontak {
		padding: 20px 50px;
	}
}

.mainFooter {
	width: 100%;
	min-height: 50px;
	background-color: green;
	padding: 5px 20px;
	padding-top: 50px;
	color: rgb(126,126,126);
	box-shadow:0 0 1rem rgba(0,0,0,.1);
}
.mainFooter img {
    width: 60%;
	height: 50%;
}
.mainFooter p.title {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
.mainFooter p.desc {
	font-size: 12px;
	color: rgb(126,126,126);
}

/* NEWS */
.mainContent .news {
	width: 100%;
	margin-top: 10px;
	min-height: 300px;
	padding: 5px 20px;
}
.mainContent .news .fullNews {
	width: 100%;
	min-height: 100px;
	border-bottom: 1px solid #90EE90;
	margin-bottom: 10px;
	padding: 10px 0px;
}
.mainContent .news .fullNews img {
	max-height: 300px;
}
.mainContent .news .fullNews a {
	font-size: 20px;
}
.mainContent .news ul li a {
	border-bottom: 1px dotted black;
	margin-bottom: 10px;
	color: black
}
.mainContent .news ul li a:hover {
	text-decoration: none;
	color: blue;
}

/* UNIT SEKOLAH */
.box-study {
	width: 100%;
	min-height: 100px;
	border-radius: 3px;
	border:1px solid #90EE90;
	padding: 0;
	margin-bottom: 10px;
}
.box-study .image { width: 100%; height: 230px; }
.box-study .image img { width: 100%; height: 230px; object-fit:cover; }
.box-study .content { width: 100%; min-height: 100px; padding: 10px 20px; }
.box-study .content p.title {
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px solid #000000;
	padding-bottom: 10px;
}
.box-study .content p.desc {
	font-size: 14px;
	color: #000000;
}

.box-news-home {
	width: 100%;
	min-height: 100px;
	padding: 0;
	margin:0;
	margin-bottom: 10px;
}
.box-news-home .image { width: 100%; height: 350px; }
.box-news-home .image img { width: 100%; height: 350px; object-fit:cover; }
.box-news-home p.title {
	font-size: 18px;
	margin-top: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
.box-news-home small {
	font-size: 14px;
	color: #000000;
}
.box-news-home p.desc { font-size: 16px; margin-top: 5px; }
.box-news-home a { 
	float: right;
	color: black;
	border-bottom: 1px solid black;
}
.box-news-home a:hover { text-decoration: none; color: #9393FF; border-color: #9393FF; }
.list-news-home {
	width: 100%;
	min-height: 10px;
	margin-left: -20px;
}
.list-news-home li {
	margin-bottom: 20px;
	border-bottom: 1px dotted #828282;
	list-style: none;
}
.list-news-home li a {
	font-size: 15px;
	font-weight: bold;
	color: black;
	text-decoration: none !important;
	text-transform: uppercase;
}
.list-news-home li a:hover { color: #9393FF; }
.list-news-home li small { font-size: 11px; color: #828282; }

p.onlineRegist {
	font-size: 16px;
}
a.btn-admission {
	border-radius: 0;
	padding: 10px 30px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}