.elementor-kit-10738{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-2c4aad6:#1F94C6;--e-global-color-13bd52b:#009440;--e-global-color-633e9f1:#61CE70;--e-global-color-ac4e391:#009440;--e-global-typography-primary-font-family:"Roboto";--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-10738 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-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 *//* Section nền xám */
.title-section {
  background: #ece9e9;
  padding: 0;
  border-top: 3px solid #41b1f4; /* viền xanh trên cùng */
}

/* Text bên trái */
.title-left {
  background: #41b1f4;
  color: #fff;
  font-weight: 700;
  padding: 10px 16px;
  font-size: 15px;
  text-transform: uppercase;
  flex: 1;
}
/* Nút bên phải */
.title-button a,
.title-button {
  background: #ece9e9;
  padding: 6px 10px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 2px;
  margin: 0px -20px 0px 0px;
  text-decoration: none;
  transition: all .3s ease;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .title-left {
    font-size: 14px;
  }
  .title-left h4 {
      font-size: 14px;
  }
  
  .title-button a,
  .title-button {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .title-button {
    display: none;
  }
}/* End custom CSS */