@charset "UTF-8";
nav.breadcrumb-layout {
  padding-top: 85px;
}

.owl-carousel-hot-new .owl-dots {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
  text-align: center;
  justify-content: center;
}
.owl-carousel-hot-new .owl-dot {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}
.owl-carousel-hot-new .owl-dot span {
  display: block;
  height: 4px;
  width: 20px;
  border-radius: 2px;
  background: #ccc;
  transition: all 0.3s ease;
}
.owl-carousel-hot-new .owl-dot.active span {
  width: 40px; /* dài hơn khi active */
  background: #000; /* màu đậm */
}
.owl-carousel-hot-new .owl-nav button.owl-prev,
.owl-carousel-hot-new .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.7) !important;
  border-radius: 50%;
  border: 1px solid #ebebeb;
}
.owl-carousel-hot-new .owl-nav button.owl-prev:hover,
.owl-carousel-hot-new .owl-nav button.owl-next:hover {
  background: #fff !important;
  transform: translateY(-50%) scale(1.2);
}
.owl-carousel-hot-new .owl-nav button.owl-prev span,
.owl-carousel-hot-new .owl-nav button.owl-next span {
  font-size: 24px;
  line-height: 24px;
}
.owl-carousel-hot-new .owl-nav button.owl-prev svg,
.owl-carousel-hot-new .owl-nav button.owl-next svg {
  margin: auto;
}
.owl-carousel-hot-new .owl-nav button.owl-prev {
  left: -20px;
}
.owl-carousel-hot-new .owl-nav button.owl-next {
  right: -20px;
}

