@import url('https://fonts.googleapis.com/css2?family=Sriracha&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Thai&display=swap');
@font-face {
    font-family: 'supermarketregular';
    src: url('../font/supermarket.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ibm_plex_sans_thairegular';
    src: url('../font/ibmplexsansthai-regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;

}

:root {
    --font-family: 'supermarketregular','IBM Plex Sans Thai';
    --font-body: 'supermarketregular','IBM Plex Sans Thai';

    --color-primary: #e47a26;
    --light-primary: #f4e7dc;
    --color-second: #FF8B13;
    --color-body:#e2e2e2;
    --white: #fff;
    --dark: #282726;
    --grey: #959595;
}
::-moz-selection {
    background-color: var(--color-primary);
    color: var(--white);
}

::selection {
    background-color: var(--color-primary);
    color: var(--white);
}

body {
    padding: 0;
    margin: 0;
    font-size: 17px;
    line-height: 1.7;
    color: var(--color-body);
    background: #f7f7f7;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-family: var(--font-body);
    overflow-x: hidden;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}


h1, h2, h3 {
    color: var(--color-primary);
    font-family: var(--font-family);
    margin: 0;
    line-height: 1.3;
    text-transform: capitalize;

}

h1 {
    font-weight: lighter;
    font-size: 40px;
    margin: 0 0 20px;
}

h2 {
    font-weight: lighter;
    font-size: 36px;
}

h3 {
    font-weight: lighter;
    font-size: 26px;
}

h4 {
    font-weight: lighter;
    font-size: 18px;
    color: var(--grey);
    text-transform: uppercase;
    margin: 0;
}

p {
    font-weight: lighter;
    margin: 8px 0 15px;
}


a {
    transition: all .6s;
    text-decoration: none;
    color: inherit;
}

select {
    -webkit-appearance: inherit;
    -moz-appearance: inherit;
    list-style: none;
}
.container {
    padding: 0;
}
.background-white {
    background: white;
}
/*-------------------------------------*/
/* SLIDER SHOW */
/*-------------------------------------*/
.wrap-slider {
    position: relative;
}
.overlay-slider {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.1);

}
.overlay-slider:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 400px;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 1);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0) 100%);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0) 100%);
    z-index: 3;
}
.text-slider {
    position: absolute;
    width: 100%;
    height: 210px;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    padding: 50px;
}
.text-slider h2 {
    font-size: 50px;
    color: white;
    margin: 0;
}
.text-slider p {
    color: white;
}
.text-slider ul {
    margin: 0;
    padding: 0;
    transition: all 0.5s;
}
.text-slider li {
    animation-name: fadeInDown;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    margin: 0;
    list-style: none;
}

.text-slider li:nth-child(1) {
    animation-delay: 0.5s;
}
.text-slider li:nth-child(2) {
    animation-delay: 0.7s;
}
.slider-arrow {
    position: absolute;
    width: 100%;
    height: 50px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 6
}
.slider-arrow a {
    position: absolute;
    opacity: .3;
    margin: 0 50px;
    cursor: pointer;
}
.slider-arrow a:hover {
    opacity: .8;
}
.slider-arrow img {
    width: 40px;
}
.slider-arrow #arrow_left {
    left: 0;
}
.slider-arrow #arrow_right {
    right: 0;
}
/*-------------------------------------*/
/* HEADER */
/*-------------------------------------*/
.wrap-header {
    position: absolute;
    width: 100%;
    top: 30px;
    background: none;
    transition: all .6s ;
    z-index: 9;
    font-family: var(--font-family);
}


