@charset "utf-8";


@font-face {
    font-family: 'overpassregular';
    src: url('../fonts/Overpass_Regular-webfont.eot');
    src: url('../fonts/Overpass_Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Overpass_Regular-webfont.woff2') format('woff2'),
         url('../fonts/Overpass_Regular-webfont.woff') format('woff'),
         url('../fonts/Overpass_Regular-webfont.ttf') format('truetype'),
         url('../fonts/Overpass_Regular-webfont.svg#overpassregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'overpassbold';
    src: url('../fonts/Overpass_Bold-webfont.eot');
    src: url('../fonts/Overpass_Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Overpass_Bold-webfont.woff2') format('woff2'),
         url('../fonts/Overpass_Bold-webfont.woff') format('woff'),
         url('../fonts/Overpass_Bold-webfont.ttf') format('truetype'),
         url('../fonts/Overpass_Bold-webfont.svg#overpassbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

.th-text{
	font-family: "Sukhumvit Set","Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
}

body{
		font-family: 'overpassregular';
		width: 1280px;
		margin:0 auto;
}

.clear{
	clear:both;
}

.h2, h2 {
	font-size: 2.2em;
}

.content{
	width:100%;
	background-color:#efefef;
}


.navbar-nav {
	float: right;
	margin: 22px 0px 0px 0px;
}

.navbar-toggle{
	background-color: #333;
}

.navbar-inverse {
	background-color: #ffffff;
	border-color: #ffffff;
}

.navbar {
	position: relative;
	height: 60px;
	margin-bottom: 20px;
	border: 1px solid transparent;
}

.navbar-inverse .navbar-nav>li>a {
	color: #000000;
	font-size: 14px;
}

.navbar-inverse .navbar-nav>li>a:hover{
	color: #000000;
}

.carousel-caption {
	right: 20%;
	left: 20%;
	padding-bottom: 100px;
}

.lang{
	background-repeat:no-repeat;
	background-position:top left;
	width:51px;
	height:29px;
}

.th{
	background-image:url(../images/Lang-TH.png);
}

.en{
	background-image:url(../images/Lang-EN.png);
}

.lang:hover{
	background-image:url(../images/lang.png);
}


.home{
	width:100%;
	height:auto;
}


.home .box-home1{
	width:33.33%;
	height:auto;
	float:left;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
	position:relative;
}

.home .box-home1 .home1-detial , .home .box-home2 .home2-detial , .home .box-home3 .home3-detial {
  position: absolute;
  bottom: 140px;
  padding: 20px;
  color: #FFF;
  font-weight: bold;
  font-family: "Sukhumvit Set","Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
  font-size: 20px;
  text-align: center;
  display: none;
}

.home .box-home1:hover .home1-detial , .home .box-home2:hover .home2-detial , .home .box-home3:hover .home3-detial{
	display:block;
}

.home .box-home1 img{
	width:100%;
	height:auto;
}

.home .box-home2{
	width:33.33%;
	height:auto;
	float:left;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
	position:relative;
}

.home .box-home2 img{
	width:100%;
	height:auto;
}

.home .box-home3{
	width:33.33%;
	height:auto;
	float:left;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
	position:relative;
}

.home .box-home3 img{
	width:100%;
	height:auto;
}

.company_top{
	width:100%;
	height:auto;
	margin:0px 0px 40px 0px;
}

.company_top .company_box1{
	width:50%;
	float:left;
	height:auto;
	margin:40px 0px 0px 0px;
}

.company_top .company_box1 img{
	width:100%;
	height:auto;
}

.company_top .company_box2{
	width: 50%;
	float: left;
	height: auto;
	padding: 0px 70px;
	word-wrap: break-word;
	margin:40px 0px 0px 0px;
}

.company_top .company_box2 .title{
	font-family: 'overpassbold';
	background-image:url(../images/company/line.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding:0px 0px 15px 0px;
	font-size:1.8em;
	margin-bottom:20px;
}

.company_top .company_box2 p{
	font-family: "Sukhumvit Set","Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	text-align:justify;
	font-size:14px;
	color:#000000;
}

.client{
	text-align:center;
	color:#333333;
	font-size:30px;
	margin-top:30px;
	margin-bottom:10px;
}

.featured-product{
	width:100%;
	height:auto;
	background-color:#FFF;
}

.FD-left{
	width:50%;
	height:auto;
	float:left;
	padding:80px 100px;
}

.FD-right{
	width:50%;
	height:auto;
	float:left;
	background-color:#f6f2f1;
}

.magnify {
	position: relative;
	display: block;
}

.featured-product .title{
	font-family: 'overpassbold';
	padding:0px 0px 15px 0px;
	font-size:1.5em;
	margin-bottom:20px;
	color:#333333;
}

.featured-product .text{
	font-family: "Sukhumvit Set","Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	text-align:justify;
	font-size:14px;
	color:#000000;
	word-wrap:break-word;
	width: 300px;
}

.pa-pc{
	display:block;
}

.pa-sm{
	display:none;
}

.color{
	width:96px;
	height:146px;
	float:left;
	margin-right:10px;
	margin-top:10px;
}

.color p{
	font-family: "Sukhumvit Set","Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	text-align:justify;
	font-size:14px;
	color:#000000;
	word-wrap:break-word;
	text-align:center;
	margin-top:10px;
}

.type-product{
	width:100%;
	background-color:#FFF;
}

.type-product .typeA{
	width:50%;
	background-color:#BBBBBB;
	color:#FFFFFF;
	float:left;
	font-size:36px;
	text-align:center;
	padding:10px 0px;
	cursor:pointer;
}

.type-product .typeB{
	width:50%;
	background-color:#BBBBBB;
	color:#FFFFFF;
	float:left;
	font-size:36px;
	text-align:center;
	padding:10px 0px; 
	cursor:pointer;
}

.type-product .typeA:hover , .type-product .typeB:hover , .type-product .typeActive{
	background-color:#FFDA3A;
	color:#4D4D4D;
}

.dg-container .title{
	font-family: 'overpassbold';
	font-size: 1.5em;
	color: #333333;
	margin-top: 40px;
	text-align: center;
}

.text-L{
	width:55%;
	float:left;
	padding: 60px 20px;
}

.text-R{
	width:40%;
	float:left;
	padding: 100px 40px;
}

.text-R .title{
	font-family: 'overpassbold';
	font-size: 1.5em;
	color: #333333;
	margin-top: 40px;
	margin-bottom:20px;
}

.text-R .detial{
	font-family: "Sukhumvit Set","Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	font-size:14px;
	color:#000000;
	word-wrap:break-word;
	width: 350px;
}

.product-detial{
	width:93%;
	margin:0 auto;
	border-top:4px solid #FFDA3A;
	padding:40px 0px 40px 0px;
	position:relative;
	display:none;
}

.product-detial .close{
	position:absolute;
	background-image:url(../images/Product/button-close.png);
	background-repeat:no-repeat;
	background-position:top left;
	width:59px;
	height:57px;
	right:0px;
}

.product-detialL{
	float:left;
	width:55%;
	padding:0px 20px;
}

.product-detialR{
	float:left;
	width:45%;
	padding: 90px 60px;
}

.product-detialR .title{
	font-family: 'overpassbold';
	font-size: 1.8em;
	color: #333333;
}

.product-detialR .detial-title{
	font-size: 1.1em;
	color: #000000;
	background-image:url(../images/Product/bullet-black.png);
	background-repeat:no-repeat;
	background-position:center left;
	text-indent: 25px;
	margin-top:15px;
}

.product-detialR .detial{
	padding-left:25px;
	color:#000000;
	margin-top:10px;
}

.product-detialR .detial p{
	font-family: "Sukhumvit Set","Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	font-size:14px;
	color:#000000;
}

.text-T{
	background-color:#f6f2f1;
}

.title-made{
	font-family: 'overpassbold';
	font-size: 20px;
	color: #333333;
	margin-top:40px;
}

.madeL{
	width:630px;
	height:auto;
	float:left;
	padding:80px 0px;
	border-bottom:1px solid #999;
	margin-bottom:20px;
	margin-left:40px;
}

.madeR{
	width:280px;
	height:auto;
	float:left;
	padding-bottom: 80px;
	margin-left: 100px;
}

.madeR .T-A{
	float:left;
	width:50%;
	margin-top:10px;
}

.madeR .T-B{
	float:left;
	width:50%;
	margin-top:10px;
}

.C-1 , .C-2 , .C-3{
	width:33.33%;
	float:left;
	margin-top:10px;
	cursor:pointer;
}

.madeR .titleR{
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	color:#000;
	font-family: 'overpassbold';
	color: #333333;
	margin-top:15px;
}

.madeL .made-img{
	width:623px;
	height:249px;
	background-repeat:no-repeat;
	background-position:top left;
}

.madeR .color  , .madeR .color-strap{
	  width: 25px;
	  height: 36px;
	  background-position: top left;
	  background-repeat: no-repeat;
	  margin-bottom: -10px;
	  cursor: pointer;
	  float: left;
	  margin-right: 2px;
	  margin-top: 10px;
}

.madeR .texture{
	width:25%;
	font-family: "Sukhumvit Set","Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	font-size:14px;
	color:#000000;
	float:left;
	margin-top:15px;
}

.contact .contact-left{
	/* background-image: url(../images/contact_bg.png);
  	background-repeat: no-repeat;
  	background-position: top left; */
	width:785px;
	height:653px;
	position:relative;
	float:left;
}

.pc{
	display:block;
}

.contact-left_sm{
	display:none;
}

.contact .contact-left .left-detial{
	position: absolute;
  	width: 420px;
  	height: 360px;
  	left: 177px;
  	top: 140px;
	position:relative;
}

.contact .contact-left .left-detial .icon{
	position:absolute;
	bottom:0px;
	width: 420px;
}

.contact .contact-left .left-detial .facebook{
	background-image: url(../images/contact-icon/icon-facebook.png);
  	background-repeat: no-repeat;
  	background-position: center left;
  	padding-top: 10px;
  	height: 40px;
  	padding-left: 40px;
	float: left;
}

.contact .contact-left .left-detial .map{
	background-image: url(../images/contact-icon/button-viewmap.png);
  	background-repeat: no-repeat;
  	background-position: top left;
  	height:32px;
	width:110px;
	float: right;
}

.contact .contact-left .left-detial .tltle-c{
	font-size:24px;
	color:#FFF;
}

.contact .contact-left .left-detial .list-contact{
  	background-repeat: no-repeat;
  	background-position: top left;
	padding-left: 35px;
	margin-top:15px;
}

.contact .contact-right{
  	width: 280px;
  	height: auto;
  	margin-left: 70px;
	margin-top:150px;
  	float: left;
	position:relative;
}

.contact .contact-right .title-r,.contact .contact-left .title-r{
	font-size:24px;
	color:#000000;
}

.contact .contact-right input[type="text"]{
	width:100%; 
	height:25px; 
	padding:10px;
	border:1px solid #999;
	background: none;
}

.contact .contact-right textarea{
	width:100%; 
	padding:10px;
	border:1px solid #999;
	background: none;
}

.contact .contact-right input[type="submit"]{
	width: 100%;
  	border: none;
  	background-color: #FFDA3A;
}


footer {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	background-color: #FFF;
}

footer img{
	float:right;
}

footer .footer-TOP{
	width:100%;
	background-color:#FFF;
}

.footerT-L , .footerT-C , .footerT-R{
	width:33%;
	color:#333333;
	float:left;
	 margin-top: 30px;
 	 margin-bottom: 20px;
}

.footerT-C {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.footerT-C  div , .footerT-C  p.title-footer , .footerT-R div , .footerT-R  p.title-footer{
	margin-left: 100px;
}

.footerT-C .phone {
  background-image: url(../images/footer/icon-tel.png);
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: 40px;
	 min-height:30px;
}

.footerT-C .mobile {
  background-image: url(../images/footer/icon-mobile.png);
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: 40px;
  min-height:30px;
}

.footerT-R .fb {
  background-image: url(../images/footer/icon-facebook.png);
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: 40px;
  min-height:30px;
}

.footer-bottom{
	width: 100%;
 	background-color: #BBBBBB;
  	height: 60px;
  	padding-top: 10px;
}


.footer-bottom ul{
	list-style:none;
	margin-top:10px;
	float: left;
	margin-left: -60px;
}

.footer-bottom p{
	 float: right;
  	margin-top: 10px;
	color:#FFF;
}

.footer-bottom ul li{
	float: left;
  	padding: 2px 20px;
	color:#FFF;
	font-size:14px;
	font-weight:normal;
	border-right:2px solid #ccc;
}

.footer-bottom ul li a{
	color:#FFF;
}

@media screen and (max-width: 1270px) {
	body{
		font-family: 'overpassregular';
		width: 100%;
		margin:0 auto;
	}
}

@media screen and (max-width: 1200px) {
	.nav > li > a {
	  padding: 10px 10px;
	}
	
	.container {
 		 width: 100%;
	}
	
	.footerT-C  div , .footerT-C  p.title-footer , .footerT-R div , .footerT-R  p.title-footer{
		margin-left: 50px;
	}
	
	.contact .contact-left {
	  /* background-image: url(../images/contact_bg.png);
	  background-repeat: no-repeat;
	  background-position: top left; */
	  width: 785px;
	  height: 653px;
	  position: relative;
	  float: none;
	  margin-left: 50%;
	  left: -395px;
	}
	
	.contact .contact-right {
  		width: 280px;
  	 	height: auto;
  		margin-left: 70px;
  		margin-top: 50px;
  		float: none;
  		position: relative;
  		margin-left: 50%;
  		left: -140px;
	}
	
}

@media screen and (max-width: 1200px) {
	.text-R {
	  float: none;
	}
}

@media screen and (max-width: 1100px) {
	.text-L {
	  width: 100%;
	  float: none; 
	  padding: 20px 0px; 
	  text-align: center;
	}
	
	.text-R {
	  width: 100%;
	  float: none;
	  padding: 20px 40px;
	}
	
	.text-R .detial {
	  width: 100%;
	}
	
	.FD-left {
	  width: 50%;
	  height: auto;
	  float: left;
	  padding: 80px 40px;
	}
	
		
	.typeA , .typeB {
	  font-size: 24px !important;
	}
}

@media screen and (max-width: 1000px) {
	.product-detialL {
	  float: none;
	  width: 100%;
	  padding: 0px 20px;
	}
	
	.product-detialR {
	  float: none;
	  width: 100%;
	  padding: 90px 60px;
	}
	
}

@media screen and (max-width: 850px) {
	.company_top .company_box2{
		padding: 0px 30px;
	}
	
	.footer-bottom{
		height:auto;
	}
	
	.footer-bottom ul{
		float:none;
	}
	
	.footer-bottom .container p{
		float:none;
	}
	
	.footer-bottom p{
		text-align:center;
	}
	
	.contact{
		width:100%;
	}
	
	.pc{
		display:none;
	}
	
	.contact-left_sm{
		display:block;
		background-color:red;
		padding:30px 0px;
	}
	
	.contact-left_sm .icon{
		position:absolute;
		bottom:0px;
		width: 420px;
	}
	
	.contact-left_sm .facebook{
		background-image: url(../images/contact-icon/icon-facebook.png);
		background-repeat: no-repeat;
		background-position: center left;
		padding-top: 10px;
		height: 40px;
		padding-left: 40px;
		float: left;
	}
	
	.contact-left_sm .map{
		background-image: url(../images/contact-icon/button-viewmap.png);
		background-repeat: no-repeat;
		background-position: top left;
		height:32px;
		width:110px;
		float: right;
	}
	
	.contact-left_sm .tltle-c{
		font-size:24px;
		color:#FFF;
		margin-left:30px;
	}
	
	.contact-left_sm .list-contact{
		background-repeat: no-repeat;
		background-position: top left;
		padding-left: 35px;
		margin-top:15px;
		margin-left:30px;
	}
	
	.pa-pc{
		display:none;
	}
	
	.pa-sm{
		display:block;
	}
	
	.pa-sm .title {
	  font-family: 'overpassbold';
	  font-size: 1.5em;
	  color: #333333;
	  margin-top: 40px;
	  text-align: center;
	}
	
	.sliderBloc-list{
		margin-top: 50px;
	  	margin-left: 50% !important;
	  	left: -270px;
	 	width: 500px !important;
	}
	
	.pa-sm .theme{
		text-decoration:none; 
		width: 480px !important;
		left: 0px;
		 height: 400px !important;
	}
	
	#sliderBloc {
	  height: 550px !important;
	}
	
	#slider-stage {
	  height: 550px !important;
	}
	
	.slider-list a.theme span.nameVignette{
		width: 520px !important;
		text-align:center;
	}
	
	
	.featured-product .text {
	  font-family: "Sukhumvit Set","Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	  text-align: justify;
	  font-size: 14px;
	  color: #000000;
	  word-wrap: break-word;
	  width: 95%;
	}
	
	.FD-left{
		float:none;
		 width: 100%;
		 margin-bottom:-20px;
	}
	
	.FD-right {
	  width: 100%;
	  height: auto;
	  float: none;
	  background-color: #f6f2f1;
	  margin-top: -70px;
	  margin-bottom: 20px;
	  padding: 20px 0px;
	}
	
	.FD-right img{
	  width: 60% !important;
	  margin:0 auto;
	  display:block;
	}

	
}

@media screen and (max-width: 755px) {
	.company_top .company_box1 {
	  width: 50%;
	  float: none;
	  height: auto;
	  /* margin: 40px 0px 0px 0px; */
	  margin: 0 auto;
	  padding-top: 40px;
	}
	
	.company_top .company_box2 {
	  width: 100%;
	  float: left;
	  height: auto;
	  padding: 0px 20px;
	  word-wrap: break-word;
	  margin: 40px 0px 0px 0px;
	}
	
	.footerT-C  div , .footerT-C  p.title-footer , .footerT-R div , .footerT-R  p.title-footer{
		margin-left: 20px;
	}
	
	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	  border-color: #FFF;
	  margin-top: 25px;
	  background-color: #FFF;
	  /* width: 200px; */
	  /* right: 0px; */
	}
	
	.navbar-nav {
	  float: none;
	  margin: 22px 0px 0px 0px;
	}
	
	.madeL {
  		width: 550px;
	}
	
	.madeL .made-img{
		width:450px;
		height:180px;
		background-repeat:no-repeat;
		background-position:top left;
		-webkit-background-size: cover;
		background-size: cover;
	}
	
	.madeL .strap-img{
		width:450px;
		height:180px;
	}
	
	
}

@media screen and (max-width: 650px) {
	
	.company_top .company_box1 {
		width:80%;
	}
	
	.footerT-L, .footerT-C, .footerT-R{
		  width: 50%;
		  border-right:none !important;
	}
	
	.footerT-R div , .footerT-R  p.title-footer{
		margin-left: 0px;
	}
	
	
	.text-L img{
  		width: 100%;
	}
	
	.sliderBloc-list{
		margin-top:50px; margin-left:10px; width:280px !important;left: -155px;
	}
	
	.pa-sm .theme{
		text-decoration:none; 
		width:280px !important;
		left: 0px;
		 height: 400px !important;
	}
	
	#sliderBloc {
	  height: 280px !important;
	}
	
	#slider-stage {
	  height: 280px !important;
	}
	
	.slider-list a.theme span.nameVignette{
		width:280px !important;
		text-align:center;
	}
	
	.sliderBloc-list{
		margin-top:-10px;
	}
	
	.nameVignette{
		bottom:200px !important;
	}
	
}

