﻿.detail-room {
}

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

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

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

.header-nav.white {
}

.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-container .title {
    margin: 0;
    font-family: 'BeauDisB';
    color: var(--default-color-1);
    font-size: 35px;
    letter-spacing: 4px;
    margin-bottom: 24px;
}

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

    .detail-room-container .options .item {
        font-size: 16px;
        color: #53624e;
    }

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

.detail-room-container .info {
    display: flex;
    align-items: center;
    margin-top: 18px;
}

    .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 {
            font-size: 16px;
            color: #230C02;
            display: block;
            margin-left: 7px;
            font-family: 'avertaSTD';
        }

.detail-room-container .descript {
    font-weight: 600;
    color: #333632;
    font-size: 18px;
    line-height: 29px;
    margin-top: 23px;
    margin-bottom: 28px;
    text-align: justify;
}

.detail-room-container .wrap {
    margin-bottom: 55px;
}

.detail-room-container section.descript h2, .detail-room-container section.descript h3 {
    margin: 0;
    font-weight: 100;
    line-height: 150%;
    font-size: 21px;
    letter-spacing: 1px;
    font-family: BeauDisM;
    color: var(--default-color-1);
}

.detail-room-container .wrap-title {
    margin: 0;
    font-weight: 100;
    color: #1a1b1a;
    font-size: 22px;
    letter-spacing: 1px;
    font-family: BeauDisM;
    color: var(--default-color-1);
}

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

.chinhsach-content p {
    font-size: 18px;
    font-family: 'avertaSTDLight';
    color: #5F5F5F;
    line-height: 24.84px;
}

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

.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% - 380px);
    padding-right: 40px;
    float: left;
    height: fit-content;
}

.detail-room-right {
    float: right;
    /* width: 35%; */
}

.detail-room-form {
    box-shadow: 0 5px 30px rgba(80, 57, 24, 0.15);
    border-radius: 10px;
    background-color: #fff;
    height: fit-content;
    padding: 20px 30px;
    overflow: hidden;
    height: 100%;
    width: 380px;
}

    .detail-room-form .price {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .detail-room-form h3 {
        margin: 0;
        font-size: 28px;
        letter-spacing: 2px;
        font-family: BeauDisM;
        color: var(--default-color-1);
    }

    .detail-room-form span {
        color: #2c2c2c;
        font-size: 15px;
    }

        .detail-room-form span strong {
            color: #333;
            font-size: 18px;
        }

    .detail-room-form .btn:hover {
        background-color: #fff;
        color: var(--default-color-1);
        box-shadow: 0 0 10px 0 var(--default-color-1);
    }

    .detail-room-form .btn {
        background-color: var(--default-color-1);
        color: #fff;
        font-family: BeauDisM;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 2px;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 13px 0;
        margin-top: 25px;
        transition: all linear .2s;
    }

    .detail-room-form .choice {
        margin-top: 26px;
        position: relative;
        z-index: 3;
    }

    .detail-room-form .choice-item > div {
        display: flex;
        align-items: center;
    }

    .detail-room-form .choice-item {
        border: 1px solid #33333340;
        margin-bottom: 10px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 48px;
        cursor: pointer;
        z-index: 10;
        padding: 0 12px;
    }

        .detail-room-form .choice-item span {
            font-size: 16px;
            color: #333;
        }

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

        .detail-room-form .choice-item .vis {
            outline: none;
            border: none;
            width: fit-content;
            display: block;
            font-size: 15px;
            color: #333;
            margin-right: 15px;
            width: 126px;
        }

        .detail-room-form .choice-item .txt {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 2;
            width: 100%;
            height: 100%;
            opacity: 0;
            cursor: pointer;
        }

        .detail-room-form .choice-item .drop.show {
            opacity: 1;
            transform: translateY(0);
            pointer-events: all;
        }

.detail-room-album {
    margin-top: 10px;
    margin-bottom: 80px;
}

    .detail-room-album .album-container {
    }

    .detail-room-album .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-album .item:hover a img {
        /* transform: scale(1.02); */
    }

    .detail-room-album .item {
        height: 250px;
        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: 100%;
            object-fit: cover;
            transition: all linear .2s;
        }

.detail-room-form .choice-item .drop {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    border: 1px solid #333;
    height: 45px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #33333338;
    padding: 0 18px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(15px);
    transition: all ease .3s;
}

.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: right;
}

.detail-room-form .choice-item .count {
    width: 30px;
    text-align: center;
    margin: 0 10px;
}
/*RS*/

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

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

@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-container section.descript h2, .detail-room-container section.descript h3 {
            margin: 0;
            font-weight: 100;
            line-height: 150%;
            font-size: 18px;
        }

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

    .detail-room-form h3 {
        margin: 0;
        font-size: 23px;
    }

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

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

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

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

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

    .detail-room-album .list {
        grid-template-columns: repeat(2,minmax(0,1fr));
        column-gap: 10px;
        row-gap: 10px;
    }

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

    .detail-room-album {
        margin-bottom: 40px;
    }

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

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

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

    .detail-room-same {
        padding-top: 30px;
        padding-bottom: 125px;
    }
}