@import url('https://fonts.googleapis.com/css2?family=Karla&family=Prompt&display=swap');

@font-face {
    font-family: 'bookman_old_style';
    src: url('../font/bookman-old-style.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'NotoSansThai';
    src: url('../font/NotoSansThai-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


:root {
    --font-title: 'bookman_old_style', 'NotoSansThai';
    --font-body: 'bookman_old_style', 'NotoSansThai';
    --font-thai: 'NotoSansThai', 'NotoSansThai';

    --secondary-color: #000000;
    --grey-color: #606060;
    --light-color: #f6f4f2;
    --body-color: #343433;
}

::-moz-selection {
    background-color: rgba(134,110,75,0.15);
    color: var(--main-color);
}


::selection {
    background-color: rgba(134,110,75,0.15);
    color: var(--main-color);
}

body {
    padding: 0;
    margin: 0;
    font-family: var(--font-body);
    font-size: 15px;
    line-height: 1.5;
    color: var(--body-color);
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    font-weight: lighter;
}

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

a {
    color: inherit;
    transition: all 0.5s;
}

h1, h2, h3 {
    color: #1badeb;
    font-family: var(--font-title);
    text-transform: uppercase;
    line-height: 1.3;
    margin: 0;
    width: 100%;
    font-weight: lighter;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-weight: lighter;
    font-size: 18px;
    width: 100%;
    margin: 0;
}

h5 {
    color: var(--main-color);
    font-weight: lighter;
    font-size: 16px;
    width: 100%;
    margin: 0;
}

p {
    margin: 8px 0 15px;
}

select {
    -webkit-appearance: inherit;
    -moz-appearance: inherit;
    list-style: none;
}

.text-color {
    color: #359ecb !important;
}

.animat {
    opacity: 0;
}

.text-white {
    color: #fff !important;
}

.full-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.slideshow {
    position: relative;
}

.overlay_slide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.5s;
    z-index: 1;
    background: rgba(0, 0, 0, 0.1);
}

.text_slide {
    position: absolute;
    width: 80%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
    height: 200px;
    margin: auto;
    padding: 50px;
    z-index: 7;
    transform: none;
}

.text_slide h1 {
    color: #fff !important;
    letter-spacing: 0;
}

.text_slide p {
    font-size: 20px;
    margin: 0;
    text-transform: capitalize;
}

.text_slide img {
    height: 40px;
    filter: brightness(0) invert(1);
}

.text_slide ul {
    margin: 0;
    padding: 0;
    transition: all 0.5s;
}

.border-bottom {
    position: relative;
    width: 92%;
    border-bottom: 1px solid #468e9e;
    margin: 0 10px;
    display: inline-block;
}

.text_slide ul 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_slide li:nth-child(1) {
    animation-delay: 0.4s;
}

.text_slide li:nth-child(2) {
    animation-delay: 0.6s;
}

.text_slide li:nth-child(3) {
    animation-delay: 0.8s;
}

@keyframes slide {
    from {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    to {
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.01);
        transform: scale(1.1, 1.1);
    }

}

@-webkit-keyframes slide {
    from {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    to {
        -ms-transform: scale(1.05, 1.05);
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05);
    }
}

.slider-arrow {
    position: absolute;
    width: 100%;
    height: 40px;
    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 */
/*************************/
header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0;
    z-index: 9;
    transition: all .6s;
}

.top-menu {
    position: absolute;
    top: 0;
    width: 100%;
    height: 44px;
    padding: 10px 100px;
    color: #fff;
    background: #0189bc;
    font-size: 14px;
    z-index: 13;
}
.top-menu [class*=col-xs-]:nth-child(1) a {
    padding: 0 10px;
}
.top-menu [class*=col-xs-]:nth-child(1) a:nth-child(1) {
    padding: 0 10px 0 0;
}

.top-menu i {
    margin-right: 3px;
}

.wrap-menu {
    position: absolute;
    top: 44px;
    width: 100%;
    display: inline-block;
    padding: 0 100px;
    background: var(--secondary-color);
    box-shadow: rgba(0, 0, 0, 0.09) 0 0 10px;
}

.navbar-brand {
    position: relative;
    z-index: 9;
}

.logo {
    position: relative;
    margin: 8px 0;
}

.logo img {
    height: 60px;
}

.navbar ul {
    padding: 0;
    margin: 0;
}

.navbar ul li {
    position: relative;
    float: left;
    list-style: none;
    padding: 0 10px;
    color: #fff;
}

.navbar ul li:last-child {
    padding: 0 0 0 10px;
}

.navbar ul li a {
    text-transform: capitalize;
    line-height: 80px;
}

.wrap-scroll .navbar ul > li {
    animation-name: fadeInRight;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
}

.wrap-scroll .navbar ul > li:nth-child(1) {
    animation-delay: 0.1s;
}

.wrap-scroll .navbar ul > li:nth-child(2) {
    animation-delay: 0.2s;
}

.wrap-scroll .navbar ul > li:nth-child(3) {
    animation-delay: 0.3s;
}

.wrap-scroll .navbar ul > li:nth-child(4) {
    animation-delay: 0.4s;
}

.wrap-scroll .navbar ul > li:nth-child(5) {
    animation-delay: 0.5s;
}

.wrap-scroll .navbar ul > li:nth-child(6) {
    animation-delay: 0.6s;
}

.wrap-scroll .navbar ul > li:nth-child(7) {
    animation-delay: 0.7s;
}

.wrap-scroll .navbar ul > li:nth-child(8) {
    animation-delay: 0.8s;
}

.wrap-scroll .navbar ul > li:nth-child(9) {
    animation-delay: 0.9s;
}

.wrap-scroll .navbar ul > li:nth-child(10) {
    animation-delay: 1s;
}
.wrap-scroll .navbar ul > li:nth-child(11) {
    animation-delay: 1.1s;
}
.wrap-scroll .navbar ul > li:nth-child(12) {
    animation-delay: 1.2s;
}

/*************************/
/* SUB MENU */
/*************************/

.sub_menu {
    position: absolute;
    top: 100%;
    left: 0;
    visibility: hidden;
    opacity: 0;
    color: #fff;
    transform: translateY(-1em);
    transition: all 0.6s;
    white-space: nowrap;
}

.navbar ul li .sub_menu li {
    width: 100%;
    padding: 10px;
}

.navbar ul li .sub_menu li a {
    width: 100%;
    line-height: unset;
}

.sub-menu-parent ul li {
    list-style: none;
    padding: 10px 15px;
    transition: all 0.9s;
}

.dropdown_submenu:hover .sub_menu {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.6s;
    padding: 0;
    transition: all 1s;
}

.sub_menu {
    background: #fff;
    border-radius: 0;
}

/*************************/
/* LANGUAGE*/
/*************************/
.nav-lang {
    position: absolute;
    top: 0;
    right: 0;
}

.nav-lang label {
    position: relative;
    /*padding: 27px 0;*/
    cursor: pointer;
    transition: all .6s;
}

.nav-lang label svg {
    width: 13px;
    transform: rotate(0);
    margin-left: 3px;
    transition: all .6s;
}

.nav-lang label .rotate svg {
    transform: rotate(180deg);
}

.nav-lang ul {
    padding: 0;
    margin: 0;
}

.nav-lang li {
    list-style: none;
}

.nav-lang .lang_parent {
    position: absolute;
    width: 72px;
    top: 20px;
    white-space: nowrap;
    left: -25px;
    margin: auto;
    padding: 0 10px;
    text-align: center;
    background: white;
    opacity: 0;
    pointer-events: none;
    transition: all .6s;
    box-shadow: rgba(0, 0, 0, 0.09) 0 0 10px;
    color: #616161;
}

.nav-lang .lang_parent:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    box-sizing: border-box;
    border: 6px solid #000;
    border-color: #fff;
    transform-origin: 0 0;
    transform: rotate(135deg);
    box-shadow: rgba(0, 0, 0, 0.05) -2px 2px 2px 0;
    margin-left: 7px;
}

.nav-lang .lang_parent.open {
    top: 32px;
    opacity: 1;
    pointer-events: auto;
}

.nav-lang .lang_parent li {
    border-bottom: 1px solid #d8d8d8;
}

.nav-lang .lang_parent li:last-child {
    border: 0;
}

.nav-lang .lang_parent li a {
    width: 100%;
    display: inline-block;
    padding: 8px 0;
}

.nav-lang label:hover {
    opacity: 0.6;
}

.nav-lang .lang_parent li a:hover {
    color: var(--secondary-color);
}

/*************************/
/* HAMBURGER */
/*************************/
.hamburger {
    position: absolute;
    width: 35px;
    height: 20px;
    top: 0;
    bottom: 0;
    right: 50px;
    margin: auto;
    display: none;
    cursor: pointer;
    z-index: 10;
}

#line1, #line2, #line3 {
    position: absolute;
    width: 100%;
    height: 1px;
    background: var(--main-color);
    transition: all .6s;

}

