/* Wrapper for page content to push down footer */

.container{
	padding-left:1px;
	padding-right:1px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}
.btn-default {
  color: #fff;
  background-color:#E94E1B;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #fff;
  background-color: #E94E1B;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;	
  border-color: #adadad;
}
.btn-lg
{
  padding: 20px 18px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}
a.back-to-top {
	display: none;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	background: #1E4D97 url("up-arrow.png") no-repeat center 43%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  min-height: auto;
  padding: 10px;
  line-height: 1.12857143;
  background-color: #fff;
  border: 0px;
  border-radius: 0px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.thumbnail {
  display: inline-block;
  max-width: 100%;
  min-height: auto;
  padding: 0px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.thumbnail .caption {
  padding: 2px;
  color: #333;
}
a:hover.back-to-top {
	background-color: #000;
}
@media (max-width: 768px) {
	.container{
		padding: 0;
		margin:auto;
	}
	.back-to-top { 
		display: none !important; 
	}
	.btn-lg	{
	  padding: 10px 2px;
	  font-size: 14px;
	  line-height: 1.3333333;
	  border-radius: 0;
	}
	div.product-chooser.disabled div.product-chooser-item
		{
			zoom: 1;
			filter: alpha(opacity=60);
			opacity: 0.6;
			cursor: default;
		}

		div.product-chooser div.product-chooser-item{
			padding: 0;
			border-radius: 0;
			cursor: pointer;
			position: relative;
			border: 0 transparent;
			margin-bottom: 4px;
			min-height: 165px;
			
		}
		
		div.product-chooser div.product-chooser-item.selected{
			border: 4px solid #428bca;
			background: #efefef;
			padding: 2px;
			filter: alpha(opacity=100);
			opacity: 1;
		}
		
			div.product-chooser div.product-chooser-item img{
				padding: 0;
			}
			
			div.product-chooser div.product-chooser-item span.title{
				display: block;
				margin: 0;
				font-weight: bold;
				font-size: 11px;
				color:#1E4D97
			}
			
			div.product-chooser div.product-chooser-item span.description{
				font-size: 9px;
			}
			
			div.product-chooser div.product-chooser-item input{
				position: absolute;
				left: 0;
				top: 0;
				visibility:hidden;
			}
	.img-thumbnail {
		  display: inline-block;
		  max-width: 100%;
		  min-height: auto;
		  padding: 10px;
		  line-height: 1.12857143;
		  background-color: #fff;
		  border: 0px;
		  border-radius: 0px;
		  -webkit-transition: all .2s ease-in-out;
			   -o-transition: all .2s ease-in-out;
				  transition: all .2s ease-in-out;
		width: 100%;
		}
}
.logo	{
	width: 315px;
	height: 65px;
	margin-top: 0px;
	margin-left: 2px;
}

.image-cropper {
	position: relative;
	width: 10%;
	height: 2%;
	overflow: hidden;
	left:1%;
	top: 1%;
	bottom:1%
}

.list-group-item {
  position: relative;
  display: block;
  padding: 5px 5px;
  margin-bottom: -1px;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-left: 0px transparent;
  border-right: 0px transparent;
  border-radius:0;  
}

.nav > li > a:focus, .nav > li > a:hover {
	text-decoration: none;
	background-color: transparent;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	background-color: #fff;
	border-color: transparent;
}

.list-unstyled a{
	display:block;
	padding: 0;
	list-style: none;
	font-size:11px;
	color:black;
	text-decoration:none;
  }
@media screen and (max-width: 560px) {
	.list-unstyled a{
		font-size: 10px;
	}
}
.footer__copyright {
	text-align:center;
	background-color: #1E4D97;
	border: 1px solid  #1E4D97;
	color:#fff;
	padding:10px;	
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}
.navbar-default .navbar-toggle {
  border-color: #1E4D97;
  right: 30px;
  height: 40px;
  width: 40px;
  right: auto;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ccc;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #1E4D97;
  width: 15px;
  margin: 2px;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

@media screen and (max-width: 799px) {
	.navbar {
	background-color:transparent;
	border-color:#1E4D97;
	border-top:transparent;
	border-left:transparent;
	border-right:transparent;
	box-shadow: none;
    	-moz-box-shadow: none;
    	box-shadow: none;
	}
	.breadcrumb {
	  padding: 0;
	  margin: 0;
	  list-style: none;
	  font-size:25px;
	  background:#fff;
	  color:#1656A5;
	}
	body{
		font-size: 12px;
	}
	.h3, h3, #h3{
		font-size: 13px;
	}
	.h2, h2, #h2{
		font-size: 15px;
	}
	.h1, h1, #h1{
		font-size: 28px;
	}
	
	.h4, h4, #h4{
		font-size: 16px;
		font-weight: bold;
	}
	.well {
	  padding: 0;
	  font-size:15px;
	  margin-bottom: 4px;
	  background-color: #f5f5f5;
	  border: 1px solid #e3e3e3;
	  border-radius: 0px;
	  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
			  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	}
	.well :hover{
	  text-decoration:none;
	  color: #fff;
	}
}
@media screen and (min-width: 1200px) {
	.footer__link {
		width:16.37%
	}

}
@media screen and (min-width: 1280px) {
	.footer__bottom {
		padding:20px
	}
}

