/* .absolute-footer {
    display: none;
} */

.copyright-footer {
    color : #fff !important;
}

.footer-nsx img {
    height: auto !important;  
    width: 190px !important;
}

#footer {
    background: #fc94b8;
}

.title-footer {
    color: #0D4E91;
    font-size: 19px;
    font-family: 'SVN-GilroyBold';
    text-transform: uppercase;
}

.col-footer img {
    width: 30px;
    height: 30px;
}

.tit-footer {
    margin-bottom: 15px;
}

.footer-contact-item {
    padding-bottom: 15px;
}

.footer-contact-item a {
    display: flex;
    color: #000000;
    gap: 15px;
}

.img-nha-dai {
    width: 140px !important;
    margin-bottom: 0 !important;
    height: auto;
}

.custom-cf7-form {
    position: relative;
    width: 100%;
    max-width: 400px;
    /* tuỳ chỉnh */
}

.custom-cf7-form input[type="email"] {
    width: 100%;
    padding: 10px 50px 10px 10px;
    /* padding-right để chừa chỗ cho icon */
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.custom-cf7-form .svg-submit-btn {
    position: absolute;
    top: 50%;
    right: 0;
    /* cách mép phải input */
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.custom-cf7-form .svg-submit-btn svg {
    width: 30px;
    height: 30px;
    fill: #000;
    /* đổi màu mũi tên */
    transition: transform 0.2s;
}

.custom-cf7-form .svg-submit-btn:hover svg {
    transform: translateX(3px);
    /* hover icon mũi tên tiến về phải */
}

.footer-mb {
    padding: 0 15px 20px !important;
}

.col-nha-dai {
    padding-bottom : 0 !important;
}

.colum-footer {
    padding: 0 15px 0px !important;
}

.logo-footer {
    padding-top: 10px;
}

.col-map iframe {
    height : 130px;
    border-radius: 15px;
}

iframe {
    border-radius: 15px !important;
}

.col-logo-dvps {
    padding-bottom : 15px !important;
}

.tit-dvps {
    margin-bottom: 3px;
}

.row-2-footer {
    margin-top : -25px;
}

.row-ntt-mb div {
    padding-bottom: 5px;
}

.footer-contact-item a:hover {
    color : #0D4E91 !important;
}

@media (max-width: 768px) {
    .col-footer {
        padding-bottom: 0 !important;
    }

    .row-ntt-mb div {
        padding-bottom: 7px;
        padding-right: 0px;
    }

    .footer-contact-item a {
        gap : 10px;
    }

    .title-ntt {
        margin-bottom: 20px;
        margin-top: 15px;
    }

    .tit-dvps {
        margin-bottom: 10px;
    }

    .footer-mb {
        padding: 0 15px 0px !important;
    }

    .col-empty {
        display : none ;
    }

    col-fanpage {
        margin-bottom : 15px !important;
    }

}
