.dotdotdot{}
body{
}
select {
-webkit-box-shadow: inset 1px 1px 3px 0px rgba(176,176,176,1);
-moz-box-shadow: inset 1px 1px 3px 0px rgba(176,176,176,1);
box-shadow: inset 1px 1px 3px 0px rgba(176,176,176,1);

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #FFF;
	background-image: url(images/ico_arr_select.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 25px;
	width: 190px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.header {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color: #FFF;
	position: relative;
	height: 106px;
	width: 100%;
}
.header .bxHeader{
	position: relative;
	margin: auto;
	max-width:1000px;
}
.header .logo {
	display: block;
	float: left;
	line-height: 0px;
	text-decoration: none;
}
.header .logo img {
}
.header .bxMenu {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

	color: #231f20;
	position: absolute;
	right: 0px;
	bottom: 0px;
	font-size: 16px;
}
.header .bxMenu .linkMenu {
	color: #231f20;
	cursor: pointer;
	display: inline-block;
	position: relative;
	margin-right: 12px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: transparent;
	text-decoration: none;
}
.header .bxMenu .linkMenu:hover {
	color: #e16608;
}
.header .bxMenu .linkMenuIn {
	color: #231f20;
	text-decoration: none;
}
.header .bxMenu .linkMenuIn:hover {
	color: #e16608;
}
.header .bxMenu .linkMenu.sel {
	color: #e16608;
	border-bottom-color: #e16608;
}
.header .bxMenu .linkMenu .linkMenuSub {
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, .6);
	position: absolute;
	display: none;
	padding: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #e16608;
	top: 27px;
	left: 0px;
	width: 350px;
	font-size: 16px;
	z-index: 2;
}
.header .bxMenu .linkMenu .linkMenuSub a {
	color: #FFF;
	display: block;
	text-decoration: none;
}
.header .bxMenu .linkMenu .linkMenuSub a:hover {
	color: #e16608;
}
.header .bxMenu .linkMenu:hover .linkMenuSub {
	display:block;
}
.index_slide {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #b71726;
}
.index_slide .linkSlide {
	line-height: 0px;
	text-decoration: none;
	display: block;
}
.index_slide .linkSlide .img {
	display: block;
	width: 100%;
}
.top_img  {
	position: relative;
	width: 100%;
	line-height: 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #b71726;
}
.top_img .img {
	display: block;
	width: 100%;
}
.top_img .bx_top_bnn_txt ,
.top_img_news .bx_top_bnn_txt {
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
width: 100%;
max-width: 1000px;
height: 100%;
display: block;
position: absolute;
top: 0px;
}
.top_img h1 {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50% , -50%);
	-moz-transform: translate(-50% , -50%);
	-ms-transform: translate(-50% , -50%);
	transform: translate(-50% , -50%);
	font-size: 32px;
	line-height: normal;
	position: absolute;
	text-align: center;
	width: 100%;
}
.top_img h1.namePro {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	transform: none;
	top: auto;
	bottom: 30px;
	text-align: left;
	padding-left: 10px;
	left: 0px;
}

.top_img .smallLink {
	color: #FFF;
	display: block;
	position: absolute;
	left: 10px;
	top: 20px;
	line-height:normal;
}
.top_img .smallLink a {
	color: #FFF;
}
.top_img_news {
	position: relative;
	width: 100%;
	line-height: 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #b71726;
	background-color: #313131;
}
.top_img_news .img {
	display: block;
	width: 100%;
}
.top_img_news .topicText {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50% , -50%);
	-moz-transform: translate(-50% , -50%);
	-ms-transform: translate(-50% , -50%);
	transform: translate(-50% , -50%);
	line-height: normal;
	position: absolute;
	text-align: center;
	width: 100%;
}
.top_img_news .topicText h1 {
	font-size: 32px;
}
.top_img_news .topicText span {
}
.top_img_news .smallLink {
	color: #FFF;
	display: block;
	position: absolute;
	left: 10px;
	top: 20px;
}
.top_img_news .smallLink a {
	color: #FFF;
}







.top_search {
	line-height: 0px;
	background-color: #f9f9f9;
	position: relative;
	text-align: center;
	color: #58585a;
	font-size: 18px;
	height:300px;
}
.top_search .img {
	display: block;
	width: 100%;
}
.top_search .tpSearchText {
	line-height: normal;
	position: absolute;
	top:40%;
	left:50%;
	-webkit-transform: translate(-50% , -40%);
	-moz-transform: translate(-50% , -40%);
	-ms-transform: translate(-50% , -40%);
	transform: translate(-50% , -40%);
	width:100%;
}
.top_search .tpSearchText h1 {
	font-size: 32px;
	color: #e16608;
}
.top_search .tpSearchText span {
}
.top_search .tpSearchText span i {
	font-style: normal;
	color: #e16608;
}
.top_search .tpSearchText span .ibr {
	display:none;
}
.top_search .searchIconPic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #e16608;
	position: absolute;
	bottom: 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #e16608;
}
.top_search .searchIconPic::before {
	content: "";
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	width: 100%;
	background-color: #58585a;
	height: 35px;
	display: block;
}
.top_search .searchIconPic.forSearch1::before {
	-webkit-mask-image: url(images/ico_wr_type1+2.png);
	mask-image: url(images/ico_wr_type1+2.png);
	width:194px;
}
.top_search .searchIconPic.forSearch2::before {
	-webkit-mask-image: url(images/ico_wr_type2.png);
	mask-image: url(images/ico_wr_type2.png);
}
.top_search .searchIconPic.forSearch3::before {
	-webkit-mask-image: url(images/ico_wr_type3.png);
	mask-image: url(images/ico_wr_type3.png);
}
.top_search .searchIconPic span {
	color: #e16608;
	line-height: normal;
}
.main .underSearch {
}

