.row {
	margin: 0;
}
.page-header {
  padding:15px 0 0 0;
  margin: auto;
  background:#fff;
  border:0px;

}


img.pull-left, .align-left {
    float: left;
    margin: 0;
}
header.is-active {
	background-color: white;
}
.navbar-default .navbar-brand{
	padding:0;
	margin:0;
}

.kotakabu{
	width:100%;
	margin:0;	
	padding-bottom:15px;
	background:#3BA4BC;
	color:#fff;
}
.kotakabu2{
	padding:15px;
	background:#f5f5f0;
	color: #1E4D97;
}

.kotakorange{
	margin:10px 0 0 0 ;	
	padding:0;
	background:#E94E1B;
	color:#fff;
	height:250px;
}

@media (min-width: 800px) {
	.navbar-default {
	background-color: #1E4D97;
	border: 1px solid  #1E4D97;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	height:55px;
	}
	.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
	background-color: transparent;
	}
	
	.navbar-collapse {
	padding : 0;
	text-align:center;
	}

	.navbar-default .navbar-nav > li > a:focus, 
	.navbar-default .navbar-nav > li > a:hover {
	color: #b18c8c;
	}
	.navbar-default .navbar-nav > li > a {
	color: #fff;
	}
	.navbar-nav {
    display:inline-block;
    float:none;
	}
	.carousel-inner > .item > img,
	.carousel-inner > .item > a > img {
	width: 100%;
    margin: auto;
	height:400px;
	
	}
	.breadcrumb {
	  padding: 15px 18px;
	  margin-bottom: 2px;
	  list-style: none;
	  font-weight:700;
	  background:#fff;
	  color:#1656A5;
	}
}
@media screen and (max-width: 560px) {
	.navbar-header{
		background-color: white;
		width: 100%;
	}
}
/* @media screen and (max-width: 455px) {
	.carousel-inner{
		display: none;
	}
} */
.col-sm-2 {
	width: 16.66666667%;
	position: relative;
	min-height: 1px;
	padding: 0;
}
.pbiru {
  margin: 8px 0px 0px 0px;
  color: #E94E1B; 
  font-size: 35px;
}
.pbiru2 {
  margin: 8px 0px 8px 0px;
  color: #575756; 
  font-size: 22px;
}
.pbiru3 {
  margin: 15px 0px 8px 0px;
  color: #E94E1B; 
  font-size: 18px;
}
.kotak-orange{
    margin: 10px 2px 18px 0px;
	border-bottom: 8px solid #E94E1B;	
	padding:0;
}
.kotak-orange > a:hover{
   border-bottom: 8px solid #E94E0E;
	text-decoration:none;
	padding:0;
}

.p1{
  margin-left: 10px;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
  color:#1656A5; 
}

.left-sidebar{
	padding:0 5px 0 0;
	-webkit-box-shadow:inset 1px 0 0 0 rgba(0,0,0,.01);
	box-shadow:inset 1px 0 0 0 rgba(0,0,0,.01);
}

.widget ul li a {
	background:#fff;
	color:#3030AC;
	padding:1px 5px;
	border:1px solid #ECF3E9;
}

.widget ul li a:hover {
	text-decoration:none;
	color:#fff;
	background-color: #1656A5;
}




