@charset "UTF-8";
.article {
  padding-bottom: 14rem;
  border-bottom: 1px solid #C5D1D6;
}
@media screen and (min-width: 768px) {
  .article {
    padding-bottom: 30rem;
  }
}
.article .page_news_header {
  padding-top: 12.5rem;
}
@media screen and (min-width: 768px) {
  .article .page_news_header {
    padding-top: 29.5rem;
  }
}
.article .page_news_header h1 {
  font-size: 2.4rem;
  font-size: clamp(2.4rem, 2.0116504854rem + 1.0355987055vw, 4rem);
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 768px) {
  .article .page_news_header h1 {
    margin-bottom: 8.5rem;
  }
}
.article .page_news_header .news_nav_title {
  font-size: 3.2rem;
  font-size: clamp(3.2rem, 1.5495145631rem + 4.4012944984vw, 10rem);
  margin-bottom: 3.6rem;
  text-transform: capitalize;
}
@media screen and (min-width: 1440px) {
  .article .page_news_header .news_nav_title {
    margin-bottom: 0;
  }
}
.article .page_news_header .news_nav_wrap {
  margin-bottom: 6.4rem;
}
@media screen and (min-width: 1440px) {
  .article .page_news_header .news_nav_wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 13.5rem;
    flex-direction: row;
    align-items: center;
  }
}
.article .page_news_header .news_nav_wrap .news_nav {
  display: flex;
  justify-content: flex-end;
  gap: 1.6rem;
}
.article .page_news_header .news_nav_wrap .news_nav.active .btn-menu-news .menu_rap {
  transform: rotate(45deg);
}
.article .page_news_header .news_nav_wrap .btn-menu-news .menu_rap {
  width: 5.6rem;
  height: 5.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.3s;
}
.article .page_news_header .news_nav_wrap .btn-menu-news .menu_rap > span {
  position: absolute;
  transform-origin: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #1b1d1e;
  width: 3.4rem;
  height: 0.2rem;
}
.article .page_news_header .news_nav_wrap .btn-menu-news .menu_rap > span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.article .page_news_header .news_nav_wrap .news_nav_content {
  display: none;
  overflow: hidden;
}
.article .page_news_header .news_nav_wrap .nav_wrap {
  white-space: nowrap; /* Ngăn các <li> xuống dòng */
  display: flex;
  align-items: center;
  flex: 1;
  overflow-x: auto;
}
.article .page_news_header .news_nav_wrap ul {
  flex-wrap: nowrap;
  display: flex;
  flex: 1;
  gap: 3.2rem;
}
.article .page_news_header .news_nav_wrap ul a {
  display: inline-block;
  position: relative;
  line-height: 2;
  padding: 1rem 0;
  text-transform: capitalize;
}
.article .page_news_header .news_nav_wrap ul a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.3rem;
  background-color: #fd2e36;
  transform-origin: 0 50%;
  transform: scaleX(0);
  transition: transform 0.6s cubic-bezier(0.85, 0, 0.15, 1);
  will-change: transform;
}
.article .page_news_header .news_nav_wrap ul a.active:after, .article .page_news_header .news_nav_wrap ul a:hover::after {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.article .page_news_header .news_nav_wrap ul a:not(:hover):after {
  transform-origin: 100% 50%;
}
.article .news_wrap {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
@media screen and (min-width: 768px) {
  .article .news_wrap {
    gap: 12rem;
  }
}
.article .news_group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4rem;
}
@media screen and (min-width: 768px) {
  .article .news_group {
    flex-direction: row;
  }
}
.article .news_group .list-year {
  font-size: 2.1rem;
  font-size: clamp(2.1rem, 1.8330097087rem + 0.71197411vw, 3.2rem);
}
@media screen and (min-width: 768px) {
  .article .news_group .list-year {
    width: 30.4rem;
    max-width: 15.833333vw;
  }
}
.article .news_group .list {
  display: flex;
  flex-direction: column;
  gap: 5.6rem;
}
@media screen and (min-width: 768px) {
  .article .news_group .list {
    gap: 12rem;
    gap: 6.25vw;
    flex: 1;
  }
}
.article .news_group .list .item {
  border-bottom: 0.1rem solid #c5d1d6;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .article .news_group .list .item {
    padding-bottom: 5.6rem;
  }
}
@media screen and (min-width: 768px) {
  .article .news_group .list .item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    gap: 12rem;
    gap: 6.25vw;
  }
}
.article .news_group .list .item .thumbnail {
  display: block;
  overflow: hidden;
}
.article .news_group .list .item .thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s cubic-bezier(0, 0, 0.5, 1);
  aspect-ratio: 424/258;
}
.article .news_group .list .item .thumbnail:hover img {
  transform: scale(1.05);
}
@media screen and (max-width: 767px) {
  .article .news_group .list .item > .thumbnail {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .article .news_group .list .item > .thumbnail {
    width: 42.4rem;
    max-width: 22.083333vw;
    margin-bottom: 2.4rem;
  }
}
.article .news_group .list .item .item-content {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media screen and (min-width: 768px) {
  .article .news_group .list .item .item-content {
    /*  width: 68%;
     max-width: 99.5rem; */
    flex: 1;
  }
}
@media screen and (min-width: 1440px) {
  .article .news_group .list .item .item-content {
    gap: 3.2rem;
  }
}
.article .news_group .list .item .item-content .item-header {
  display: flex;
  gap: 1.6rem;
}
.article .news_group .list .item .item-content .item-header .thumbnail {
  width: 9rem;
  height: 9rem;
}
@media screen and (min-width: 768px) {
  .article .news_group .list .item .item-content .item-header .thumbnail {
    display: none;
  }
}
.article .news_group .list .item .item-content .item-header .thumbnail img {
  aspect-ratio: 1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article .news_group .list .item .item-content .item-header .header-detail {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .article .news_group .list .item .item-content .item-header .header-detail {
    width: calc(100% - 9rem - 1.6rem);
  }
}
@media screen and (min-width: 1440px) {
  .article .news_group .list .item .item-content .item-header .header-detail {
    gap: 4rem;
  }
}
.article .news_group .list .item .item-content .item-header .header-detail .date-time {
  font-size: 1.4rem;
  font-size: clamp(1.4rem, 1.2300970874rem + 0.4530744337vw, 2.1rem);
  color: rgba(27, 29, 30, 0.8);
  line-height: 1.5;
}
.article .news_group .list .item .item-content .item-header .header-detail .title {
  line-height: 1.2;
  font-weight: 500;
  color: #1b1d1e;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 2rem;
  font-size: clamp(2rem, 1.7087378641rem + 0.7766990291vw, 3.2rem);
}
.article .news_group .list .item .item-content .item-detail {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (min-width: 1440px) {
  .article .news_group .list .item .item-content .item-detail {
    gap: 6rem;
  }
}
.article .news_group .list .item .item-content .item-detail .txt {
  font-size: 1.6rem;
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: rgba(27, 29, 30, 0.6392156863);
  word-break: break-word;
}

.navigation {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .navigation {
    margin-top: 8rem;
  }
}
.navigation ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.4rem;
}
@media screen and (min-width: 768px) {
  .navigation ul {
    justify-content: flex-end;
  }
}
.navigation ul li a {
  font-family: "Oakes Grotesk", sans-serif;
  line-height: 1;
  font-weight: 500;
  font-size: 1.6rem;
  font-size: clamp(1.6rem, 1.4058252427rem + 0.5177993528vw, 2.4rem);
  padding: 1.8rem 0.8rem;
}
@media screen and (min-width: 768px) {
  .navigation ul li a {
    padding: 1.5rem 0.8rem;
  }
}
.navigation ul li a .next {
  overflow: hidden;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  text-indent: -1000rem;
  background: url(../img/common/chevron-right.svg) center/contain no-repeat;
}
.navigation ul li a .prev {
  overflow: hidden;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  text-indent: -1000rem;
  background: url(../img/common/chevron-right.svg) center/contain no-repeat;
  transform: rotate(-180deg);
}

.article-detail .detail-header {
  width: 100%;
  height: 100dvh;
  position: relative;
  min-height: 90rem;
}
.article-detail .detail-header figure,
.article-detail .detail-header img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .article-detail .detail-header {
    min-height: 75rem;
  }
}
.article-detail .detail-info {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
@media screen and (min-width: 768px) {
  .article-detail .detail-info {
    padding-left: 6.4rem;
    padding-right: 6.4rem;
  }
}
.article-detail .detail-info::before {
  content: "";
  position: absolute;
  opacity: 0.8;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(27, 29, 30, 0), #1b1d1e);
}
.article-detail .detail-info h1 {
  line-height: 1.42;
  font-weight: 500;
  font-size: 2.8rem;
  font-size: clamp(2.8rem, 1.659223301rem + 3.0420711974vw, 7.5rem);
  margin-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .article-detail .detail-info h1 {
    line-height: 1.28;
    margin-bottom: 5.6rem;
  }
}
.article-detail .detail-info .detail-info-inn {
  position: relative;
  padding-bottom: 3.2rem;
  font-size: 2.1rem;
}
.article-detail .detail-info .detail-info-inn .news-info {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media screen and (min-width: 768px) {
  .article-detail .detail-info .detail-info-inn .news-info {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.article-detail .detail-info .detail-info-inn .news-info .item {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
@media screen and (min-width: 1200px) {
  .article-detail .detail-info .detail-info-inn .news-info .item.author {
    width: 64rem;
  }
}
.article-detail .detail-info .detail-info-inn .news-info .item .label {
  font-size: 1.8rem;
  font-size: clamp(1.6rem, 1.8485436893rem + -0.1294498382vw, 1.8rem);
}
.article-detail .news-content {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8rem;
  padding-bottom: 12rem;
}
@media screen and (min-width: 768px) {
  .article-detail .news-content {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }
}
.article-detail .news-content h1 {
  font-weight: 500;
  line-height: 1.187;
  font-size: 3.6rem;
  font-size: clamp(3.6rem, 3.3087378641rem + 0.7766990291vw, 4.8rem);
  margin-bottom: 1.5em;
}
.article-detail .news-content h2 {
  font-weight: 500;
  line-height: 1.187;
  font-size: 3.2rem;
  font-size: clamp(3.2rem, 3.0058252427rem + 0.5177993528vw, 4rem);
  margin-bottom: 8rem;
}
@media screen and (min-width: 768px) {
  .article-detail .news-content h2 {
    font-weight: 400;
    line-height: 1.2;
  }
}
.article-detail .news-content h3 {
  font-weight: 500;
  margin-bottom: 4.8rem;
  font-size: 2.4rem;
  font-size: clamp(2.4rem, 2.2058252427rem + 0.5177993528vw, 3.2rem);
}
.article-detail .news-content p {
  font-size: 1.6rem;
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  line-height: 1.5;
  color: rgba(27, 29, 30, 0.6392156863);
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .article-detail .news-content p {
    line-height: 1.222;
  }
}
.article-detail .news-content figure {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.article-detail .news-content figure caption {
  margin-top: 1.6rem;
  font-size: 1.4rem;
  color: #1b1d1e;
}
.article-detail .news-content a {
  text-decoration: underline;
}

.skeleton {
  background: #e0e0e0;
  border-radius: 0.4rem;
  animation: pulse 1.5s infinite ease-in-out;
}

@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.skeleton-text {
  height: 2rem;
  margin: 0.8rem 0;
  max-width: 100%;
}

.skeleton-title {
  height: 2.4rem;
  width: 80%;
}

.skeleton-img {
  width: 100%;
  height: 18.5rem;
}

.skeleton-news-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}

.section_news {
  padding: 12rem 2.4rem;
}
@media screen and (min-width: 768px) {
  .section_news {
    padding: 36rem 6.5rem;
    padding: 18.75vw 6.5rem;
  }
}
.section_news .section_news_wrap {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
@media screen and (min-width: 768px) {
  .section_news .section_news_wrap {
    gap: 12rem;
  }
}
.section_news .section_news_wrap h3 {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .section_news .section_news_wrap h3 {
    font-size: 4rem;
  }
}
.section_news .section_news_wrap .news {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
}
@media screen and (min-width: 768px) {
  .section_news .section_news_wrap .news {
    gap: 12rem;
  }
}
.section_news .section_news_wrap .news .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.6rem;
  padding-bottom: 4rem;
  border-bottom: 0.1rem solid #c5d1d6;
}
@media screen and (min-width: 768px) {
  .section_news .section_news_wrap .news .item {
    padding-bottom: 5.6rem;
  }
}
.section_news .section_news_wrap .news .item .thumbnail {
  display: block;
  width: 9rem;
  height: 9rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .section_news .section_news_wrap .news .item .thumbnail {
    width: 12rem;
    height: 12rem;
  }
}
@media screen and (min-width: 1440px) {
  .section_news .section_news_wrap .news .item .thumbnail {
    width: 30.4rem;
    height: 18.5rem;
  }
}
.section_news .section_news_wrap .news .item .thumbnail figure, .section_news .section_news_wrap .news .item .thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s cubic-bezier(0, 0, 0.5, 1);
}
.section_news .section_news_wrap .news .item .thumbnail:hover img {
  transform: scale(1.05);
}
.section_news .section_news_wrap .news .item .detail {
  width: calc(100% - 9rem - 1.6rem);
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media screen and (min-width: 768px) {
  .section_news .section_news_wrap .news .item .detail {
    width: calc(100% - 18rem - 9rem);
  }
}
@media screen and (min-width: 1200px) {
  .section_news .section_news_wrap .news .item .detail {
    width: calc(100% - 40rem - 9rem);
  }
}
@media screen and (min-width: 1440px) {
  .section_news .section_news_wrap .news .item .detail {
    width: calc(100% - 50rem - 9rem);
    flex-direction: row;
  }
}
.section_news .section_news_wrap .news .item .detail .date {
  font-weight: 500;
  color: rgba(27, 29, 30, 0.8);
  font-size: 1.4rem;
  font-size: clamp(1.4rem, 1.2300970874rem + 0.4530744337vw, 2.1rem);
}
@media screen and (min-width: 1440px) {
  .section_news .section_news_wrap .news .item .detail .date {
    width: 24rem;
  }
}
.section_news .section_news_wrap .news .item .detail .title {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 2rem;
  font-size: clamp(2rem, 1.7087378641rem + 0.7766990291vw, 3.2rem);
}
@media screen and (min-width: 1200px) {
  .section_news .section_news_wrap .news .item .detail .title {
    display: block;
  }
}
@media screen and (min-width: 1440px) {
  .section_news .section_news_wrap .news .item .detail .title {
    padding-right: 17%;
    flex: 1;
  }
}
.section_news .section_news_wrap .news .item .detail .title .a-title_inner {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .section_news .section_news_wrap .news .item .detail .title .a-title_inner {
    -webkit-line-clamp: 4;
  }
}
.section_news .section_news_wrap .news .item .more {
  width: 100%;
  text-align: right;
  /*     a {
        display: inline-flex;
        align-items: center;
        gap: 1.2rem;
        font-size: 1.8rem;
        border-bottom: .2rem solid #1b1d1e;
        @include fluid-type(1.8rem, 2.4rem);
        @include xl {
          font-size: 2.4rem;
        }

        &:after {
          content: "";
          display: block;
          aspect-ratio: 1;
          background: url(../img/common/icon-plus.svg) center/ contain no-repeat;
          width: 1.8rem;
          @include xl {
            width: 2.4rem;
          }
        }
      } */
}
@media screen and (min-width: 768px) {
  .section_news .section_news_wrap .news .item .more {
    width: 8.5rem;
  }
}

.section_news {
  background: #eff2f4;
  padding-top: 24rem;
  padding-bottom: 24rem;
}
@media screen and (max-width: 767px) {
  .section_news {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}