/* CSS Document */
body {
	margin:0;
	padding:0;
	font-family: 'Conv_kit55f-webfont',Tahoma, Geneva, sans-serif;
	font-size:20px;
	color:#000;
	line-height:25px;
	background: #4a98ff; /* Old browsers */
	 background: -moz-linear-gradient(top,  #1F6ED7 0%, #4a98ff 100%); /* FF3.6+ */
	 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1F6ED7), color-stop(100%,#4a98ff)); /* Chrome,Safari4+ */
	 background: -webkit-linear-gradient(top,  #1F6ED7 0%,#4a98ff 100%); /* Chrome10+,Safari5.1+ */
	 background: -o-linear-gradient(top,  #1F6ED7 0%,#4a98ff 100%); /* Opera 11.10+ */
	 background: -ms-linear-gradient(top,  #1F6ED7 0%,#4a98ff 100%); /* IE10+ */
	 background: linear-gradient(to bottom, #1F6ED7 0%,#4a98ff 100%);/* W3C */
	 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1F6ED7', endColorstr='#4a98ff',GradientType=0 ); /* IE6-9 */	
}

@font-face {
	font-family: 'Conv_kit55f-webfont';
	src: url('fonts/kit55f-webfont.eot');
	src: local('☺'), url('fonts/kit55f-webfont.woff') format('woff'), url('fonts/kit55f-webfont.ttf') format('truetype'), url('fonts/kit55f-webfont.svg') format('svg');
	font-weight: normal; font-style: normal;
}
/** Generated by FG **/
@font-face {
	font-family: 'Conv_kit75p-webfont';
	src: url('fonts/kit75p-webfont.eot');
	src: local('☺'), url('fonts/kit75p-webfont.woff') format('woff'), url('fonts/kit75p-webfont.ttf') format('truetype'), url('fonts/kit75p-webfont.svg') format('svg');
	font-weight: normal; font-style: normal;
}
.kittithada-normal{ font-family: 'Conv_kit55f-webfont'; }
.kittithada-bold{font-family: 'Conv_kit75p-webfont'; }

.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;}


.float_right{float:right;}

.space30{padding-left:30px;}

.mg_left30{margin-left:90px;}
.mg_right30{margin-right:30px;}

.font30{font-size:30px;}



/*************wrapper******************/

#wrapper-header{
	width:100%;
	height:100px;
	margin:0;
	
}

#wrapper-mainmenu{
	width:100%;
	/*height:40px;*/
	margin:5px auto;
	background:url(../images/bg_menu.png) center;
}
#wrapper-outer{/*ใช้คลุมตรงcontent ใช้กรณีที่ต้องการใชพื้นหลังแยกส่วน*/
	width:100%;
	background:url(../images/bg_outer.png) center no-repeat;
	margin:0;
	/*min-height:490px;*/
}
#wrapper{
	width:980px;
	margin:auto;
}
#wrapper-outerslide{/*ใช้คลุมตรงcontent ใช้กรณีที่ต้องการใชพื้นหลังแยกส่วน*/
	width:100%;
	/*background:#FC0;*/
	margin: 10px 0 0 0;
}
#wrapperslide{
	width:980px;
	height:320px;
	margin:auto;
	background:url(../images/bg_slide.png) no-repeat center;
	text-align:center;
}

.img_slide{
	width:930px;
	height:280px;
	background:#FFF;	
	margin:auto  ;
}



/************header**************************/
#header{
	width:980px;
	height:130px;
	margin:auto;
	color:#FFF;
}
.header_left{
	float:left;
	width:500px;
	margin-left:10px;
	margin-top:10px;
	color:#000;
	font-size:26px;
}

.header_right{
	float:right;
	margin-top:5px;
	width:450px;
}

/************main_menu**************************/
#main_menu{
	width:980px;
	/*background:#0C9;*/
	margin:auto;
	text-align:center;

}
#main_menu ul{
	margin:auto;
	width:980px;
	list-style:none;
	padding:0;
}	

#main_menu ul li{
	display:inline-block;
	text-align:center;
	width:187px;
	padding:0;
	/*height:40px;*/
}
#main_menu ul li a:hover,#main_menu ul li a.current {
	text-decoration:none;
	font-size:24px;
	background:url(../images/menu_over.png) center no-repeat;
	
}
#main_menu ul li a{
	color:#FFF;
	display:block;
	text-decoration:none;
	font-size:24px;
	padding:0;
	height:30px;
}


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

#content{
	width:970px;
	margin:auto;
	padding:5px;
	/*background:#66F;*/
}

/************content_left**************************/
.content_left{
	float:left;
	width:250px;
	margin-left:10px;
	margin-top:5px;
}

.content_left h3{
	font-size:16px;
	color:#FFF;
	text-shadow:1px 1px 2px #000;
	background:#F6C;
	width:200px;
	padding-left:20px;
}
/************content_right**************************/
.content_right{
	float:right;
	margin-top:5px;
	width:700px;
}
.content_right h3{
	font-size:16px;
	text-shadow:1px 1px 2px #000;
	background:#9C6;
	width:600px;
	padding-left:30px;
}



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

