.footer-wrapper {
    background-color: white;
    margin-top: 30px;
    padding: 40px 0 0 0;
}
.footer-wrapper-bg-img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
}
.ft-col-1 {
    max-width: 420px;
}

.ft-col-2 {
    max-width: fit-content;
}

.ft-col-3 {
    max-width: 410px;
}

.ft-logo {
    margin-bottom: 20px;
    width: 180px;
}
.company-name,
.ft-col .widget-title,
.ft-col .title {
    color: #ffb406;
    font-size: 20px;
    margin-bottom: 20px;
}

.address-has-icon,
.hotline-has-icon,
.email-has-icon {
    position: relative;
    padding-left: 30px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.62;
}

.address-has-icon::before,
.hotline-has-icon::before,
.email-has-icon::before {
    content: "";
    width: 22px;
    height: 24px;
    left: 0;
    top: 2px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
}

.address-has-icon::before {
    background-image: url(./images/tdesign_location.svg);
    filter: brightness(0) invert(1);
}

.hotline-has-icon::before {
    background-image: url(./images/phone.svg);
    filter: brightness(0) invert(1);
}

.email-has-icon::before {
    background-image: url(./images/message.svg);
    filter: brightness(0) invert(1);
}

.ft-col input[type="email"] {
    border-radius: 4px;
    border: 1px solid rgba(38, 38, 38, 0);
    background: #f5f5f5;
    box-shadow: none;
}
.absolute-footer {
    background-color: transparent !important;
    border-top: solid 1px rgba(38, 38, 38, 0.12);
}
#footer input[type="submit"],
#footer input[type="submit"].button {
    border-radius: 4px;
    background: #ffb406;
    box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.1);
    margin: 0;
    padding-left: 53px;
}
#footer .col.small-12.large-4,
#footer .col.small-12.large-4 {
    position: relative;
}
#footer .col.small-12.large-4::before,
#footer .col.small-12.large-4::before {
    position: absolute;
    z-index: 1;
    content: "";
    top: 50%;
    left: 21px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url(./images/mail-send_1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    pointer-events: none;
}
#footer form .col.small-12.large-4 {
    padding-left: 0;
    height: max-content;
}
.footer-social .header-contact-wrapper {
    display: none;
}
.footer-social > li {
    display: block;
}
.footer-social
    .header-social-icons
    .social-icons
    .button.icon:not(.is-outline) {
    border-radius: 4px;
    background: #ffb406;
    background-color: #ffb406 !important;
    border-color: transparent !important;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-social
    .header-social-icons
    .social-icons
    .button.icon:not(.is-outline)
    i {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}
@media screen and (max-width: 849px) {
    #footer .container {
        padding-top: 16px;
    }
    #footer .row {
        margin-left: 0;
        margin-right: 0;
    }
    #footer .col.small-12.large-8 {
        padding-left: 0;
    }
    .ft-logo a {
        width: 150px;
    }
    .address-has-icon,
    .hotline-has-icon,
    .email-has-icon {
        color: #fff;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.25;
        min-height: 24px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .address-has-icon p,
    .hotline-has-icon p,
    .email-has-icon p {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 1200px) {
    #footer .row {
        margin-left: 0;
        margin-right: 0;
    }
}
#footer {
    /* margin-top: 237px; */
    /* padding-top: 170px; */
    background: #007e1c;
}
#footer .absolute-footer {
    color: #fff;
}
#footer .absolute-footer p {
    font-size: 12px;
}
#footer .ft-col-3-link {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}
#footer .ft-col-3-link .ft-col-3-link-item {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
#footer .ft-col-3-link .ft-col-3-link-item img {
    width: 34px;
    height: 34px;
}
.registration-form {
    position: absolute;
    left: 50%;
    z-index: 10;
    transform: translateX(-50%);
    top: -137px;
    border-radius: 40px;
    background: #fdfdfd;
    box-shadow: 0 -1px 16px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 55px;
    .registration-form-heading {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        .registration-form-heading-title {
            color: #373737;
            text-align: center;
            font-size: 28px;
            font-style: normal;
            font-weight: 700;
            line-height: 1.21;
            margin-bottom: 0;
        }
        .registration-form-heading-desc {
            color: #000;
            text-align: center;
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 1.55;
            width: 730px;
            margin-bottom: 0;
        }
    }
    .registration-form-iconlogo {
        position: absolute;
        left: 121px;
        top: 18px;
        width: 98px;
        height: 97px;
        flex-shrink: 0;
        aspect-ratio: 98/97;
    }
    .registration-form-wapper {
        width: 100%;
        padding: 0 70px;
        margin-top: 36px;
        display: flex;
        gap: 20px;
        .registration-form-input {
            flex: 1 0 0;
            height: 51px;
            border-radius: 50px;
            background: #f6f6f6;
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
            padding: 9px 24px 8px 24px;
            margin-bottom: 0;
        }
        .registration-form-btnsubmit {
            position: relative;
            display: flex;
            padding: 14px 58px 13px 59px;
            justify-content: center;
            align-items: center;
            border-radius: 40px !important;
            background: linear-gradient(
                90deg,
                #2a80c7 0%,
                #005dab 100%
            ) !important;
            box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12) !important;
            color: #fff;
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 1.33; /* 133.333% */
            cursor: pointer;
            input {
                border-radius: 0 !important;
                background: transparent !important;
                box-shadow: none !important;
                margin: 0 !important;
                padding-left: 0 !important;
                min-height: unset !important;
                line-height: 1.4em;
            }
        }
        .wpcf7-spinner {
            position: absolute;
            right: 16px;
            top: 50%;
            transform: translateY(-50%);
            position: absolute;
            right: 1rem;
            width: 20px;
            height: 20px;
            border: 2px solid #fff;
            border-top-color: #2563eb; /* MÃ u xanh, báº¡n cÃ³ thá»ƒ Ä‘á»•i */
            border-radius: 50%;
            animation: spin-custom 0.8s linear infinite;
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.2s ease, visibility 0.2s ease;
        }
        .wpcf7-form.submitting .wpcf7-spinner {
            opacity: 1;
            visibility: visible;
        }
        .wpcf7-response-output {
            display: none;
        }
    }
    .wpcf7 .wpcf7-not-valid-tip {
        margin-top: 2px;
    }
}
.wpcf7-response-output {
    display: none;
}
@keyframes spin-custom {
    to {
        transform: translateY(-50%) rotate(360deg);
    }
}
#footer {
    .company-name {
        color: #fff;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.56;
        position: relative;
        z-index: 10;
    }
    .address-has-icon {
        margin-bottom: 19px;
    }
    .ft-col-2 {
        position: relative;
        z-index: 10;
        /* transform: translateY(-65px); */
        .ft-col-2-title {
            color: #fff;
            font-size: 22px;
            font-style: normal;
            font-weight: 400;
            line-height: 1;
            margin-bottom: 32px;
            font-family: Roboto, sans-serif;
            text-rendering: optimizeSpeed;
        }
        .ft_col2_policy_list {
            display: flex;
            flex-direction: column;
            gap: 20px;
            a {
                color: #fff;
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: 1.25;
            }
        }
    }
    .ft-col-3 {
        position: relative;
        z-index: 10;
        display: flex;
        flex-direction: column;
        gap: 20px;
        /* transform: translateY(-65px); */
        .ft-col-3-heading {
            color: #fff;
            font-size: 22px;
            font-style: normal;
            font-weight: 400;
            line-height: 1;
            font-family: Roboto, sans-serif;
            text-rendering: optimizeSpeed;
        }
        .ft-col-3-content {
            color: #fff;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 1.25; /* 125% */
        }
    }
}
#footer .row:after {
    display: none;
}
@media screen and (max-width: 849px) {
    #footer {
        margin-top: 37px;
        padding-top: 0;
        background: #007e1c;
        .container > .row {
            gap: 16px;
        }
        .ft-col-3 {
            margin-top: 19px;
        }
        .ft-col-3,
        .ft-col-2 {
            transform: translateY(0);
            .ft-col-2-title {
                margin-bottom: 18px;
            }
        }
        .ft-col-1 {
            .company-name {
                p {
                    text-align: center;
                    font-size: 13px;
                    font-weight: 600;
                }
            }
        }
        .ft-logo {
            width: 100%;
            display: flex;
            a {
                margin: 0 auto;
            }
        }
    }
    .registration-form {
        position: relative;
        transform: translate(0);
        left: 0;
        z-index: 1;
        top: 0;
        .registration-form-iconlogo {
            position: unset;
            margin-bottom: 16px;
        }
        .registration-form-heading {
            .registration-form-heading-desc {
                width: 100%;
            }
        }
        .registration-form-wapper {
            flex-direction: column;
            padding: 0 20px;
            .registration-form-btnsubmit {
                input {
                    padding-right: 0;
                }
            }
        }
    }
}
@media (min-width: 639px) and (max-width: 1024px) {
    #footer .ft-col-3 {
        transform: translateY(0px);
    }
    #footer .ft-col-2 {
        transform: translateY(0);
    }
}
