.news_page {
  background: #fff;
  position: relative;
}

.news_page-container .heading {
  min-width: 14rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.news_page-container .heading .title {
  /*color: var(--color-dark-1);*/
  text-align: center;
  font-size: var(--font-h1);
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 3.9375rem */
  text-transform: uppercase;
}
.news_page-container .heading .icon_foliage {
  width: 13.2rem;
  height: 1.5625rem;
  margin-top: 0.5rem;
}
/* list category */
.news_page-container .list_categorys {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}
.news_page-container .list_categorys li a {
  color: var(--color-white);
  background-color: var(--color-primary);
  padding: 1rem;
  border-radius: 0.5rem;
  margin-right: 1rem;
  font-size: var(--font-sub2-5);
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 1.35rem */
  display: block;
}
/* news_page-content */
.news_page-container .news_page-content {
  display: flex;
  justify-content: space-between;
  margin-top: 2.5rem;
}
/* loadMore_list-news */
.news_page-container .loadMore_list-news {
  display: none;
}
.news_page-container .loadMore_list-news .loadMore_news-mobile {
  display: flex;
  margin: 1rem 0 2rem;
  justify-content: center;
}
.news_page-container .loadMore_list-news .loadMore_news-mobile .loadMore_news-btn {
  border: 1px solid var(--button-primary);
  color: var(--button-primary);
  padding: 0.5rem 1rem;
  font-size: var(--font-sub2-6);
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 1.3rem */
  background-color: transparent;
  border-radius: 2.5rem;
}
@media (max-width: 768px) {
	.news_page {
	  padding-top:1.5rem;
	}
	.news_page-container {
	  padding: 0 1rem;
	}
	.news_page-container .heading .title {
	  font-size: var(--font-h4);
	  line-height: 120%; /* 3.9375rem */
	}
	.news_page-container .heading .icon_foliage {
	  width: 9.2rem;
	  height: 1rem;
	}
	.news_page-container .list_categorys {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    padding: 1rem 0;
    flex-direction: column;
  }
  .news_page-container .list_categorys li a {
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    margin-right: 0;
    font-size: var(--font-sub2-7);
    line-height: 150%; /* 1.35rem */
    display: block;
    margin-bottom: 0.5rem;
    text-align: center;
  }
	.news_page-container .news_page-content {
    display: none;
  }
    .news_page-container .loadMore_list-news {
    display: block;
  }
}
/* ====================== item News Ngang component =========================== */
.body_featured_news {
  max-width: 50.375rem;
}
/* .featured_news component */
.featured_news-item .featured_news-img {
  /*height: 28.125rem;*/
  object-fit: cover;
  
}
.featured_news-item .featured_news-content {
  margin-top: 1.5rem;
}
/* date post component */
.date_post_news {
  display: flex;
  align-items: center;
}
.date_post_news .icon {
  width: 1.5rem;
  height: 1.5rem;
}
.date_post_news .date {
  color: var(--color-white);
  text-align: left;
  font-size: var(--font-body4);
  font-style: normal;
  font-weight: 400;
  margin-top: 0.1rem;
  margin-left: 0.5rem;
  line-height: 150%; /* 1.3125rem */
}
/* title heading featured */
.featured_news-item .featured_news-content .featured_news-title .title_heading {
  color: var(--color-primary);
  font-size: var(--font-h3);
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 2.1rem */
  margin-top: 0.5rem;
  text-align: left;
}
.featured_news-item .featured_news-content .featured_news-title .sub_title {
  overflow: hidden;
  color: var(--color-primary);
  text-align: justify;
  text-overflow: ellipsis;
  font-size: var(--font-body3);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.5rem */
  margin-top: 0.5rem;
}
.featured_news-item .featured_news-content .date {
  color: var(--color-primary);
}
@media (max-width: 768px) {
  /* .body_featured_news  */
  .home_news-content .home_news-body .body_featured_news {
    max-width: 100%;
  }
  /* .featured_news component */
  .featured_news-item .featured_news-img {
    width: 100%;
    height: 12rem;
  }
  .featured_news-item
    .featured_news-content
    .featured_news-title
    .title_heading {
    font-size: var(--font-h4);
  }
  .featured_news-item .featured_news-content .featured_news-title .sub_title {
    font-size: var(--font-body4);
  }
}
/* ====================== item News dọc component =========================== */
/* body_latest_news */
.body_latest_news {
  width: 35.8rem;
}
.body_latest_news .title {
  color: var(--color-primary);
  font-size: var(--font-h5);
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 1.5rem */
  border-bottom: 2px solid var(--color-primary);
  display: inline-block;
  padding-bottom: 0.25rem;
  font-family: Arial, Helvetica, sans-serif;
}
/* latest_news component */
.latest_news-item {
  display: flex;
  align-items: start;
  border-bottom: 1px solid var(--color-light-1);
  padding: 1.5rem 0 1rem;
}
.latest_news-item .latest_news-img {
  width: 10rem;
  height: 5.9375rem;
  flex-shrink: 0;
}
.latest_news-item .latest_news-img .image{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.latest_news-item .latest_news-content {
  margin-left: 1rem;
}
/* date post component */
.date_post_news {
  display: flex;
  align-items: center;
}
.date_post_news .icon {
  width: 1.5rem;
  height: 1.5rem;
}
.date_post_news .date {
  color: var(--color-white);
  text-align: left;
  font-size: var(--font-body4);
  font-style: normal;
  font-weight: 400;
  margin-top: 0.25rem;
  margin-left: 0.5rem;
  line-height: 150%;
}
.body_latest_news .date {
  color: var(--color-primary) !important;
}
.latest_news-item .latest_news-content .date_post-title {
  color: var(--color-primary);
  font-size: var(--font-sub1-5);
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 1.35rem */
  margin-top: 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* ============= Item slide, load more ============= */
.item_newsSlide_body {
  /*max-width: 20.75rem;*/
  margin-bottom: 1.5rem;
}
/* .featured_news component */
.item_newSlide .item_newSlide-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit:cover;
  border-radius: 2rem 2rem 0 0;
}
.item_newSlide .item_newSlide-content {
  margin-top: 0.75rem;
  padding: 1rem;
}
/* date post component */
.date_post_news {
  display: flex;
  align-items: center;
}
.date_post_news .icon {
  width: 1.5rem;
  height: 1.5rem;
}
.date_post_news .date {
  color: var(--color-white);
  text-align: left;
  font-size: var(--font-body4);
  font-style: normal;
  font-weight: 400;
  margin-top: 0.1rem;
  margin-left: 0.5rem;
  line-height: 150%; /* 1.3125rem */
}
/* title heading featured */

.item_newSlide .item_newSlide-content .item_newSlide-title .title_heading {
  color: var(--color-white);
  font-size: var(--font-sub1-4);
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem; /* 2.1rem */
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  height: 3rem;
}
.item_newSlide .item_newSlide-content .item_newSlide-title .sub_title {
  overflow: hidden;
  color: var(--color-white);
  text-align: left;
  text-overflow: ellipsis;
  font-size: var(--font-body4);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.5rem */
  margin: 0.5rem 0;
  padding-right: 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.item_newSlide .item_newSlide-content .view_productAll {
  display: none;
}

@media (max-width: 768px) {
  .body_latest_news {
    width: 100%;
  }
  .latest_news-item .latest_news-img {
    width: 6.25rem;
    height: 5rem;
  }
  .latest_news-item .latest_news-img.pc {
    display: none;
  }
  .latest_news-item .latest_news-img.mobile {
    display: block;
  }
  .latest_news-item .latest_news-content .date_post-title {
    font-size: var(--font-sub1-6);
  }
  .item_newsSlide_body {
    max-width: 100%;
    margin-bottom: 0rem;
  }
  /* .featured_news component */
  .item_newSlide .item_newSlide-content .item_newSlide-title .title_heading {
    font-size: var(--font-h6);
    height: auto;
    min-height: 2.5rem;
  }
  .item_newSlide .item_newSlide-content .item_newSlide-title .sub_title {
    font-size: var(--font-body4);
  }
  .date_post_news.pc {
    display: none;
  }
  .item_newSlide .item_newSlide-content .view_productAll {
    display: inline-block;
    display: flex;
    font-size: var(--font-sub1-6);
    font-weight: bold;
	  align-items:center;
    color: var(--color-primary);
    padding: 0 0 0.5rem;
    margin: 1rem 0 1.5rem;
  }
  .item_newSlide .item_newSlide-content .view_productAll .view_title{
  	color: var(--color-primary);
  	font-family: SVN-Gilroy;
  	font-size: var(--font-sub1-6);
  	font-style: normal;
  	font-weight: 700;
  	line-height: 150%; /* 1.2rem */
  	padding-bottom:0.25rem;
  }
  .item_newSlide
    .item_newSlide-content
    .view_productAll
    .arrow_viewAll_product {
    width: 1.5rem;
	  height:1.5rem;
  }
  .item_newSlide
    .item_newSlide-content
    .view_productAll
    .arrow_viewAll_product {
      margin-left: 0.5rem;
  }
}
