﻿.menu-rs {
    position: fixed;
    z-index: 999999999999999999999999999999999999;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .75s;
    -o-transition: all .75s;
    transition: all .75s;
    pointer-events: none;
}

.menu-rs-search {
    margin: 8px 0;
    width: 90%;
}

    .menu-rs-search a:hover img {
        opacity: 1;
    }

.menu-rs-bot {
    display: block;
    text-align: left;
    width: 100%;
    padding: 16px 0;
    color: #fff;
    font-size: 18px;
    background: linear-gradient(270deg, #DC0D15 0%, #FF7677 43.36%, #980303 100%);
    padding-left: 16px;
}

    .menu-rs-bot a {
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
        color: #fff;
        font-family: 'Inter_24pt-Medium';
    }

        .menu-rs-bot a img {
            margin-right: 6px;
            background: #333;
            padding: 4px;
            border-radius: 25px;
        }

.menu-rs-search a {
    position: relative;
    height: 100%;
    padding: 0 10px;
    background: linear-gradient(90deg, #D49C03 0%, #FBF59C 32.5%, #E6B301 46%, #FBF6A2 77.5%, #E8CC15 97%);
    border-radius: 50px 0 0 50px;
}

    .menu-rs-search a::before {
        content: '';
        position: absolute;
        right: 0;
        width: 2px;
        height: 60%;
        /* background-color: #3333331c; */
    }

    .menu-rs-search a img {
        /* opacity: .8; */
        /* filter: brightness(0) invert(1); */
        /* -webkit-filter: brightness(0) invert(1); */
    }

.w-search-menurs {
    display: flex;
    align-items: center;
    border: 1px solid #d5d5d5;
    width: 100%;
    border-radius: 50px;
    height: 40px;
    background: #fff;
}

.menu-rs-search input {
    background-color: transparent;
    border: none;
    outline: none;
    height: 100%;
    padding: 0 10px;
    font-size: 14px;
}

.social.menu-icon-social {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 9px 0;
    margin-top: 0;
    padding-left: 5px;
    justify-content: center;
}

    .social.menu-icon-social a {
        margin: 0 7px;
        transition: all ease-in-out .3s;
    }

        .social.menu-icon-social a:hover {
            background-color: #fff;
            color: var(--default-color-2);
        }

    .social.menu-icon-social a {
        color: #fff;
        border: unset;
        width: 18px;
        height: auto;
    }

.lang-mobile-mm {
    margin-left: 8px;
    flex: 1 1 0;
    display: none;
}

.name-compa-menu {
    margin: 0;
    margin-left: 8px;
    font-family: 'MonteCarlo-Regular';
    width: 122px;
    font-size: 25px;
    font-style: normal;
    color: #BE090E;
    font-weight: 400;
    line-height: 125%;
    position: relative;
}

.menu-rs-top .logo {
    display: flex;
    align-items: center;
}

.menu-rs-top {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 5px;
    padding-top: 8px;
    background-size: cover;
    padding-bottom: 8px;
    border-bottom: 1px solid #D49C03;
    background: url(/Design/img/GrandHotel/bb.png) no-repeat;
    background-size: cover;
}

    .menu-rs-top .logo {
    }

        .menu-rs-top .logo img {
            width: 90px;
            height: auto;
            object-fit: cover;
        }

.menu-rs.show {
    opacity: 1;
    pointer-events: all;
}

    .menu-rs.show .container {
        background-position: 0 107px;
        background: url(/Design/img/MyVienThaoNguyen/decor/about.png) no-repeat;
        background-size: cover;
        left: 0;
        pointer-events: auto;
    }

.menu-socail-lang-mm {
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #D49C03;
    justify-content: center;
    background: #000000;
}

.slogan-menu-mobile-rs h4 {
    margin: 0;
    text-align: center;
    padding: 5px 37px;
    color: #BE090E;
    font-family: MonteCarlo-Regular;
    font-size: 24.899px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%;
}

.slogan-menu-mobile-rs {
    background: #F2FBFF;
    border-bottom: 1px solid #D49C03;
}

.menu-rs .container {
    width: 40%;
    height: 100vh;
    position: relative;
    overflow-y: overlay;
}

    .menu-rs .container .btn-close {
        position: absolute;
        top: 4px;
        right: 5px;
        font-size: 14px;
        -webkit-transition: all linear .3s;
        -o-transition: all linear .3s;
        transition: all linear .3s;
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        background: linear-gradient(90deg, #D49C03 0%, #FBF59C 32.5%, #E6B301 46%, #FBF6A2 77.5%, #E8CC15 97%);
    }

        .menu-rs .container .btn-close.active {
            /* border-radius: 0; */
            /* right: calc(85%); */
        }

        .menu-rs .container .btn-close i {
            position: absolute;
            -webkit-transition: all linear .2s;
            -o-transition: all linear .2s;
            transition: all linear .2s;
            opacity: 1;
            color: #000000;
        }

            .menu-rs .container .btn-close i.back {
                opacity: 0;
            }

        .menu-rs .container .btn-close.active i {
            opacity: 0;
        }

        .menu-rs .container .btn-close.active .back {
            opacity: 1;
        }

        .menu-rs .container .btn-close:hover {
            -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
            transform: scale(1.05);
        }

.menu-rs.show .container .btn-close {
    opacity: 1;
    -webkit-transition-delay: opacity .6s;
    -o-transition-delay: opacity .6s;
    transition-delay: opacity .6s;
}

.menu-rs .container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-x: hidden;
    background-color: #f3f3f4;
    height: 100vh;
    overflow-y: auto;
    padding: 20px 0;
    padding-bottom: 0;
    padding-top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: -100%;
    transition: all .75s;
    pointer-events: none;
}

    .menu-rs .container .list {
        width: 100%;
        background: #fff;
    }

.hotline-menu-rs {
    width: 100%;
    position: relative;
    left: 0;
    bottom: 0;
}

.menu-rs .container .list .list-item {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    border-bottom: 1px solid #ececec;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
    padding: 14px 18px;
    display: block;
    font-family: 'Inter_24pt-Medium';
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
    color: #664727;
}

.menu-rs .container .list ul li {
    list-style: none;
}

    .menu-rs .container .list ul li:last-child .list-item {
        border-bottom: unset;
    }
/* Trạng thái mặc định của menu cha */
.menu-rs .container .list li.have-show {
    list-style: none;
    overflow: hidden;
    position: relative;
}

    /* Trạng thái mặc định của phần tử con ".drop" */
    .menu-rs .container .list li.have-show .drop {
        opacity: 0;
        transform: translateY(-20px); /* Dịch chuyển lên để tạo hiệu ứng trượt */
        transition: opacity 0.5s ease, transform 0.5s ease, height 0.5s ease; /* Chuyển đổi các thuộc tính */
        height: 0;
        overflow: hidden;
    }

    /* Khi có lớp "show" cho menu cha */
    .menu-rs .container .list li.have-show.show .drop {
        opacity: 1;
        transform: translateY(0); /* Trả về vị trí ban đầu */
        height: auto; /* Thiết lập chiều cao tự động khi menu mở */
        transition: opacity 0.5s ease, transform 0.5s ease, height 0.5s ease;
    }

.menu-rs .container .list li .btn {
    position: absolute;
    right: 13px;
    font-size: 15px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #999;
    top: 14px;
    z-index: 2;
}

    .menu-rs .container .list li .btn i {
        transition: all ease-in-out .3s;
    }

.menu-rs .container .list li.show .btn i {
    transform: rotate(-180deg);
}

.menu-rs .container .list li .drop {
    position: relative;
    width: 100%;
    background-color: #fff;
    z-index: 2;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    /* background-color: #2c2c2c0f; */
}

    .menu-rs .container .list li .drop .drop-item {
        height: auto;
    }

    .menu-rs .container .list li .drop.show {
        width: 100%;
    }

    .menu-rs .container .list li .drop .drop-item a {
        width: 100%;
        position: relative;
        padding: 10px 12px;
        padding-left: 28px;
        font-size: 14px;
        text-align: left;
        color: #333;
        text-transform: capitalize;
        line-height: 28px;
        font-family: 'Inter_24pt-Medium';
    }

    .menu-rs .container .list li .drop.show .drop-item a {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: .9;
        pointer-events: all;
        -webkit-transition: all linear .3s;
        -o-transition: all linear .3s;
        transition: all linear .3s;
        -webkit-transition-delay: .3s;
        -o-transition-delay: .3s;
        transition-delay: .3s;
    }

    .menu-rs .container .list li .drop .drop-item a:hover {
        color: #166d9c;
        background-color: rgb(11 101 151 / 10%);
    }

    .menu-rs .container .list li .drop .drop-item a::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #05338017;
        opacity: .8;
        bottom: 0;
        border-radius: 2px;
        left: 0;
    }

.menu-rs .container .list .list-item::before {
    position: absolute;
    opacity: .8;
}