#content {
	position:relative;
	background:#fff;
	padding:10px 0 10px 0;
	background-color:#ECF3E9;
	border:1px solid #ECF3E9;
}


.solidline {
	border-top:2px solid #1e4d97;
	margin:auto;
}
.dropdown.dropdown-lg .dropdown-menu {
    margin-top: 1px;
    padding: 6px 20px;
}
.input-group-btn .btn-group {
    display: flex !important;
}
.btn-group .btn {
    border-radius: 0;
    margin-left: -1px;
}
.btn-group .btn:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.btn-group .form-horizontal .btn[type="submit"] {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}
@media screen and (max-width:560px) {
	.form-horizontal{
		width: 100%;
	}
}
.form-group .form-control:last-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

@media screen and (min-width: 768px) {
    #adv-search {
        width: 300px;
        margin: 0 auto;
    }
    .dropdown.dropdown-lg {
        position: static !important;
    }
    .dropdown.dropdown-lg .dropdown-menu {
        min-width: 300px;
    }

	div.clear
	{
		clear: both;
	}
		div.product-chooser.disabled div.product-chooser-item
		{
			zoom: 1;
			filter: alpha(opacity=60);
			opacity: 0.6;
			cursor: default;
		}

		div.product-chooser div.product-chooser-item{
			padding: 0;
			border-radius: 0;
			cursor: pointer;
			position: relative;
			border: 0 transparent;
			margin-bottom: 10px;
			margin-left: 0;
			margin-right: 0;
			min-height: 220px;
		}
		
		div.product-chooser div.product-chooser-item.selected{
			border: 4px solid #428bca;
			background: #efefef;
			padding: 8px;
			filter: alpha(opacity=100);
			opacity: 1;
		}
		
			div.product-chooser div.product-chooser-item img{
				padding: 0;
			}
			
			div.product-chooser div.product-chooser-item span.title{
				display: block;
				margin: 0;
				font-weight: bold;
				font-size: 11px;
				color:#1E4D97
			}
			
			div.product-chooser div.product-chooser-item span.description{
				font-size: 11px;
			}
			
			div.product-chooser div.product-chooser-item input{
				position: absolute;
				left: 0;
				top: 0;
				visibility:hidden;
			}
		div.product-logo div.product-logo-item{
			padding: 0;
			border-radius: 0;
			cursor: pointer;
			position: relative;
			border: 0 transparent;
			margin-bottom: 10px;
			margin-left: 0;
			margin-right: 0;
			min-height: 80px;
		}
}
@media screen and (max-width: 560px) {
	.navbar-nav .open .dropdown-menu{
		background-color: white;
		font-size: 15px;
	}
	.navbar-nav .open .dropdown-menu>li>a{
		line-height: 30px;
		font-family: Helvetica;
		font-weight: bold;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a{
		color: #000;
		margin: 5px;
	}
}
	/* HOME PAGE OVERRIDE */
	.carousel-inner > .item > img, .carousel-inner > .item > a > img{
		height:auto;
	}
	.carousel-control{
		width:auto;
		background-image:url("<?php echo base_url() ?>assets/img/slider/cursor-left.png")!important;
		background-color:rgba(0,0,0,0);
		width: 50px;
	}
	.carousel-control{
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 90%;
	}
	.carousel-control.left{
		background-image:url("<?php echo base_url() ?>assets/img/slider/cursor-left.png")!important;
		visibility: hidden;
	}
	.carousel-control.right{
		background-image:url("<?php echo base_url() ?>assets/img/slider/cursor-right.png")!important;
		visibility: hidden;
	}
	.carousel-control:hover{
		background-color:rgba(0,0,0,0);
	}
	.home-product>center{
		width:90%;
		margin:auto;
	}
	.home-product div.btn{
	 	background:white!important; 
	 	color:#1E4D97;
		border:0;
		border-bottom:solid #1E4D97 5px;
		width: 30%;
	    height: 50px;
		font-size: 22px;
	    padding: 0;
	    padding-top:0.8%;
	}
	.home-product div.home-product-separator{
		width:5%;
	}
	@media (max-width: 800px) {
	  /* Mobile Override */
	  	.home-product div.home-product-separator{
			width:0%;
		}
		.home-product div.btn{
			width: 100%;
		}
	}
	.home-product-animate>div{
		background: #1E4D97;
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 0%;/* final size on JS */
		overflow: hidden;
		color:white;
		
	}
	.home-product-animate>div>div{
		height: 25%;
	}
	.carousel-custom-block{
		background-color: white/* #1E4D97*/;
		width: 80%;
		height: 35%;
		position: absolute;
		left: 10%;	
		bottom: -25%;
		display: block;
		overflow: auto;
		z-index: 15;
		border-bottom: 5px solid #1E4D97;
	}
	.carousel-custom-block .carousel-indicators{
		bottom: auto;
		top: 10%;
	}
	.carousel-custom-block .carousel-indicators>li{
		width: 0;
		height: 0;
		border:0;
		border-radius: 0;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 15px solid #E94E1B;/*#1e4d97;*/
		background: none;
	}
	.carousel-custom-block .carousel-indicators>li.active{
		margin:0;
		padding:0;
		border-bottom: 15px solid #1E4D97;/*#1E4D97;#3ba4bc;*/
	}
	.carousel-custom-block>div{		
		width: 100%;
		position: absolute;
		top: 27%;
		font-size: 2em;
		text-align: center;
		color:#1E4D97;
	}
	.home-job{
		height:200px;
		color:#1E4D97
	}
	.home-job div{height: 100%;}
	.home-job h1{font-size: 3em;}
	.home-job h3{font-size: 1.5em; margin-top: 10px;}
	.home-job .home-job-img{
		background: url('<?php echo base_url() ?>assets/img/home/job-background.jpg');

	}
	.download-logo img{
		margin-top:15px;
	}
	.brand-collapse{
		background: white;/*#F0F0F0;*/
	}
	.brand-collapse>.brand-items{
		overflow: hidden;
		height: 160px;
		margin:auto;
		position: relative;
	}
@media screen and (max-width: 560px) {
	.carousel-custom-block{
		position: relative;
		width: 100%;
		left: 0%;
		height: 20%;
	}
	.carousel-custom-block .carousel-indicators{
		top: 2%;
	}
	.carousel-custom-block>div{
		top: 15%;
	}
}
@media screen and (max-width: 560px) {
	.brand-collapse > .brand-items{
		height: 150px;
	}
}
/* @media screen and (max-width: 455px){
	.brand-items{
		height: 2500px;
	} */

	.brand-title{text-align: center;}
	.brand-items-collapse{
		display: block;
		background-color: white;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		width: 100%;
		height: 30px;
	}
	.home-product-v2>div{
		padding: 2px;
		height: 288px;
		color: #00AAEB;
		margin-bottom: 10px;
	}
	.home-product-v2 .block{
		background-color: #E94E1B;
		width: 100%;
		height: 100%;
		text-align: center;
		border-bottom: 6px solid #00AAEB;
	}
	.home-product-v2 a .block img{
		width: 100%;
	}
	.home-product-v2 .block .title, .home-job-v2 .title,.home-download-v2 .title{
		font-size: 1.5em;
	}
	#myCarouselText .title{font-size: 1.8em;}
	.home-product-v2 .block .title-xl{
		font-size: 2em;
	}
	.home-job-v2{
		height: 184px;
		background-image: 'assets/img/home/job.jpg';
		background-position: center;
		background-size: contain;
		padding:0 2px;
	}
	.home-job-v2 .text{
		color: #E94E1B;
		text-align: center;
		width: 40%;
		font-size: 1.3em;
	}
@media screen and (max-width: 560px) {
	.brand-items-collapse{
		height: 20px;
	}
	.home-job-v2{
		height: 45px;
		right: 40px;
	}
	.home-job-v2 .text{
		width: 80%;
		font-size: 0.86em;
		position: absolute;
		top: 50px;
		left: 60px;
	}
}
	.home-download-v2{
		height: 184px;
		
		padding:0 2px;
	}
	.home-download-v2 div{
		background-color: #1E4D97;
		width: 100%;
		height: 100%;
	}
	.home-download-v2 .text{
		color: white;
		width: 54%;
		text-align: center;
	}
	.home-download-v2 img{
	    height: 100%;
	}
	.home-download-v2 .text> img{
	    height: 20%;
	}	
	@media screen and (max-width: 560px){
	    .home-download-v2{
	        right:10px;
	    }
	    .home-download-v2 .title{
	        font-size:10px;
	    }
	    .home-download-v2 .text > img {
	        height:20px;
	    }
	    .home-download-v2 img{
	        width:100px;
	        height:150px;
	    }
	    .home-download-v2 .text{
	        width:40%;
	    }
	    .home-download-v2 div {
	        height: 150px;
	    }
	}
	.a-hover-bold a{text-decoration: none;color:inherit;}
	.a-hover-bold a:hover{font-weight: bold;}
	#myCarouselText{
		font-size: 1em;
	}
	#myCarouselText .text{
		display:none;
		width: 94%;
		margin-left: 3%;
	}
	#myCarouselText .text.active{
		display:block;
	}
	.grid{
	display: grid;
	margin: 50px;
	align-items: center;
	grid-gap: 20px;
	grid-template-columns: repeat(5,1fr);
}
/*img{
	object-fit: cover;
}*/
.grid > article{
	text-align: center;
	color: #1E4D97;
	height: 252px;
	border-bottom: 6px solid #00AAEB;  
	transition: transform;
	width: 250px;

}
.grid > article:hover{
	transform: scale(1.2);
	text-decoration: none;
}
.konten {
	height: 150px;
	text-align: center;
}
/*@media (max-width:800px){
	.grid{
		grid-template-columns: repeat(2,2fr);
		width: 100px;
		align-items: center;
	}
}*/

