body main.main-news section {
  background: linear-gradient(315deg, #040b27 50%, #091b57 100%);
}
body main.main-news section .header-news {
  padding: 13.5px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  color: #091b57;
  background: linear-gradient(90deg, #dddddd 100%, #f8f8f8 0%);
}
body main.main-news section .header-news h1 {
  font-size: 17px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0px;
  margin-bottom: 0rem;
}
body main.main-news section .border-news {
  height: 8px;
  background-color: #b4b4b4;
}
body main.main-news section .border-news .line-1,
body main.main-news section .border-news .line-2 {
  border-bottom: 1px solid #696969;
  box-shadow: 0px 0px 1px 0px #5c5c5c;
}
body main.main-news section .border-news .line-1 {
  padding: 2px 0px;
}
body main.main-news section .border-news .line-2 {
  padding-top: 1px;
}
body main.main-news section .news-list {
  padding: 54px 16px;
  display: grid;
  gap: 100px 20px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  justify-self: center;
}
body main.main-news section .news-list .card-news {
  display: grid;
  place-items: center;
  gap: 22px;
}
body main.main-news section .news-list .card-news .card-item {
  max-width: 361px;
  max-height: 475px;
  width: 100%;
  height: 100%;
  background-color: hsl(0, 0%, 100%);
}
body main.main-news section .news-list .card-news .card-item .detail {
  height: auto;
  min-height: 210px;
  max-height: 286px;
  padding: 14px 26px;
}
body main.main-news section .news-list .card-news .card-item .detail .news-date,
body
  main.main-news
  section
  .news-list
  .card-news
  .card-item
  .detail
  .news-title,
body
  main.main-news
  section
  .news-list
  .card-news
  .card-item
  .detail
  .news-description {
  color: #091b57;
  font-family: "Montserrat", sans-serif;
  word-break: break-all;
  font-style: normal;
}
body
  main.main-news
  section
  .news-list
  .card-news
  .card-item
  .detail
  .news-date {
  font-size: 11px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
body
  main.main-news
  section
  .news-list
  .card-news
  .card-item
  .detail
  .news-title {
  margin: 30px 0px 18px 0px;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
body
  main.main-news
  section
  .news-list
  .card-news
  .card-item
  .detail
  .news-description {
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 13px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
body main.main-news section .news-list .card-news .read-more {
  width: 112px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 5px;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  background-color: transparent;
  transition: all 0.3s ease;
}
body main.main-news section .news-list .card-news .read-more:hover {
  background-color: #fff;
  color: #091b57;
}
body main.main-news section .see-more {
  padding-bottom: 120px;
}
body main.main-news section .see-more .btn-see-more {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #fff;
}
body main.main-news section .see-more .btn-see-more:hover {
  text-decoration: underline;
}
@media (min-width: 321px) {
  body main.main-news section .news-list {
    padding: 54px 52px;
  }
}
@media (min-width: 481px) {
  body main.main-news section .news-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body main.main-news section .news-list .card-news .card-item .detail {
    min-height: 286px;
  }
  body
    main.main-news
    section
    .news-list
    .card-news
    .card-item
    .detail
    .news-date {
    font-size: 13px;
  }
  body
    main.main-news
    section
    .news-list
    .card-news
    .card-item
    .detail
    .news-title {
    font-size: 18px;
    line-height: 25px;
    max-width: 271px;
  }
  body
    main.main-news
    section
    .news-list
    .card-news
    .card-item
    .detail
    .news-description {
    font-size: 12px;
    line-height: normal;
  }
}
@media (min-width: 769px) {
  body main.main-news section .header-news {
    padding: 19px 0px;
  }
  body main.main-news section .header-news h1 {
    font-size: 25px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0px;
    margin-bottom: 0rem;
  }
  body main.main-news section .news-list {
    padding: 54px 32px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1025px) {
  body main.main-news section .news-list {
    padding: 86px 32px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  body main.main-news section .news-list .card-news {
    gap: 28px;
  }
  body main.main-news section .news-list .card-news .card-item .detail {
    min-height: 286px;
  }
  body
    main.main-news
    section
    .news-list
    .card-news
    .card-item
    .detail
    .news-date {
    font-size: 17px;
  }
  body
    main.main-news
    section
    .news-list
    .card-news
    .card-item
    .detail
    .news-title {
    font-size: 20px;
    line-height: 25px;
    max-width: 271px;
  }
  body
    main.main-news
    section
    .news-list
    .card-news
    .card-item
    .detail
    .news-description {
    font-size: 14px;
    line-height: normal;
  }
}

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