#wrapper-footer{
	width:100%;
	height:100px;
	margin:0;
	background: #4a98ff; /* Old browsers */
	 background: -moz-linear-gradient(top,  #1F6ED7 0%, #4a98ff 100%); /* FF3.6+ */
	 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1F6ED7), color-stop(100%,#4a98ff)); /* Chrome,Safari4+ */
	 background: -webkit-linear-gradient(top,  #1F6ED7 0%,#4a98ff 100%); /* Chrome10+,Safari5.1+ */
	 background: -o-linear-gradient(top,  #1F6ED7 0%,#4a98ff 100%); /* Opera 11.10+ */
	 background: -ms-linear-gradient(top,  #1F6ED7 0%,#4a98ff 100%); /* IE10+ */
	 background: linear-gradient(to bottom, #1F6ED7 0%,#4a98ff 100%);/* W3C */
	 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1F6ED7', endColorstr='#4a98ff',GradientType=0 ); /* IE6-9 */	
}
#wrapper-footer2{
	width:100%;
	height:25px;
	margin:0;
	padding:0;
	background:#254b7e;
}
.text-footer{
	width:980px;
	height:20px;
	background:#254b7e;
	margin:0px auto;
	text-align:center;
	color:#FFF;
}

#footer{
	width:980px;
	height:100px;
	margin:0px auto;
}
#footer a{
	color:#000;
	text-decoration:none;
}
#footer a:hover{
	color:#fff;
}
.footer_left{
	float:left;
	width:450px;
	margin: 15px auto 5px 10px;
	color:#FFF;
}

.footer_right{
	float:right;
	margin:0;
	width:450px;
	text-align:right;
}

