/*GLOBAL CSS*/
a:focus, a:hover {
    text-decoration: none;
    color: #0F60A4;
    opacity: .8;
}
body {
    font-family: 'Titillium Web', sans-serif;
}
html,body{
    min-width: 320px;
}

/* OVERRIDE */
.no_gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    background-color: transparent;    
}

/* -- SLIDE OUT MENU -- */
.slideout-menu {
  /*background: #E6E7E8;;*/
  position: fixed;
  top: 0;
  bottom: 0;
  width: 256px;
  min-height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  display: none;
}

.slideout-menu-left {
  left: 0;
}

.slideout-menu-right {
  right: 0;
}

.slideout-panel {
  position: relative;
  z-index: 1;
  will-change: transform;
  background-color: #FFF; /* A background-color is required */
  min-height: 100vh;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block !important;
}
.slideout-panel:before {
  content: '';
  display: block;
  background-color: rgba(0,0,0,0);
  transition: background-color 0.5s ease-in-out;
}

.slideout-panel-open:before {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0,0,0,.5);
  z-index: 99;
}

.slideout-menu .mobileMenu-wrapper{
    position: relative;
    min-height: 98%;
}
.slideout-menu .menu_lang .col-xs-6 {
    border-right: 1px solid gray;
}
.slideout-menu .menu_lang .col-xs-6:last-child {
    border-right: none;
}

.slideout-menu .menu_lang {
    padding: 15px;
}
.slideout-menu .menu_lang a {
    text-align: center;
    display: block;
}
.slideout-menu .search_bar {
    text-align: center;
}
.slideout-menu .custom-search-input {
    float: none;
    margin: auto;
    /*display: block;*/
    margin-top: 15px;
}
.slideout-menu .custom-search-input .input-group{
    width: 100%;
}

.slideout-menu .header{
    border-bottom: 1px solid gray;
    /*padding-bottom: 12px;*/
}
.slideout-menu .close-button {    
    font-size: 45px;
    color: gray;
    padding: 10px 20px;
    display: inline-block;
    line-height: 50px;
}
.cd-accordion-menu, .cd-accordion-menu ul{
    list-style: none;
    padding: 0;
}
.cd-accordion-menu {
    padding-bottom: 60px;
}
.cd-accordion-menu input[type=checkbox] {
    /* hide native checkbox */
    position: absolute;
    opacity: 0;
}
.cd-accordion-menu label, .cd-accordion-menu a {
    position: relative;
    display: block;
    padding: 15px 20px;
    /*background: #e6e7e8;*/
    box-shadow: inset 0 -1px #b9bbbf;
    color: #666;
    font-size: 14px;
    font-weight: normal;
}
    
.cd-accordion-menu ul {
    /* by default hide all sub menus */
    /*display: none;*/
}
 
.cd-accordion-menu input[type=checkbox]:checked + label + ul,
.cd-accordion-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
    /* use label:nth-of-type(n) to fix a bug on safari (<= 8.0.8) with multiple adjacent-sibling selectors*/
    /* show children when item is checked */
    display: block;
}
.cd-accordion-menu li.has-children a {
    padding-left: 20px;
}
.cd-accordion-menu li.has-children ul li a {
    padding-left: 40px;
}
.cd-accordion-menu li.has-children ul ul li a {
    padding-left: 60px;
}
.cd-accordion-menu li.has-children a.active, .cd-accordion-menu li.has-children a:hover, .cd-accordion-menu li.has-children a:focus, .cd-accordion-menu li.has-children a.open{
    background: #58595B;
    color: white;
}
.cd-accordion-menu span.glyphicon {
    float: right;
    margin-top: 3px;
}
.slideout-menu .social-media {
    text-align: center;
    position: relative;
    width: 100%;
    top: 0;
    background: white;
}
.slideout-menu .social_icon {
    display: inline-block;
    vertical-align: middle;    
}
.slideout-menu .icon_bg {
    border: none;
    background: none;
    padding: 0;
    margin: 0;  
}
img.icon_language {
    width: auto;
}


/* HEADER */
.header_style {
    padding: 15px;
    padding-bottom: 0;
}
.header_style .logo_style {
    margin-bottom:15px;
    width: 233px;
}
.header_style .logo_style img {
    max-width: 175px;
}

.header_style .navbar-default {
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 0px
}

.header_style .navbar-default .navbar-nav>li>a {
    color:#0F60A4;    
    padding: 15px 15px 31px 15px;
    border-bottom: 4px solid transparent;
}