.site-logo {
    position: relative;
    z-index: 2;
}
.wrap-header .site-logo img {
    filter: brightness(0) invert(1);
    height: 70px;
    width: auto;
}
.wrap-scroll {
    position: fixed;
    top: 0;
    height: 60px;
    background: white;
    padding: 0 0 0 50px;
    box-shadow: rgba(0, 0, 0, 0.09) 0 0 10px;
}
.wrap-scroll .container {
    width: 100%;
    transition: all .6s;
}
.wrap-scroll nav {
    margin-top: 0;
}
.wrap-scroll nav a {
    color: var(--dark);
}
.wrap-scroll .site-logo {
    margin: 3px 0;
}
.wrap-scroll .site-logo img {
    filter: initial;
    height: 50px;
}
.wrap-scroll .info_detail {
    top: 44px;
}
nav {
    margin-top: 22px;
}
nav > ul {
    margin: 0;
    padding: 0;
}
nav > ul li {
    position: relative;
    list-style: none;
    float: left;
    padding: 0;
}
nav a {
    text-transform: capitalize;
    color: white;
    line-height: 60px;
    padding: 0 10px;
}
nav > ul > li:nth-last-child(2) a {
    padding: 0 0 0 10px;
}
nav a:hover, nav a.active {
    color: var(--color-primary);
}
.wrap-scroll .navbar-nav a {
    color: #4D4E51;
}
.navbar-nav > li {
    padding: 0 10px;
}

/****** SUB MENU ******/
.info_detail {
    position: absolute;
    white-space: nowrap;
    top: 40px;
    transform: translateY(0);
    left: 0;
    padding: 0;
    text-align: left;
    background: white;

    opacity: 0;
    pointer-events: none;
    transition: all .6s;
}

.sub_info:hover .info_detail {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(1em);
}

nav .info_detail a {
    padding: 8px 10px;
    display: inline-block;
    transition: all .5s;
    line-height: unset;
    width: 100%;
    color: var(--dark);
}
.info_detail li {
    line-height: initial;
    width: 100%;
    padding: 0;
}

.info_detail li:hover {
    background: var(--color-primary);
}

.info_detail li:hover a {
    color: #fff;
}

.book-header {
    position: absolute;
    background: var(--color-primary);
    color: #fff;
    right: -300px;
    opacity: 0;
    pointer-events: none;
    transition: all .6s;
    margin-left: 30px;
    padding: 0;
}
.book-header > a,
.wrap-scroll .book-header > a {
    padding: 0 25px;
    color: #fff;
    display: inline-block;

}

.book-header:hover {

    background: var(--color-second)
}
.wrap-scroll .book-header {
    position: relative;
    right: 0;
    opacity: 1;
    pointer-events: auto;
}

/*-------------------------------------*/
/* HAMBURGER */
/*-------------------------------------*/
.ui-style {
    position: absolute;
    width: 35px;
    height: 18px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
    z-index: 6;
    display: none;
}
.style-icon {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.style-icon .amburgers1,.style-icon .amburgers2,.style-icon .amburgers3,
.style-icon .amburgers4,.style-icon .amburgers5 {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    border-radius: 2px;
    transition: .23s ease-in-out;
}
.style-icon .amburgers1 {
    top: 0;
}
.style-icon .amburgers2 {
    top: 8px;
}
.style-icon .amburgers3 {
    top: 16px;
}
.style-icon .amburgers4 {
    width: 0;
    top: 9px;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(-90deg);
    transition: all 0.4s ease-in-out, transform 0.4s ease-in-out 0.4s;

}
.style-icon .amburgers5 {
    width: 0;
    top: 9px;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.4s ease-in-out, transform 0.4s ease-in-out 0.4s;
}
.open-bar div:nth-child(1) , .open-bar div:nth-child(2),
.open-bar div:nth-child(3){
    transform: scale(0);
}
.open-bar div:nth-child(4),.open-bar div:nth-child(5){
    width: 30px;
}
.style-icon.open-bar .amburgers4 {
    transform: rotate(-45deg);
}
.style-icon.open-bar .amburgers5 {
    transform: rotate(45deg);
}
.wrap-scroll .style-icon.open-bar {
    top: 36px;
}
.wrap-scroll .amburgers1 ,.wrap-scroll .amburgers2 ,
.wrap-scroll .amburgers3 ,.wrap-scroll .amburgers4 ,
.wrap-scroll .amburgers5 {
    background: var(--color-primary);;
}
.style-icon.open-bar .amburgers1, .style-icon.open-bar .amburgers2,
.style-icon.open-bar .amburgers3, .style-icon.open-bar .amburgers4,
.style-icon.open-bar .amburgers5 {
    background: var(--color-primary);;
}
/*-------------------------------------*/
/* MENU MOBILE */
/*-------------------------------------*/
.menu-mobile {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    background: #f7f7f7;
    z-index: 2;
    opacity: 0;
    padding: 100px 50px;
    pointer-events: none;
    -webkit-transition: .23s ease-in-out;
    -moz-transition: .23s ease-in-out;
    -o-transition: .23s ease-in-out;
    transition: .23s ease-in-out;
}

.menu-container {
    position: relative;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
}
.menu-container ul {
    width: 100%;
    padding: 0;
    margin: 0;
}
.menu-container li {
    position: relative;
    list-style: none;
}
.menu-container a {
    position: relative;
    padding: 10px 0;
    display: block;
    color: #333333;
    text-transform: capitalize;
    transition: all .4s;
}

.menu-container a:hover, .menu-container .active > a {
    color: var(--color-primary);;
}
.menu-container .info-detail {
    position: relative;
    display: none;
    padding-left: 30px;
}
.menu-mobile.active {
    opacity: 1;
    pointer-events: auto;
}
.info-detail.active {
    display: block;
}
.menu-mobile.active .menu-container{
    transform: translateX(0);
    -webkit-transform: translateX(0);
}
.ui-icon-plus {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    top: 9px;
    cursor: pointer;
}
.ui-icon-plus:before,
.ui-icon-plus:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2f2e2e;
    margin: auto;
    display: block;
    transition: all 0.6s;
}

