﻿.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: 12px 0;
    width: 90%;
    display: none;
}

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

.menu-rs-bot {
    display: block;
    text-align: left;
    width: 100%;
    padding: 18px 0;
    color: #166d9c;
    font-size: 18px;
    background: #9b7b4f;
    padding-left: 16px;
}

.menu-rs-bot a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    color: #fff;
    gap: 7px;
    font-weight: bold;
    font-size: 17px;
}

.menu-rs-bot a img {
    background: #333;
    padding: 4px 5px;
    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;
    background: #000;
    padding: 14px 0;
    margin-top: 0;
    padding-left: 5px;
    justify-content: center;
    gap: 10px;
}

.social.menu-icon-social a {
    margin: 0 3px;
    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: 23px;
    height: auto;
}

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

.name-compa-menu {
    margin: 0;
    margin-left: 18px;
    color: #9B7B4F;
    font-family: "TUV Domaine Display";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

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

.menu-rs-top {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 5px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e5e4e3;
}

.menu-rs-top .logo {
    border-radius: 50%;
}

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

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

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

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

.slogan-menu-mobile-rs h4 {
    margin: 0;
    text-align: center;
    padding: 10px 35px;
    color: #9b7b4f;
    font-family: 'Inter_28pt-Medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 157%;
}

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

.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_28pt-Medium';
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
    color: #9B7B4F;
}

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

.menu-rs .container .list .list-item:hover {
    background: #faefe0;
    color: #9b7b4f;
}

.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: 16px;
    text-align: left;
    color: #333;
    text-transform: capitalize;
    line-height: 28px;
}

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