html{font-size:14px;}
@font-face {
	font-family: 'Kanit-Medium';
	src: url('fonts/Kanit-Medium.eot');
	src: url('fonts/Kanit-Medium.eot?#iefix') format('embedded-opentype'),
		url('fonts/Kanit-Medium.woff') format('woff'),
		url('fonts/Kanit-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Kanit-Regular';
	src: url('fonts/Kanit-Regular.eot');
	src: url('fonts/Kanit-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/Kanit-Regular.woff') format('woff'),
		url('fonts/Kanit-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Kanit-Light';
	src: url('fonts/Kanit-Light.eot');
	src: url('fonts/Kanit-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/Kanit-Light.woff') format('woff'),
		url('fonts/Kanit-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
body{
	font-family: 'Kanit-Regular';
	cursor: default;
	position: relative;
	line-height:1.5;
	font-size: 1rem;
	overflow-x: hidden;
	color: #000;
}
ul{
	padding: 0;
	margin: 0;
}
a{
	text-decoration: none;
	/*cursor: pointer;*/
	color: inherit;
	
}

#nav-icon3{
	z-index: 56;
	width: 35px;
	height: 25px;
	position: absolute;
    top: 1rem;
    right: 1rem;
	left: auto;
	margin:0px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	box-shadow: none;
	background: none;
	border: none; 
}
#nav-icon3 span{
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
    border-radius: 5px;
	background: #c69b4c;
	opacity: 1;
	right: 0%;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
	top: 0;
}
#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
	top: 10px;
	width: 75%;
}
#nav-icon3 span:nth-child(4) {
	top: 20px;
	width: 50%;
}
#nav-icon3.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}
#nav-icon3.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 80%;
}
#nav-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 80%;
}
#nav-icon3.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}

