/**
 * Footer – webvnn-agt / nghiatrung.vn
 */

#footer.footer {
    font-size: 14px;
}

#footer .footer-content {
    background-color: var(--color-primary, #053b5f);
    background-size: contain;
    padding: 60px 0 0 0;
}

#footer .footer-content .footer-info {
    margin-bottom: 30px;
}

#footer .footer-content .footer-info p {
    font-size: 15px;
    margin-bottom: 0;
    font-family: var(--font-primary, "Montserrat", sans-serif);
    color: #fff;
}

#footer .footer-content h3 {
    font-size: 18px;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
    margin: 0 0 0.5rem;
    font-family: var(--font-primary, "Montserrat", sans-serif);
}

#footer .footer-content h2 {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
    margin: 0 0 0.5rem;
    font-family: var(--font-primary, "Montserrat", sans-serif);
}

#footer .footer-content .footer-info a:not(.btn-tetiary) {
    color: #fff;
}

#footer .footer-content .footer-info .btn-tetiary {
    margin: 20px 0;
}

#footer .footer-col-img img {
    width: 100%;
    height: auto;
    display: block;
}

#footer .footer-content .social-links a {
    font-size: 14px;
    line-height: 0;
    display: inline-flex;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    transition: 0.3s;
    justify-content: center;
    align-items: center;
    background-color: var(--color-primary, #053b5f);
    color: #fff;
    border-radius: 50px;
}

#footer .footer-content .social-links a:hover {
    background-color: #38618e;
}

@media (max-width: 991px) {
    #footer .footer-col-img {
        margin-top: 20px;
        text-align: center;
    }

    #footer .footer-col-img img {
        max-width: 400px;
        margin: 0 auto;
    }
}
