.footer_gallery ul li img {
    max-width: 75px;
    height: auto;
}
.limit-hight {
  display: -webkit-box;
  -webkit-line-clamp: 2;          /* Giới hạn 2 dòng */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.6em;
  height: calc(1.6em * 2);     /* Fallback cho trình duyệt không hỗ trợ -webkit-line-clamp */
}
.slider-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 110;
    pointer-events: none;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
}

.slider-bg img {
    width: 100%;
    height: auto; /* Chiều cao tự động */
    opacity: 0.5;
}
