/***************************************
makkhahealthandspa Stylesheet by CMNice Solutions. *
***************************************/

/*** Reset Documents ***/
@import url('reset.css');


/******** Fonts ********/
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@100;200;300;400;500;600;700;800;900&display=swap');



/* INTRO */

#scrollUp {
    bottom: 20px;
    right: 20px;
    padding: 10px 20px;
    background: #555;
    color: #fff;
    text-decoration: none;
}

.intro-img-1 {
	display: block;
	width: 100%;
	height: 430px;
}

.intro-btn {
	border: 3px solid #fff !important;
	background-color: #a8a8a8 !important;
	color: #002157 !important;
}

.intro-btn .span1 {
	font-size: 22px;
}

.intro-btn .span2 {
	font-size: 14px;
}

/* WIDTH SETTING */

.container {
	width: 100%;
	height: auto;
	max-width: 1430px;
	display: block;
	margin: 0 auto;
	font-family: 'Kanit', sans-serif;

}

/* LOGO */
.logo-active {
	display: inline-block;
	width: 157px;
	height: 146px;
	position: relative;
	background: #866d2d;
	vertical-align: top;
}

.logo-active::after {
	position: absolute;
	left: 0;
	top: 100%;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 55px 78.5px 0 78.5px;
	border-color: #866d2d transparent transparent transparent;
}

.logo-active img,
.logo-inactive img {
	display: block;
	margin: 15px auto;
}

.logo-inactive {
	display: inline-block;
	width: 157px;
	height: 146px;
	position: relative;
	vertical-align: top;
}


/* Lang */

.bg-boxlang {
    background-color: #F2F2F2 !important;
    border-radius: 0px !important;
    border: 1px solid #fff;
    color: #000;
}

.bg-boxlang:hover {
    background-color: #F2F2F2 !important;
    border-radius: 0px !important;
    border: 1px solid #fff;
    color: #000;
}



.nav-logo {
	display: block;
	position: relative;
	max-height: 100%;
	z-index: 10;
}

/* NAVIGATION */
.nav-bar {
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
	text-align: right;
}

.nav-bar p {
	font-size: 18px;
	font: 14px/1.4 'Kanit', sans-serif;
	line-height: 1;
	color: #6a590a;
	margin-bottom: 0;
}

.nav-bar p svg {
	font-size: smaller;
}

.nav-bar p img {
	vertical-align: middle;
	margin: 0 5px;
}

.search-contain button {
	font-size: 22px;
	font-family: 'Kanit', sans-serif;

}

/* Main Menu */
.nav-list {
	width: 100%;
	height: 28px;
	position: relative;
	margin-bottom: 0;
}

.nav-list li {
	display: inline-block;
	height: 100%;
	padding-left: 20px;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	vertical-align: top;
}

.nav-list li::after {
	font: 15px/1 Tahoma;
	color: #fff;
	position: absolute;
	top: 6px;
	right: -15px;
	content: "/";
}

.nav-list li:last-child::after {
	display: none;
}

.nav-list li a {
	font-size: 18px;
	font: 14px/1.4 'Kanit', sans-serif;
	line-height: 1;
	color: #fff;
	text-decoration: none;
}

.nav-menu {
	display: none;
}

/* Sub nav */
.nav-list>li>ul {
	width: 160%;
	min-width: 180px;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 99;
	padding-top: 5px;
}

.nav-list>li>ul::before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 8px 8px;
	border-color: transparent transparent #f4cb14 transparent;
	position: absolute;
	top: -3px;
	left: 10%;
	content: "";
}

.nav-list>li:hover>ul {
	display: block;
}

.nav-list>li>ul::before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 8px 8px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	top: -3px;
	left: 0;
	content: "";
	display: none;
}

.nav-list>li>ul>li {
	min-height: 25px;
	width: 100%;
	margin: 0;
	text-align: center;
	background: rgba(255, 255, 255, 1);
	border-bottom: 1px solid #e6e1e0;
	padding: 5px;
}

.nav-list>li>ul>li:hover {
	background: #fff;
}

.nav-list>li>ul>li::after {
	display: none;
}

.nav-list>li>ul>li:last-child>a {
	border: 0;
}

.nav-list>li>ul>li>a {
	font-size: 16px;
	font: 14px/1.4 'Kanit', sans-serif;
	line-height: 1;
	color: #000
}

.nav-list>li>ul>li>ul {
	width: 230px;
	display: none;
	position: absolute;
	top: 0;
	left: 230px;
	z-index: 99;
	padding-top: 0;
}

.nav-list>li>ul>li>ul::before {
	display: none;
}

.nav-list>li>ul>li:hover>ul {
	display: block;
}

