.wrapper_tabcontent-newshome .clm {
  margin-bottom: 10px;
  background-color: hsl(0, 0%, 97%);
}
.news .box-card {
  background-color: hsl(0, 0%, 97%);
  border-radius: 5px;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.news .box-card__content {
  padding: 15px;
}
.news .box-card__content span span {
  font-size: 13px;
  font-weight: 300;
}
.desc-post-data h3 {
    font-size: 22px;
}

.news .cat-links a {
  background-color: #ac8d6800;
  color: #000;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 2px;
  margin-right: 6px;
}
.news img {
  aspect-ratio: 1/0.7;
  height: 220px;
  width: 100%;
  display: block;
  border-radius: 5px 5px 0px 0px;
}
.post-related.news img {
  height: 170px;
}
.news .cat-links {
  margin: 0px 0px 10px 0px;
}
.news h4 {
  height: 45px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news .desc p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding: 0;
  text-align: justify;
}
.news__usertime {
  color: var(--color-7);
  font-weight: 400;
}
.page-news-box .box-card__content {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 25px;
  padding-bottom: 30px;
}
.page-new-box__content {
  padding: 30px 40px;
  border-radius: 3px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.04);
}
.page-news-box-lf {
  padding: 35px 30px;
  background-color: var(--bg-7);
  border-radius: 5px;
  margin-bottom: 20px;
}
.page-news-box-lf form {
  background-color: var(--bg-primary);
  position: relative;
}
.page-news-box-lf input {
  height: 60px;
  width: 100%;
  padding: 15px;
}
.page-news-box-lf button {
  position: absolute;
  right: 0;
  height: 100%;
  width: 60px;
}
.page-news-box-lf button svg {
  height: 16px;
  fill: gray;
}
.page-news-box-lf h4 {
  color: var(--color-5);
  font-size: calc(var(--heading-4) - 3px);
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 22px;
}
.thumbnail-post img {
  max-width: 100px;
  height: 100px;
  border-radius: 5px;
}
.title-post {
  padding-left: 20px;
}
.title-post a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5em;
  color: var(--color-5);
  font-size: 16px;
}
.title-post span {
  color: gray;
  font-size: 13px;
}
.page-news-box-lf:nth-child(2) ul li {
  margin-bottom: 10px;
}
.aboutus a:hover {
    background: #4ea345;
    transition: 0.5s ease;
}
button.tablinks-newshome.active:before {
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 6px solid #00693f;
    content: "";
    opacity: 1;
    transition: 0.3s;
    border-left: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
}
.page-news-box-lf:nth-child(3) ul li a {
  color: gray;
  font-size: 14px;
  font-weight: 700;
}
.page-news-box-lf:nth-child(3) ul li {
  list-style: square;
  color: #d0d0d0;
  margin-bottom: 12px;
  margin-left: 15px;
}