@media screen and (max-width: 540px){
	.grid{
		grid-template-columns: repeat(2,1fr);
		grid-gap: 10px;
		margin: 10px;
	}
	.grid > article{
		width: 100%;
		height: 240px;
	}
	.grid > article .list-teks{
		top: 27%;
		position: relative;
	}
	h2 {
		font-size: 15px;
		font-weight: bold;
	}
	p {
		font-size: 13px;
	}
}
@media screen and (min-width: 561px) and (max-width:1023px) {
	.grid{
		grid-template-columns: repeat(2,2fr);
	}
}
/* @media screen and (max-width: 455px){
	.carousel-inner{
		display: none;
	}
} */
@media screen and (max-width: 560px){
	.strong{
		font-size: 24px;
	}
}
@media screen and (max-width: 560px){
	.navbar-default .navbar-nav > li > a{
		text-align: left;
		color: white;
		font-size: 13px;
		height: 30px;
		padding-top: 5px;
		font-family: Verdana, Tahoma, sans-serif;
	}
	.nav-animation{
		display:contents;
	}
}
@media screen and (max-width: 768px){
	.navbar-default .navbar-nav > li > a {
		color: #fff;
		}
}
@media screen and (max-width: 560px){
	.img-fluid{
		width: 150px;
		height: 150px;
	}
}
@media screen and (max-width: 560px){
	address{
		font-size: 11px;
		margin-bottom: 5px;
	}
	
}
	.kotakabu2{
		height: 350px;
	}
@media screen and (max-width: 560px) {
	label{
		font-size: 15px;
		margin-left: 5px;
	}
	.form-control{
		height: 32px;
		font-size: 15px;
		width: 100%;
	}
	.form-group .control-label>a{
		font-size: 30px;
	}
	input{
		height: 50px;
		width: 100%;
	}
	.kotakabu2{
		height: 480px;
	}
	iframe{
		height: 250px;
	}
}
.about-content{
	padding: 15px;
}
.about-values img{ width: 350px; margin:auto;}
@media screen and (max-width:560px) {
	.about-content{
		font-size: 14px;
	}
	.about-values img{
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 560px){
	.btn{
	font-size: 30px;
	}
}
@media screen and (max-width: 560px){
	.media-left, .media>.pull-left{
		width: 100%;
	}
}
@media screen and (max-width: 560px){
	a > img{
		margin: 2px;
		width: 30%;
	}
}
@media screen and (max-width: 560px){
	.gallery{
		height: 180px;
	}
}
 c{
	height: 108px;
	display: block;
 }
@media screen and (max-width: 560px){
	c{
	height: 5px;
	}
	.navbar {
		position: relative;
		min-height: 55px;
		margin-bottom: 10px;
		border: 1px solid transparent;
	}
}