.nav-list>li>ul>li>ul>li {
	min-height: 25px;
	width: 100%;
	margin: 0;
	text-align: left;
	background: rgba(255, 255, 255, .9);
	border-bottom: 2px dotted #005E20;
	padding: 5px;
}

.nav-list>li>ul>li>ul>li:hover {
	background: #f4cb14;
}

.nav-list>li>ul>li>ul>li::after {
	display: none;
}

.nav-list>li>ul>li>ul>li:last-child>a {
	border: 0;
}

.nav-list>li>ul>li>ul>li>a {
	font-size: 18px;
	font: 14px/1.4 'Kanit', sans-serif;
	line-height: 1;
	color: #000;
}

/* hassub */
.hassub,
.hassub ul {
	transition: all 0.1s;

}

/* Left menu  */
.left-nav-list li a.list-box-1 {
	font-size: 16px;
	font-family: 'Kanit', sans-serif;
	line-height: 1.6;
	color: #113F68;
	background-color: #CCCCCC;
}

.left-nav-list li a i {
	font-size: 16px;
	vertical-align: middle;
	line-height: 1.4em;
}

/* Slider */
.slider-container {
	width: 100%;
	height: auto;
	position: relative;
}

.rslides {
	box-sizing: border-box;
	padding: 0px !important;
	background-color: #fff;
	width: 100%;
}

/* Header mobile */


.header-mb {
	background: #fff;
}

.header-mb p {
	font: 14px/1.4 'Kanit', sans-serif;
	color: #113F68;
	font-weight: 300;
}

.header-mb h1 {
	font: 28px/1.4 'Kanit', sans-serif;
	color: #113F68;
	font-weight: 300;
}
.sharethis{
	z-index: 9;
}

.mobile-logo {
	height: 88px !important;
}

/* Header */
.header-line {
	border-bottom:#907809 solid 1px;
	/* height: 5px; */
	width: 100%;
}
.header {
	width: 100%;
	height: auto;
	font-family: 'Kanit', sans-serif;
	/* position: absolute; */
	top: 0;
	z-index: 11;
	background-color: #fff;
}
.header p {
	font-family: 'Kanit', sans-serif;
	font-size: 16px;
	color:#113F68 ;
	/* font-weight: 300; */

	/* line-height: 5px; */
}

.header h1 {
	font-family: 'Kanit', sans-serif;
	font-size: 28px;
	color:#c00202 ;
}

.header-intro {
	width: 100%;
	height: auto;
	z-index: 11;
	background: url(../images/bg-link.png) center no-repeat, linear-gradient(to right, transparent, #fff, transparent), #002157;
	background-position: center, bottom;
	background-size: cover, 100% 1px;
	background-repeat: no-repeat, no-repeat;
}

.header-contact-address {
	font-size: 16px;
	font-family: 'Kanit', sans-serif;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #000;
}

.header-contact-address h1 {
	font-size: 14px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #000;
}

.header-contact-address h4 {
	font-size: 30px;
	/* font-family: 'kittithada_roman_55regular'; */
	line-height: 1;
	color: #000;
}

.header-contact-address p {
	font-size: 15px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #000;
}

.header-contact-address a,
.header-contact-address a:hover {
	color: #000;
	vertical-align: middle;
}
.banner-content{
	font-family: 'Kanit', sans-serif;
	line-height: 1.5em;
	color: #fff;
	font-weight: 300;
}
.banner-content p{
	font-size: 16px;
	font-family: 'Kanit', sans-serif;
	line-height: 2em;
	color: #fff;
}

.banner-content h1{
	font-size: 36px;
	font-family: 'Kanit', sans-serif;
	line-height: 1.5em;
	color: #fff;
}
.lang {
	width: 30px;
	height: auto;
}

.flag-size-1 {
	font-size: 20px;
}
/* .regis-table th, td {
	border-bottom: 1px solid #EDEDED;
	border: 1px  solid #EDEDED !important;
}
.regis-table thead{
	font: 18px/1 'Kanit', sans-serif;
	color: #fff;
	background-color: #66B8AC;
	border-right: 1px  solid #EDEDED !important;
	padding: 15px;
	font-weight: 300;
	line-height: 2em;
} */
/* cart */
.cart-table {
    position: relative;
	border: 1px  solid #D1D1D1 !important;

}
.cart-table thead th {
    font: 18px/1 'Kanit', sans-serif;
    color: #fff !important;
	background-color: #297AC0;
    border-right: 1px  solid #D1D1D1 !important;
	padding: 15px;
	line-height: 1.5em;
	font-weight: 300;
}
.cart-table tbody td,
.cart-table tbody td {
    font: 16px/1.2 'Kanit', sans-serif;
	border-bottom: 1px  solid #D1D1D1 !important;
	border-right: 1px  solid #D1D1D1 !important;
    color: #000;
}
.fa-stack[data-count]:after {
    position: absolute;
    right: 0%;
    top: -5px;
    width: 15px;
    height: 15px;
    content: attr(data-count);
    font: 11px/14px 'Kanit', sans-serif !important;
    border-radius: 50%;
    text-align: center;
    font-weight: 700 !important;
    background: #DF0000;
    color: #fff;
}
/* Hr line */
.hr-1 {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(2, 129, 17, 0.7), rgba(0, 0, 0, 0));
}

