/* Can deu bon cot chan trang; thay cho push/pull cua Bootstrap vi grid 12 cot khong chia du khoang cach. */
@media (min-width: 992px) {
    footer .footer-cols {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-left: 0;
        margin-right: 0;
    }

    /* Clearfix cua Bootstrap tro thanh hai flex item rong, an mat hai khoang o hai dau. */
    footer .footer-cols::before,
    footer .footer-cols::after {
        display: none;
    }

    footer .footer-cols > .footer-widget {
        float: none;
        left: auto;
        width: auto;
        padding-left: 0;
        padding-right: 0;
    }

    footer .footer-cols > .footer-widget--1 {
        flex: 0 0 280px;
    }

    footer .footer-cols > .footer-widget--2 {
        flex: 0 0 165px;
    }

    footer .footer-cols > .footer-widget--4 {
        flex: 0 0 190px;
    }

    footer .footer-cols > .footer-widget--5 {
        flex: 0 0 180px;
    }
}

@media (min-width: 1200px) {
    footer .footer-cols > .footer-widget--1 {
        flex: 0 0 360px;
    }
}

/* Logo va badge chung nhan xep giua cot, khong con float. */
footer .footer-widget--5 .logo,
footer .footer-widget--5 #ncsc {
    display: block;
    margin-bottom: 15px;
}

footer .footer-widget--5 img {
    display: block;
    max-width: 90px;
    margin: 0 auto;
}
