﻿.detail-room {
}

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

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

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

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

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

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

    .detail-room-container .title {
        margin: 0;
        font-family: 'BeauDisB';
        color: var(--default-color-1);
        font-size: 30px;
        letter-spacing: 4px;
        margin-bottom: 24px;
    }

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

        .detail-room-container .options .item {
            font-size: 15px;
            color: #0b6597;
            font-weight: 600;
        }

        .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 {
                font-size: 14px;
                color: #1a1b1a;
                display: block;
                margin-left: 7px;
                font-family: 'avertaSB';
            }

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

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

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

.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: 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% - 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: 16px;
        }

    .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: 20px;
    margin-bottom: 20px;
    background: #fff;
    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;
        }

        .detail-room-album .btn .btn-next.btn-item.flex-center {
            padding: 10px 20px;
            background: #0b6597;
            cursor: pointer;
            border-radius: 50px 0 0 50px;
            pointer-events: all;
        }

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

.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(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;
    }

    .detail-room-form h3 {
        font-size: 20px;
    }

    .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-album .item a img {
        height: 100%;
    }

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

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

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

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

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

    .detail-room-album .list {
    }

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

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

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

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

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

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

    .detail-room-container .tien-ich-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        column-gap: 12px;
        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;
    }
}