.elementor-kit-7{--e-global-color-primary:#1A229F;--e-global-color-secondary:#65BC7B;--e-global-color-text:#313131;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:24px;--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-7{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* 1) Padding co giãn cho các section có nền xanh hoặc khu vực nội dung chính */
.section-padding-responsive {
  padding-block: clamp(24px, 6vw, 112px); /* top/bottom */
  padding-inline: clamp(16px, 4vw, 48px); /* left/right */
}

/* 2) Tiêu đề giữa màn hình tự giảm kích thước khi hẹp */
.resp-title {
  font-size: clamp(18px, 2.6vw, 30px);
  line-height: 1.3;
  margin-block: clamp(8px, 2vw, 24px);
  text-align: center;
}

/* 3) Giảm chiều cao Spacer nếu lỡ dùng Spacer widget */
.elementor-widget-spacer .elementor-spacer-inner {
  height: clamp(12px, 3.5vw, 48px) !important;
}

/* 4) Gỡ min-height bị “khóa” trên tablet/mobile (nếu section nào lỡ đặt) */
@media (max-width: 1024px) {
  .no-minh { min-height: auto !important; }
}

/* 5) Tránh khoảng trắng kép giữa 2 section (chỉ cho 1 bên có margin) */
.section-tight-top { margin-top: clamp(16px, 4vw, 48px) !important; }
.section-tight-bottom { margin-bottom: clamp(16px, 4vw, 48px) !important; }

/* 6) Xử lý padding mặc định của theme quanh canvas Elementor (nếu có) */
.entry-content > .elementor,
.site-content > .elementor {
  padding: 0 !important;
}/* End custom CSS */