@media (min-width: 992px) {
  .list_img {
    width: 880px;
    margin: auto;
  }
}
.lSGallery li {
  opacity: 0.5;
}

.lSGallery li.active {
  opacity: unset;
}

.lSSlideWrapper .lSAction .lSPrev {
  position: absolute;
  top: 50%;
  left: 10px;
  background: url("../images/prev.svg") top 2px left 2px no-repeat;
  width: 50px;
  height: 50px;
  z-index: 10;
}
.lSSlideWrapper .lSAction .lSNext {
  position: absolute;
  top: 50%;
  right: 10px;
  background: url("../images/Path 1066.svg") top 2px right 2px no-repeat;
  width: 50px;
  height: 50px;
  z-index: 10;
}

.lSGallery li a img {
  width: 100%;
  height: 66px !important;
  object-fit: cover;
}

/*# sourceMappingURL=thuvienanh.css.map */