#line1 {

    top: 0;
}

#line2 {
    top: 8px;
    right: 0;
}

#line3 {
    top: 16px;
}

.hamburger.open {
    top: -50px;
}

.hamburger.open #line1 {
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.hamburger.open #line2 {
    opacity: 0;
}

.hamburger.open #line3 {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/*************************/
/* BOX MENU MOBILE */
/*************************/
.wrap-box-menu-mobile {
    position: fixed;
    background: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-flex;
    align-items: center;
    z-index: 9;
    transition: all .6s;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    display: none;
    opacity: 0;
    pointer-events: none;
    padding: 100px 50px;
}

.wrap-box-menu-mobile.active {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
}

.show-box {
    position: relative;
    width: 100%;
    padding: 0;
}

.show-box ul {
    padding: 0;
    margin: 0;
    width: 100%;
}

.show-box li {
    position: relative;
    list-style: none;
    text-transform: capitalize;
    font-size: 18px;
}

.show-box a {
    position: relative;
    padding: 6px 0;
    display: block;
}

.show-box a.active, .show-box a:hover {
    color: var(--secondary-color);
}

.select ul.info {
    display: none;
}

.select ul.info.active {
    display: block;
}

.base_plus_icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    z-index: 55;
    cursor: pointer;
    display: none;
}

