@import url(../../../fonts.googleapis.com/earlyaccess/notosansjapanese.css);

@font-face{
	font-family:'Raleway', sans-serif;
	src:url(../fonts/Raleway-Regular.ttf) format('truetype');
}

@font-face{
	font-family:'RalewayMedium', sans-serif;
	src:url(../fonts/Raleway-Medium.ttf) format('truetype');
}

@font-face{
	font-family:'RalewaySemi', sans-serif;
	src:url(../fonts/Raleway-SemiBold.ttf) format('truetype');
}

@font-face{
	font-family:'RalewayBold', sans-serif;
	src:url(../fonts/Raleway-Bold.ttf) format('truetype');
}

@font-face{
	font-family:'Japan';
	src:url(../fonts/hiraganatfb.ttf) format('truetype');
}

body{
	font-family:'Raleway', sans-serif;
}

.img-responsive{
	display:inline-block;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	background:#f6dd00;
}

.navbar>.container .navbar-brand{
	padding:18px 15px!important;
}

.navbar-default .navbar-nav>li>a{
	height:65px;
	padding:23px 15px;
}

.top-bar{
	width:100%;
	height:90px;
	background:#1d4286;
	float:left;
}

.top-bar .language{
	font-size:14px;
	letter-spacing:1px;
	padding:33px 15px;
	color:#FFF;
	text-transform:uppercase;
	font-family:'Montserrat', sans-serif;
}

form input[type=radio]{
	
}

form label{
    display:inline-block; 
    position:relative; 
    cursor:pointer; 
}

.image img {
    height:140px;
}

.image-data:hover .image img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */    
   -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
   filter: grayscale(100%);
   filter: gray; /* IE 6-9 */
}

.form-radio{
	display:none;
}

.form-radio + label{
	padding-left:25px;
	padding-right:15px;
}
.form-radio + label::before{
    content:""; 
    position:absolute; 
    left:0px; 
    display:inline-block; 
    width:15px; 
    height:15px; 
    background:none; 
	top:2px;
    margin-right:5px; 
    border:2px solid #ddd; 
    border-radius:50%; 
    -moz-border-radius:50%; 
    transition:0.3s; 
    -moz-transition:0.3s; 
    -webkit-transition:0.3s; 
    -khtml-transition:0.3s;
}

.form-radio:checked + label::before{
    background:#f6dd00; 
    border:2px solid #fff; 
    width:15px; 
    height:15px;
}

.top-bar .search-bar{
	text-align:right;
	padding:25px 15px;
}

.top-bar .search-bar input[type=text]{
	width:250px;
	padding:8px;
	letter-spacing:1px;
}

.top-bar .search-bar button{
	padding:8px;
	margin-left:-36px;
	background:none;
	outline:none;
	border:none;
}

.top-bar .search-bar ::-webkit-input-placeholder{
   	text-transform:uppercase;
	color:#404040;
	font-weight:600;
	padding-top:2px;
	font-size:13px;
}

header{
	width:100%;
	height:65px;
	background:#FFF;
	float:left;
}

header nav{
	width:100%;
	height:65px;
}

.navbar-default{
	background:none;
}

nav .navbar-brand{
	padding-top:10px;
}

.navbar-default .navbar-nav>li>a{
	color:#181818;
	font-weight:600;
	font-size:13px;
	letter-spacing:1px;
	text-transform:uppercase;
}

.text-japan{
	font-family: 'Japan', serif;;
}

.slide{
	width:100%;
	min-height:300px;
	float:left;
	text-align:center;
}

.flexslider{
	border:none!important;
	position:relative!important;
	margin:0!important;
}

.flexslider .slides li {
    position: relative;
}

.flex-control-nav{
	bottom:20px!important;
}

.flex-control-paging li a.flex-active{
	background:#373737!important;
}

.flex-control-paging li a{
	background:#c0c0c0!important;
}

.flex-caption {
    position: absolute;
    top:25%;
    left:50%;
    transform:translate(-50%,-50%);
}

.text-japan{
	font-family: 'Japan', serif;;
}

.slide-desc{
	font-size:18px;
}

.slide-menu{
	width:100%;
	min-height:220px;
	float:left;
	padding:30px 15px;
	text-align:center;
}

.slide-menu .title{
	padding:45px 15px;
}

.slide-menu h3{
	display:inline-block;
	font-weight:700;
}

.blue-box{
	width:100%;
	min-height:350px;
	float:left;
	background-color:#0062b2;
	background:#0062b2 url(../images/gambarmiring.png) no-repeat right center;
	background-blend-mode: soft-light;
	color:#FFF;
}

.icon-blue{
	margin-top:-22px;
	color:#FFF;
}

.blue-box .title h2{
	font-weight:600;
}

.blue-box .menu-1{
	list-style:none;
	margin:40px 0 0 0;
	padding:0;
	height:70px;
	float:left;
}

.blue-box .menu-1 li{
	float:left;
}

.blue-box .menu-1 li a{
	color:#FFF;
	display:block;
	padding:10px 20px;
	font-weight:500;
	text-decoration:none;
	text-align:left;
	font-size:16px;
}

.blue-box .menu-1 li a:hover{
	border-bottom:3px solid #f6dd00;
}

