html {
	scroll-behavior: smooth;
}

body {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 14px;
	overflow:hidden;
}

body.control {
    overflow:auto;
}

p {
	font-family: "Roboto", sans-serif;
}

.content-core iframe {
    max-width:100%;
}

.berita-content img {
	width: 100%;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.reading {
	font-size: 16px;
}

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100vw;
	height: 100vh;
	z-index: 9999;
	background: url('../img/load.gif') center no-repeat #fff;
}

.loader.hide {
	visibility: hidden;
	opacity: 0;
	transition: .5s ease;
}

.bold {
	font-weight: bold;
}

.top {
	padding-bottom: .5rem;
	padding-top: .5rem;
}

.no-padding {
	padding: 0 !important;
}

.pt-1 {
	padding-top: 1rem;
}

.h-logo {
	color: #28a745;
	font-size: 24px;
}

.opacity {
	opacity: .5;
}

/* Home */

.navbar {
	background: #fff;
	padding-top: 0;
	padding-bottom: 0;
	transition: 0.5s ease-out;
	z-index: 99;
	box-shadow: 0px 4px 7px -7px rgba(0, 0, 0,1);
	font-size: 14px;
}

.navbar.scrolled {
    transition: .5s ease-in;
    position: absolute;
    margin-top: -50px;
    width: 100%;
    z-index: 999;
}

.navbar.scrolled-fix {
	position: fixed;
	margin-top: 0;
	top: 0;
	box-shadow: 0px 4px 7px rgba(0, 0, 0,0.1);
	border-bottom: none;
}

.nav-link.scrolled-fix {
	padding: 1rem 1rem !important;
}

.navbar-brand {
	display: none
}

.navbar-brand.scrolled {
	display: inline;
}

.navbar-nav.scrolled {
	margin-left: auto !important;
	margin-right: 0 !important;
}

.banner-1.scrolled {
	margin-top: 45px;
}

.nav-link {
    padding: .75rem 1rem !important;
    color: #28a745 !important;
}

.nav-link:hover {
	background: #f5f5f5;
	color: #317738 !important;
}

