@charset "utf-8";

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

}

@font-face {
    font-family: 'thaisans_neueregular';
    src: url('thaisansneue-regular-webfont.eot');
    src: url('thaisansneue-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('thaisansneue-regular-webfont.woff2') format('woff2'),
         url('thaisansneue-regular-webfont.woff') format('woff'),
         url('thaisansneue-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
body{
	min-width:1170px;
}
.wrapper{
	font-family: 'thaisans_neueregular';
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	border:10px solid #FFF;
	min-height:630px;
	min-width:1150px;
	background-position:center center;
	background-size:cover;
}
.borderslide{
	border:2px solid #FFF;
	position:absolute;
	top:10px;
	bottom:10px;
	right:10px;
	left:330px;
}
.box_contact{
	width:435px;
	padding:25px 30px;
	display:block;
	background:rgba(255,255,255,0.85);
	position:absolute;
	right:35px;
	top:35px;
	z-index:9;
}
.contact_head{
	color:#bc6000;
	display:block;
	font-size:20px;
	font-weight:bold;
	margin:10px 0;
	letter-spacing:1px;
}
.contact_text{
	color:#222222;
	display:block;
	font-size:16px;
	line-height:36px;
}
.btn_downloadmap{
	display:block;
	background:url(../images/googlemap.png) no-repeat 5px center;
	height:37px;
	padding-left:50px;
	font-size:16px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	line-height:40px;
	margin-top:5px;
	margin-bottom:5px;
}
.box_input{
	font-family: 'thaisans_neueregular';
	font-size:16px;
	padding:0 2px;
	color:#222222;
	display:block;
	width:431px;
	border:0;
	border-bottom:1px solid #929292;
	margin-top:15px;
}
.head_area{
	color:#505050;
	display:block;
	font-size:16px;
	margin-top:15px;
}
.box_input::-webkit-input-placeholder {
   color: #505050;
}

.box_input:-moz-placeholder { /* Firefox 18- */
   color: #505050;  
}

.box_input::-moz-placeholder {  /* Firefox 19+ */
   color: #505050;  
}

.box_input:-ms-input-placeholder {  
   color: #505050;  
}
.box_area{
	font-family: 'thaisans_neueregular';
	font-size:16px;
	padding:0 2px;
	color:#222222;
	display:block;
	min-width:429px;
	max-width:429px;
	border:0;
	border:1px solid #929292;
	margin-top:5px;
	height:70px;
}
.btn_submit{
	background:#573007;
	color:#FFF;
	padding:5px 20px;
	display:inline-block;
	text-decoration:none;
	text-align:center;
	float:right;
	margin-top:15px;
	border:0;
	letter-spacing:1px;
	font-size:14px;
}
.head_download{
	color:#000;
	font-size:30px;
	display:block;
	text-shadow: 0px 1px 3px rgba(150, 150, 150, 1);
	padding:25px 35px;
	text-transform:uppercase;
}
.box_download{
	display:inline-block;
    width:14%;
    margin-left:4%;
	margin-bottom:5%;
	background:#FFF;
	padding:0.3%;
	-webkit-box-shadow: 0px 1px 3px 2px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px 1px 3px 2px rgba(50, 50, 50, 0.2);
	box-shadow:         0px 1px 3px 2px rgba(50, 50, 50, 0.2);
}
.box_download img{
	width:100%;
	height:auto;
	display:block;
}
.box_product{
	/*display:inline-block;
    width:18%;
    margin-left:4%;
	margin-bottom:5%;*/
	background:#FFF;
	padding:1%;
	-webkit-box-shadow: 0px 1px 3px 2px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px 1px 3px 2px rgba(50, 50, 50, 0.2);
	box-shadow:         0px 1px 3px 2px rgba(50, 50, 50, 0.2);
	text-decoration:none;
	text-align:center;
}
.box_product img{
	max-width:100%;
	max-height:100%;
	display:block;
	margin:0 auto;
}
.product_code{
	color:#000;
	font-size:14px;
	display:block;
	text-align:center;
	margin-top:15px;
}
.more_detail{
	color:#FFF;
	background:#905800;
	display:inline-block;
	margin:10px auto 10px auto;
	padding:8px 15px 8px 15px;
	font-size:11px;
	font-weight:bold;
	font-family: 'romanserifregular', 'thaisans_neueregular';
}
.content_about{
	color:#222222;
	width:100%;
	text-indent:70px;
	font-size:14px;
	margin-top:15px;
	line-height:30px;
	float:left;
}
.pic_detail{
	max-width:505px;
	background:#FFF;
	-webkit-box-shadow: 0px 1px 3px 2px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px 1px 3px 2px rgba(50, 50, 50, 0.2);
	box-shadow:         0px 1px 3px 2px rgba(50, 50, 50, 0.2);
	display:inline-block;
	margin:5%;
	padding:8% 5%;
	min-width:300px;
	width:35%;
}
.pic_detail img{
	display:block;
	max-width:100%;
	max-height:100%;
	margin:0 auto;
}
.wrap_detail{
	display:inline-block;
	width:40%;
	vertical-align:top;
	margin-top:5%;
}
.detail_head{
	border-bottom:2px solid #553400;
	color:#553400;
	font-size:24px;
	text-transform:uppercase;
	font-family: 'romanserifregular', 'thaisans_neueregular';
	font-weight:bold;
	text-shadow: 1px 2px 3px rgba(150, 150, 150, 0.7);
	line-height:27px;
}
.detail_code{
	background:#553400;
	font-size:18px;
	font-family: 'romanserifregular', 'thaisans_neueregular';
	text-transform:uppercase;
	color:#FFF;
	margin-top:4px;
	line-height:36px;
	padding-top:5px;
	text-indent:10px;
}
.detail_product{
	font-size:14px;
	color:#000;
	line-height:32px;
	margin-top:10px;
	padding-left:10px;
}
.detail_head2{
	border-bottom:2px solid #553400;
	color:#553400;
	font-size:18px;
	text-transform:uppercase;
	font-family: 'romanserifregular', 'thaisans_neueregular';
	font-weight:bold;
	text-shadow: 1px 2px 3px rgba(150, 150, 150, 0.7);
	line-height:27px;
	margin-top:20px;
}
.menu_product{
	width:99%;
	display:block;
	margin:0 1%;
}
.menu_product > a{
	float:left;
	background:#696969;
	text-align:center;
	padding:0 1%;
	color:#FFF;
	text-decoration:none;
	font-family: 'romanserifregular', 'thaisans_neueregular';
	font-size:14px;
	text-transform:uppercase;
	height:45px;
	line-height:48px;
	margin-left:1%;
	margin-top:1%;
}
.menu_product > a:hover, .menu_product > a.active{
	background:#553400;
}
.img_product{
	height:180px;
	width:100%;
	float:none;
	display:block;
	vertical-align:middle;
	text-align:center;
	margin:0 auto;
	position:relative;
}
.img_product img{
	display:block;
	max-width:100%;
	max-height:100%;
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}