/* HTML5 Boilerplate  */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: tahoma,sans-serif; color: #333333; }
body { margin: 0; font-size: 13px; line-height:normal;  background:#110d0b; background-repeat: repeat-x; font-family: arial, tahoma,sans-serif; min-width: 1200px;}
/*
::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }
*/
a { outline:none; transition:color 0.3s ease-in-out 0s; text-decoration:none;}
a:visited { /* color: #551a8b; */ }
a:hover { /* color: #06e; */ }
a:focus { outline: thin dotted; outline:none;}
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: text-bottom; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { /*border-collapse: collapse; border-spacing: 0;*/ }
td { /*vertical-align: top;*/ }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

@media only screen and (min-width: 35em) {
}

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }


.btnest{
  width:158px;
  height:35px;
  background:url('../img/btn_reserv02.png') no-repeat;
  border:0;
}

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
/* ==================================================================== FONTS SECTION */
@font-face {
	font-family: 'angsana';
	src: url('font/ANGSA.ttf');
}
@font-face {
	font-family: 'calibri';
	src: url('font/calibri.eot');
	src: local('☺'), url('font/calibri.ttf') format('truetype'), url('font/calibri.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.font_cb{ font-family: 'calibri'; }
.font_ang{ font-family: 'angsana'; }

.fz15 { font-size: 15px; }

/* ==================================================================== COLOR SECTION */
.colr1{ color: #fff;}
.colr2{ color: #bdaaa1;}
.colr3{ color: #ac9d88;}
.colr4{ color: #99866c;}
.colr5{ color: #bdaaa1;}
.colr6{ color: #ac9f8a;}
.colr7{ color: #bbad98;}
.colr8{ color: #f9cd00;}
.colr9{ color: #eae4d1;}
.colr10{ color: #3a2216;}
.colr11{ color: #4d3d29;}
.text_orange    { color:#ECCD71;  }
/*.bg1{background: #745f55;}*/
.bg1{background-color:#372d00; background-image:url(../img/bg_header02.png);background-size: contain;}
/*.bg2{background: #291f1a;}*/
.bg2{background: #7a6a41;}
.bg3{background: #291f1a;}
.bg4{background: #eae4d1;}
.bg5{background: #36261e;}
.bg6{background: #bbad98;}
.bg7{background: #4d3d29;}
.bg8{background: #28200f;}
.bg9{background: #181207;}
/* ==================================================================== TEXT STYLE SECTION */
.txt_sb{ text-shadow: 1px 1px 1px black; }
.txt_center { text-align: center;}
.txt_left { text-align: left;}
.txt_right { text-align: right;}
.txt_just { text-align: justify;}
.txt_ind30 { text-indent: 30px;}
.txt_lth{ text-decoration: line-through; }

/* ==================================================================== TEXT STYLE SECTION */
.lh18{ line-height: 18px;}
.lh20{ line-height: 20px;}
/* ==================================================================== OPTION SECTION */
.pull_left{	float:left; }
.pull_right{ float:right; }
.abs { position: absolute;}
.rela { position: relative;}
.clear{	clear:both; }
.pd2 {padding: 2px;}
.pd5{ padding: 5px;}
.pd10{ padding: 10px;}
.pd15{ padding: 15px;}
.pd20{ padding: 20px;}
.pb10{ padding-bottom: 10px;}
.pb15{ padding-bottom: 15px;}
.pdt0 {padding-top: 0px;}
.pt20{ padding-top: 20px;}
.pl5{ padding-left: 5px;}
.pl10{ padding-left: 10px;}
.pl20{ padding-left: 20px;}
.pr10{ padding-right: 10px;}
.pdvs{ padding: 5px 0px;}
.pdvm{ padding: 10px 0px;}
.pdvl{ padding: 15px 0px;}
.pdv20{ padding: 20px 0px;}
.pdv30{ padding: 30px 0px;}
.pdhs{ padding: 0px 5px;}
.pdhm{ padding: 0px 10px;}
.pdhl{ padding: 0px 15px;}
.pdl{ padding-left: 10px;}
.pdr{ padding-right: 10px;}

.mg3 {margin: 3px;}
.mt0{ margin-top: 0px; }
.mt5{ margin-top: 5px; }
.mg10{ margin: 10px; }
.mb0{ margin-bottom: 0px; }
.mb5{ margin-bottom: 5px; }
.mb10{ margin-bottom: 10px; }
.mb15{ margin-bottom: 15px; }
.mb20{ margin-bottom: 20px; }
.mt10{ margin-top: 10px; }
.mt15{ margin-top: 15px; }
.mt20{ margin-top: 20px; }
.mgvs{ margin: 5px 0px;}
.mgvm{ margin: 10px 0px;}
.mr20{ margin-right: 20px;}
.mdgl{ margin:0px 10px;}

.vtop{ vertical-align: top; }
.vmid{ vertical-align: middle; }
.vbot{ vertical-align: bottom; }

.wi260{ width: 260px;}
/* ==================================================================== CONTAINER SECTION */
.container{	width:1200px; margin:0 auto;}
.container_md{  width:960px; margin:0 auto;}
.container_sm{  width:800px; margin:0 auto;}
.container_lg{	width: 100%; max-width:1600px; margin:0 auto;}

/* ==================================================================== NAV UL SECTION */
.nav{  list-style: none; margin: 0px; padding: 0px; }
.nav li{ display: inline-block;}
.nav .sept{ margin: 0px 5px; }
/*.menu li{ margin: 0px; padding: 10px 5px;}*/
.menu li{ margin: 0px; padding: 0px 6px; font-size: 22px;}
.menu > li a{ color: #fff;}
.menu > li.active,
.menu > li:hover{ background: #51472b;}
/*.menu > li.active a,
.menu > li:hover a{ color: #291f1a;}*/

/* ==================================================================== COLUMN SECTION */
.row{ width: 100%; font-size: 0px; }
.col12{ vertical-align: top; display: inline-block; font-size: 13px; width: 100%;}
.col11{ vertical-align: top; display: inline-block; font-size: 13px; width: 91.66666666666666%;}
.col10{ vertical-align: top; display: inline-block; font-size: 13px; width: 83.33333333333333%;}
.col9{ vertical-align: top; display: inline-block; font-size: 13px; width: 75%;}
.col8{ vertical-align: top; display: inline-block; font-size: 13px; width: 66.66666666666666%;}
.col7{ vertical-align: top; display: inline-block; font-size: 13px; width: 58.33333333333333%;}
.col6{ vertical-align: top; display: inline-block; font-size: 13px; width: 50%;}
.col5{ vertical-align: top; display: inline-block; font-size: 13px; width: 41.66666666666667%;}
.col4{ vertical-align: top; display: inline-block; font-size: 13px; width: 33.33333333333333%;}
.col3{ vertical-align: top; display: inline-block; font-size: 13px; width: 25%;}
.col2{ vertical-align: top; display: inline-block; font-size: 13px; width: 16.66666666666667%;}
.col1{ vertical-align: top; display: inline-block; font-size: 13px; width: 8.333333333333333%;}

/* ==================================================================== ICON SECTION */
.icon1{ background: url("../img/icon/icon_sm.png") no-repeat; width: 15px; height: 15px; display: inline-block;}
.icon1.pin{ background-position: 0px 0px;}
.icon1.phone{ background-position: -15px 0px;}
.icon1.letter{ background-position: -30px 0px;}
.ico_logosm{ background: url("../img/icon/icon01.png") no-repeat; width: 22px; height: 23px; display: inline-block; }
.ico_flag{ background: url("../img/icon/flag.png") no-repeat; width: 17px; height: 18px; display: inline-block; }
.ico_flag.en{ background-position: 0px 0px; }
.ico_flag.th{ background-position: -17px 0px; }

/* ==================================================================== BODER COLOR SECTION */
.bd_none{ border: none; }
.bd_cp{ border-collapse: collapse; }
.bd_sp0{ border-spacing: 0px; }
.bd1	{ border: 1px solid #bdaaa1;	}
.bd1_left{ border-left: 1px solid #bdaaa1; }
.bd1_top{ border-top: 1px solid #bdaaa1; }
.bd1_bottom{ border-bottom: 1px solid #bdaaa1; }

.bd2_top{ border-top: 1px solid #99876c; }
.bd2_bottom{ border-bottom: 1px solid #99876c; }
.bd3_top{ border-top: 1px solid #7d725f; }

/* ==================================================================== SLIDE SECTION */
.slide_contain{ width: 100%; height: 580px;}
ul.slide{ margin: 0px; padding: 0px; list-style: none;}
ul.slide > li{ opacity: 0;}
.slide{ height: 700px;}
.slide img{ width: 100%;}

/* ==================================================================== DECORATE SECTION */
.hrz_line1{ background: url("../img/horizon_line1.png") no-repeat; width: 1200px; height: 1px; margin: 5px 0px; }
.deco_01{ background: url("../img/decorate/deco01.png") no-repeat; width: 93px; height: 93px; opacity: 0.3; }
.deco_01.dl{ background-position: 0px 0px; }
.deco_01.dr{ background-position: -93px 0px; }
.deco_bd1{ background: url("../img/decorate/deco_bd1.png") repeat-x; width: 100%; height: 7px;}
.deco_bd1.top{ background-position: 0px 0px; }
.deco_bd1.bottom{ background-position: 0px -7px; }
.deco_bd2{ background: url("../img/decorate/deco_bd2.png") repeat-x; width: 100%; height: 3px;}
.deco_bd2.top{ background-position: 0px 0px; }
.deco_bd2.bottom{ background-position: 0px -3px; }

/* ==================================================================== MIDDLE SECTION */
.deco_img{ background: url("../img/deco_img.png") no-repeat right center; background-size: contain;}

/* ==================================================================== LOWER SECTION */
.bg_lower{ background: url("../img/bg_lower.png") no-repeat; width: 1440px; height: 437px; margin: 0 auto;}
.img_b1{ background-color: #14130e; border: 1px solid #483f31; }
.lower_block { height: 360px; overflow: hidden;}

/* ==================================================================== GALLERY SECTION */
.glf_active {border: 2px solid #7a6a41;border-radius: 2px;}

/* ==================================================================== HEADER */
.nav{  list-style: none; margin: 0px; padding: 0px; }
.nav li{ display: inline-block;}
.nav .sept{ margin: 0px 5px; }
/*.menu li{ margin: 0px; padding: 10px 5px;}*/
.menu li{ margin: 0px; padding: 0px 6px; font-size: 22px; position: relative;}
.menu > li a{ color: #fff;}
.menu li.active,
.menu li:hover{ background: #51472b;}
.menu ul{
  display: none; position: absolute; z-index: 20;
  background: #7a6a41;
  padding: 0px;
  margin: 0px;
  left: 0px;
  width: 100%;
}
.menu ul li{ display: block;}
.menu > li:hover ul{ display: block;}


.menu_th{text-shadow: 3px 3px 5px #333; color: #EAEAEA; font-size: 22px;}
/*==================================================================== ACCOMODATION */
.hrz_line2 {
  background: url("../img/horizon_line2.png") no-repeat;
  width: 400px;
  height: 5px;
  margin: 5px 0px;
}

#thumbnail li.active img{
  border: 3px solid #fff;
}

/*=================================================================== GALLERY */
.mini_show {width: 40px; height: 40px;}
.minishow_bd {border: 2px solid #eae4d1;border-radius: 2px;}