.footer {
    background-color: var(--footer-color);
    color: var(--white-color);
    padding: 0 !important;
}

.footer-first {
    background-image: url("../../../assets/footer-trong-dong.webp");
    background-position: center;
    background-repeat: no-repeat;
    /* không lặp lại hình */
    background-size: cover;
    padding: 40px 20px 20px 20px;
}

.footer .footer-first .left {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 68px;
}

.footer .footer-first .right {
    margin-top: 40px;
}

.footer .footer-first .left h2 {
    font-size: 14px;
    font-weight: 500;
    color: rgba(216, 216, 217, 1);
}

.footer .footer-first .left span {
    font-size: 16px;
    font-weight: 600;
}

.footer .footer-first .center h2 {
    font-size: 16px;
    font-weight: 600;
    color: white;
}

.footer .footer-first .center .address {
    color: rgba(216, 216, 217, 1);
    margin-top: 12px;
    display: flex;
    flex-direction: column;
}

.footer .footer-first .center .hotline {
    color: rgba(216, 216, 217, 1);
}

.footer .footer-first .center .hotline h2 {
    margin: 24px 0 12px 0;
}

.footer .footer-first .link-block {
    margin-top: 40px;
}

.footer .footer-first .link-block h2 {
    font-size: 16px;
    font-weight: 600;
    color: white;
}

.footer .footer-first .link-block ul {
    padding: 0;
    list-style: none;
}

.footer .footer-first .link-block ul li .dot {
    min-width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: white;
}

.footer .footer-first .link-block ul li {
    display: flex;
    gap: 8px;
    align-items: center;
}

.footer .footer-first .link-block ul li a {
    text-decoration: none;
    color: white;
    font-size: 16px;
    font-weight: 400;
}

@media (min-width: 768px) {
    .footer .footer-first {
        padding: 68px 20px;
    }
}

@media (min-width: 991px) {
    .footer-first {
        background-repeat: no-repeat;
        background-position: center;
        background-size: 80% 100%;
    }

    .left,
    .center,
    .link-block {
        margin-top: 0 !important;
    }

    .footer .footer-first .center {
        padding: 0 40px;
    }

    .footer .footer-first .left {
        margin-bottom: 0;
    }

    .footer .footer-first .right {
        margin-top: 0;
    }
}

@media (min-width: 1600px) {
    .footer .footer-first {
        margin: 0 auto;
        padding: 0;
        padding-top: 68px;
        max-width: 1276px;
    }
}

.footer .line {
    margin: 20px 0;
    width: 100%;
    height: 1px;
    background-color: #9d9d9d;
}

.footer .coppy-right {
    text-align: center;
    padding-bottom: 40px;
}