.news-home {
  padding: 30px 0;
}
.news-home .text-top h1 {
  font-size: 40px;
  font-weight: 700;
  color: #333;
}
.news-home .text-top .summary {
  font-size: 16px;
  font-weight: 400;
  color: #525252;
}
.news-home .list-news {
  padding-bottom: 20px;
  gap: 20px;
}
.news-home .list-news .item {
  width: 289px;
  height: 217px;
  position: relative;
}
.news-home .list-news .item img {
  width: 289px;
  height: 217px;
}
.news-home .list-news .item .content .title {
  font-size: 16px;
  padding: 0 10px;
  font-weight: 700;
  color: #fff;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch;
  overflow: hidden;
  position: absolute;
  bottom: 0;
}
.news-home .list-news .item .content svg {
  display: none;
}
.news-home .list-news .active {
  width: 598px;
  height: 217px;
  transition: all 0.2s ease-out;
}
.news-home .list-news .active img {
  width: 598px;
  height: 217px;
}
.news-home .list-news .active .content .title {
  width: 80%;
}
.news-home .list-news .active .content svg {
  display: block;
  position: absolute;
  bottom: 4px;
  right: 0;
}
.news-home .see-all-news {
  font-size: 16px;
  font-weight: 700;
  color: #154194;
}

.case-study {
  padding-bottom: 60px;
}
.case-study h1 {
  font-size: 40px;
  font-weight: 700;
  color: #333;
}
.case-study .summary {
  font-size: 16px;
  font-weight: 400;
  color: #525252;
}
.case-study .list-case-study-home .list_case .item .img-case-study {
  height: 512px;
}
.case-study .list-case-study-home .list_case .item .card {
  width: 320px;
  height: 432px;
  top: 40px;
  left: 40px;
}
.case-study .list-case-study-home .list_case .slick-dots {
  display: flex;
  list-style: none;
  padding: 10px;
  position: relative;
}
.case-study .list-case-study-home .list_case .slick-dots li {
  position: relative;
}
.case-study .list-case-study-home .list_case .slick-dots li button {
  border: none;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #154194;
  border-radius: 50%;
}
.case-study .list-case-study-home .list_case .slick-dots li:nth-child(1) {
  position: absolute;
  left: 10%;
}
.case-study .list-case-study-home .list_case .slick-dots li:nth-child(1)::after {
  content: "";
}
.case-study .list-case-study-home .list_case .slick-dots li:nth-child(2) {
  position: absolute;
  left: 35%;
}
.case-study .list-case-study-home .list_case .slick-dots li:nth-child(3) {
  position: absolute;
  left: 60%;
}
.case-study .list-case-study-home .list_case .slick-dots li:nth-child(4) {
  position: absolute;
  left: 85%;
}
.case-study .list-case-study-home .list_case .slick-dots .slick-active button {
  position: relative;
}
.case-study .list-case-study-home .list_case .slick-dots .slick-active button::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  background-color: #154194;
  top: 3px;
  left: 4px;
  border-radius: 50%;
}
.case-study .list-case-study-home .list_case .slick-dots::before {
  position: absolute;
  content: "";
  width: 110%;
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1607843137);
  border-color: transparent transparent rgba(0, 0, 0, 0.1607843137) rgba(0, 0, 0, 0.1607843137);
  border-radius: 20px;
  bottom: -2px;
  left: 47px;
}
.case-study .list-case-study-home .list_case .slick-current img {
  animation-name: top-cover;
  animation-duration: 0.6s;
}
.case-study .list-case-study-home .list-case-dot {
  margin-top: 10px;
}
.case-study .list-case-study-home .list-case-dot .item {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #000;
  padding: 12px 16px;
}
.case-study .list-case-study-home .list-case-dot .slick-current {
  background-color: #154194;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 8px;
}

@keyframes top-cover {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}/*# sourceMappingURL=home.css.map */