/* xxl */
@media (min-width: 1600px) {

    .head-home {
        font-size: 1rem !important;
    }

    .fix-img {
        height: 320px;
        object-fit: cover;
    }

    .fix-img-detail {
        height: 520px !important;
        object-fit: cover !important;
    }

    .sub-fix-img-detail {
        height: 140px !important;
        object-fit: cover !important;
    }

    .fix-img-recommend {
        height: 100px !important;
        object-fit: cover !important;
    }

    .check-seach {
        margin-top: -6rem;
        width: 100% !important;
        z-index: 999999999 !important;
    }

    .slick-slide>div {
        padding: 0 20px;
    }

    .room1 {
        text-align: right;
    }
}

/* xl */
@media (min-width: 1200px) and (max-width:1599px) {


    .head-home {
        font-size: 1rem !important;
    }

    .fix-img {
        height: 320px;
        object-fit: cover;
    }

    .fix-img-detail {
        height: 420px !important;
        object-fit: cover !important;
    }

    .sub-fix-img-detail {
        height: 140px !important;
        object-fit: cover !important;
    }

    .fix-img-recommend {
        height: 100px !important;
        object-fit: cover !important;
    }

    .check-seach {
        margin-top: -6rem;
        width: 100% !important;
        z-index: 999999999 !important;
    }

    .slick-slide>div {
        padding: 0 20px;
    }

    .room1 {
        text-align: right;
    }
}

/* lg */
@media (min-width: 992px) and (max-width:1199px) {


    .head-home {
        font-size: 1rem !important;
    }

    .fix-img {
        height: 320px;
        object-fit: cover;
    }

    .fix-img-detail {
        height: 420px !important;
        object-fit: cover !important;
    }

    .sub-fix-img-detail {
        height: 110px !important;
        object-fit: cover !important;
    }

    .fix-img-recommend {
        height: 120px !important;
        object-fit: cover !important;
    }

    .check-seach {
        margin-top: -6rem;
        width: 100% !important;
        z-index: 999999999 !important;
    }

    .slick-slide>div {
        padding: 0 20px;
    }

    .room1 {
        text-align: right;
    }
}

/* md */
@media (min-width: 768px) and (max-width:991px) {

    .head-home {
        font-size: 1rem !important;
    }

    .image-wrapper.bg-cover {
        min-height: auto !important;
        background-size: 100% auto !important;
        background-repeat: no-repeat !important;
        background-position: center top !important;
    }

    .image-wrapper+.wrapper>.container,
    .image-wrapper+section.wrapper>.container {
        padding-top: 0 !important;
    }

    .offcanvas {
        background-color: #000 !important;
    }

    .nav-link {
        color: #E17221 !important;
    }

    .fix-img {
        height: 260px;
        object-fit: cover;
    }

    .fix-img-detail {
        height: 420px !important;
        object-fit: cover !important;
    }

    .sub-fix-img-detail {
        height: 220px !important;
        object-fit: cover !important;
    }

    .fix-img-recommend {
        height: 100px !important;
        object-fit: cover !important;
    }

    .check-seach {
        margin-top: -6rem;
        width: 100% !important;
        z-index: 999999999 !important;
    }

    .slick-slide>div {
        padding: 0 20px;
    }

    .room1 {
        text-align: right;
    }

    .swiper-controls .swiper-pagination {
        bottom: -1.8rem !important;
    }
}

/* sm */
@media (min-width: 576px) and (max-width:767.98px) {

    .head-home {
        font-size: 1rem !important;
    }

    .image-wrapper.bg-cover {
        min-height: auto !important;
        background-size: 100% auto !important;
        background-repeat: no-repeat !important;
        background-position: center top !important;
    }

    .image-wrapper+.wrapper>.container,
    .image-wrapper+section.wrapper>.container {
        padding-top: 1rem !important;
    }

    .offcanvas {
        background-color: #fff !important;
    }

    .nav-link {
        color: #E17221 !important;
    }

    .fix-img {
        height: 320px;
        object-fit: cover;
    }

    .fix-img-detail {
        height: 320px !important;
        object-fit: cover !important;
    }

    .sub-fix-img-detail {
        height: 220px !important;
        object-fit: cover !important;
    }

    .fix-img-recommend {
        height: 100px !important;
        object-fit: cover !important;
    }

    .check-seach {
        margin-top: 30px;
        width: 100% !important;
        z-index: 999999999 !important;
    }

    .slick-slide>div {
        padding: 0 5px;
    }

    .room1 {
        text-align: left;
    }

    .swiper-controls .swiper-pagination {
        bottom: -1.8rem !important;
    }
}