.ui-icon-plus:before {
    width: 1px;
    height: 20px;
}

.ui-icon-plus:after {
    width: 20px;
    height: 1px;
}

.ui-icon-plus.active:before {
    display: none;
}
.menu-container .active .ui-icon-plus:before,
.menu-container .active .ui-icon-plus:after {
    background: var(--color-primary);
}
/*-------------------------------------*/
/* BODY */
/*-------------------------------------*/
main {
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 100px 0;
}
.image-box {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}
/*-------------------------------------*/
/* PADDING BODY */
/*-------------------------------------*/
.envelop {
    position: relative;
    width: 100%;
}
.envelop-box {
    position: relative;
    width: 100%;
    padding: 0 0 100px;
    text-align: center;
    display: inline-block;
}

.wrap-side {
    position: relative;
    width: 100%;
    padding: 0 100px;
    text-align: center;
    display: inline-block;
}

.box-slider {
    position: relative;
    width: 100%;
    padding: 0 0 100px;
    text-align: center;
    display: inline-block;
}

.our_facilities {
    padding: 0 0 50px;
}
/*-------------------------------------*/


.envelop-box h1:before,
.page_info_blog h1:before,.child_blog h1:before{
    content: "";
    background: url(../images/icon/icon-logo.png) no-repeat center;
    width: 39px;
    height: 41px;
    display: block;
    margin: 0 auto 10px;
}
.slider-content {
    position: relative;
    padding: 30px 0 0;
    text-align: center;
}

.slider-content h1 > span {
    font-size: 24px;
}
.btn-main {
    position: relative;
    padding: 10px 30px;
    background: var(--color-primary);;
    color: #fff;
    display: inline-block;
    margin-top: 15px;
    transition: all .4s;
    font-family: var(--font-family);
    border: 0;
}
.btn-main:hover {
    background: var(--color-second)
}
.offer {
    position: relative;
}
/*-------------------------------------*/
/* TEB */
/*-------------------------------------*/
.our_room {
    padding: 100px 100px 50px;
}
.roomcontent {
    padding: 50px;
}
.slide-teb {
    position: relative;
    width: 100%;
    display: inline-block;
    /*overflow-x: hidden;*/
}
.title {
    position: relative;
    width: 100%;
    display: table;
    text-align: center;
    background: #ebebe8;
}
.roomtitle .teb-title {
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 20px;
    cursor: pointer;
}
.box-content {
    background: white;
}
.roomtitle .teb-title:hover {
    background: white;
}
/*-------------------------------------*/
/* PAGE INFO */
/*-------------------------------------*/
.margin15 {
    margin-bottom: 15px;
}
.viewer {
    position: relative;
    width: 100%;
}
.camera {
    position: absolute;
    bottom: 50px;
    color: white;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 4;
    cursor: pointer;
    text-align: center;
}

