#header .top-bar-nav .icon i{
    top: 0px;
    width: 24px;
    height: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
#header .top-bar-nav .icon i:before{
    line-height: 1;
}
#header .top-bar-nav .icon .icon-telegram:before{
    content: '';
    position: absolute;
    mask: url(/wp-content/uploads/2025/01/icon-zalo-mini.png) center center no-repeat;
    background: white;
    width: 16px;
    height: 16px;
    transform: scale(0.8)
}
.theme-flatsome footer .footer-1,
.theme-flatsome footer .footer-2{
    background-color: rgb(242, 242, 242);
}
.theme-flatsome footer .footer-1{
    padding-top: 42px;
}
.theme-flatsome footer .footer-1 > .row{
    display: grid;
    grid-template-columns: 1.3fr 1fr 1.3fr 1fr;
}
.theme-flatsome footer .footer-1 > .row > .col{
    width: 100%;
    max-width: 100%;
}
.theme-flatsome .footer-2{
    padding-bottom: 42px;
}
.theme-flatsome .footer-2 .row{
    border: none;
    padding-top: 0px;
}
.theme-flatsome #custom_html-11:before{
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain;
}
@media (max-width: 576px){
    .theme-flatsome footer .footer-1{
        padding-top: 32px;
    }
    .theme-flatsome .footer-2{
        padding-bottom: 32px;
    }
    .theme-flatsome footer .footer-1 > .row{
        grid-template-columns: 1fr;
    }
    .theme-flatsome #custom_html-11:before{
        height: 100px !important;
    }
}