/* =============================*/
/*  Header                 */
/*  Thiết lập chiều cao là phải vào 
Tùy chỉnh ▸ Header ▸ Header Main
Tùy chỉnh ▸ Header ▸ Header Mobile Menu / Overlay
Tùy chỉnh ▸ Header ▸ Sticky Header
Tùy chỉnh ▸ Header ▸ Dropdown Style bỏ tick Default Dropdowns ▸ Add arrow Shows a focusing arrow towards the active menu item.
/*==============================*/

#header .header-bg-color {
    background: rgba(var(--bg-dark-rgb), 0.72);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(var(--accent-rgb), 0.12);
}

#header .header-main #logo {
    margin-right: 0 !important;
}

#header .header-main #logo img {
    width: auto !important;
    height: 40px;
}

.header-inner>div {
    height: 100%;
}

.header-inner>div>* {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 18px;
}

#header .nav-right li.html.custom {
    display: flex;
    align-items: center;
}

#header .nav-right>li.html.custom>a.btn-default {
    color: var(--white);
    font-size: 16px;
    line-height: 1 !important;
    text-transform: capitalize;
    padding: 17px 46px 17px 20px;
    transition: all 0.5s ease-in-out;
}


.nav-icon {
    height: 50px !important;
    width: 50px !important;
}

.nav-icon a {
    height: 100%;
    border-radius: var(--radius-full);
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    background: var(--button-primary-bg) !important;
}

.nav-icon a i {
    top: 0 !important;
    color: var(--white) !important;
    font-size: 24px;
    line-height: 1;
}

.off-canvas-left .mfp-content {
    background: var(--bg-dark) !important;
    width: 22% !important;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.off-canvas-left .mfp-content::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}

@media screen and (max-width: 849px) {
    #header .header-main .logo {
        order: 0;
        margin: 0 !important;
    }

    #header .header-main #logo img {
        width: auto !important;
        height: 35px;
    }

    #header .header-main .logo img {
        margin: 0 !important;
    }

    .nav-icon {
        height: 40px !important;
        width: 40px !important;
    }

    .nav-icon a {
        border-radius: var(--radius-sm);
    }

    #header .header-main .show-for-medium {
        margin-left: auto !important;
        margin-right: 0 !important;
    }

    .off-canvas-left .mfp-content {
        width: 100% !important;
    }
}