.menuser_left{
	width:268px;
	height:25px;
	background:url(../images/menuser_left.png) no-repeat;
	padding: 45px 5px 5px 45px;
	font-size:30px;
}
.menuser_right{
	width:236px;
	height:36px;
	background:url(../images/menuser_right.png) no-repeat;
	padding: 5px  10px 5px 5px;
	text-align:right;
	font-size:20px;
	margin-left:80px;
}
.textindex_1{
	color:#FFF;
	font-size:26px;
	position:relative;
}
.textindex_1left{
	position:absolute;
	top:0;
	width:36px;
	height:30px;
	background:url(../images/iconindex_left.png) no-repeat;
}
.textindex_1right{
	position:absolute;
	top:0;
	right:0;
	width:34px;
	height:30px;
	background:url(../images/iconindex_right.png) no-repeat;
	font-weight:normal;
}
.textindex_2{
	color:#FFF;
	text-shadow:5px 4px 5px #000000;
	filter: Shadow(Color=#000000, Direction=150, Strength=2); /* IE Proprietary Filter*/
	font-size:24px;
	margin-top:20px;
}
.content_gall{
	/*width:940px;*/
	min-height:450px;
	margin:auto;
	padding:10px 20px;
	background:url(../images/bg_content.png) repeat;
}
/***************************/
.gall_box {
  border: 1px solid #ddd;
  width:280px;
  height:290px;
  padding: 5px;
  margin: 10px auto  10px 17px  ;
  box-shadow: 1px 1px 5px #ccc;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#F0F0F0,direction=120,strength=8);
  text-align: center;
  float:left;
  position: relative;
  background:#FFF;
}
.boximg_galllarge{
  width:280px;
  height:220px;	
  margin:auto auto 5px auto;
  padding:0;
  overflow:hidden;
}
.img_galllarge{
  max-width:280px;
  max-height:220px;
  border:none;
}

.img_galllarge:hover{
	opacity: 0.6;
    filter: alpha(opacity=60);
}
.name_gall{
	padding:5px;
	font-size:22px;
	color:#333;
}

.topic{
	margin:10px auto 10px  10px;
}
.topic_name{
	float:left;
	font-size:36px;
	margin:3px auto auto 3px;
	font-weight:bold;
	/*border-bottom:double #063 2px;*/
}
.icon_topicleft{
	background:url(../images/bg-topicleft.png) no-repeat;
	width:50px;
	height:32px;
	float:left;
}
.icon_topicright{
	background:url(../images/bg-topicright.png) no-repeat;
	width:50px;
	height:32px;
	float:left;
}

/*-----List Page-----///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

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


div.badoo a{
	border: #4E4A4C 1px solid;
	padding: 3px 8px;
	margin: 0px 4px;
	color: #181516;
	text-decoration: none;
	background: #FFFFFF;
	border-radius: 4px;
}
div.badoo a:hover {
	border:#333 1px solid;
	color:#FFF;
	background: #ff5db1; /* Old browsers */
	background: -moz-linear-gradient(top, #8F8C8D 0%, #221F21 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8F8C8D), color-stop(100%,#221F21)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #8F8C8D 0%,#221F21 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #8F8C8D 0%,#221F21 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #8F8C8D 0%,#221F21 100%); /* IE10+ */
	background: linear-gradient(to bottom, #8F8C8D 0%,#221F21 100%);/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8F8C8D', endColorstr='#221F21',GradientType=0 ); /* IE6-9 */
}

div.badoo span.current {
	padding: 3px 8px;
	border: #75676E 1px solid;
	background: #8B8287;
	background: -moz-linear-gradient(top, #8F8C8D 0%, #221F21 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#92898E), color-stop(100%,#8F8C8D));
	background: -webkit-linear-gradient(top, #8D8388 0%,#999497 100%);
	background: -o-linear-gradient(top, #8F8C8D 0%,#221F21 100%);
	background: -ms-linear-gradient(top, #8F8C8D 0%,#221F21 100%);
	background: linear-gradient(to bottom, #B9B9B9 0%,#2E2C2D 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8F8C8D', endColorstr='#221F21',GradientType=0 );
	color: #FFFFFF;
	margin: 0px 4px;
	border-radius: 4px;
}
div.badoo span.disabled {
	display:none;
}

/*//////////////////////////////////////*/

 #gallery {
    padding: 10px 30px 30px 30px;
    /*background: #e1eef5;*/
	margin:auto;
  }
  #descriptions {
    position: relative;
    height: 50px;
    background: #EEE;
    margin-top: 10px;
    width: 640px;
    padding: 10px;
    overflow: hidden;
  }
    #descriptions .ad-image-description {
      position: absolute;
    }
      #descriptions .ad-image-description .ad-description-title {
        display: block;
      }
	  
.table_detail{
	font-size:20px;
}
.box_listvideo{
	width:210px;
	height:160px;
	/*background:#FFF;*/
	float:left;
	margin:10px  5px  5px  15px;
	border-bottom:#666 1px solid;
	box-shadow: 0 0 0.2em #000;
	padding: 5px;
	position:relative;
	background:#FFF;
	text-align:center;
}
.box_listvideo a{text-decoration:none;}
.imgplay_video{
	position:absolute;
	bottom:55px;
	height:37px;
	width:50px;
	right:80px;
	background:url(../images/iconplay_youtube.png);
}
.imgplay_video:hover{
	background:url(../images/iconplay_youtubeover.png);
}
/*******************************/
.text-box{
	font-size:22px;	
	margin:10px 30px;
	font-weight:normal;
}
#hongkiat-form { box-sizing: border-box; }
#hongkiat-form .txtinput { 
	display: block;
	font-family: "Conv_kit55f-webfont", Arial, sans-serif;
	border-style: solid;
	border-width: 1px;
	border-color: #dedede;
	margin-bottom: 5px;
	font-size:20px;
	padding: 7px 25px;
	padding-left: 35px;
	width: 280px;
	color: #777;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; 
	transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}
#hongkiat-form .code {
	font-family: "Conv_kit55f-webfont", Arial, sans-serif;
	border-style: solid;
	border-width: 1px;
	border-color: #dedede;
	margin-bottom: 5px;
	font-size: 20px;
	padding: 7px 15px 7px 35px ;
	width: 150px;
	color: #777;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; 
	transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}
#hongkiat-form .txtinput:focus { 
	color: #333;
	border-color: rgba(41, 92, 161, 0.4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
	outline: 0 none; 
}
#hongkiat-form input#company {
	background: #FFF url('../images/contact/company.png') 5px 4px no-repeat;
}
#hongkiat-form input#name {
	background: #FFF url('../images/contact/name.png') 5px 4px no-repeat;
}
#hongkiat-form input#email {
	background: #FFF url('../images/contact/email.png') 5px 4px no-repeat;
}
#hongkiat-form input#txtverfycode {
	background: #FFF url('../images/contact/txtverfycode.png') 5px 4px no-repeat;
}
#hongkiat-form input#tel {
	background: #FFF url('../images/contact/tel.png') 5px 4px no-repeat;
}
#hongkiat-form input#fax {
	background: #FFF url('../images/contact/fax.png') 5px 4px no-repeat;
}
#hongkiat-form textarea {
	display: block;
	font-family: "Conv_kit55f-webfont", Arial, sans-serif;
	border-style: solid;
	border-width: 1px;
	border-color: #dedede;
	margin-bottom: 5px;
	font-size: 20px;
	padding: 7px 25px;
	padding-left: 35px;
	width: 280px;
	height: 100px;
	color: #777;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; 
	transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}
#hongkiat-form textarea:focus {
	color: #333;
	border-color: rgba(41, 92, 161, 0.4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
	outline: 0 none; 
}
#hongkiat-form textarea#address {
	background: #FFF url('../images/contact/address.png') 5px 4px no-repeat;
}
#hongkiat-form textarea#message {
	background: #FFF url('../images/contact/message.png') 5px 4px no-repeat;
}
.button_contact{padding:5px ;}

.map{
	width:100%;
	height:237px;
	border:1px solid #bbbbbb;
	border-radius:3px;
	float:right;
	margin-top:20px;
}
/*----------------------------------*/
.link_web{
	text-decoration:none;
	color:#666 ;
}
.link_web:hover{
	text-decoration:underline;
}
.link_footerweb{
	text-decoration:none;
	color:#FFF ;
}
.link_footerweb:hover{
	text-decoration:underline;
}

