@media (min-width: 320px) and (max-width: 767px){
    .banner-mobile {
        width: 100%;
        height: 110px;
        padding: 0 20px;
        margin-bottom: 50px;
    }
    .banner-mobile .content-banner-mobile {
        width: 100%;
        height: 100%;
        background-color: #D9D9D9;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .footer-menu-mobile {
        height: 75px;
        background: #FFFFFf;
        color: #555555;
        text-align: center;
        position: sticky;
        bottom: 0;
        z-index: 99999999;
        overflow: hidden;
        border: 1px solid #E6E6E6;
        border-radius: 31px 26px 0px 0px;
        box-shadow: 2px 7px 29px 0px #0000002B;
        padding: 5px 20px;
    }
    .footer-menu-mobile .footer-list-menu {
        text-decoration: none !important;
        color: inherit;
        width: 80px;
        padding: 8px;
        border-radius: 10px;
        /* border: 1px solid #000; */
        font-size: 11px;
    }
    .footer-menu-mobile .footer-list-menu.menu-active {
        background: #E0F7FF;
        color: #42B9E2 !important;
    }
    .footer-menu-mobile .footer-list-menu.menu-active .icon-menu svg path {
        fill: #42B9E2;
    }
}