.camera i {
    font-size: 30px;
}
.camera p {
    margin-top: 10px;
}
.icon-camera {
    position: relative;
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,0.4);
    border-radius: 50%;
    padding: 15px;
    margin: auto;
}
.lg-sub-html h4 {
    color: #fff;
}
.lg-actions .lg-next, .lg-actions .lg-prev {
    border: 0;
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: var(--color-primary);
}
.overlay-sliderbox:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 200px;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,1);
    background: -webkit-linear-gradient( rgba(0,0,0,0), rgba(0,0,0,0.5));
    background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5));
    background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5));
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5));
    z-index: 3;
}
.envelop-icon {
    padding: 100px 0;
    text-align: center;
}
.amenities {
    position: relative;
    width: 100%;
    text-transform: capitalize;
    margin-top: 50px;
}
.amenities ul {
    padding: 0;
    margin: 0;

}
.amenities li {
    width: 25%;
    float: left;
    list-style: none;
    display: inline-block;
    padding: 10px;
    text-align: center;
}
.amenities img {
    vertical-align: middle;
    height: 30px;
    width: auto;
}
.icon-amenities {
    width: 60px;
    height: 60px;
    border: 1px solid #eee;
    border-radius: 50%;
    display: inline-block;
    padding: 13px;
    margin-bottom: 10px;
}
.content_child {
    margin-left: -25px;
    margin-right: -25px;
}
.content_child .col-xs-6 {
    padding: 0 25px;
    margin-top: 80px;
}
.content_child .col-xs-6:nth-child(1),
.content_child .col-xs-6:nth-child(2) {
    margin-top: 0;
}
.content-info {
    padding: 30px 0 0;
    text-align: center;
    /*height: 300px;*/
}
.envelop-view-images {
    position: relative;
}

.box-type {
    position: relative;
    width: 100%;
    height: 500px;
    text-align: left;
    padding: 50px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    align-content: center;
    -webkit-align-content: center;
}
.box-type ul {
    margin: 15px;
    text-transform: capitalize;
}
.box-type li {
    list-style: georgian inside  url(../images/icon/active-menu-color.png);
    padding: 10px;
    border-bottom: 1px solid #eee;
}
.photo_info {
    position: relative;
}
.primary_box {
    padding: 100px 0 0;
    text-align: center;
}
.other {
    margin-top: 50px;
    padding: 0 100px;
}

/*-------------------------------------*/
/* GALLERY*/
/*-------------------------------------*/
.gallery {
    margin-right: -10px;
    margin-left: -10px;
}
.padding10 {
    padding: 10px;
}
.viewer-gallery {
    position: relative;
    overflow: hidden;
}
.viewer-gallery .image-box {
    height: 450px;
    cursor: pointer;
    transition: all 1s ease;
}

.album-gallery {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: rgba(145,113,60,0.9);
    color: white;
    text-align: left;
    padding: 30px;
    font-weight: bold;
    text-transform: capitalize;
}
.album-gallery .fa-camera-retro {
    float: right;
}
.album-gallery h4 {
    color: #fff;
    font-family: var(--font-family);
    text-transform: uppercase;
}
.album-gallery p {
    margin: 0;
}
.filtr-item:hover .image-box {
    filter: brightness(60%);
    transform: scale(1.05);
}
.lg-dropdown {
    display: none;
}
/*---------------------------------------------*/
/* WRAP CONTACT */
/*---------------------------------------------*/
.contact-from {
    position: relative;
    width: 100%;
}

.box-contact {
    position: relative;
    padding: 10px;
}

.box-contact input {
    position: relative;
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid #d4d4d4;
    color: #4e4e4e;
    outline: none;
    font-size: 14px;
    padding: 6px 0;
}

.secur-box input {
    position: relative;
    width: 30%;
    text-align: center;
    background: none;
    border: none;
    border-bottom: 1px solid #d4d4d4;
    color: #4e4e4e;
    outline: none;
    font-size: 14px;
    padding: 6px 0;
}

#captcha {
    margin-top: 10px;
}

.refresh-ico {
    cursor: pointer;
}

.box-contact textarea {
    position: relative;
    width: 100%;
    background: none;
    border: 1px solid #d4d4d4;
    outline: none;
    color: #4e4e4e;
    padding: 15px;
    height: 150px;
    margin: 6px 0;
}

.box-contact input::-webkit-input-placeholder {
    color: #4e4e4e;
}

