.library-catalogue .slide-library {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
}

.library-catalogue .slide-wrapper-outer {
  width: min(34vw, 520px) !important;
  max-width: min(34vw, 520px) !important;
}

.library-catalogue .item-brochure {
  width: 100%;
}

.library-catalogue .item-brochure img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 68vh;
  object-fit: contain;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

.library-catalogue .item-brochure h3 {
  margin-top: 18px;
  font-size: 26px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.library-catalogue .item-brochure .icon-pdf {
  transform: scale(1.15);
  transform-origin: center;
}

@media screen and (max-width: 1100px) {
  .library-catalogue .slide-wrapper-outer {
    width: min(62vw, 460px) !important;
    max-width: min(62vw, 460px) !important;
  }

  .library-catalogue .item-brochure img {
    max-height: 60vh;
  }

  .library-catalogue .item-brochure h3 {
    font-size: 22px;
  }
}

@media screen and (max-width: 740px) {
  .library-catalogue .slide-wrapper-outer {
    width: min(82vw, 360px) !important;
    max-width: min(82vw, 360px) !important;
  }

  .library-catalogue .item-brochure img {
    max-height: none;
  }

  .library-catalogue .item-brochure h3 {
    font-size: 18px;
  }
}

.faci-icon-zalo svg {
  width: 82% !important;
  height: 82% !important;
}

.news-pdf-download {
  margin: 24px 0 0;
  padding: 0;
  text-align: left;
}

.news-pdf-download a {
  font-weight: 700;
  text-transform: uppercase;
}

.news-pdf-frame {
  margin: 28px 0 0;
  width: 100%;
  height: 78vh;
  min-height: 560px;
  border: 1px solid #ddd;
  background: #f6f6f6;
}

.news-pdf-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

@media screen and (max-width: 740px) {
  .news-pdf-frame {
    height: 70vh;
    min-height: 420px;
  }
}

.history-home .item-history {
  color: #fff !important;
  min-height: 190px;
  padding: 55px 35px 35px 78px;
}

.history-home .item-history:before {
  content: " ";
  position: absolute;
  top: 20px;
  right: 12px;
  bottom: 0;
  left: 22px;
  width: auto;
  height: auto;
  background-color: rgba(56, 119, 118, 0.7);
  border-radius: 10px;
  z-index: 0;
}

.history-home .item-history h3,
.history-home .item-history .qoute-history,
.history-home .qoute-history p {
  position: relative;
  z-index: 1;
  color: #fff !important;
  text-shadow: 1px 0 0 rgba(0, 0, 0, 0.25);
}

.history-home .item-history h3 strong {
  color: inherit;
}

.history-home .qoute-history:before {
  filter: brightness(0) invert(1);
  opacity: 0.9;
  z-index: 1;
}

@media screen and (max-width: 1100px) {
  .history-home .list-history {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
  }

  .history-home .item-history {
    min-height: 0;
    padding: 30px 20px 25px 55px;
  }

  .history-home .item-history:before {
    top: 0;
    right: 6px;
    bottom: 0;
    left: 6px;
    border-radius: 8px;
  }
}

@media screen and (max-width: 670px) {
  .history-home .item-history {
    width: 100%;
    max-width: 340px;
    margin: 0 auto 14px;
    padding: 28px 24px 24px 56px;
    border: 0;
  }

  .history-home .item-history:last-child {
    margin-bottom: 0;
    padding-bottom: 24px;
  }

  .history-home .item-history:before {
    left: 0;
    right: 0;
  }

  .history-home .qoute-history:before {
    left: -27px;
  }
}
