/* ===== FIX MENU MOBILE ASTRA ===== */
@media (max-width: 921px) {

    /* nền menu mobile */
    #ast-mobile-header .ast-mobile-header-content {
        background: #ffffff !important;
    }

    /* chữ menu chính */
    #ast-mobile-header .ast-builder-menu-1
    .main-header-menu > .menu-item > .menu-link {
        color: #111111 !important;
        background: transparent !important;
    }

    /* chữ menu con */
    #ast-mobile-header .ast-builder-menu-1
    .sub-menu .menu-link {
        color: #111111 !important;
        background: #ffffff !important;
    }

    /* nút mũi tên menu con */
    #ast-mobile-header .ast-builder-menu-1
    .ast-menu-toggle {
        color: #111111 !important;
        background: transparent !important;
    }

    /* đường phân cách từng menu */
    #ast-mobile-header .main-header-menu .menu-item > .menu-link {
        border-bottom: 1px solid #cccccc !important;
    }

    /* hover */
    #ast-mobile-header .ast-builder-menu-1
    .menu-item > .menu-link:hover {
        color: #6b3fd4 !important;
    }
}