.blue-box .menu-2{
	list-style:none;
	margin:20px 0 0 0;
	padding:0;
	float:left;
}

.blue-box .menu-2 li{
	float:left;
}

.blue-box .menu-2 li a{
	color:#FFF;
	display:block;
	padding:10px 20px;
	font-weight:500;
	text-decoration:none;
	text-align:left;
	font-size:16px;
}

.blue-box .menu-2 li a:hover{
	border-bottom:3px solid #f6dd00;
}

.news-box{
	width:100%;
	min-height:500px;
	float:left;
	background:#EEE;
	padding:50px 15px;
	padding-bottom:40px;
}

.news-box .title{
	padding-bottom:30px;
}

.news-box .title h2{
	text-transform:uppercase;
	text-align:center;
	font-weight:700;
}

.box-news .box{
	width:100%;
	min-height:170px;
	float:left;
	background:#FFF;
	margin:15px 0px;
	box-shadow:1px 2px rgba(0,0,0,0.13);
}

.box-news .box .img-box{
	height:170px;
}

.box-news .box .col-sm-5{
	padding-left:0;
}

.box-news .box .desc{
	padding:35px 15px 5px 0px;
}

.box-news .box .desc h4{
	font-weight:600;
}

.box-news .box .desc span{
	font-weight:500;
}

.foot-news{
	width:100%;
	float:left;
	padding-top:40px;
}

.news-box .blue-button{
	padding:1em 5em;
	background:#0062b2;
	border:none;
	color:#FFF;
	margin-top:10px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:600;
	border-radius:5px;
}

.maps-box{
	width:100%;
	height:400px;
	background:#FFF;
	float:left;
}

.maps-box .maps{
	height:400px;
	background:url(../images/map.png) center center;
	background-size:cover;
}

.maps-box .head-office{
	height:400px;
	padding:25px 30px;
}

.maps-box .head-office h1{
	font-size:22px;
	font-weight:bold;
	text-transform:uppercase;
}

.maps-box .head-office p{
	margin-top:-10px;
	font-weight:600;
}

.head-office .foot button{
	padding:1em 5em;
	margin-top:20px;
	background:#fbcb33;
	font-weight:bold;
	border-radius:5px;
	border:none;
	box-shadow:0px 3px #dd9f18;
}

footer{
	width:100%;
	min-height:300px;
	float:left;
	background:url(../images/footer.png) center center;
	background-size:cover;
	color:#FFF;
	padding:30px 0;
}

footer ul{
	margin:0;
	padding:0;
	list-style:none;
}

footer ul li{
	padding:5px 0;
}

footer ul li a{
	color:#FFF;
	display:block;
	text-decoration:none!important;
	font-weight:500;
}

footer ul li a:hover{
	color:#FFF;
	display:block;
}

footer h4{
	font-weight:600;
	text-decoration: underline;
}

.footer-text{
	width:100%;
	min-height:70px;
	float:left;
	background:#015494;
	text-align:center;
	color:#FFF;
	padding:15px 0 5px 0;
}

.footer-text a{
	color:#FFF;
	padding:0 15px;
}

.footer-text p{
	font-weight:600;
	margin-top:10px;
	font-size:13px;
}

.product_text{
	width:100%;
	min-height:250px;
	float:left;
	padding:30px 0;
}

.breadcrumb{
	background:none;
	padding:8px 0;
}

.breadcrumb>li+li:before{
	content:">";
}

.product_text h4{
	text-transform:uppercase;
	font-weight:700;
	color:#0c3086;
	line-height:22px;
}

.product_text p{
	color:#0c3086;
	font-weight:600;
	line-height:26px;
	padding-top:10px;
}

.product_text .content{
	padding:20px 0px;
}

.product_text .content h4{
	text-transform:none;
	color:#555;
}

.x-header{
	width:100%;
	min-height:250px;
	float:left;
	background:url(../images/cloud.png) center center;
	background-size:cover;
	padding:150px 15px 50px 15px;
	color:#FFF;
}

.sidebar-menu{
	width:100%;
	min-height:100px;
	border:1px solid #BBB;
}

.sidebar-menu .title{
	width:100%;
	height:70px;
	background:#1163b0;
	text-align:center;
}

.sidebar-menu .title p{
	color:#FFF;
}

.sidebar-menu .menu{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
}

.sidebar-menu .menu li{
	padding:15px;
	border-bottom:1px solid #BBB;
	min-height:50px;
}

.sidebar-menu .menu li a{
	color:#555;
	font-weight:700;
}

.coretech{
	width:100%;
	min-height:300px;
	float:left;
	padding:30px 0;
}

.coretech h4{
	font-weight:bold;
	font-size:20px;
}

.flag-section{
	width:100%;
	min-height:300px;
	float:left;
	background:#efefef;
	padding:30px 0 50px 0;
}

.flag-section .title{
	padding-bottom:30px;
}

.flag-section h4{
	font-weight:bold;
	font-size:20px;
}

.flag-section .box-wrap .box{
	width:100%;
	min-height:360px;
	background:#FFF;
	border-radius:5px;
	padding-bottom:10px;
}