/* xs */
@media (max-width:575.98px) {

    .head-home {
        font-size: 0.8rem !important;
        letter-spacing: -1px !important;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* number of lines to show */
        line-clamp: 2;
        -webkit-box-orient: vertical;
        font-weight: 600 !important;
    }

    .body-home {
        font-size: 0.6rem !important;
        text-align: center;
        letter-spacing: -0.5px !important;
    }

    .price-home {
        font-size: 0.7rem !important;
        letter-spacing: -0.5px !important;
        text-align: center;
        /* padding: 0 10px; */
    }

    .image-wrapper.bg-cover {
        min-height: auto !important;
        background-size: 100% auto !important;
        background-repeat: no-repeat !important;
        background-position: center top !important;
    }

    .image-wrapper+.wrapper>.container,
    .image-wrapper+section.wrapper>.container {
        padding-top: 0 !important;
    }

    .offcanvas {
        background-color: #000 !important;
    }

    .nav-link {
        color: #E17221 !important;
    }

    .fix-img {
        height: 120px;
        object-fit: cover;
    }

    .fix-img-detail {
        height: 280px !important;
        object-fit: cover !important;
    }

    .sub-fix-img-detail {
        height: 60px !important;
        object-fit: cover !important;
    }

    .fix-img-recommend {
        height: 70px !important;
        object-fit: cover !important;
    }

    .check-seach {
        margin-top: 30px;
        width: 100% !important;
        z-index: 999999999 !important;
    }

    .slick-slide>div {
        padding: 0 5px;
    }

    .room1 {
        text-align: left;
    }

    .swiper-controls .swiper-pagination {
        bottom: -1.8rem !important;
    }
}


/* Font-weight */
.w400 {
    font-weight: 400 !important;
}

.w500 {
    font-weight: 500 !important;
}

.w600 {
    font-weight: 600 !important;
}

.w700 {
    font-weight: 700 !important;
}

.text-line:before {
    background-color: #967243 !important;
}


/* Dropzone */
.dropzone {
    width: 98%;
    margin: 1%;
    border: 2px dashed #A1A1A1 !important;
    border-radius: 5px;
    transition: 0.2s;
}

.dropzone.dz-drag-hover {
    border: 2px solid #A1A1A1 !important;
}

.dz-message.needsclick img {
    width: 50px;
    display: block;
    margin: auto;
    opacity: 0.6;
    margin-bottom: 15px;
}

span.plus {
    display: none;
}

.dropzone.dz-started .dz-message {
    display: inline-block !important;
    width: 120px;
    float: right;
    border: 1px solid rgba(238, 238, 238, 0.36);
    border-radius: 30px;
    height: 120px;
    margin: 16px;
    transition: 0.2s;
}

.dropzone.dz-started .dz-message span.text {
    display: none;
}

.dropzone.dz-started .dz-message span.plus {
    display: block;
    font-size: 70px;
    color: #AAA;
    line-height: 110px;
}

/* Table */
.table {
    border-radius: 5px;
    border-collapse: collapse;
    overflow: hidden;
    /*ซ่อนส่วนที่เกินขอบ*/
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.table th,
.table td {
    border: none;
    /* ลบเส้นขอบภายใน */
}

.table th:first-child,
.table td:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.table th:last-child,
.table td:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}


:root,
[data-bs-theme=light] {
    --bs-navy: #967243 !important;
}


.tempus-dominus-widget.light .date-container-days div.range-end:not(.no-highlight),
.tempus-dominus-widget.light .date-container-days div.range-in:not(.no-highlight),
.tempus-dominus-widget.light .date-container-days div.range-start:not(.no-highlight),
.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).active,
.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).active,
.tempus-dominus-widget.light .date-container-months div:not(.no-highlight).active,
.tempus-dominus-widget.light .date-container-years div:not(.no-highlight).active,
.tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).active,
.tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).active,
.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).active,
.tempus-dominus-widget.light .time-container-second div:not(.no-highlight).active {
    background-color: #634621 !important;
}

.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).today:before,
.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).today:before,
.tempus-dominus-widget.light .date-container-months div:not(.no-highlight).today:before,
.tempus-dominus-widget.light .date-container-years div:not(.no-highlight).today:before,
.tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).today:before,
.tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).today:before,
.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).today:before,
.tempus-dominus-widget.light .time-container-second div:not(.no-highlight).today:before {
    border-bottom-color: #634621 !important;
}

.select2-container--bootstrap-5 .select2-selection {
    min-height: calc(1.5em + 1.4rem + 2px) !important;
    border: 1px solid rgba(8, 60, 130, 0.07) !important;
    border-radius: 0.4rem !important;
    -webkit-border-radius: 0.4rem !important;
    -moz-border-radius: 0.4rem !important;
    -ms-border-radius: 0.4rem !important;
    -o-border-radius: 0.4rem !important;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection {
    box-shadow: 0rem 0rem 1.25rem rgba(30, 34, 40, 0.04) !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected,
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
    background-color: #634621 !important;
}

.select2-container--bootstrap-5 .select2-dropdown {
    border-color: rgba(8, 60, 130, 0.07) !important;
}