.dropdown-menu {
	border-radius: 0;
	margin-top: 0rem;
	padding: 0;
	background: #fff;
	border:0;
	border-radius: 0 0 5px 5px;
	box-shadow: 0px 3px 7px  rgba(0, 0, 0,0.1);
	min-width: 200px;
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform:translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.animate {
	animation-duration: 0.3s;
	-webkit-animation-duration: 0.3s;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
}

.dropdown-item {
	padding: 1rem 1.75rem;
	color: #317738 !important;
	font-weight: 500;
	font-size: 14px;
	transition: .2s ease;
}

.dropdown-item:hover {
	background: transparent;
	color: #31bb45 !important;
	transform: translateX(-5px);
	transition: .2s ease;
}

.banner-1 {
	display: block;
}

.carousel {
	overflow: hidden;
}

.carousel::after {
	content: '';
	display: block;
	background: rgba(40, 209, 102, 0.8);
	position: absolute;
	height: 100%;
	width: 40%;
	top: 0;
	right: 13%;
	z-index: 1;
	transform: skewX(-15deg);
}

.carousel-inner img{
	height: 450px;
	object-fit: cover;
	object-position: center;
}

.menu-tj table.va tbody{
	color: #fff !important;
}

.carousel-item::before {
	content: '';
	display: block;
	background: #000;
	position: absolute;
	opacity: .3;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	z-index: 1;

}

.welcome-absolute {
	position: absolute;
	width: 100%;
	margin-top: calc(-450px / 2 - 69px);
	z-index: 1;
	color: #fff;
	text-shadow: 2px 2px 10px #333;
}

.counting {
	position: relative;
	width: 100%;
	margin-top: calc(-164.3px / 2);
	z-index: 1;
}

.counting-wrapper {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 3px 7px rgba(0,0,0,0.1);
}

.counting-wrapper .col-md-3 {
	text-align: center;
	color: #28a745;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.banner-2 {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.h-about {
	text-align: center;
	margin-bottom: 2%;
}

.wrapper-about {
	padding-top: 2%;
}

.tj-img-about {
	box-shadow: 0px 4px 7px rgba(0, 0, 0,0.3);
}

.banner-3 {
	padding-top: 5%;
	padding-bottom: 5%;
	/*position: relative;*/
	background: #28a745;
}

.outer-card {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.card-komp {
	background: #0068ad;
	border-radius: 5px;
	transition: .5s ease;
}

.card-komp:hover{
	background: #fff;
	box-shadow: 0 20px 30px -16px rgba(0,0,0,.5);
}

.card-komp:hover .detail-card-komp{
	background: #fff;
	color: #0068ad;
}

.card-komp:hover .img-card-komp {
	background-size: 70% !important;
}

.card-komp:hover img {
	margin-top: 100px !important;
}

.img-card-komp {
	padding: 1rem;
	text-align: center;
	max-height: 350px;
	overflow: hidden;
	object-fit: contain;
	object-position: center;
	transition: .2s ease;
}

.img-card-komp img {
	z-index: 1;
	overflow: hidden;
	margin-top: 500px;
	transition: .5s ease;
}

.detail-card-komp {
	text-align: center;
	padding-top: 1rem;
	padding-bottom: .5rem;
	color: #fff;
	background: #005e9c;
	border-radius: 0 0 5px 5px;
	transition: .5s ease;
}

.banner-4 {
	padding-top: 4rem;
	padding-bottom: 5rem;
}

.card-berita {
	background: #fff;
	padding: 1rem;
	border-radius: 5px;
	border:1px solid #eaeaea;
	display: inline-block;
	text-align: left;
	transition: .5s ease;
}

.img-card-berita{
	text-align: center;
	height: 200px;
	overflow: hidden;
}

.img-card-berita img {
	object-fit: cover;
	object-position: center;
}

.link-berita {
	text-align: center;
	padding: 2rem;
}

.banner-5 {
	background: #fafafa;
	border-top: 1px solid #eaeaea;
	padding: 5rem 0;
}

.map {
	margin-top: 3rem;
}

.color {
	color: #55cf61;
}

/* Berita */

.berita-thumbnail {
	border:1px solid #333;
}


.heading {
	padding: .5rem 0rem;
	background: #28a745;
	color: #fff;
}


.thumbnail-berita-wrapper {
	background: #fff;
	box-shadow: 0px 4px 7px rgba(0, 0, 0,0.1);
	border-radius: 5px;
	padding: 0;
	display: block;
	color: #333;
	height: 100%;
}

.thumbnail-berita-wrapper:hover {
	text-decoration: none;
}

.img-berita-thumbnail img {
	object-fit: cover;
	height: 200px;
	width: 100%;
	border-radius: 2px 2px 0 0;
}

.detail-berita-thumbnail {
	padding: 1rem;
}

.detail-berita-thumbnail h6 {
	overflow: hidden; 
	text-overflow: ellipsis;
	white-space: nowrap;
}


.berita-1 {
	min-height: 500px;
	padding: .5rem 0 5rem 0;
	background: #fff;
}

.berita-content img {
	border-radius: 5px;
	margin-top: 1rem;
}

.content-side-thumbnail {
	display: block;
	text-align: left;
	padding-left: 0;
	padding-right: 0;
	font-size: 14px;
	transform: .2s ease;
}

.content-side-thumbnail:hover {
	text-decoration: underline;
	color: #28a745;
}

.berita-sidebar {
	border-radius: 5px;
	padding: 2rem 1rem;
	background: #fff;
	margin-top: calc(75.4px - 1rem);
}

.img-side-thumbnail img {
	border-radius: 2px;
	object-fit: cover;
	height: 100px;
	width: 100%;
	border-radius: 2px;
}

.see-more-berita {
	border-radius: 100px;
	background: transparent;
	border:1px solid #28a745;
	color: #28a745;
	width: 100%;
}

.news-next {
	background: url('../img/news.svg') #31bb45;
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: left -100px bottom -50px;
	line-height: 296px; font-weight: bold; font-size: 16px;
	transition: .5s ease;
	border:none;
	text-shadow: 2px 2px #333;
	transition: .5s;
}

.news-next:hover {
	background-size: 90%;
}

.news-next .fas {
	transition: .5s;
}

.news-next:hover .fas {
	margin-left: 1rem;
}

/* Prokeh */
.prokeh-1 {
	background: #fff;
	padding: 5% 0;
	color: #28a745;
}

.kejuruam-detail-wrapper {
	background: #28a745;
}

.kejuruan {
	overflow: hidden;
}

.back-kejuruan-1 h1 {
	font-size: 128px;
	opacity: .1;
	font-weight: bold;
	letter-spacing: 20px;
}

.front-kejuruan-1 {
	position: relative;
	margin-top: calc(-78.6px);
}

.pembelajaran-kejuruan {
	margin-bottom: 5rem;
}

.sarana-pembelajaran {
	margin-bottom: 3rem;
}

.prokeh-2 {
	background: #fafafa;
	padding: 5% 0;
	color: #28a745;
}

.industri-img {
	filter: grayscale(100%);
	transition: .2s ease;
}

.industri-img:hover {
	filter: grayscale(0%);
}

.banner-public-1 {
	background: #fff;
	padding: 5% 0;
	color: #28a745;
}

/* Text Design */
.wrapper-public {
	margin-bottom: 10%;
	overflow: hidden;
}

.back-public-1 h1 {
	font-size: 128px;
	opacity: .1;
	font-weight: bold;
	letter-spacing: 20px;
	overflow: hidden;
}

.front-public-1 {
	position: relative;
	margin-top: calc(-78.6px);
}

/* PPDB */
.bg-ppdb {
	background: url('../img/etc/ppdb.svg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	padding: 15% 0;
}

.ppdb-wrapper-1 {
	padding: 5% 0;
}

.text-ppdb {
	margin-bottom: 10%;
}

.back-text-ppdb-1 h1 {
	font-size: 128px;
	opacity: .1;
	font-weight: bold;
	letter-spacing: 20px;
	overflow: hidden;
}

.front-ppdb-1 {
	position: relative;
	margin-top: calc(-78.6px);
}

.ppdb-proses {
	border-radius: 5px;
	border:1px solid #28a745;
	transition: .2s ease;
}

.ppdb-proses:hover {
	transform: scale(1.01);
	box-shadow: 0px 10px 15px -10px rgba(0, 0, 0,.2);
}

/* Sarpras */
.sarana-wrapper {
	padding: 1rem;
	box-shadow: 0px 10px 80px -15px rgba(0, 0, 0,.1);
	background: #fff;
	border-radius: 5px;
	height: 100%;
	min-height: 300px;
}

.sarana-wrapper-img img {
	border-radius: 5px;
	height: 300px;
	object-fit: cover;
}

/* Footer */

.va tr td{
	vertical-align: top;
}
.footer {
	padding: 3rem 0 3rem 0;
	color: #fff;
	background: #55cf61;
}

.footer hr {
	background: #fff;
}
.about-tj-desc p {
	color:#fbfbfb;
}

.copy {
	background: #317738;
	padding: .75rem 0;
	color: #fff;
}

.copy img {
	filter: grayscale(100%);
	transition: .2s ease;
}

.copy:hover img {
	filter: grayscale(0%);
}

@media (max-width:768px) {
	.top {
		display: none;
	}

	.navbar-brand {
		display: inline !important;
	}

	.navbar-toggler {
		margin-left: auto;
		margin-right: 0 !important;
		color: rgba(255,255,255,1) !important;
		border:none;
	}

	.welcome-absolute {
		text-align: center;
		margin-top: calc(-500px / 2 - 69px);
	}

	.carousel::after {
		display: none;
	}

	.banner-2 {
		padding-top: 10%;
	}

	.about-tj {
		text-align: center;
		margin-top: 2rem;
	}

	.sambutan {
		text-align: center;
		margin-top: 2rem;
	}

	.img-sambutan img{
		height: 200px;
	}

	.banner-3 {
		padding-top: 3rem;
		padding-bottom: 5rem;
	}

	.about-tj-img {
		display: none;
	}

	.about-tj-desc {
		margin-left: 0 !important;
	}

	.menu-tj, .menu-smk-footer {
		margin-top: 2rem;
	}

	.gtk img {
		height: 200px !important;
	}
	
	.footer {
		padding: 2rem 0 3rem 0;
	}

}

@media (max-width: 992px) {
	.navbar {
		padding: .5rem;
	}

	.navbar-toggler {
		margin-left: auto;
		margin-right: auto;
		color: rgba(255,255,255,1) !important;
		border:none;
	}

	.navbar.scrolled-fix .navbar-toggler {
		margin-left: auto !important;
		margin-right: 0;
	}

	.navbar-toggler:focus {
		outline:none;
	}
}





/* Color */
#002844


/*.card:hover img{
	transform: rotate(0deg) scale(1.07) translateZ(0);
	transition: all .5s ease;
	margin-top: 0px;
}

.card img{
	margin-top: 500px;
	height: 300px;
	overflow: hidden;
	transform: rotate(0deg) scale(1) translateZ(0);
	transition: all .3s ease;
}*/