.uk-offcanvas-close svg {
    display: none;
}

.uk-offcanvas-close::after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url('/wp-content/uploads/2025/10/x.svg');
    /* SVG của bạn */
}

/* dotnav */
.uk-dotnav li a {
    transition: all 0.3s ease;
    padding: 0 !important;
}

.uk-dotnav li.uk-active a {
    width: 10px;
    height: 10px;
}

.menu-item-has-children .uk-icon {
    transition: 0.3s all;
}

.menu-item-has-children a[aria-expanded="true"] .uk-icon {
    transform: rotate(90deg);
}



/* Làm mờ tất cả slide */
#modal-full .uk-slider-items > div {
  position: relative;
  transition: transform 0.3s ease, filter 0.3s ease;
  filter: brightness(40%);
  transform: scale(0.9);
}

/* Slide đang active (ở giữa): sáng và phóng to */
#modal-full .uk-slider-items > .uk-active.uk-slide-active {
  filter: brightness(100%);
  transform: scale(1);
  z-index: 2;
}

#modal-full .uk-slider-items {
  gap: 20px; 
}

#modal-full .uk-slider-items > .uk-active.uk-slide-active {
  transform: scale(1.1);
}

#modal-full .gallery-progress-bar {
  height: 4px; 
  background: rgba(255,255,255,0.2); 
  margin: 34px auto;
  width: 1200px;
}