@media (min-width: 992px) {
  .list_img {
    width: 880px;
    margin: auto;
    padding-bottom: 40px;
    border-bottom: solid 2px gray;
    margin-bottom: 40px;
  }
}

.lSGallery li {
  opacity: 0.5;
}

.lSGallery li.active {
  opacity: unset;
}

.title_img {
  font-size: 36px;
  line-height: 52px;
  font-weight: bold;
  margin-top: 32px;
  margin-bottom: 20px;
  color: #272c63;
  text-align: center;
}

@media (max-width: 767px) {
  .title_img {
    font-size: 20px !important;
    line-height: unset;
    margin-top: 10px;
  }
}

.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;
}
/*# sourceMappingURL=thuvienanh.css.map */