/* CSS Document */
@font-face {
    font-family: 'ThaiSansNeue-Regular';
    src: url('fonts/ThaiSansNeue-Regular.eot');
    src: url('fonts/ThaiSansNeue-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/ThaiSansNeue-Regular.woff') format('woff'),
         url('fonts/ThaiSansNeue-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

img{ border:0; margin:auto;}
*{ margin:0; padding:0;}
a{ text-decoration:none; color:inherit;}
a:hover{ text-decoration: none;}

body {
	background:#FFF ;
    font-family: 'ThaiSansNeue-Regular';
	font-size:18px;
	color:#000;
}
.carousel-inner>.item>img {
    margin: auto;
	width:100%;
}

.cleaner {clear:both; width:100%; height:0px;}
.h30{clear:both; width:100%; height:30px;}
.h20{clear:both; width:100%; height:20px;}
.h10{clear:both; width:100%; height:10px;}
.pull-left{
	margin-left:5%;
}
#back-to-top{
	width:40px;
	height:40px;
    position: fixed;
    z-index: 9999;
    bottom: 2%;
    right: 5%;
    line-height: 0.7;
	text-align:center;
	display:none;
	background:rgba(0,0,0,0.7);
}
#back-to-top a{
	color:#FFF;
	font-size: 18px;
	line-height:0;
    text-transform: uppercase;
}
.arrow-color{
	color: #FFF;
	font-size:30px;
	line-height: 1;
	margin-top: -5px;
}
#back-to-top a:hover{
	color: #FFF;
}
.top-text{
	color:#FFF;
}
/*///////////////////////////////////////////////////////////////////////////service///////////////////////////////////////////////////////////////////////////*/
.boximg-serv{
	text-align:center;
	overflow:hidden;
	position:relative;
	border:solid 1px #404099;
	margin-bottom:20px;
	height:270px;
}
.img-serv{
	max-width:100%;
	max-height:268.5px;
	transform:scale(1);
	transition:.5s;
}
.boximg-serv:hover .img-serv{
	transform:scale(1.05);
}
.text-serv1{
	font-size:24px;
	color:#000;
}
.text-serv2{
	font-size:26px;
	color:#000;
	font-weight:700;
}
.icon-pdf{
	width:15%;
}
.textun-serv{
	background:#40409970;
	width:100%;
	height:100%;
	position:absolute;
	z-index:50;
	top:0;
	font-size:30px;
	color:#fff;
	word-wrap: break-word;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding:115px 10px 0 10px;
	opacity:0;
	transition:.5s;
}
.boximg-serv:hover .textun-serv{
	opacity:1;
}
/*///////////////////////////////////////////////////////////////////////////dropdown///////////////////////////////////////////////////////////////////////////*/
.navbar-nav .hover-menu-3 .dropdown-menu{
	background:#CCC;
}
.dropdown  ul.dropdown-menu{
	/*width:100%;*/
}
.navbar-default .navbar-nav .hover-menu-3 .dropdown-menu>li>a {
    color: #3e3c3c;
	font-size:20px;
	transition:.3s;
	border-bottom:1px solid #dc1c1c;
}
.navbar-default .navbar-nav .hover-menu-3 .dropdown-menu>li>a:hover {
    color: #fff;
	font-size:20px;
	background:#000;
}
.navbar-default .navbar-nav .hover-menu-3 .dropdown-menu>li>a.active {
    color: #000;
	font-size:20px;
	background:#d2e188;
}
.menu-list .dropdown-menu{
	padding:0;
}
.menu-list .dropdown-menu>li{
	border-bottom: solid 1px #efefef;
}
.menu-list  .dropdown-menu>li>a {
	font-size:1.3em;
}
.dropdown-menu {
    padding: 0px 0;
    border: 0px solid #ccc;
    border: 0px solid rgba(0,0,0,.15); 
}
/*///////////////////////////////////////////////////////////////////////////head///////////////////////////////////////////////////////////////////////////*/
.navbar-brand{
	width:75%;
	height:80px;
	position: relative;
}
.navbar-brand>img {
	width:3em;
}
.navbar{
	border:0;
	border-radius:0;
	margin-bottom:0;
}
.navbar-default {
    border-color: transparent;
    background:url(../images/head-bg.png) top center no-repeat;
	background-size:cover !important;
}
.navbar-default .navbar-nav>li>a {
    color: #2a2a2a;
}
.navbar-toggle .icon-bar{
	width:30px;
	height:4px;
}
.navbar-default .navbar-toggle{
    margin: 5% 0 0 5%;
	padding:6px 0;
}
.navbar-default .navbar-toggle .icon-bar{
	background-color:#ed1c24;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	color:#FFF;
    background-color: #666;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
	color:#FFF;
    background-color: #666;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
	background-color:transparent;
}
.navbar-default .navbar-toggle{
	border:0;
}
.navbar-default .navbar-brand {
    color: #fff;
	font-size:50px;
}
.nav>li>a {
    font-size: 24px;
    text-transform: uppercase;
}
.bg1 {
	background:#fff9ed;
}
.bg1-head {
	text-align:center;
    padding-bottom: 4%;
}
.bg1-head h1 {
    font-family: 'ThaiSansNeue-Regular';
    font-size: 27px;
    line-height: 18px;
    margin-bottom: 0;
	color:#010101;
}
.bg1-head h1 span {
    font-size: 18px;
	color:#ed1c24;
    font-family: 'ThaiSansNeue-Regular';
}
.bg1-head img {
	width:100%;
}
.bg1-right img {
	width:100%;
}
.head-logo img {
	width:11em;
}
.head-logo {
	text-align:center;
    margin: 6% 0;
}
/*///////////////////////////////////////////////////////////////////////////head///////////////////////////////////////////////////////////////////////////*/