/* Marquee */
.marquee-contain {
	background-color: #002157;
}

.marquee-contain marquee {
	vertical-align: middle;
	font-size: 16px;
	font-family: 'Kanit', sans-serif;
}

.marquee-contain marquee .fa-bullhorn {
	color: #c03a88;
	font-size: 20px;
}
/* main-manu */
.main-manu{
	/* background-color:#1F429E; */
	color: #58340E;
}

.menu-manu a:hover {
	color: #fff;
}
.main-manu a {
	color: #58340E;
	font-size: 16px;
	text-decoration: none !important;
}
/* Nav icon */
.menu-contain {

	font-size: 14px;
	font-family: 'Kanit', sans-serif;
	line-height: 1.4;
}

.menu-containn p {
	font-size: 12px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #fff;
}

.menu-contain button {
	font-size: 16px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #fff;
	/* width: 250px; */
	/* background-color: #BBCF44;
	height: 50px; */

}

.menu-contain a:hover {
	/* background-color: #28650A; */
	color: #8b6130;
}



/* Nav icon */
.nav-icon-contain {
	/* background: url(../images/bg-link.png) center no-repeat, #002157; */
	background: #EEEEEE;
	font-size: 14px;
	font-family: 'Kanit', sans-serif;
	line-height: 1.4;
}

.nav-icon-contain p {
	font-size: 12px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #8b6130;
}

.nav-icon-contain button {
	font-size: 16px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #8b6130;
	background-color: #BBCF44;
	width: 190px;
	height: 50px;

}

.nav-icon-contain a:hover button {
	background-color: #28650A;
	color: #8b6130;



}

.nav-icon-item {
	position: relative;
}

.nav-icon-item a p {
	transition: all 0.5s;
}

.nav-icon-item a:hover p {
	color: #8b6130 !important;
}

.nav-icon-item a img {
	width: 62px;
	transition: all 0.5s;
	z-index: 9;

}

.nav-icon-item a:hover img {
	transform: scale(1.2);
}

.nav-icon-item ul {
	width: 200px;
	display: none;
	/* display: block; */
	position: absolute;
	top: 27px;
	right: -30px;
	z-index: 2048;
}

.nav-icon-item ul li:first-child::before {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid black;

}

.nav-icon-item ul li {
	width: 250px;
	/* border-bottom: 1px solid #d9d3d1; */
	transition: all 0.2s;
	z-index: 2048;

}