.main {
	margin: auto;
	max-width:1000px;
	width:100%;
}
.main .mainBg1 {
	background-color: #303030;
	padding-bottom: 20px;
	position: relative;
}

.main .topic {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.main .topic h2 {
	font-size: 26px;
	color: #e16608;
}
.main .topic .topicSmall {
}
.main .bxProIndex {
	padding-right: 20px;
	padding-left: 20px;
}
.main .bxProIndex .topic {
	font-size: 26px;
	color: #e16608;
	text-align: left;
}
.main .bxProIndex.bxProRelate {
	background-color: #313131;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e7e7e7;
	padding-bottom: 30px;
}


.main .bxProIndex .bxProList {
	float: left;
	width: 100%;
	padding: 10px;
}
.main .bxProIndex .bxProList .linkImg {
	display: block;
	width: 100%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #e16608;
}
.main .bxProIndex .bxProList .linkImg .img {
	display: block;
	width: 100%;
	background-color: #242424;
}
.main .bxProIndex .bxProList .linkTxt {
	font-size: 20px;
	color: #e16608;
	text-decoration: none;
	height: 70px;
	width: 100%;
	display: block;
}
.main .bxProIndex .bxProList .desText {
	font-size: 15px;
	line-height: 22px;
	height: 70px;
}
.main .bxProIndex.proAllList {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e7e7e7;
	background-color: #000;
	padding: 40px;
}
.main .bxProIndex.proAllList:nth-child(even) {
	background-color: #303030;
}
.main .underListSearch {
	position: relative;
	width: 100%;
	height: 2px;
}
.main .underListSearch::after {
	position: absolute;
	content: "";
	height: 3px;
	width: 100%;
	left: 0px;
	top: -1px;
	background-color: #b71726;
	display: block;
}
.main .underSearch {
	height: 1px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e7e7e7;
}
.main .bxProIndex.proAllList h1 {
	font-size: 30px;
	color: #e16608;
}
.main .bxProIndex.proAllList h2 {
}
.main .bxProIndex.proAllList h2 i{
	color: #e16608;
	font-style: normal;
}
.main .bxProIndex.proAllList .commingsoom {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
}
.main .bxProIndex.proAllList .commingsoom .img {
	vertical-align: middle;
}
.main .bxProIndex.proAllList .commingsoom span{
	vertical-align: middle;
	display: block;
}

.main .bxProIndex.proAllList .bxProList {
	width: 25%;
}
.main .bxProIndex.proAllList .owl-carousel .bxProList {
	width: 100%;
}
.main .bxProIndex.proAllList .bxBtn {
	text-align: center;
	width: 100%;
	padding-top: 30px;
}
.main .bxProIndex.proAllList .bxBtn .btn {
	background-color: #58585a;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.main .bxProIndex.proAllList .bxBtn .btn:hover {
	background-color: #b71726;
}


.main .bxSelectSearch {
	text-align: center;
	display: block;
	width: 100%;
	padding-top: 20px;
	position: relative;
}
.main .bxSelectSearch .choose {
	opacity: 0.4;/*ทำให้โปร่งใส*/
	filter: alpha(opacity=40); /* For IE8 and earlier */
	background-repeat: no-repeat;
	background-position: center top;
	display: inline-block;
	width: 100px;
	margin-right: 30px;
	margin-left: 30px;
	padding-top: 45px;
	position: relative;
	cursor: pointer;
	font-size: 15px;
}
.main .bxSelectSearch .choose.sel {
	opacity: 1;/*ทำให้โปร่งใส*/
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
.main .bxSelectSearch .choose::after {
	content: "";
	background-color: transparent;
	height: 3px;
	width: 60px;
	bottom: -2px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.main .bxSelectSearch .choose.sel::after {
	background-color: #e16608;
}
.main .bxSelectSearch .choose.choose0 {
	background-image: url(images/ico_wr_type1+2.png);
	width: 194px;
}
.main .bxSelectSearch .choose.choose1 {
	background-image: url(images/ico_wr_type1.png);
}
.main .bxSelectSearch .choose.choose2 {
	background-image: url(images/ico_wr_type2.png);
}
.main .bxSelectSearch .choose.choose3 {
	background-image: url(images/ico_wr_type3.png);
}
.main .frmSearch {
	background-color: #f9f9f9;
	display: block;
	color: #58585a;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.main .frmSearch .grpSearch {
	color: #58585a;
	padding-bottom: 30px;
}
.main .frmSearch .grpSearch .searchTxt {
	color: #58585a;
	display: inline-block;
	margin-right: 15px;
	margin-left: 15px;
}
.main .frmSearch .grpSearch .searchTxt select {
-webkit-box-shadow: inset 1px 1px 3px 0px rgba(176,176,176,1);
-moz-box-shadow: inset 1px 1px 3px 0px rgba(176,176,176,1);
box-shadow: inset 1px 1px 3px 0px rgba(176,176,176,1);

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #FFF;
	background-image: url(images/ico_arr_select.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 25px;
	width: 190px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.main .frmSearch .grpSearch .searchTxt .search_q {
-webkit-box-shadow: inset 1px 1px 3px 0px rgba(176,176,176,1);
-moz-box-shadow: inset 1px 1px 3px 0px rgba(176,176,176,1);
box-shadow: inset 1px 1px 3px 0px rgba(176,176,176,1);

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 25px;
	width: 280px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.main .frmSearch .hidSearch {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	position: absolute;
	bottom: 20px;
	background-image: url(images/ico_arr_cr_up.png);
	background-repeat: no-repeat;
	height: 14px;
	width: 30px;
	cursor: pointer;
	z-index: 1;
}
.main .frmSearch.frmSearchHid {
	height: 1px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.main .frmSearch.frmSearchHid .grpSearch,
.main .frmSearch.frmSearchHid .btn{
	display:none;
}
.main .frmSearch.frmSearchHid .hidSearch {
	-webkit-transform: translateX(-50%) rotate(180deg);
	-moz-transform: translateX(-50%) rotate(180deg);
	-ms-transform: translateX(-50%) rotate(180deg);
	transform: translateX(-50%) rotate(180deg);
	bottom: 6px;
	z-index: 1;
}
.main .bxNewsIndex {
}
.main .bxNewsIndex .bxNewsList {
	padding: 10px;
	float: left;
	width: 25%;
	text-align: center;
}
.main .bxNewsIndex .bxNewsList .linkImg {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display: block;
	width: 100%;
	position: relative;
	line-height: 0px;
	overflow: hidden;
}
.main .bxNewsIndex .bxNewsList .linkImg .img {
	display: block;
	width: 100%;
}
.main .bxNewsIndex .bxNewsList .linkImg .linkText {
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, .6);
	line-height: normal;
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	font-size: 18px;
	color: #FFF;
	z-index: 1;
	max-height:60px;
	padding-left:5px;
	padding-right:5px;
}
.main .bxNewsIndex .bxNewsList .linkImg:hover .linkText {
	background: rgb(225, 102, 8);
	background: rgba(225, 102, 8, .6);
}
.main .bxNewsIndex .bxNewsList .linkImg:hover::after {
	background: rgb(225, 102, 8);
	background: rgba(225, 102, 8, .4);
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
}
.main .bxNewsIndex .bxNewsList .desText {
	height: 70px;
	padding-top: 10px;
	line-height: 18px;
}
.main .bgVideo {
	line-height: 0px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e7e7e7;
	overflow: hidden;
}
.main .bgVideo .bgVidImg {
	display: block;
	width: 100%;
}
.main .bgVideo .bgvid {
position: absolute;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
top: 50%;
left: 50%;
-webkit-transform: translate(-50% , -50%);
-moz-transform: translate(-50% , -50%);
-ms-transform: translate(-50% , -50%);
transform: translate(-50% , -50%);
}
.main .bgVideo .vidText {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50% , -50%);
	-moz-transform: translate(-50% , -50%);
	-ms-transform: translate(-50% , -50%);
	transform: translate(-50% , -50%);
	line-height: normal;
	position: absolute;
	text-align: center;
	width: 80%;
}
.main .bgVideo .vidText .btnPlay {
	cursor: pointer;
}
.main .bgVideo .vidText h2 {
	font-size: 32px;
	font-family: "Century Gothic";
	font-weight: normal;
}
.main .bgVideo .vidText h3 {
	font-weight: normal;
}
.main .bgMapBuy {
	line-height: 0px;
	position: relative;
}
.main .bgMapBuy .bgMapBuyImg {
	display: block;
	width: 100%;
}

.main .bgMapBuy .frmMapBuy {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50% , -50%);
	-moz-transform: translate(-50% , -50%);
	-ms-transform: translate(-50% , -50%);
	transform: translate(-50% , -50%);
	width: 80%;
	position: absolute;
	text-align: center;
	line-height: normal;
}
.main .bgMapBuy .frmMapBuy .mapInput {
}
.main .bgMapBuy .frmMapBuy .mapInput .inputText1 {
	text-align: center;
	width: 300px;
}
.main .bgMapBuy .frmMapBuy .mapInput select {
	text-align: center;
	width: 300px;
}
.main .bgMapBuy .frmMapBuy .btn {
}
.main .bxDetailBlog {
	padding: 30px;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e7e7e7;
}
.main .bxDetailBlog h1,
.main .bxDetailBlog h2,
.main .bxDetailBlog h3,
.main .bxDetailBlog h4{
	color: #e16608;
}
.main .bxDetailBlog h1{
	font-size:30px;
}
.main .bxDetailBlog h2{
	font-size:26px;
}
.main .bxDetailBlog h3{
	font-size:22px;
}
.main .bxDetailBlog h4{
	font-size:18px;
}
.main .bxDetailBlog img {
	max-width:100%;
}
.main .bxProDetail {
	padding: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e7e7e7;
}
.main .bxProDetail .topLink {
}
.main .bxProDetail .topLink a {
	color: #e16608;
	text-decoration: none;
	display: inline-block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e16608;
}
.main .bxProDetail .bxDetailSec {
	padding-top: 30px;
}
.main .bxProDetail .bxDetailSec .bxImg {
	float: left;
	width: 40%;
	line-height: 0px;
}
.main .bxProDetail .bxDetailSec .bxImg .img {
	display: block;
	width: 100%;
	background-color: #242424;
}
.main .bxProDetail .bxDetailSec .bxText {
	float: left;
	width: 60%;
	padding-left: 30px;
}
.main .bxProDetail .bxDetailSec .bxText .proTxtSec1 {
	padding-bottom: 30px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #e16608;
}
.main .bxProDetail .bxDetailSec .bxText .proTxtSec1 .t1 {
	color: #e16608;
	width: 30%;
	float: left;
}
.main .bxProDetail .bxDetailSec .bxText .proTxtSec1 .t2 {
	float: left;
	width: 70%;
}
.main .bxProDetail .bxDetailSec .bxText .proTxtSec2 {
	padding-top: 30px;
}
.main .bxProDetail .bxDetailSec .bxText .proTxtSec2 h3 {
	color: #e16608;
}

.main .bxProDetail .bxDetailSec .bxText .proTxtSec2 .bxBtnDl {
	padding-top: 20px;
	text-align: right;
	width: 100%;
}
.main .bxProDetail .bxDetailSec .bxText .proTxtSec2 .bxBtnDl .btnDl {
	display: inline-block;
	background-image: url(images/ico_download.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 34px;
}
.main .bxProDetail .bxDetailSec .bx_share {
	text-align: center;
	width: 100%;
	padding-top: 30px;
	line-height: 21px;
	vertical-align: middle;
	font-size: 18px;
}
.main .bxProDetail .bxDetailSec .bx_share .sh {
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	height: 21px;
	width: 21px;
	margin-right: 5px;
	margin-left: 5px;
	cursor: pointer;
	vertical-align: middle;
	background-color: #e16608;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
}
.main .bxProDetail .bxDetailSec .bx_share .sh:hover {
	background-color: #FFF;
}
.main .bxProDetail .bxDetailSec .bx_share .sh.sh-tw {
	-webkit-mask-image: url(images/ico_sc_tw.png);
	mask-image: url(images/ico_sc_tw.png);
}
.main .bxProDetail .bxDetailSec .bx_share .sh.sh-fb {
	-webkit-mask-image: url(images/ico_sc_fb.png);
	mask-image: url(images/ico_sc_fb.png);
}
.main .bxProDetail .bxDetailSec .bx_share .sh.sh-pn {
	-webkit-mask-image: url(images/ico_sc_pn.png);
	mask-image: url(images/ico_sc_pn.png);
}
.main .bxDetailNews {
	padding:10px;
}
.main .bxDetailNews .topLink {
	font-size: 18px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.main .bxDetailNews .topLink a {
	display: inline-block;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #e16608;
}
.main .bxDetailNews .detailNewsText {
	padding-bottom: 50px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e7e7e7;
}
.main .bxDetailNews .bxTableQr {
	padding-top: 20px;
}
.main .bxDetailNews .detailNewsText .h1Topic{
margin-top:50px;
font-size: 32px;
color: #e16608;
text-align: center;
}
.main .bxDetailNews .detailNewsText .spanDate{
display: block;
text-align: center;
margin-bottom:50px;
}
.main .bxDetailNews .detailNewsText .img {
	display: block;
	width: 100%;
	margin-bottom: 30px;
}
.main .bxDetailNews .detailNewsText .t {
}
.main .bxDetailNews .detailNewsText .t img{
	max-width:100%;
	margin:10px;
}
.main .bxListDl {
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}
.main .bxListDl .bxDetailDl {
	padding-bottom: 30px;
}
.main .bxListDl .bxDetailDl .dlImg {
	line-height: 0px;
	float: left;
	width: 40%;
}
.main .bxListDl .bxDetailDl .dlImg .img {
	width: 100%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #e16608;
}
.main .bxListDl .bxDetailDl .dlText {
	float: left;
	width: 60%;
	padding-left: 30px;
}
.main .bxListDl .bxDetailDl .dlText h1 {
	font-size: 30px;
	color: #e16608;
}
.main .bxListDl .bxDetailDl .dlText .t {
}
.main .bxListDl .bxDetailDl .dlText .t .bxBtnDl {
	padding-top: 30px;
}
.main .bxListDl .bxDetailDl .dlText .t .bxBtnDl .btnDl {
	background-image: url(images/ico_download.png);
	background-repeat: no-repeat;
	background-position: 30px center;
	padding-right: 35px;
	padding-left: 50px;
}
.main .bxListDl .bxDetailDl .dlText .t .bxBtnDl i{
font-style: normal;
font-size: 12px;
}

.main .bgMap1 {
	position: relative;
	min-height: 450px;
	width: 100%;
	background-image: url(images/bg_agent_map.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.main .bgMap1.bgMapOnline {
	background-image: url(images/bg_agent_online.jpg);
}
.main .bgMap1 .bxDetailMap1 {
	height: 50%;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e7e7e7;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
}
.main .bgMap1 .bxDetailMap1.bxDetailMap1Online {
	top:50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);

	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: auto;
}
.main .bgMap1 .bxDetailMap1 h1 {
	font-size: 26px;
	color: #e16608;
	padding-top: 30px;
}
.main .bgMap1 .bxDetailMap1.bxDetailMap1Online h1{
	padding-top: 0px;
}
.main .bgMap1 .bxDetailMap1 .tSmall {
	font-size: 16px;
padding-left: 10px;
padding-right: 10px;
}
.main .bgMap1 .bxDetailMap1 .bxIcoMap {
	text-align: center;
	display: block;
	position: absolute;
	left: 0px;
	bottom: -2px;
	width: 100%;
}
.main .bgMap1 .bxDetailMap1 .bxIcoMap .mapIco {
	display: inline-block;
	width: 100px;
	padding-top: 40px;
	cursor: pointer;
	margin-right: 10px;
	margin-left: 10px;
}
.main .bgMap1 .bxDetailMap1 .bxIcoMap .mapIco::before {
	content: "";
	display: inline-block;;
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:100%;
}
.main .bgMap1 .bxDetailMap1 .bxIcoMap .mapIco.mapIco1:hover::before ,
.main .bgMap1 .bxDetailMap1 .bxIcoMap .mapIco.mapIco1.sel::before {
	background-image: url(images/shop1.png);
}
.main .bgMap1 .bxDetailMap1 .bxIcoMap .mapIco.mapIco2:hover::before ,
.main .bgMap1 .bxDetailMap1 .bxIcoMap .mapIco.mapIco2.sel::before {
	background-image: url(images/shop2.png);
}
.main .bgMap1 .bxDetailMap1 .bxIcoMap .mapIco.mapIco1::before {
	background-image: url(images/shop1-2.png);
}
.main .bgMap1 .bxDetailMap1 .bxIcoMap .mapIco.mapIco2::before {
	background-image: url(images/shop2-2.png);
}
.main .bgMap1 .bxDetailMap1 .bxIcoMap .mapIco span {
	display: inline-block;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #58585a;
	color: #58585a;
	font-size: 16px;
}
.main .bgMap1 .bxDetailMap1 .bxIcoMap .mapIco:hover span ,
.main .bgMap1 .bxDetailMap1 .bxIcoMap .mapIco.sel span {
	border-bottom-color: #e16608;
	color: #e16608;
}
.main .bgMap1 .bxDetailMap2 {
	position: absolute;
	height: 50%;
	width: 100%;
	left: 0px;
	bottom: 0px;
}
.main .bgMap1 .bxDetailMap2 .frmSheachMap1 {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	text-align: center;
	position: absolute;
	width: 100%;
}
.main .bgMap1 .bxDetailMap2 .frmSheachMap1 .searchTxt {
	display: inline-block;
	padding-right: 30px;
	padding-left: 30px;
	text-align: center;
padding-bottom: 10px;
}
.main .bgMap1 .bxDetailMap2 .frmSheachMap1 .searchTxt select {
	-webkit-box-shadow: inset 1px 1px 3px 0px rgba(176,176,176,1);
	-moz-box-shadow: inset 1px 1px 3px 0px rgba(176,176,176,1);
	box-shadow: inset 1px 1px 3px 0px rgba(176,176,176,1);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #FFF;
	background-image: url(images/ico_arr_select.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 25px;
	width: 190px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: inline-block;
}
.main .bgMap1 .bxDetailMap2 .frmSheachMap1 .btnTxt {
	padding-top: 20px;
}

.main .bgMap1 .bxDetailMap2 .frmSheachMap1 .btnTxt .btn {
	padding-right: 20px;
	padding-left: 20px;
}
.main .bxListAgen {
	padding-bottom: 50px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e7e7e7;
}
.main .bxListAgen .btnSwish {
	font-size: 18px;
	line-height: 34px;
	text-align: right;

padding-top: 20px;
padding-left: 10px;
margin-bottom: -30px;
}
.main .bxListAgen .btnSwish i{
	font-style: normal;
	color: #e16608;
}
.main .bxListAgen .topicH1 {
	font-size: 28px;
	color: #e16608;
	padding-top: 50px;
	padding-bottom: 20px;
	font-weight: bold;
	padding-left: 10px;
}
.main .bxListAgen .bxList4agen {
}
.main .bxListAgen .bxList4agen .bxListDetail {
	padding: 10px;
}
.main .bxListAgen .bxList4agen .bxListDetail:hover {
	background-color: #313131;
}
.main .bxListAgen .bxList4agen .bxListDetail .linkMap {
	display: block;
	float: right;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	text-decoration: none;
	font-weight: bold;
z-index: 1;
position: relative;
}
.main .bxListAgen .bxList4agen .bxListDetail .linkMap::before {
	background-color: #58585a;
	-webkit-mask-image: url('images/ico_map.png');
	mask-image: url('images/ico_map.png');
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	content: "";
	display: inline-block;
	height: 40px;
	width: 40px;
}
.main .bxListAgen .bxList4agen .bxListDetail .linkMap::after {
	content: "";
	background-color: #e16608;
	display: block;
	height: 3px;
	width: 50px;
	margin: auto;
}
.main .bxListAgen .bxList4agen .bxListDetail .linkMap:hover::before {
	background-color: #e16608;
}
.main .bxListAgen .bxList4agen .bxListDetail .linkMap span {
	display: block;
	color: #58585a;
	line-height: 18px;
}
.main .bxListAgen .bxList4agen .bxListDetail .linkMap:hover span {
	color: #e16608;
}
.main .bxListAgen .bxList4agen .bxListDetail .ag_img {
	display: block;
float: left;
margin-right: 10px;
width: 130px;
}
.main .bxListAgen .bxList4agen .bxListDetail .ag_detail {
	position: relative;
	float: left;
}
.main .bxListAgen .bxList4agen .bxListDetail h1 {
	font-size: 24px;
	color: #e16608;
	position: relative;
}
.main .bxListAgen .bxList4agen .bxListDetail h1 span{
	display: inline-block;
	height: 35px;
}
.main .bxListAgen .bxList4agen .bxListDetail h1 i{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	display: inline-block;
	height: 20px;
	width: 50px;
}
.main .bxListAgen .bxList4agen .bxListDetail h1 i.is1{
	background-image: url(images/ico_wr_type1.png);
}
.main .bxListAgen .bxList4agen .bxListDetail h1 i.is2{
	background-image: url(images/ico_wr_type4.png);
}
.main .bxListAgen .bxList4agen .bxListDetail h1 i.is3{
	background-image: url(images/ico_wr_type2.png);
}
.main .bxListAgen .bxList4agen .bxListDetail h1::after {
	content: "";
	background-color: #e16608;
	display: block;
	height: 3px;
	width: 60px;
	margin-left: 40px;
}
.main .bxListAgen .bxList4agen .bxListDetail .t {
	color: #58585a;
	padding-top: 10px;
}
.main .bxListAgen .bxList4agen .bxListDetail h1 .tico{
height: 30px;
position: relative;
top: 13px;
}
.main .bxListAgen .bxList4agen .bxListDetail .t a{
	color: #58585a;
}
.main .bxListAgen .bxList4agen .bxListDetail:hover .t ,
.main .bxListAgen .bxList4agen .bxListDetail:hover .t a{
	color: #FFF;
}
.main .bxFaqList {
	padding-top: 50px;
	padding-bottom: 50px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e7e7e7;
}
.main .bxFaqList .bxFaqDetail {
	padding: 10px;
}
.main .bxFaqList .bxFaqDetail:nth-child(even) {
	background-color: #313131;
}
.main .bxFaqList .bxFaqDetail h1 {
	font-size: 24px;
	color: #e16608;
	padding-bottom: 10px;
}
.main .bxFaqList .bxFaqDetail .t {
}
.main .bxContact1 {
	padding-bottom: 50px;
	padding-top: 30px;
}
.main .bxContact1 .bx1 {
	float: left;
	width: 50%;
}
.main .bxContact1 .bx1 iframe {
	width: 100%;
	height: 250px;
}
.main .bxContact1 .bx2 {
	float: left;
	width: 50%;
	padding-left: 20px;
}
.main .bxContact1 .bx2 .t1 {
	padding-bottom: 20px;
}
.main .bxContact1 .bx2 .t1 h1 {
	font-size: 22px;
	color: #e16608;
}
.main .bxContact1 .bx2 .t1 .txt {
}
.main .bxContact1 .bx2 .t2 {
}
.main .bxContact1 .bx2 .t2 .txt1 {
	color: #e16608;
	float: left;
	width: 30%;
}
.main .bxContact1 .bx2 .t2 .txt1.txt100 {
	width: 100%;
}
.main .bxContact1 .bx2 .t2 .txt1.txt100 a{
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	margin-left: 15px;
}
.main .bxContact1 .bx2 .t2 .txt2 {
	float: left;
	width: 70%;
}
.main .bxContact1 .bx2 .t2 .txt2 a{
	color:#FFF;
}
.main .bxContact1 .bx2 .t2 .txt2 a:hover{
	text-decoration: none;
}
.main .bxContact1 .bx2 .t2 .cb {
}
.main .bxContact2 {
}
.main .bxContact2 .hTab {
}
.main .bxContact2 .hTab::after {
-webkit-box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.75);

	content: "";
	background-color: #e16608;
	height: 3px;
	width: 100%;
	display: block;
	position:relative;
}
.main .bxContact2 .hTab .aTab {
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 0px 0px;

	display: inline-block;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-color: #404040;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}
.main .bxContact2 .hTab .aTab:first-child {
	margin-left:30px;
}
.main .bxContact2 .hTab .aTab.sel {
	background-color: #e16608;
}
.main .bxContact2 .bxTab {
	padding-bottom: 50px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e4e4e4;
	padding-top: 30px;
}
.main .bxContact2 .bxTab .detailTab {
	display: none;
	padding:10px;
}
.main .bxContact2 .bxTab .detailTab.sel {
	display: block;
}
.main .bxContact2 .bxTab .detailTab .b1 ,
.main .bxContact2 .bxTab .detailTab .b10 {
	float: left;
	width: 50%;
}
.main .bxContact2 .bxTab .detailTab .b10 {
	float: left;
	width: 100%;
}
.main .bxContact2 .bxTab .detailTab .b1 .row ,
.main .bxContact2 .bxTab .detailTab .b10 .row {
}
.main .bxContact2 .bxTab .detailTab .b1 .row .inputL ,
.main .bxContact2 .bxTab .detailTab .b10 .row .inputL {
	float: left;
	width: 30%;
	padding: 10px;
	min-height: 10px;
	text-align: right;
}
.main .bxContact2 .bxTab .detailTab .b10 .row .inputL {
	width: 15%;
}
.main .bxContact2 .bxTab .detailTab .b1 .row .inputR ,
.main .bxContact2 .bxTab .detailTab .b10 .row .inputR {
	float: left;
	width: 70%;
	padding: 10px;
	min-height:10px;
}
.main .bxContact2 .bxTab .detailTab .b10 .row .inputR {
	width: 85%;
}
.main .bxContact2 .bxTab .detailTab .b1 .row .inputR .input ,
.main .bxContact2 .bxTab .detailTab .b10 .row .inputR .input {
	width: 100%;
}
.main .bxContact2 .bxTab .detailTab select {
	width: 100%;
}
.main .bxContact2 .bxTab .detailTab .b1 .row .inputR textarea.input {
	height: 80px;
	min-height:80px;
}
.main .bxContact2 .bxTab .detailTab .b1 .row.row2 {
}
.main .bxContact2 .bxTab .detailTab .b1 .row2 .inputL {
	width: 30%;
}
.main .bxContact2 .bxTab .detailTab .b1 .row2 .inputR {
	width: 28%;
}
.main .bxContact2 .bxTab .detailTab .b1 .row2 .inputL.inputL2 {
	width: 15%;
}
.main .bxContact2 .bxTab .detailTab .b1 .row2 .inputR.inputR2 {
	width: 27%;
}
.main .bxContact2 .bxTab .detailTab .b2 {
	width: 100%;
	text-align: right;
	padding-top: 20px;
}
.main .bxContact2 .bxTab .detailTab .b2 .btn {
}
.main .bxContact2 .bxTab .detailTab .label_chk {
	width: 30%;
	display:inline-block;
}

































































.main .bxPage {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e7e7e7;
}
.main .bxPage a {
	color: #FFF;
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	text-decoration: none;
}
.main .bxPage a:last-child {
	border-right-style: none;
}
.main .bxPage .sel {
	color: #e16608;
}
.main .bxPage a:hover {
	color: #e16608;
}

.ico_online_way{
	vertical-align: middle;
	display: inline-block;
	height: 20px;
	width: 20px;
}
.main .bxListAgen .bxList4agen .bxListDetail h1 .review_label_new{

-webkit-clip-path: polygon(85% 0, 75% 50%, 85% 100%, 15% 100%, 0% 50%, 15% 0);
clip-path: polygon(85% 0, 75% 50%, 85% 100%, 15% 100%, 0% 50%, 15% 0);

	color: #FFF;
	background-color: #e16608;
	display: inline-block;
padding-right: 36px;
padding-left: 20px;
line-height: 22px;
height: 22px;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	font-weight: normal;
}


.frmSheachOnline{
}
.frmSheachOnline .linkFrmOnline{
	padding-top:20px;
}
.frmSheachOnline .inputQ{
	width:300px;
}
























































.footer {
	background-color: #313131;
	width: 100%;
	max-width: 1000px;
	font-size: 14px;
	margin: auto;
	padding: 40px;
}
.footer .fsec1 {
	float: left;
	width: 50%;
	padding-right: 20px;
	padding-left: 20px;
}
.footer .fsec1 .fsec1{
	width: 40%;
}
.footer .fsec1 .fsec2{
	width: 60%;
}
.footer .fsec2 {
	float: left;
	width: 50%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e16608;
	padding-right: 20px;
	padding-left: 20px;
}
.footer .fsec3 {
	font-size: 14px;
	color: #FFF;
	text-align: center;
	font-family: "Cordia New";
}
.footer .fsec3 a {
	color: #FFF;
}
.footer .fsec3 a:hover {
	color: #FFF;
}


.footer h2 {
	font-size: 24px;
	color: #e16608;
}
.footer p {
}
.footer span {
	display: block;
	margin-bottom: 10px;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #e16608;
}
.footer .fsec1 .fsec1 {
}
.footer .fsec1 .fsec2 {
	border-left-style: none;
}



.topicTitleBar{
	text-align: center;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	position: relative;
}
.topicTitleBar .bx2This{
	display: inline-block;
}
.topicTitleBar .bx2This .h1Topic{
font-size: 32px;
color: #e16608;
}
.topicTitleBar .bx2This .spanDate{
	text-align: right;
}
.footer .c {
	line-height: 0px;
}
.footer .c .sc {
}
.footer .c .sc:hover {
}
.footer .c .sc {
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	text-decoration: none;
	background-repeat: no-repeat;
	display: inline-block;
	height: 30px;
	width: 30px;
	border: 1px solid #f7d1e0;
	background-color: #FFF;
	background-position: center center;
}
.footer .c .sc:hover {
	background-color: #e16608;
	border-top-color: #e16608;
	border-right-color: #e16608;
	border-bottom-color: #e16608;
	border-left-color: #e16608;
}
.footer .c .sc.sc-fb {
	background-image: url(images/ico-30-fb1.png);
}
.footer .c .sc.sc-ln {
	background-image: url(images/ico-30-ln1.png);
}
.footer .c .sc.sc-tw {
	background-image: url(images/ico-30-tw1.png);
}
.footer .c .sc.sc-gg {
	background-image: url(images/ico-30-gg1.png);
}
.footer .c .sc.sc-ig {
	background-image: url(images/ico-30-ig1.png);
}
.footer .c .sc.sc-yt {
	background-image: url(images/ico-30-yt1.png);
}
.footer .c .sc.sc-fb:hover {
	background-image: url(images/ico-30-fb2.png);
}
.footer .c .sc.sc-ln:hover {
	background-image: url(images/ico-30-ln2.png);
}
.footer .c .sc.sc-tw:hover {
	background-image: url(images/ico-30-tw2.png);
}
.footer .c .sc.sc-gg:hover {
	background-image: url(images/ico-30-gg2.png);
}
.footer .c .sc.sc-ig:hover {
	background-image: url(images/ico-30-ig2.png);
}
.footer .c .sc.sc-yt:hover {
	background-image: url(images/ico-30-yt2.png);
}



















/*===__ไลท์บ๊อก___===========================*/
.over_open {
    overflow: hidden !important;
}
.over_bg{
	position: fixed !important;
	overflow-y: scroll;
	background-color: #e9eaea;
	background-color: rgba(233,234,234,.85);
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 1001;
}
.click_close_over{
	position: fixed;
	top: 25px;
	right: 25px;
	z-index: 999;
	width: 45px;
	height: 45px;
	float: right;
	border: 1px solid #8a8b8a;
	border-radius: 50%;
	background-color: #fff;
	background-image: url(images/close.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: auto 100%;
	cursor: pointer;
}
.over_bg .over_bx{
	max-width: 1200px;
	border: 1px solid #f5f5f5;
	background-color: #fff;
	position: relative;
	z-index: 91;
	display: block;
	margin-top: 70px;
	margin-bottom: 70px;
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
}
.over_bg .container {
	max-width:95%;
}

.load30 ,
.load32{
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display:block;
	height: 32px;
	width:32px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.load30{
	display:inline-block;
	height: 30px;
	width:30px;
	margin:0px;
}
.cloud-zoom-big{
	background-color: #242424;
}



.IndexOverlay{
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	z-index: 10001;
	cursor: pointer;
}
.IndexOverlay.IndexOverlay2{
	background-color: rgba(0,0,0,0.8);
}
.IndexOverlay .pimg{
	max-width: 100%;
	max-height:100%;
	position: absolute;
	-webkit-transform: translate(-50% , -50%);
	-moz-transform: translate(-50% , -50%);
	-ms-transform: translate(-50% , -50%);
	transform: translate(-50% , -50%);
	left: 50%;
	top: 50%;
}
.bxIndexVideoPlay{
	max-width: 800px;
	max-height: 450px;
	width: 100%;
	height: 100%;
	margin: auto;
	background: #000;
	position: absolute;
	-webkit-transform: translate(-50% , -50%);
	-moz-transform: translate(-50% , -50%);
	-ms-transform: translate(-50% , -50%);
	transform: translate(-50% , -50%);
	left: 50%;
	top: 50%;
}




.blink {
  animation: blink-animation 0.7s steps(5, start) infinite;
  -webkit-animation: blink-animation 0.7s steps(5, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}