.elementor-1738 .elementor-element.elementor-element-f5e54a9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{color:var( --e-global-color-primary );}.elementor-1738 .elementor-element.elementor-element-a816d59{text-align:center;}.elementor-1738 .elementor-element.elementor-element-a816d59 .elementor-heading-title{color:#000000;}.elementor-1738 .elementor-element.elementor-element-1cbc43e{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1738 .elementor-element.elementor-element-8ee0707{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1738 .elementor-element.elementor-element-5d78d65{width:var( --container-widget-width, 101.636% );max-width:101.636%;--container-widget-width:101.636%;--container-widget-flex-grow:0;}.elementor-1738 .elementor-element.elementor-element-5d78d65.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-1738 .elementor-element.elementor-element-aef02c2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-1738 .elementor-element.elementor-element-8ee0707{--width:50%;}.elementor-1738 .elementor-element.elementor-element-aef02c2{--width:50%;}}/* Start custom CSS for container, class: .elementor-element-8ee0707 *//* Chỉ áp dụng cho form có class .cf7-contact-form */
.cf7-contact-form .cf7-row {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

.cf7-contact-form .cf7-col {
    flex: 1;
}

/* Label */
.cf7-contact-form label {
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
}

/* Input & Textarea */
.cf7-contact-form input[type="text"],
.cf7-contact-form input[type="email"],
.cf7-contact-form textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    font-size: 15px;
    background: #fafafa;
    transition: 0.25s;
}

.cf7-contact-form input:focus,
.cf7-contact-form textarea:focus {
    border-color: #33c2a0;
    background: #fff;
    box-shadow: 0 0 0 2px rgba(51, 194, 160, 0.15);
}

/* Submit button */
.cf7-contact-form .cf7-submit-wrap input[type="submit"] {
    background: #33c2a0;
    color: #fff;
    padding: 12px 28px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: 0.3s;
}

.cf7-contact-form .cf7-submit-wrap input[type="submit"]:hover {
    background: #29a88a;
}

.cf7-contact-form .cf7-submit-wrap {
    position: relative;
}

.cf7-contact-form .cf7-submit-wrap .wpcf7-spinner {
    position: absolute;
    left: 41px;
    top: 10px;
}

.wpcf7-response-output {
    border-color: red !important;
    color: red !important;
}/* End custom CSS */