.footer-banner {
    position: relative;
    height: 550px;
    background-image: url('../img/image\ 67.png');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-banner img {
    width: 100%;
    height: 550px;
}

.footer-banner .background-footer {
    position: absolute;
    top: 0;
    width: 100%;
    height: 550px;
    background: #040D27;
    opacity: 0.9;
}

.footer-info {
    display: flex;
    justify-content: flex-start;
    top: 0;
    z-index: 9999;
    color: white;
    width: 100%;
    margin: 0 auto 40px;
    left: 0;
    right: 0;
    padding-top: 84px;
    gap: 40px;
}

.footer {
    position: relative;
    font-family: Inter;
    background-color: #0054A6;
}

.footer h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.footer-address {
    /* margin-top: -28px; */
}

.footer-address-company {
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    margin-top: 12px;
}

.footer-address-socical {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 24px;
}

.footer-address-socical img {
    width: fit-content;
    height: auto;
}

.footer-address>img {
    width: 294px;
    height: 116px;
    object-fit: contain;
}

.footer p {
    line-height: 20px;
    margin-bottom: 20px;
}

.footer b {
    line-height: 20px;
    margin-bottom: 20px;
}

.footer ul {
    margin-left: 20px;
}

.footer ul li {
    margin-top: 15px;

}

.footer-hotline {
    display: inline-grid;
    border: 1px dashed #FFFFFF;
    border-radius: 4px;
    padding: 13px;
}

.footer-contact {
    margin-top: 20px;
}

.footer-line {
    border-top: 1px solid #34A2FC;
    width: 100%;
    height: 1px;
}

.footer-info-company a {
    color: #fff;
    text-decoration: none;
}

.footer-info-company a:hover {
    color: #c7c7c7;
}

.footer-Copyright {
    bottom: 0;
    color: white;
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
    padding: 24px 0px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    opacity: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-Copyright a {
    text-decoration: none;
    color: #fff;
}

.footer-Copyright a:hover {
    color: #c7c7c7;
}

.icon-support {
    position: fixed;
    top: 50%;
    right: 0;
    width: 56px;
    z-index: 999;
}

.icon-support .ic_btt {
    display: block;
    background-color: #000000;
    border-radius: 12px 0 0 0;
    height: 48px;
    text-align: center;
    line-height: 64px;
    cursor: pointer;
}

.icon-support .ic_zalo {
    display: block;
    background-color: #005EE6;
    height: 48px;
    text-align: center;
    line-height: 72px;
    cursor: pointer;
}

.icon-support .ic_question {
    display: block;
    background-color: #45B441;
    border-radius: 0 0 0 12px;
    height: 48px;
    text-align: center;
    line-height: 64px;
    cursor: pointer;
}

@media (max-width: 1100px) {
    .footer-banner {
        position: relative;
        height: 1261px;
        background-image: url(https://jieh.vn/upload/images/doctor/31.png);
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .footer-banner .background-footer {
        position: absolute;
        top: 0;
        width: 100%;
        height: 1261px;
        background: #040D27;
        opacity: 0.9;
    }

    .footer-address {
        width: 100%;
        margin-top: -28px;
        margin-bottom: 20px;
    }

    .footer-address img {
        display: flex;
    }

    .footer-info {
        display: flex;
        justify-content: space-between;
        top: 0;
        z-index: 9999;
        color: white;
        width: 100%;
        margin: auto;
        left: 0;
        right: 0;
        padding-top: 73px;
        flex-wrap: wrap;
    }

    .footer-customer {
        width: 100%;
    }

    .footer-certification {
        width: 100%;
    }

    .footer-contact {
        width: 100%;
    }
}