
/* @IMPORT */
@import url('http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic|Montserrat:700|Merriweather:400italic');
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: local("Lato Regular"), local("Lato-Regular"), url("fonts/lato-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  src: local("Raleway"), url("fonts/lato-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Myriad Set Pro";
  font-style: normal;
  font-weight: 400;
  src: local("â˜ºï¸Ž"), url("../fonts/myriad-set-pro_text.woff") format("woff"), url("../fonts/myriad-set-pro_text.ttf") format("truetype");
}
@font-face {
  font-family: "Myriad Set Pro Thin";
  font-style: normal;
  font-weight: 200;
  src: local("â˜ºï¸Ž"), url("../fonts/myriad-set-pro_thin.woff") format("woff"), url("../fonts/myriad-set-pro_thin.ttf") format("truetype");
}

/* GENERAL */
body {
    width: 100%;
    height: 100%;
    font-family: "Helvetica Neue", calibri,arial,gulim,verdana,arial,sans-serif;
	font-weight: 300;
    color: #666;
    background-color: #fff;
}
html {
    width: 100%;
    height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 30px;
    text-transform: uppercase;
    font-family: "Helvetica Neue", calibri, dotum,gulim,arial;
    font-weight: 700;
    letter-spacing: 1px;
	color: #484848;
}
p {
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 1.6em;
}
p.lead {
	font-weight: 600;
}
a {
    color: #28c3ab;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #176e61;
}
.light {
    font-weight: 400;
}

/* NAVBAR */
.navbar {
    margin-bottom: 0;
}
.navbar-brand {
	display: block;
	float: none;
	margin-left: auto;
	margin-right: auto;
	height: 35px;
	padding: 0px 10px 0 10px;
  	/* font-weight: 700;
    font-size: 18px;
  	line-height: 1em; */
}
/* .navbar-brand {
  height: 40px;
  padding: 5px 15px 0 10px;
  font-size: 18px;
  line-height: 1em;
} */
.navbar-brand h1{
	color: #fff;
	font-size: 20px;
	line-height: 40px;
}
.navbar-brand:focus {
    outline: 0;
}
.nav.navbar-nav {
    background-color: rgba(0,0,0,0);
}
/* .navbar-custom.top-nav-collapse .nav.navbar-nav {
    background-color: rgba(0,0,0,0);
} */
.navbar-custom ul.nav li a {
	font-family: calibri, arial;
	font-size: 14px;
	letter-spacing: 1px;
    color: #444;
	text-transform: uppercase;
	font-weight: 500;
}
/* .navbar-custom.top-nav-collapse ul.nav li a {
	webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
} */
.dropdown:hover {
	border-bottom: solid #01568A 3px;
}
.dropdown1:hover {
	border-bottom: solid #white 3px;
}
.navbar-custom ul.nav ul.dropdown-menu {
	 border-radius: 4;
}
.navbar-custom ul.nav ul.dropdown-menu li {
	border-bottom: 1px solid #f5f5f5;
}
.navbar-custom ul.nav ul.dropdown-menu li:last-child{
	border-bottom: none;
}
.navbar-custom ul.nav ul.dropdown-menu li a {
	padding: 10px 20px;
}
.navbar-custom ul.nav ul.dropdown-menu li a:hover {
	background: #fefefe;
}
/* .navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a {
	color: #666;
} */
.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li.active {
    outline: 0;
	background-color: rgba(0,0,0,0);
    border-bottom: solid  #01568A 3px;
	color:black;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    color:black;
	background-color: rgba(0,0,0,0);
}
.navbar-custom .nav li.active {
	color:black;
}
.navbar-custom .nav li.active a:hover{
border-bottom:none;
}
.navbar-custom .nav .dropdown a:hover{
	border-bottom: none;
}
.dropdown-menu{
	border-top: solid #01568A 3px;
}
.navbar-custom .nav .dropdown-menu li a:hover {
    outline: 0;
	border-bottom:none;
}
.navbar-toggle {
    padding: 4px 6px;
    font-size: 14px;
    color: #005B90;
}
.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}
.dropdown-menu .drop {background:#fff url("../img/gnb_arrow.png") no-repeat 140px center;}
.sub-menu {
	position:absolute; top:86px; left:162px; width:170px; border-bottom:1px solid #ccc;
	display: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.sub-menu ul {list-style:none; background-color:#fff;}
.sub-menu li, .sub-menu a {display:block; color:black; margin-left: -20px;background-image:none;}
.sub-menu a:hover, .sub-menu a:active, .sub-menu a:focus {color:#2475d0;}
.dropdown-menu .drop:hover > .sub-menu {display: block;}

.dropdown1 {
		  position: relative;
		  display: inline-block;
		}
		
		.dropdown-content {
		     display: none; 
			    position: absolute;
			    background-color: #f9f9f9;
			    min-width: 60px;
			    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
			    padding: 0px 12px;
			    z-index: 1;
			    margin-top: -16px;
			    margin-bottom: -9px;
			    margin-left: -18px;
		}
		
		.dropdown1:hover .dropdown-content {
		  display: block;
		}
/*r-old*/
#owl-demo .item img{ display: block; width: 100%; height: auto;}

/*slider-new added on 2017.04.18*/
#slider {
  position: relative;
  /*margin-top:30px;*/
  margin-top:55px;
  padding-bottom: 45px;
  border-bottom: thin #F1F1F1 solid;
}

#carousel-slider {
  position: relative;
}

#carousel-slider .carousel-indicators {
  bottom: -55px;
}

#carousel-slider .carousel-indicators li {
  border: 1px solid #ffbd20;
}

#carousel-slider a i {
  border: 1px solid #777;
  border-radius:50%;
  font-size: 28px;
  height: 50px;
  padding: 8px;
  position: absolute;
  top: 50%;
  width: 50px;
  color:#777;
}

#carousel-slider a i:hover {
  /* background:#ff5733; */
  background: rgba(1, 32, 227, 0.90);
  color:#fff;
  /* border: 1px solid #ff5733; */
  border: 1px solid #0120E3;
}

#carousel-slider 
.carousel-control {
  width:inherit;
}

#carousel-slider .carousel-control.left i {
  /* left:-25px */
  left:-65px
}

#carousel-slider .carousel-control.right i {
  /* right: -25px; */
  right:-65px;
}

#carousel-slider
.carousel-control.left, 
#carousel-slider
.carousel-control.right {
  background: none;
}

/*loader */
#preloader {
    background: #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}
#loaderInner {
    background:#ffffff url(../img/spinner.gif) center center no-repeat;
    height: 60px;
    left: 50%;
    margin: -50px 0 0 -50px;
    position: absolute;
    top: 50%;
    width: 60px;
}