.tech-dev{
	width:100%;
	min-height:300px;
	float:left;
	background:#FFF;
	padding:40px 0;
}

.tech-dev .box{
	width:100%;
	min-height:200px;
	background:#FFF;
	margin:15px 0;
	border:1px solid #CCC;
	border-radius:3px;
}

.tech-dev .box .images{
	padding-right:0;
	text-align:right;
}

.tech-dev .box .images img{
	height:200px;
}

.box-wrap .box .title-box{
	width:100%;
	height:80px;
	background:#297fd0;
	color:#FFF;
}

.box-wrap .box .title-box h4{
	margin:0;
}

.box-wrap .box .title-box p{
	text-transform:uppercase;
}

.box-wrap .box .title-box .desc{
	padding:10px 15px 0 15px;
}

.title-box .flag{
	padding:25px 15px;
}

.box-wrap .content-box{
	width:100%;
	min-height:80px;
	padding-top:10px;
}

.box-wrap .content-box p{
	margin-top:10px;
	padding-left:40px;
	padding-right:40px;
	font-weight:600;
}

.office-box{
	width:100%;
	min-height:300px;
	background:#FFF;
	float:left;
	padding:40px 0;
}

.office-box .box{
	width:100%;
	min-height:260px;
	border:1px solid #CCC;
	margin:15px 0;
}

.office-box .box .title{
	width:100%;
	min-height:70px;
	float:left;
	color:#FFF;
	text-transform:uppercase;
	font-weight:700;
	text-align:center;
	padding:25px 40px 10px 40px;
	font-size:16px;
}

.office-box .box .title small{
	display:block;
	font-weight:normal;
	font-size:12px;
}

.office-box .box .content{
	width:100%;
	min-height:100px;
	float:left;
	padding:25px 5px;
	text-align:center;
}

.office-box .box .content p{
	padding-top:15px;
	font-weight:600;
}

.backtotop{
	padding-top:40px;
}

.corporate{
	width:100%;
	min-height:300px;
	float:left;
	background:#FFF;
	padding:50px 0;
}

.corporate .box{
	width:100%;
	min-height:320px;
	float:left;
	border:1px solid #CCC;
	margin-top:15px;
	margin-bottom:15px;
	border-radius:5px;
}

.corporate .box .title{
	width:100%;
	min-height:80px;
	float:left;
	background:#297fd1;
	text-align:center;
	text-transform:uppercase;
	color:#FFF;
	padding:30px 15px;
	font-size:18px;
	font-weight:700;
}

.corporate .box .content{
	width:100%;
	min-height:100px;
	float:left;
	padding:20px;
	text-align:center;
}

.corporate .box .content p{
	padding-top:20px;
	font-weight:600;
}

.corporate-2{
	width:100%;
	min-height:300px;
	float:left;
	background:#EEE;
	padding:50px 0;
}

.corporate-2 .box{
	width:100%;
	min-height:320px;
	float:left;
	border:1px solid #CCC;
	margin-top:15px;
	margin-bottom:15px;
	border-radius:5px;
}

.corporate-2 .box .content{
	width:100%;
	min-height:100px;
	float:left;
	padding:15px 10px;
	text-align:center;
}

.corporate-2 .box .content p{
	padding-top:20px;
	font-weight:600;
}

.corporate-2 .box .content a{
	font-weight:600;
	text-decoration: underline;
}

.corporate-2 .box .title{
	width:100%;
	min-height:80px;
	float:left;
	background:#f6dd00;
	text-align:center;
	text-transform:uppercase;
	color:#333;
	padding:15px 15px;
	font-size:18px;
	font-weight:700;
}

.env{
	position:relative;
}

.env .title{
	padding:0px 15px;
	font-weight:700;
}

.env .menu li{
	background:#FFF;
}

.environment{
	width:100%;
	min-height:300px;
	float:left;
	background:#FFF;
	padding:50px 0;
}

.environment .title, .environment .content{
	padding:0;
}

.environment .content p{
	padding-top:10px;
}

/** Time line css **/

.timeline {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    width: 100%;
}
.timeline .events-wrapper {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    display: block;
}
.timeline .events {
    background-attachment: scroll;
    background-clip: border-box;
    border-top:4px solid #939393;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    min-height: 100px;
    transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: transform;
    transition-timing-function: ease;
    z-index: 1;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.timeline .events::before {
	width: 8px;
	height: 8px;
	background: #939393;
	position: absolute;
	left: -1px;
	top: -6px;
	border-radius: 5px;
	content: '';
}
.timeline .events::after {
	width: 8px;
	height: 8px;
	background: #939393;
	position: absolute;
	right: -1px;
	top: -6px;
	border-radius: 5px;
	content: '';
}

.timeline .events a.selected::before {
    background-color: #de9601;
    border-bottom-color: #ffad01;
    border-left-color: #ffad01;
    border-right-color: #ffad01;
    border-top-color: #ffad01;
}
.timeline .events a::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #1163b0;
    border-bottom-color: #4693db;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #4693db;
    border-left-style: solid;
    border-left-width: 2px;
    border-right-color: #4693db;
    border-right-style: solid;
    border-right-width: 2px;
    border-top-color: #4693db;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-top-style: solid;
    border-top-width: 2px;
    margin-bottom: 8px;
    content: "";
    height: 16px;
    margin-left: 50%;
    display:block;
    transform: translateX(-50%);
    transition-delay: 0s, 0s;
    transition-duration: 0.3s, 0.3s;
    transition-property: background-color, border-color;
    transition-timing-function: ease, ease;
    width: 16px;
}
.timeline .events a.selected {
    /*pointer-events: none;*/
}
.timeline .events li {
	display: inline-block;
}
.timeline .events a {
    color: #383838;
    font-size: 1.3rem;
    display: block;
    text-align: center;
    transform: translateZ(0px);
    z-index: 2;
    margin-top: -10px;
}
.timeline .filling-line {
    background-color: #939393;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scaleX(0);
    transform-origin: left center 0;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease;
    width: 100%;
    z-index: 1;
}
.timeline ol, .timeline ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

