#masthead {
    background-image: url(https://cdn.diemnhangroup.com/dieuuoccuame/2025/09/Web-2-copy.png);
    /* background: #fc94b8; */
    height: 70px !important;
    background-position: center;
        background-repeat: no-repeat;        /* không lặp lại */
    background-size: cover;             /* kéo dài ảnh, giữ tỉ lệ và che đầy khung */
    background-position: center center; /* canh giữa ảnh */
}
}

#logo img {
    max-height: 70px !important;
    padding: 7px 0 !important;
}

.logo-left .logo {
    margin-right: 0;
}

#masthead .header-nav li a:hover {
    color : #d72262 !important;
}

#masthead .header-nav li a {
    color: #0D4E91ff;
    font-size: 16px;
    gap : 4px;
}

#masthead .nav li.has-icon-left>a>img {
    margin-bottom: 3px !important;
    height: 17px !important;
    width: 17px !important;
}

#masthead .header-nav li {
    margin: 0 40px;
}

@media (max-width: 768px) {

    #main-menu .off-canvas-right .mfp-content,
    .off-canvas-left .mfp-content {
        background: #fc94b8 !important;
    }

    #main-menu .sidebar-menu ul li a {
        color: #0D4E91ff;
        font-size: 16px;
        padding-bottom: 12px !important;
        padding-top: 12px !important;
    }

    #main-menu .nav-sidebar.nav-vertical>li+li {
        border-top: 0 !important;
    }

    .off-canvas .sidebar-menu {
        padding: 10px 0 !important;
    }

    #main-menu .searchform .button.icon {
        background: #0D4E91ff !important;
    }

    .mobile-nav .nav-icon a {
        color: #0D4E91ff;
        font-size: 20px;
    }

    .mobile-nav .header-search a {
        color: #0D4E91ff;
        font-size: 20px;
    }
}