.newsRb-content {
  padding: 25px;
}
.pg-newsRb {
  background-color: #0f4a2636;
}
.newsRb-box {
  background-color: white;
  margin-bottom: 20px;
  border-radius: 20px;
}
.newsRb-box img {
  border-radius: 20px 20px 0px 0px;
  height: 300px;
  width: 100%;
}
.newsRb-content .newsRb-content__title {
  font-weight: 600;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.newsRb-content .desc p {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  padding: 0;
  margin-top: 10px;
  font-size: 14px;
}
.newsRb-box-seemore {
  background-color: #053f23;
  color: white;
  padding: 10px 30px;
  border-radius: 50px;
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
}
.newsRb-box-seemore svg {
  fill: white;
  margin-left: 10px;
}
.pagination {
  margin-bottom: 20px;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination li {
  list-style: none !important;
}
.pagination li span,
.pagination li a {
  display: block;
  text-align: center;
  overflow: hidden;
  width: 26px;
  color: #053f23;
  border-radius: 0;
  font-size: 18px;
}
.pagination li.active span,
.pagination li.active a {
  font-weight: 600;
}

@media (min-width: 768px) {
  .news .cat-links a {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .news .box-card {
    margin-bottom: 35px;
  }
}

/* Tab Links */
.tabs-news {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.tablinks-news {
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 35px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  transition: 0.2s ease;
  position: relative;
  margin: 0px 10px;

  margin-bottom: 45px;
}
.tablinks-news:after,
.tablinks-news:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid var(--bg-5);
}
.tablinks-news:before {
  top: 5px;
  bottom: 5px;
}
.tablinks-news::after {
  left: 5px;
  right: 5px;
}
.tablinks-news:hover {
  background: var(--bg-5);
  color: #fff;
}
/* Tab active */
.tablinks-news.active {
  background: var(--bg-5);
  color: #fff;
}

/* tab content */
.tabcontent-news {
  display: none;
}
/* Text*/
.tabcontent-news p {
  color: #333;
  font-size: 16px;
  padding: 0;
}
/* tab content active */
.tabcontent-news.active {
  display: block;
}

.page-news-box {
  background-color: #e7e7e9;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  margin-bottom: 10px;
}
.page-news-img {
  height: 350px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.page-news-content {
  padding: 25px 20px;
  position: relative;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.page-news-box:hover .page-news-img {
  height: 290px;
}
.page-news-box:hover .page-news-img img {
  height: 100%;
  width: 100%;
}
.page-news-box:hover .page-news-content {
  height: 210px;
}
.page-news-content a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 10px;
}
.page-news-content .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding: 0;
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  padding: 0 50px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  text-transform: none;
  opacity: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.page-news-box:hover .page-news-content .desc {
  opacity: 1;
}
.page-news-content .category-name,
.page-news-content time {
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.25;
  color: #858484;
}
.page-news-content time {
  margin-bottom: 10px;
  display: block;
}
.tabcontent-news .clm {
  width: 100%;
}

.breadcrumb {
  padding: 0px 0px 20px 0px;
}
.breadcrumb ul li {
  position: relative;
}
.breadcrumb ul li:not(:last-child):after {
  position: absolute;
  right: -4px;
  content: ">";
  color: rgb(255, 255, 255);
  top: 3%;
  font-size: 16px;
}
.breadcrumb ul li a {
  font-size: 16px;
  color: rgb(255, 255, 255);
  padding: 0px 12px;
}
.breadcrumb ul li:first-child a {
  padding-left: 0;
}
.breadcrumb ul li a.active {
  color: rgb(255, 255, 255);
}
.banner-page__content .banne-page-time li {
  font-size: 13px;
  color: white;
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.banner-page__content .banne-page-time li svg {
  height: 13px;
  fill: white;
  margin-right: 5px;
  margin-top: 1px;
}
.post-related-left ul li {
  font-size: 13px;
  margin-bottom: 15px;
  position: relative;
  color: #444;
  text-transform: none;
  cursor: pointer;
}

.postdetail .desc-post ul li {
  list-style: disc !important;
  margin-left: 15px;
  font-weight: 300;
}
.postdetail__time li:not(:last-child)::before {
  position: absolute;
  height: 4px;
  width: 4px;
  border-radius: 100%;
  background-color: #a0a0a0;
  right: -1px;
  content: "";
  top: 38%;
}
.postdetail__time li a {
  color: #0070f4;
  font-weight: 600;
  padding-left: 10px;
}
.postdetail__time li time {
  padding-right: 10px;
  color: #717171;
}
.postdetail__time {
  padding: 15px 0px;
}
.news-bottom {
  padding: 25px 0px;
  border-block: 1px solid #ddd;
}
.news-bottom a {
  display: inline-block;
  color: #0070f4;
  font-size: 15px;
  line-height: 24px;
  padding: 5px 11px;
  border-radius: 8px;
  border: 1px solid #99c6fb;
  margin-left: 15px;
  font-weight: 500;
}
.comment {
  border-top: 1px solid #c8c8c8;
}
.comment-avatar img {
  height: 45px;
  width: 45px;
  display: block;
  margin-right: 10px;
}
.comment-form textarea {
  width: 100%;
  padding: 10px;
  font-size: 17px;
  border: 1px solid #cecece;
  display: block;
}
.comment__submit {
  background: #f5f6f7;
  border: 1px solid #cecece;
  border-top: 0px;
}
.comment__submit button {
  background-color: #9cb4d8;
  border-color: #9cb4d8;
  color: white;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 20px;
  margin: 8px;
}
.comment-quantity {
  padding: 20px 0px;
}
.display-comment-img img {
  height: 45px;
  width: 45px;
  border-radius: 100%;
  border: 1px solid #acaaad;
  margin-right: 10px;
}
.like span {
  background: #1877f2;
  margin: 4px;
  padding: 2px 5px;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  user-select: none;
  align-items: center;
  font-size: 14px;
}
.like span svg {
  fill: white;
  margin-right: 5px;
  height: 15px;
}
.star {
  display: flex;
  padding-top: 15px;
  padding-bottom: 8px;
}
.star li {
  fill: gray;
  margin-top: 5px;
}
.star li.selected {
  fill: #f7d30b;
}
.article_star {
  font-size: 14px;
  margin-left: 5px;
}

.popup input {
  width: 100%;
  padding: 5px;
  border: 1px solid #cecece;
  display: block;
  font-size: 13px;
  margin-bottom: 10px;
}
.popup button {
  background-color: var(--bg-5);
  color: white;
  padding: 7px 20px;
}
#idPost {
  opacity: 0;
  height: 0;
  padding: 0;
  margin-bottom: 0px;
}
.popup p {
  font-size: 14px;
  font-style: italic;
}
.closePopup {
  padding: 0 !important;
  height: 16px;
  width: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 11px;
  background-color: #939393 !important;
  position: absolute;
  top: 5px;
  right: 6px;
}

.post-related .title-section {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid lightgray;
}
.post-related.news img {
  border-radius: 15px;
  transition: all 0.7s;
}
.post-related.news .box-card {
  background-color: #f8f8f800;
  padding: 0px 15px;
}
.post-related.news .box-card:hover img {
  /*border: 4px solid #99c6fb;*/
  border-left: 0px;
}
.post-related.news .box-card__content {
  padding: 0px;
}
.post-related.news .box-card__title {
  text-transform: unset;
  margin-top: 15px;
}
.post-related.news .autoplay4-ykkh {
  margin: 0px -15px;
}
.post-related__time time {
  color: gray;
}
.post-related {
  margin-top: 40px;
}
.post-related h5 {
  padding-bottom: 3px;
  position: relative;
  width: fit-content;
}
.post-related h5:before {
  position: absolute;
  content: "";
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: var(--bg-5);
}
.post-related svg {
  margin-right: 10px;
  fill: var(--color-5);
}
.post-related ul li {
  line-height: 1.4;
}
.post-related ul li a {
  font-weight: 600;
  font-size: 14px;
  margin-top: 15px;
  padding-bottom: 15px;
  display: block;
  border-bottom: 1px solid #d5d5d5;
  color: #444;
  position: relative;
  padding-left: 15px;
}
.post-related ul li a::before {
  position: absolute;
  left: 0;
  height: 5px;
  width: 5px;
  background-color: var(--bg-5);
  content: "";
  top: 7px;
}
.post-related-left ul {
  margin-top: 15px;
}
.postdetail-right {
  height: fit-content;
  position: sticky;
  top: 140px;
}
.banner-footer img {
  height: 200px;
}
.news {
  overflow: hidden;
}
/* Tab Links */
.tabs-newshome {
  display: flex;
  white-space: nowrap;
  overflow-x: auto;
}
.tablinks-newshome {
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0px;
  font-weight: 600;
  transition: 0.2s ease;
  position: relative;
  padding: 0;
  text-transform: initial;
  font-size: 16px;
  margin-right: 15px;
  margin-bottom: 20px;
}
.tablinks-newshome.active:after {
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0px;
  background-color: var(--bg-5);
  content: "";
}
.tablinks-newshome:hover {
  color: #000;
}
/* Tab active */
.tablinks-newshome.active {
  color: #000;
}

/* tab content */
.tabcontent-newshome {
  opacity: 0;
  visibility: hidden;
  height: 0px;
}

/* tab content active */
.tabcontent-newshome.active {
  opacity: 1;
  height: auto;
  visibility: visible;
  animation: slide-right 1s ease-out;
}

.box-list-video {
  background-color: #333;
  padding: 7px;
  margin-bottom: 20px;
}
.item-box-list-video {
  position: relative;
}
.item-box-list-video img {
  aspect-ratio: 1/0.5;
  object-fit: cover;
  width: 100%;
}
.inf-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0e0e0e00;
}

.inf-video-top {
  line-height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.inf-video-top span {
  margin-left: 5px;
}
.inf-video-bottom {
  line-height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.inf-video-top span {
  padding: 0px 10px;
  font-size: 12px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #b5b5b5;
}
.item-inf-video-bottom {
  font-size: 12px;
  display: inline-block;
  background: rgba(255, 255, 255, 0);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #b5b5b5;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  fill: #e1e1e1;
}
.item-inf-video-bottom a {
  padding: 0px 5px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.item-inf-video-bottom a i {
  font-size: 18px;
  margin-right: 5px;
}
.item-box-list-video iframe {
  width: 100%;
  height: 200px;
  display: block;
}
.inf-video-top span p {
  font-size: 16px;
  color: #cecece;
}

button.pre-slicker-2.slick-arrow svg {
  width: 20px;
  height: 20px;
  margin-right: 0px;
}

button.next-slicker-2.slick-arrow {
  display: block !important;
  z-index: 9999;
  padding: 0px;
  width: 33px;
  height: 68px;
  background: #eee;
  right: 0;
  border-radius: 10px 0 0 10px;
}

button.next-slicker-2.slick-arrow svg {
  width: 20px;
  height: 20px;
  margin-right: 0px;
}

button.pre-slicker-2.slick-arrow {
  display: block !important;
  z-index: 9999;
  padding: 0px;
  width: 33px;
  height: 68px;
  background: #eee;
  border-radius: 0 10px 10px 0;
}

.autoplay4-ykkh {
  position: relative;
}

button.pre-slicker.slick-arrow {
  display: block !important;
  z-index: 9999;
  padding: 0px;
  width: 33px;
  height: 68px;
  background: #eee;
  border-radius: 0 10px 10px 0;
}

.box-slick-bds-kayw {
  position: relative;
}

button.pre-slicker.slick-arrow svg {
  width: 20px;
  height: 20px;
  margin-right: 0px;
}

button.next-slicker.slick-arrow {
  display: block !important;
  z-index: 9999;
  padding: 0px;
  width: 33px;
  height: 68px;
  background: #eee;
  right: 0;
  border-radius: 10px 0 0 10px;
}

button.next-slicker.slick-arrow svg {
  width: 20px;
  height: 20px;
  margin-right: 0px;
}
.post-related.news .autoplay4-ykkh-2 {
  margin: 0px -15px;
  position: relative;
}
@media (min-width: 576px) {
  .tabcontent-news .clm {
    width: 50%;
  }
  .tabcontent-news .clm:nth-child(3n + 1) {
    width: 100%;
  }
  .page-news-content {
    height: 150px;
  }
  .tabcontent-news .clm:nth-child(3n + 1) .page-news-box {
    display: flex;
    flex-direction: row-reverse;
  }
  .tabcontent-news .clm:nth-child(3n + 1) .page-news-box .page-news-img {
    width: 60%;
  }
  .tabcontent-news .clm:nth-child(3n + 1) .page-news-box .page-news-content {
    flex: 1;
    padding: 50px;
    overflow: hidden;
  }
  .tabcontent-news
    .clm:nth-child(3n + 1)
    .page-news-box
    .page-news-content
    .desc {
    position: relative;
    padding: 0;
    transform: translateX(-100%);
    bottom: 0px;
  }
  .tabcontent-news
    .clm:nth-child(3n + 1)
    .page-news-box:hover
    .page-news-content
    .desc {
    transform: translateX(0%);
  }
  .tabcontent-news .clm:nth-child(3n + 1) .page-news-box .page-news-img,
  .tabcontent-news .clm:nth-child(3n + 1) .page-news-box .page-news-content {
    height: 400px;
  }
  .tabcontent-news .clm:nth-child(3n + 1) .page-news-box:hover .page-news-img,
  .tabcontent-news
    .clm:nth-child(3n + 1)
    .page-news-box:hover
    .page-news-content {
    height: 400px;
  }
  .page-news-content a {
    -webkit-line-clamp: 2;
  }
}
@media (min-width: 992px) {
  .page-news-content {
    padding: 25px 50px;
  }
  .page-news-box {
    margin-bottom: 20px;
  }
  .news-top {
    display: flex;
  }
  .tablinks-newshome {
    margin-left: 25px;
    margin-right: 0px;
    margin-bottom: 20px;
    padding-bottom: 5px;
  }
}

@media (max-width: 767px) {
  .tablinks-newshome{
    padding-bottom: 10px;
  }
  .banne-page-time {
    display: block;
  }
  .breadcrumb ul li a {
    font-size: 13px;
  }
  .breadcrumb ul li:not(:last-child)::after {
    top: -14%;
  }
  .banner-page__content .banne-page-time li {
    margin-bottom: 10px;
  }
  .post-related.news .autoplay4-ykkh {
    margin: 0px -5px;
  }
}

@media (max-width: 586px) {
  .tabs-news {
    justify-content: left;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: scroll;
    scroll-behavior: smooth;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scroll-snap-stop: always;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 15px;
    overflow-x: auto;
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .page-news-img {
    height: auto;
  }
  .box-list-video {
    margin-bottom: 10px;
  }
  .banner-footer img {
    height: auto !important;
  }
}
