@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    --font-title: 'Work Sans', 'IBM Plex Sans Thai';
    --font-body: 'Work Sans', 'IBM Plex Sans Thai';
    --font-thai: 'IBM Plex Sans Thai', 'IBM Plex Sans Thai';
    --secondary-color: #171717;
    --tertiary-color: #dca05a;
    --light-color: #dbceac;
    --dark-color: #3b3a38;
}
/*************************/
/* SLIDERS */
/*************************/
.hero-slider {
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
    transition: all .4s ease;
}
.hero-slider:after {
    content: '';
}
.hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
}
.hero-slider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}
.hero-slider .slide-inner:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.15);
    display: block;
    z-index: 1;
}
.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
    background: none;
    width: 50px;
    height: 50px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    padding: 15px;
    color: #fff;
}
.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
.hero-slider .swiper-button-prev {
    left: 100px;
    transform: translateX(50px);
}
.hero-slider .swiper-button-next {
    right: 100px;
    transform: translateX(-50px);
}
.hero-slider .swiper-button-prev:hover,
.hero-slider .swiper-button-next:hover {
    border: 1px solid var(--main-color);
    background: var(--main-color);
}
.hero-slider .text-swiper {
    position: relative;
    z-index: 2;
    padding: 0 120px;
}
.hero-style .slide-title,
.hero-style .slide-text {
    /*max-width: 690px;*/
    width: 100%;
    text-align: center;
}
.hero-style .slide-title h2 {
    font-size: 40px;
    /*line-height: 1;*/
    color: #ffffff !important;
    margin: 0;
    transition: all .4s ease;
}
.hero-style .slide-text p {
    color: #ffffff;
    text-transform: capitalize;
    transition: all .4s ease;
    margin: 8px 0 0;
}
.hero-slider .elementor-shape {
    bottom: 0;
    transform: rotate(180deg);
}
/*************************/
.custom-loader {
    width: 150px;
}
.custom-loader img {
    filter: none;
}
.dots_loader {
    background: #8e171c;
    box-shadow: 20px 0 #8e171c54,-20px 0 #8e171c;
}
@keyframes d5 {
    0% {box-shadow: 20px 0 #8e171c,-20px 0 #8e171c54;background: #8e171c}
    33%{box-shadow: 20px 0 #8e171c,-20px 0 #8e171c54;background: #8e171c54}
    66%{box-shadow: 20px 0 #8e171c54,-20px 0 #8e171c;background: #8e171c54}
}
body, .wrap-menu,.wrap-box-menu-mobile, .sub_menu, .box-content, .preloader {
    background: #f3ebe5;
}

.bg_white {
    /*background: #fff9f3;*/
    background-image: none;
}
.navbar ul li a {
    line-height: 75px;
}
h1, h2, h3 {
    font-weight: 500;
}
h4, h5, p, .box_facilities h3.text-white,.lg-sub-html h4 {
    font-weight: 400;
}
h1 {
    font-size: 40px;
}
body.thai_lang, .thai_lang h1, .thai_lang h2, .thai_lang h3, .thai_lang .btn-wrap-main, .thai_lang .label-txt {
    font-family: var(--font-thai);
}
.top-menu, .owl-theme .owl-dots .owl-dot span, .mask span,
.reservation_box .btnbook_reser, #popup_room_list input, .copy-right {
    background: var(--main-color);
}

/*.reservation_box .btnbook_reser:hover, #popup_room_list input:hover,.btn-wrap-main.btn-offers:hover {*/
/*    background: var(--tertiary-color) !important;*/
/*}*/
/*.btn-wrap-main:hover {*/
/*    background: var(--tertiary-color) !important;*/
/*    border: 1px solid var(--tertiary-color);*/
/*}*/
/*.slide-info.owl-theme .owl-nav [class*=owl-]:hover,*/
/*.hero-slider .swiper-button-prev:hover,*/
/*.hero-slider .swiper-button-next:hover{*/
/*    background: var(--tertiary-color);*/
/*    border: 1px solid var(--tertiary-color);*/
/*}*/
.nav-lang .lang_parent li a:hover,
.navbar ul li a:hover,
.navbar ul li a.active,
.footer a:hover,
.section_sitemap a:hover,
.show-box a.active,
.show-box a:hover {
    color: var(--main-color);
}
.wrap-box p:last-child {
    margin: 8px 0 0;
}
.wrap-box.contact .editable a:hover {
    color: var(--secondary-color);
}
/*.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: #d6d6d6;*/
/*}*/
.top-menu {
    height: 40px;
}
.top-menu a:hover {
    opacity: 0.6;
}
.wrap-menu {
    top: 40px;
}
.logo img {
    display: block;
}
.navbar {
    border-radius: 0;
}
.arrow-lang {
    font-size: 9px;
    margin-left: 5px;
    transform: rotate(0);
    display: inline-block
}
.arrow-lang.rotate {
    transform: rotate(180deg);
}
.nav-lang .lang_parent {
    left: -6px;
}
/*#line1, #line2, #line3 {*/
/*    background: #ffffff;*/
/*}*/
main {
    overflow: hidden;
}
h1, h2, h3, .text-color, .contact a:hover {
    color: var(--main-color)
}
hgroup h2 + h3, .box-content hgroup h2 + h3,
.box-content hgroup h3 + h4 {
    font-weight: lighter;
    font-size: 16px;
    width: 100%;
    margin: 0;
    text-transform: capitalize;
    font-family: var(--font-body);
}
.bg_white hgroup h2 + h5,
.box-text-info h4, .box-content h5, .bg_white h5{
    color: var(--secondary-color);
    text-transform: capitalize;
}
body, .bg_white, .box-content, .navbar ul li {
    color: var(--dark-color);
}
.text-white {
    color: var(--dark-color) !important;
}
.slide-main2 .text-white {
    color: #ffffff !important;
}
.item_box {
    padding-top: 35px;
}
.map {
    display: flex;
}
.contact_from {
    position: relative;
    text-align: center;
}
.row_form {
    margin-right: -10px;
    margin-left: -10px;
}
.box_form {
    position: relative;
}
.contact_from input {
    width: 100%;
    padding: 15px 30px;
    outline: none;
    border: 0;
    border-bottom: 1px solid #b7b7b7;
    background: none;
}

.contact_from input:focus::-webkit-input-placeholder,
.contact_from textarea:focus::-webkit-input-placeholder {
    color: transparent;
    transition: all 0.3s;
}
.contact_from textarea {
    width: 100% !important;
    padding: 15px 30px;
    outline: none;
    border: 0;
    border-bottom: 1px solid #b7b7b7;
    background: none;
}
.label-txt {
    color: var(--main-color);
    font-family: var(--font-title);
    text-transform: uppercase;
    margin: 0;
}

/*.contact_from .btn-wrap-main {*/
/*    color: #dbb89c;*/
/*    border: 1px solid #dbb89c;*/
/*}*/
/*.contact_from .btn-wrap-main:hover {*/
/*    background: #dbb89c !important;*/
/*    color: var(--secondary-color);*/
/*}*/

.contact_from [class*=col-xs-] {
    padding: 10px;
    text-align: left;
}
/*.notificationAtInput {*/
/*    border-bottom: 1px solid #dbb89c !important;*/
/*}*/
.contact_from input + span {
    display: none;
    color: var(--main-color);
    font-size: 14px;
    margin-top: 5px;
    text-align: left;
}
.contact_from input.notificationAtInput + span {
    display: block;
}
.form_contact .col-xs-6, .form_contact .col-xs-12 {
    position: relative !important;
}
.contact_from span i {
    position: absolute;
    right: 20px;
    bottom: 50px;
    margin: auto;
    font-size: 16px;
}
.icon_contact {
    position: absolute;
    top: 50px;
    font-size: 16px;
}
.error p {
    font-size: 72px;
    margin: 0;
}
.contact-from input::placeholder,
.contact-from input::-webkit-input-placeholder ,
.contact-from input::-moz-placeholder,
.contact-from input::-ms-input-placeholder,
.contact-from input::-ms-input-placeholder {
     color: #000 !important;
}
.clear_fix {
    display: table;
    position: relative;
    width: 100%;
    padding: 0 0 10px;
}
.hotel_facilities h4 {
    font-weight: bold;
    font-size: 16px;
}
.attraction ul {
    text-align: left;
    width: 100%;
    columns: 2;
}
.attraction ul li {
    padding: 9px;
}
.wrap-main .editable {
    text-align: initial;
    width: 80%;
    margin: auto;
}
.box-content .editable {
    width: 100%;
}
.award_sha {
    height: 80px;
    display: inline-block;
    margin-top: 2px;
    padding-left: 25px;
}
.btn-wrap-main {
    text-transform: uppercase;
    font-family: var(--font-title);
    padding: 10px 25px;
    border: 1px solid var(--rgba-main-color);
    border-radius: 20px;
}
.btn-wrap-main.btn-offers {
    background: var(--main-color);
    color: #fff;
    margin-top: 18px;
}
.box-content hgroup {
    width: 100%;
    margin: 0 0 10px;
}
.box-content hgroup + .btn-wrap-main {
    margin: 10px 0 0;
}
.images_icon {
    object-fit: cover;
    display: inline-block;
    width: 36px;
    height: 36px;
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    background: var(--main-color);
}
.social-footer a {
    width: 45px;
    height: 45px;
    font-size: 18px;
    padding: 7px;
    border: 1px solid #d8d7d5;
    margin: 0 1px;
}
.social-footer a:hover {
    color: #fff;
    background: var(--main-color);
    border: 1px solid var(--main-color);
}
.social-footer .icon_tripadvisor {
    font-size: 20px;
    padding: 6px;
    vertical-align: top;
}
.lg-actions .lg-next, .lg-actions .lg-prev {
    border: none;
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: var(--main-color);
}
.info_content table {
    width: 100%;
    margin: 15px auto 0;
    border-collapse: collapse;
}
.info_content table thead {
    background: var(--secondary-color);
    color: #fff;
}
.info_content table th,
.info_content table td {
    border: 1px solid #dad8d7;
}
.info_content table th, .info_content table td {
    padding: 10px 15px;
}
.info_content table tbody {
    text-align: left;
}
.info_content tr:nth-child(even) {
    background: rgba(174, 158, 123, 0.1);
}
.info_content ol {
    text-align: left;
}
.album .uk-icon svg:not(:root) {
    vertical-align: top;
}
.base_plus_icon.active .plus_icon:before,
.base_plus_icon.active .plus_icon:after {
    background-color: var(--main-color);
}
.box-alosolike hgroup {
    width: 100%;
}
.box-alosolike hgroup h5 {
    text-transform: capitalize;
}
.also-like:after {
    background: rgba(0, 0, 0, 0.2);
}

.box_facilities .box-content {
    background: #ffffff;
}
.full-text h5 {
    font-size: 16px;
}
.album {
    padding: 15px 0 0;
}
.album h3 {
    margin: 0;
}
.demo-gallery {
    padding: 0;
}
.mask i {
    padding: 12px 0;
}
b, strong {
    color: var(--main-color);
}
.box_container {
    width: 1600px;
    margin: auto;
    padding: 0;
}
.wrap-menu .box_container, .top-menu .box_container {
    width: auto;
}
.wrap-box.content_child {
    padding: 50px 0 0;
}
.top-menu i {
    vertical-align: middle;
}
.slide-fac {
    padding: 0;
}
.slide-fac .img-slide {
    position: relative;
}
.slide-fac .img-slide:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 250px;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 1);
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.50));
    z-index: 1;
}
.title_fac {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 25px 15px;
    z-index: 2;
}
.title_fac hgroup {
    margin: 0;
}
.title_fac h3 {
    font-size: 22px;
    color: #fff;
}
.title_fac h4 {
    font-size: 16px;
}
.owl-carousel .owl-stage {
    margin: auto;
}
.slide-info .full-img {
    height: 650px;
}
.footer img {
    margin-bottom: 0;
}
.footer i {
    vertical-align: middle;
}
.top-menu [class*=col-xs-]:nth-child(1) a:nth-child(2) {
    padding: 0 0 0 10px;
}
.base_plus_icon .plus_icon {
    top: 7px;
}
.hero-slider .slide-inner {
    min-height: 100vh;
    background-size: cover;
    background-position: center;
}
.slide-main2 .btn-wrap-main.btn-offers, .slide-main3 .btn-wrap-main.btn-offers {
    margin-top: 0;
}
.lg-outer .lg-thumb-item {
    border-radius: 0;
    border: 1.5px solid #FFF;
}
.section_sitemap li ul {
    margin-top: 6px;
}
.page_gallery.wrap-main hgroup {
    margin: 0;
}
.slide_rooms.owl-theme .owl-nav .owl-next {
    text-align: end;
}
.slide_rooms.owl-theme .owl-nav .owl-prev {
    text-align: start;
}
.copy-right a:hover {
    opacity: .6;
}
