body{
	font-family: 'Open Sans', sans-serif;  
	color: #111;
	font-size: 16px;
}
html, body  {
	 
}
a{
	color: inherit
}
a:active, a:focus,
{
	border-color: transparent;
}
a:hover{
	color: inherit;
	text-decoration: none;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/ 

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: transparent;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: transparent;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;  
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
.img-responsive{
	width: 100%;
	max-width: none;
}
header{
	position: absolute;
	top: 0;
	left: 0;
	right: 0; 
	z-index: 9;
	background: rgba(0,0,0,0.35);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.35) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.35)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.35) 0%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.35) 0%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.35) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.35) 0%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff', GradientType=0 );
}
.row.nogap{
	margin:0;
}
.nogap > *{
	padding:0;
}
.btn{
	border:1px solid #111;
	border-radius: 0;
	background: transparent;
	padding: 10px 30px;
	color: #111;
}
.btn.btn-readmore{
	border:1px solid #fff;
	border-radius: 0;
	background: transparent;
	padding: 10px 30px;
	color: #fff;
}
.btn:hover{
	text-decoration: none;
	background: #111;
	color: #fff;
}
.btn-container{
	padding: 30px 0 0 0;
}
.info{
	padding:50px 0 100px;
	text-align:center;
}
.logo-container{
	padding:30px 0 20px;
}
a.logo-link{
	display: inline-block;
} 
a.logo-link img{
	width: 600px;
}
.main-menu ul{
	padding:0;
	margin: 0;
}
.main-menu ul li{
	display: inline-block;
	padding: 0px;
}
.main-menu ul li a{
	display: block;
	padding: 10px 20px;
	font-size:14px;
	text-transform: uppercase;
	color: #111;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 0.5);
}
.main-menu ul li a:hover{
	color: #fff;
	background: rgba(1,1,1,0.4);
}
.main-menu ul li.active a{
	background: rgba(1,1,1,0.05);
}
.main-menu, .line-nav {
background: rgba(255,255,255,0);
background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 65%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(35%, rgba(255,255,255,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(65%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0)));
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 65%, rgba(255,255,255,0) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 65%, rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 65%, rgba(255,255,255,0) 100%);
background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 65%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
	margin:2px 0;
}
.line-nav{
	height: 1px;
	width: 100%;
}
.main-menu  .dropdown-menu {

	border-radius: 0;
	background: transparent;
	
}
.main-menu  li .dropdown-menu li{
	padding: 0;
	display: block;
}
.main-menu li .dropdown-menu li a{
	text-shadow: none;
	color:#fff;
	display: block;
	background: #111 ;
}
.main-menu li  .dropdown-menu li a:hover{
	background: rgba(0,0,0,0.7);
	color: #fff;
}
.slider-container{
	position: relative;
}
.slider-item{
	position: relative;
}
.slider-caption{
	position: absolute;
	bottom: 50px;
	left: 0;
	z-index: 9;
	right: 0;
}
.caption{
	font-family: 'Catamaran', sans-serif;
	font-weight: 900;
	font-size: 60px;
	line-height: 60px;
	text-shadow: 2px 2px 2px rgba(150, 150, 150, 0.7);
	color: #fff;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 48px;
    height: 90px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 1;
}
.slick-next {
    right:15px;
    background: url(../images/front/arrow-right.png) no-repeat;
}
.slick-prev{
	left: 15px;
	 background: url(../images/front/arrow-left.png) no-repeat;
}
.slider-line{
	height: 1px;
	width :100%;
	position: absolute;
	background: #fff;
	bottom: 5px;
	left: 0;
	right: 0;
}
.search-container{
	background: #1d3d7a;
}
.search#spe-search{
	padding: 30px 0;
}
.search>input{
	vertical-align: top;
	margin:0;
	border:0;

}
.search ::placeholder{
	color: #ccc;
	font-weight: 300;
}
.search  :-ms-input-placeholder{
 	color: #ccc;
	font-weight: 300;
 }
.search  ::-ms-input-placeholder {
	color: #ccc;
	font-weight: 300;
  }
.search>input[type=text]{
		padding: 9px 10px 8px;
		width: 500px;
		color: #111;
		height: 40px;
	}
.btn-search{
	background: #e5a000;
	color: #fff;
	height: 40px;
	width: 50px
}
.fp-part, .page-part{
	padding:60px 0 60px 0;
}
.page-content h1{
	margin-top: 0;
    margin-bottom: 34px;
    font-weight: 700;
    text-transform: uppercase;;
}
.fp-part h2, .page-part h2{
	margin-top: 0;
	margin-bottom: 30px;
	font-weight: 700;
	text-transform: uppercase;;
}

.fp-text-container{
	background: #0d1c38;
	color: #fff;	
}
.fp-text-container .btn:hover{
	background:#FFF;
	color:#0d1c38;
}
.fp-product-container{
	background: #242424;
	color: #fff;
	border-top:solid 1px #FFF;
}
.fp-product-container .btn:hover{
	background:#FFF;
	color:#242424;
}
.main-banner img{
	height:300px;
	object-fit:cover;
}
.productcategory-item{
	margin-bottom:50px;
}
.productcategory-item:nth-child(3n+1){
	clear:left;
}
.productcategorydetail-item{
	margin-bottom:50px;
}
.product-item{
	position: relative;
}
.product-title{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0, 0.7);
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding:15px 0;
}
.product-item img{
	height:300px;
	object-fit:cover;
}
.page-content {
	/*padding:20px 0;*/
	 }