.textpolicy{
	margin-bottom: 2rem;
}
.textpolicy h1{
	font-size: 1.2rem;
	margin-bottom: .5rem;
	font-family: 'Kanit-Medium';
}
.textpolicy h2{
	font-size: 1rem;
	margin-bottom: .5rem;
	font-family: 'Kanit-Regular';
}
.textpolicy .fa-angle-right{
	font-size: .9rem;
	margin-right: 10px;
}
.textpolicy .fa-circle{
	font-size: 14px;
	margin-right: 10px;
}
.textpolicy p{
	margin-bottom: 1rem;
}
.textpolicy a:hover{color: #c69b4c;}
.textpolicy ul{
	list-style: none;
	margin: .5rem auto;
	padding-left: 15px;
}
/*///////////Start-Header///////////////*/

.headbar-main{
    padding: .5rem 0;
    transition: all 0.6s;
	background-color: #FFF;
	box-shadow: 3px -1px 10px rgb(0 0 0 / 15%);
}
.hamburgers-box{
    width: 100%;
	height: 100%;
	padding: 0;
    position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.headbar-main .row{margin: auto;}
.navbar-brand {
    width: 100%;
    text-align: center;
    margin: auto;
	padding: 0;
	color: #000;
	font-size: 1rem;
}
.navbar-brand h1{margin: 0;font-size: 1rem;}
.navbar-brand p{margin: 0;}
.navbar-brand img{
	width: 155px;
	transition: all 0.5s;
	margin: 0;
}

.navbar-collapse .navbar-brand{
	padding: 2rem 0;
	margin: 0 auto;
	text-align: center;
	display: block;
	width: 100%;
}

.navbar-collapse .navbar-nav{padding: 0 30px;}
.navbar-nav li{
	padding: 0;
	position: relative;
	transition: all 0.5s;
	margin-bottom: .5rem;
}
.navbar-nav li a{
	padding:5px 15px;
	display: block;
	text-align: left;
	text-decoration: none;
	transition: all 0.5s;
}
.navbar-nav li.active a,
.navbar-nav li a:hover{
	color: #bf892c;
}
.bookhouse{
	padding: 6px;
	text-align: center;
	color: #FFF;
	border-radius: 30px;
	border: 1px solid #c69b4c;
	background: #c69b4c;
	transition: all 0.6s;
	max-width: 190px;
	font-family: 'Kanit-Light';
}
.bookhouse:hover{
	background: #aa8034;
	border-color: #aa8034;
	transform: scale(.98);
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.bookhouse a{display: flex;align-items: center;justify-content: center;}
.bookhouse img{
	width: 1.2em;
	margin-right: 8px;
	transition: all 0.6s;
	filter: brightness(0) invert(1) !important;
}

.social-header ul .orangcolor{margin-right: 5px;}
.social-header ul a{display: inline-block;}
.social-header {padding: 0 30px;text-align: center;}
.social-header ul li{margin-bottom: .5rem;}
.social-header ul{text-align: left;list-style: none;margin-bottom: 1rem;}
.social-header img{
	width: 35px;
}

/*///////////End-Header///////////////*/
#carouselMainslide{position: relative;}
#carouselMainslide .carousel-item{
	position: relative;
	overflow: hidden;
}
#carouselMainslide .carousel-item iframe,
#carouselMainslide .carousel-item video,
#carouselMainslide .carousel-item source,
#carouselMainslide .carousel-item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*///////////Start-Content///////////////*/ 
.content-box{padding: 10% 0;}
.content-booking{
	position: relative;
	z-index: 12;
	margin-top: -3rem;
}
.conbutton{
	border-radius: 10px;
	padding: 5px;
	text-align: center;
	color: #FFF ;
	margin-bottom: 1rem;
	transition: all 0.6s;
	border: 1px solid transparent;
}
.conbutton:hover{
	transform: scale(.96);
	box-shadow: rgb(50 50 93 / 37%) 0px 6px 12px -2px, rgb(0 0 0 / 49%) 0px 3px 7px -3px;
}
.conbutton.telbtn{
	background: #c69b4c;
	border-color: #c69b4c;
}
.conbutton.linebtn{
	background: #29c900;
	border-color: #29c900;
}
.conbutton.mapbtn{
	background: #FFF;
	border-color: #FFF;
	color: #000;
}
.conbutton.mapbtn img{filter: none;}

.conbutton img{
	width: 20px;
	margin-bottom: 10px;
	filter: brightness(0) invert(1);
}
.conbutton p{
	margin: 0;
	line-height: 1;
	font-size: .9rem;
}
.conbutton h1{
	font-size:1rem;
	margin: 0;
}
.servicebanner{
	text-align: center;
	color: #FFF;
	padding: 1rem;
	background: #c69b4c;
	border-radius: 10px;
}
.servicebanner .col-4{margin-bottom: 1rem;}
.servicebanner img{width: 30px;filter: brightness(0) invert(1);margin-bottom: 1rem;}
.servicebanner p{margin: 0;font-size: .9rem;}
.servicebanner h1{
	font-size: 1rem;
	margin: 0;
}

.imgabouthome{
	text-align: center;
	overflow: hidden;
	border-radius: 14px;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.22);
}

.imgabouthome img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.textabouthome{
	color: #000101;
	margin-bottom: 2rem;
}
.textabouthome h1{
	color: #c69b4c;
	margin: 0;
	font-size: calc(2rem + 1vw);
	font-family: 'Kanit-Medium';
}
.textabouthome h2{
	font-size: calc(1.2rem + .65vw);
	margin-bottom: 1rem;
}
.textabouthome p{
	margin: 0;
	font-family: 'Kanit-Light';
}

.title-box{
	text-align: center;
	margin-bottom: 2rem;
	font-family: 'Kanit-Medium';
}
.title-box h1{
	margin: 0;
	font-size: calc(1.4rem + 1.2vw);
}
.title-box p{margin: 0;}
.content-box.content-graycolor{background: #f1f1f1;}
.housebox{
	padding: 2rem;
	margin-bottom: 2rem;
	border-radius: 20px;
	background: #FFF;
	box-shadow: 0px 0px 19.95px 1.05px rgba(0, 0, 0, 0.06);
}
.housebox:hover img{transform: scale(1.03);}
.texthoues h1{
	color: #c69b4c;
	margin-bottom: 1rem;
	font-family: 'Kanit-Medium';
	font-size: calc(1.75rem + .5vw);
}
.texthoues h2{
	margin-bottom: 0;
	font-size: calc(1rem + 1vw);
}
.texthoues h3{
	font-size: 1.2rem;
	margin:1rem 0 0;
	font-family: 'Kanit-Medium';
}
.texthoues p{margin-bottom: 0rem;}
.readmorebt{
	padding: 6px;
	text-align: center;
	color: #FFF;
	border-radius: 30px;
	background: #c69b4c;
	max-width: 165px;
	margin: 1rem 0 0;
}
.readmorebt:hover {
    background: #aa8034;
	transform: scale(.98);
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.imghouse{
	overflow: hidden;
	border-radius: 15px;
	text-align: center;
	aspect-ratio:3/2;
	margin-bottom: 1rem;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.imghouse img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}

.rulesbox{
	padding: 2rem;
	border-radius: 20px;
	margin: 2rem auto;
	color: #FFF;
	background: #c69b4c;
}
.rulesbox h1{
	background: #ffe3b0;
	color: #292728;
	padding: 5px 15px;
	font-family: 'Kanit-Medium';
	font-size: calc(1.75rem + 1.2vw);
	text-align: center;
	margin: 0 auto 2rem;
	border-radius: 30px;
}
.rulesbox ul li{margin-bottom: 2rem;}
.rulesbox ul li:last-child{margin-bottom: 0;}
.rulesbox ul{list-style: auto;}


.bannerpage{
	padding: 10% 0;
	background: url("../ourhouse/images/bannerhouse.png") center right no-repeat;
	background-size: cover !important;
}
.bannerpage.bannerhouse{
	padding-bottom: 15%;
	background: url( "../ourhouse/images/bannerdetalshouse.png") center center no-repeat;
}
.bannerpage.bookstepspage{background: url( "../booksteps/images/bannerpage.png") center center no-repeat;}
.bannerpage.contactpage{background: url( "../contactus/images/bannerpage.png") center center no-repeat;}
.titlebanner{
	color: #FFF;
	text-align: left;
}
.titlebanner h1{
	font-size: 1.5rem;
	margin-bottom: .5rem;
	font-family: 'Kanit-Medium';
}
.titlebanner h2{
	font-size: 1.1rem;
	margin: 0;
	font-family: 'Kanit-Regular';
}
.titlebanner p{
	margin: 0;
	font-family: 'Kanit-Light';
}
.titlebanner ul{
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 2rem;
}
.titlebanner ul li{
	margin-right: 10px;
	font-size: .9rem;
	opacity: .7;
}
.titlebanner ul li a{
	padding: 0 10px 0 0;
	display: inline-block;
	
}
.titlebanner ul li.active{
	opacity: 1;
}

.housebox.housebox2{
	padding: 1rem;
	margin-bottom: 2rem;
}
.img-box{
	text-align: center;
	overflow: hidden;
	aspect-ratio:3/2;
	margin-bottom: .75rem;
	border-radius: 10px;
}
.img-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.textdetailhoues h3{
	font-size: 1rem;
	margin:1rem 0 0;
}
.textdetailhoues h1{
	color: #c69b4c;
	font-size: 1.4rem;
	margin-bottom: 1rem;
	font-family: 'Kanit-Medium';
}
.textdetailhoues h2{
	font-size: 1.2rem;
	margin: 0;
	font-family: 'Kanit-Regular';
}
.textdetailhoues p{
	margin-bottom: 1rem;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    height: calc(1rem * 1.3 * 3);
	font-family: 'Kanit-Light';
}

.title-house{margin-bottom: 2rem;}
.title-house h1{
	font-size: 1.4rem;
	margin-bottom: .5rem;
	color: #c69b4c;
	font-family: 'Kanit-Medium';
}
.title-house h2{
	font-size: 1.2rem;
	margin: 0;
}
.title-house p{
	margin: 0;
	color: #898989;
	line-height: 1.8;
}

/*===== แกลเลอรีบ้านพัก (หน้า details) : สไลด์ซ้าย-ขวา ปุ่ม prev/next =====*/
.housegallery{margin-bottom: 2.5rem;}
.housegallery .gallery-head{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1rem;
}
.housegallery .gallery-head h1{
	font-size: 1.4rem;
	margin: 0;
	color: #c69b4c;
	font-family: 'Kanit-Medium';
}
.gallery-nav{
	display: flex;
	gap: .5rem;
	flex: 0 0 auto;
}
.gallery-nav button{
	width: 38px;
	height: 38px;
	padding: 0;
	border-radius: 50%;
	border: 1px solid #c69b4c;
	background: #FFF;
	color: #c69b4c;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .2s ease;
}
.gallery-nav button:hover{
	background: #c69b4c;
	color: #FFF;
}
.gallery-nav button:disabled{
	opacity: .3;
	cursor: default;
}
.gallery-nav button:disabled:hover{
	background: #FFF;
	color: #c69b4c;
}
.gallery-slider{overflow: hidden;}
/*grid 2 แถวเสมอ เลื่อนเป็นคอลัมน์ — เดสก์ท็อป 3 คอลัมน์ = 6 รูปต่อจอ*/
.gallery-track{
	display: grid;
	grid-auto-flow: column;
	grid-template-rows: repeat(2, auto);
	grid-auto-columns: 80%;
	gap: .5rem;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	padding-bottom: .5rem;
	/*ซ่อน scrollbar แต่ยังปัดด้วยนิ้ว/เทราจแพดได้*/
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.gallery-track::-webkit-scrollbar{display: none;}
.gallery-item{scroll-snap-align: start;}
.gallery-item a{
	display: block;
	overflow: hidden;
	border-radius: 10px;
	aspect-ratio: 3/2;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.gallery-item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .4s ease;
}
.gallery-item a:hover img{transform: scale(1.06);}
/*สไลด์วิดีโอ YouTube ต้องสูงเท่ารูป (3:2) — iframe height fixed จะเตี้ยกว่ารูป (PLAYBOOK §E12)*/
.gallery-item .video-slide{
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	aspect-ratio: 3/2;
	background: #000;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.gallery-item .video-slide iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
}

/*===== ปุ่มดาวน์โหลด PDF (ท้ายเนื้อหาหน้า details) =====*/
.housepdf{
	margin-bottom: 2rem;
	text-align: center;
}
.housepdf a{
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 26px;
	border-radius: 30px;
	border: 1px solid #c69b4c;
	background: #FFF;
	color: #c69b4c;
	font-family: 'Kanit-Medium';
	transition: all .2s ease;
}
.housepdf a:hover{
	background: #c69b4c;
	color: #FFF;
}
.housepdf i{font-size: 1.15rem;}

/*===== pagination (รายการบ้านพัก) — โทนเดียวกับดีไซน์ =====*/
.pageclick .pagination{
	justify-content: center;
	flex-wrap: wrap;
	gap: .4rem;
	margin: 2rem 0 0;
}
.pageclick .page-item .page-link{
	min-width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	border-radius: 50px;
	border: 1px solid #c69b4c;
	background: #FFF;
	color: #c69b4c;
	font-size: .95rem;
	transition: all .2s ease;
}
.pageclick .page-item .page-link:hover{
	background: #c69b4c;
	color: #FFF;
}
.pageclick .page-item.active .page-link{
	background: #c69b4c;
	border-color: #c69b4c;
	color: #FFF;
}
.pageclick .page-item.disabled .page-link{
	opacity: .3;
	cursor: default;
	background: #FFF;
	color: #c69b4c;
}

/*===== รายละเอียดบ้านพัก (หน้า details) : ข้อความล้วน — รองรับเนื้อหาจาก TinyMCE =====*/
.housedetail{
	margin-bottom: 2rem;
	color: #898989;
	line-height: 1.9;
}
.housedetail p{margin: 0 0 1rem;}
.housedetail h1,
.housedetail h2,
.housedetail h3{
	font-size: 1.1rem;
	margin: 1.5rem 0 .5rem;
	color: #c69b4c;
	font-family: 'Kanit-Medium';
}
/*global ul{padding:0} ตัด indent ทิ้ง -> ต้องคืน list-style + padding-left ไม่งั้น bullet โดนตัดขอบ*/
.housedetail ul{
	list-style: disc;
	padding-left: 1.5rem;
	margin: 0 0 1rem;
}
.housedetail ol{
	list-style: decimal;
	padding-left: 1.5rem;
	margin: 0 0 1rem;
}
.housedetail li{margin-bottom: .35rem;}
.housedetail img{max-width: 100%;height: auto;border-radius: 10px;}
.housedetail a{color: #c69b4c;text-decoration: underline;}

.servicehouse{
	position: relative;
	z-index: 1;
	margin-top: -2rem;
}
.texthoues img{
	width: 28px;
	margin-right: 8px;
}
.texthoues ul{list-style:none;}
.iconhouse{
	padding: .75rem;
	background: #FFF;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	border-radius: 10px;
	margin-bottom: 1rem;
}
.iconhouse img{
	width: 35px;
	margin-right: 10px;
}
.iconhouse h1{
	font-size: 1rem;
	margin: 0;
	font-family: 'Kanit-Medium';
}
.bookhouse.bookhouse2{
	float: none;
	margin: 1rem auto 0;
}
.detailsprice{
	padding: 1rem;
	margin-bottom: 2.5rem;
	color: #898989;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	background: #FFF;
	text-align: center;
	border-radius: 10px;
}
.detailsprice .col-6{text-align: center;}
.detailsprice img{
	width: 28px;
	margin-right: 5px;
	filter: invert(60%) sepia(0%) saturate(701%) hue-rotate(279deg) brightness(91%) contrast(79%);
}
.detailsprice h1{
	font-size: 1.15rem;
	margin: 0;
	line-height: 1.5;
	color: #c69b4c;
	font-family: 'Kanit-Medium';
}
.detailsprice h2{
	margin: 0;
	font-size: 1rem;
}
.detailsprice h3{
	margin:.5rem 0 0;
	color: #c69b4c;
	font-size: 1.1rem;
	font-family: 'Kanit-Medium';
}
.detailsprice p{margin: 0;}
.gallerybox{
	text-align: center;
	overflow: hidden;
	margin-bottom: 1rem;
	border-radius: 10px;
	aspect-ratio:3/2;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.galleryboxset h1{
	font-size: 1.4rem;
	margin-bottom: 1rem;
	color: #c69b4c;
	font-family: 'Kanit-Medium';
}
.gallerybox img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.btn-showgall{
	max-width: 160px;
	text-align: center;
	display: block;
	color: #FFF;
	border-radius: 30px;
	margin: 1rem auto 2rem;
	background: #000;
	border: 1px solid #000;
	padding: 8px;
}
.btn-showgall:hover{
	background: #c69b4c;
	border-color: #c69b4c;
}
/*ปุ่ม "ดูบ้านพักทั้งหมด" หน้าแรก — ใช้ทรงเดียวกับ .btn-showgall แต่กว้างขึ้นให้พอดีข้อความไทย*/
.btn-showgall.btn-allhouse{
	max-width: 240px;
	padding: 10px 24px;
}
.btn-showgall[aria-expanded="false"] .openbtn{display: block;}
.btn-showgall[aria-expanded="true"] .openbtn{display: none;}
.btn-showgall[aria-expanded="true"] .closebtn{display: block;}
.btn-showgall[aria-expanded="false"] .closebtn{display: none;}


.facilitiesbox{
	border-radius: 10px;
	margin-bottom: 1rem;
	overflow: hidden;
	position: relative;
	background: #FFF;
	aspect-ratio:2/3;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.facilitiesbox img.imglogo {
    aspect-ratio: 3 / 2;
    object-fit: scale-down;
    border-radius: 5px;
	transform: scale(1) !important;
}
.facilitiesbox img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}
.facilitiesbox:hover img{transform: scale(1.02);}
.textfacilities{
	text-align: center;
	position: absolute;
	left: 0;
	z-index: 2;
	top: 0;
	width: 100%;
	padding: .75rem;
}
.facilitiesbox.facilitieslast{
	padding: 1rem;
	background: -webkit-linear-gradient(277deg, rgba(189, 169, 98, 1) 0%, rgba(255, 255, 255, 1) 63%);
	background: -o-linear-gradient(277deg, rgba(189, 169, 98, 1) 0%, rgba(255, 255, 255, 1) 63%);
	background: linear-gradient(7deg, rgba(189, 169, 98, 1) 0%, rgba(255, 255, 255, 1) 63%);;
}
.facilitiesbox.facilitieslast .textfacilities{
	position: inherit;
	padding: 0;
	margin-bottom: 2rem;
}
.textfacilities p{margin: 0;}
.textfacilities span{font-style: italic;font-size: .9rem;}
.textfacilities h1{
	font-size: 1.15rem;
	margin: 0;
	font-family: 'Kanit-Medium';
}
.iconfacilities{
	width: 65px;
	height: 65px;
	margin: 0 auto 1rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: .75rem;
	background: #c69b4c;
}
.iconfacilities img{
	width: auto;
	max-width: 100%;
	filter: brightness(0) invert(1);
	object-fit: scale-down;
}

.locationbox{
	border-radius: 10px;
	background: #FFF;
	margin-bottom: 1rem;
	overflow: hidden;
	
	text-align: center;
	padding-bottom: .5rem;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.locationbox .row{align-items: center;}
.locationbox img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	aspect-ratio:3/2;
	margin-bottom: .5rem;
	transition: all 0.6s;
}
.locationbox:hover img{transform: scale(1.02);}
.locationbox p{
	margin: 0;
	padding:0 10px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    height: calc(1rem * 1.3 * 2)
}
.content-box.contentaddbgmap{
	background-size: 100% !important;
	background-color: #FFF;
	background-image: url("../facilities/images/bgmap.png");
	background-position: top right;
	background-repeat: no-repeat;
}

.contactbox{
	padding: 1rem;
	border-radius: 10px;
	background: #FFF;
	height: 100%;
	text-align: center;
	transition: all 0.6s;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.contactbox:hover{
	transform: scale(.96);
	background: #c69b4c;
	color: #FFF;
}
.contactbox h1{
	font-size: 1.2rem;
	margin-bottom: 0rem;
	font-family: 'Kanit-Medium';
}
.contactbox p{margin: 0;color: #757575;}
.contactbox:hover p{color: #FFF;}
.contactbox img{
	width: 35px;
	border-radius: 50%;
	border: 3px solid #FFF;
	margin-bottom: 10px;
	transition: all 0.6s;
}
.contactbox img.goldfilter{filter: invert(57%) sepia(75%) saturate(303%) hue-rotate(0deg) brightness(96%) contrast(94%);}
.contactbox:hover img.goldfilter{filter: brightness(0) invert(1);}

.stepbookbox img{
	width: 50px;
	transition: all 0.6s;
	filter: invert(18%) sepia(30%) saturate(504%) hue-rotate(98deg) brightness(92%) contrast(100%);
}
.stepbookbox{
	padding: 1rem;
	border-radius: 10px;
	background: #FFF;
	margin-bottom: 2rem;
	text-align: center;
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.stepbookbox span{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	color: #FFF;
	background: #c69b4c;
	display: block;
	margin: -2rem auto 1rem;
	padding: 5px;
	position: relative;
}
.stepbookbox p{
	margin: 0;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    height: calc(1rem * 1.3 * 2);
	color: #757575;
}
.stepbookbox h1{
	font-size: 1.1rem;
	margin: 1rem 0 0;
	font-family: 'Kanit-Medium';
}

.checkinbox{
	padding: 1.5rem;
	text-align: center;
	border-radius: 10px;
	background: #f5f5f5;
	margin: 2rem auto;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.checkinbox .col-6:first-child{border-right: 1px solid #cecece;}
.checkinbox .img-box{margin: 1rem auto;aspect-ratio:4/2;}
.checkinbox h1{
	font-size: 1.4rem;
	color: #c69b4c;
	margin: 0;
	font-family: 'Kanit-Medium';
}

.booking-conditions h1{
	font-size: 1.4rem;
	margin-bottom: 1rem;
	font-family: 'Kanit-Medium';
}
.booking-conditions img{
	width: 40px;
	margin-right: 5px;
	filter: invert(18%) sepia(30%) saturate(504%) hue-rotate(98deg) brightness(92%) contrast(100%);
}
.booking-conditions ul .fa-circle-check{
	font-size: 1.1rem;
	color: #1a3526;
	margin-right: 10px;
	margin-top: 3px;
}
.booking-conditions ul li{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cecece;
	flex-wrap: wrap;
}
.booking-conditions p{margin: 0;}
.booking-conditions ul li:last-child{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.booking-conditions span{
	font-size: .9rem;
	font-style: italic;
}
.booking-conditions ul{
	list-style: none;
	margin-top: 1rem;
}
.booking-conditions{
	padding: 1.5rem;
	background: #FFF;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.contacttext{
	text-align: center;
	margin-bottom: 1rem;
}
.contacttext h1{
	margin-bottom: 1rem;
	font-size: calc(1.2rem + 1vw);
	font-family: 'Kanit-Medium';
}
.contacttext ul li{
	font-size: 1.4rem;
	display: inline-block;
	font-family: 'Kanit-Medium';
}
.contacttext a:hover{color: #bf892c;}
.contacttext p{margin: 0;}
.contacttext ul{list-style: none;margin-top: 1rem;}

.detail-form span{color: #f00;}
.detail-form{margin-bottom: 1rem;}
.detail-form p{margin-bottom: .5rem;}
.detail-form #captcha-refresh{
    cursor: pointer;
    color: #c69b4c;
	font-size: 26px;
	vertical-align: middle;
}
.detail-form span, 
.detail-form p.red-text{
	color: #F00;
	display: initial;
}
.detail-form h1{
	font-size: 1rem;
	margin-bottom: 1rem;
}
.detail-form .custom-file-input,
.detail-form .custom-file{height: auto;}
.form-text, .custom-file-label{
    padding: 8px 15px;
    background-color: #FFFFFF;
	border: 1px solid #e2e2e2;
    width: 100%;
	color: #000;
	border-radius: 5px;
	height: auto;
	margin: 0;
	line-height: normal;
}
.form-text:focus{
	outline: none;
	box-shadow: none;
	border-color: #c69b4c;
}
.form-text::placeholder{color: #898989;}
.detail-form ul{list-style: none;}
.detail-form ul li{padding-bottom: 5px;}
.sendus-btn{
	width: 200px;
    padding: 8px 20px;
    display: block;
    box-shadow: none;
    border: 1px solid #c69b4c;
    color: #FFF;
    background: #c69b4c;
    margin:.5rem auto;
    cursor: pointer;
    transition: all 0.5s;
	border-radius: 30px;
}
.sendus-btn:hover{
	background: #000;
	transform: scale(.98);
	border-color: #000;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.formcontact{
	padding: 1rem;
	border-radius: 20px;
	background: #FFF;
	margin: 2rem auto 0;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.formcontact h1{
	font-size: 1.4rem;
	margin-bottom: 1rem;
	font-family: 'Kanit-Medium';
	text-align: center;
}
/*///////////Start-Policy///////////////*/
.policy-box{
    position: fixed;
    bottom: 0;
    left: 0;
	width: 100%;
    text-align: left;
    padding: 1rem 0;
    color: #000 ;
    /*ต้องสูงกว่าปุ่มแชทลอย bwsbox (z-index ~9999) ไม่งั้นปุ่ม "ยอมรับ" ถูกทับ กดไม่ได้บนจอเดสก์ท็อป*/
    z-index: 100000;
	background: #FFF;
}
.policy-box ul{list-style: none;}
.policy-box ul .fa-xmark{
	position: absolute;
	font-size: 1.2rem;
	right: 1rem;
	top: 1rem;
	z-index: 1;
	cursor: pointer;
}
.policy-box ul .fa-xmark:hover{opacity: .6;}
.policy-box ul li{padding: 0 5px;}
.policy-box p{
	font-size: 1.1rem !important;
	margin-bottom: 0;
	font-family: 'Kanit-Medium';
}
.policy-box a:hover{color: #f16724;}
.policy-box .btn-policy{
    width:165px;
    padding: 8px;
    transition: all 0.5s;
    cursor: pointer;
    /*กันโดนอะไรทับจนคลิกไม่โดน*/
    position: relative;
    z-index: 2;
    text-align: center;
    color: #FFF ;
    margin: .5rem auto;
	display: flex;
    align-items: center;
    justify-content: center;
	text-transform: uppercase;
	border: 1px solid #242424;
	background: #242424;
}
.btn-policy:hover{
	background: #c69b4c;
	border-color: #c69b4c;
}


/*///////////End-Policy///////////////*/

/*///////////Start-Footer///////////////*/
.footer{
	color: #292728;
	padding: 10% 0 5%;
	background: url("../images/bg-footer.png") top right no-repeat;
	background-size: cover !important;
} 
.logo-footer{
	text-align: left;
	margin: 1rem 0;
}
.logo-footer img{width: 65px;}
.footer h1{
	font-size: calc(1.2rem + 1vw);
	margin-bottom: .75rem;
	font-family: 'Kanit-Medium';
}
.footer a{display: inline-block;}
.footer p{margin-bottom: 0rem;}
.copyright-box a:hover,
.textfooter a:hover{color: #c69b4c;}
.copyright-box{
	text-align: center;
	padding: 10px 0;
	background: #242424;
	color: #FFF;
	font-family: 'Kanit-Light';
}
.social-footer{text-align: center;}
.social-footer img{
	width: 32px;
	transition: all 0.6s;
}
.social-footer a{
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #000;
	text-align: center;
	padding: 3px;
}
.social-footer a:hover img{transform: rotateY(180deg);}
.social-footer img.facebookcolor:hover{filter: invert(36%) sepia(75%) saturate(2965%) hue-rotate(202deg) brightness(97%) contrast(96%);}
.social-footer img.linecolor:hover{filter: invert(68%) sepia(3%) saturate(4549%) hue-rotate(78deg) brightness(94%) contrast(90%);}
.social-footer img.igcolor:hover{filter: invert(31%) sepia(67%) saturate(3568%) hue-rotate(315deg) brightness(99%) contrast(93%);}
.social-footer img.youtubecolor:hover{filter: invert(16%) sepia(99%) saturate(4935%) hue-rotate(356deg) brightness(97%) contrast(116%);}

.textfooter {text-align: center;margin-bottom: 2rem;}
.textfooter img{
	width: 35px;
	margin-right: 5px;
}
.textfooter ul{
	list-style: none;
	margin: .75rem auto;
	font-family: 'Kanit-Medium';
	font-size: calc(1.1rem + 1vw);
}
.textfooter ul img{
	width: 20px;
	margin-right: 5px;
	filter: brightness(0) invert(1);
}
.textfooter ul li{margin-bottom: .5rem;}
.contact-bt {
	padding: 6px;
	color: #FFF;
	border-radius: 30px;
	background: #c69b4c;
	border: 1px solid #c69b4c;
	margin: auto;
	max-width: 200px;
	margin-bottom: 1rem;
	font-family: 'Kanit-Medium';
}
.contact-bt:hover{background: #aa8034; color: #FFF;opacity: 1; box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;}
.contact-bt a{
	display: flex;
	align-items: center;
	justify-content: center;
}
.mapout{
	padding: 1rem;
	background: #FFF;
	margin: 1rem auto;
	border-radius: 20px;
	box-shadow: 0px 0px 19.95px 1.05px rgba(0, 0, 0, 0.06);
}

.mapbox{
	border-radius: 15px;
	overflow: hidden;
	aspect-ratio:3/2;
	margin-bottom: 2rem;
}
.mapcontact iframe,
.mapbox iframe{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mapcontact{
	width: 100%;
	overflow: hidden;
	height: 235px;
}
.social-box{
	text-align: center;
	margin: 1rem auto;
}
.social-box img{
	width: 35px;
	transition: all 0.6s;
	filter: invert(57%) sepia(75%) saturate(303%) hue-rotate(0deg) brightness(96%) contrast(94%);
}
.social-box img:hover{transform: rotateY(180deg);}

/*///////////End-Footer///////////////*/
@media (max-width: 920px) {
	body{max-width: 100% !important;}
	.navbar-collapse{
        position: fixed;
        width: 90%;
		background: #FFF;
        height: 100% !important;
        max-height: none !important;
        top: 0%;
        display: block;
        right: -100%;
        margin: 0 !important;
        z-index: 55;
		opacity: 0;
		transition: all .5s;
        overflow-y: scroll;
        box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.1);
	}
	.navbar-collapse::-webkit-scrollbar{width: 0;}
	.navbar-collapse.in{
		right: 0;
		opacity: 1;
		transition: all .5s;
	}
	.navbar-collapse.show {
		right: 0;
		opacity: 1;
		transition: all .5s;
	}
	.all-container{
		width: 100%;
	}
	.all-container.-collapse{
		transition: all .5s;
	}
	.navbar-expand-lg, .navbar-collapse, .navbar-collapse.collapsing, .all-container.all-container.all-container {
		transition: all .5s !important;
	}
	.navbar-expand-lg.-collapse {
		width:100%;
		transition: all .5s;
	}
	
}


@media (min-width: 390px){

}

