*{
	outline: none !important;
	text-decoration: none !important;
}
/*** Font Style

    font-family: 'Libre Baskerville', serif;
    font-family: 'Montserrat', sans-serif;
	font-family: 'Oxygen', sans-serif;
	
***/

h1,h2{
	font-family: 'Libre Baskerville', serif !important;
}
h3,h4{
	font-family: 'Oxygen', sans-serif !important;
}
h5,h6{
	font-family: 'Montserrat', sans-serif !important;
}
ol li::marker {
	font-weight: 600;
}
.wa-telp-wrap {
	display: flex;
	justify-content: right;
	position: fixed;
	right: 0;
	bottom: 0;
	flex-direction: column;
	margin: 20px 8px 20px 0;
	z-index: 10;
}
.wa-telp-wrap img {
	width: 41px;
}
.wa-telp-wrap a {
	padding: 10px 4px;
}
.header {
	position: sticky;
	top: 0;
	z-index: 2;
	background: white;
}
.header-search.pull-right {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	margin-left: 10%;
}
.header-inner.clearfix {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.brand img {
	width: 72%;
}
body.site {
	max-width: 100vw;
	overflow-x: hidden;
}
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #525252;
}
main#content {
	padding: 0 20px;
}
/***Grue Menu Styling***/
#gruemenu.grue_95 {
	background: transparent;
}
#gruemenu > ul > li > a{
	border: none !important;
}
#gruemenu > ul{
	box-shadow: none !important;
}
#gruemenu.grue_95 ul li a {
	font-weight: bold;
	font-size: 1.1em !important;
	padding: 10px;
}
#gruemenu.grue_95 > ul > li:hover > a, #gruemenu.grue_95 > ul > li > a:hover, #gruemenu.grue_95 > ul > li.active > a{
	color: #c93737 !important;
	background: transparent!important;
}
#gruemenu.grue_95 ul ul li a, #navigation-toggle {
	color: #000 !important;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .52px;
}
#gruemenu.grue_95 ul ul li:hover a, #gruemenu.grue_95 ul ul li a:hover, #gruemenu.grue_95 ul ul li.active a, #gruemenu.grue_95 > ul > li.has-sub.active > a::after, #gruemenu.grue_95 > ul > li.has-sub:hover > a{
	color: #c93737 !important;
}
/***End Grue Menu Styling***/

/***Styling Custom Readmore***/
.read-more-style {
	padding: 8px 4px;
	background-color: #4f86ea;
	color: #fff;
	display: table;
	position: relative;
	margin-top: 4px;
	text-transform: capitalize;
	transition: all .4s cubic-bezier(.86,0,.07,1);
	-webkit-transition: all .4s cubic-bezier(.86,0,.07,1);
	-moz-transition: all .4s cubic-bezier(.86,0,.07,1);
}
.read-more-style:hover{
	padding-right: 21px;
	color: #fff;
	background-color: #739fee;
}
.read-more-style:hover::after {
	right: 3px;
	opacity: 1;
}
.read-more-style::after {
	content: '\e006';
	font-family: icomoon;
	position: absolute;
	right: 10px;
	opacity: 0;
	transition: all .4s cubic-bezier(.86,0,.07,1);
	-webkit-transition: all .4s cubic-bezier(.86,0,.07,1);
	-moz-transition: all .4s cubic-bezier(.86,0,.07,1);
}
/***End Styling Custom Readmore***/

.items-leading img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.item-page img {
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.item-page > .page-header h1 {
	text-align: center;
	background-color: #c93737;
	padding: 10px;
	color: #fff;
}
/***Search Styling***/
input[type="text"].ps_search_box {
	width: 43% !important;
	float: right;
	transition: all .5s ease-in-out;
}
input[type="text"]:focus {
	width: 90% !important;
}
/***End Search Styling***/

/***Nivo Slider Styling***/
.nivoSlider{
	z-index: 1;
}
.nivo-caption .nivo-heading {
	text-transform: uppercase;
}
#vtnivo94 .nivo-caption {
	margin-left: 50%;
	margin-bottom: 40px;
	transform: translate(-40%);
}
/***End Nivo Slider Styling***/