.box-contact .text-primary {
    position: relative;
    text-align: left;
    color: var(--color-primary);;
    margin-bottom: 6px;
    font-weight: bold;
}

.secur-box .text-primary {
    position: relative;
    text-align: center;
    color: var(--color-primary);;
}

.box-contact button {
    position: relative;
    display: inline-block;
    padding: 7px 30px;
    background: var(--color-primary);;
    border: none;
    color: #fff;
    outline: none;
    font-family: var(--font-family);
    font-size: 18px;
    transition: all .6s;
}

.box-contact button i {
    margin-right: 6px;
}

.box-contact button:hover {
    background: var(--color-second)
}

.required {
    color: var(--color-primary);;
    font-size: 16px;
}

.box-contact button[disabled] {
    background: #dddddd !important;
    cursor: no-drop;
}
.box-contact button:hover[disabled] {
    color: #fff;
}
.g-recaptcha > div {
    width: auto !important;
}
/*-------------------------------------*/
/* FOOTER */
/*-------------------------------------*/
.footer {
    position: relative;
    width: 100%;
    padding: 100px;
    text-align: left;
    display: flex;
    color: #f7f7f7;
    background: var(--color-primary);;
}
.footer h4 {
    font-family: var(--font-family);
    color: #fff;
    margin-bottom: 25px;
}

.footer .col-xs-4:nth-child(2) {
    text-align: center;
    padding: 0 20px;
}
.footer .col-xs-4:nth-child(3) {
    text-align: right;
}

.ui-telmail span {
    padding: 0 5px;
}

.ui-social a{
    width: 45px;
    height: 45px;
    border: 1px solid rgba(255,255,255,0.24);
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    text-align: center;
    padding: 9px;
}
.ui-social a:last-child {
    margin: 0 0 0 5px;
}
.ui-social span {
    padding-right: 10px;
}
.footer  .ui-social a:hover {
    background: var(--color-second);
    border: 1px solid var(--color-second);
    color: #fff;
}
.footer a:hover{
    color: #0f0f0f;
}

.copyright {
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    text-align: center;
    padding: 25px;
}

.copyright a:hover{
    color: var(--color-second);
}

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

.sitemap {
    text-align: center;
}
.sitemap ul {
    padding: 0;
    margin: 25px 0 0;
    text-align: left;
    text-transform: capitalize;
}
.sitemap  li {
    padding: 5px;
}
.sitemap li > a {
    color: var(--color-primary);;
}
.sub-sitemap ul {
    padding: 0 0 0 25px !important;
    margin: 0;
}
.sub-sitemap ul li > a {
    font-size: 16px;
    color: #838487 !important
}
/*-------------------------------------*/
/* OWL CAROUSEL */
/*-------------------------------------*/
.slide-envelop .owl-dots {
    display: none;
}
.owl-dots {
    margin-top: 20px;
}
.owl-theme .owl-dots.disabled, .owl-theme .owl-nav.disabled {
    display: none;
}
.owl-theme .owl-nav {
    position: absolute;
    width: 100%;
    top: 175px;
    bottom: auto;
    margin: auto;
}
.owl-theme .owl-nav .owl-prev {
    position: absolute !important;
    left: 0;
    margin: 0 30px;
}
.owl-theme .owl-nav .owl-next {
    position: absolute !important;
    right: 0;
    margin: 0 30px;
    display: block;
}
.roomtitle.owl-theme .owl-nav {
    height: 45px;
    top: 0;
    bottom: 0;
}
.roomtitle.owl-theme .owl-nav [class*=owl-] i {
    color: var(--grey);
}
.img_room {
    width: 100%;
    height: 700px;
    object-fit: cover;
    display: block;
}
.roomimages .owl-nav , .roomcontent .owl-nav{
    display: none;
}
.roomtitle .owl-item.active.center{
    background: white;
}

.roomtitle .owl-nav i {
    color: var(--color-primary); !important;
}
.roomtitle.owl-theme  .owl-nav [class*=owl-] {
    margin: 0 !important;
    border : none !important;
}
.roomtitle .owl-nav .owl-prev {
    left: -100px;

}
.roomtitle .owl-nav .owl-next {
    right: -100px;
}

.slide-info.owl-theme .owl-nav {
    height: 45px;
}