label.required:after {
    content: "*";
    color: red;
    padding-left: 2px;
}

.sliderImageHotel .slick-next {
    right: 5px;
}

.sliderImageHotel .slick-prev {
    left: 5px;
    z-index: 1;
}

.sliderImageHotel .slick-dots {
    bottom: 5px;
    z-index: 1;
}

.sliderImageHotel.slick-dotted.slick-slider {
    margin-bottom: 10px;
}

.mb__5 {
    margin-bottom: 5px;
}

.btnViewDetailRoom {
    color: rgba(1,148,243,1.00);
    text-decoration: none;
    font-weight: bold;
}

.cover-hotelSilderModal {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.hotelSilderModal {
    position: relative;
    overflow: hidden;
    /* height: 400px; */
}

.imgHotelSlider {
    width: 100%;
    height: auto;
    display: none;
}

.thumb-hotelSilderModal{
    margin-top: 10px;
    display: flex;          /* Đặt các thumbnail trên cùng một hàng */
    overflow-x: auto;      /* Nếu có quá nhiều thumbnail, sẽ có thanh cuộn ngang */
    white-space: nowrap;   /* Ngừng xuống dòng các thumbnail */
    padding-bottom: 10px;
}

.thumbImgHotelSlider {
    width: 80px;
    height: 60px;
    margin: 0 5px;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.3s;
}

.thumbImgHotelSlider:hover {
    opacity: 1;
}

.hotelSilderModal .next {
    position: absolute;
    top: calc(50% - 15px);
    right: 3px;
    border: none;
}

.hotelSilderModal .prev {
    position: absolute;
    top: calc(50% - 15px);
    left: 3px;
    border: none;
}

.title__hotel__modal {
    font-size: 14px;
    font-weight: bold;
}

.hotelModalSetScroll {
    max-height: 430px;
    overflow: scroll;
}

.style__choice__search .input-group {
    max-width: 300px;
}

.style__choice__search .input-group .input-number {
    width: 60px;
    text-align: center;
}

.style__choice__search .input-number-btn {
    background-color: #2c3e50;
    color: #fff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 18px;
}

.style__choice__search .input-number-btn:hover {
    background-color: #1a252f;
}

.style__choice__search .input-number-btn:disabled {
    background-color: #ccc;
}

.style__choice__search .modal-content {
    width: 100%;
    padding: 20px;
}

.style__choice__search .form-group {
    margin-bottom: 15px;
}

.style__choice__search input[type="text"]:focus-visible {
    outline: none;
}

.imgSetAuto {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.nav__mobile {
    display: none;
}

.nav__desktop ul li button:hover {
    color: #ff6537ff;
    background-color: #fff;
}

.showStar {
    padding-left: 5px;
}

@media (max-width:1200px) { 
    .card__filter {
        display: block !important;
    }
    .mobile__hide {
        display: none !important;
    }
    .date__receive, .date__pay {
        display: inline-block;
        width: 45%;
    }
    .date__pay {
        float: right;
    }
    .for__big, .for__small, .for__room {
        display: inline-block;
        margin-right: 5px !important;
        margin-top: 10px;
    }
    .card__filter #search {
        float: right;
        margin-top: 38px !important;
    }
}

@media (max-width: 991px) { 
    .nav__desktop {
        display: none;
    }
    .nav__mobile {
        display: block;
    }
    #mainNavbar ul li {
        padding-left: 20px;
    }
    .toggle__mobile:focus, .toggle__mobile:focus-visible {
        outline: none !important;
        box-shadow: none !important;
    }
    table.table__on__mobile,
    table.table__on__mobile tbody,
    table.table__on__mobile tr,
    table.table__on__mobile td {
      display: block;
      width: 100%;
    }

    table.table__on__mobile tr {
      margin-bottom: 1rem;
      border: 1px solid #ddd;
      padding: 0.5rem;
      border-radius: 0.5rem;
      background-color: #f9f9f9;
    }

    table.table__on__mobile td {
      text-align: right;
      padding: 0.5rem;
      position: relative;
      max-width: 100% !important;
      width: 100% !important;
    }

    table.table__on__mobile td::before {
      content: attr(data-label);
      position: absolute;
      left: 0.5rem;
      font-weight: bold;
      text-align: left;
    }
}

@media (max-width:767px) { 
    footer {
        text-align: center;
    }
    .logo__footer {
        justify-content: center;
    }
}

@media (max-width:580px) { 
    .card__filter #search {
        float: none;
        display: block;
    }
    .for__big, .for__small, .for__room {
        display: inline-block;
        text-align: center;
        width: 33.3%;
        float: left;
        margin-right: 0px !important;
    }
    .card__filter #search {
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
        width: 100%;
        margin-top: 15px !important;
    }
    .style__choice__search .input-group .input-number {
        width: calc(100% - 53px);
        max-width: 40px;
    }
    .style__choice__search .input-group {
        max-width: none;
        justify-content: center;
    }
}

@media (max-width:480px) { 
    .style__choice__search .input-number-btn {
        font-size: 12px;
    }
    .date__receive, .date__pay {
        display: inline-block;
        /* width: 100%; */
        font-size: 14px;
    }
    .date__receive input.form-control, .date__pay input.form-control {
        padding: 6px;
        font-size: 14px;
    }
    .card__filter {
        padding: 16px 0px;
    }
    .card__filter label {
        font-size: 14px;
    }
    .info__booking {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
    .info__booking .card-body > .row > .col{
        flex: unset !important;
    }
}