.base_plus_icon .plus_icon {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    top: 5px;
    display: block;

}

.base_plus_icon .plus_icon:before,
.base_plus_icon .plus_icon:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0189bc;
    margin: auto;
    display: block;
    transition: all 0.6s;
}

.base_plus_icon:hover .plus_icon:before,
.base_plus_icon:hover .plus_icon:after {
    background-color: #0189bc;
}

.base_plus_icon .plus_icon:before {
    width: 1px;
    height: 20px;
}

.base_plus_icon .plus_icon:after {
    width: 20px;
    height: 1px;
}

.base_plus_icon .plus_icon.active:before {
    display: none;
}

ul.info {
    padding: 10px 20px;
}

.base_plus_icon .plus_icon:before, .base_plus_icon .plus_icon:after, .base_plus_icon:hover .plus_icon:before, .base_plus_icon:hover .plus_icon:after {
    background-color: #333;
}

/*************************/
/* BODY */
/*************************/
.container {
    padding: 0;
}
hgroup {
    margin: 0 0 20px;
}
.wrap-main {
    position: relative;
    width: 100%;
}

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

.wrap-box.content_child {
    padding: 50px 50px 0;
}

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


/*.bg_white {*/
/*    background: #fff;*/
/*    background-image: url("../images/icon/bg.png");*/
/*}*/


/* SECTION OFFERS */
.img-slide-offers {
    position: relative;
    overflow: hidden;
}

.img-slide-offers:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 300px;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.05);
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
    z-index: 6;
    transition: all .4s;
}