/** Time Line Css End **/

@media screen and (max-width:1199px){
	header{
		min-height:100px;
	}

	.navbar-header{
		width:100%;
	}

	.navbar-brand{
		width:100%;
		text-align:center;
	}

	.navbar-brand>img{
		display:inline-block;
	}

	.navbar-right{
		margin-right:50px;
	}

	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
		color:#f6dd00;
		background:none;
	}

	.navbar>.container .navbar-brand{
		padding:18px 15px!important;
	}

	.navbar-default .navbar-nav>li>a{
		height:10px;
		padding:23px 15px;
	}

	.box-news .image{
		padding-right:0;
	}

	.box-news .desc{
		padding-left:30px!important;
		padding-right:30px!important;
		padding-top:15px!important;
	}

	.box-news .image, .box-news .desc{
		width:100%;
	}

	.box-news .img-box{
		width:100%;
		height:250px!important;
	}
}

@media screen and (max-width:1198px){
	header{
		min-height:100px;
	}

	.navbar-header{
		width:100%;
	}

	.navbar-brand{
		width:100%;
		text-align:center;
	}

	.navbar-brand>img{
		display:inline-block;
	}

	.navbar-right{
		margin-right:50px;
	}
}

@media screen and (max-width:992px){
	header{
		height:150px;
	}
	.slide-menu .image , .slide-menu .title{
		width:100%;
	}

	.slide-menu .centered{
		text-align:center!important;
	}

	.maps-box .maps{
		width:100%;
		float:left;
	}

	.maps-box .head-office{
		width:100%;
		min-height:400px;
		float:left;
	}

	.maps-box{
		height:auto;
	}
}

	.domestic_network{
		display:inline-block!important;
	}

@media screen and (max-width:767px){
	.overseas_side{
		margin-top:150px!important;
	}

	.domestic_network{
		height:auto!important;

	}

	.overseas_text{
		height:auto!important;
	}

	.top-bar{
		display:none;
	}

	.box-news .img-box{
		height:auto!important;
	}

	.ribbon{
		display:none;
	}
	
	.flex-caption{
		display:none;
	}

	header{
		height:250px;
	}

	nav{
		display:none;
	}

	.header-screen{
		padding:40px 0 0 0;
	}

	.header-screen .logo{
		text-align:center;
		margin-bottom:30px;
	}

	.header-screen .title{
		text-align:center;

	}

	.header-screen .menu{
		padding-top:30px;
	}

	.header-screen .menu .navbar-header{
		border:1px solid #dcdcdc;
		background:#fafafa;
		cursor:pointer;
		width:100%;
	}

	.header-screen .menu .navbar-toggle{
		border-left:1px solid #dcdcdc;
		padding:15px;
		margin:0;
		display:block;
	}

	.header-screen .menu .navbar-toggle .icon-bar{
		background:#cdcdcd;
		height:3px;
	}

	.header-screen .menu .menu-title{
		font-weight:600;
		font-family:'Montserat',sans-serif;
		position:relative;
		top:15px;
		left:20px;
	}

	.header-screen .navbar-collapse.in{
		position:relative;
		background:#fafafa;
		z-index:9999;
		border:1px solid #dcdcdc;
		border-top:0;
	}

	.header-screen .navbar-collapse.in a{
		color:#090909!important;
	}

	.slide-menu .title{
		padding:15px;
	}

	.blue-box .menu-1 li{
		float:none!important;
	}	

	.blue-box .menu-2 li{
		float:none!important;
	}

	.blue-box .title{
		display:none;
	}

	.blue-box .menu-1, .blue-box .menu-2{
		margin:0;
	}	

	.blue-box{
		background:#0062b2;
	}

	.backtotop{
		text-align:center!important;
		width:100%;
	}

	.backtotop img{
		width:100px;
	}

	.maps-box{
		float:none;
	}

	.maps-box .maps{
		width:100%;
		float:left;
	}

	.maps-box .head-office{
		width:100%;
		min-height:400px;
		float:left;
	}

	.foot{
		text-align:center;
	}

	footer{
		min-height:250px;
	}

	.footer-text{
	}

	footer .menu-sm{
		text-align:center;
	}

	footer .menu-sm li a{
		padding:10px 15px;
	}

	.slide-menu .title{
		text-align:left;
	}

	.slide-menu h3{
		margin:0;
	}

	.slide-menu h5{
		display:none;
	}

	.slide-menu .title{
		color:#333!important;
		text-align:center!important;
		padding:45px 15px;
	}

	.slide-menu h3{
		display:inline-block;
		font-weight:700;
	}
    
    .tableme td{
	padding:20px 20px;
	}



.breadcrumb{
	font-size:12px;
	padding:5px 0;
	
}
.product_text .content{
	padding:0px;
	margin:0px 15px;
}

.officediv{
	margin:15px 0px;
	
	}
.officenplant_text h4{
	font-size:15px;
}
.officenplant_text h5{
	font-size:12px;
}

.officediv .tab1{
		font-size:12px;
		}


}

