.elementor-kit-6{--e-global-color-primary:#4A2610;--e-global-color-secondary:#E9DDA9;--e-global-color-text:#0C0C20;--e-global-color-accent:#4A2610;--e-global-color-c3476ef:#D4BA76;--e-global-color-b78b609:#0C0C20;--e-global-color-fd06f51:#F6FAF9;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Raleway";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Raleway";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Raleway";--e-global-typography-accent-font-weight:500;--e-global-typography-de039b2-font-family:"Raleway";--e-global-typography-de039b2-font-size:24px;--e-global-typography-de039b2-font-weight:bold;--e-global-typography-d185761-font-family:"EB Garamond";--e-global-typography-d185761-font-size:24px;--e-global-typography-d185761-font-weight:bold;--e-global-typography-377558a-font-family:"Raleway";--e-global-typography-377558a-font-size:18px;--e-global-typography-377558a-font-weight:bold;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1366px;}.e-con{--container-max-width:1366px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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:1366px;}.e-con{--container-max-width:1366px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Container để ẩn phần văn bản tràn ra ngoài */
.running-text-container {
  width: 100%; /* Chiều rộng của vùng hiển thị */
  overflow: hidden; /* Ẩn phần chữ bị tràn ra */
  white-space: nowrap; /* Ngăn văn bản xuống dòng */
  box-sizing: border-box;
}

/* Áp dụng animation cho phần văn bản */
.running-text {
  display: inline-block;
  /* Tên animation, thời gian, loại lặp lại */
  animation: marquee 30s linear infinite; 
}

/* Định nghĩa keyframes cho animation */
@keyframes marquee {
  0% {
    transform: translateX(0%); /* Bắt đầu từ ngoài cùng bên phải */
  }
  100% {
    transform: translateX(-150%); /* Kết thúc ở ngoài cùng bên trái */
  }
}


.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.marquee-track {
  display: flex;
}

.m-img {
  width: 200px; /* tuỳ ảnh */
  height: auto;
  margin-right: 20px;
  flex-shrink: 0;
}/* End custom CSS */