﻿
@media(max-width:1400px) and (min-width:1024px) {
    .ratecombo-another-first {
        width: 100% !important;
    }

    .ratecombo-another-second {
        width: 49% !important;
    }

    .ratecombo-another-third {
        margin-left: 60px !important;
        margin-top: -55px !important;
    }
}



@media(max-width:500px){
    .ratecombo-another-first{
        width:100% !important;
    }
    .ratecombo-another-second {
        width: 49% !important;
    }
    .ratecombo-another-third {
        margin-left: 60px !important;
        margin-top: -55px !important;
    }
}



@media (max-width: 1024px) {
    .col-lg-7 {
        flex: 0 0 auto !important;
        width: 100% !important;
    }
   
}
@media (max-width:700px){
    .infor {
        margin-left: 10px !important;
    }
}

@media (max-width: 750px) {
    .form-pay {
        width: 95% !important;
        padding: 0 !important;
        padding-top: 20px !important;
        border-radius: 50px !important
    }
}

@media (min-width: 1301px) {
    .button-next {
        right: 13.5% !important;
    }
}


@media (max-height: 750px) {
    .form-in-container {
        padding: 0 !important;
        margin-top: 40px !important;
    }
}

@media (min-width: 750px) {
    .form-pay {
        width: 50% !important;
        padding: 0 !important;
        padding-top: 20px !important;
        border-radius: 50px !important
    }
}


@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        --bs-modal-width: 90% !important;
    }
}
@media (min-width: 1024px) and (max-width:1300px) {
    .button-next {
        right: 6% !important;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
         --bs-modal-width: 100% !important; 
        justify-content: center !important;
    }
}
@media (max-width: 1000px) {
    
    .d-image {
        width: 0% !important;
    }
   
    .rate-cb {
        margin-left: 10px !important;
        width: 95% !important;
    }
    .numImage {
        font-size:14px !important;
        top: 35% !important;
        left:35% !important;
    }

    .form-input {
        width: 95% !important;
    }

    .text-head {
        font-size: 20px !important;
    }

    .input-img {
        white-space: normal !important;
        word-break: break-word !important;
        width: 70% !important;
    }

    .img-main {
        display: none !important;
        width: 0% !important;
    }

    .image-items {
        width: 100% !important;
        height: 100% !important;
    }

    .slider-next-pre {
        gap: 285px !important;
        width: 100% !important;
        height: 100% !important;
    }

    .modal-image {
        width: 100% !important;
        position: fixed !important;
        top: 15% !important;
        height: auto !important;
    }
   
}

@media (max-width: 1024px) {
    
    .d-image {
        width: 0% !important;
    }
    .rate-cb {
        margin-left: 10px !important;
        width: 95% !important;
    }
    .numImage {
        font-size: 14px !important;
        top: 35% !important;
        left: 35% !important;
    }
    .form-input {
        width: 95% !important;
    }

    .text-head {
        font-size: 20px !important;
    }

    .input-img {
        white-space: normal !important;
        word-break: break-word !important;
        width: 70% !important;
    }

    .img-main {
        display: none !important;
        width: 0% !important;
    }

    .image-items {
        width: 100% !important;
        height: 100% !important;
    }

    .slider-next-pre {
        gap: 285px !important;
        width: 100% !important;
        height: 100% !important;
    }
    .modal {
        --bs-modal-width: 90% !important;
    }

    .modal-image {
        width: 100% !important;
        position: fixed !important;
        top: 15% !important;
        height: auto !important;
    }

   
}


img {
    vertical-align: middle;
    object-fit: cover;
}

.slideshow-container {
    position: relative;
    margin-top: 30px;
}

.no-overlay-modal.show .modal-backdrop{
    display:none !important
}
.no-overlay-modal {
    background-color:transparent !important;
    box-shadow: none !important;
    border:none !important;

}

  .no-overlay-modal .modal-footer {
    display:none !important
} 

.Description {
    overflow: hidden;
    text-overflow: ellipsis;
    transition: max-height 0.3s ease;
    margin-top: 30px;
}

.detail-book-name-box span {
    margin-left: auto !important;
}

/*.detail-book-price {
    padding: 10px;
}


.detail-book-day {
    padding: 10px;
}

.detail-book-time {
    padding: 10px;
}*/

.page_container {
    padding: 20px;
    background: #fff;
    max-height: 500px;
}

.Description.expanded {
    white-space: normal;
    overflow: visible;
    max-height: 500px;
}

.gallery-preview {
    height: calc(60vw-64px);
    max-height: calc(60vh-64px);
    width: 100%;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.photo-1 {
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0px;
    left: 0px
}

.booking-container {
    color: #141414;
    font-weight: 400;
    align-items: center;
    font-size: 20px;
}


.rate-combo-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.time-info {
    margin-top: 10px;
}

    .time-info p {
        flex: 1;
        margin: 0;
        padding-right: 10px;
    }

.cancellation-info {
    overflow: hidden;
    text-overflow: ellipsis;
    transition: max-height 0.3s ease;
    margin-top: 10px;
}

    .cancellation-info.expanded {
        max-height: 500px;
        overflow: visible;
    }

a#see-more {
    color: blue;
    cursor: pointer;
    text-decoration: underline;
    display: block;
    margin-top: 10px;
}