.img-slide-offers .full-img {
    transform: scale(1);
    transition: all .4s;
}


.full-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 35px;
    text-align: center;
    display: block;
    z-index: 7;
}

.discount {
    text-align: right !important;
}

.full-text h3 {
    font-size: 24px;
    color: #fff !important;
}

.full-text p {
    margin: 0;
    text-transform: capitalize;
}

/*************************/

.box-content {
    position: relative;
    width: 100%;
    height: 500px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    align-content: center;
    padding: 50px;
    text-align: left;
    background: #eaf5f8;
}

.slide-fac .box-content {
    background: #fff !important;
}

.box-content h1, .box-content p {
    width: 100%;
}

.box-content h1 {
    margin: 0 !important;
}

.box-content h4 {
    color: #9e9e9e;
}

.show-detail {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
    display: inherit;
}

.show-detail .col-xs-6:nth-child(1) div, .img-slide {
    overflow: hidden;
}

.show-detail:last-child {
    margin-bottom: 0;
}

.slide-fac .col-xs-6:nth-child(1) {
    float: right;
}

.show-detail .full-img, .img-slide .full-img,
.also-like .full-img {
    transform: scale(1);
    transition: all .4s;
    display: flex;
}

.show-detail:hover .full-img, .slide:hover .full-img,
.also-like:hover .full-img {
    transform: scale(1.06);
}

.slide:hover .img-slide-offers:before {
    height: 100%;
}

.btn-wrap-main {
    position: relative;
    padding: 10px 30px;
    background: none;
    color: var(--main-color);
    text-transform: capitalize;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border-radius: 30px;
    transition: all .6s;
    margin-top: 15px;
    font-size: 14px;
    border: 1px solid var(--main-color);
}

.btn-wrap-main:hover,
.btn-wrap-main.btn-offers:hover {
    color: #fff;
    background: var(--main-color);
}

.btn-wrap-main.btn-offers {
    background: #caa26b;
    color: #fff;
    margin-top: 25px;
    border: none;
}


/*************************/
/* PAGE INFO */
/*************************/

.amenities {
    position: relative;
    width: 100%;
}

.amenities ul {
    padding: 0;
    margin: 0;
}

.amenities li {
    list-style: none;
    display: block;
    padding: 10px;
    text-transform: capitalize;
    width: 25%;
    float: left;
    text-align: center;
}

.amenities p {
    margin: 0;
}

.amenities img {
    height: 50px;
}

.also-like {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.also-like:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.4s;
    background: rgba(12, 34, 44, 0.08);
}

.box-alosolike {
    position: absolute;
    top: 0;
    bottom: -60px;
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    margin: auto;
    padding: 0 30px;
    z-index: 2;
    transition: all 0.4s;
}

.box-alosolike h3,
.box-alosolike h5 {
    color: #fff;
}

.btn-also {
    opacity: 0;
}

.also-like:hover .box-alosolike {
    bottom: 0;
}

.also-like:hover .btn-also {
    opacity: 1;
}

.also-like:hover:after {
    background: rgba(0, 0, 0, 0.48);
}

/*************************/
/* PAGE GALLERY */
/*************************/
.demo-gallery {
    position: relative;
    padding: 0 50px;
    display: inline-block;
    width: 100%;
}

.row_gallery {
    margin-left: -15px;
    margin-right: -15px;
}

.overlay_gallery img {
    width: 100%;
}

.demo-gallery .col-xs-4 {
    padding: 15px;
}