.header_style .navbar-default .navbar-nav>li.active>a, .header_style .navbar-default .navbar-nav>li>a:focus, .header_style .navbar-default .navbar-nav>li>a:hover{
	border-color: #0F60A4;
	font-weight: bold;
	color: #0F60A4;
}
.header_style .lang-search-wrap{
	float: right;
	width: 350px;
}
.header_style .menu_lang {
    font-size: 12px;
    color: black;
    padding-top: 5px;
    float: left;
    width: 175px;
}
.header_style .menu_lang ul {
    float: right;
}
.header_style .menu_lang ul li {    
    border-right: 1px solid gray;
    border-radius: 0;    
    margin-top: 10px;
}
.header_style .menu_lang ul li a{
	padding: 0px 6px;	
}
.header_style .menu_lang ul li:last-child {
	border-right: none;
}
.header_style .search_bar {
    padding-top: 10px;
    margin-left: 175px;  
}

.custom-search-input {
    margin:0;
    padding: 0;
    /*clear: both;*/
    float: right;
    font-style: italic;
}
 
.custom-search-input .search-query {
    /*padding-right: 3px;
    padding-right: 4px \9;
    padding-left: 3px;
    padding-left: 4px \9;*/
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    height: 30px;
    border: 1px solid #0F60A4;
}
 
.custom-search-input .input-group-btn:last-child>.btn {
    border: 0;
    background: none;
    /** belows styles are working good */
    padding: 2px 5px;
    margin-top: 2px;
    position: absolute;
    top:0px;
    bottom: 0px;
    right: 5px;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    color:#115fa3;
}

.search-query:focus + button {
    z-index: 3;   
}

.submenu_style {
    font-size: 13px;
    background-color:#E6E7E8;
    height: 41px; 
    border-top: 2px solid #0F60A4;
    padding: 4px 0;
    margin-top: -1px;
}

.submenu_style .nav > li > a{    
    color: #666;
    min-width: 90px;
    text-align: center;;
    padding: 10px 13px;
    font-size: 12px;
}
.submenu_style .nav > li.active, .submenu_style .nav > li:hover, .submenu_style .nav > li.open{
	background-color: #58595B;
}
.submenu_style .nav .open>a, .submenu_style .nav .open>a:focus,.submenu_style  .nav .open>a:hover{
	background-color: #58595B;	
}
.submenu_style .nav > li.active > a, .submenu_style .nav > li:hover > a, .submenu_style .nav > li.open > a{
	color: white;
}
.submenu_style .menu_sub {
    position: relative;
    top: -5px; 
}
.submenu_style .tab-content{
	float: left;
    text-align: center;
    width: 950px;    
}
.submenu_style .tab-content > .tab-pane{
	visibility: hidden;
}
.submenu_style .tab-content>.active{
	display: inline-block;
	margin: 0 auto;
}
.submenu_style .tab-content>.active.jarak-kiri {
    padding-left: 234px;
    display: block;
    padding-bottom: 4px;
}
.submenu_style .dropdown-menu {
    background: #e6e7e8;
    padding: 0;
    font-size: 12px;
    border-color: #b9b9b9;
}
.submenu_style .dropdown-menu>li>a {
    padding: 7px 20px;
}
.submenu_style .dropdown-menu>li>a:focus, .submenu_style .dropdown-menu>li>a:hover {
    color: white;
    background: #58595b;
    opacity: 1;
}

.submenu_style .orange-button {
    background-color:#F38020;
    border-top: 1px solid #0F60A4; 
    border-bottom: 4px solid #EE4036;
    height: 40px;    
    padding: 10px 20px;
    color: white;
    display: inline-block;  
    float: right;  
}

