@font-face {
    font-family: 'Thavorn';
    src: url('../fonts/Thavorn-Regular.woff2') format('woff2'),
        url('../fonts/Thavorn-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.thavorn-font {
    font-family: 'Thavorn';
    font-weight: normal;
    font-style: normal;
}
.terms-conditions ul {
    list-style: disc;
    padding-left: 40px;
    margin-bottom: 15px
}
.popup-home .modal-dialog {
    max-width: 780px;
    padding-left: 30px;
    padding-right: 30px;
}
.popup-home .modal-dialog .modal-content {
    border-radius: 5px;
    overflow: hidden;
    border: 0;
}
.popup-home .wrap-modal-home {
    display: flex;
}
@media (max-width: 767.98px) {
    .popup-home .wrap-modal-home {
        display: block;
        position: relative;
    }
}
.popup-home .wrap-modal-home .modal-left {
    max-height: 480px;
    width: 47%;
}
@media (max-width: 767.98px) {
    .popup-home .wrap-modal-home .modal-left {
        width: 100%;
        max-height: none;
    }
}
.popup-home .wrap-modal-home .modal-left img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}
@media (max-width: 767.98px) {
    .popup-home .wrap-modal-home .modal-left img {
        width: 100%;
        max-height: 350px;
    }
}
@media (max-width: 575.98px) {
    .popup-home .wrap-modal-home .modal-left img {
        max-height: 300px;
    }
}
.popup-home .wrap-modal-home .modal-right {
    width: 53%;
    padding: 0 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
@media (max-width: 767.98px) {
    .popup-home .wrap-modal-home .modal-right {
        width: 100%;
        padding: 50px;
        position: static;
    }
}
@media (max-width: 575.98px) {
    .popup-home .wrap-modal-home .modal-right {
        padding: 25px;
    }
}
.popup-home .wrap-modal-home .modal-right .modal-close {
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 0 10px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 38px;
}
.popup-home .wrap-modal-home .modal-right .modal-close:hover {
    background-color: rgba(207, 177, 113, 0.5) !important;
}
@media (max-width: 767.98px) {
    .popup-home .wrap-modal-home .modal-right .modal-close {
        background-color: rgba(207, 177, 113, 0.8) !important;
    }
    .popup-home .wrap-modal-home .modal-right .modal-close i {
        color: #000;
    }
}
.popup-home .wrap-modal-home .modal-right h2 {
    font-family: "DB PenThai X";
    line-height: 0.9;
    color: #30352f;
    font-size: 4rem;
    margin-bottom: 20px;
}

.wsmenu > .wsmenu-list > li > a{
    font-size: 1.7rem;
}
.header-language .head-lang-click span{
    font-size: 1.7rem;
}

.menu-booknow.menu-addon a{
    font-size: 1.7rem!important;
}
.menu-booknow a{
    font-size: 1.7rem;
}
.menu-booknow{
   width: 104px;
}
.menu-booknow.menu-addon img{
    width: 20px!important;
}
.menu-booknow.menu-addon{
    width: 165px !important;
}
.main-welcome .welcome-text{
    font-size: 1.8rem;
}
.wsmenu > .wsmenu-list > li > a{
    padding: 30px 10px;
    position: relative;
}
@media (max-width: 1370px) {
    .wsmenu > .wsmenu-list > li > a{
        padding: 5px 10px;
        position: relative;
    }
}
@media (max-width: 1680px) {
  .header .header-logo img {
    height: 80px!important;
    width: auto!important;
  }
  .header .header-logo {
    height: 100px!important;
    min-width: 100px!important;
    margin-right: auto;
  }
  .header{
    padding-left: 0!important;
  }
  
}
.wsmenu > .wsmenu-list > li > a .wsarrow::after{
    top: 50%;
    transform: translateY(-50%);
}
@media (max-width: 1160px) {
  .menu-booknow.menu-addon {
    width: 60px!important;
    padding: 0;
  }
}
@media (max-width: 1119.98px) {
  .header .header-logo {
    height: 60px!important;
    min-width: 60px!important;
    margin-right: auto;
  }
  .header .header-logo img {
    height: 50px!important;
    width: auto;
  }
}

.wsmenu > .wsmenu-list > li > .wsmegamenu,.wsmenu > .wsmenu-list > li > ul.sub-menu{
    top: 64px;
}

@media only screen and (max-width: 1170px) {
     .wsmenu > .wsmenu-list > li > .wsmenu-click {
        z-index: 99;
    }
    .wsmenu > .wsmenu-list > li > a{
        padding: 12px 32px 12px 17px;
    }
    .wsmenu > .wsmenu-list > li > .wsmegamenu{
        top: 0;
    }
}