@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;
}
@font-face {
  font-family: "TitleMixed";
  src: url("https://fonts.gstatic.com/s/playfairdisplay/v36/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYh2NQ.woff2") format("woff2");
  font-weight: 400 900;
  font-style: normal;
  unicode-range: U+0400-04FF;
}


@font-face {
  font-family: "TitleMixed";
  src: url("../fonts/DBPenThaiX-Bold.woff2") format("woff2");
  font-weight: 400 900;
  font-style: normal;
  unicode-range: U+0000-00FF;
}


html {
  font-size: 47%;
}

body {
  font-size: 2.1em;
}
.title-main h1, .title-main h2{
    line-height: 1.2;
}
.main-hoteltravel .hoteltravel-txt {
  font-size: 1.5rem;
}
.hotel-travel-left{
    padding-left: 0;
}
.footer {
  font-size: 2rem;
}

.header-language .head-lang-click span .icon-top {
  position: relative;
  top: -5px;
}
.header-language .head-lang-click span i.fa-angle-down{
    top: -1px;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a{
    font-size: 1.8rem;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > a{
    font-size: 1.8rem;
}
