.container-fluid{
    background-color: none !important;
}
.dtsmart-nav{
    background-color: transparent !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.dtsmart-home{
    background-color: #0A5F72;
}
h6, h5, h4, h3, p{
    font-family: 'Fira Sans', sans-serif !important;
}
h2, h4{
    font-family: 'Fira Sans Bold', sans-serif !important;
    color: white;
}
h1{
    font-family: 'Fira Sans Black', sans-serif !important;
    color: white;
}
.menu-button{
    right: 18.9vw !important;
    color: #ffffff;
    /* transform: scale(2); */
}

/* =============================================== END HEADER ========================================================= */


.namviet-info{
    width: 100%;
}
.namviet-info img{
    width: 100%;
    height: auto;
}
.namviet-mobile{
    display: none;
}

/* =============================================== START FOOTER ===================================================== */
.footer, .footer-license{
    background-color: #0A0000;
}
.footer-license{
    border-top: solid 0.05vw #464646;
}


/* =============================================== END FOOTER ======================================================= */
/* ===========================================START 770PX======================================================= */

@media (max-width: 770px) {
    
}

/* ===========================================START 440PX======================================================= */

@media (max-width: 440px) {

    .namviet-info img{
        width: 100%;
        height: auto;
        display: none;
    }
    .namviet-mobile{
        display: block !important;
    }
}