#header{position: fixed;width: 100%;z-index: 100; margin-top: -45px }
.header_top{height: 30px;line-height: 30px;background: #00578a ; }
.utilLink{float: right;}
.utilLink>li::after{content: '';display: inline-block;background-image: url('../images/main/mbar.png');background-repeat: no-repeat;width: 1px;height: 10px;margin-left: 17px;margin-right: 12px;}
.utilLink>.language::after{display: none;}
.utilLink>.last::after{display: none;margin:0;}
.language{position: relative;}
.language a{background-image:url('../images/main/h_bottom_i.png');background-repeat: no-repeat;background-position: right 64%;margin-right: 0px;}
.utilLink>li{display: inline-block;}
.utilLink>li>a{color: #FFF;font-size: 15px;}
.gnb_area{height: 70px;line-height: 70px; background: rgba(255, 255, 255, 0.6);}
.logo{display: inline-block;vertical-align: top;line-height: 66px;}
.gnb{display: inline-block;float: right;width: 880px;line-height: 70px;}
.gnbli{float: left;margin-left: 80px;position: relative;}
.gnbli>a{color: #333333;font-size: 16px;font-weight: 500;}
.gnbli>a.on{color: #2475d0;}
.ab:after{content: '';position: absolute;bottom: 10px;width: 100%;display: block;border-bottom: 3px #2475d0 solid;}
.all_menu{float: right;line-height: 66px;}
.all_menu>a{background-image: url('./images/main/all_menu.png');background-repeat: no-repeat;width: 36px;height: 36px;background-position: 50% 60%;vertical-align: middle;}
.all_menu_box{position: absolute;background: #FFF;width: 100%;top: 70px;left: 0;box-sizing: border-box;padding: 40px 28px;border: 1px #dfdfdf solid;border-top: 0;z-index:100;display: none;}
.cl>li{display: inline-block;width: 18%;vertical-align: top;margin-right: 20px;}
.cl>li:last-child{margin-right: 0;}
.cl a:hover{text-decoration: underline;color: #0552a9;}
/*.all_menu>.bg{background-image: url('./x_btn.png');}*/
.a_tit{color: #333333;font-size: 16px;border-top:1px #dfdfdf solid;border-bottom: 1px #dfdfdf solid;padding: 8px 0;font-weight: 600;}
.dep01{margin-top: 13px;}
.dep01 a{color: #555555;font-size: 14px;line-height: 1.8;}
.sub_menu{position: absolute;top:70px;left:-20px;background: #FFF;width: 170px;box-sizing: border-box;border-top:0;display: none;z-index:100;}
.sub_menu>li{border-left:1px #dfdfdf solid;;border-right: 1px #dfdfdf solid;padding:10px 0;}
.sub_menu>.lastli{border-bottom: 1px #dfdfdf solid;}
.sub_menu a{/* height: 35px; */line-height: 20px;color: #555555;font-size: 14px;padding-left: 15px;display: block;}
.on{display: block;}
.sub_menu>li:hover{background: #2475d0;border-left:1px #2475d0 solid;border-right: 1px #2475d0 solid;}
.sub_menu>li:hover a{color: #FFF;}
.sub_menu>.lastli:hover{border-bottom:1px #2475d0 solid;}
.languagebox{width: 85px;border: 1px solid #bbb;border-top: none;background-color: #fff;position: absolute;top:30px;left:-9px;z-index: 12;display: none;}
.languagebox>a{color: #555;font-size: 11px;display: block;box-sizing: border-box;padding-left: 10px;font-weight: 300;}
.languagebox>a:hover{background: #2475d0;color:#FFF;}



/* @KEYFRAMES */
@keyframes boxSpin{
  0%{
    transform: translate(-10px, 0px);
  }
  25%{
    transform: translate(10px, 10px);
  }
  50%{
    transform: translate(10px, -10px);
  }
  75%{
    transform: translate(-10px, -10px);
  }
  100%{
    transform: translate(-10px, 10px);
  }
}
@keyframes shadowSpin{
  0%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
  25%{
    box-shadow: 10px 10px #39CCCC, -10px -10px #FFDC00;
  }
  50%{
    box-shadow: -10px 10px #39CCCC, 10px -10px #FFDC00;
  }
  75%{
    box-shadow: -10px -10px #39CCCC, 10px 10px #FFDC00;
  }
  100%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
}
#load {
	z-index: 9999;
  background-color: #FF4136;
  opacity: 0.75;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin: -5px auto 0 auto;
  left: 0;
  right: 0;
  border-radius: 0px;
  border: 5px solid #FF4136;
  box-shadow: 10px 0px #39CCCC, 10px 0px #01FF70;
  animation: shadowSpin 1s ease-in-out infinite;
}

/* misc */
hr {
  margin-top: 10px;
}

/* margins */
.marginbot-0{margin-bottom:0 !important;}
.marginbot-10{margin-bottom:10px !important;}
.marginbot-20{margin-bottom:20px !important;}
.marginbot-30{margin-bottom:30px !important;}
.marginbot-40{margin-bottom:40px !important;}
.marginbot-50{margin-bottom:50px !important;}

/* ===========================
--- General sections
============================ */
.home-section {
    padding-top: 110px;
    padding-bottom: 110px;
	display:block;
    position:relative;
    z-index:120;
}
.main-section-heading {margin-left:100px;padding-top:50px;}
.section-heading h2 {
	font-size: 50px;
	font-weight: normal;
}
.section-heading h2.section-heading-about {
	color: #F9F9F9;
	text-shadow:1px 1px 1px #000;
	width:630px; 
	text-align:left; 
	border-bottom:solid 3px #13B5E8;
	padding-bottom:20px;
	margin-bottom:0px;
}
.section-heading i {
	margin-bottom: 20px;
}
.service-desc h5 {
	font-size: 20px;
}
.link-more a{
	font-size: 20px;
	/* color: #08C; */
	color: #FFFFFF;
}

.link-more-services a{
	font-size: 20px;
	/* color: #08C; */
	color: #000000;
}
.link-more a:hover{
	text-decoration: underline;
}
/* --- section bg var --- */
.bg-white {
	background: #fff;
}

.bg-gray {
	background: #f8f8f8;
}


.bg-dark {
	background: #575757;
}
/* --- section color var --- */
.text-light {
	color: #fff;
}

/* ===========================
--- Intro
============================ */

.intro {
	width:100%;
	position:relative;
	padding:0px;
}
#intro.intro {
	padding:9% 0 0 0;
	/*padding-top:84px;*/
	padding-top:47px;
	height:auto;
}
.intro .slogan {
	text-align: center;
}
.intro .page-scroll {
	text-align: center;
}
.brand-heading {
    font-size: 40px;
}
.intro-text {
    font-size: 18px;
}
.intro .slogan h2 {
	color: #FFF;
	text-shadow: none;
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
	font-family: Montserrat, sans-serif;
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	text-transform: uppercase;
	border-width: 0px;
	border-color: #000;
	border-style: none;
	text-shadow: -1px 0 1px #000;
}
.intro .slogan h4{
	color: #fff;
	text-shadow: -1px 1px 1px #000;
}
/*------------------------------
  13. Quote area
--------------------------------*/

.suscribe-area {
  /*background: #2d3132 none repeat scroll 0 0;*/
  background: url('../img/bg/recruitment.jpg') no-repeat center center; 
  padding: 30px 0;
  margin-top: 40px;
  margin-bottom: 40px;
}

.suscribe-text {
  display: block;
  padding: 10px 0;
}

.suscribe-text h3 {
  color: #01568b;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.sus-btn {
  background: #01568b none repeat scroll 0 0;
  border: 2px solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-left: 0px;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 30px;
}

.sus-btn:hover {
  background: #34a7ef none repeat scroll 0 0;
  border: 2px solid #fff;
  color: #fff;
}


/* ===========================
--- About
============================ */
#about.home-section{
	/* background-color:#475A82;  */
	/* background-image: url('../img/bg/monas_3ax.png');
	background-repeat: no-repeat; 
	background-position: 100% center; 
	background-size: cover; */
	/* background: url('../img/bg/ict4.jpg') no-repeat center center; */
	background: url('../img/bg/pexels-scott-webb-532568.jpg') no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
/* .container-aboutus{background-color: rgba(34, 34, 34, 0.60); color:gray; margin-left:0px; max-width:800px;} */
.container-aboutus{background-color: #00578a; color:gray; margin-left:0px; max-width:800px;}
p.home-about-p{padding-left:75px; font-size: 18px; color:#f0f0f0; margin-left:40px; margin-right:40px; text-align:justify; margin-right:50px;}
.link-aboutus{color:rgb(133, 133, 248);} 
.boxed-grey {
	background: #FFF none repeat scroll 0% 0%;
	padding: 0px;
	border-radius: 10px;
}
.team h5 {
	margin-bottom: 10px;
}
.team p.subtitle {
	margin-bottom: 10px;
}
.avatar {
	margin-bottom: 20px;
}
.team-social {
	margin-left: 0;
	padding-left: 0;
	
}
.team-social {
	text-align: center;
}
.team-social li{
    display: inline-block;
	margin:0 !important;
	padding:0;
}
.team-social a{
	margin:0;
	padding:0;
    display: block;
	width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #3bbec0;
	color: #fff;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.team-social a i{
	text-align: center;
	margin:0;
	padding:0;
}
.team-social .social-facebook a{background: #3873ae;}
.team-social .social-twitter a{background: #62c6f8;}
.team-social .social-dribble a{background: #d74980;}
.team-social .social-deviantart a{background: #8da356;}
.team-social .social-google a{background: #000;}
.team-social .social-vimeo a{background: #51a6d3;}
.team-social .social-facebook a:hover{background: #4893ce;}
.team-social .social-twitter a:hover{background: #82e6ff;}
.team-social .social-dribble a:hover{background: #f769a0;}
.team-social .social-deviantart a:hover{background: #adc376;}
.team-social .social-google a:hover{background: #333;}
.team-social .social-vimeo a:hover{background: #71c6f3;}

/* ===========================
--- Services
============================ */
#service.home-section{
	background-color:#fff; 
	color: #666666; 
	background-image: url('../img/bg/bg-home-service.jpg'); 
	background-repeat: no-repeat; 
	background-position: 100% center; 
	background-size: cover;
}
.service-icon {
	margin-bottom: 20px;
}	

/* ===========================
--- News
=============================*/
.news_board .list li{border-top:1px solid #ebebeb;padding:20px 0;overflow:hidden;}
.news_board .list li::after{content:" ";display:block;clear:both;}
.news_board .list li>span{float:left;display:block;width:193px;height:124px;overflow:hidden;}
.news_board .list li>span img{width:100%;height:auto;}
.news_board .list li dl{float:left;margin-left:20px;text-align:left;word-break:normal}
.news_board .list li dl dt{font-size:17px;font-weight:bold;overflow:hidden;height:20px}
.news_board .list li dl dd{font-size:16px;color:black;}
.news_board .list li dl dd.desc{line-height:20px;margin:6px 0 0;height:60px;overflow:hidden;word-break:normal;}

/* ===========================
--- Contact
============================ */

#contact {
	height: 400px;
	display:inline-table;
	text-align:center;
	width:100%;
}
.widget-contact.widget-contact-home{
	height:600px;
	padding-top: 62px;	
	padding-bottom: 62px;
	border:0;
	/* background-color:#F5F5F5; */
	/* background-image: url('../img/bg/Pamflet_2015_Depan_ax.jpg'); */
	background: url('../img/bg/English1.png') no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

form#contact-form .form-group label {
	text-align: left !important;
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
}
form#contact-form input,form#contact-form select,form#contact-form textarea {
	border-radius: 0;
	border: 1px solid #eee;
	-webkit-box-shadow: none;
    box-shadow:  none;
}
form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.input-group-addon {
  background-color: #fefefe;
  border: 1px solid #eee;
  border-radius: 0;
}
.widget-contact {
	float:left;
	text-align: left;
	border: thin solid #E1E1E1;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 15px;
	background-color: #F9F9F9;
	color: black;
	width:100%;
	/* width:390px; */
	/* height:600px; */
}

.widget-contact img {
	border: 1px solid #CCC;
	padding: 3px;
	float: left;
	margin-bottom:0px;
	margin-left:0px;
}
.widget-contact-contactus {
	padding:0px;
}
.widget-contact img.office-home {
	width: 100%;
	height:auto;
}

.widget-contact img.office-contact {
	height: 240px;
}
.widget-contact h5 {
	color: black;
	font-size: 16px;
	margin-bottom: 15px;
}
.widget-contact .contact-contain {
	float:left;
}

.contact-contain-new {
	display:inline-block;
	position: relative;
	margin-top:28em;
    width: 100%;
    bottom: 0;
    text-align: center;
    color:navy;
}

/* .widget-contact-home-address{
	margin-left:10px;
	margin-right:10px;
	margin-top:100px;
	margin-bottom:10px;
	color: white;  	
} */
.contact-contain-home{margin-top:20px;}
.margin-top-58{margin-top:58px;}

.margin-left-20 {
	margin-left:20px; 
}

.margin-top-20 {
	margin-top:20px; 
}

.company-social {
	margin-left: 0;
	padding-left: 0;
	margin-top: 10px;
}
.company-social {
	text-align: left;
}

.company-social li{
    display: inline-block;
	margin:0 !important;
	padding:0;
}
.company-social a{
	margin:0;
	padding:0;
    display: block;
	width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #3bbec0;
	color: #fff;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.company-social a i{
	text-align: center;
	margin:0;
	padding:0;
}
.company-social .social-facebook a{background: #3873ae;}
.company-social .social-twitter a{background: #62c6f8;}
.company-social .social-dribble a{background: #d74980;}
.company-social .social-deviantart a{background: #8da356;}
.company-social .social-google a{background: #000;}
.company-social .social-vimeo a{background: #51a6d3;}
.company-social .social-facebook a:hover{background: #4893ce;}
.company-social .social-twitter a:hover{background: #82e6ff;}
.company-social .social-dribble a:hover{background: #f769a0;}
.company-social .social-deviantart a:hover{background: #adc376;}
.company-social .social-google a:hover{background: #333;}
.company-social .social-vimeo a:hover{background: #71c6f3;}

/* ===========================
--- Footer
============================ */

footer {
	/* background-color: #011836; */
	padding: 10px 0;
	text-align: center;
	background: url('../img/bg/footer5.jpg') repeat;
    /* -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; */
    /* opacity: 0.5; */
}

footer p {
	/* color: #EDEDED; */
	color: #FFFFFF;
	font-family:calibri,arial;
}

/* ==========================
Parallax
============================= */

#parallax1{	
	background-image: url(../img/parallax/1.jpg);
}

#parallax1:after {	
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.7;
	z-index: -1;
}


#parallax2{	
	background-image: url(../img/parallax/2.jpg);

}

#parallax2:after  {	
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.7;
	z-index: -1;
}


/* ===========================
--- Elements
============================ */

.btn {
	border-radius: 0;
    text-transform: uppercase;
    font-family: dotum,gulim,arial;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle.btn-dark {
    border: 2px solid #666;
    color: #666;
}


.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle.btn-dark :hover,
.btn-circle.btn-dark :focus {
    outline: 0;
    color: #999;
    background: #fff;
}

.btn-circle.btn-dark :hover i,
.btn-circle.btn-dark :focus i{
    color: #999;
}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}


#text {
    color: #fff;
    background: #ffcc00;
}

#map {
	height: 500px;
}

.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}


.btn-default:hover,
.btn-default:focus {
    border: 1px solid #28c3ab;
    outline: 0;
    color: #000;
    background-color: #28c3ab;
}
.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}

/* scrollup Button */
.scrollup{
    width:35px;
    height:35px;
    opacity:0.5;
    position:fixed;
    bottom:80px;
	right:20px;
    z-index:1000;
    display:none;
    background: url('../img/icons/icon_top.png') no-repeat;
}


/* HOME NEWS */
img { border: medium none; }
.news-img{border: solid lightgray thin; height: 200px; width: 100%; margin-bottom: 10px; background-size:cover;}
div.clear { clear: both; }
.container-home-news {text-align: left;font-family: calibri;height:auto; padding:62px 25px 25px 25px; height: auto; BORDER-RADIUS: 0;}
.container-home-news h2 {margin-bottom:30px;}
.load div.parent { display: none; }
#coorporatenews { display: block; font-family:calibri,arial;}
.left-news { width: 75px; display: block; float: left;}
.tanggal { color: black; font-size: 45px; line-height: 0.8; }
.bulan { font-size: 30px; line-height: 1; color: black; }
.tahun { font-size: 23px; color: black; border-top: 1px dotted; }
.mid-news { float: left; width:55%; display: block; max-height: 600px; }
.mid-news p { color: black; }
a.judul { font-size: 17px; font-weight: bold; margin-top: 15px; color: black; }
a.judul:hover { color: #AA0000; }
p.news-desc{ color: black; font-size: 14px; margin: 10px 0px 0px 0px; line-height: 1.6; text-align: justify;}
.read-news span.panah { background: transparent url("panah-biru.jpg") no-repeat scroll right top; display: block; width: 22px; height: 23px; float: right; margin-left: 13px; }
.right-news { margin-left:20px; float: left; width: 42%; padding-left: 20px; display: block; border-left: 1px solid lightgray;}
a.recent-news {font-size: 15px; padding: 10px 5px; border-bottom: 1px solid lightgray; display: block; color: black; border-radius: 2px; font-weight: bold;}
a.recent-news:hover { background: #f5f5f5 none repeat scroll 0% 0%; color: #AA0000;}
.tanggal-news { color: gray; font-size: 12px; margin-top: 3px; font-weight: normal;}
.tanggal-news span { color: gray; float: right; }
a.read-news { color: blue; }
a.read-news span.read { float: right; text-align: right; display: block; width: 290px; }
a.read-news:hover { text-decoration: underline; }
.news-index{margin-top: 20px; float: right; font-weight: bold; font-size: 15px;}

/*LAYOUT*/
.container-cont{
  margin-top:84px;
  padding-top:20px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom:40px;
  margin-right: auto;
  margin-left: auto;
  font-family:'Calibri','Arial','NG'; 
  width:100%;
  display: table;
  min-height:600px; 
  z-index:200; 
}
@media (min-width: 768px) {
  .container-cont{
    width: 100%;
  }
}
@media (min-width:1050px) {
  .container-cont {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container-cont {
    width: 100%;
  }
}
.container-cont:before,
.container-cont:after {
  display: table;
  content: " ";
}
.container-cont a{text-decoration:none;color:#666;margin:0;padding:0;display:inline-block;*display:inline;zoom:1;}
.container-cont::after{content:" ";display:block;clear:both;}
@media (max-width: 1200px) {
	.container-cont {margin-top:78px;}
}
@media (max-width: 992px) {
	.margin-top-58 {margin-top:0px;}
	.med-padding-zero{padding:0px;}
	.container.container-news,
	.container.container-galleries{padding-right:0px; padding-left:0px;}
}
@media (max-width:670px) {
	.container-cont {padding-right: 10px; padding-left: 10px; padding-bottom:10px}
}
.container-content{max-width:964px; min-height:600px; margin:0 auto;z-index:200;font-family:'Calibri','Arial','NG';margin-top:100px;padding-bottom:50px;}
.container-content::after{content:" ";display:block;clear:both;}
.container-content a{text-decoration:none;color:#666;margin:0;padding:0;display:inline-block;*display:inline;zoom:1;}
.container-content img{vertical-align:middle;margin:0;padding:0;}
.container-content ol,.container-content ul,.container-content li{list-style-type:none;/* margin:0; */padding:0}
.content{float:left;width:100%;max-width:718px;margin-left:50px;position:relative;}
.content-ict-overview{float:left;width:100%;margin-left:0px;position:relative;}
.content-wide{float:left;width:100%;max-width:964px;position:relative;}
.cont-head{text-align:center; height:100px;}
.cont-head .hg{border-bottom:solid 1px #A5A5A5; min-width:100px; width:auto; display:inline-block; height:60px;}
.clear-fix {width:100%; height:40px;}

.container-content-search{max-width:964px; min-height:400px; margin:0 auto;z-index:200;font-family:'Calibri','Arial','NG';padding-top:100px;}
.container-content-search a{text-decoration:none;color:#666;margin:0;padding:0;display:inline-block;*display:inline;zoom:1;}
.container-content-search img{vertical-align:middle;margin:0;padding:0;}
.container-content-search ol,.container-content-search ul,.container-content-search li{list-style-type:none;margin:0;padding:0}

/* SIDEBAR */
.sidebar_w{float:left;width:100%;max-width:196px;margin-top:5px;}
.dropdown.sidebar_t{display:none;}
.dropdown.sidebar_t button.btn{
	padding-top:10px;padding-bottom:10px;
	border:solid thin #ddd; 				
	border-top:0; border-left:0; border-right:0; text-align:left; 
	text-transform:capitalize; 
	width:100%; 
	font-family:calibri,arial; 
	font-size:15px; 
	font-weight:bold; 
	color:#003151;
	background-color:#fafafa;
}
.fa.fa-chevron-down.fa-sidebar_t{float:right; margin-top:3px; margin-right:9px}
.dropdown.sidebar_t > .dropdown-menu{font-size:15px; box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.176); border:solid thin #D9D9D9; border-top:0px; border-left:0; border-right:0; position:relative; margin-right:10px; width:100%; }
.dropdown.sidebar_t > .dropdown-menu a{border-bottom:solid thin #F5F5F5; padding-top:9px; padding-bottom:9px;}
.dropdown.sidebar_t > .dropdown-menu a.on{color:#969696; background-color:#fcfcfc;}
.sidebar{width:100%;max-width:196px;}
.sidebar h2{height:20px; font-size:32px; color:#00457c; letter-spacing:0px;}
.sidebar .s_dep02{border:solid thin #D9D9D9;border-radius:0px 0px 5px 5px; border-top: 5px solid #01568A; box-shadow: 0px 0px 0px rgba(0, 0, 0, .175);}
.sidebar .s_dep02 li{font-size:15px; border-bottom:solid thin #F5F5F5;}
.sidebar .s_dep02 li a{display:block;min-height:29px;line-height:24px;padding:5px 0 5px 10px;letter-spacing:0px;color:#000;}
.sidebar .s_dep02 li>a:hover{background-color: #f9f9f9}
.sidebar .s_dep02 li.hv>a:focus,
.sidebar .s_dep02 li.hv>a:hover{background:#f9f9f9 url('../img/icons/lnb_arr.png') no-repeat right 0;}
.sidebar .s_dep02 li.hv.sel>a,
.sidebar .s_dep02 li.hv.on>a{background:#f9f9f9 url('../img/icons/lnb_arr.png') no-repeat right -80px !important;color:#333;}
.sidebar .s_dep02 li.sel>a,
.sidebar .s_dep02 li.on>a{background:#f5f5f5; color:#000; font-weight:bold;}
.sidebar .s_dep02 li.on ul{display:block}
.sidebar .s_dep03{display:none;padding-bottom:8px;}
.sidebar .s_dep03 li{border:none;font-size:15px; padding-bottom:5px;}
.sidebar .s_dep03 li:first-child{border-top:1px solid #d6d6d6;padding-top:8px;}
.sidebar .s_dep03 li:last-child{border-bottom:none;}
.sidebar .s_dep03 li a{min-height:18px;line-height:21px;padding-left:20px;background:url('../img/icons/img_common.png') no-repeat 10px -66px;}
.sidebar .s_dep03 li a:hover,.sidebar .s_dep03 li.on a{background-image:none;background-color:#fff;color:#0062c3;}

/*CONTENT*/
.con_head .bcs{vertical-align:middle;font-size:13px;color:#666;} /*sitemap*/
.con_head .hg{border-bottom:1px solid #eaeaea;} /*garis title*/
.con_head .hg h3{font-size:32px; padding-top:0px;color:#242424;letter-spacing:1px;font-family:calibri,arial; margin-bottom:20px; font-weight:normal;} /*titel description <h3>*/
.con_head .hg p{font-size:13px;padding:15px 0 10px;color:#999;} /*title description <p>*/
.con_desc{font-size:18px; letter-spacing:0px;color:#00457C;margin-bottom:5px;font-weight:bold} /*sub title*/
.con_body{padding-top:5px;min-height:350px;} /*content body*/
.con_body .hg h4{font-size:28px;color:#182045;font-weight:bold;} /*content body <h4>*/
.con_body p, .con_body li{color:#333;} /*content body <p> & <li>*/
.article .tab{margin-top:27px;margin-bottom:25px}
.article h4{font-size:25px;font-weight:bold;color:#000;display:inline-block;width:100%;margin-top:10px;margin-bottom:10px;letter-spacing:0px;text-transform:capitalize;}
.article h5{font-size:18px;font-weight:bold;color:#00457c;line-height:130%;margin-top:35px}
.article h6{font-size:15px;font-weight:bold;color:#000;line-height:130%;margin-top:20px}
.article .sol_iul{margin-top:10px}
.article .wp_tbl_inst{margin-top:10px}
.article .tbl_inst .bul_list{margin-top:3px}
.article .tbl_inst tbody th{font-weight:normal}
.article .tbl_inst tbody .vt{padding-top:11px}
.article .wp_img{text-align:center !important;margin:30px 0;}
.article img{margin-top: 10px; margin-bottom: 20px; padding: 0px auto;}
.article .img_third{margin-top:10px}
.article .img_second{margin-top:10px}
.article > p{margin-top:0px; color:#000;}
.article .con-image{width:100%;}
.article .con-image img {max-width: 717px; width:100%;}
.sust_txt{color:#333; text-align: justify;}
.sus_date{color:#333; font-size:14px;}
.bul_list{margin:0px 0px 15px 17px; margin-bottom:20px}
.bul_list li{background:url(../img/icons/img_bul04.gif) no-repeat 4px 9px; padding-left:15px; margin-top:0px; font-size:16px; color:#111}
.bul_list li li{background:none;padding-left:0}
.bul_list li .btn{cursor:pointer}
.bul_list li .btn span{cursor:pointer !important}

/*Added on 2017.05.04*/
.multi .cols:first-child {
  border-bottom:1px solid #C1C0BE;
  margin-bottom:20px;
  padding-bottom:20px;
}

.cols {
  overflow:hidden;
}

.multi .cols .col:first-child {
  width:401px;
}

.multi .cols .col {
  margin-left:20px;
  width:296px;
}


.multi .cols .col .desc {
  height:226px;
  margin-top:14px;
  overflow:auto;
}

/* .multi .cols .col video {
    width: 100%;
    height: auto;
} */

.cols > .col:first-child {
  margin-left:0 !important;
}

.cols > .col {
  float:left !important;
}


.multi .cols .col .ttl {
  color:#000000;
  font-size:18px;
  font-weight:bold;
  line-height:24px;
  position:relative;
}

.mov_tit {
  display:none;
}

/* p {
  word-break:normal !important;
}

p {
  text-align:justify;
}

.con_body p, .con_body li {
  line-height:22px;
} 

dl, dt, dd, p, label, fieldset {
  border:0;
  margin:0;
  padding:0;
}*/


@media (max-width:670px) {
	.con_desc {font-size:17px;}
	.article h4{font-size:24px;}
	.sust_txt{font-size:15px; color:gray;}
}

/*HOME*/
.bg-home{background-color: rgba(34, 34, 34, 0.50);} /*background-color: rgba(195, 195, 195, 0.8); white bg*/

/*COMPANY*/
/*Profile*/
table .net_table, table .tablestyle1{ border-spacing: 0px; width: 100%; }
.net_table { font-family:calibri,arial;font-size:16px; border-top: 2px solid rgb(50, 118, 177); color:#000;}
.net_table caption { position: absolute; top: 0px; left: 0px; font-size: 15px; font-weight: 700; }
.net_table th { background: rgb(248, 248, 248) none repeat scroll 0% 0%; border-bottom: 1px solid rgb(229, 229, 229); border-left: 1px solid rgb(229, 229, 229); border-right: 1px solid rgb(229, 229, 229); padding: 7px 5px; font-weight: 500;}
.net_table td { border-bottom: 1px solid rgb(229, 229, 229); border-left: 1px solid rgb(229, 229, 229); border-right: 1px solid rgb(229, 229, 229); padding: 7px 5px; }
.dpnone { display: none ! important;}
/*Vision*/
.content-vision{text-align:center;font-family:calibri,arial;font-size:20px; font-weight:500; margin:0; padding-top:10px; color:#000; line-height:1.5; letter-spacing:0px; clear:both;}
.col-container {display: table; width: auto; margin:0px auto; }
.col-md-3-custom {padding:0px; width:160px;}
/*CEO*/
.img-ceo{margin: 0px auto; border: solid thin lightgray; width: 100%;}
.p-ceo{background-color:#F9F9F9; padding:20px; font-size:20px;}

/*GALLERIES*/
.cont-album,
.cont-album > h1,
.cont-album > div,
.cont-album > p,
.cont-album > ul{
	display: block;	
	margin: 0px auto;
	padding:0px;
}
.cont-album{margin-top:15px;}
.work{text-align:left;}
.work li{width:366px; height:180px; float:left; padding:0px; list-style-type:none; float: none; display:inline-block; }
.work li a{display:block;}
.work .boxgrid{
	background-image:none;
	background-repeat:repeat;
	background-attachment:scroll;
	background-position:0 0;
	float:left;
	/* border:solid 1px gray; */
	overflow:hidden;
	position:relative;
	/* background-color: black; */
	margin-left: 20px;
	margin-bottom: 20px;
	padding-right: 10px;
}
.boxgrid img{
	position:relative;
	top:0;
	left:0;
	width: 100%;
	height:100%;
}
.boxcaption{
	font-family:arial;
	color:#fff;
	float:left;
	position:absolute;
	background:rgba(34,34,34,.9);
	height:55%;
	width:100%;
	padding:10px;
	text-align: left;
	top:80%;
}
.boxcaption .title{
	font-family: calibri,arial; font-size: 15px; font-weight:bold; width:90%; color:#f9f9f9; text-transform:capitalize;
}
.boxcaption .subtitle{
	font-size: 10px; margin-top: 15px; float:right;
}
.captionfull .boxcaption{ left:0;text-shadow:1px;}
.boxgrid.captionfull.margin-left-0{margin-left:0;}

/*GALLERIES PHOTO*/
.con_head.background-image-visual5{background-image:url('../img/bg/visual5.gif'); background-repeat:no-repeat;}
.album-title{display:block; float:left; width:89%; font-family:calibri,arial; margin-bottom:10px; text-transform:capitalize; letter-spacing:0px; font-size:23px; text-align:left; color:#004165; line-height:1;}
.back-album{background-color:#27689E; padding:5px; font-weight:bold; width: 100px; border-radius: 3px; float: right; padding-left: 8px; border: solid thin #555;}
.back-album a{width:100%;color:white}
.back-album a:hover{color:lightgray; border-color:#0E398D;}
.back-album-2 {display:none; margin-bottom:10px; background-color:#27689E; padding:5px; text-align:center; font-weight:bold; width: 100%; border-radius: 3px; position: relative; border: solid thin #333;}
.back-album-2 a{font-size:14px; width:100%; color:white}
.back-album-2 a:hover{color:lightgray;}
.album-date{font-weight:normal;color:gray; font-size:13px; }
.gallery{height:auto;}
.image-row{display:inline-table; width:100%; text-align:center}
.image-set {text-align:center; display:inline-table}
.image-set a {width:373px;float:left;margin-right:10px;}
.image-set>a img{width:100%;float:left; margin-bottom:5px; border:solid thin lightgray; padding:5px;}
.image-set>a img:hover{border-color: black;}
.image-set>a.margin-right-0{margin-right:0px;}
@media (max-width:1200px) {
	.image-set a {width:306px;}
}

/*CAREER*/
body.body-background-career{background:url('../img/bg/recruitment.jpg') repeat-x; background-size:80%; background-color:#fdfdfd; height:auto;}
button.btn.btn-primary.btn-md.btn-career-apply{text-transform:capitalize;font-family:calibri,arial;margin-top:20px;}
.panel h4 { font-size:18px; font-weight:normal; margin:0px;}
.events .panel-heading h4{
	color:#fff;
	margin: 0px;
}
.events .panel-heading h4 {
	display:block !important;
	font-size:10px !important;
}
.events .panel-heading a, .events .panel-heading a:visited, .events .panel-heading a:hover{
margin:0px;
}
.accordion-toggle{
	background-color:#21537A;
	width:100%;
	border-left:red solid 5px;
	border-left: 5px solid #FF4D4D;
}
.accordion-toggle :hover{
	background-color:#013156;
	border-radius: 5px 5px 0px 0px;
}
.accordion-content{
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 25px;
	font-size: 15px;
	color:black;
}
.accordion-content p{
	margin-bottom: 10px;
}
.accordion-content > ul > li{
	margin-bottom:5px;
}
.accordion-content li.lis_mo_mrg{
	margin-bottom:0px;
}
.accordion-content h3{
	margin-bottom:10px;
	margin-top:10px;
	font-size:19px;
	letter-spacing:0px;
	text-transform:capitalize;
}
.accordion-content img{
	width: 700px;
}
.accordion-content .separator{
	margin-top:20px;
	margin-bottom:20px;
	width:100%;
}
.no-vacant{
	margin-left: 20px;
}
.events .accordion-inner {
	background: #fafafa;
	font-size: 12px;
	padding: 5px 10px;
	border: 1px solid #eee;
	margin-bottom: 10px;
	display: block;
}
.events .accordion-inner p{
	font-size: 13px;
}
/* Background colors */
.bblack{
	background: #222 !important;
	color: #fff !important;
	border:0px !important;
}

.blightblue{
	/*background:#034E86 !important;*/
	color: #fff !important;
	border: 0px !important;
}

.bblue{
	background:#1171a3 !important;
	color: #fff !important;	
	border: 0px !important;
}

.bgreen{
	background: #43c83c !important;
	color: #fff !important;	
	border: 0px !important;
}

.borange{
	background:#f88529 !important;
	color: #fff !important;	
	border: 0px !important;	
}

.bred{
	background: #fa3031 !important;
	color: #fff !important;	
	border: 0px !important;
}

.bviolet{
	background: #932ab6 !important;
	color: #fff !important;	
	border: 0px !important;
}
.blightblue h2,.blightblue h3, .blightblue h4, .blightblue h5, .blightblue h6,
.bblue h2,.bblue h3, .bblue h4, .bblue h5, .bblue h6,
.bgreen h2,.bgreen h3, .bgreen h4, .bgreen h5, .bgreen h6,
.bred h2,.bred h3, .bred h4, .bred h5, .bred h6,
.bviolet h2,.bviolet h3, .bviolet h4, .bviolet h5, .bviolet h6,
.borange h2,.borange h3, .borange h4, .borange h5, .borange h6{
	color: #fff !important;
}
.job_title.collapsed h4:after{font-family:fontAwesome;content:"\f078";float:right; font-size:20px;}
.job_title h4:after{font-family:fontAwesome;content:"\f077";float:right; font-size:20px;}

/*CAREER REG*/
input[type="text"],input[type="password"],input[type="email"],textarea,select{border:1px solid lightgray;outline:none;font-size:14px;color:#848688;margin:0;max-width:100%;display:block;background:#f8fafc;border-radius:2px;background:#ffffff;height:45px;min-width:200px;}
input[type="text"],input[type="password"],input[type="email"],textarea{padding:8px 9px;}
.region-content{padding-top:45px;padding-bottom:75px; color:#1E1E1E;}
.jobopportunityimg{padding-top:155px;text-shadow:1px 1px 1px rgba(0,0,0,0.5);padding-bottom:205px;color:#FFF;padding-left:20px;padding-right:20px;font-size:17px;}
.node-joboportunity .titlecontact{text-align:center;margin-bottom:10px;}
.node-joboportunity .titlecontact .txtitle{font-size:14px;color:#808285;font-family:"museo_sans700",sans-serif;text-transform:uppercase;margin-bottom:8px;}
.node-joboportunity .titlecontact .title{font-size:38px; font-weight:bold; color:#3291BD;margin-bottom:30px;}
.node-joboportunity .introtx{text-align:center;font-size:15px;margin-bottom:30px;}
.personalinfo label,.personalinfo input[type="text"]{width:100%;}
.personalinfo .headtitle,.uploadresume .title{font-size:22px;margin-bottom:20px;font-family:"museo_sans700",sans-serif; color:black;}
.personalinfo>div{margin-bottom:20px;}
.uploadresume .title{display:inline-block;margin-top:30px;}
.uploadresume .info{font-size:13px;font-style:italic;}
.custom-file-upload-hidden{display:none;visibility:hidden;position:absolute;left:-9999px;}
.custom-file-upload{display:block;width:auto;font-size:16px;margin-top:0;/////////////////////////border:1px solid #ccc;label{display:block;margin-bottom:5px;}}
.custom-file-upload input[type="text"]{width:50%;margin-right:2%;}
.custom-file-upload>div>button,.submitdata input[type="submit"],.submitdata button,a.greenbtn{padding:12px 20px;text-transform:capitalize;background:#3186AE;font-size:15px;border:none;border-bottom:5px solid #2475A8;color:#ffffff;outline:none;text-transform:capitalize;line-height:1;}
.custom-file-upload>div>button:hover,.submitdata input[type="submit"]:hover,.submitdata button:hover{background:#2475A8;border-bottom:5px solid #3186AE;}
.file-upload-wrapper{position:relative;margin-bottom:5px;width:100%;display:inline-block;}
.file-upload-input{width:$file-upload-size;color:#fff;font-size:16px;padding:11px 17px;border:none;background-color:$file-upload-color;@include transition(all 0.2s ease-in);float:left;&:hover,&:focus{background-color:darken($file-upload-color,5);outline:none;}}
.file-upload-button{cursor:pointer;display:inline-block;color:#fff;font-size:16px;text-transform:uppercase;padding:11px 20px;border:none;margin-left:-1px;background-color:darken($file-upload-color,10);float:left;@include transition(all 0.2s ease-in);&:hover{background-color:darken($file-upload-color,20);}}
.container.container-career{border:solid thin lightgray; border-radius: 5px; background-color: #fefefe; max-width:1150px}
.custom-file-upload > input{width:100%;}
@media(min-width:300px) {
	.node-joboportunity .titlecontact .title{font-size:30px;}
}

/*CONTACT*/
.container-cont.padding-zero.padding-bottom-20{min-height:300px;}
.container-cont.margin-top-zero{padding-left:15px; padding-right:15px;}
.gmap{width:100%; min-height:400px; border:0}
h2.h2-contactus{text-transform:uppercase;font-weight:normal; font-size:35px;}
img.icon-contactus{width:21px; border:none;margin-bottom:0px;}

/*CSR*/
.board_bd{ font: 14px/1 "Lucida Sans Unicode","Arial","NG"; color: rgb(68, 68, 68); }
.board_bd .list { border-style: solid; border-color: rgb(87, 87, 87); -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; border-image: none; border-width: 1px 0px; }
.board_bd .list li { border-top: 1px solid rgb(235, 235, 235); padding: 20px 0px; overflow: hidden; }
.board_bd .list li::after { content: " "; display: block; clear: both; }
.board_bd .list li:first-child { border-top-width: 0px; }
.board_bd .list li > span { float: left; display: block; width: 193px; height: 126px; overflow: hidden; }
.board_bd .list li > span img { width: 100%; height: auto; }
.board_bd .list li dl { float: left; margin-left: 20px; max-width: 500px; text-align: left; word-break: normal; }
.board_bd .list li dl dt { font-size: 16px; font-weight: bold; width: 100%; overflow: hidden; height: 45px; }
.board_bd .list li dl dt a { color: black; }
.board_bd .list li dl dt a:hover { color: rgb(0, 98, 195); }
.board_bd .list li dl dt a:visited { color: rgb(136, 136, 136); }
.board_bd .list li dl dd.desc { line-height: 20px; margin: 6px 0px 0px; height: 60px; overflow: hidden; font-size: 13px; word-break: normal; }
.board_bd .list li dl dd.info { font-size: 12px; }
.board_bd  a { text-decoration: none; color: rgb(102, 102, 102); margin: 0px; padding: 0px; display: inline-block; }
.board_bd .list li dl p{font-size: 12px;}
.board_bd  a:hover, a:focus { text-decoration: underline; color: rgb(0, 98, 195); }
.board_bd  img { vertical-align: middle; margin: 0px; padding: 0px; width:100%;}
.board_bd  ol, .board_bd ul, .board_bd li { list-style-type: none; margin: 0px; padding: 0px; }
.board_bd  dl, .board_bd dt, .board_bd dd, .board_bd p, .board_bd label, .board_bd fieldset { border: 0px none; margin: 0px; padding: 0px; }
li.pr-sidebar-heading{padding:10px;font-size:17px;background-color:lightgray;color:black;}
li.pr-sidebar-content{padding:10px;padding-top:0px;color:black}
.pr-sidebar-back{color:#0059bd; font-size:15px}

/*CSR CONTAINT*/
#viewListLayout {font: 14px/1 "Lucida Sans Unicode","Arial","NG"; color: rgb(68, 68, 68); padding-top:20px; display:inline-table;}
#viewListLayout a { text-decoration: none; color: rgb(102, 102, 102); margin: 0px; padding: 0px; display: inline-block;}
#viewListLayout a:hover, a:focus { text-decoration: underline; color: rgb(0, 98, 195);}
#viewListLayout img { vertical-align: middle; margin: 0px; padding: 0px;}
.flt > li { float: left;}
.flt > li:first-child { margin-left: 0px ! important;}
.flt > li:last-child { padding-right: 0px ! important;}
.btm_list { margin-top: 50px; padding: 20px 0px; border: 0px solid rgb(193, 192, 190); list-style:none; height:auto; margin-top:0px; padding-top:20px;}
.btm_list li { width: 130px; margin-right: 11px;}
.btm_list li > p { font-size:12px; height: 86px; overflow: hidden; }
.btm_list li > p img { width:100%; height: auto;}
.btm_list li > div { font-size:12px;}
.btm_list li .ttl {margin-top:12px; line-height: 16px; height: 34px; overflow: hidden; text-align: left; font-size:13px;}
.btm_list li .desc { display:none;}
.btm_list li .info { margin-top:10px; font-size:11px}
.content-up {
	height: 30px;
}
.underline, a {
    color: #CD1B18;
}
#article.news-content{
		padding-top:90px;
}
#article.news-content::after {
    content: " ";
    margin: 1em 0px;
    padding: 0.8em 1em;
    display: block;
    clear: both;
}
.clear-page {
	margin: 1em 0px;
    padding: 0.8em 1em;
}
.btm_list>li.margin-right-0{margin-right:0px;}

/*NEWS*/
.content-up {
	height: 30px;
}
.underline, a {
    color: #CD1B18;
}
#article.news-content::after {
    content: " ";
    margin: 1em 0px;
    padding: 0.8em 1em;
    display: block;
    clear: both;
}
.clear-page{
	margin: 1em 0px;
    padding: 0.8em 1em;
}
.no-padding{
    padding: 0px;
}
.blog-thumb {
    float:left;
    position: relative;
    overflow: hidden;
}
.blog-thumb img {
    max-width: none;
    width: 100%;
}
.blog-thumb .fa-caret-up {
    bottom: 0;
    color: #FFF;
    font-size: 63px;
    left: 50%;
    line-height: 19px;
    margin-left: -11px;
    position: absolute;
}
.blog-thumb .fa-caret-down {
    top: 0;
    color: #FFF;
    font-size: 63px;
    left: 50%;
    line-height: 16px;
    margin-left: -11px;
    position: absolute;
}
.blog-thumb-detail {
    float:left;
    position: relative;
    overflow: hidden;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
	max-width:350px;
	width: 100%;
	margin-top: 10px;
	border:solid thin black;
}
.blog-thumb-detail img {
	width:100%;
}
.blog-thumb-detail .fa-caret-up {
    bottom: 0;
    color: #FFF;
    font-size: 63px;
    left: 50%;
    line-height: 19px;
    margin-left: -11px;
    position: absolute;
}
.blog-thumb-detail .fa-caret-down {
    top: 0;
    color: #FFF;
    font-size: 63px;
    left: 50%;
    line-height: 16px;
    margin-left: -11px;
    position: absolute;
}
.blog-content {
    padding: 30px 27px;
}
.blog-content ul{
	margin-top: 0px;
	margin-bottom: 10px;
	list-style: outside none none;	
}
.blog-content a.read-more{
	margin: 1em 0px;
	padding: 5px 10px;
	background: #3884C3 none repeat scroll 0% 0%;
	color: #FFF;
	border-radius: 0.25em;
	display: inline-block;
}
.blog-content a:hover.read-more{
	background: #098BF6 none repeat scroll 0% 0%;
	color: #FFF;
	text-decoration: none;
	outline: none;
}
.blog-content h3,.blog-content h3 a {
    color: #404040;
    padding-bottom: 0px;
    margin-bottom: 5px;
	font-weight: normal;
	font-size: 24px;
}
.blog-content h3.right{
	text-align:justify;
}
.blog-content h3.left{
	text-align:justify;	
}
.blog-content p {
    margin-bottom: 0;
    text-align: justify;
	font-size:15px;
}
.blog-content>ul.blog-meta>li{margin-right:10px;}
.blog-meta {
    border-bottom: 1px solid #c6c6c6;
    border-top: 1px solid #c6c6c6;
}
.blog-meta li {
    float: left;
    margin: 0px 0;
    padding: 0 0px;
    font-family:"Lucida Sans Unicode",arial;;
    font-size: 12px;
    line-height: 33px;
}
.blog-meta li:first-child {
    padding-left: 0;
    border-left: 0;
}
.blog-meta li:last-child {
    padding-right: 0;
}
.blog-meta li a {
    color: #404040;
}
.blog-meta li i {
    float: left;
    color: #7F7F7F;
    font-size: 18px;
    line-height: 31px;
    padding: 0 5px 0 0;
}
.blog-meta li i.icon-calendar {
    font-size: 18px;
    position: relative;
    top: -2px;
}
.blog-meta li a:hover,.blog-meta li a:hover i {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.blog-meta-detail {
    height: 3em;
    margin-bottom: 20px;
	font-family:calibri, arial;
	padding-left: 0px; font-family:calibri;
}
.blog-meta-detail li {
    float: left;
    margin: 8px 0;
    padding: 0 11px;
    font-family:"Lucida Sans Unicode",calibri,arial;
    font-size: 12px;
    line-height: 33px;
}
.blog-meta-detail li:first-child {
    padding-left: 0;
    border-left: 0;
}
.blog-meta-detail li:last-child {
    padding-right: 0;
}
.blog-meta-detail li a {
    color: #404040;
}
.blog-meta-detail li i {
    float: left;
    color: #7F7F7F;
    font-size: 24px;
    line-height: 31px;
    padding: 0 10px 0 0;
}
.blog-timeline {
    position: relative;
    padding: 0 0 40px;
}
.blog-timeline .line {
    position: absolute;
    left: 50%;
    top: 0;
    border-right: 1px solid #9B8D8E;
    margin-left: -.5px;
    height: 100%;
}
.blog-post-timeline {
    padding: 30px 0 0px;
}
.blog-post-timeline .blog-content h3 {
    padding-bottom: 0px;
}
.blog-timeline-icon {
    float: left;
    width: 8%;
    text-align: center;
    position: relative;
}
.blog-timeline-icon i {
    width: 48px;
    height: 48px;
    background: #F3F3F3;
    color: #727272;
    font-size: 16px;
    border-radius: 100%;
    line-height: 40px;
    border: 4px solid #fff;
}
/*==== Blog Timeline Right Thumbnail ====*/
.blog-post-timeline.right-thumb .blog-thumb {
    float: right;
    width: 46%;
}
.blog-post-timeline.right-thumb .blog-content {
    float: left;
    padding: 0;
    width: 46%;
    text-align: right;
}
.blog-post-timeline.right-thumb .blog-content .blog-meta {
    float: right;
    border: 0;
    margin-right: -20px;
}
.blog-post-timeline.right-thumb .blog-content p {
    text-align: justify;
}
/*================ Blog Timeline left Thumbnail ==================*/
.blog-post-timeline.left-thumb .blog-thumb {
    float: left;
    width: 46%;
}
.blog-post-timeline.left-thumb .blog-content {
    float: right;
    padding: 0;
    width: 46%;
    text-align: left;
}
.blog-post-timeline.left-thumb .blog-content .blog-meta {
    margin-left: 0px;
    float: left;
    border: 0;
}
.blog-post-timeline.left-thumb .blog-content p {
	text-align: justify;
}
/*Detail News*/
p.p-news-content{text-align: justify; line-height: 1.5;}
h3.h3-news-bottom{border-bottom:solid thin black;margin-bottom:0px; padding-bottom:15px; text-transform:capitalize}
/*Bottom News*/
.fltn > li { float: left;}
.fltn > li:first-child { margin-left: 25px ! important;}
.fltn > li:last-child { padding-right: 0px ! important;}
.btm_list_news { margin-top: 0px; padding: 0px; border: 0px solid rgb(193, 192, 190); }
.btm_list_news li { width: 132px; margin-left: 25px; list-style: none;}
.btm_list_news li > p { font-size:12px; height: 86px; overflow: hidden; }
.btm_list_news li > p img { width:100%; height: auto;}
.btm_list_news li > div { font-size:12px;}
.btm_list_news li .ttl { margin-top:12px; line-height: 16px; height: 34px; overflow: hidden; text-align: left; }
.btm_list_news li .desc { display:none;}
.btm_list_news li .info { margin-top:10px;}

/*PANEL ANNOUNCEMENT*/
.panel-desc{
	cursor:normal;
	margin-top:114px; 
	position:absolute; 
	right:0px;
	z-index:1000;
}
.caption-content{
	width:350px;
	min-height:50px;
	background-color: #fff;
	float:right;
	border:solid thin #D9D9D9;
	box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
	border-radius: 0 0 8px 8px;
	display:none;
}
.acc-head{
	font-family:'lucida sans',calibri,arial;
	font-size:14px; 
	text-align:center; 
	background-color:#fbfbfb; 
	padding-top:10px; 
	padding-bottom:10px; 
	border-bottom: solid thin lightgray; 
	font-weight:bold;
}
.acc-desc{
	min-height:50px;
	padding:0 15px 0 15px;
	font-family:"Lucida Sans Unicode",arial;
	border-bottom:solid thin #D9D9D9;
}
.acc-desc.acc-desc-last{
	border:none;
}
.acc-label{
	padding:15px 5px;
	text-align:left;
	font-size:13px;
	font-weight:normal;
	color:#262626;
}
.acc-label a {color:black;}
.acc-label a:hover{
	color: #146EA7;
}
.acc-label  a:active{
	color:#000;
}
.acc-date {
	text-align:right;font-size:11px; padding-bottom:20px; color:gray;
}
.acc-content{
	text-align:right;
	font-size:12px; 
	color:#FFF;
	padding-bottom:5px;
}
.acc-content a{
	color:#fff !important;
}
.acc-tag {
	margin-left:0px;
	background-color:#f2f2f2;
	color:black;
	padding:2px;
	display:inline-table;
	float:left;
	margin-left:4px;
}
.caption-panel{
	cursor:pointer;
	height:142px;
	width:22px;
	float:right;
	background:#C00001;
	font-size:10px;
	color:#FFF;
	background:url('../img/icons/announcement-icons.png') no-repeat;
	position:relative;
	z-index:1000;
	margin-top:50px;
}
.caption-panel div{
	color:#000;
	padding-top:90px;
}
.caption-panel a {
	color:#FFF;
}
.white-panel{
	height:177px;
	width:22px;
	float:right;
	font-size:10px;
	background:url('../img/icons/announcement-icons.png') no-repeat;
	position:relative;
	z-index:1000;
	margin-top:1px;
	display:none;
}
.white-panel div{
	color:#CC0001;
	padding-top:130px;
}
.white-panel a {
	color:#CC0001;	
}
.panel-tags{
	text-decoration:none;
	color:black;
}
.close-panel {
	margin:1px 10px;
	float:right;
	display:none;
}
.close-panel>a>i.fa.fa-times-circle{font-size:18px; color:#ad0000;}
.close-panel>a>i.fa.fa-times-circle:hover{color:#d50000;}

/* EPROC */
.con_head.background-image-visual3{background-image:url('../img/bg/visual3.gif'); background-repeat:no-repeat; background-position:100% 0%; }
h4.article-h4-eproc{
	font-family:arial; 
	color:#242424; 
	font-size:19px; 
	margin-bottom:15px; 
	text-align:left; 
	margin-top: 10px;
	font-weight:normal;
}
tr.coba {
	text-align:center; vertical-align:middle;
}
.zebra-table {
	width: 100%;
	border-collapse: collapse;
	border:solid thin #E5E5E5;
	color:black;
	display:table;
}
.zebra-table >tbody{font-size:13px}
.zebra-table >thead{font-size:14px}
.zebra-table th,.zebra-table td {
	vertical-align: top;
	text-align: center;
	margin:0;
	text-transform: capitalize;
	padding:5px;
}
.zebra-table th {text-align:center; vertical-align:middle}
.zebra-table td {text-align:center; vertical-align:middle}
.zebra-table .coba2:hover, .zebra-table .coba:hover{
	background-color:#f9f9f9;
	color:#00339b;
}
thead{background-color:#F8F8F8; border-bottom:#E5E5E5 thin solid;}
.zebra-table tbody tr:nth-child(odd) { /* Make table like zebra */
	background:#FCFCFC
}
.fixed-th tbody { /* make it scrolled */
	overflow-y: auto;
	width: 100%;
	max-height: 300px;
}
.eproc-contact-box {border:solid thin lightgray; width:100%; background-color: #fcfcfc; color:#333; padding:10px; display:table;}
.table-eproc-2{border-bottom:solid thin #f1f1f1; width:100%; margin-top:15px; display:none;}
.table-eproc-2 tr th {padding-left:15px; width:250px; color:#333}
.table-eproc-2 tr th.table-eproc-heading {font-size:16px; padding-left:0px; color:black; padding-top:5px; padding-bottom:5px; width:100%; text-transform:capitalize}
.table-eproc-2 tr td {padding-left:10px; padding-bottom:5px;}
.table-eproc-2 tr td.table-eproc-2-download{text-align:center; padding:0px}
.table-eproc-2-download>a>button.btn.btn-primary{text-transform:capitalize}
.contact_icon>img{margin-bottom:10px}
.contact_isi{margin-bottom:20px}
.contact_isi>span{color:#222; font-weight:bold}

/*PAGINATION*/
#page-box { position: static; margin-top: 20px; margin-bottom: 15px; text-align: center;}
.page { display: none;}
.page { display: inline-block; vertical-align: top; }
#page-box > div > a img { width: auto; padding: 0px; vertical-align: top; border: 1px solid rgb(214, 214, 214); }
.page a, .page strong, .page strong span { display: inline-block; font-weight: normal; width: 34px; height: 34px; line-height: 34px; }
#page-box .next {  }
.page a, .page strong { font-size: 12px; line-height: 34px; vertical-align: top; border: 1px solid rgb(214, 214, 214); background: rgb(255, 255, 255) none repeat scroll 0% 0%; }
.page strong { color: rgb(255, 255, 255); border: 1px solid rgb(36, 117, 208); background: rgb(36, 117, 208) none repeat scroll 0% 0%; }
.page strong span { color: rgb(255, 255, 255); }
#page-box > div > a:hover img, #page-box > div > a:focus img, .page a:hover, .page a:focus { border: 1px solid rgb(36, 117, 208); }
#page-box > div > a:hover img, #page-box > div > a:focus img, .page a:hover, .page a:focus { border: 1px solid rgb(36, 117, 208); }
.container-paging{text-align:center; width:100%; float:left; height:auto;}

/*PROPERTIES*/
.center {text-align:center !important;}
/*Padding*/
.padding-zero {padding:0px !important;}
.padding-top-zero {padding-top:0px !important;}
.padding-bottom-20 {padding-bottom:20px !important;}
.padding-left-0 {padding-left:0px !important;}
/*Margin*/
.margin-top-zero {margin-top:0px !important;}
.margin-top-20 {margin-top:20px !important;}
.margin-right-0{margin-right:0px !important;}
.margin-bottom-10{margin-bottom:10px !important;}
.margin-bottom-20{margin-bottom:20px !important;}
.margin-left-0{margin-left:0 !important;}
/*Text*/
.text-align-center {text-align:center !important;}
.text-align-left {text-align:left !important;}
.text-transform-lowercase{text-transform:lowercase !important;}
.text-transform-uppercase{text-transform:uppercase !important;}
.text-transform-capitalize{text-transform:capitalize !important;}
/*Font*/
.font-weight-bold{font-weight:bold !important;}
/*Others*/
.float-left{float:left !important;}

/* Search Area */
.search_area {display:none; position:fixed; top:100px; left:0px; width:100%; height:120px; border:1px solid #e3e3e3; background:#fff; z-index:1010; text-align:center;}
.btn_search {display:inline-block; position:absolute; top:18px; right:20px; width:54px; /* border: 1px solid #e3e3e3; */}
.btn_search img{display:block; margin:0 auto;}
.btn_search.search_open {display:inline-block;}
.search_con {display:inline-block; position:relative; margin-top:30px; margin-left:14px; height:60px; width:68%; border:2px solid #999; background:#fff; z-index:1010;}
.search_con .search-box {position:absolute; top:0px; left:0px; height:56px; line-height:28px; margin:0 3%; width:92%; border:0px; z-index:1011;}
.search_area .search-btn {position:relative; margin-top:30px; width:60px;*position:absolute; *top:30px; *right:14px; *margin-top:0px;}
.search_area .btn_search.search_close {position:absolute; top:0px; right:0px; width:32px;}

/* MEDIA QUERIES */
@media (max-width:1200px) {
	.dropdown:hover {
		border-bottom: none;
	}
	.navbar-custom .nav li a:hover {
		border-bottom: none;
		background-color:#f0f0f0;
	}
	.navbar-custom .nav li.active {
		background-color:#e5e5e5;
		border-bottom: none;
		font-weight:bold;
	}
	.navbar-custom .nav.navbar-nav {
		border-top:lightgray solid thin;
	}
	.navbar-brand img{
		display: block;
    	margin: 0 auto;
	}
	.panel-desc{margin-top:76px;}
	#intro.intro {
		padding-top:77px;
	}
	.widget-contact-home {
		margin-top:20px;
	}
	.widget-contact img.office-home {
		width: 330px;
	}
	.contact-contain-home {margin-top:0px; margin-left:20px;}
	.contact-contain-contactus {margin-top:0px;}	
	.margin-top-20 {
		margin-top:0px;
		margin-left:20px;
	}
	.news-img {
		height: 200px;
	}
	.work li{width:300px; height:150px;}
}
@media (max-width:992px) {
	.sidebar_w {display:none;}
	.dropdown.sidebar_t{display:inline}
	.container-content{margin-top:78px;}
	.sidebar h2 {display:none}
	#content.content{margin-top:0px;}
	#content>.con_head .hg h3{padding-top:20px;}
	.sidebar{width:100%;max-width:100%; padding:0px 10px 0px 10px;}
	.sidebar h2{height:5px;font-size:25px; color:#00457c; text-align:center;}
	.content{max-width:100%; margin-top:20px; margin-left:0px; padding:0px 10px 0px 10px}
	.con_desc {font-weight:bold; line-height:1.5; font-size:17px; color:#01255A;}
	.sust_txt {line-height:1.5;}
	.board_bd .list li dl {width:100%;}
	/*Galleries Album*/
	.work li {width:31.7%; height:auto;}
	/*Galleries Photo*/
	.back-album {display:none;}
	.back-album-2 {display:inline-table;}
	.album-title{text-align:center;width:100%}
	.image-set a {width:32.5%;}
}
@media (max-width:875px) {
	/*Galleries Album*/
	.work li {width:31.5%; height:auto;}
	/*Galleries Photo*/
	.image-set a {width:32.4%;}
}
@media (max-width:789px) {
	.service-desc p {margin-bottom:0px;}
	.margin-bottom-media-to-30 {margin-bottom:30px;}
	.heading-contact-sub{font-weight:normal; font-size:23px; margin-bottom:25px;}
	.mid-news {
		width:100%;
	}
	.news-img {
		height: 300px;
	}
	.right-news {
		width:100%;
		margin-top:20px;
		margin-left:0px;
		padding:0px;
		border:none;
		border-top: solid 3px lightgray;
		padding-top:10px;
	}
	.coorporatenews {border: none;}
	.padding-zero{padding:0px;}
	.accordion-content img{width: 100%;}
	/*Galleries Album*/
	.work li {width:31.199999%; height:auto;}
	/*Galleries Photo*/
	.image-set a {width:32.3%;}
}
@media (max-width:768px) {	
	.team.boxed-grey {
		margin-bottom: 30px;
	}
	.boxed-grey {
		margin-bottom: 30px;
	}
	footer p {
		font-size: 12px;
	}
	.widget-contact-home {
		margin-top:0px;
	}
	.board_bd .list li dl {max-width:720px; margin-left:0px; padding-top:10px;}
	.board_bd  img {margin-bottom:20px; width:100%;}
	/*Eproc*/
	.table-eproc-2{display:block}
	.table-eproc-2.top{padding-top:15px;}
	h4.article-h4-eproc{margin-bottom:0px; font-size:19px; text-align:center;}
	.zebra-table{display:none}
	.eproc-contact-box{text-align:center;}
	/*Galleries Album*/
	.work li {width:31%; height:auto;}
	/*Galleries Photo*/
	.image-set a {width:32.2%;}
}
@media (max-width:670px) {
	#about.home-section{padding-top:0px;padding-bottom:0px;background-color:#475A82;}
	#service.home-section{padding-top:40px;padding-bottom:0px;background-color:#F9F9F9;background-image:none}
	.main-section-heading {margin-left:0px;padding-top:50px;}
	.section-heading h2{color:#222; font-size:27px;}
	.section-heading h2.aboutus{width:630px;text-align:left;border-bottom:solid 3px #13B5E8}
	p.home-about-p{padding-left:0px; font-size:15px; margin-left:15px; margin-right:15px; text-align:justify;}
	.service-desc h5{margin-bottom:5px; font-size:16px; word-spacing:0;}
	.service-desc p{font-size:14px;}
	.link-more.link-more-service{margin-top:8px;padding-bottom:30px;border-bottom:solid thin #e8e8e8;}
	.link-more.link-more-service.link-more-last{border:0;}
	.link-more.link-more-service a{font-size:18px;}
	#contact{padding-top:0px; padding-bottom:0px;}
	.media-home-padding-left-right{padding-left:0px; padding-right:0px;}
	.container-home-news{padding-top:40px; padding-left:10px; padding-right:10px; border:0px;}
	.container-home-news h2{color:#222; margin-bottom:30px; text-align:center; font-size: 26px; letter-spacing: 1px; font-weight:normal; }
	a.judul {font-size:16px}
	p.news-desc{font-size:13px;}
	a.recent-news {font-size: 14px;}
	.widget-contact-home{border:0;padding-top:40px;padding-left:10px;padding-right:10px;padding-bottom:60px;}
	.widget-contact-home h2{color:#222; text-align:center; font-size:26px; letter-spacing: 1px; font-weight:normal; text-transform:uppercase;}	
	.widget-contact {padding:40px 15px 15px 15px;}
	.widget-contact.widget-contact-home {
		padding-top: 40px;
		padding-bottom: 62px;
	}
	.widget-contact img.office-home {
		width: 100%;
	}
	.contact-contain-home {margin-top:20px; margin-left:0px;}
	.section-heading h2.section-heading-about {border-bottom:2px solid #C9C9C9; width:100%; text-align:center;}
	
	.con_head .hg h3 {text-align:center; font-size:23px; font-weight:500;}
	.con_body {padding-top: 5px;}
	.article h4 {font-size:20px;}
	.con_desc {font-size:16px; font-weight:bold; color:darkblue}
	
	.work .boxgrid {margin-bottom:10px;}
	
	.blog-post-timeline{border-bottom:solid thin #e5e5e5; margin-bottom:10px; text-align:left}
	.blog-content a.read-more {margin-top:5px;}
	.blog-content h3{margin-bottom:0;}
	.fa-calendar {display:none;}
	.blog-post-timeline.right-thumb .blog-content .blog-meta {float:left; padding-left:0px;}

	.panel h4 {font-size:16px;padding-top:5px;}
	
	.panel-desc{width:100%;}
	.caption-content{width:100%;}
	.accordion-content h3{font-size:17px;}
	.white-panel{display:none}
	.caption-panel{
		background:url('../img/icons/announcement-icon.png') no-repeat; 
		background-size:100%; 
		margin:5px 3px;
		height:30px;
		width:30px;
	}
	.white-panel{
		margin:5px 3px;
		height:30px;
		width:30px;
	}
	
	.container.responsive-padding-bottom-20{padding-bottom:20px; width:100%;}
	.marginbot-50{margin-top:0px;margin-bottom:20px;}
	.margin-top-20 {
		margin-top:20px;
		margin-left:0px;
	}
	.blog-thumb img, .blog-timeline-icon, .line {display:none;}
	.blog-post-timeline.right-thumb .blog-content, .blog-post-timeline.left-thumb .blog-content{width:100%;}
	.blog-post-timeline {padding: 10px 0px 10px;}
	.blog-content h3.right, .blog-content h3.left {text-align: left; font-size:12px; text-transform:capitalize}
	.blog-content h3, .blog-content h3 a {font-size: 20px; font-family:"Lucida Sans Unicode",calibri,arial; font-weight:bold; text-transform:capitalize}
	.blog-content p{text-align: justify; line-height: 1.5;}
	.blog-content a.read-more {float:right;}
	.blog-timeline{font-family:"Lucida Sans Unicode",calibri,arial;}
	.blog-post-timeline .blog-content p {font-size:13px;}
	.read-more {font-size:13px;}
	/*Galleries Album*/
	.work li {width:30.7%; height:auto;}
	/*Galleries Photo*/
	.image-set a {width:32%;}
	.container.galleries-photos{padding-left:0px; padding-right:0px;}
	.heading-contact-sub{text-align:center; text-transform: uppercase}
	.cont-album{margin-top:10px;}
	
	footer p {font-size:13px;}
}
@media (max-width:552px) {	
	.widget-contact .contact-contain  {
		margin-left:0px; 
		margin-top: 20px;
	}		
	.widget-contact img.office-contact {
		width: 100%;
		height:auto;
	}
	/*Galleries Album*/
	.work li {width:100%;}
	.work>.boxgrid {width:100%; margin-left:0px;}
	/*Galleries Photo*/
	.image-set a {width:100%; margin-bottom:5px;}
}
@media (max-width:480px) {
	.navbar-custom .nav.navbar-nav {
		background-color: rgba(255,255,255,.4);
	}
	.navbar.navbar-custom.navbar-fixed-top {
		margin-bottom: 30px;
	}	
	.tp-banner-container {
		padding-top:40px;
	}
	.page-scroll a.btn-circle {
		width: 40px;
		height: 40px;
		margin-top: 10px;
		padding: 7px 0;
		border: 2px solid #fff;
		border-radius: 50%;
		font-size: 20px;
	}
	.scrollup{bottom:65px;}
	.news-img {
		height:150px;
	}
}
@media(min-width:300px) {
    .navbar {
    	margin-top: 30px;
        padding: 15px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
		background-color: #fff;
		border-bottom: solid lightgray thin;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
		-webkit-box-shadow: 0 2px 6px -6px gray; 
		-moz-box-shadow: 0 2px 6px -6px gray; 
		box-shadow: 0 2px 6px -6px gray;
		/*background: url('../img/bg/Header3.jpg') no-repeat center center; 
	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover;
	    background-size: cover; */
    }
    /* Class Top Nav Collapse Used for transition of header nav from big transition to small
       I turn off all the CSS of 'top-nav-collapse' on Tuesday April 25th 2017
       You can turn on again by uncomment all the CSS of 'top-nav-collapse' */
    /* .top-nav-collapse { 
        padding: 0;
        background-color: #000;
    } */
    /* .navbar-custom.top-nav-collapse {
        border-bottom: solid lightgray thin;
		box-shadow: 0 0px 0px 0px #000;
    } */	
    .intro {
        height: 100%;
        padding: 0;
    }
    .brand-heading {
        font-size: 100px;
    }
	.intro-text {
        font-size: 25px;
    }
}
/* @media all{
	.search_area {width:980px; left:50%; top:100px; margin-left:-490px;}
	.search_con {width:80%;}
	.btn_search {top:14px; width:38px; border:1px solid #e3e3e3;}
	.search_area .search-btn {position:relative; margin-top:30px; width:60px;}	
} */
@media (min-width:980px){
	.search_area {width:980px; left:50%; top:120px; margin-left:-490px;}
	.search_con {width:80%;}
	.btn_search {top:19px; /* width:38px; */ /* border:1px solid #e3e3e3; */}
	.search_area .search-btn {position:relative; margin-top:30px; width:60px;}
}
/* iPhone6 */
/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
	.navbar-collapse.in {height:100%}
	.navbar-nav > li > a {padding-top: 7px;padding-bottom: 7px;}
}

/*Family Site*/
#family-site > ul {
   	list-style-type: none;
	border: 1px solid #011836;
    position: relative;
    float:right;
	margin-top:-4%;
	padding-right: 43px;
	border-radius:5px;
}

#family-site > ul  > li {
    float: left;
    background-color: #1F4A77;
    border-radius:5px;
}
    
.family-site-sub {
   	list-style-type: none;
    padding: 0;
    margin: 0;
    border-radius:5px;
}
    
#family-site > ul  > li+li {
    border-left: 1px solid #011836;
    border-radius:5px;
}
    
.family-site-sub > li  {
    border-bottom: 1px solid #011836;
   	border-right: 1px solid #011836;
   	border-left: 1px solid #011836;
   	background-color: #1F4A77;
   	border-radius:5px;
}
    
.family-site-sub > li:first-child {
    border-top: 1px solid #011836;
    border-radius:5px;
}
    
#family-site > ul > li > a,
.family-site-sub > li > a {
    text-decoration: none;
   	white-space: nowrap;
   	display: block;
   	color: #EDEDED;
   	font-family: verdana, sans-serif;
   	font-size: .8em;
   	font-weight: bold;
   	padding: 10px 20px;
   	border-radius:5px;
}
    
#family-site > ul > li:hover > a {
   	color: #000;
   	background-color: #fff;
}
    
.family-site-sub > li:hover > a {
    color: #000;
    background-color: #fff;
}
    
/* NOTE: THIS IS WHERE THE DROP-DOWN BECOMES A DROP-UP */
.family-site-sub {
   	position: absolute;
    bottom: 100%;
    z-index: -999;
    opacity: 0;
    filter: alpha(opacity=0); /* IE older versions */
    zoom: 1;  /* IE older versions */
    border-radius:5px;
}
    
#family-site > ul > li:hover > .family-site-sub {
    z-index: 100;
    opacity: 1;
    left:0;
    right:42px;
    filter: alpha(opacity=100); /* IE older versions */
    zoom: 1;  /* IE older versions */
    border-radius:5px;
    	
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
}

/*Family Site Index*/
#family-site-index > ul {
   	list-style-type: none;
	border: 1px solid #011836;
    position: relative;
    float:right;
	margin-top:-7%;
	padding-right: 43px;
	border-radius:5px;
}
    
#family-site-index > ul  > li {
    float: left;
    background-color: #1F4A77;
    border-radius:5px;
}
    
.family-site-index-sub {
   	list-style-type: none;
    padding: 0;
    margin: 0;
    border-radius:5px;
    border-radius:5px;
}
    
#family-site-index > ul  > li+li {
    border-left: 1px solid #011836;
    border-radius:5px;
}
    
.family-site-index-sub > li  {
    border-bottom: 1px solid #011836;
   	border-right: 1px solid #011836;
   	border-left: 1px solid #011836;
   	background-color: #1F4A77;
   	border-radius:5px;
}
    
.family-site-index-sub > li:first-child {
    border-top: 1px solid #011836;
    border-radius:5px;
}
    
#family-site-index > ul > li > a,
.family-site-index-sub > li > a {
    text-decoration: none;
   	white-space: nowrap;
   	display: block;
   	color: #EDEDED;
   	font-family: verdana, sans-serif;
   	font-size: .8em;
   	font-weight: bold;
   	padding: 10px 20px;
   	border-radius:5px;
}
    
#family-site-index > ul > li:hover > a {
   	color: #000;
   	background-color: #fff;
}
    
.family-site-index-sub > li:hover > a {
    color: #000;
    background-color: #fff;
}
    
/* NOTE: THIS IS WHERE THE DROP-DOWN BECOMES A DROP-UP */
.family-site-index-sub {
   	position: absolute;
    bottom: 100%;
    z-index: -999;
    opacity: 0;
    filter: alpha(opacity=0); /* IE older versions */
    zoom: 1;  /* IE older versions */
    border-radius:5px;
}
    
#family-site-index > ul > li:hover > .family-site-index-sub {
    z-index: 100;
    opacity: 1;
    left:0;
    right:42px;
    filter: alpha(opacity=100); /* IE older versions */
    zoom: 1;  /* IE older versions */
    border-radius:5px;
    	
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

/* Change Bootstrap.min.css
   .carousel-inner > .item transition from 0.6s to 3s */
   
/* Button Search */
/* .btn_search.search_open {
    display: block;
}
.btn_search {
    top: 14px;
    width: 38px;
    border: 1px solid #e3e3e3;
}
.btn_search {
	display: block;
	position: absolute;
	float:right;
	top: 15px;
	right: 20px;
	width: 54px;
}
.btn_search img{
	display: block;
	margin-left:-50px;
		
} */	

#mask {
	width: 1366px;
	height: 1445px;
	opacity: 0.6;
	display: block;
	background: rgb(0, 0, 0) none repeat scroll 0% 0%;
	margin-left: 0px;
    position: absolute;
    z-index: 1001;
    background-color: #000;
    display: none;
    left: 0;
    top: 0px;
}