.demo-gallery h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.view {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.view img {
    width: 100%;
    height: 300px;
    transform: scale(1);
    transition: all .6s;
    display: block;
    object-fit: cover;
}

.filtr-item:hover .view img {
    transform: scale(1.05);
}

.mask {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    margin: auto;
    text-align: center;
    opacity: 0;
    transition: all .6s;
}

.mask i {
    width: 50px;
    height: 50px;
    background: var(--main-color);
    display: inline-block;
    padding: 10px 0;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 26px;
}

.filtr-item:hover .mask {
    opacity: 1;
}

.album {
    position: relative;
    padding: 10px 0 0;
}

.album h3 {
    font-size: 18px;
    margin: 0 0 10px;
}

.album p {
    margin: 0;
}

.album span {
    margin-right: 5px;
    vertical-align: middle;
}

.lg-dropdown, .lSPager, .lSAction {
    display: none !important;
}

.hidepic {
    display: none;
}

/*************************/
/* CONTACT FROM */
/*************************/
.contact-container {
    width: 980px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.contact-from .col-xs-6,
.contact-from .col-xs-12 {
    padding: 0 10px 20px;
}

.contact-from .col-xs-12.none {
    padding: 0 10px 0;
}

.contact-from input, .contact-from textarea {
    position: relative;
    width: 100%;
    height: 40px;
    padding: 8px 40px;
    background: none;
    border: 1px solid #969696;
    outline: none;
}

.icon-contact {
    position: absolute;
    height: 40px;
    width: 40px;
}

.icon-contact img {
    margin: 10px;
}

.contact-from input::-webkit-input-placeholder {
    color: #969696;
}

.contact-from input:focus,
.contact-from textarea:focus {
    border-color: #0189bc;
}

.text-reser p {
    color: #1c1c1c;
    margin: 0 0 10px 0;
}

.contact-from .btn-wrap-main {
    outline: none;
}

.contact-from .btn-wrap-main i {
    margin-right: 5px;
}

.captcha {
    position: absolute;
    right: 10px;
    height: 40px;
}

.captcha i {
    position: relative;
    width: 40px;
    height: 40px;
    text-align: center;
    top: -13px;
    padding: 13px;
    background: #0088be;
    color: #fff;
    z-index: 999;
    cursor: pointer;
}

.contact h4 {
    margin: 0 0 15px !important;
}


/*************************/
/* FOOTER */
/*************************/


.footer label {
    margin: 0 5px;
}


.social-footer {
    position: relative;
    width: 100%;
    margin-top: 25px;
}

.social-footer a {
    position: relative;
    width: 48px;
    height: 48px;
    background: none;
    border: 1px solid #d8e2e7;
    text-align: center;
    margin: 0 5px;
    display: inline-block;
    padding: 13px;
    cursor: pointer;
    transition: all 0.5s;
    border-radius: 50%;

}

.social-footer a:hover {
    color: #fff;
    border: 1px solid;
}
.footer  .social-footer img {
    height: 20px;
    margin: 0;
    filter: brightness(0) invert(1);
}



.copy-right {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 15px;
    font-size: 14px;
    color: #fff;
}

.copy-right p {
    margin: 0;
}

/*************************/
/* RESERVATION MOBILE*/
/*************************/
.reservation-mobile {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 99999;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.09) 0 0 10px;
    display: none;
}

.reservation-mobile .col-xs-2 {
    color: #eaf5f8;
    background: #0189bc;
    padding: 10px;
}

.reservation-mobile .col-xs-8 {
    color: #0189bc;;
    background: #caa26b;
    padding: 10px;
}

/*************************/

.slide-fac {
    padding-bottom: 50px;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 20px;
}

.owl-theme .owl-nav [class*=owl-] {
    transition: all 0.5s;
    color: #fff;
}

.owl-theme .owl-dots .owl-dot span {
    background: #fff;
}

.box-text-info h2 {
    width: 100%;
}

.box-text-info h4 {
    margin: 0;
}


.padding_submit {
    padding: 10px;
}

.footer img {
    height: 70px;
    margin-bottom: 20px;
}

.section_amenities p, .section_alsolike p {
    margin: 0;
}

.slide-main3 .full-img {
    height: 450px;
}

.section_sitemap {
    padding: 0;
    margin: 30px 0 0;
    text-align: left;
    list-style: none;
}

.section_sitemap li {
    padding: 3px 0;
}

.section_sitemap li ul li {
    list-style: disc;
}