.all_news_page .inner_news_content_page .news_cate_layout1 .cate_layout_title {
  padding-top: 24px;
}
.all_news_page .inner_news_content_page .news_cate_layout1 .group_news_card {
  display: unset;
}
.all_news_page .inner_news_content_page .news_cate_layout1 .group_news_card .grid_news_item {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: 240px;
}
.all_news_page .inner_news_content_page .news_cate_layout1 .group_news_card .grid_news_item .featured {
  grid-column: span 2;
  grid-row: span 2;
}
.all_news_page .inner_news_content_page .news_cate_layout1 .group_news_card .grid_news_item a {
  height: 100%;
}
.all_news_page .inner_news_content_page .news_cate_layout1 .btn_watch_all {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 25px;
  padding: 15px 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-align: center;
  color: rgb(0, 0, 0);
  border: 1px solid rgb(0, 0, 0);
  border-radius: 2px;
  text-transform: uppercase;
  background-color: #fff;
  transition: all 0.3s ease;
}
.all_news_page .inner_news_content_page .news_cate_layout1 .btn_watch_all:hover {
  background-color: #000000;
  color: #fff;
}
.all_news_page .inner_news_content_page .cate_layout_title {
  font-size: 28px;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
  text-align: center;
  padding: 0 0 24px 10px;
}
.all_news_page .inner_news_content_page .group_news_card {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
.all_news_page .inner_news_content_page .group_news_card .first_item {
  position: relative;
  z-index: 1;
}
.all_news_page .inner_news_content_page .group_news_card .first_item .img_news_wrapper {
  width: 100%;
  height: 390px;
  overflow: hidden;
}
.all_news_page .inner_news_content_page .group_news_card .first_item .img_news_wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.all_news_page .inner_news_content_page .group_news_card .first_item .img_news_wrapper::after {
  bottom: 0;
  left: 0;
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 2;
  border-radius: 12px;
}
.all_news_page .inner_news_content_page .group_news_card .first_item .news_desc {
  position: absolute;
  padding: 24px;
  bottom: 0;
  z-index: 3;
}
.all_news_page .inner_news_content_page .group_news_card .first_item .news_desc .release_date_row {
  display: flex;
  gap: 8px;
  align-items: center;
}
.all_news_page .inner_news_content_page .group_news_card .first_item .news_desc .release_date_row .release_date {
  color: rgba(255, 255, 255, 0.64);
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  text-align: left;
}
.all_news_page .inner_news_content_page .group_news_card .first_item .news_desc .news_title {
  font-size: 20px;
  font-weight: 400;
  line-height: 29.6px;
  color: #fff;
  height: 65px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.all_news_page .inner_news_content_page .group_news_card .grid_news_item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.all_news_page .inner_news_content_page .group_news_card .grid_news_item .news_item {
  position: relative;
  z-index: 1;
  height: 195px;
}
.all_news_page .inner_news_content_page .group_news_card .grid_news_item .news_item .img_news_wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.all_news_page .inner_news_content_page .group_news_card .grid_news_item .news_item .img_news_wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.all_news_page .inner_news_content_page .group_news_card .grid_news_item .news_item .img_news_wrapper::after {
  bottom: 0;
  left: 0;
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 2;
  border-radius: 12px;
}
.all_news_page .inner_news_content_page .group_news_card .grid_news_item .news_item .news_desc {
  position: absolute;
  padding: 24px;
  bottom: 0;
  z-index: 3;
}
.all_news_page .inner_news_content_page .group_news_card .grid_news_item .news_item .news_desc .release_date_row {
  display: flex;
  gap: 8px;
  align-items: center;
}
.all_news_page .inner_news_content_page .group_news_card .grid_news_item .news_item .news_desc .release_date_row .release_date {
  color: rgba(255, 255, 255, 0.64);
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  text-align: left;
}
.all_news_page .inner_news_content_page .group_news_card .grid_news_item .news_item .news_desc .news_title {
  font-size: 15px;
  font-weight: 400;
  line-height: 22.2px;
  text-align: left;
  color: #fff;
  height: 45px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.news_cate_layout2 {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news_cate_layout2 .news_item:hover .news_desc .news_title a {
  color: #f15928;
}
.news_cate_layout2 .news_item:hover .rotate a::after {
  transform: rotate(45deg);
}
.news_cate_layout2 .cate_layout_title {
  text-transform: uppercase;
  padding: 24px;
  font-size: 28px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
}
.news_cate_layout2 .group_news_card {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
  padding-bottom: 24px;
}
.news_cate_layout2 .group_news_card .news_item {
  position: relative;
  z-index: 1;
}
.news_cate_layout2 .group_news_card .news_item .img_news_wrapper {
  width: 100%;
  overflow: hidden;
  height: 240px;
  border-radius: 12px;
}
.news_cate_layout2 .group_news_card .news_item .img_news_wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.news_cate_layout2 .group_news_card .news_item .news_desc {
  padding-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.news_cate_layout2 .group_news_card .news_item .news_desc .release_date_row {
  display: flex;
  gap: 8px;
  align-items: center;
}
.news_cate_layout2 .group_news_card .news_item .news_desc .release_date_row .release_date {
  color: rgb(117, 117, 117);
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  text-align: left;
}
.news_cate_layout2 .group_news_card .news_item .news_desc .news_title {
  font-size: 15px;
  font-weight: 400;
  line-height: 22.2px;
  text-align: left;
  color: #000000;
  height: 45px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.news_cate_layout2 .btn_watch_all {
  margin: auto;
  padding: 15px 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-align: center;
  color: rgb(0, 0, 0);
  border: 1px solid rgb(0, 0, 0);
  border-radius: 2px;
  text-transform: uppercase;
  background-color: #fff;
  transition: all 0.3s ease;
}
.news_cate_layout2 .btn_watch_all:hover {
  background-color: #000000;
  color: #fff;
}

.news_cate_layout3 {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news_cate_layout3 .cate_layout_title {
  text-transform: uppercase;
  padding: 24px;
  font-size: 28px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
}
.news_cate_layout3 .group_news_card {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
  padding-bottom: 24px;
}
.news_cate_layout3 .group_news_card .news_item {
  position: relative;
  z-index: 1;
}
.news_cate_layout3 .group_news_card .news_item .img_news_wrapper {
  width: 100%;
  overflow: hidden;
  height: 195px;
}
.news_cate_layout3 .group_news_card .news_item .img_news_wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.news_cate_layout3 .group_news_card .news_item .news_desc {
  padding-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.news_cate_layout3 .group_news_card .news_item .news_desc .release_date_row {
  display: flex;
  gap: 8px;
  align-items: center;
}
.news_cate_layout3 .group_news_card .news_item .news_desc .release_date_row .release_date {
  color: rgb(117, 117, 117);
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  text-align: left;
}
.news_cate_layout3 .group_news_card .news_item .news_desc .news_title {
  font-size: 15px;
  font-weight: 400;
  line-height: 22.2px;
  text-align: left;
  color: #000000;
  height: 45px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.news_cate_layout3 .btn_watch_all {
  margin: auto;
  padding: 15px 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-align: center;
  color: rgb(0, 0, 0);
  border: 1px solid rgb(0, 0, 0);
  border-radius: 2px;
  text-transform: uppercase;
  background-color: #fff;
}
.news_cate_layout3 .btn_watch_all:hover {
  background-color: #000000;
  color: #fff;
}

.all_news_page .inner_news_content_page .cate_layout_title {
  padding-top: 24px;
}
.all_news_page .inner_news_content_page .news-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  grid-auto-rows: 200px;
}
.all_news_page .inner_news_content_page .news-container .news-item {
  position: relative;
  z-index: 1;
  color: #fff;
  background-color: white;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.all_news_page .inner_news_content_page .news-container .news-item.featured {
  grid-column: span 2;
  grid-row: span 2;
}
.all_news_page .inner_news_content_page .news-container .news-item.featured a {
  height: 100%;
}
.all_news_page .inner_news_content_page .news-container .news-item.featured a .img_news_wrapper {
  height: 100%;
}
.all_news_page .inner_news_content_page .news-container .news-item.featured a .img_news_wrapper img {
  height: 100%;
}
.all_news_page .inner_news_content_page .news-container .news-item.featured a .news_desc .news_title {
  font-size: 20px;
  height: 65px;
}
.all_news_page .inner_news_content_page .news-container .news-item a {
  height: 100%;
  position: relative;
  display: block;
}
.all_news_page .inner_news_content_page .news-container .news-item a .img_news_wrapper {
  height: 100%;
}
.all_news_page .inner_news_content_page .news-container .news-item a .img_news_wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.all_news_page .inner_news_content_page .news-container .news-item a .img_news_wrapper::after {
  bottom: 0;
  left: 0;
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 2;
  border-radius: 12px;
}
.all_news_page .inner_news_content_page .news-container .news-item a .news_desc {
  position: absolute;
  padding: 16px;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.all_news_page .inner_news_content_page .news-container .news-item a .news_desc .release_date_row {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  color: #fff;
}
.all_news_page .inner_news_content_page .news-container .news-item a .news_desc .release_date_row span {
  margin-right: 8px;
  display: flex;
  color: #fff;
}
.all_news_page .inner_news_content_page .news-container .news-item a .news_desc .news_title {
  font-size: 15px;
  color: #fff;
  height: 45px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.news-list {
  display: flex;
  gap: 1rem;
}
.news-list .card {
  background: #f5f5f5;
  border: unset;
  border-radius: 0;
  padding: 30px 25px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  overflow: hidden;
  min-height: 563px;
  display: flex;
  flex-direction: column;
}
.news-list .card:hover {
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}
.news-list .card:hover .image-container {
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  border-radius: 0;
  z-index: 1;
}
.news-list .card:hover .image-container::before {
  opacity: 1;
}
.news-list .card:hover .content * {
  color: #fff;
}
.news-list .card:hover .content .read-more {
  color: #fff;
}
.news-list .card:hover .content .read-more::after {
  transform: rotate(45deg);
  background: url('data:image/svg+xml;utf8,<svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.49851 6.99392L13.506 6.99392L13.506 12.0014M6.49386 14.0061L13.4359 7.06405" stroke="%23fff" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center center;
  transition: all 0.3s linear;
}
.news-list .image-container {
  position: absolute;
  top: 25px;
  left: 30px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.3s ease;
  z-index: 2;
}
.news-list .image-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  opacity: 0;
  transition: 0.3s;
}
.news-list .card-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.news-list .content {
  position: relative;
  z-index: 3;
  transition: all 0.3s ease;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.news-list .date {
  color: #999;
  font-size: 12px;
  margin-bottom: 10px;
  font-weight: 500;
}
.news-list .title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0px;
  min-height: 44px;
}
.news-list .description {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.news-list .read-more {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: color 0.3s ease;
  align-self: flex-start;
}
.news-list .read-more::after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  width: 20px;
  height: 21px;
  background: url('data:image/svg+xml;utf8,<svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.49851 6.99392L13.506 6.99392L13.506 12.0014M6.49386 14.0061L13.4359 7.06405" stroke="black" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  transition: transform 0.3s ease;
}
@media (max-width: 1024px) {
  .news-list .container {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .news-list .container {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 10px;
  }
  .news-list .card {
    padding: 25px 20px;
    min-height: 400px;
  }
  .news-list .image-container {
    width: 70px;
    height: 70px;
  }
  .news-list .content {
    padding-left: 90px;
    padding-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .all_news_page .inner_news_content_page {
    padding-top: 24px;
  }
  .all_news_page .inner_news_content_page .news_cate_layout1 .cate_layout_title {
    font-size: 20px;
  }
  .all_news_page .inner_news_content_page .news_cate_layout1 .group_news_card .grid_news_item {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 24px;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .all_news_page .inner_news_content_page .news_cate_layout1 .group_news_card .grid_news_item .news-item {
    height: 100%;
    overflow: hidden;
  }
  .all_news_page .inner_news_content_page .news_cate_layout1 .group_news_card .grid_news_item .news-item.featured {
    grid-row: span 1;
    grid-column: span 1;
  }
  .all_news_page .inner_news_content_page .cate_layout_title {
    font-size: 20px;
  }
  .all_news_page .inner_news_content_page .group_news_card {
    grid-template-columns: 1fr;
  }
  .all_news_page .inner_news_content_page .group_news_card .first_item .img_news_wrapper {
    height: 225px;
  }
  .all_news_page .inner_news_content_page .group_news_card .first_item .news_desc .news_title {
    line-height: unset;
    font-size: 15px;
  }
  .all_news_page .inner_news_content_page .group_news_card .grid_news_item {
    grid-template-columns: 1fr;
  }
  .all_news_page .inner_news_content_page .group_news_card .grid_news_item .news_item {
    height: -moz-fit-content;
    height: fit-content;
  }
  .all_news_page .inner_news_content_page .group_news_card .grid_news_item .news_item .img_news_wrapper {
    height: 225px;
  }
  .all_news_page .news_cate_layout2 .group_news_card {
    grid-template-columns: 1fr;
  }
  .all_news_page .inner_news_content_page .news-container {
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 16px;
  }
  .all_news_page .inner_news_content_page .news-container .news-item.featured {
    grid-row: span 1;
    grid-column: span 1;
  }
  .all_news_page .inner_news_content_page .news-container .news-item.featured a .news_desc .news_title {
    font-size: 15px !important;
    height: 45px !important;
  }
}
@media screen and (min-width: 1600px) {
  .news-container {
    grid-auto-rows: 300px;
  }
}
