.elementor-kit-6{--e-global-color-primary:#2A3B24;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#7A8B63;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-family:"Montserrat", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* 1. ÉP TẤT CẢ VĂN BẢN CANH TRÁI TUYỆT ĐỐI */
.wpcf7-form label, 
.wpcf7-form {
    text-align: left !important;
    display: block !important;
    width: 100% !important;
    margin: 0 auto !important;
    font-family: 'Montserrat', sans-serif !important;
}

/* 2. ÉP TẤT CẢ CÁC Ô NHẬP LIỆU GIÃN ĐỀU 100% - KHÔNG NGOẠI LỆ */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="number"],
.wpcf7-form select,
.wpcf7-form textarea {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    box-sizing: border-box !important; /* Quan trọng nhất để tính bề rộng đúng */
    padding: 12px 15px !important;
    border: 1px solid #DCE3D6 !important;
    border-radius: 8px !important;
    background-color: #F8FAF6 !important;
    height: 48px !important;
    margin-top: 5px !important;
    margin-bottom: 15px !important;
}

/* 3. ĐIỀU CHỈNH RIÊNG Ô ĐỊA CHỈ */
.wpcf7-form textarea {
    height: 80px !important;
    min-height: 80px !important;
}

/* 4. NÚT BẤM CÂN ĐỐI 100% */
.wpcf7-submit {
    width: 100% !important;
    background-color: #7A8B63 !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    padding: 15px !important;
    border-radius: 8px !important;
    border: none !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
}

/* 5. LOẠI BỎ CÁC YẾU TỐ GÂY LỆCH HÀNG */
.wpcf7 br { display: none !important; }
.wpcf7-form-control-wrap { display: block !important; width: 100% !important; }

.wpcf7 input[type="submit"]:hover,
.wpcf7-submit:hover {
    background-color: #2A3B24 !important; /* Xanh Rêu Đậm */
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 15px rgba(42, 59, 36, 0.25) !important;
}

.wpcf7-submit, .ch-premium-btn-submit {
    margin-top: 5px !important;
    margin-bottom: -30px !important; /* LỀ ÂM: Kéo đáy khung lên sát chân nút */
    display: block !important;
    position: relative !important;
    z-index: 10 !important;
}
.wpcf7-submit, .ch-hero-btn {
    margin-top: 5px !important;
    margin-bottom: -30px !important; /* LỀ ÂM: Kéo đáy khung lên sát chân nút */
    display: block !important;
    position: relative !important;
    z-index: 10 !important;
}
 
@media only screen and (max-width: 1024px) {
    /* Tạo khoảng cách lề để form không đụng viền khung */
    .wpcf7 {
        padding-left: 15px !important;
        padding-right: 15px !important;
        box-sizing: border-box !important;
        width: 100% !important;
    }
   
}/* End custom CSS */