.elementor-kit-12{--e-global-color-primary:#004C97;--e-global-color-secondary:#FFCC00;--e-global-color-text:#1D2939;--e-global-color-accent:#475467;--e-global-color-d5eb8df:#F7F9FC;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;--e-global-typography-90bf54a-font-family:"Poppins";color:#004C97;font-family:"Inter", Sans-serif;}.elementor-kit-12 h1{font-size:42px;font-weight:700;}.elementor-kit-12 h2{font-size:32px;font-weight:700;}.elementor-kit-12 h3{font-size:24px;font-weight:600;}.elementor-kit-12 h4{font-size:20px;font-weight:600;}.elementor-kit-12 h5{font-size:18px;font-weight:600;}.elementor-kit-12 h6{font-size:16px;font-weight:600;}.elementor-kit-12 button,.elementor-kit-12 input[type="button"],.elementor-kit-12 input[type="submit"],.elementor-kit-12 .elementor-button{font-size:16px;font-weight:600;background-color:#FFCC00;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);border-radius:50px 50px 50px 50px;padding:12px 28px 12px 28px;}.elementor-kit-12 button:hover,.elementor-kit-12 button:focus,.elementor-kit-12 input[type="button"]:hover,.elementor-kit-12 input[type="button"]:focus,.elementor-kit-12 input[type="submit"]:hover,.elementor-kit-12 input[type="submit"]:focus,.elementor-kit-12 .elementor-button:hover,.elementor-kit-12 .elementor-button:focus{color:#004C97;background-color:#F2BB00;box-shadow:0px 4px 12px 0px rgba(0, 0, 0, 0.15);border-radius:50px 50px 50px 50px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}@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 *//* RESET ASTRA BUTTON CHO TAB – KHÔNG ẢNH HƯỞNG NÚT KHÁC */
.dyj-tab {
  all: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: inherit;
  box-sizing: border-box;
}

/* DESKTOP – GIỮ NGUYÊN BỐ CỤC NHƯ HIỆN TẠI */
.dyj-tabs {
  display: flex;
  width: 100%;
  gap: 8px;
}

.dyj-tab {
  flex: 1;
  background: #eef2f7;
  padding: 12px 0;
  font-size: 15px;
  border-radius: 30px;
  font-weight: 600;
  color: #111827;
}

.dyj-tab.active {
  background: #1d4ed8;   /* xanh DYJ */
  color: #ffffff;
}

/* MOBILE – FIX CO TAB, MẤT PADDING, VỠ LAYOUT */
@media (max-width: 767px) {

  .dyj-tabs {
    gap: 6px;
    padding: 0 6px;
  }

  .dyj-tab {
    flex: 1;
    padding: 8px 0;
    font-size: 13px;
    line-height: 1.1;
    border-radius: 20px;
  }

  .dyj-tab.active {
    padding: 8px 0;
    border-radius: 20px;
  }
}
.elementor-button {
    transition: all 0.25s ease !important;
}

.elementor-button:hover {
    transform: translateY(-2px);
    box-shadow: 0px 6px 15px rgba(0,0,0,0.15) !important;
}/* End custom CSS */