/*Floating Icon*/
#socialiconsbox {
    margin: 200px 0;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.51);
}
.affix.social_media {
    /*right:19px;*/
    right: 0;
    z-index: 2;
}
.soc_fb {
    background-image: url(../img/ico-fb.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 45px;
    height: 45px;
    display: block;
    text-align: center;
    vertical-align: middle;
}
.soc_fb:hover {
    background-image: url(../img/ico-fb-h.png);
}
.soc_twitter {
    background-image: url(../img/ico-twitter.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 45px;
    height: 45px;
    display: block;
    text-align: center;
    vertical-align: middle;
}
.soc_twitter:hover {
    background-image: url(../img/ico-twitter-h.png);
}
.soc_linkedin {
    background-image: url(../img/ico-insta.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 45px;
    height: 45px;
    display: block;
    text-align: center;
    vertical-align: middle;
}
.soc_linkedin:hover {
    background-image: url(../img/ico-insta-h.png);
}
.soc_youtube {
    background-image: url(../img/ico-youtube.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 45px;
    height: 45px;
    display: block;
    text-align: center;
    vertical-align: middle;
}
.soc_youtube:hover {
    background-image: url(../img/ico-youtube-h.png);
}
.icon_bg { 
    color: #FFF;
    font-size: 1.5em;
    /*margin-right: 6px;*/
    letter-spacing: -1px;
    background-color:#E6E7E8;
    padding:5px 10px;
    border-bottom: 1px solid #6D6E70;
}
.icon_bg_bottom { 
    background-color:#E6E7E8;
    padding:5px 10px;
}

/*Content title*/
.title_capital {
    text-transform: uppercase;
}

/*Footer*/
.footer_style {
    background-color: #F1F1F1;
    padding: 25px 15px;
    margin-bottom: 20px;
}
.footer_style .phone-wrap{
    list-style: none;
    padding: 0;
    text-align: left;
}
.footer_style .phone-wrap li{
    margin-bottom: 10px;
}

.title_footer {
    font-size: 15px;
    font-weight: 600;
}
.title_footer_bold {
    font-size: 17px;
    font-weight: 700;
}
.footer_address {
    font-size: 13px;
}
.textinfo_style {
    /*font-weight: 600;*/
    color: #58595B;
    line-height: 30px;
}
.icon_box {
    background-color:#1B9BD7;
    padding: 8px;
    margin-right: 5px;
    color: #fff;
    vertical-align: middle;
}
.footer_title {
    font-weight: 600;
    font-size: 16px;
    color: #1B9BD7;
    margin-bottom: 3px;
}
.menu_footer li a {
    padding: 3px 0;
    font-size: 14px;
    /*font-weight: 600;*/
    color: #58595B;
}
.menu_footer li a:hover {
    color: #115FA3;
}
.footer_copyright {
    margin: 0px;
    padding: 10px 0;
    font-size: 12px;
    background-color: #115FA3;
    text-align: center;
    color: #fff;
}
.footer_copyright p {
    margin: 0px;
}

/* Modal Box */
/* .modal_lg {
    width: 950px; New width for large modal
} */
/*MOBILE RESPONSIVE*//*--------------------------------------------------------------------------------------------------*/
@media (max-width: 1199px) {
    .logo_style img {
        max-width: 150px;
    }
   	.header_style .lang-search-wrap{
   		width: 275px;
   	}
   	.header_style .navbar-default .navbar-nav>li>a{   		
   		padding: 15px 10px 27px 10px;
   	}   	
   	.submenu_style .tab-content{
   		width: 775px;
   	}
    
    .footer_title {
        text-align: left;
        padding-top: 10px;
    }
    .menu_footer li {
        text-align: left;
    }
    .menu_footer li a {
        /*font-size: 15px;*/
    }
    .footer_style {
        margin-bottom: 0px;
    }
}

@media (max-width: 991px){
    .container{
        width: 100%;
    }
    .affix.social_media {
        display: none;
    }

    .header_style{
        margin-bottom: 10px;
    }
    .header_style .navbar-default{
        display: none;    
    }
    .header_style .lang-search-wrap{
        display: none;
    }

	.header_style .navbar-toggle{
        display: block;
    }
    .header_style .navbar-toggle .icon-bar{
        background: gray;
        width: 30px;
    }
    .header_style .navbar-toggle .icon-bar+.icon-bar{
        margin-top: 6px;
    }

    .submenu_style{
		/*height: 2px;
	    padding: 0;
	    margin: 0;
	    margin-bottom: 5px;*/
        display: none;
	}
    .carousel-inner .active.left { left: -25%; }
	.carousel-inner .next        { left:  25%; }
	.carousel-inner .prev		 { left: -25%; }
}

@media (max-width: 768px) {    

    .logo_style img {
        max-width: 150px;
    }   
    .search_bar {
        width: 100%;
        padding: 0px;
    }
    .search_bar div {
        width: 80%;
    }
    .menu_lang ul {
        padding: 5px 10px 0;
        position: relative;
        left:-33%;
    }
    .submenu_style {
        display: none;
    }
    
    .footer_style {
        margin-bottom: 0px;
    }
    .footer_style .menu_footer{
        margin-bottom: 20px;
    }
    .carousel-inner .active.left { left: -100%; }
	.carousel-inner .next        { left:  100%; }
	.carousel-inner .prev		 { left: -100%; }
	/*.active > div { display:none; }
	.active > div:first-child { display:block; }*/
}

@media (max-width: 480px) {
    .logo_style img {
        max-width: 150px;
    }   
    .search_bar {
        width: 100%;
        padding: 0 15px;
    }
    .search_bar div {
        width: 100%;
    }
    .menu_lang ul {
        padding: 5px 10px 0;
        position: relative;
        left:-28%;
    }
    .submenu_style {
        display: none;
    }

    .footer_title {
        text-align: center;
        padding-top: 10px;
    }
    .menu_footer li {
        text-align: center;
    }
    .menu_footer li a {
        font-size: 15px;
    }
    .footer_style {
        margin-bottom: 20px;
        text-align: center;
    }
    .footer_style > .row > .col-xs-6{
        width: 100%;
    }
    .footer_style .phone-wrap{
        text-align: center;
    }
    .footer_style .phone-wrap li {
        margin: 10px auto;
        text-align: left;
        display: block;
        width: 220px;
        padding-left: 10px; 
    }
}