@media screen and (max-width: 650px) {
	.footer-bottom ul{
		display:none;
	}
}

@media screen and (max-width: 550px) {
	.footerT-L, .footerT-C, .footerT-R{
		width:100%;
	}
	
	.footerT-L, .footerT-C, .footerT-R{
		margin-left: 0px;
		border:none;
	}
	
	.footerT-C div, .footerT-C p.title-footer, .footerT-R div, .footerT-R p.title-footer{
		margin-left: 0px;
	}
	
	.madeL {
  		width: 300px;
	    margin-left: 0px;
	}
	
	.madeL .made-img{
		width:280px;
		height:112px;
		background-repeat:no-repeat;
		background-position:top left;
		-webkit-background-size: cover;
		background-size: cover;
	}
	
	.madeL .strap-img{
		width:280px;
		height:112px;
	}
	
	.madeR {
	  width: 280px;
	  height: auto;
	  float: left;
	  padding-bottom: 80px;
	  margin-left: 0px;
	}
	
}

@media screen and (max-width: 320px) {
		
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: none;
	background-color: #FFF;
	width: 100%;
	margin-left:0px;
	margin-right:0px;
}
.navbar-nav {
	float: left;
	margin: -30px 0px 0px 0px;
	padding-bottom: 10px;
}

.home .box-home1 , .home .box-home2 , .home .box-home3{
	width:100%;
	height:auto;
	float:none;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.company_top .company_box1 , .company_top .company_box2{
	width:100%;
	height:auto;
	float:none;
}

.company_top .company_box2{
	padding: 0px 0px;
}


}

.read-banner{
	width: 120px;
	padding: 5px;
	border: 1px solid #FFF;
	font-size: 20px;
	margin: 0 auto;
}

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
    position: relative;
    z-index: 2;
    cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
    position: absolute;
    bottom: 150%;
    left: 50%;
    margin-bottom: 5px;
    margin-left: -80px;
    padding: 7px;
    width: 160px;
    -webkit-border-radius: 3px;
    -moz-border-radius:    3px;
    border-radius:         3px;
    background-color: #000;
    background-color: hsla(0, 0%, 20%, 0.9);
    color: #fff;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
    position: absolute;
    bottom: 150%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #000;
    border-top: 5px solid hsla(0, 0%, 20%, 0.9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}