@media (max-width:450px){
	.timeline .events .btn{
		white-space: normal;
	}

	.timeline .events ol li{
		position:relative;
		left:-25px;
	}

	.tableme td{
		padding:20px!important;
	}
}

@media (width:768px){

	.header-screen{
		display:none!important;
	}
}

@media (min-width:768px){

	.header-screen .navbar-collapse.in{
		position:absolute;
		background:#fafafa;
		z-index:9999;
		border:1px solid #dcdcdc;
		border-top:0;
	}
}

@media (min-width:769px){
	.header-screen{
		display:none!important;
	}
}

.text-japan{
	font-family: 'Japan', serif;;
}

.slide-desc{
	font-size:18px;
}

.slide-menu{
	width:100%;
	min-height:220px;
	float:left;
	padding:30px 15px;
	text-align:center;
}

.slide-menu .title{
	padding:45px 15px;
}

.slide-menu h3{
	display:inline-block;
	font-weight:700;
}

.blue-box{
	width:100%;
	min-height:350px;
	float:left;
	background-color:#0062b2;
	background:#0062b2 url(../images/gambarmiring.png) no-repeat right center;
	background-blend-mode: soft-light;
	color:#FFF;
}

.icon-blue{
	margin-top:-22px;
	color:#FFF;
}

.blue-box .title h2{
	font-weight:600;
}

.blue-box .menu-1{
	list-style:none;
	margin:40px 0 0 0;
	padding:0;
	height:70px;
	float:left;
}

.blue-box .menu-1 li{
	float:left;
}

.blue-box .menu-1 li a{
	color:#FFF;
	display:block;
	padding:10px 20px;
	font-weight:500;
	text-decoration:none;
	text-align:left;
	font-size:16px;
}

.blue-box .menu-1 li a:hover{
	border-bottom:3px solid #f6dd00;
}

.blue-box .menu-2{
	list-style:none;
	margin:20px 0 0 0;
	padding:0;
	float:left;
}

.blue-box .menu-2 li{
	float:left;
}

.blue-box .menu-2 li a{
	color:#FFF;
	display:block;
	padding:10px 20px;
	font-weight:500;
	text-decoration:none;
	text-align:left;
	font-size:16px;
}

.blue-box .menu-2 li a:hover{
	border-bottom:3px solid #f6dd00;
}

.news-box{
	width:100%;
	min-height:500px;
	float:left;
	background:#EEE;
	padding:50px 15px;
	padding-bottom:40px;
}

.news-box .title{
	padding-bottom:30px;
}

.news-box .title h2{
	text-transform:uppercase;
	text-align:center;
	font-weight:700;
}

.box-news .box{
	width:100%;
	min-height:170px;
	float:left;
	background:#FFF;
	margin:15px 0px;
	box-shadow:1px 2px rgba(0,0,0,0.13);
}

.box-news .box .img-box{
	height:170px;
}

.box-news .box .col-sm-5{
	padding-left:0;
}

.box-news .box .desc{
	padding:35px 15px 5px 0px;
}

.box-news .box .desc h4{
	font-weight:600;
}

.box-news .box .desc span{
	font-weight:500;
}

.foot-news{
	width:100%;
	float:left;
	padding-top:40px;
}

.news-box .blue-button{
	padding:1em 5em;
	background:#0062b2;
	border:none;
	color:#FFF;
	margin-top:10px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:600;
	border-radius:5px;
}

.maps-box{
	width:100%;
	height:400px;
	background:#FFF;
	float:left;
}

.maps-box .maps{
	height:400px;
	background:url(../images/map.png) center center;
	background-size:cover;
}

.maps-box .head-office{
	height:400px;
	padding:25px 30px;
}

.maps-box .head-office h1{
	font-size:22px;
	font-weight:bold;
	text-transform:uppercase;
}

.maps-box .head-office p{
	margin-top:-10px;
	font-weight:600;
}

.head-office .foot button{
	padding:1em 5em;
	margin-top:20px;
	background:#fbcb33;
	font-weight:bold;
	border-radius:5px;
	border:none;
	box-shadow:0px 3px #dd9f18;
}

footer{
	width:100%;
	min-height:300px;
	float:left;
	background:url(../images/footer.png) center center;
	background-size:cover;
	color:#FFF;
	padding:30px 0;
}

footer ul{
	margin:0;
	padding:0;
	list-style:none;
}

footer ul li{
	padding:5px 0;
}

footer ul li a{
	color:#FFF;
	display:block;
	text-decoration:none!important;
	font-weight:500;
}

