@charset "utf-8";
body {
    font-family: 'ZCOOL XiaoWei', serif;
	font-size: 16px;
	/*line-height:18px;*/
	color: #000;
	letter-spacing: 1px;
	background-color:#828147;
	-webkit-text-stroke-width: .25px;
	/*background-image: url(../images/bg.jpg);
	background-position:center top;
	background-attachment: fixed;
	background-repeat:no-repeat;*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	 -webkit-text-size-adjust: 100%;
}
p, h1, h2, div{max-height: 999999px;}
#content{	width:980px;	margin:0 auto;}
.borR{border-right:1px #000 solid; height: 240px;}



@font-face {
    font-family: 'Bebas';
    src: url('../font/Bebas.woff2') format('woff2'),
         url('../font/Bebas.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Courier';
    src: url('../font/CourierStd.woff') format('woff'),
         url('../font/CourierStd.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('../font/Raleway.woff2') format('woff2'),
         url('../font/Raleway.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
html,
body {
  height: 100%;
  /*background-color: #333;
  font-family: 'Quicksand', sans-serif;
  color: white;*/
}
a{ color: #828147; text-decoration: none; }
a:hover{ color: #828147; text-decoration: none; }

.b-a, .bar, .bar:before, .bar:after {
  transition: all .25s;
  content: "";
  position: absolute;
  right: 0;
  height: 3px;
  width: 35px;
  border-radius: 20px;
	background-color: #535C50;
 /* background-color: rgba(255, 255, 255, 1.00);*/

}

.menu-collapsed {
  transition: all .25s;
  position: fixed;
  top: 10px;
  right: 9px;
  height: 36px;
  width: 100%;/*36px;*/
  z-index: 99999;
  cursor: pointer;
}
.menu-collapsed ul {
  transition: all 0s;
  position: fixed;
  left: -9000px;
}

.bar {
  position: fixed;
	/*width: 100%;*/
  right: 12px;
  top: 24px;
	box-shadow: 0px 0px 10px #FFF;
}
.bar:before {
  top: -8px;
}
.bar:after {
  top: 8px;
}

.b-a-expanded, .menu-expanded .bar:before, .menu-expanded .bar:after {
  transition: all .25s;
  top: -0px;
}

.menu-expanded {
  transition: all .25s;
  text-align: center;
  line-height: 50px;
  height: 100%;
  width: 30%;
  border-radius: 0px;
  top: 0;
  right: 0;
	opacity: 0.95;
  /**/background-color: #828147; /*rgba(96, 77, 34, 0.95);*/
}
.menu-expanded ul {
  transition: all 0s;
  position: relative;
  left: 0;
  z-index: 2;
}
.menu-expanded ul li {
	border-bottom: 2px #FFF solid;
}
.menu-expanded a {
  transition: all .15s;
  text-decoration: none;
  font-size: 1.5em;
  padding: 0px;
  color: #fff;
  display: block;
}
.menu-expanded a:hover {
  background-color: rgba(255, 255, 255, 0.8);
  transition: all .15s;
  letter-spacing: 2px;
  color: #828147; /*rgba(96, 77, 34, 1);*/
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.menu-expanded .bar {
  background-color: transparent;
  transition: all .25s;
}
.menu-expanded .bar:before {
  transform: rotate(45deg);
}
.menu-expanded .bar:after {
  transform: rotate(-45deg);
}

.row {
  padding-top: 150px;
}

.specialFont{}
.specialFontThai{}
h1 {  font-size: 3em; color: #828147;  font-family: 'ZCOOL XiaoWei', serif; }
h2 {  -webkit-text-stroke-width: 1px; color: #828147; }
h2.h2Gold { color: #dbfbb6; }
h3 {  -webkit-text-stroke-width: 1px; }
h3{
	/*font-family: 'Domine', serif;*/
	color:#828147;
	font-size:20px;
	padding: 0 0 15px 0;
	margin:30px 0 5px 0;
	border-bottom: 2px solid #828147;
}
h1.h1, h1.h1Black, h1.h1GoldDark { font-size: 2.8em; padding: 0 0 0px 0;}
h1.h1 {color:#535c50;}
h1.h1Black {color:#dbfbb6;}
h1.h1GoldDark { font-size: 100px; color:#f15d22;}


p {
  line-height: 160%;
  letter-spacing: 1px;
}

		.image-source-link {
			color: #98C3D1;
		}

		.mfp-with-zoom .mfp-container,
		.mfp-with-zoom.mfp-bg {
			opacity: 0;
			-webkit-backface-visibility: hidden;
			/* ideally, transition speed should match zoom duration */
			-webkit-transition: all 0.3s ease-out; 
			-moz-transition: all 0.3s ease-out; 
			-o-transition: all 0.3s ease-out; 
			transition: all 0.3s ease-out;
		}

		.mfp-with-zoom.mfp-ready .mfp-container {
				opacity: 1;
		}
		.mfp-with-zoom.mfp-ready.mfp-bg {
				opacity: 0.8;
		}

		.mfp-with-zoom.mfp-removing .mfp-container, 
		.mfp-with-zoom.mfp-removing.mfp-bg {
			opacity: 0;
		}
		.show-mobile{	display:none;	}



.br1,.br2,.br3,.br4{	display:none;	}
.logoContent{
  position: absolute;
	/*top: -50px;*/
	z-index: 3;
	width: 100%;
}

header{ padding: 0 0; width: 100%; position: absolute;}
.bgContact-Dark{background-image: url("../images/bgContact-Dark.jpg"); background-position: top center; color: #FFF;  }
.bgContact{background-image: url("../images/bgContact.jpg"); background-position: top center; color: #FFF; padding-bottom: 100px;  }
/*.bgWhiteGold{background-image: url("../images/bgWhiteGold.jpg"); background-position: top center; color: #000;  }*/
.bgGold{background-image: url("../images/bgGold.jpg"); background-position: top center; padding: 30px 0; color: #000;  }
.bgDarkBlack{background-image: url("../images/bgDark.jpg"); background-position: top center; padding-bottom: 100px; }
.bgAbout{background-color: #FFF; }
.bgBlack{background-color: #231f20; padding: 30px 0; }
.backtotop{ position: fixed; bottom: 5px; right: 5px;}
.container{ color:#FFF;}
.normalSPC{padding: 70px 0;}
.img100{ width: 100%; }
.btMenu{width: 95%;}
.icoDown{margin-bottom: -50px;}
.row{ padding-top: 0px;}
.boxW{width: 82px;}
.bgBlack{background: url("../images/bgBlack.png"); }
.icoSocial{width: 35px;}

.contact_txt{width: 441px; }
.footer1{width: 401px;}
.footer2{width: 524px;}
.menutxt{width: 507px;}
.txtSetMenu1{width: 562px;}
.deli{width: 340px;}
.deli3{width: 480px;}
.foot{width: 363px;}
.descfont{ font-family: 'Raleway'; font-size: 20px; line-height: 24px; font-weight: bold;}
.descfont2{ font-family: 'ZCOOL XiaoWei', serif; font-size: 28px; line-height: 40px; font-weight: bold;}
.descfont3{ font-family: 'ZCOOL XiaoWei', serif; font-size: 32px; line-height: 56px; font-weight: bold;}

.btOrder{width: 400px; position: absolute; margin: -350px 0 0 -200px; z-index: 1;}
.btMenu{width: 600px; position: absolute; margin: -650px 0 0 -300px; z-index: 1;}
.bg-shape{height: 120px;}
.heightT{ height:100px;}
.bgShapeWhite{ height: 147px; position: absolute; margin-top: -147px;}
.tigallery{ width: 100%;}
.spcGallery{ height: 200px;}
.findus1{margin-top: 250px; width: 100%;}
.map{width: 80%; height: 570px; margin-top: 220px;}
.menuhome{width: 100%;}
.menupage{width: 100%;}


/*--------- */
h4{font-weight: bold; margin: 10px 0 0px 0; font-size: 22px; padding: 5px 0 5px 0; border-bottom: 1px #535c50 dashed;  color: #535c50;} /*dbfbb6*/
.logo, .logoInner{  width:100%; margin: 0px 0 0 20px; }
.navTop{ padding-top: 10px;  font-size: 1.1em;}
.navTop a{ color: #000; text-decoration: none; border: 1.5px solid #828147; padding: 4px 13px; }
.navTop a.active,.navTop a:hover{ color: #FFF; background-color: #828147; text-decoration: none;}
.navLR{	margin:0 5px; }
.bgWhite, .bgWhite2{background-color: #FFF; font-family: 'Raleway'; padding: 30px 0; color: #000; background-image: url("../images/bgBlue.jpg"); background-repeat: no-repeat; background-size: 100%;  background-attachment: fixed; }
.bgWhite2{background-image: url("../images/bgBlue2.jpg");margin-top: 30px; padding-right: 3%; }
.bgBrown, .bgFoot{background: linear-gradient(30deg, rgba(104,65,25,1) 0%, rgba(196,155,110,1) 100%); font-family: 'Raleway'; padding: 30px 0; color: #FFF; }
.bgBrown{ background: #828147; }
.bgDarkGreen{background-color: #828147; font-family: 'Raleway'; padding: 30px 0; color: #FFF; }
.bgNorWhite{background-color: #828147; font-family: 'Raleway'; padding: 15px 30px 80px 30px; color: #FFF; background-image: url("../images/bgAbout.jpg"); background-position: left bottom; background-size: 50%; background-repeat: no-repeat; }
.bgNorWhite2{background-color: #FFF; font-family: 'Raleway'; padding: 30px 30px 80px 30px; height: 280px; color: #000; }
a.btLink{padding: 10px 15px; border: 2px solid #828147; font-size: 16px; background: #828147; margin: 3px; color: #FFF;}
a:hover.btLink{background:none;  text-decoration: none; color: #828147;}
a.btLinkOrange{background: linear-gradient(0deg, rgba(104,65,25,1) 0%, rgba(196,155,110,1) 100%); border: 2px solid #C49A6C; font-size: 2em;}
a:hover.btLinkOrange{background: linear-gradient(0deg, rgba(196,155,110,1) 0%, rgba(104,65,25,1) 100%); text-decoration: none; color: #C49A6C;}
a.normallink, a:hover.normallink{ color: #000; text-decoration: none;}
ul.listulSm{ padding: 0 0 0 15px; margin: 0 0 0 15px; list-style-image: url('../images/icoListSm2.png'); font-size: 14px; line-height: 20px;}
ul.listul{ padding: 0 0 0 5px; margin: 0 0 0 15px; list-style-image: url('../images/icoListSm.png');}
ul.listul a{ color: #000; font-size: 14px;}
ol {
  list-style: none;
  counter-reset: my-awesome-counter;
	font-size: 13px; line-height: 14px;
}
ol li {
  counter-increment: my-awesome-counter;
  padding:15px 0 0 15px;
}
ol li::before {
  content: counter(my-awesome-counter) ". ";
  color: black;
  font-weight: bold;
}
.txtWhiteQu{ font-size: 10px;}
.galbg{ padding: 0 20px;}
.bgLogo{background-image: url("../images/bgLogo2.png"); background-position: right bottom; background-repeat: no-repeat;}
.bgLogoT{background-image: url("../images/bgLogoT2.png"); background-position: right top; background-repeat: no-repeat; background-size: 100%;}
.fbbt{ width: 40px;}
.img90{ width: 90%; margin-bottom: 00px;}
.hr{height: 1px; background-color: #828147;}
.heighprice{display: none;}
.choice{font-size: 1em; line-height: 1.4em; font-style: normal; margin-top: 0px; padding-left: 0px;  font-weight: normal;}
.spPrice{ padding: 10px 3px; text-align: center;}
.icoList{width: 15px; margin: 0 5px 0 -20px;}
.imgpic{margin-bottom: 0px; margin-top: 15px;}
/*.btbooking{background-color: #828147; padding: 10px 15px; }*/
a.btbooking{background-color: #828147; color: #FFF; padding: 10px 15px; }
a:hover.btbooking{ color: #FFF; }

.mins{font-size: .8em;}
.txtPrice{ /*background: linear-gradient(0deg, rgba(104,65,25,1) 0%, rgba(196,155,110,1) 100%);*/ border: 2px #C49A6B solid;  color: #615035;  padding: 3px 3px; margin: 3px 0; font-size: 1.35em; line-height: 1.2em;}
.txtWhite{	color: #FFF;}
.txtGold{color:#828147;}
.txtBlue{color:#828147;}
.txtGold2{color:#dbfbb6;}
.padleft{padding-left: 35px;}
.covidsafe{position: absolute; z-index: 98; width: 200px; margin: 300px 0 0 120px;}
.intro{ margin-top: -330px; margin-left: 0; text-align: right; }
.lineHr{display: none;}

.idhead{ padding-bottom: 10px;}
.show-tablet{display: none;}
.hightCol{padding: 30px 0 100px 0;}
.healthfund2{width: 100%;}
	.bgSpcNone{padding-bottom: 0px;}

/*--------- */






#boxRegister{	padding-top:5px;}
.boxRegister{	width: 100%; margin: 5px 0; padding: 5px; font-size: 20px; color: #000; border: none; background-color: #e1e2e3; }
.borMap{	border:#CCC 1px solid;	padding:1px;}
.txtBlack{	color:#000;}

