.Banner-news {
  background: linear-gradient(180deg, #e8fff6 0%, #fff 100%);
}
.Banner-news .Align-news-page {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}
.Banner-news .Align-news-page .news-banner-wrapper {
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.Banner-news .Align-news-page .news-banner-wrapper .content-news-banner {
  margin-right: 40px;
}
.Banner-news .Align-news-page .news-banner-wrapper .content-news-banner h3 {
  color: var(--007-ec-3, #007ec3);
  font-family: AquaWax, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}
.Banner-news .Align-news-page .news-banner-wrapper .content-news-banner h1 {
  color: var(--007-ec-3, #007ec3);
  font-family: AquaWax, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
}
.Banner-news .Align-news-page .news-banner-wrapper .content-news-banner p {
  margin-top: 48px;
  color: var(--Black-87, rgba(0, 0, 0, 0.87));
  font-family: AquaWax, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%; /* 32.4px */
}
.Banner-news .Align-news-page .news-banner-wrapper .img-news-banner img {
  width: 100%;
}

.Post-block {
  background: linear-gradient(180deg, #fff 0%, #e8fff6 100%);
  padding: 40px 0 120px 0;
}
.Post-block .Align-post-block {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.Post-block .Align-post-block .List-post {
  width: 100%;
  display: grid;
  padding: 40px 0 120px 0;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 130px;
}
.Post-block .Align-post-block .List-post .blog-card {
  display: block;
}
.Post-block .Align-post-block .List-post .blog-card .relative-blog-card {
  width: 100%;
  position: relative;
  z-index: 1;
}
.Post-block .Align-post-block .List-post .blog-card .relative-blog-card .news-images {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 24px;
  z-index: 1;
}
.Post-block .Align-post-block .List-post .blog-card .relative-blog-card .news-images img {
  width: 100%;
  transition: all 0.5s ease;
  position: relative;
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.Post-block .Align-post-block .List-post .blog-card .relative-blog-card .news-images .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: linear-gradient(146deg, rgba(79, 186, 105, 0.7) 0%, rgba(0, 126, 195, 0.7) 100%);
  opacity: 0;
  transition: all 0.25s ease;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: none;
}
.Post-block .Align-post-block .List-post .blog-card .relative-blog-card .blog-in4 {
  border-radius: 24px;
  background: #fff;
  box-shadow: 4px 6px 24px 0px rgba(0, 0, 0, 0.08);
  position: absolute;
  padding: 25px;
  width: 90%;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -35%);
  z-index: 3;
}
.Post-block .Align-post-block .List-post .blog-card .relative-blog-card .blog-in4 p {
  color: #999;
  font-family: AquaWax, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
}
.Post-block .Align-post-block .List-post .blog-card .relative-blog-card .blog-in4 .post-title {
  height: -moz-fit-content;
  height: fit-content;
  transition: all 0.3s ease;
  margin-bottom: 0;
  color: #333;
  text-overflow: ellipsis;
  font-family: AquaWax, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 28px */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.Post-block .Align-post-block .List-post .blog-card .relative-blog-card .blog-in4 .post-link {
  padding: 0;
  color: var(--007-ec-3, #007ec3);
  font-family: AquaWax, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%; /* 14px */
  text-decoration: none;
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 0;
  transition: all 0.3s ease;
}
.Post-block .Align-post-block .List-post .blog-card .relative-blog-card .blog-in4 .post-link p {
  text-decoration: none;
  color: var(--007-ec-3, #007ec3);
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}
.Post-block .Align-post-block .List-post .blog-card .relative-blog-card .blog-in4 .post-link img {
  margin-left: 8px;
}
.Post-block .Align-post-block .List-post .blog-card .relative-blog-card:hover .news-images img {
  transform: scale(1.1);
  background: linear-gradient(146deg, rgba(79, 186, 105, 0.7) 0%, rgba(0, 126, 195, 0.7) 100%);
}
.Post-block .Align-post-block .List-post .blog-card .relative-blog-card:hover .news-images .overlay {
  opacity: 1;
  height: 100%;
}
.Post-block .Align-post-block .List-post .blog-card .relative-blog-card:hover .blog-in4 .post-title {
  height: 84px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.Post-block .Align-post-block .List-post .blog-card .relative-blog-card:hover .blog-in4 .post-link {
  padding-top: 20px;
  height: auto;
}
.Post-block .Align-post-block .news-section {
  width: 100%;
}
.Post-block .Align-post-block .news-section .list-news-section {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
  margin: auto;
}
.Post-block .Align-post-block .news-section .list-news-section .number-section {
  color: var(--White-100, #fff);
  text-align: center;
  font-family: AquaWax, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 100% */
  width: 16px;
  height: 16px;
  font-size: 16px;
  padding: 20px;
  border-radius: 100px;
  background: var(--4-fba-69, #ffffff);
  color: rgb(0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.Post-block .Align-post-block .news-section .list-news-section .number-section:nth-child(1) {
  background: var(--4-fba-69, #4fba69);
  color: rgb(255, 255, 255);
}
.Post-block .Align-post-block .news-section .list-news-section .number-section:hover {
  background: var(--4-fba-69, #4fba69);
  color: rgb(255, 255, 255);
  cursor: pointer;
}

.news_detail {
  background: #e8fff6;
  padding: 56px 0 210px 0;
}
.news_detail .Align-post {
  margin: auto;
  width: 100%;
  max-width: 1000px;
}
.news_detail .Align-post .Post-content {
  padding: 48px 160px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 10px 12px 48px 0px rgba(0, 0, 0, 0.06);
}
.news_detail .Align-post .Post-content .header-post .post_name {
  color: var(--007-ec-3, #007ec3);
  text-align: center;
  font-family: AquaWax, sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 132%; /* 55.44px */
}
.news_detail .Align-post .Post-content .header-post .in4Post-share {
  margin: 32px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news_detail .Align-post .Post-content .header-post .in4Post-share .in4Post {
  display: flex;
  align-items: center;
  gap: 10px;
}
.news_detail .Align-post .Post-content .header-post .in4Post-share .in4Post h6 {
  margin: 0;
  color: rgba(0, 0, 0, 0.87);
  font-family: AquaWax, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 14px */
}
.news_detail .Align-post .Post-content .header-post .in4Post-share .in4Post img {
  width: 7px;
  height: 7px;
}
.news_detail .Align-post .Post-content .header-post .in4Post-share .in4Post p {
  margin: 0;
  color: rgba(0, 0, 0, 0.6);
  font-family: AquaWax, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
}
.news_detail .Align-post .Post-content .header-post .in4Post-share .Share-post {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.news_detail .Align-post .Post-content .header-post .in4Post-share .Share-post p {
  color: rgba(0, 0, 0, 0.6);
  font-family: AquaWax, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  margin: 0;
}
.news_detail .Align-post .Post-content .header-post .in4Post-share .Share-post .IconSocial {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.news_detail .Align-post .Post-content .header-post .in4Post-share .Share-post .IconSocial img {
  width: 16px;
  height: 16px;
}
.news_detail .Align-post .Post-content .header-post h5 {
  color: rgba(0, 0, 0, 0.87);
  font-family: AquaWax, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 148%; /* 26.64px */
}
.news_detail .Align-post .Post-content .table_of_content_bar {
  margin: 24px 0;
  border: 1px solid #ddd;
  border-radius: 15px;
  overflow: hidden;
}
.news_detail .Align-post .Post-content .table_of_content_bar .header_block_toc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 24px;
  background-color: rgb(250, 250, 250);
}
.news_detail .Align-post .Post-content .table_of_content_bar .header_block_toc .icon_title_block_toc {
  display: flex;
  align-items: center;
  gap: 8px;
}
.news_detail .Align-post .Post-content .table_of_content_bar .header_block_toc .icon_title_block_toc span {
  text-transform: uppercase;
  color: #4a4a4a;
  font-size: 14px;
}
.news_detail .Align-post .Post-content .table_of_content_bar .content_list_toc {
  padding: 12px 24px;
  background-color: #fff;
}
.news_detail .Align-post .Post-content .table_of_content_bar .content_list_toc #toc {
  padding: 0;
}
.news_detail .Align-post .Post-content .table_of_content_bar .content_list_toc #toc li {
  list-style: none;
  padding: 5px 0;
}
.news_detail .Align-post .Post-content .table_of_content_bar .content_list_toc #toc li a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #007ec3;
}
.news_detail .Align-post .Post-content .body-post .img-post-wrapper {
  width: 100%;
  margin: 48px 0;
}
.news_detail .Align-post .Post-content .body-post .img-post-wrapper img {
  width: 100%;
}
.news_detail .Align-post .Post-content .body-post table {
  width: 100% !important;
}
.news_detail .Align-post .Post-content .body-post p {
  color: var(--Black-87, rgba(0, 0, 0, 0.87));
  font-family: AquaWax, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%; /* 26.64px */
}
.news_detail .Align-post .Post-content .body-post p img {
  width: 100% !important;
}
.news_detail .Align-post .Post-content .body-post h1 {
  font-size: 30px;
}
.news_detail .Align-post .Post-content .body-post .end-post-line {
  height: 1px;
  margin: 48px 0px;
  background: var(--Overlay-black-12, rgba(0, 0, 0, 0.12));
  box-sizing: border-box;
}
.news_detail .Align-post .Post-content .footer-post {
  margin: 0 0px;
}
.news_detail .Align-post .Post-content .footer-post .Tags-share {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news_detail .Align-post .Post-content .footer-post .Tags-share .Tags {
  display: flex;
  align-items: center;
  gap: 8px;
}
.news_detail .Align-post .Post-content .footer-post .Tags-share .Tags .iconTags {
  display: flex;
  align-items: center;
}
.news_detail .Align-post .Post-content .footer-post .Tags-share .Tags .iconTags img {
  width: 20px;
  height: 20px;
}
.news_detail .Align-post .Post-content .footer-post .Tags-share .Tags .iconTags p {
  color: #000;
  font-family: AquaWax, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 16px */
  margin: 0;
}
.news_detail .Align-post .Post-content .footer-post .Tags-share .Tags .tag_items {
  display: flex;
  align-items: center;
  gap: 8px;
}
.news_detail .Align-post .Post-content .footer-post .Tags-share .Tags .tag_items .tagsTitle {
  color: rgba(0, 0, 0, 0.6);
  font-family: AquaWax, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  display: flex;
  padding: 7px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.06);
  margin-bottom: 0;
}
.news_detail .Align-post .Post-content .footer-post .Tags-share .Tags .tag_items .add-more-tags {
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 12px;
  font-size: 20px;
  background: rgba(0, 0, 0, 0.06);
  color: rgba(0, 0, 0, 0.4);
  border-radius: 100px;
  margin-bottom: 0;
}
.news_detail .Align-post .Post-content .footer-post .Tags-share .Share-post {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.news_detail .Align-post .Post-content .footer-post .Tags-share .Share-post p {
  color: rgba(0, 0, 0, 0.6);
  font-family: AquaWax, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  margin: 0;
}
.news_detail .Align-post .Post-content .footer-post .Tags-share .Share-post .IconSocial {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.news_detail .Align-post .Post-content .footer-post .Tags-share .Share-post .IconSocial img {
  width: 16px;
  height: 16px;
}
.news_detail .Align-post .Related-articles {
  margin: 60px 0 0px 0;
}
.news_detail .Align-post .Related-articles .title_block_related {
  text-align: center;
  color: var(--Black-87, rgba(0, 0, 0, 0.87));
  font-family: AquaWax, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 32px */
  text-transform: uppercase;
  margin-bottom: 40px;
}
.news_detail .Align-post .Related-articles .List-post {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 130px;
}
.news_detail .Align-post .Related-articles .List-post .blog-card .relative-blog-card {
  width: 100%;
  position: relative;
  z-index: 1;
  height: 100%;
}
.news_detail .Align-post .Related-articles .List-post .blog-card .relative-blog-card .news-images {
  width: 100%;
  height: 100%;
}
.news_detail .Align-post .Related-articles .List-post .blog-card .relative-blog-card .news-images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}
.news_detail .Align-post .Related-articles .List-post .blog-card .relative-blog-card .blog-in4 {
  border-radius: 24px;
  background: #fff;
  box-shadow: 4px 6px 24px 0px rgba(0, 0, 0, 0.08);
  position: absolute;
  padding: 25px;
  width: 90%;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -35%);
  z-index: 3;
}
.news_detail .Align-post .Related-articles .List-post .blog-card .relative-blog-card .blog-in4 p {
  color: #999;
  font-family: AquaWax, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
}
.news_detail .Align-post .Related-articles .List-post .blog-card .relative-blog-card .blog-in4 .post-title {
  margin-bottom: 0;
  color: #333;
  text-overflow: ellipsis;
  font-family: AquaWax, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 28px */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news_detail .Align-post .Related-articles .List-post .blog-card .relative-blog-card .blog-in4 .post-link {
  opacity: 0;
  position: absolute;
  z-index: 3;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .content-news-banner h3 {
    font-size: 20px !important;
  }
  .content-news-banner h1 {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  .content-news-banner p {
    font-size: 14px !important;
  }
  .news-banner-wrapper {
    flex-direction: column;
  }
  .news-banner-wrapper .content-news-banner {
    margin-right: 0 !important;
    width: 100%;
  }
  .news-banner-wrapper .img-news-banner {
    width: 100%;
  }
  .news-banner-wrapper .img-news-banner img {
    width: 100%;
  }
  .Post-block .Align-post-block {
    padding: 0 16px;
  }
  .Post-block .Align-post-block .List-post {
    display: flex;
    flex-direction: column;
  }
  .news_detail {
    padding: 30px 0 130px 0;
  }
  .news_detail .Align-post {
    padding: 0 12px;
  }
  .news_detail .Align-post .Post-content {
    padding: 24px;
  }
  .news_detail .Align-post .Post-content .header-post .post_name {
    font-size: 24px;
    line-height: 31px;
  }
  .news_detail .Align-post .Post-content .header-post .in4Post-share {
    margin: 16px 0;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
  .news_detail .Align-post .Post-content .header-post .in4Post-share .in4Post {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .news_detail .Align-post .Post-content .header-post .in4Post-share .in4Post img {
    display: none;
  }
  .news_detail .Align-post .Post-content .header-post .summary {
    font-size: 14px;
    line-height: 20px;
  }
  .news_detail .Align-post .Post-content .body-post h1 {
    font-size: 20px;
  }
  .news_detail .Align-post .Post-content .body-post table {
    width: 100% !important;
  }
  .news_detail .Align-post .Post-content .body-post table tr td {
    padding: 8px !important;
  }
  .news_detail .Align-post .Post-content .body-post p {
    line-height: 20px;
    font-size: 14px;
  }
  .news_detail .Align-post .Post-content .footer-post .Tags-share {
    gap: 12px;
    flex-direction: column;
    align-items: flex-start;
  }
  .news_detail .Align-post .Post-content .footer-post .Tags-share .Tags {
    flex-direction: column;
    align-items: flex-start;
  }
  .news_detail .Align-post .Related-articles .List-post {
    display: flex;
    flex-direction: column;
  }
}/*# sourceMappingURL=News.css.map */