footer ul li a:hover{
	color:#FFF;
	display:block;
}

footer h4{
	font-weight:600;
	text-decoration: underline;
}

.footer-text{
	width:100%;
	min-height:70px;
	float:left;
	background:#015494;
	text-align:center;
	color:#FFF;
	padding:15px 0 5px 0;
}

.footer-text a{
	color:#FFF;
	padding:0 15px;
}

.footer-text p{
	font-weight:600;
	margin-top:10px;
	font-size:13px;
}

.breadcrumb{
	background:none;
	padding:8px 0;
}

.breadcrumb>li+li:before{
	content:">";
}

.breadcrumb_container {
	display:table;
	margin:0 auto;
}

@media (max-width:500px) {
	.breadcrumb_container {
		display:block;
	}
}

.breadcrumb li a {
}

h4.page-title {
	color: #0c3086;
	margin-bottom:34px;
}

p.page-content {
	color: #1d4286;
}

.product_text {
	display: table;
    margin: 0 auto;
}

@media (max-width:500px) {
	.product_text {
		display:block;
	}

}

@media (max-width:350px){
	.darkbluebutton{
		width:100%!important;
		height:auto!important;
		line-height:36px!important;
	}
}

.progress-bar_custom {
	padding-top: 110px;
        padding-bottom: 48px;
	display:table;
	width:100%;
	background-color: white;
}

@media (max-width:500px) {
	.progress-bar_custom {
		display:block;
	}
        .footer-text a {
             padding: 0 6px;
             font-size: 10px;
        }
}

.progress-indicator>li .bubble:after, .progress-indicator>li .bubble:before {
	background-color: #939393;
}

.progress-indicator>li:first-child .bubble:after, .progress-indicator>li:first-child .bubble:before {
	width:100%;
}

.progress-indicator>li.completed {
	color: #939393;
}

.progress-indicator>li.completed .bubble {
	color: #529add;
}

.table-other-parts {
	border : 2px solid #adadad;
}

.product-table {
	display: table;
    margin: 0 auto;
    width: 100%;
}

@media (max-width:500px) {
	.product-table {
		display:block;
	}
}

.product-table thead tr th {
	text-align: center;
	color:#1163b0;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #adadad;
}

.table-bordered {
    border: 2px solid #adadad;
}

.left {
	float:left;
}

.right {
	float:right;
	display: table;
}

@media (max-width:500px) {
	.right {
		display:block;
	}
}

.center {
	margin:0 auto;
}

.product-table tr td div.prod-des1, .product-table tr td div.prod-des1 a {
	color:#1163b0;
}

.product-table tr td div.prod-des1 .table-btn {
	margin-bottom: 10px;
}

.product-table tr td div.prod-des {
	color:#1163b0;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight:600;
}

.product-table tr td div.prod-des a, .product-table tr td div.prod-des1, .product-table tr td div.prod-des1 a {
	color:#1163b0;
	font-weight:600;
}

.product-table tr td:first-child {
	width: 540px;
}

.product-table tr td:last-child {
	width: 370px;
	font-weight:600;
}

.table-btn {
	padding:1px 12px;
	border-radius: 0px; 
}

.btn-primary {
	color:white;
}

.yellow {
	background-color: #ffad01;
    border-color: #ffad01;
	color:white;
}

.orange {
	background-color: #fb844d;
    border-color: #fb844d;
	color:white;
}

.orange-detail {
	background-color: #ffb925;
    border-color: #ffb925;
	color:white;
}

.orange-default {
    border-color: #ffb925;
	color:#ffb925;
}

.violet {
	background-color: #b881de;
    border-color: #b881de;
	color:white;
}

.green {
	background-color: #01c5c3;
    border-color: #01c5c3;
	color:white;
}

.blue {
	background-color: #5a98ff;
    border-color: #5a98ff;
	color:white;
}

.yellow:hover {
	background-color: #ffce51;
    border-color: #ffce51;
}

.orange:hover {
	background-color: #fb954e;
    border-color: #fb954e;
}

.orange-detail:hover {
	background-color: #ffda36;
    border-color: #ffda36;
}

.violet:hover {
	background-color: #b892ee;
    border-color: #b892ee;
}

.green:hover {
	background-color: #01d6d4;
    border-color: #01d6d4;
}

.blue:hover {
	background-color: #5aa9ee;
    border-color: #5aa9ee;
}

.table-title h4 {
	padding-top: 40px;
	padding-bottom:30px;
}

.no-border {
	border-left-width: 0px !important;
	border-right-width: 0px !important;
}

.no-border-right {
	border-right-width: 0px !important;
}

.no-border-left {
	border-left-width: 0px !important;
}

.upper {
	margin-bottom: 20px;
}

.upper , .lower {
	border :1px solid #92979c;
	padding:0px;
}

.page-sidebar .sidebar_title {
	background-color: #1163b0;
	color: white;
	padding: 15px;
	margin:0px;
	font-size:16px;
	text-transform:none!important;
	font-weight:600;
}


.page-sidebar ul.sidebar-menu {
	list-style: none;
	padding:0px;
	margin:0;
}