.nav-icon-item ul li:nth-child(even) {
	background: linear-gradient(90deg, #fff 100%, #fff 100%, #fff 100%);
}

.nav-icon-item ul li:nth-child(odd) {
	background: linear-gradient(90deg, #fff 100%, #fff 100%, #fff 100%);
}

.nav-icon-item ul li a {
	text-decoration: none;
	transition: all 0.2s;
	display: block;
	z-index: 2048;


}

.nav-icon-item ul li:hover {
	background: linear-gradient(90deg, #e9c997 50%, #e9c997 100%, #e9c997 100%);
}

.nav-icon-item ul li:hover a {
	color: #000 !important;
}

/* Sub */
.nav-icon-item ul li ul {
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
	top: 0;
	left: 90%;
	transition: all 0.2s;
	opacity: 0;

}

.nav-icon-item ul li:hover ul {
	display: block;
	left: 100%;
	opacity: 1;
}

.nav-icon-item ul li:hover ul li:nth-child(even) {
	background: linear-gradient(90deg, #fff 100%, #fff 100%, #fff 100%);
}

.nav-icon-item ul li:hover ul li:nth-child(odd) {
	background: linear-gradient(90deg, #fff 100%, #fff 100%, #fff 100%);
}

.nav-icon-item ul li:hover ul li:hover {
	background: linear-gradient(90deg, #F5DD5F 100%, #F5DD5F 100%, #F5DD5F 100%);
}

.nav-icon-item ul li:hover ul li a {
	color: #343a40 !important;
	text-decoration: none;
	transition: all 0.2s;
}

.nav-icon-item ul li ul li:hover a {
	color: #000 !important;
}

/**/
.nav-icon-item ul li:hover ul li ul {
	display: none;
}

.nav-icon-item ul li ul li:hover ul {
	display: block;
}

.nav-icon-item ul li ul li:hover ul li a {
	color: #000;
}

.nav-icon-item ul li ul li ul li:hover a {
	color: #fff !important;
}

/* sub-menu */

.sub-menu {
	font-size: 20px;
	font-family: 'Kanit', sans-serif;
}

.sub-menu p {
	font-size: 14px;
	font-family: 'Kanit', sans-serif;
	color: #000;
	font-weight: 300;
	line-height: 1.5em;
}

.sub-menu h1 {
	font-size: 42px;
	font-family: 'Kanit', sans-serif;
	color: #000;
}

.sub-menu a:hover {
	color: #000;
}
.sub-menu a {
	color: #000;
	font-size: 18px;
	text-decoration: none !important;
	width: 100%;
	height: auto;
}


.topic-arr a {
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid #66addf;
	background-color: #aad3f0;
	text-align: center;
	margin: 0;
	vertical-align: middle;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.topic-arr a i {
	vertical-align: top;
}
.service {
	font-family: 'Kanit', sans-serif;
	/* line-height: 0.5; */
	color: #000;
}
.service h1 {
	font-size: 28px;
	font-family: 'Kanit', sans-serif;
}
.service h2 {
	font-size: 18px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
}

.service h3 span {
	display: block;
	font-size: 54px;
	font-family: 'Kanit', sans-serif;
	line-height: 0.5;
	margin-bottom: 0.2em;
}
/* Card Box */
.card-body * {
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
}
.card-body h1 {
    font: 36px/1 'Kanit', sans-serif;
    font-weight: 500;
    color: #000;
}
.card-body p {
    font: 16px 'Kanit', sans-serif;
    color: #000;
}
.card-body label {
    font: 14px 'Kanit', sans-serif;
    font-weight: 400;
    color: #000;
}

.card-body a {
    font: 14px 'Kanit', sans-serif;
    color: #000;
}
.memberMenu li.active {background-color:#A3CF00}
.memberMenu li.active a {color:#FFF;font-weight:600}
/* privacy */
.privacy-content{
	/* background-color:#113F66 ; */
	font-size: 16px;
	font-family: 'Kanit', sans-serif !important;
	color: #000;
}

.privacy-content p{
	font-size: 16px;
	font-family: 'Kanit', sans-serif !important;
	line-height: 1.5em;
	color: #000;
}

.privacy-content h1{
	font-size: 28px;
	font-family: 'Kanit', sans-serif !important;
	line-height: 2em;
	font-weight: 200;
	color: #000;
}

.privacy-content h2{
	font-size: 16px;
	font-family: 'Kanit', sans-serif !important;
	line-height: 1.5em;
	color: #fff;
}




/* about */
.about-content{
	/* background-color:#113F66 ; */
	font-size: 16px;
	font-family: 'Kanit', sans-serif !important;
	color: #000;
}

.about-content p{
	font-size: 16px;
	font-family: 'Kanit', sans-serif !important;
	line-height: 1.5em;
	color: #000;
}

.about-content h1{
	font-size: 16px;
	font-family: 'Kanit', sans-serif !important;
	line-height: 2em;
	font-weight: 200;
	color: #000;
}

.about-content h2{
	font-size: 16px;
	font-family: 'Kanit', sans-serif !important;
	line-height: 1.5em;
	color: #fff;
}

.about p {
	font-size: 16px;
	font-family: 'Kanit', sans-serif !important;
	line-height: 1.5em;
	color: #000;
}
.about li {
	font-size: 16px;
	font-family: 'Kanit', sans-serif !important;
	line-height: 1.5em;
	color: #000;
	list-style: none;
}

.about ol {
	list-style: none;
  	counter-reset: my-awesome-counter;
}
.about ol li{
	counter-increment: my-awesome-counter;
}

.about ol li::before {
	content: counter(my-awesome-counter) ". ";
	font-weight: bold;
  }

.about li::before {
	margin-right: 5px;
	line-height: 2em;
	content: "\00BB" "";
}

.about h1 {
	font-size: 28px;
	font-family: 'Kanit', sans-serif;
	color: #000;
}
.about h2 {
	font-size: 18px;
	font-family: 'Kanit', sans-serif;
	color: #1F237C;
}
.about h3 {
	font-size: 18px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #aaaaaa;
}
.about button {
	/* background-color: #F3DB5E; */
	border: 1px solid #F4F4F4;
	font-size: 16px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #1F237C;
}

/*Pay box*/
.pay-box p {
	font-size: 18px;
	font-family: 'Kanit', sans-serif;
	color: #000;
	line-height: 2em !important;
}
.pay-box h1 {
	font-size: 18px;
	font-family: 'Kanit', sans-serif;
	color: #1F237C;
}
.pay-box h2 {
	font-size: 18px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #aaaaaa;
}
.pay-box h3 {
	font-size: 24px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #fff !important;
}
.email-form {
    position: relative;
    margin-bottom: 30px;
	font-family: 'Kanit', sans-serif;

}
.email-form input[type="text"] {
    width: 100%;
    height: 30px;
    position: relative;
    border-radius: 3px;
    outline: none;
    margin-bottom: 10px;
    font: 16px SarabunNew;
    color: #333;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #666;
}
.email-form textarea {
    width: 100%;
    height: 100px;
    position: relative;
    border-radius: 3px;
    outline: none;
    margin-bottom: 10px;
    font: 16px SarabunNew;
    color: #333;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #666;
    resize: none;
}
.email-form input[type="submit"] {
    width: 100%;
    height: 30px;
	font-family: 'Kanit', sans-serif;
	font-style: 16px;
    position: relative;
    border-radius: 3px;
    outline: none;
    color: #fff;
    border: none;
    background: #666;
}

/*cart-confirm*/
.cart-confirm p {
	font-size: 16px !important;
	font-family: 'Kanit', sans-serif;
	color: #000;
	line-height: 2em !important;
}
.cart-confirm h1 {
	font-size: 18px;
	font-family: 'Kanit', sans-serif;
	color: #1F237C;
}
.cart-confirm h2 {
	font-size: 18px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #aaaaaa;
}
.cart-confirm h3 {
	font-size: 24px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #fff !important;
}

.border1 { 
	border-top: 3px solid;
	padding: 5px;
	width: 80px;
	color: #ee3a3b;
	/* border-image: linear-gradient(90deg, #ff9b62 70%,#1F237C 30%) 10;	 */
} 

/* news-home */
.news-home {
	background: url('../images/bg-news.png') center no-repeat;
    background-size: cover;
	/* background-attachment: fixed; */

	/* font-size: 14px; */
	font-family: 'Kanit', sans-serif;
	/* line-height: 1.4; */
	/* color: #1F237C; */

}

.news-home p {
	font-size: 16px;
	font-family: 'Kanit', sans-serif;
	line-height: 2em;
	font-weight: 200;
	color: #fff;
}
.news-home h1 {
	font-size: 28px;
	font-family: 'Kanit', sans-serif;
	font-weight: 200;
	color: #fff;
}
.news-home button {
	/* background-color: #F3DB5E; */
	border: 1px solid #F4F4F4;
	font-size: 14px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #F4F4F4;
}

/* content-index */
.content-index {

	/* font-size: 14px; */
	font-family: 'Kanit', sans-serif;
	background-color: #F9F9F9;
	/* line-height: 1.4; */
	/* color: #1F237C; */

}
.content-index p {
	font-size: 16px !important;
	font-family: 'Kanit', sans-serif;
	line-height: 2em;
	font-weight: 300;
	color: #000;
}
.content-index h1 {
	font-size: 38px;
	font-family: 'Kanit', sans-serif;
	font-weight: 300;
	color: #000;
}
.content-index h2 {
	font-size: 28px;
	font-family: 'Kanit', sans-serif;
	font-weight: 300;
	color: #000;
	line-height: 1.5em;
}

.content-index a {
	font-size: 16px;
	font-family: 'Kanit', sans-serif;
	font-weight: 400;
	color: #518c57;
	text-decoration: none;
}

.content-index ul li{
	font-family: 'Kanit', sans-serif;
	line-height: 2em;
	list-style: circle;
	margin-left: 30px;
}

.content-index button {
	/* background-color: #F3DB5E; */
	border: 1px solid #F4F4F4;
	font-size: 22px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	font-weight: 300;
	color: #000;
}

.location-box {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #F4F4F4;
    border-radius: 7px;
    box-sizing: border-box;
    margin-bottom: 30px;
    transition: background-color .3s;
}
.location-box:hover {
    background-color: #F4F4F4;
}
.location-box img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
}
.location-box h1+img {
    width: 100%;
}
.location-box h1 {
	font-size: 18px;
	font-family: 'Kanit', sans-serif;
    color: #000;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 400;
	line-height: 1.5em;
}
.location-box p {
	font-size: 16px;
	font-family: 'Kanit', sans-serif;
    color: #000;
	line-height: 1.5em;
	font-weight: 300;
    margin-bottom: 10px;
}
.location-box strong {
    font-weight: 700;
}
.location-box iframe {
    width: 100% !important;
    height: 312px !important;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}
.book_bt {
    width: 194px;
    height: 45px;
    background-color: #EDCE9C;
    border-radius: 9px;
    display: block;
    margin: 15px auto;
    border: none;
    outline: none;
    cursor: pointer;
    font: 38px/1 Tahoma;
    color: #000;
}

.book_bt:hover {
    width: 194px;
    height: 45px;
    background-color: #5E3200;
    border-radius: 9px;
    display: block;
    margin: 15px auto;
    border: none;
    outline: none;
    cursor: pointer;
    /* font: 38px/1 Tahoma; */
    color: #fff;
}


.book_con_bt {
    display: block;
    margin: 20px auto;
    border: none;
    outline: none;
    cursor: pointer;
    width: auto;
    padding: 0 10px;
    height: 30px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #000;
    color: #fff !important;
	font-family: 'Kanit', sans-serif;
    font-size: 18px;
}
/* Summary Table */
.package_table thead th{
	font-family: 'Kanit', sans-serif;
    font-size: 18px;
    font-weight: 400;
}
.package_table tbody tr td {
    color: #666;
    font-size: 14px;
	line-height: 1.5;
}
.sum_table {
    width: 100%;
    height: auto;
    position: relative;
    border: none;
    border-collapse: collapse;
    margin-bottom: 20px;
}
.sum_table thead th {
    background: #E9C998;
    height: 50px;
    vertical-align: middle;
    color: #000;
    font-family: 'Kanit', sans-serif;
    font-size: 18px;
    font-weight: 400;
}
.sum_table thead th:first-child {
    text-align: left;
    padding-left: 20px;
}
.sum_table tbody tr {
    background: #e2f1f6;
}
.sum_table tbody tr#trb {
    border-top: 3px solid #fff;
}
.sum_table tbody tr td {
    vertical-align: top;
    /* padding: 5px 20px; */
    color: #666;
    font-size: 14px;
}


/* package-contain-page */
.package-contain-page{
	height:auto;
	padding:205px 0 40px;
	background-color: #F9F9F9;
	/* background:url(../images/bg-bamboo.jpg);
    background-size: 100%; */
}
.package-contain-page-wrap{
	width:970px;
	display:block;
	margin:0 auto;
}
.choose-manu h2{
	font-family: 'Kanit', sans-serif;
	font-size:25px;
	font-weight:bold;
	color:#fff;
	line-height:normal;
	text-align:left;
	display:inline-block;
	margin-bottom:26px;
}
.choose-manu-select{
	float:right;
}
.choose-manu label{
	display:inline-block;
		font-family: 'Kanit', sans-serif;
	font-size:18.5px;
	color:#fff;
	line-height:normal;
}
.choose-manu select{
	display:inline-block;
	border:0;
	background-color:#d8ae11;
	padding:5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: 'Kanit', sans-serif;
	font-size:15px;
	color:#000;
	line-height:normal;
}
.choose-manu select option{
	background-color:#fff;
}
.package-list{
	text-align:center;
}
.package-list .package-box{
	width:100%;
	height: auto;
	background: rgba(223, 219, 214, 0.85);
	border:1px solid #c5c5c5;
	position:relative;
}
/*.package-list .package-box:hover{
	background: rgba(0, 0, 0, 1);
}*/
.package-list .package-box .img{
    position: absolute;
    top: 0;
    left: 0;
	width:100%;
	height:100%;
}
.package-list .package-box .img a{
    position:relative;
	width:100%;
	height:100%;
    display: block;
}
.package-list .package-box .text{
	width:100%;
    min-height: 300px;
	box-sizing:border-box;
	padding:12px;
	font-family: 'Kanit', sans-serif;
	font-size:16px;
	color:#000;
	line-height:normal;
	text-align:left;
}
.package-list .package-box .text h3{
	font-family: 'Kanit', sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#000;
	line-height:normal;
	text-align:center;
	margin-bottom:5px;
}
.package-list .package-box .text h4{
		font-family: 'Kanit', sans-serif;
	font-size:15px;
	font-weight:bold;
	/*color:#ffad31;*/
    color: #000;
	line-height:normal;
	text-align:center;
	margin-bottom:5px;
}
.package-list .package-box .btn-book-contain{
	position:relative;
	width:100%;
	text-align:center;
}
.package-list .package-box .btn-book-contain .btn-book{
	font-family: 'Kanit', sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#000;
	line-height:normal;
	text-align:center;
	padding:8px 15px;
	display:inline-block;
	border:0;
	margin:0 2px;
	cursor:pointer;
}
.package-list .package-box .btn-book-contain .btn-book1{
	background-color:#d8ae11;
}
.package-list .package-box .btn-book-contain .btn-book2{
	background-color:#413935;
    color: #fff;
}
/* Package Select */
.pack_seelct {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 10px;
}
.pack_seelct textarea {
    width: 100%;
    height: 65px;
    border: 1px solid #ebebeb;
    background-color: #fff;
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,1,.4);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,1,.4);
    box-shadow: inset 0 1px 2px rgba(0,0,1,.4);
    resize: none;
    border: none;
    outline: none;
    padding: 5px;
    box-sizing: border-box;
}
.pack_guest {
    width: 100%;
    height: 40px;
    background-color: #525252;
    padding: 5px 20px;
    box-sizing: border-box;
    margin-bottom: 3px;
}
.pack_guest h6 {
    font: bold 16px Arial;
    color: #fff;
}
.pack_guest h6 img {
    vertical-align: middle;
    margin-right: 10px;
}
/* White Container */
.white_container {
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 10px;
    /* background: #E9C998; */
	background: #fff;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 0 30px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
}
.white_container h1 {
	font-size: 18px;
	font-family: 'Kanit', sans-serif;
	line-height: 1.5em;
}
/* Img box */
.img-box-1 {
	height: 435px;
}

.img-box-2 {
	height: 200px;
}
.slide-text-contain h1 {
	font-size: 28px;
	font-family: 'Kanit', sans-serif;
	line-height: 1.5;
	color: #fff;
	font-weight: 300;
}

/* download page */

.download-contain p {
	font-size: 14px;
	font-family: 'Kanit', sans-serif;
	/* line-height: 2em; */
	color: #fff;
}
.download-contain button {
	font-size: 14px;
	font-family: 'Kanit', sans-serif;
	/* line-height: 2; */
	color: #fff !important;
	text-decoration: none;
	
}


/* Footer */
.footer-content {
	background: url('../images/cover/cover-contact.png') center no-repeat;
    background-size: cover;
	
}

.footer-content h1 {
	font-size: 32px;
	font-family: 'Kanit', sans-serif;
	line-height: 1.5;
	color: #fff;
	font-weight: 300;
}

.footer-content h2 {
	font-size: 12px;
	font-family: 'Kanit', sans-serif;
	line-height: 1.5;
	color: #000;
	margin-bottom: 0;
}

.footer-content h3 {
	font-size: 30px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #000;
	margin-bottom: 0;
}

.footer-content p {
	font-size: 14px;
	font-family: 'Kanit', sans-serif;
	line-height: 2;
	color: #fff;
	margin-bottom: 0;
}

.footer-content a {
	font-size: 14px;
	font-family: 'Kanit', sans-serif;
	line-height: 2;
	color: #fff;
	margin-bottom: 0;
	text-decoration: none;
}

.footer-content a:hover {
	font-size: 14px;
	font-family: 'Kanit', sans-serif;
	line-height: 2;
	color: #fff;
	margin-bottom: 0;
}

.footer-content-line {
	border-top:#fff solid 1px;
}

.visiter {
	background-color: #CFCFCF;
	color: #000;
	border: 1px solid #BBCF44;
	text-align: center;

}

.visiter h1 {
	font-size: 20px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #000;
	text-transform: uppercase;
}

.visiter p {
	font-size: 14px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #000;
}

.visiter a {
	font-size: 22px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #fff;
}

.btn-download {
	background-color: #339900;
	font: 16px/1 Tahoma;
	color: #fff;
	cursor: pointer;
}


.footer {
	width: 100%;
	height: auto;
	background: #BBCF44;
	position: relative;
	font-family: 'Kanit', sans-serif;
}

.footer h1 {
	font-size: 16px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #000;
}


.footer p {
	font-size: 14px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #fff;
	text-align: center;
	margin-bottom: 0;
	vertical-align: middle;
}

.footer p a {
	color: #000;
	text-decoration: none;
}

.footer img {
	display: block;
}

.flex-direction-nav a {
	line-height: normal;
}

.btn-search {
	margin-left: -5px;
	margin-top: -5px;
	line-height: 1.65;
}

/* portfolio-block */
.portfolio-block .img {
	width: 100%;
	height: 230px;
	transition: all 0.5s;
}

.portfolio-block:hover .img {
	opacity: 0.5;
}

/* vocab-contain */
.vocab-contain {
	width: 100%;
	height: 100px;
	background: url(../images/bg-vocab.png) top center no-repeat;
	background-size: 100% 100%;
	font-family: 'Kanit', sans-serif;
}

/* cookie_setting */
.cookie_setting {
	font-family: 'Kanit', sans-serif;
	font-size: 22px;
	line-height: 1;
}

.cookie_setting p {
	font-family: 'Kanit', sans-serif;
	font-size: 16px;
	line-height: 2em;
}
.cookie_setting h1 {
	font-family: 'Kanit', sans-serif;
	font-size: 18px;
	line-height: 1;
	font-weight: 300;
}
.cookie_setting h2 {
	font-family: 'Kanit', sans-serif;
	font-size: 18px;
	line-height: 1;
	/* font-weight: 300; */
}
.cookie_setting h3 {
	font-family: 'Kanit', sans-serif;
	font-size: 18px;
	line-height: 1;
	/* font-weight: 300; */
}
.cookie_setting button {
	font-family: 'Kanit', sans-serif;
	font-size: 18px;
}

.cookie_setting button,
.cookie_setting button.btn-sm {
	line-height: 1 !important;
}

.modal-title {
	font-family: 'Kanit', sans-serif;
	font-weight: bold;
	font-size: 24px;
}

.font-bold {
	font-family: 'Kanit', sans-serif;
	font-weight: bold;
	font-size: 16px;
}

/* Popup */
/* .popup-contain {
	font-family: 'kanitregular';
} */

/* Sticky Nav */
/* The sticky class is added to the navbar with JS when it reaches its scroll position */
/* .sticky {
	
	height:36px;
	position: fixed;
	top: 0;
	width: 100%;
	
} */

/* Swiper*/
.swiper-arrow-contain {
	width: 50px !important;
	height: 20px;
	display: block;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

.swiper-arrow-contain .swiper-button-prev,
.swiper-arrow-contain .swiper-button-next {
	width: 20px;
	height: 20px;
	border: 1px solid #66addf;
	background-color: #aad3f0;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.swiper-arrow-contain .swiper-button-prev {
	left: 0;
}

.swiper-arrow-contain .swiper-button-next {
	right: 0;
}

:root {
	--swiper-navigation-size: 10px !important;
}

/* User setting */
/* .theme-font {
	font-family: 'kanitregular';
} */

.theme-font button {
	cursor: pointer;
}

.theme-font-s {
	font-size: 10px !important;
}

.theme-font-m {
	font-size: 12px !important;
}

.theme-font-l {
	font-size: 14px !important;
}

.col-lg-5 {
	width: 19.5% !important;
	display: inline-block;
}

/* Pager */
.paginate-pagination {
	list-style: none;
	display: block;
	margin: 0 auto;
	clear: both;
	text-align: center;
	font-family: 'Kanit', sans-serif;
}

.paginate-pagination ul {
	display: inline-block;
}

.paginate-pagination ul li a.active {
	opacity: 1 !important;
	background-color: #663366 !important;
	color: #fff !important;
}

/* Quick pager */
ul.simplePagerNav {
	width: 100%;
	display: block;
	text-align: center;
	margin-top: 0.8em;
}

ul.simplePagerNav li {
	min-width: 1.5em;
	display: inline-block;
	margin: 0.2em 0.2em;
	background-color: #fff;
	-webkit-border-radius: 04px;
	-moz-border-radius: 04px;
	border-radius: 04px;
	transition: all 0.5s;
}

ul.simplePagerNav li a {
	padding: 0 0.5em;
	color: #666;
}

ul.simplePagerNav li.currentPage {
	background-color: #28650A;
}

ul.simplePagerNav li.currentPage a {
	color: #fff;
}

/* Pager */
.paging {
	display: block;
	text-align: center;
}

.paging a {
	font-family: 'Kanit', sans-serif;
	background-color: #ccc;
	color: #000;
	text-decoration: none;
	margin: 0 0.2em;
	-webkit-border-radius: 04px;
	-moz-border-radius: 04px;
	border-radius: 04px;
	padding: 0.2em 0.4em;
	min-width: 1.5em;
}

.paging span {
	margin: 0 0.2em;
	-webkit-border-radius: 04px;
	-moz-border-radius: 04px;
	border-radius: 04px;
	padding: 0.2em 0.4em;
	min-width: 1.5em;
}

.paging span.current {
	background-color: #28650A;
	color: #000;
}

.paging span.disabled {
	background-color: #fff;
	color: #000;
}

/**/
#loading {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.85;
	background-color: #000;
	z-index: 99;
	transition: all 2s;
}

#loading-image {
	width: 100px;
	z-index: 100;
}

.social-logo {
	width: 40px;
	height: auto;
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 9;
}

.social-logo a img {
	transition: all 0.5s;
}

.social-logo a:hover img {
	transform: scale(1.2);
}

button {
	cursor: pointer;
}

.clearfix {
	clear: both;
}