.jib_intro {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.jib_intro h3{
	margin-top: 30px;
}

/***Styling Readmore Button***/
.readmore .btn {
	position: relative;
	border: 1px solid #c93737 !important;
	border-radius: 25px !important;
	background: #da6464 !important;
	text-shadow: none;
	color: #fff;
	transition: all .5s cubic-bezier(.77,0,.18,1);
	-webkit-transition: all .5s cubic-bezier(.77,0,.18,1);
	-moz-transition: all .5s cubic-bezier(.77,0,.18,1);
}

.icon-chevron-right {
	right: 11px;
	position: absolute;
	top: 6px;
	opacity: 0;
	transition: all .5s cubic-bezier(.77,0,.18,1);
	-webkit-transition: all .5s cubic-bezier(.77,0,.18,1);
	-moz-transition: all .5s cubic-bezier(.77,0,.18,1);
}
.readmore .btn:hover > .icon-chevron-right{
	opacity: 1;
	right: 5px;
}
.readmore .btn:hover {
	padding-right: 21px;
}
/***End Styling Readmore Button***/

/***Visi Misi Styling***/
.vm {
	display: flex;
	margin-top: 30px;
	background: cornflowerblue;
	border-radius: 8px;
	color: #fff;
}
.vm h3 {
	background: #4f86ea;
	padding: 8px;
	text-align: center;
	letter-spacing: .18em;
}
.vm-box:first-child {
	border-right: 1px solid #4f86ea;
}
.vm-box {
	padding: 5px 10px;
}
/***End Visi Misi Styling***/

/***Facilities Styling***/
.fac-cont {
	display: flex;
	justify-content: space-between;
    width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
.fac-col {
	width: 22.5%;
	background: cornflowerblue;
	padding: 11px;
	color: white;
	text-align: justify;
}
/***End Facilities Styling***/

/***Styling Hubungi Kami Sekarang***/
.hkshead {
	text-align: center;
	text-transform: uppercase;
	position: relative;
	margin-top: 30px;
}
.hkshead::after {
	content: '';
	width: 160px;
	height: 2px;
	background: #c9373c;
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translate(-50%);
}
.hks-cont {
	display: flex;
	justify-content: space-between;
	width: 60%;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
.hks-col {
	flex: 1;
	width: 40%;
	padding: 12px;
	line-height: .91em;
}
.hks-col:first-child {
	background: ghostwhite;
	border-radius: 12px;
	box-shadow: 3px 5px 11px -9px black;
	text-align: center;
}
/***End Styling Hubungi Kami Sekarang***/

/***Styling Contact Page***/
.ctc-cont {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
.ctc-col {
	flex: 1;
	width: 40%;
	padding: 12px;
}
.ctc-col:first-child {
	background: ghostwhite;
	border-radius: 12px;
	box-shadow: 3px 5px 11px -9px black;
}
/***End Styling Contact Page***/

/***Super Simple Styling***/
.sscf-style {
	width: 61%;
	text-align: center;
	margin: 50px auto;
}
.sscf-style h3{
	margin-bottom: 30px;
}
.sscf-form {
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fl_wrap:nth-child(1), .fl_wrap:nth-child(2) {
	width: 48%;
}
.fl_wrap:nth-child(3), .fl_wrap:nth-child(4){
	width: 100%;
}
/***End Super Simple Styling***/
.footer {
	background: #2b2b2b;
	padding: 10px 5px;
	margin-top: 80px;
}
.footer,.footer a{
	color: #fff;
}
.site-info {
	display: inline-block;
	margin: 0;
	padding: 7px;
	font-size: .9em;
}
@media screen and (max-width: 768px){
	.header-search.pull-right {
		margin-left: 0;
	}
	input[type="text"].ps_search_box {
		width: 70% !important;
	}
	.jib_intro {
		width: 90%;
	}
	.fac-cont, .hks-cont, .vm {
		width: auto;
	}

}
@media screen and (max-width: 667px){
	.header-inner.clearfix {
		flex-direction: column;
	}
	.header {
		position: relative;
	}
	input[type="text"].ps_search_box {
		width: 80% !important;
	}
	#navigation-toggle{
		background-color: #2b2b2b94 !important;
	}
	.jib_intro {
		width: 100%;
	}
	.sscf-style {
		width: auto;
	}
	.fac-cont, .hks-cont, .vm, .ctc-cont {
		width: auto;
		flex-direction: column;
	}
	.fac-col, .hks-col, .ctc-col{
		width: auto;
		margin: 10px 0;
		line-height: normal;
	}
	#vtnivo94 #vt_nivo_slider94 {
		height: 300px;
	}
	#vtnivo94 #vt_nivo_slider94 img, .nivoSlider img {
		object-fit: cover;
		height: 300px !important;
	}
	.vm-box:first-child {
		border-right: none;
	}
	.site-info {
		width: 61%;
		font-size: .9em;
	}
}