@media (max-width: 768px) {
  .news_page-container .heading .title {
    margin-bottom: 1rem;
  }
  .list-news-mobile {
    padding: 0 1rem;
  }
  .list-news-mobile .item_newSlide {
    display: flex;
  }
  .list-news-mobile .item_newsSlide_body > a {
    width: 30rem;
    display: block;
  }
  .list-news-mobile .item_newsSlide_body > a .item_newSlide > img { 
    margin-right: 1rem;
    width: 10rem;
    margin-bottom: 1rem;
  }
  .list-news-mobile .date_post_news .date {
    color: var(--color-dark);
  }
  .list-news-mobile .item_newSlide .item_newSlide-img {
    border-radius: 1rem;
  }
  .skeleton-item {
    background: #e0e0e0;
    height: 20px;
    margin: 10px 0;
    border-radius: 4px;
    animation: shimmer 1.5s infinite;
  }
  #skeleton .skeleton-item:first-child {
    height: 12rem;
  }
  @keyframes shimmer {
    0% {
      background-position: -1000px 0;
    }
    100% {
      background-position: 1000px 0;
    }
  }
  #load-more {
    color: var(--color-primary);
    font-size: 1rem;
    background: white;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 1.3rem */
    padding: 0.5rem 1rem;
    border-radius: 999rem;
    border: 1px solid var(--color-primary);
    display: block;
    margin: 1.5rem auto 0.5rem;
  }
  .item_newsSlide_body {
    max-width: 100%;
    margin-bottom: 0rem;
  }
  /* .featured_news component */
  .item_newSlide .item_newSlide-content {
    margin-top: 0rem;
    padding: 1rem 0;
  }
  .item_newSlide .item_newSlide-content .item_newSlide-title .title_heading {
    font-size: var(--font-sub1-6);
    color: var(--color-dark-1);
    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;
    margin-bottom: .5rem;
  }
  .item_newSlide .item_newSlide-content .item_newSlide-title .sub_title {
    overflow: hidden;
    color: var(--color-dark);
    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: inline-block;
    display: flex;
    font-size: var(--font-sub1-6);
    font-weight: bold;
    color: var(--color-primary);
    padding: 0 0 0.5rem;
    margin: .5rem 0;
  }
  .item_newSlide
  .item_newSlide-content
  .view_productAll
  .arrow_viewAll_product {
    width: 1.5rem;
  }
  .item_newSlide
  .item_newSlide-content
  .view_productAll
  .arrow_viewAll_product {
    margin-left: 0.5rem;
  }
  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 1.75rem;
  }
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -1rem;
  }
  /*//tab mobile*/
  .list-news-mobile .tabs {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 600px;
    margin: auto;
    font-family: sans-serif;
  }

  .list-news-mobile .tabs input[type="radio"] {
    display: none;
  }

  .list-news-mobile .tabs label {
    padding: 10px 15px;
    background: #007BFF;
    color: #fff;
    cursor: pointer;
    border: none;
    transition: background 0.3s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 4px;
    margin: 0 .2rem .2rem 0;
  }

  .list-news-mobile .tabs label:hover {
    background: #0056b3;
  }

  .list-news-mobile .tab-content {
    display: none;
    background: #fff;
    border-radius: 4px;
  }

  #tab1:checked ~ .content #content1,
  #tab2:checked ~ .content #content2,
  #tab3:checked ~ .content #content3,
  #tab4:checked ~ .content #content4,
  #tab5:checked ~ .content #content5,
  #tab6:checked ~ .content #content6,
  #tab7:checked ~ .content #content7,
  #tab8:checked ~ .content #content8,
  #tab9:checked ~ .content #content9 {
    display: block;
  }

  #tab1:checked ~ .labels label[for="tab1"],
  #tab2:checked ~ .labels label[for="tab2"],
  #tab3:checked ~ .labels label[for="tab3"],
  #tab4:checked ~ .labels label[for="tab4"],
  #tab5:checked ~ .labels label[for="tab5"],
  #tab6:checked ~ .labels label[for="tab6"],
  #tab7:checked ~ .labels label[for="tab7"],
  #tab8:checked ~ .labels label[for="tab8"],
  #tab9:checked ~ .labels label[for="tab9"] {
    background: #0056b3;
  }

  .list-news-mobile .labels {
    display: flex;
    /*flex-wrap: wrap;*/
    /*justify-content: center;*/
    /*gap: 4px;*/
    margin-bottom: 10px;
    overflow: auto;
  }

  .list-news-mobile .labels label {
    flex: 1 1 auto;
    text-align: center;
    min-width: 100px;
    max-width: 100%;
  }

  .news_slide-wrapper-mobile .news_slide-content .swiper-container {
    overflow: hidden;
    user-select: none;
    cursor: pointer;
    width: 100%;
    height: 100%;
  }
  .news_slide-wrapper-mobile .title h4 {
    color: var(--color-primary)
  }
  .list-news-mobile ::-webkit-scrollbar {
    height: 6px;
  }
}
