.elementor-kit-5{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#FFFFFFEB;--e-global-color-text:#FFFFFFC4;--e-global-color-accent:#FFD905;--e-global-color-cf4cdab:#344CB7;--e-global-color-52f4bf1:#000957;--e-global-color-6d0985c:#FF2205;--e-global-typography-primary-font-family:"Saira";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Saira";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Saira";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Saira";--e-global-typography-accent-font-weight:500;background-color:transparent;color:var( --e-global-color-text );font-family:"Inter", Sans-serif;font-weight:700;background-image:linear-gradient(128deg, #050E57 0%, #03031F 100%);--e-preloader-animation:bounce;--e-preloader-animation-duration:3500ms;--e-preloader-width:120px;--e-preloader-max-width:120px;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:var( --e-global-color-accent );color:var( --e-global-color-primary );border-radius:6px 6px 6px 6px;padding:10px 16px 10px 16px;}.elementor-kit-5 button:hover,.elementor-kit-5 button:focus,.elementor-kit-5 input[type="button"]:hover,.elementor-kit-5 input[type="button"]:focus,.elementor-kit-5 input[type="submit"]:hover,.elementor-kit-5 input[type="submit"]:focus,.elementor-kit-5 .elementor-button:hover,.elementor-kit-5 .elementor-button:focus{background-color:#FFB805;}.elementor-kit-5 e-page-transition{background-color:#02062B;}.elementor-kit-5 a{color:var( --e-global-color-accent );}.elementor-kit-5 a:hover{color:var( --e-global-color-6d0985c );}.elementor-kit-5 h1{color:var( --e-global-color-primary );line-height:50px;}.elementor-kit-5 h2{color:var( --e-global-color-primary );line-height:42px;}.elementor-kit-5 h3{color:var( --e-global-color-primary );line-height:40px;}.elementor-kit-5 h4{color:var( --e-global-color-primary );line-height:36px;}.elementor-kit-5 h5{color:var( --e-global-color-primary );line-height:30px;}.elementor-kit-5 h6{color:var( --e-global-color-primary );line-height:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1240px;}.e-con{--container-max-width:1240px;}.elementor-widget:not(:last-child){margin-block-end:30px;}.elementor-element{--widgets-spacing:30px 30px;--widgets-spacing-row:30px;--widgets-spacing-column:30px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-right:0px;padding-left:0px;}@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-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-size:15px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: thin;
    scrollbar-color: #a6a6a6 #303030;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 2px;
  }

  *::-webkit-scrollbar-track {
    background: #303030;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #a6a6a6;
    border-radius: 0px;
    border: 3px none #ffffff;
  }

html {
    scroll-behavior: smooth;
}



h1, h2, h3, h4, h5, h6 {
    text-transform: uppercasae;
    text-shadow: 
        -0px -1px 0 #ff0000, /* Viền đỏ trên trái */
        1px -1px 0 #ff0000,  /* Viền đỏ trên phải */
        -1px 2px 0 #ff0000,  /* Viền đỏ dưới trái */
        1px 1px 0 #ff0000,   /* Viền đỏ dưới phải */
        0px 0px 10px #ff000080; /* Hiệu ứng phát sáng */
}/* End custom CSS */