﻿.detail-room {
    position: relative;
}

.detail-room-same {
    position: relative;
    background-color: #3333330f;
    padding: 60px 0;
    padding-top: 116px;
}

    .detail-room-same .p-title {
        margin-bottom: 35px;
    }

.content-tour-infor-item {
    display: none;
}

ul.list-tab-menu-tour li {
    list-style: none;
    font-weight: 500;
    font-size: 17px;
    font-family: 'Montserrat-Medium';
    color: #333;
    margin-right: 10px;
    padding-bottom: 2px;
    cursor: pointer;
}

ul.list-tab-menu-tour {
    display: flex;
    align-items: center;
}

    ul.list-tab-menu-tour li.active {
        border-bottom: 1px solid #000;
        color: #000;
    }

.decor-logo-room-child img {
    width: 148px;
    height: 148px;
    border-radius: 50%;
    padding: 8px;
    border: 1.5px solid #DCEEF3;
    margin: auto;
    box-shadow: 0 5px 30px rgba(80, 57, 24, 0.15);
    background-color: #fff;
}

.detail-room-form .price span {
    display: flex;
    align-items: center;
    margin-left: 5px;
    font-weight: 500;
    font-size: 23px;
    font-family: 'Montserrat-SemiBold';
    color: #000000;
}

.my-room-item:hover a.my-room-img img.d-img-hover {
    opacity: 1;
}

.my-room-img:hover::before {
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: all 600ms linear;
}

.decor-logo-room-child {
    position: absolute;
    top: -73px;
    right: 0;
    left: 0;
    bottom: 0;
    height: max-content;
    z-index: 1;
}

.d-img-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
/* CSS cơ bản giữ nguyên, chỉ tinh chỉnh cho rõ ràng và tối ưu */
ul.list-img-child-tour {
    display: grid;
    grid-gap: 4px;
    grid-template-areas:
        "left top"
        "left bottom";
    grid-template-columns: 64% 35%;
    grid-template-rows: minmax(0, 405px) minmax(0, 405px);
    aspect-ratio: 25 / 9;
    height: fit-content;
    overflow: hidden;
    list-style: none; /* Đảm bảo ul không có kiểu danh sách */
    padding: 0;
    margin: 0;
}

li.item-one-img-l {
    grid-area: left;
    aspect-ratio: 16 / 9;
    position: relative;
    border-radius: 0.75rem 0 0 0.75rem;
}

li.item-two-img-r {
    position: relative;
    grid-area: top;
    border-radius: 0 0.75rem 0 0;
}

    li.item-two-img-r:nth-child(2) {
        grid-area: bottom;
        border-radius: 0 0 0.75rem 0;
    }

    li.item-one-img-l a,
    li.item-two-img-r a {
        display: block;
        width: 100%;
        height: 100%;
        pointer-events: all;
    }

ul.list-img-child-tour li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    /* Kế thừa border-radius từ thẻ cha */
}

li.item-one-img-l a img {
    border-radius: 0.75rem 0 0 0.75rem;
}

li.item-two-img-r a img {
    border-radius: 0 0.75rem 0 0;
}

li.item-two-img-r:nth-child(2) a img {
    border-radius: 0 0 0.75rem 0;
}

.list-img-detail-tour-child {
    margin-top: 20px;
}

.detail-room-banner {
    height: 475px;
    position: relative;
}

    .detail-room-banner::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 3;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        content: "";
    }

.detail-room-container {
    padding-top: 60px;
    padding-bottom: 30px;
    display: block;
    position: relative;
}

.detail-room-banner img {
}