/*///////////////////////////////////////////////////////////////////////////content///////////////////////////////////////////////////////////////////////////*/

.bg-content{
	background:#F96;
}
.content-left{
	color:#FFF;
	margin:5% 0;
	font-size:30px;
	padding:10% 0;
	text-align:center;
	background: #c34949;
}
.content-right{
	color:#FFF;
	margin:5% 0;
	font-size:30px;
	padding:10% 0;
	text-align:center;
	background:#966;
}
.bg3 {
	background:url(../images/bg3.png) top center no-repeat;
	background-size:cover !important;
	padding:3% 0;
}
.bg3-text {
	text-align:center;
}
.bg3-text p {
    color: #2b2b2b;
    font-size: 20px;
	margin:0;
}
.bg3-text p span {
	color:#af0000;
    font-family: 'ThaiSansNeue-Regular';
}
.content-head p {
	text-transform:uppercase;
    margin-bottom: 0;
    font-size: 30px;
    font-family: 'ThaiSansNeue-Regular';
	line-height: 1;
}
.service-box img {
	width:100%;
    margin-bottom: 15px;
	transition:all 0.3s;
}
.all-service-head h1 {
    text-transform: uppercase;
    width: 48%;
    float: left;
    margin: 0;
    font-size: 30px;
    background: rgba(44,69,169,1);
    background: -moz-linear-gradient(top, rgba(44,69,169,1) 0%, rgba(80,61,144,1) 56%, rgba(114,54,121,1) 58%, rgba(214,33,51,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(44,69,169,1)), color-stop(56%, rgba(80,61,144,1)), color-stop(58%, rgba(114,54,121,1)), color-stop(100%, rgba(214,33,51,1)));
    background: -webkit-linear-gradient(top, rgba(44,69,169,1) 0%, rgba(80,61,144,1) 56%, rgba(114,54,121,1) 58%, rgba(214,33,51,1) 100%);
    background: -o-linear-gradient(top, rgba(44,69,169,1) 0%, rgba(80,61,144,1) 56%, rgba(114,54,121,1) 58%, rgba(214,33,51,1) 100%);
    background: -ms-linear-gradient(top, rgba(44,69,169,1) 0%, rgba(80,61,144,1) 56%, rgba(114,54,121,1) 58%, rgba(214,33,51,1) 100%);
    background: linear-gradient(to bottom, rgba(44,69,169,1) 0%, rgba(80,61,144,1) 56%, rgba(114,54,121,1) 58%, rgba(214,33,51,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c45a9', endColorstr='#d62133', GradientType=0 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'ThaiSansNeue-Regular';
    text-transform: uppercase;
}
.all-service-head hr {
    width: 26%;
    float: left;
    border-bottom: 1px dashed #2c45a9;
    margin: 15px auto;
}
.warehouse-right img {
	width:100%;
}
.bg1-left h1 {
	background: rgba(44,69,169,1);
	background: -moz-linear-gradient(top, rgba(44,69,169,1) 0%, rgba(80,61,144,1) 56%, rgba(114,54,121,1) 58%, rgba(214,33,51,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(44,69,169,1)), color-stop(56%, rgba(80,61,144,1)), color-stop(58%, rgba(114,54,121,1)), color-stop(100%, rgba(214,33,51,1)));
	background: -webkit-linear-gradient(top, rgba(44,69,169,1) 0%, rgba(80,61,144,1) 56%, rgba(114,54,121,1) 58%, rgba(214,33,51,1) 100%);
	background: -o-linear-gradient(top, rgba(44,69,169,1) 0%, rgba(80,61,144,1) 56%, rgba(114,54,121,1) 58%, rgba(214,33,51,1) 100%);
	background: -ms-linear-gradient(top, rgba(44,69,169,1) 0%, rgba(80,61,144,1) 56%, rgba(114,54,121,1) 58%, rgba(214,33,51,1) 100%);
	background: linear-gradient(to bottom, rgba(44,69,169,1) 0%, rgba(80,61,144,1) 56%, rgba(114,54,121,1) 58%, rgba(214,33,51,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c45a9', endColorstr='#d62133', GradientType=0 );
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    font-family: 'ThaiSansNeue-Regular';
	text-transform:uppercase;
}
.bg1-right {
    border: 2px solid #FFF;
    box-shadow: 0 0 9px 0 rgba(0,0,0,0.3);
}
.all-service-head {
    width: 100%;
    float: left;
    padding: 3% 0 6%;
}
.bg1-left p {
	font-size:20px;
	color:#010101;
    font-family: 'ThaiSansNeue-Regular';
}
.warehouse {
    padding-bottom: 24px;
}
.transportation {
    padding-bottom: 24px;
}
.contact-xs {
	text-align:center;
}
.contact-xs h2 {
    font-family: 'ThaiSansNeue-Regular';
    color: #ed1c24;
	text-transform:uppercase;
}
.contact-xs a {
    color: #000;
    font-size: 24px;
    letter-spacing: 3px;
}
/*///////////////////////////////////////////////////////////////////////////content///////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////contact-us///////////////////////////////////////////////////////////////////////////*/
.text-cont1{
	font-size:26px;
	color:#000;
	font-weight:700;
}
.text-cont2{
	font-size:25px;
	color:#000;
}
.text-cont3{
	font-size:28px;
	color:#000;
	font-weight:700;
}
.img-location{
	max-width:100%;
	max-height:500px;
}
.icon-cont{
    max-width: 4.5%;
    margin-top: -10px;
}
.icon-cont2{
    max-width: 9%;
    margin-top: -10px;
}
.fa-mo .fa-mobile{
	font-size:26px;
}
/*///////////////////////////////////////////////////////////////////////////form and map///////////////////////////////////////////////////////////////////////////*/
#map   {
	width:100%; height:300px;
	box-shadow: 1px 1px 2px #c4c4c4;
	border:10px solid #FFF;
    overflow:hidden;
    text-align:center;
}
.form-control {
    border: 1px solid #7a7a7a;
	border-radius: 0px;
	font-size: 18px;
}
.glyphicon {
    color: #af0000;
}
.btn-send{
    color: #fff;
    background: #af0000;
	border:none;
	text-align:center;
	/*padding:0 10px;*/
	width:100%;
	font-size:26px;
}
.btn-send:hover{
	transition: all 0.6s;
	color:#fff;
    background: #2c2c2c;
}
.contact-bg {
    background: url(../images/contact-bg.png) left no-repeat;
    background-size: cover;
    background-attachment: fixed;
	height:300px;
}
/*-----List Page-----///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

div.badoo {
	margin-top:20px;
	padding:10px 0px;
	margin-right:20px;
	font-size:14px; 
	color: #FFF; 
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;text-decoration:none;
	text-align:center;
	float:right;
}

div.badoo a{
	border: #4E4A4C 1px solid;
	padding: 3px 8px;
	margin: 0px 4px;
	color: #181516;
	text-decoration: none;
	background: #FFFFFF;
	border-radius: 0px;
	font-family:inherit;
	font-size:inherit;
}
div.badoo a:hover {
	border:#4E4A4C 1px solid;
	color:#FFF;
	background: #231f20; /* Old browsers */
}

div.badoo span.current {
	padding: 3px 8px;
	border: #75676E 1px solid;
	background: #231f20;
	color: #FFFFFF;
	margin: 0px 4px;
}
div.badoo span.disabled {
	display:none;
}
.text_notfound{
	font-size:1.4em;
	margin-left:20px;
	color:#f00;
}
.currentpageserv{
	border: #4E4A4C 1px solid;
    padding: 3px 8px;
    margin: 0px 4px;
    color: #fff;
    text-decoration: none;
    background: #231f20;
}
.no-serv{
	font-size:1.4em;
	margin-left:20px;
	color:#f00;
}
/****************************/

/*///////////////////////////////////////////////////////////////////////////footer///////////////////////////////////////////////////////////////////////////*/

.bg-footer{
	text-align:center;
	background:url(../images/footer-bg.png) top center no-repeat;
	background-size:cover !important;
	color:#FFF;
}
.bg-footer a{
	color:#FFF;
}
.copyright{
	padding:2% 0;
	text-align:center;
	text-align:center;
}
.footer-1 p {
	font-size:24px;
}

.bg2 {
	background:url(../images/bg2.png) top center no-repeat;
	background-size:cover !important;
    padding-bottom: 5%;
}
.content-head img {
	width:100%;
    display: block;
	padding: 0.55% 0;
}
.all-service {
	text-align:center;
}
.bg2-text {
	margin:0;
    text-align: left;
}
.bg2-text p {
	margin:0;
	font-size:19px;
    font-family: 'ThaiSansNeue-Regular';
	color:#2b2b2b;
	
}
.bg2-text span {
	color:#ed1c24;
	font-size: 30px;
    font-family: 'ThaiSansNeue-Regular';
}
.service-box:hover img {
    transform: translateY(-10px);
}
.service-box p {
	color:#2c45a9;
	line-height:1;
}
.transportation-pic img {
	width:100%;
}
.transportation ul {
	list-style:none;
	width:100%;
	float:left;
	margin: 15px 0 0;
}
.transportation ul li {
	list-style:none;
	width:48%;
	float:left;
	margin-right:4%;
}
.transportation ul li:last-child {
	margin:0%;
}
.transportation ul li img {
	width:100%;
	border: 2px solid #a1a1a1;
	
}
.logistic p {
	text-align:center;
}

.transportation ul li p {
    font-family: 'ThaiSansNeue-Regular';
	text-align:left;
	font-size:21px;
    margin-bottom: 0;
	color:#000;
}
.transportation-left {
	border:2px solid #a1a1a1;}
.transportation-left img {
	width:100%;
}
.content-head {
    padding-bottom: 21px;
}
.content-head h1 {
	display: table;
	margin: 0 auto;
	font-family: "Roboto Slab";
	font-weight: 400;
	font-size: 6em;
	background: linear-gradient(330deg, #e05252 0%, #99e052 25%, #52e0e0 50%, #9952e0 75%, #e05252 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 200px;
}
.warehouse-right {
	border: 5px solid #FFF;
}
/*///////////////////////////////////////////////////////////////////////////footer///////////////////////////////////////////////////////////////////////////*/


/*///////////////////////////////////////////////////////////////////////////media///////////////////////////////////////////////////////////////////////////*/

@media (max-width: 767px ) {
	body{
		max-width: 100% !important;
	}
	.navbar-collapse{
		position: fixed;
		width: 250px;
		background: #fff;
		height: 100vh !important;
		max-height: none !important;
		top: 0;
		display: block;
		left: -250px;
		margin: 0 !important;
		z-index: 9999;
	}
	.navbar-collapse.in{
		left: 0 !important;
	}
	.all-container{
		width: 100%;
	}
	.all-container.-collapse{
		margin-left: 250px;
	}
	.navbar-default, .navbar-collapse, .navbar-collapse.collapsing, .all-container.all-container.all-container {
		transition: all 0.5s !important;
	}
	.navbar-default.-collapse {
		margin-left: 250px;
		width:100%;
	}
	.boximg-serv {
		height: 248px;
	}
	.img-serv {
		max-height: 246px;
	}
	.textun-serv {
		font-size: 28px;
		padding: 105px 10px 0 10px;
	}
}

/*///////////////////////////////////////////////////////////////////////////media///////////////////////////////////////////////////////////////////////////*/