@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .mobile_menu{
        margin-top: 10px;
    }
    .mobile_menu_dropdown{
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.348);
        backdrop-filter: saturate(180%) blur(13px);
        -webkit-backdrop-filter: saturate(180%) blur(13px);
        transition: background-color 0.3s ease;
        display: none;
        z-index: 999999999;
    }
    .dynamic-mobile-menu-dropdown{
        background-color: #fff;
        padding: 15px;
        width: 330px;
        height: 100%;
    }
    .dynamic-mobile-menu-dropdown #closeIcon{
        position: absolute;
        margin-left: 275px;
        margin-top: 13px;
        font-size: 16px;
        background-color: #000;
        color: #fff;
        border-radius: 100px;
        padding: 5px 7px;
    }
    .dynamic-mobile-menu-dropdown #closeIcon:hover{
        opacity: 0.7;
        cursor: pointer;
    }
    .dynamic-mobile-menu-dropdown img{
        pointer-events: none;
        user-select: none;
        width: 160px;
        height: 160px;
        object-fit: contain;
        margin-top: -50px;
        margin-bottom: -30px;
    }
    .dynamic-mobile-menu-dropdown ul li{
        padding: 15px;
        cursor: pointer;
    }
    .dynamic-mobile-menu-dropdown ul li:hover{
        background-color: #f874284d;
        border-radius: 7px;
    }
    .dynamic-mobile-menu-dropdown ul li a{
        font-size: 16px;
        font-weight: 400;
        line-height: 18px;
        color: #141312;
        display: flex;
        align-items: center;
    }
    
    .dynamic-mobile-menu-dropdown ul li a span{
        position: absolute;
        margin-left: 240px;
    }
    .dynamic-mobile-menu-dropdown ul li i{
        margin-right: 10px;
        font-size: 17px;
        color: #000;
        top: -1px;
        position: relative;
    }
    .active-menu{
        background: #f8742850;
        border-radius: 7px;
    }
    .active-menu a{
        font-weight: 700 !important;
    }
    .header_wrapper_site{
        margin-bottom: 30px;
    }
    .header-menu-content{
        width: 100%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-items: center;
        padding: 13px;
        border-radius: 0 0 15px 15px;
        z-index: 9999;
    }
    .header-menu-content img{
        display: none;
    }
    .menu-right__select{
        display: flex;
        align-items: center;
        position: absolute;
        top: 0;
        margin-top: 25px;
        right: 0;
    }
    .menu-right__select a{
        margin-right: 10px;
        font-size: 13px;
        font-weight: 700;
        text-decoration: none;
        align-items: center;
        justify-items: center;
    }
    .menu-right__select a:hover{
        opacity: 0.7;
    }
    .menu-right__select a span{
        margin-right: 6px;
        font-size: 15px;
        top: -1px;
    }
    #menuIcon{
        font-size: 15px;
    }
    .menu-right__select b i{
        margin-right: 12px;
    }
    #list-type-dynamic-menu{
        margin-top: 30px !important;
        border-top: 1px solid #0E5456;
        padding-top: 30px !important;
        height: 470px;
        overflow-y: scroll;
    }
    #list-type-dynamic-menu li a{
        font-size: 15px;
    }
    #list-type-dynamic-menu li i{
        color: #0E5456;
    }
    .ntvsft-mobile-bottom{
        position: fixed;
        width: 100%;
        bottom: 0;
        z-index: 9999999999999;
    }
    .mobile-bottom-menu-content{
        height: 70px;
        margin: 0 auto;
        text-align: center;
        justify-items: center;
        justify-content: center;
        align-items: center;
        border-top: 1px solid #d9d9d9;

    }
    .mobile-bottom-menu-content a{
        text-decoration: none;
        position: relative;
        top: 10px;
    }
    .mobile-bottom-menu-content a i{
        font-size: 27px;
        background-color: #fff;
        border-radius: 10px;
        color: #000;
        padding: 12px;
        border: 1px solid #d9d9d9;
    }
}