.hrDescripton {
    margin-top: 15px;
}

.hrRate {
    margin-top: 30px;
    border: 3px solid #cdb38b;
}

a#see-more {
    color: blue;
    cursor: pointer;
    text-decoration: underline;
}


.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 34%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    text-decoration: none;
    text-shadow: 2px 2px 0px black;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    .prev:hover, .next:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }

.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}


.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

    .dot:hover {
        background-color: #717171;
    }

.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

    .fade:not(.show) {
        opacity: 1;
    }



@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

table, th, td {
    border: 1px solid #ddd;
    width: 800px;
}

th, td {
    padding: 15px;
    text-align: center;
}

th {
    background-color: #f2f2f2;
}

tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

tbody tr:hover {
    background-color: #f1f1f1;
}

td {
    color: #333;
}

.rating-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    color: #FFA500;
    border: 2px solid #FFA500;
    background-color: #fff;
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

    .rating-button:hover {
        color: #fff;
    }

@media only screen and (max-width: 300px) {
    .prev, .next, .text {
        font-size: 11px
    }
}


.card {
    padding: 20px;
    background-color: #fff;
}

.price {
    font-size: 24px;
    font-weight: bold;
}

.rating {
    font-size: 14px;
    color: #666;
}

.btn-book {
    background-color: #CDB38B;
    color: #fff;
    font-weight: bold;
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    margin-top: 20px;
}

    .btn-book:hover {
        background-color: #e0334f;
    }

.summary {
    font-size: 14px;
    color: #666;
    margin-top: 20px;
}

.price-custom {
    font-size: 1.5rem;
}

.total {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}

.amenity-custom {
    border: solid 1px #ccc;
    border-radius: 15px;
    padding: 5px 15px;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 0.95rem;
}

.discount {
    color: #00a699;
}

.btn-booknow {
    float: right;
    background-color: #D1512D;
    border-radius: 15px;
    font-size: 1rem;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
}

.amenities {
    display: flex;
}

.amenity-link .btn-show-all {
    text-decoration: none;
    color: #6e470b;
}

.amenities-list {
    display: flex;
    flex-wrap: wrap; /* Cho phép xuống dòng trong danh sách */
    padding: 0; /* Xóa khoảng cách padding */
    margin: 0; /* Xóa khoảng cách margin */
    list-style: none; /* Xóa dấu chấm đầu dòng */
    width: 100%; /* Đảm bảo chiếm toàn bộ chiều rộng */
}

    .amenities-list li {
        flex: 1 1 auto; /* Cho phép co dãn, không đặt chiều rộng cố định */
        min-width: 150px; /* Chiều rộng tối thiểu của mỗi mục */
        box-sizing: border-box; /* Đảm bảo padding và border được tính vào chiều rộng */
        margin: 5px; /* Khoảng cách giữa các mục */
        padding: 10px; /* Khoảng cách bên trong mỗi mục */
        border: 1px solid black; /* Viền cho từng tiện nghi */
        border-radius: 5px; /* Góc viền bo tròn */
        display: flex; /* Sử dụng flexbox cho các mục */
        align-items: center; /* Căn giữa nội dung theo chiều dọc */
    }

        .amenities-list li i {
            margin-right: 8px; /* Khoảng cách giữa biểu tượng và văn bản */
        }


.bgr-img {
    width: 100%;
    background: url(/Assets/images/banner.jpg);
    background-position: center;
    background-size: cover;
}

.height200 {
    height: 200px
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

/* Kiểu cho thông báo thành công */
#successMessage {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 15px;
    background-color: #28a745;
    color: white;
    border-radius: 5px;
    z-index: 1000;
    display: none;
}

.height200 {
    height: 200px
}

.toast-message {
    position: fixed;
    top: 20px;
    left: -600px; /* Ẩn bên ngoài góc trái */
    width: 33.33%; /* Chiếm 1/3 chiều rộng màn hình */
    max-width: 400px; /* Giới hạn chiều rộng tối đa */
    background-color: #28a745;
    color: white;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    z-index: 1000;
    transition: left 0.5s ease; /* Hiệu ứng chuyển động */
}

    .toast-message.show {
        left: 20px; /* Di chuyển vào màn hình */
    }

.fade-in {
    opacity: 0;
    animation: fadeIn 1s forwards;
}

.fade-out {
    animation: fadeOut 1s forwards;
}

.btn-out {
    border: solid 1px #ccc;
    margin-left: 20px;
}

.box-success {
    margin: 0 auto;
    margin-top: 60px;
}

.text-finish {
    color: #d2a679;
}

.step-1 {
    font-size: 24px;
    color: #fff;
    font-weight: 600
}

.mySlides img {
    width: 100%;
    height: 400px;
}

.header-image {
    height: 180px;
}

@media (max-width: 431px) {
    .mySlides img {
        height: 200px;
    }

    .prev, .next {
        top: 18%
    }

    .header-image {
        height: 80px !important;
    }

    .text-header-page {
        top: 27px !important;
    }

    #selectedRateCard, #cardRoomInfo {
        margin-left: -13px !important;
        margin-right: -13px !important;
        border-radius: 0px;
        font-size: 1rem;
    }
}