.detail-room-album:after {
    content: "";
    position: absolute;
    background: url(/Design/img/GrandHotel/room.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 609px;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.detail-room-container .title {
    margin: 0;
    color: var(--default-color-1);
    letter-spacing: 4px;
    margin-bottom: 13px;
    font-family: 'MontserratAlternates-Regular';
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 139%;
    background: linear-gradient(90deg, #0A2D7C 0%, #071E8A 29.5%, #4463DD 79.5%, #072582 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.detail-room-container .options {
    display: flex;
    align-items: center;
}

    .detail-room-container .options .item {
        color: #6C8F9C;
        font-family: 'WixMadeforDisplay-Regular';
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        margin-left: 6px;
    }

    .detail-room-container .options span {
        margin: 0 5px;
        font-size: 14px;
    }

.detail-room-container .info {
    display: flex;
    align-items: center;
}

    .detail-room-container .info .item {
        display: flex;
        margin-right: 23px;
        align-items: center;
    }

        .detail-room-container .info .item img {
            width: 22px;
        }

        .detail-room-container .info .item span {
            color: #6C8F9C;
            font-family: 'WixMadeforDisplay-Regular';
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%;
            margin-left: 6px;
        }

.tt-room-item-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-top: 1px solid #d5d5d5;
}

.item-policy-tour-child {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.svg-item-policy-tour-child {
    display: flex;
    align-items: center;
    padding: 4px;
    background: #fee39a;
    border-radius: 50%;
}

span.t-item-policy-tour-child {
    margin-left: 6px;
    font-size: 15px;
    font-family: "Trip Sans VF", "Trip Sans", Arial, sans-serif;
    line-height: inherit;
    color: rgb(51, 51, 51);
}

.infor-tour-child-t {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.CBBDT {
    display: flex;
    align-items: center;
}

.item-title-svg-tour-infor {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    cursor: pointer;
    padding-bottom: 16px;
}

span.title-tour-infor {
    font-weight: 500;
    font-size: 17px;
    font-family: 'Montserrat-Medium';
    color: #000;
}

.item-infor-detail {
    /* padding-bottom: 16px; */
    border-bottom: 1px solid #d5d5d5;
}

.content-tour-infor-item section * {
    white-space-collapse: unset !important;
}

.content-tour-infor-item section {
    margin-top: 16px;
}

span.title-tour-infor:hover {
    text-decoration: underline;
}

span.title-c-tour {
    margin-left: 5px;
    font-family: "Trip Sans VF", "Trip Sans", Arial, sans-serif;
    font-size: 16px;
    line-height: inherit;
    color: rgb(51, 51, 51);
}

.list-infor-tour-child-t {
    padding: 25px 0;
    padding-bottom: 18px;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
}

.c-policy-tour-child {
    margin-top: 18px;
    padding-bottom: 18px;
}

span.freet-c-item-policy-tour-child {
    text-decoration: underline;
    cursor: pointer;
}

span.reserve-item-policy-tour-child {
    text-decoration: underline;
    cursor: pointer;
}

span.lowest-item-policy-tour-child {
    text-decoration: underline;
    cursor: pointer;
}

.detail-room-container .descript {
    font-weight: 100;
    color: #333632;
    text-align: justify;
    margin: 0;
    font-family: "Trip Sans VF", "Trip Sans", Arial, sans-serif;
    font-size: 16px;
    color: rgb(51, 51, 51);
    line-height: 145%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.about-tour-detail-c-item h5 {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    font-family: 'Montserrat-SemiBold';
    color: #000000;
    margin-bottom: 15px;
}

.about-tour-detail-c-item {
    margin-top: 30px;
}

.about-des-tour {
    position: relative;
}

.box-read-more {
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to right, var(--scrimPrimaryBackgroundEnd), var(--scrimPrimaryBackgroundStart) 60px);
    --scrimPrimaryBackgroundStart: #fff;
    --scrimPrimaryBackgroundEnd: hsla(0, 0%, 100%, 0);
    padding-right: 4%;
    line-height: 22px;
}

span.read-more-des-tour {
    position: relative;
    margin: 0;
    font-weight: 500;
    font-size: 15px;
    font-family: 'Montserrat-SemiBold';
    color: #333;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    padding-left: 65px;
    cursor: pointer;
}

    span.read-more-des-tour:before {
        content: "\2026";
        display: inline-block;
        text-decoration: none;
    }

.detail-room-container .wrap {
    padding: 25px 0;
    border-top: 1px solid #d5d5d5;
}

.content-detail-room-dd {
    position: relative;
    padding-top: 55px;
}

.detail-room-container .wrap-title {
    margin: 0;
    font-size: 22px;
    letter-spacing: 1px;
    color: var(--default-color-1);
    font-family: 'MontserratAlternates-Medium';
    font-style: normal;
    font-weight: 500;
    line-height: 157%;
    text-transform: uppercase;
    background: linear-gradient(90deg, #0A2D7C 0%, #071E8A 29.5%, #4463DD 79.5%, #072582 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.detail-room-container .wrap-content {
    margin-top: 25px;
}

.chinhsach-content p {
    font-size: 16px;
}

.chinhsach-content {
    line-height: 24px;
    text-align: justify;
}

.detail-room-container .tien-ich-list {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(3,minmax(0,1fr));
    column-gap: 20px;
    row-gap: 20px;
}

.detail-room-container .tien-ich-item {
    display: flex;
    align-items: center;
}

    .detail-room-container .tien-ich-item img {
        width: 35px;
    }

    .detail-room-container .tien-ich-item span {
        color: #1a1b1a;
        font-size: 16px;
        margin-left: 15px;
    }

.detail-room-left {
    width: calc(100% - 460px);
    padding-right: 23px;
    float: left;
    height: fit-content;
}

.decor-img-childdd {
    position: absolute;
    right: 0;
    top: -81px;
}

    .decor-img-childdd img {
        display: block;
        width: 100%;
        height: 100%;
    }

.detail-room-right {
    float: right;
    border-radius: 13px;
    background-size: cover;
}

.detail-room-form {
    box-shadow: 0 2px 54px rgba(0,0,0,.1);
    border-radius: 10px;
    background-color: #fff;
    height: fit-content;
    padding: 24px;
    overflow: hidden;
    height: 100%;
    width: 460px;
    border: 1px solid #e0e0e0;
}

.title-tour-detail-child h1.title {
    margin: 0;
    color: #000;
    font-family: 'Montserrat-Bold';
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.detail-room-form .price {
    display: flex;
}

.totalPhotoCountButton {
    align-self: end;
    grid-column: 1;
    grid-row: 1;
    justify-self: end;
    grid-row: 2;
    margin-right: 16px;
    margin-bottom: 16px;
    pointer-events: none;
}

span.btn-show-count-img {
    font-size: 15px;
    font-weight: 600;
    border-radius: 20px;
    padding: 10px 20px;
    background: #000;
    color: #fff;
    background-clip: padding-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: color .1s linear, background-color .1s linear, border-color .1s linear;
}

    span.btn-show-count-img .UmNoP {
        fill: #fff;
        margin-right: 5px;
    }

.select-time-travel-person span {
    display: block;
    font-weight: 500;
    font-size: 17px;
    font-family: 'Montserrat-Medium';
    color: #000;
    margin-top: 15px;
}

.item-decor-price-tour span {
    display: block;
    margin-top: 5px;
    font-family: "Trip Sans VF", "Trip Sans", Arial, sans-serif;
    font-size: 16px;
    line-height: inherit;
    color: rgb(51, 51, 51);
}

.detail-room-form h3 {
    margin: 0;
    font-weight: 500;
    font-size: 23px;
    font-family: 'Montserrat-SemiBold';
    color: #000000;
}

.
.detail-room-form span strong {
    position: relative;
    top: 4px;
    font-family: 'MontserratAlternates-Regular';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: linear-gradient(90deg, #0A2D7C 0%, #071E8A 29.5%, #4463DD 79.5%, #072582 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.detail-room-form .btn:hover {
    color: #22407e;
    /* border: transparent; */
    background: linear-gradient(90deg, #D49C03 0%, #FBF59C 32.5%, #E6B301 46%, #FBF6A2 77.5%, #E8CC15 97%);
    /* box-shadow: 0px 4px 4px 0px rgba(7, 37, 130, 0.38); */
}

.detail-room-form .btn {
    width: 100%;
    font-family: 'Montserrat-Medium';
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    text-transform: capitalize;
    margin: auto;
    border: 1px solid #D49C03;
    /* box-shadow: 0px 4px 4px 0px rgba(7, 37, 130, 0.38); */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    transition: all linear .2s;
    border-radius: 24px;
    padding: 14px 24px;
    padding-bottom: 12px;
    background: #f2b203;
    border-color: #f2b203;
    color: #000;
}

.detail-room-form .choice {
    margin-top: 26px;
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    max-width: 350px;
}

.detail-room-form .choice-item {
    border: 1px solid #33333340;
    margin-right: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 48px;
    cursor: pointer;
    z-index: 10;
    padding: 0 12px;
    color: #072582;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 50px;
    width: 72%;
    pointer-events: all;
}

    .detail-room-form .choice-item > span {
        font-size: 15px;
        color: #000;
        font-family: "Trip Sans VF", "Trip Sans", Arial, sans-serif;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        pointer-events: none;
    }

    .detail-room-form .choice-item i {
        position: absolute;
        right: 10px;
        color: #2c2c2c;
        font-size: 12px;
    }

.choice-item.check-in-form span {
    display: flex;
    align-items: center;
    margin-right: 6px;
}

.choice-item.choice-num-person span {
    display: flex;
    align-items: center;
    /* margin-right: 6px; */
    gap: 3px;
}

.tt-free-cc-tour {
    font-weight: 600;
    display: inline;
    font-size: 15px;
}

.w-free-policy-cc-tour {
    background: #fff7e1;
    padding: 10px;
    border-radius: 10px;
    margin-top: 12px;
}

.tt-free-policy-cc-tour {
    display: inline-block;
    margin-left: 8px;
}

.dess-free-cc-tour {
    display: inline;
    font-size: 15px;
}

.btn-free-policy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 3px;
    cursor: pointer;
}

.svg-free-policy-cc-tour {
    display: flex;
    align-items: center;
    padding: 4px;
    background: #fee39a;
    border-radius: 50%;
}

.free-policy-cc-tour {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.detail-room-form .choice-item .vis {
    outline: none;
    border: none;
    width: auto;
    display: block;
    margin-right: 15px;
    color: #f6b64d;
    font-family: 'Montserrat-SemiBold';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.detail-room-form .choice-item .txt {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    color: #f6b64d;
    font-family: 'Montserrat-SemiBold';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 50px;
}

.detail-room-album {
    margin-top: 20px;
    padding-bottom: 40px;
    position: relative;
}

    .detail-room-album .btn {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        pointer-events: none;
    }

        .detail-room-album .btn .btn-prev.btn-item.flex-center {
            padding: 10px 20px;
            background: #0b6597;
            cursor: pointer;
            border-radius: 0 50px 50px 0;
            pointer-events: all;
            border: 1px solid #D49C03;
            background: linear-gradient(90deg, #0A2D7C 0%, #071E8A 29.5%, #4463DD 79.5%, #072582 100%), #E4DCCF;
            box-shadow: 0px 4px 4px 0px rgba(7, 37, 130, 0.38);
        }

        .detail-room-album .btn .btn-next.btn-item.flex-center {
            padding: 10px 20px;
            background: #304fbf;
            cursor: pointer;
            border-radius: 50px 0 0 50px;
            pointer-events: all;
            border: 1px solid #D49C03;
            background: linear-gradient(90deg, #0A2D7C 0%, #071E8A 29.5%, #4463DD 79.5%, #072582 100%), #E4DCCF;
            box-shadow: 0px 4px 4px 0px rgba(7, 37, 130, 0.38);
        }

        .detail-room-album .btn .btn-prev.btn-item.flex-center img {
            filter: brightness(0) invert(1);
            -webkit-filter: brightness(0) invert(1);
            width: 16px;
            height: auto;
        }

        .detail-room-album .btn .btn-next.btn-item.flex-center img {
            filter: brightness(0) invert(1);
            -webkit-filter: brightness(0) invert(1);
            width: 16px;
            height: auto;
        }

        .detail-room-album .btn .btn-prev.btn-item.flex-center:hover img {
            filter: brightness(0);
            -webkit-filter: brightness(0);
        }

        .detail-room-album .btn .btn-prev.btn-item.flex-center:hover {
            background: #fff;
        }

        .detail-room-album .btn .btn-next.btn-item.flex-center:hover img {
            filter: brightness(0);
            -webkit-filter: brightness(0);
        }

        .detail-room-album .btn .btn-next.btn-item.flex-center:hover {
            background: #fff;
        }

    .detail-room-album .item {
        border-radius: 10px;
        overflow: hidden;
    }

        .detail-room-album .item a {
            display: block;
            width: 100%;
            height: 100%;
            position: relative;
        }

            .detail-room-album .item a::before {
                content: '';
                background: rgba(var(--villoz-white-rgb, 255, 255, 255), 0.3);
                bottom: 50%;
                content: "";
                left: 0;
                position: absolute;
                right: 0;
                top: 50%;
                opacity: 1;
                z-index: 3;
                pointer-events: none;
                transition: all 600ms linear;
            }

        .detail-room-album .item:hover a::before {
            top: 0;
            bottom: 0;
            opacity: 0;
            transition: all 600ms linear;
        }

        .detail-room-album .item a img {
            width: 100%;
            height: 325px;
            object-fit: cover;
            transition: all linear .2s;
        }

.tt-num-content-dults {
    display: flex;
}

.num-dults {
    display: flex;
    align-items: center;
}

.tt-num-content-dults strong {
    color: #000;
    margin-right: 6px;
}

.tt-num-content-dults span {
    font-weight: normal;
    color: #333;
}

.content-num-full-adults {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 0;
}

.l-num-content-dults {
    margin-right: 94px;
}

.price-dults-tour-choice {
    color: #333;
    margin-top: 4px;
}

.detail-room-form .choice-item .drop-num-full {
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    height: max-content;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #33333338;
    padding: 12px 18px;
    border-radius: 12px;
    opacity: 0;
    transform: translateY(0);
    visibility: hidden;
    pointer-events: none;
    transition: all ease .3s;
    width: max-content;
}

.detail-room-form .choice-item .drop-btn i {
    position: relative;
    left: unset;
    right: unset;
    font-size: 10px;
}

.detail-room-form .choice-item .drop-btn:hover {
    background-color: #333;
}

    .detail-room-form .choice-item .drop-btn:hover i {
        color: #fff !important;
    }

.detail-room-form .choice-item .drop-btn {
    font-size: 21px;
    border: 1px solid #333;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all ease .2s;
    color: #333;
}

.detail-room-form .choice-item input {
    border: none;
    outline: none;
    background-color: transparent;
    text-align: left;
}

.detail-room-form .choice-item .count {
    width: 30px;
    text-align: center;
    margin: 0 10px;
    font-size: 16px;
    font-weight: 600;
    pointer-events: none;
}

.w-content-show-tour-book {
    margin-top: 15px;
    padding: 15px;
    border-radius: 12px;
    border: 1px solid;
}

.name-show-tour-book {
    font-weight: 600;
    display: inline;
    font-size: 18px;
    font-family: "Trip Sans VF", "Trip Sans", Arial, sans-serif;
}

.name-show-tour-book {
}

.decor-show-tour-book {
    margin: 7px 0;
    margin-bottom: 17px;
}

.bb-decor-price-include {
    margin: 4px 0;
    font-size: 14px;
}

span.time-schedule {
    font-weight: 600;
    font-size: 15px;
}

button.item-tour-schedule {
    border-radius: 25px;
    border: 1px solid #d5d5d5;
    padding: 9px 20px;
    background: #fff;
    cursor: pointer;
}

    button.item-tour-schedule:hover {
        background: #d5d5d5;
    }

.full-tour-schedule {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.w-tour-schedule {
    margin-top: 15px;
}

.total-full-price-person-tour {
    display: flex;
    align-items: center;
    font-weight: 600;
    margin: 5px 0;
}

.full-price-tour-item {
    margin-left: 5px;
}
/* Ẩn nội dung mặc định */
.content-tour-infor-item {
    display: none;
    transition: all 0.3s ease;
}

.flex-adults-total-price {
    display: flex;
    align-items: center;
}

.total-full-price-tour {
    margin-left: 4px;
    color: #000;
}
/* Hiện nội dung khi có class active */
.item-infor-detail.active .content-tour-infor-item {
    display: block;
}

/* Xoay SVG khi active */
.item-infor-detail.active .svg-drop-tour-c svg {
    transform: rotate(180deg);
}

.choice-item.choice-num-person {
    width: 120px;
}

    .choice-item.choice-num-person .vis {
        width: 28px;
        pointer-events: none;
    }
/* Đảm bảo SVG có transition mượt */
.svg-drop-tour-c svg {
    transition: transform 0.3s ease;
}

/* Tùy chỉnh thêm nếu cần */
.item-title-svg-tour-infor {
    cursor: pointer;
}

.flatpickr-calendar {
    font-size: 14px;
}

.flatpickr-monthDropdown-months,
.flatpickr-year {
    font-size: 14px;
}

.detail-room-form .choice-item .drop-num-full.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
/*RS*/
.cc-tour-policy h5 {
    font-size: 28px;
    font-family: "Trip Sans VF","Trip Sans",Arial,sans-serif;
    color: #000;
    margin: 0;
    margin-bottom: 17px;
}

.cc-tour-policy h6 {
    font-size: 18px;
    color: #000;
    margin: 0;
    font-family: "Trip Sans VF", "Trip Sans", Arial, sans-serif;
}

.content-w-tour-policy {
    position: fixed;
    padding: 24px;
    overflow: hidden;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 40%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.cc-tour-policy {
    width: 60vw;
    box-shadow: 0 2px 54px rgba(0, 0, 0, .1);
    border-radius: 10px;
    background-color: #fff;
    padding: 50px 45px;
    position: relative;
}

.close-pop-policy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: right;
    cursor: pointer;
    border-radius: 16px;
    height: 32px;
    min-width: 32px;
    padding: 4px;
    position: absolute;
    right: 17px;
    top: 17px;
}

    .close-pop-policy svg {
    }

    .close-pop-policy:hover {
        background: rgba(0,0,0,.07);
    }

.cc-tour-policy section ul li {
    margin: 7px 0;
}

.cc-tour-policy section {
    font-family: "Trip Sans VF","Trip Sans",Arial,sans-serif;
}

.content-w-tour-policy.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.cc-tour-policy.active {
    /* Tùy chỉnh thêm nếu cần, ví dụ: animation */
    transform: translateY(0);
    opacity: 1;
}

/* Tùy chọn: animation cho .cc-tour-policy */
.cc-tour-policy {
    transform: translateY(20px);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

    .cc-tour-policy.active {
        transform: translateY(0);
        opacity: 1;
    }

.about-des-tour.active .descript {
    -webkit-line-clamp: unset;
    display: block;
    overflow: visible;
    text-overflow: unset;
}

/* Tùy chọn: Xóa hiệu ứng gradient khi mở rộng */
.about-des-tour.active .box-read-more {
    background-image: none;
    padding-right: 0;
    position: unset;
}

/* Đảm bảo span.read-more-des-tour giữ định dạng */
.about-des-tour.active .read-more-des-tour::before {
    content: ""; /* Xóa dấu chấm lửng khi mở rộng */
}

.about-des-tour.active .box-read-more span.read-more-des-tour {
    padding: 0;
}

.error-message {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #ff4444;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    z-index: 1000;
}

.item-tour-schedule {
    background: #f5f5f5;
    border: 1px solid #ddd;
    padding: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .item-tour-schedule.active {
        background: #d5d5d5;
        border-color: #d5d5d5;
    }

.detail-room-form .choice-item .vis {
    caret-color: transparent; /* Ẩn con trỏ nhập văn bản */
}

    .detail-room-form .choice-item .vis::selection {
        background: transparent; /* Không cho chọn văn bản */
    }

.detail-room-form .choice-item .vis {
    user-select: none; /* Không cho copy hay bôi đen */
}

@media(min-width:1390px) {
    .detail-room-album .item a img {
        width: 100%;
        height: 460px;
    }
}

@media(max-width:1023px) {
    .detail-room-left,
    .detail-room-right {
        width: 100%;
        float: unset;
        padding: 0;
        margin-top: 18px;
    }

    .content-w-tour-policy {
        padding: 10px;
    }

    .cc-tour-policy {
        width: 100%;
        padding: 30px 15px;
    }

        .cc-tour-policy h5 {
            font-size: 18px;
        }

        .cc-tour-policy h6 {
            font-size: 14px;
        }

        .cc-tour-policy section {
            font-size: 14px;
        }

    .dess-free-cc-tour {
        display: inline;
        font-size: 13px;
    }

    .tt-free-cc-tour {
        font-weight: 600;
        display: inline;
        font-size: 13px;
    }

    .name-show-tour-book {
        font-size: 14px;
    }

    .decor-show-tour-book {
        font-size: 14px;
    }

    .flex-adults-total-price {
        font-size: 15px;
    }

    span.time-schedule {
        font-weight: 600;
        font-size: 13px;
    }

    .title-tour-detail-child h1.title {
        font-size: 16px;
    }

    button.item-tour-schedule {
        padding: 9px 14px;
        margin: 4px 0;
    }

    section .chinhsach-content h3 {
        font-size: 17px;
        font-family: 'Montserrat-Bold';
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }

    .detail-room-form h3, .detail-room-form .price span, .item-decor-price-tour span, .select-time-travel-person span {
        font-size: 16px;
    }

    .detail-room-form .choice {
        max-width: 100%;
    }

    .detail-room-container .options .item {
        font-size: 12px;
        display: flex;
    }

    .choice-item.choice-num-person {
        width: 87px;
        margin: 0;
    }

    .l-num-content-dults {
        margin-right: 37px;
    }

    .detail-room-form .choice-item .count {
        margin: 0 3px;
    }

    .detail-room-container .options .item svg {
        margin-right: 4px;
    }

    .detail-room-container .info .item span {
        font-size: 12px;
    }

    .detail-room-form {
        margin: 0 auto;
        box-shadow: none;
    }
}

@media(min-width:740px) and (max-width:1023px) {
    .detail-room-album .item {
        height: 200px;
    }
}

@media(max-width:739px) {
    .detail-room-container {
        padding-top: 30px;
    }

    .detail-room-album .item a img {
        height: 100%;
    }

    .detail-room-form {
        width: 100%;
        padding: 10px 10px;
    }

    .detail-room-container .title {
        font-size: 20px;
    }

    .detail-room-container .descript {
        font-size: 14px;
    }

    span.read-more-des-tour {
        font-size: 14px;
    }

    span.title-c-tour {
        font-size: 14px;
    }

    .about-tour-detail-c-item h5 {
        font-size: 15px;
    }

    span.title-tour-infor {
        font-size: 14px;
    }

    span.svg-drop-tour-c svg {
        width: 14px;
        height: auto;
    }

    .item-title-svg-tour-infor {
        padding: 10px 0;
    }

    span.t-item-policy-tour-child {
        font-size: 13px;
    }

    .chinhsach-content p {
        font-size: 14px;
    }

    .content-tour-infor-item section * {
        font-size: 14px !important;
    }

    .detail-room-banner {
        height: auto;
    }

    .detail-room-album .list {
    }

    .detail-room-album .item {
        height: 150px;
    }

    .detail-room-album {
        margin-bottom: 0;
    }

        .detail-room-album .btn {
            display: none;
        }

    .detail-room-container .info {
        flex-wrap: wrap;
        justify-content: unset;
    }

    .detail-room-container .wrap-title {
        font-size: 18px;
    }

    .detail-room-container .info .item {
        margin: 5px;
    }

    .detail-room-container .tien-ich-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        column-gap: 6px;
        row-gap: 14px;
    }

    .detail-room-container .tien-ich-item img {
        width: 22px;
    }

    .detail-room-container .tien-ich-item span {
        font-size: 13px;
    }

    .decor-logo-room-child img {
        width: 100px;
        height: 100px;
        padding: 4px;
    }

    .detail-room-same {
        padding-top: 46px;
        padding-bottom: 25px;
    }
}

/* Tối ưu cho mobile */
@media (max-width: 768px) {
    ul.list-img-child-tour {
        /* grid-template-areas:
            "left"
            "top"
            "bottom"; */
        /* grid-template-columns: 100%; */ /* Một cột duy nhất */
        /* grid-template-rows: auto; */ /* Chiều cao tự động */
        /* aspect-ratio: auto; */ /* Bỏ tỉ lệ cố định để hình ảnh không bị ép */
        /* grid-gap: 8px; */ /* Tăng khoảng cách giữa các hình cho dễ nhìn */
    }

    ul.list-tab-menu-tour li {
        font-size: 14px;
        margin-right: 6px;
    }

    .totalPhotoCountButton {
        margin-bottom: 6px;
        margin-right: 6px;
    }

    span.btn-show-count-img {
        padding: 8px 15px;
        font-size: 14px;
    }

    li.item-one-img-l {
        /* aspect-ratio: 16 / 9; */ /* Giữ tỉ lệ hình lớn */
        /* border-radius: 0.75rem; */ /* Bo góc đầy đủ cho hình lớn */
    }

        li.item-one-img-l a img {
            /* border-radius: 0.75rem; */ /* Đồng bộ bo góc */
        }

    li.item-two-img-r {
        /* aspect-ratio: 16 / 9; */ /* Tỉ lệ giống hình lớn để đồng nhất */
        /* border-radius: 0.75rem; */ /* Bo góc đầy đủ */
    }

        li.item-two-img-r a img {
            /* border-radius: 0.75rem; */ /* Đồng bộ bo góc */
        }

        li.item-two-img-r:nth-child(2) {
            /* border-radius: 0.75rem; */ /* Bo góc đầy đủ */
        }

            li.item-two-img-r:nth-child(2) a img {
                /* border-radius: 0.75rem; */ /* Đồng bộ bo góc */
            }

    /* Đảm bảo hình ảnh không bị ép chiều cao quá lớn */
    ul.list-img-child-tour li a img {
        /* height: auto; */
        /* max-height: 300px; */ /* Giới hạn chiều cao tối đa trên mobile */
    }
}

/* Tùy chọn thêm cho màn hình rất nhỏ (dưới 576px) */
@media (max-width: 576px) {
    ul.list-img-child-tour {
        /* grid-gap: 6px; */ /* Giảm khoảng cách cho màn hình nhỏ hơn */
    }

        ul.list-img-child-tour li a img {
            /* max-height: 250px; */ /* Giảm chiều cao tối đa cho phù hợp */
        }
}
