@font-face {
    font-family: 'against';
    src: url('../fonts/against-Regular.woff2') format('woff2'),
    url('../fonts/against-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Cambria';
    src: url('../fonts/Cambria.woff2') format('woff2'),
    url('../fonts/Cambria.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DBHelvethaicaX';
    src: url('../fonts/DBHelvethaicaX.woff2') format('woff2'),
    url('../fonts/DBHelvethaicaX.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* LOADER */
.loader_icon {
    height: 150px;
}
/* BOOKING */
.online_reservation .btn_style2 {
    color: var(--black);
}
.online_reservation {
    background-color: var(--bg-main);
}
.t-check-in:after, .t-check-out:after {
    background: #437663;
}
.btn_apply {
    background-color: var(--bg-green) !important;
}
.btn_apply:hover {
    background-color: var(--brown) !important;
    color: #ffffff !important;
}
.box_booknow.active:hover {
    background: var(--secondary-color);
}
.btn_style2_content i {
    position: relative;
    top: 1px;
}
.input_in_out, .reservation-check select {
    font-family: var(--font-body);
}

/* HEADER */
.top_bar .icon-outline-check {
    position: relative;
    top: 2px;
}
.scroll_menu .main_menu li a:hover {
    color: var(--primary-color);
}
.box_logo {
    padding: 10px 30px;
}
.box_logo img {
    width: 55px;
}
.scroll_menu .box_logo img {
    width: 40px;
}
.scroll_menu .main_menu li {
    line-height: 78px;
}
.scroll_menu .box_booknow .btn_style2 {
    line-height: 58px;
}
.btn_lang .icon-outline-global {
    padding-right: 1px;
}
.contact_info .lang_parent li {
    line-height: 20px;
}
/* SECTION */
.tagline {
    color: var(--brown);
}
.slide-main-heading {
    font-size: 40px;
    line-height: normal;
}
.thai_lang .slide-main-heading {
    line-height: 60px;
}
body {
    line-height: 1.4;
}
h1, h2, h3 {
    margin-bottom: 10px;
    line-height: normal;
}
.thai_lang h1, .thai_lang h2, .thai_lang h3 {
    line-height: inherit;
}
h2 {
    font-size: 26px;
}
h3 {
    font-size: 22px;
}
.text_facilities h3 {
    margin-bottom: 0;
    font-size: 26px;
}
h4 {
    font-size: 18px;
}
.form_contact h4 {
    font-size: 14px;
}
.tagline, .from-right {
    font-family: var(--font-body);
    font-style: italic;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    top: -2px;
}
/*.section_facilities.section_bg:before {*/
/*    background-color: var(--bg-brown);*/
/*}*/
.btn_style1 {
    line-height: normal;
}
.slide_accommodation .btn_style1, .slide_offers .btn_style1{
    color: var(--white) !important;
}
.slide_facilities .btn_style1 {
    color: #ffffff;
}

.slide_facilities .btn_style1::after,
.slide_facilities .slide:hover .btn_style1 {
    color: var(--bg-main) !important;
}
.slide_facilities .slide:hover .btn_style1::after {
   width: 100%;
}
/*.text_facilities h3 {*/
/*    color: var(--secondary-color);*/
/*}*/
.btn_style1.btn_bg::before, .slide_facilities .btn_style1::before {
    background-color: var(--secondary-color);
}
.btn_style1.btn_bg::after,
.btn_style1.btn_bg:hover {
    color: var(--bg-main) !important;
    opacity: 1;
    z-index: 1;
}
.bg_content a:hover {
    color: white;
    opacity: .6;
}
.section_contentchild .box_child .box_images_content.box_images_contact {
    height: 410px;
}

.section_contentchild .box_child .box_content li {
    list-style: none;
}
.section_contentchild .box_child .box_content ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px 50px;
    margin: 15px 0;
    padding: 0 0 0 25px;
}
.section_contentchild .box_child .box_content ul:last-child {
    margin: 15px 0 0;
}
.section_contentchild .list_contentchild:before {
    background-image: url('../images/bg-2.png');
    background-position: center !important;
    background-size: cover !important;
}
.section_contentchild .list_contentchild:nth-child(even)::before {
    background-image: url('../images/bg-1.png');
    background-color: var(--bg-green);
}
.box_gallery:after {
    background: var(--bg-main-solf);
}
.section_infoamenities {
    margin-bottom: 100px;
}
.section_other .content {
    padding: 0 0 100px;
}
.box_descriptions ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 50px;
    margin-top: 15px;
    padding: 0 0 10px 25px;
}
.box_descriptions li, .editable li {
    margin: 0;
    padding: 0 0 0 22px;
    list-style: none;
    background-image: url('../images/icon/checklist.svg');
    background-repeat: no-repeat;
    background-position: left 2px;
    background-size: 16px;
    text-align: left;
}
.bg_content .box_descriptions li {
    background-image: url('../images/icon/checklist.svg');
}
.section_info .box_descriptions .editable {
    text-align: initial;
}
.box_social .social {
    margin-bottom: 5px;
}
.box_social .social:hover {
    background: var(--brown);
    color: #ffffff;
}
.box_social .social i {
    top: -1px;
    position: relative;
}
.bg_content .card-body {
    color: var(--gray);
}
.bg_content .btn_style2 {.online_reservation
    background-color: var(--secondary-color);
    color: var(--primary-color);
}
.bg_content .btn_style2:hover {
    opacity: 1;
}
.btn_style2::before {
    background: var(--brown);
    color: white;
}
/*.btn_style2.btn_reservation_booknow::before {*/
/*    background: #06a9b3;*/
/*    color: white;*/
/*}*/
.btn_style2.btn_reservation_booknow:hover .btn_style2_content {
    color: white;
}
/*.btn_style2:hover .btn_style2_content {*/
/*    color: var(--primary-color);*/
/*}*/
.bg_content .card-body b, .bg_content .card-body strong {
    color: var(--secondary-color);
}
.bg_content .editable h4 {
    margin-top: 15px;
    font-size: 16px;
    color: var(--secondary-color);
}
.section_infoamenities h2 {
    margin-bottom: 0;
}
.amenity-set{
    display: inline-table;
    min-height: auto;
}
.amenity-list {
    padding-top: 0;
}
.amenity-item {
    margin: 50px 2% 0 0;
}
.section_sitemap .box_images {
    height: 450px;
}
.overlay_menu ul li.top_menu {
    display: none;
}
.bg_content .btn_style1 {
    margin-top: 15px;
}
.section_footer .content, .home .section_footer .content {
    padding: 100px 0;
}
.contact-set {
    background: var(--sunlight);
}
.form_contact .btn_style1::after {
    color: var(--bg-main) !important;
}
.copyright a:hover {
    opacity: 1;
    color: var(--brown);
}
.quick_link li:last-child, .quick_link li:nth-last-child(2) {
    margin-bottom: 0;
}
.thai_lang .bg {
    top: 95px;
}
.box_accommodation::after {
    background-image: linear-gradient(#1a1f1b00, #1a1f1b);
}