.section-contact {
    padding-top: 80px !important;
    padding-bottom: 100px !important;
}

.info-text {
    margin-bottom: 6px;
}

.row.contact-body {
    flex-wrap: nowrap;
    gap: 80px;
}

.row.contact-body .col {
    flex: 0 0 calc(50% - 40px);
}

.contact__map iframe {
    border-radius: 1rem;
    width: 100%;
    height: auto;
    aspect-ratio: 545/360;
}

input.custom-submit-button {
    display: none;
}

/* form */
.contact-form-wrapper .wpcf7-form-control-wrap input {
    min-height: 56px;
}

.btn-contact {
    margin-top: 0 !important;
    padding: .5 1.125rem !important;
}

.btn-contact .btn-xem-them-red__text {
    padding: 0px 3.5rem !important;
}

/* Mobile IP 14Pro Max */
@media screen and (max-width: 431px) {
    .row.contact-body {
        flex-direction: column;
    }

    .contact__title,
    .contact__notice {
        font-size: 1.5rem !important;
    }
}