.elementor-kit-13{--e-global-color-primary:#004AAD;--e-global-color-secondary:#5DE0E6;--e-global-color-text:#FFFFFF;--e-global-color-accent:#004AAD;--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;--e-page-transition-entrance-animation:e-page-transition-slide-out-right;--e-page-transition-exit-animation:e-page-transition-slide-in-left;--e-page-transition-animation-duration:1500ms;--e-preloader-animation:rubberBand;--e-preloader-animation-duration:1500ms;--e-preloader-delay:0ms;--e-preloader-width:19%;--e-preloader-max-width:34%;}.elementor-kit-13 button,.elementor-kit-13 input[type="button"],.elementor-kit-13 input[type="submit"],.elementor-kit-13 .elementor-button{background-color:transparent;color:#FFFFFF;background-image:linear-gradient(180deg, #004AAD 0%, #5DE0E6 100%);}.elementor-kit-13 button:hover,.elementor-kit-13 button:focus,.elementor-kit-13 input[type="button"]:hover,.elementor-kit-13 input[type="button"]:focus,.elementor-kit-13 input[type="submit"]:hover,.elementor-kit-13 input[type="submit"]:focus,.elementor-kit-13 .elementor-button:hover,.elementor-kit-13 .elementor-button:focus{background-color:transparent;color:#FFFFFF;background-image:linear-gradient(147deg, #003CAA 0%, #FFFFFF 100%);}.elementor-kit-13 e-page-transition{background-color:transparent;background-image:linear-gradient(180deg, #5D99E67A 0%, #0015748A 100%);}.elementor-kit-13 a{color:#FFFFFF;}.elementor-kit-13 input:not([type="button"]):not([type="submit"]),.elementor-kit-13 textarea,.elementor-kit-13 .elementor-field-textual{color:#004AAD;accent-color:#5DE0E6;}.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 */<script>
document.addEventListener("DOMContentLoaded", function () {
  const sidebar = document.querySelector(".sidebar-floating");
  const header = document.querySelector(".elementor-location-header"); // hoặc thay bằng ID header nếu khác

  function toggleSidebar() {
    if (!sidebar || !header) return;
    const headerBottom = header.getBoundingClientRect().bottom;

    if (headerBottom <= 0) {
      sidebar.classList.add("show-sidebar");
    } else {
      sidebar.classList.remove("show-sidebar");
    }
  }

  window.addEventListener("scroll", toggleSidebar);
});
</script>/* End custom CSS */