.product-item:hover .product-title {
	top: 0;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

}
.product-title a{
	display: block;
	height: 100%;
	width: 100%; 
}
.product-item:hover .product-title a{

	padding: 40% 0;
}
.fp-news-container{
	background: url(../images/front/bg-fp-news.jpg) no-repeat;
	background-size: cover;
	color: #111;
	border-bottom:solid 1px #FFF;
}
.news-item h3{
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}
.news-item .meta-data{
	font-size: 13px;
}
.news-img{
	border:1px solid #ececec;
}
.news-img img{
	height:200px;
	object-fit:cover;
}
.address-container{
	padding:20px 0 0 0;
}

.part-history p{
	line-height: 25px;
	margin-bottom: 20px;
	text-align: justify;
}
.part-vision{
	background: #0d1c38;
	color: #fff;
}
.vision-content{
	margin-bottom: 50px;
}
.part-whyus{
	background: #4f626e;
	color: #fff;
}
.whyus-img{
	width: 250px;
	height: 250px;
	border-radius: 150px;
	overflow: hidden;
	margin:0 auto;
}
.whyus-text{
	font-size: 14px;
	text-align: justify;
}
.part-whyus h3{
	font-weight: 700;
	margin:30px 0 20px;
	text-transform: uppercase;
}
.part-bod{
	background: #383838;
	color: #fff;
}
.bod-img{
	padding:0 30px;
}
.bod-name{
	padding: 20px 0 0px;
	font-weight: 600;
}
.bod-name span{
	display: block; 
	color: #ccc;
	font-weight: normal;
	padding-top: 10px;
}
/* LEGAL */
.part-legal ul{
	list-style:none;
	padding:0;
}
.part-legal li{
	margin:0 0 50px;
	text-align:left;
}
.part-legal.odd{
	background: #0d1c38;
	color: #fff;
}
.part-legal.even{
	background: #FAFAFA;
	color: #222;
}
.part-legal img{
	height:350px;
	object-fit:contain;
}
.part-customer, .part-detailcustomer, .part-contact{
	background: #FFF;/* ebebeb */
}
.customer-category {
	position: relative;
}
.customer-category h4{
	margin:10px 0 0;
	font-size:14px;
}
.customer-category h3{
	margin:5px 0 0;
	font-size:18px;
	font-weight:bold;
}
.customer-category:hover h3{
	 text-decoration: underline;
}
.customer-list{
	max-width: 900px;
	margin:0 auto;
	padding-top: 40px;
}
.customer-list.search-result a{
	color:#30F;
	font-weight:bold;
}
.career-item {
	padding-top:50px;
	border-top:dashed 1px #666;
}
.career-item .col-sm-12{
	padding:0 45px;
}
.customercategory-item{
	margin-bottom:50px;
}
.customercategory-item:nth-child(3n+1){
	clear:left;
}
.customercategory-item h2.company-name{
	font-weight: normal;
	margin-top:15px;
	margin-bottom: 10px;
	font-size: 18px;
	text-align:center;
}
.customer-item{
	margin-bottom:50px;
}
.customer-item:nth-child(4n+1){
	clear:left;
}
.customer-item h2.company-name{
	font-weight: normal;
	margin-top:15px;
	margin-bottom: 10px;
	font-size: 18px;
	text-align:center;
}
.company-calendar, .company-email{
	margin-bottom:10px;
	font-size:13px;
}
.company-calendar img, .company-email img{
	height:24px;
	width:auto;
	margin-right:5px;
}
.customer-img{
	margin-bottom:5px;
}
.customer-img img{
	height:200px;
	object-fit:cover;
}

/* NEWS LIST */
.thenews-item{
	margin-bottom:30px;
}
.thenews-item img{
	height:200px;
	object-fit:cover;
}
.thenews-item h4{
	font-size: 18px;
	font-weight: 300;
	margin:0;
}
.thenews-item h3{
	font-size: 20px;
	font-weight: 600;
	margin:0 0 10px;
}
.thenews-item p{
	text-align:justify;
}

/* FACILITY */
.facility-list{
	margin-top:50px;
}
.facility-item{
	margin-bottom:50px;
}
.contact-content {
	max-width: 900px;
	margin:0 auto;
}

.contact-form label{
	color: #111;
	font-size: 16px;
	display: block;
}
.contact-form  input.inputform, .contact-form  .textareaform{
	padding: 12px 10px;
	font-size: 16px; 
	border:0;
	border-radius: 0;
	background: #ebebeb;
	width: 100%;
	color: #111;

}
.contact-form  .textareaform{
	height: 250px;
}
.contact-form  .form-item {
	padding:10px;
}
.contact-form .btn-submit{
 text-transform: uppercase;
}
.contact-form  .btn-submit:hover{
	color: #fff;
	 
}
.fp-map-container iframe{
	margin:0;
	padding:0;
}
.footer-container{
	border-top:solid 1px #FAFAFA;
}
.footer-container .address-container{
	padding:70px 0 40px;
	font-size: 14px;
}
.address-container img{
	width: 80%;
}
.btn-contact-footer img{
	width: 330px;
	margin:50px 10px 10px;
}
.btn-contact-footer{
	display: inline-block;
}
.address-container h3{
	font-weight: 700;
}
.copyright-container{
	background: #242424;
	color: #fff;
	padding: 20px;
	font-size: 12px;
}

@media (min-width: 576px) {   }
 
@media (min-width: 768px) {  }

@media (min-width: 992px) {   }

@media (min-width: 1200px) {   }