.page-sidebar ul.sidebar-menu li{
	border-bottom: 1px solid #92979c;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url('../images/triangle.png');
    background-repeat: no-repeat;
    background-position: 15px 28px;
    padding-left: 2.6em;
}

.page-sidebar ul.sidebar-menu li:last-child{
	border-bottom: 0px solid #92979c;
}

.page-sidebar ul.sidebar-menu li:hover {
	background-color: #e3e3e3; 
}

.page-sidebar ul.sidebar-menu li a{
	color: #000;
	text-decoration: none;
	font-weight:600;
	display:block;
}

.page-sidebar ul.sidebar-menu li a:hover{
	color: #000;
	text-decoration: none;
}

.table-btn{
	border-color:#1163b0;
}



.backtotop::after {
   content:"";
   position: absolute;
   top:100px;right:0;bottom:0;left: 0;
   z-index:-2;      
   -webkit-box-shadow:0px 250px 15px -35px rgba(0,0,0,.25);
   -moz-box-shadow:0px 250px 15px -35px rgba(0,0,0,.25);
   box-shadow:0px 250px 15px -35px rgba(0,0,0,.25);
   -webkit-border-radius:50%;
   -moz-border-radius:50%;
   border-radius:50%;
   transform:scaleY(.3);
   -webkit-transform:scaleY(.3);
   -moz-transform:scaleY(.3);
   -ms-transform:scaleY(.3);
   -o-transform:scaleY(.3);
}

.sidebar-menu .active{
	background:#eaeaea;
	}
.sidebar-menu .menu li:hover{
	background:#eaeaea;
}

.my1{
	font-size:0.8em;
	vertical-align:text-top;
	}
    
/****Contact Us page*****/

.tableme{
	background-color:#eaeaea;
	width:100%;
	margin-top:20px;
	}
.tableme td{
	min-height:40px;
	font-weight:600;
	border:1px solid #ffffff;
	padding:20px 50px;
	}	
	
.contactdiv{
	padding:15px;
	width:100%;
	height:auto;
	font-weight:600;
	}

.contactdiv .div1{
	width:60px;
	float:left;
	}	
.contactdiv .div2{
	margin-left:10px;
	float:left;
	}	
.contactdiv .div2 a{
	color:#38aeda;
	}	
.bluebox{
	background-color:#38aeda;
	color:#FFFFFF;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	padding-top:25px;
	padding-bottom:25px;
	max-width:342px;
	height:auto;
	font-size:16px;
	font-weight:600;
	}
	
.bluebox a{
	color:#FFFFFF;
	text-decoration:none;
	}
	
/************Office & plants page*********/	
	.officediv{
	padding:40px 50px;
	width:100%;
	height:auto;
	font-weight:600;
	
	}
	.officediv .tab1{
		padding:0px;
		font-weight:bold;
		}
	
 .grayline{
		border-bottom:1px solid #b1b1b1;
		height:20px;
		margin:0px 0px 20px -20px;
		padding:0px;
		width:90%;
		font-size:10px;
		}
		
.officenplant_text{
	width:100%;
	min-height:150px;
	float:left;
	background:#eaeaea;
	padding:20px 0;
}

.officenplant_text h4{
	font-size:20px;
	font-weight:700;
	color:#1e1e1e;
}

.officenplant_text p{
	color:#0c3086;
	font-weight:600;
	line-height:26px;
	padding-top:10px;
}

.officeLeft{
	padding:0px;
	width:50%;
	height:auto;
	float:left;
	}
.officediv .tab2{
		padding:0px;
		font-weight:normal;
		width:100%;
		text-decoration:underline;
		vertical-align:baseline;
		}
.officediv .tab2 .img1{
	margin-left:10px;
	padding:0;
	margin-top:-5px;
	}

/*********** Overseas Network *****************/

.darkbluebutton{
	height:56px;
	color:#fff;
	background-color:#287ed1;
	line-height:56px;
	text-align:center;
	padding:0px;
	display:block;
	width:335px;
	font-weight:600;
	float:left;
	margin:10px 0px 30px 0px;
	}
.darkbluebutton a{
	color:#fff;
	display:block;
	}
.darkbluebutton a:hover{
	text-decoration:none;
	}
.my2{
	font-size:1em;
	vertical-align:text-top;
	color:#ffad01;
	}	
	.overseasdiv{
	margin:0px 0px;
	padding:0px;
	width:100%;
	height:auto;
	font-weight:600;
	
	}
	.overseasdiv .tab1{
		font-weight:bold;
		padding:0;
		}
		
	.overseasdiv .tab2{
		font-weight:bold;
		text-transform:uppercase;
		margin:10px 0px;
		}
	.overseasdiv .tab3{
		padding-left:42px;
		padding-right:20px;
		font-size:14px;
		font-weight:normal;
		width:100%;
		height:auto;
		margin-bottom:10px;
		}
		.overseasdiv .tab3 a{
		font-size:12px;
		color:#0084ff;
		font-weight:bold;
		}
		.overseasdiv .tab4{
		padding-left:42px;
		font-size:14px;
		width:100%;
		}
		.overseasdiv .tab5{
		padding-left:42px;
		font-size:14px;
		width:100%;
		color:#0084ff;
		}
		.overseasdiv .tab5 a{
		color:#0084ff;
		text-decoration:underline;
		}	
		
		.tab6{
		font-size:14px;
		width:100%;
		color:#0084ff;
		padding:0;
		}
		.tab6 a{
		color:#0084ff;
		text-decoration:underline;
		}

