.elementor-kit-7{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#FFFFFF;--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-7 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:12px;}.elementor-element{--widgets-spacing:12px 12px;--widgets-spacing-row:12px;--widgets-spacing-column:12px;}{}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 *//* Khung + bo góc (tuỳ thích) */
.video-card .elementor-wrapper{
  position: relative;
  overflow: hidden;
  border-radius: 12px;            /* tùy chọn */
  transition: box-shadow .35s ease;
}
.video-card:hover .elementor-wrapper{
  box-shadow: 0 12px 30px rgba(0,0,0,.35); /* tùy chọn */
}

/* Ảnh overlay (phần nằm trên iframe) */
.video-card .elementor-custom-embed-image-overlay{
  transition: transform .45s ease, filter .45s ease, opacity .45s ease;
}
.video-card .elementor-custom-embed-image-overlay img{
  width: 100%; height: 100%; object-fit: cover; display: block;
}

/* Hiệu ứng hover: phóng to nhẹ + tối ảnh */
.video-card:hover .elementor-custom-embed-image-overlay{
  transform: scale(1.06);
  filter: brightness(.72);
}

/* Nút Play của Elementor */
.video-card .elementor-custom-embed-play{
  transition: transform .35s ease, opacity .35s ease;
  opacity: .9;
}
.video-card:hover .elementor-custom-embed-play{
  transform: scale(1.1);
  opacity: 1;
}

/* Đảm bảo overlay nhận hover, iframe nằm dưới */
.video-card .elementor-fit-aspect-ratio iframe{ z-index: 1; }
.video-card .elementor-custom-embed-image-overlay{ z-index: 2; }
* {
  cursor: auto !important;
}/* End custom CSS */