:root {
    --primary-color: #009bab;
    --secondary-color: #abdfe1;
    --third-color: #00749b;
    --text-color: #5d5d5d;
}

.zalo-sticky {
    position: fixed;
    bottom: 20px;
    left: 20px;
    padding: 10px 20px;
    background-color: #006991;
    border-radius: 24px;
    z-index: 99;
    transition: all .3s linear;
}

.zalo-sticky a svg {
    width: 32px;
    height: auto;
    object-fit: cover;
    transition: all .3s linear;
}

.zalo-sticky a span {
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    transition: all .3s linear;
}


.wpcf7-not-valid-tip {
    /* position: absolute;
    left: 0;
    white-space: nowrap; */
}

.section__footer {
    background-color: var(--primary-color);
    padding: 114px 0 134px;
}

.section__footer .footer__left--img img {
    width: 159px;
    height: 68px;
    object-fit: contain;
margin-right: 100%;
}

.footer__left {
    display: flex;
    flex-direction: column;
    /* gap: 50px 0; */
    height: 100%;
    justify-content: space-between;
}

.footer__left .footer__copyright .footer__left--text {
    line-height: 1;
    margin-bottom: 0;
}

.section__footer .footer__left--text {
    font-size: 13px;
    color: #fff;
    line-height: 20px;
    font-weight: 400;
    display: block;
    margin-bottom: 0px;
}

.section__footer .footer__left--text.location {
    margin-bottom: 24px;
}

.section__footer .footer__center--list {
    list-style: none;
}

.section__footer .footer__center--link {
    font-size: 13px;
    color: #fff;
    line-height: 1;
    font-weight: 400;
    display: block;
    text-decoration: none;
    width: fit-content;
    transition: all 0.3s linear;
    margin-bottom: 20px;
    white-space: nowrap;
}

.section__footer .footer__center--item:last-child .footer__center--link {
    margin-bottom: 0;
}

.section__footer .footer__left--group {
    margin-top: 24px;
}

.section__footer .menu-item:not(:last-child) .footer__center--link {
    margin-bottom: 17px;
}

.section__footer .footer__left--img {
    /* margin-bottom: 30px; */
}

.section__footer .footer__center--link:hover {
    transform: translateX(5px);
    font-weight: 400;
    transition: transform 0.3s linear;
}

.section__footer .footer__right--group {
    gap: 0 16px;
}

.section__footer .footer__hastag {
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    display: block;
    /* margin-bottom: 40px; */
    /* margin-top: 30px; */
}

.section__footer .footer__right {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section__footer .footer__right-text {
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    display: block;
    margin-bottom: 16px;
}

.section__footer .footer-line {
    content: '';
    display: block;
    height: 0.5px;
    width: 100%;
    background-color: #fff;
    margin: 40px 0;
}

.section__footer .footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section__footer .footer__right--socials {
    display: flex;
    align-items: center;
    gap: 24px;
}

.section__footer .footer__right--form {
    position: relative;
}

.section__footer .footer__copyright .footer__left--text {
    font-size: 14px;
}

.section__footer .footer__right--socials .footer__right-text {
    margin-bottom: 0;
}

.section__footer .footer__right--form label.error {
    position: absolute;
    top: 100%;
    left: 20px;
    color: #970000;
    display: none;
}

.section__footer .footer__right--form input {
    width: 100%;
    border-radius: 24px;
    /* height: 48px; */
    height: 40px;
    border: 0;
    padding-left: 20px;
    /* padding-bottom: 5px; */
    letter-spacing: 0.64px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    outline: none;
    background: transparent;
    border: 1px solid #fff;
}

.section__footer .footer__right--form input::placeholder {
    letter-spacing: 0.64px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
}

.section__footer .footer__right--form button {
    position: absolute;
    top: 0;
    right: 0;
    /* height: 100%; */
    height: 40px;
    padding: 0 16px;
    border-radius: 24px;
    border: 0;
    background-color: var(--secondary-color);
    transition: all 0.3s linear;
}

.section__footer .footer__right--bottom p {
    margin-bottom: 0;
}

.section__footer .footer__right--form button:hover {
    transform: scale(1.06);
    transition: all 0.3s linear;
}

.section__footer .footer__right--form button span {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 22px;
}

.section__footer .footer__right--item {
    transform: scale(1);
    transition: all 0.3s linear;
}

.section__footer .footer__right--item:hover {
    transform: scale(1.06);
    transition: all 0.3s linear;
}

.section__footer .footer__right--item img {
    height: 22px;
    width: auto;
}

.section__footer .footer__left--text a {
    color: #fff;
}

@media screen and (max-width: 1024px) {
    .section__footer {
        padding: 80px 0;
    }
}

@media screen and (max-width: 991px) {
    .section__footer {
        padding: 60px 0;
    }

    .section__footer .footer__right {
        margin-top: 30px;
        height: fit-content;
    }

    .section__footer .footer__left {
        gap: 10px;
        margin-bottom: 30px;
        align-items: center;
        text-align: center;
        justify-content: center;
        height: fit-content;
    }

    .section__footer .footer__hastag {
        margin-bottom: 0px;
        margin-top: 0;
    }

    .section__footer .footer__right--socials {
        margin-bottom: 20px;
    }

    .section__footer .footer__center--link {
        margin: auto;
        padding-bottom: 8px;
    }

    .section__footer .footer__hastag,
    .section__footer .footer__right-text {
        text-align: center;
    }

    .section__footer .footer__right--group {
        justify-content: center;
    }

    .section__footer .footer__left--text {
        margin-bottom: 0;
        color: #fff;
    }

    .footer__right--bottom {
        width: 90%;
        margin: auto;
    }

    /* .section__footer .menu-item:nth-last-child(2) {
        display: none;
    } */
}

@media screen and (max-width: 768px) {
    .footer__left--text.location {
        width: 100%;
        margin: auto;
    }

    .section__footer .footer__left--group {
        margin-top: 16px;
    }

    .section__footer .footer__left--text.location {
        margin-bottom: 16px;
        line-height: 24px;
    }

    .section__footer .footer__center--link {
        margin: 0 0 16px 0;
        font-size: 14px;
    }

    .section__footer .footer__left {
        margin-bottom: 40px;
    }

    .section__footer .footer__hastag {
        font-size: 22px;
        line-height: 33px;
        margin-bottom: 24px;
    }

    .section__footer .footer__right-text {
        text-align: center;
        margin-bottom: 8px;
    }

    .section__footer .footer__bottom {
        flex-direction: column-reverse;
    }

    .section__footer .footer-line {
        margin: 30px 0;
        width: 180%;
        margin: 30px auto 30px -50%;
    }

    .section__footer .footer__right--socials {
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 576px) {
    .footer__left--text.location {
        width: 100%;
        margin: auto;
    }
}

@media screen and (max-width: 361px) {
    .section__footer
        .container
        .row
        .col-6.pl-0
        .footer__center--list
        .footer__center--item:nth-child(3)
        .footer__center--link {
        padding-right: 20px;
        white-space: wrap;
        line-height: 22px;
    }
}