/**************Domestic Network************************/

.domesticdiv .myGreen, .myBlue{
	font-size:1em;
	vertical-align:text-top;
	color:#a2de5c;
	}
.domesticdiv .myGreen{
	color:#a2de5c;
	}
.domesticdiv .myBlue{
	color:#8bd2fa;
	}
	
	
.domesticdiv .myRed{
	color:#ffa594;
	}
.domesticdiv .txtGreen{
	font-size:12px;
	color:#a2de5c;
	text-transform:none;
	}
.domesticdiv .txtBlue{
	color:#8bd2fa;
	font-size:12px;
	text-transform:none;
	}
.domesticdiv .txtRed{
	color:#ffa594;
	font-size:12px;
	text-transform:none;
	}
.domesticdiv{
	margin:0px 0px;
	padding:0px;
	width:100%;
	height:auto;
	font-weight:600;
	
	}
	.map2{
		margin:0px 10px 10px 0px;
		}
.domesticdiv .tab1{
		font-weight:bold;
		padding:0;
		}
		
	.domesticdiv .tab2{
		font-weight:bold;
		text-transform:uppercase;
		margin:10px 0px;
		}
	.domesticdiv .tab3{
		padding-left:42px;
		padding-right:20px;
		font-size:14px;
		font-weight:normal;
		width:100%;
		height:auto;
		margin-bottom:10px;
		}
		.domesticdiv .tab3 a{
		font-size:12px;
		color:#0084ff;
		font-weight:bold;
		}
		.domesticdiv .tab4{
		padding-left:42px;
		font-size:14px;
		width:100%;
		}
		.domesticdiv .tab5{
		padding-left:42px;
		font-size:14px;
		width:100%;
		color:#0084ff;
		}
		.domesticdiv .tab5 a{
		color:#0084ff;
		text-decoration:underline;
		}	
.backtotop {
    padding-top: 40px;
    width: 120px;
    float:right;
    margin-right: 6%;
}
.col-sm-12 .backtotop {
    margin-right: 0%;
}
@media screen and (max-width:1199px){
	header{
		min-height:100px;
	}

	.navbar-header{
		width:100%;
	}

	.navbar-brand{
		width:100%;
		text-align:center;
	}

	.navbar-brand>img{
		display:inline-block;
	}

	.navbar-right{
		margin-right:50px;
	}

	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
		color:#f6dd00;
		background:none;
	}

	.navbar>.container .navbar-brand{
		padding:18px 15px!important;
	}

	.navbar-default .navbar-nav>li>a{
		height:10px;
		padding:23px 15px;
	}
}

@media screen and (max-width:1198px){
	header{
		min-height:100px;
	}

	.navbar-header{
		width:100%;
	}

	.navbar-brand{
		width:100%;
		text-align:center;
	}

	.navbar-brand>img{
		display:inline-block;
	}

	.navbar-right{
		margin-right:50px;
	}
}

@media screen and (max-width:992px){
	header{
		height:150px;
	}
}

@media screen and (max-width:767px){

	.officediv{
	padding:20px;
	width:100%;
	height:auto;
	font-weight:600;
	
	}

	.top-bar{
		display:none;
	}

	header{
		height:250px;
	}

	nav{
		display:none;
	}

	.header-screen{
		padding:40px 0 0 0;
	}

	.header-screen .logo{
		text-align:center;
		margin-bottom:30px;
	}

	.header-screen .title{
		text-align:center;

	}

	.header-screen .menu{
		padding-top:30px;
	}

	.header-screen .menu .navbar-header{
		border:1px solid #dcdcdc;
		background:#fafafa;
		cursor:pointer;
		width:100%;
	}

	.header-screen .menu .navbar-toggle{
		border-left:1px solid #dcdcdc;
		padding:15px;
		margin:0;
		display:block;
	}

	.header-screen .menu .navbar-toggle .icon-bar{
		background:#cdcdcd;
		height:3px;
	}

	.header-screen .menu .menu-title{
		font-weight:600;
		font-family:'Montserat',sans-serif;
		position:relative;
		top:15px;
		left:20px;
	}

	.header-screen .navbar-collapse.in{
		position:relative;
		background:#fafafa;
		z-index:9999;
		border:1px solid #dcdcdc;
		border-top:0;
	}

	.header-screen .navbar-collapse.in a{
		color:#090909!important;
	}

	.foot{
		text-align:center;
	}

	footer{
		min-height:250px;
	}

	.footer-text{
	}

	footer .menu-sm{
		text-align:center;
	}

	footer .menu-sm li a{
		padding:10px 15px;
	}

}

@media (width:768px){

	.header-screen{
		display:none!important;
	}
}

@media (min-width:768px){

	.header-screen .navbar-collapse.in{
		position:absolute;
		background:#fafafa;
		z-index:9999;
		border:1px solid #dcdcdc;
		border-top:0;
	}
}

@media (min-width:769px){
	.header-screen{
		display:none!important;
	}
}
