.elementor-615 .elementor-element.elementor-element-1627082{--display:flex;}.elementor-615 .elementor-element.elementor-element-9306914{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-650ccbe *//* --- NỀN VÀ BỐ CỤC CHÍNH (MỎNG NHƯ TÂM ANH) --- */
.ta-newsletter-wrap {
    background-color: #2a0b0b; /* Màu nền đỏ sậm của bạn */
    padding: 12px 0; /* Chiều cao cực mỏng */
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.ta-newsletter-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.ta-news-title {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap; /* Cấm rớt dòng chữ */
    margin-right: 30px;
}

.ta-news-form {
    flex-grow: 1;
    max-width: 700px; /* Độ dài tối đa của form */
}

/* --- ÉP FLUENT FORMS NẰM TRÊN 1 HÀNG NGANG --- */
.ta-news-form form {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    margin: 0 !important;
    gap: 15px !important; /* Khoảng cách giữa ô nhập và nút bấm */
}

/* Ép ô bọc ngoài Email giãn ra hết mức */
.ta-news-form .ff-el-group {
    margin-bottom: 0 !important;
    flex-grow: 1 !important;
    width: 100% !important;
}

/* Xóa nhãn dán nếu có */
.ta-news-form .ff-el-input--label { 
    display: none !important; 
}

/* Tùy chỉnh Ô nhập Email */
.ta-news-form .ff-el-form-control {
    border-radius: 4px !important; /* Bo góc giống Tâm Anh */
    border: none !important;
    padding: 0 15px !important;
    height: 40px !important; /* Chiều cao form lùn lại */
    font-size: 14px !important;
    background-color: #ffffff !important;
    color: #333333 !important;
    width: 100% !important;
}

/* Bỏ khoảng trống thừa phía trên nút của Fluent Forms */
.ta-news-form .ff-submit-btn-wrapper {
    margin-top: 0 !important;
}

/* Tùy chỉnh Nút Đăng ký (Màu Vàng) */
.ta-news-form .ff-btn-submit {
    height: 40px !important; /* Bằng chiều cao ô Email */
    border-radius: 4px !important;
    background-color: #FFD700 !important; 
    color: #000000 !important;
    font-weight: 700 !important;
    padding: 0 25px !important;
    border: none !important;
    white-space: nowrap !important; /* LỆNH QUAN TRỌNG: Cấm nút rớt dòng */
    margin: 0 !important;
    text-transform: uppercase;
    transition: all 0.3s ease !important;
}

.ta-news-form .ff-btn-submit:hover {
    background-color: #ffffff !important;
}

/* Lỗi hiển thị nếu nhập sai email */
.ta-news-form .text-danger {
    color: #FFD700 !important;
    font-size: 12px !important;
    position: absolute !important; /* Không làm đẩy form khi báo lỗi */
    margin-top: 3px !important;
}

/* --- RESPONSIVE TRÊN ĐIỆN THOẠI (XẾP DỌC) --- */
@media (max-width: 768px) {
    .ta-newsletter-inner {
        flex-direction: column;
        gap: 15px;
    }
    .ta-news-title {
        margin-right: 0;
        text-align: center;
    }
    .ta-news-form form {
        flex-direction: column !important; /* Điện thoại thì cho xếp dọc lại */
        width: 100%;
    }
    .ta-news-form .ff-btn-submit {
        width: 100% !important;
    }
    .ta-news-form .text-danger {
        position: relative !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bcc23f2 */.vg-footer {
    background-color: #380f0f; /* Đổi sang màu nền mới */
    padding: 60px 20px;
    color: #ffffff;
    font-family: inherit;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.vg-footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
    justify-content: space-between;
    align-items: flex-start;
}
.vg-col {
    flex: 1;
}
.vg-logo-col img {
    max-width: 160px;
    height: auto;
}
.vg-col h3 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 600;
}
.vg-col p, .vg-col li {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 10px;
    color: #e0e0e0;
}
.vg-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.vg-col a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* Đổi màu chữ thành VÀNG khi rê chuột vào link (Email, WhatsApp...) */
.vg-col a:hover {
    color: #FFD700; 
}

.vg-social-icons {
    margin-top: 20px;
    display: flex;
    gap: 15px;
}
.vg-social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.3s ease;
}

/* Đổi màu nền thành VÀNG và icon thành ĐEN khi rê chuột vào mạng xã hội */
.vg-social-icons a:hover {
    background: #FFD700;
    color: #000000;
    transform: translateY(-3px);
}

.vg-map-col iframe {
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

/* Responsive: Chuyển thành dạng cột xếp chồng trên thiết bị di động */
@media (max-width: 768px) {
    .vg-footer-container {
        flex-wrap: wrap; 
        flex-direction: column;
        gap: 30px;
    }
    
    /* Canh giữa Logo trên điện thoại */
    .vg-logo-col {
        text-align: center;
        width: 100%;
    }
    .vg-logo-col img {
        margin: 0 auto;
        display: block;
    }
}/* End custom CSS */