.header-inner {
    background-color: #8D040C;
    background-repeat: no-repeat;
    background-size: cover;
    /* co ảnh full */
    background-position: center;
}

.top-head {
    margin-bottom: 10px;
}

.header-hotline {
    display: block;
    padding: 9px 20px;
    color: #fff;
    text-decoration: none;

}
.header-hotline img{
    margin-right: 6px;
}
.header-hotline:hover{
    color: #fff;
}
.site-branding {
    text-align: center;
}

.middle-header {
    padding-bottom: 10px;
}

.main-navigation {
    margin-top: 10px;
}

@media screen and (max-width:768px) {
    .middle-header {
        display: flex;
    }
}

@media screen and (max-width:768px) {
    #mega-menu-wrap-menu-1 .mega-menu-toggle+#mega-menu-menu-1 {
        background-image: url(./images/Frame95.png);
        background-color: #8D040C;
    }
}