/* .category .content,
.blog .content {
  max-width: 1440px;
} */

.news_top {
  background:url(../img/news-bg.jpg);
  padding: 3rem 0 2rem;
  padding-top: 0;
  padding-bottom: 8rem;
}

/* .news_top .content {
  max-width: 1360px;
} */

.news_top .content>h2 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff;
}

.news_top .content>span {
  display: block;
  text-align: center;
  color: #05208b;
  margin-bottom: 0.6rem;
  font-size: 18px;
}

.news_top .news_banner-box {
  margin-top: 3rem;
}

.news_top .news_banner-box .block_title h2 {
  margin-bottom: 1.5rem;
}

.news_top .news_banner-box .news_banner-content {
  position: relative;
  --swiper-navigation-size: 26px;
  --swiper-navigation-color: rgba(0, 0, 0, 0.4);
}

.news_top .news_banner-box .news_banner-content .swiper-pagination {
  /* left: 50%;
  transform: translateX(-50%);
  bottom: -4rem; */
  position: unset;
  text-align: left;
}

.news_top .news_banner-box .news_banner-content .swiper-pagination span {
  width: 16px !important;
  height: 16px !important;
  /* margin: 0 0.5rem; */
  background-color: transparent;
  border-radius: 50% !important;
  opacity: 1 !important;
  border: 1px solid #999;
  margin-right: 20px;
  margin-top: 70px;
}

.news_top .news_banner-box .news_banner-content .swiper-pagination span.swiper-pagination-bullet-active {
  background: #05208b;
  border: 1px solid #05208b;
}



.news_top .news_banner-box .news_banner-content .swiper-button-next,
.news_top .news_banner-box .news_banner-content .swiper-button-prev {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #05208b;
  /* background-image: url(../img/swiper_left_white.svg);
  background-position: center;
  background-repeat: no-repeat; */
  /* background-size: 10px; */
  z-index: 21;
  cursor: pointer;
  opacity: 1;
  transition: all 0.5s;
  color: white;
  display: none;
}

.news_top .news_banner-box .news_banner-content .swiper-button-disabled {
  background-color: transparent;
}

.news_top .news_banner-box .news_banner-content .swiper-button-prev {
  left: -80px;
}

.news_top .news_banner-box .news_banner-content .swiper-button-next {
  right: -80px;
}

.news_top .news_banner-box .news_banner-content .news_banner-swiper {
  /* overflow-x: hidden; */
  overflow: hidden;
  padding: 10px;
}

.news_top .news_banner-box .news_banner-content .news_banner-swiper .swiper-wrapper .swiper-slide {
  border-radius: 8px;
  position: relative;
  margin-top: 50px;
  display: flex;
  cursor: pointer;
}

.news_top .news_banner-box .news_banner-content .news_banner-swiper .swiper-wrapper .swiper-slide .img_content {
  width: 60%;
  overflow: hidden;
  border-radius: 10px;
  height: 530px;
}

.news_top .news_banner-box .news_banner-content .news_banner-swiper .swiper-wrapper .swiper-slide:hover .img_content img {
  transform: scale(1.05);
}

.news_top .news_banner-box .news_banner-content .news_banner-swiper .swiper-wrapper .swiper-slide .img_content img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .2s ease;
}

.news_top .news_banner-box .news_banner-content .news_banner-swiper .swiper-wrapper .swiper-slide .text_content {
  width: 50%;
  padding-left: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 2rem;
}

.news_top .news_banner-box .news_banner-content .news_banner-swiper .swiper-wrapper .swiper-slide .text_content span.date {
  color: #05208b;
  font-size: 22px;
  font-weight: 600;
}

.news_top .news_banner-box .news_banner-content .news_banner-swiper .swiper-wrapper .swiper-slide .text_content span.date span {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  margin-top: 1.5rem;
  position: relative;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.5);
  margin-left: 1rem;
}

.news_top .news_banner-box .news_banner-content .news_banner-swiper .swiper-wrapper .swiper-slide .text_content span.link_btn {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  margin-top: 1.5rem;
  position: relative;
  color: #fff;
  text-transform: capitalize;
  background-color: #05208b;
  padding: 0.8rem 3rem;
  border-radius: 5px;
  border: 1px solid #05208b;
  transition: all 0.3s ease;
}
.news_top .news_banner-box .news_banner-content .news_banner-swiper .swiper-wrapper .swiper-slide .text_content span.link_btn:hover {
  color: #05208b;
  background-color: transparent;

}

.clamp2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news_top .news_banner-box .news_banner-content .news_banner-swiper .swiper-wrapper .swiper-slide .text_content h2 {
  font-size: 32px;
  font-weight: 500;
  color: #1c1c1c;
  line-height: unset;
  text-align: left;
  margin-bottom: unset;
  margin-top: 15px;

  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news_top .news_banner-box .news_banner-content .news_banner-swiper .swiper-wrapper .swiper-slide .text_content p {
  color: #818181;
  font-size: 17px;
  line-height: 1.8rem;
  margin: 1.5rem 0 3rem;
  max-height: 115px;
  -webkit-line-clamp: 3;
}

.news_top .news_banner-box .news_banner-content .news_banner-swiper .swiper-wrapper .swiper-slide .text_content a.link_btn {
  color: #05208b;
  font-size: 18px;
}



.latest_post .latest_post-box .latest_post-content li .text_content span.link_btn::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 56%;
  width: 20px;
  transform: translateY(-50%);
  height: 8px;
  background: #fff url(../img/icon-arrow-right.svg) no-repeat center /cover;
}


.latest_post .latest_post-box {
  margin: 8rem auto 10rem;
}

.latest_post .latest_post-box .block_title {

}

.latest_post .latest_post-box .block_title span {
  display: block;
  color: #05208b;
  font-size: 18px;
  text-align: center;
}

.latest_post .latest_post-box .block_title h2 {
  font-weight: bold;
  text-align: center;
  font-size: 3rem;
  margin-top: 1.5rem;
}

.latest_post .latest_post-box .block_title .news-cat {
  display: flex;
  justify-content: center;
  margin: 3rem 0 0;
}

.latest_post .latest_post-box .block_title .news-cat span {
  font-size: 20px;
  cursor: pointer;
  padding-bottom: 1rem;
  margin: 0 2rem;
  font-weight: 500;
  transition: all 0.3s ease;
  color: #777d80;
  position: relative;
}
.latest_post .latest_post-box .block_title .news-cat span:hover {
  color: #05208b;
}

.latest_post .latest_post-box .block_title .news-cat span:last-of-type {
  margin-right: 0;
}
.latest_post .latest_post-box .block_title .news-cat span:before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #05208b;
  bottom: 0;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s ease;
}
.latest_post .latest_post-box .block_title .news-cat span.active {
  color: #242424;
}
.latest_post .latest_post-box .block_title .news-cat span.active:before {
  opacity: 1;
  transform: scale(1);
}

.latest_post .latest_post-box .block_title .news-cat span p {
  max-width: 100%;
  font-weight: 500;
  position: relative;
  z-index: 11;
}

.latest_post .latest_post-box .latest_post-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem 2rem;
  margin-top: 4rem;
  min-height: 500px;
}

.latest_post .latest_post-box .latest_post-content li {
  transition: box-shadow 0.3s ease;
  border-radius: 0.6rem;
}

.latest_post .latest_post-box .latest_post-content li:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.latest_post .latest_post-box .latest_post-content li:hover .img_box .img_content {
  overflow: hidden;
}

.latest_post .latest_post-box .latest_post-content li:hover .img_box .img_content img {
  transform: scale(1.1);
}

.latest_post .latest_post-box .latest_post-content li .img_box {
  position: relative;
  z-index: 1;
}

.latest_post .latest_post-box .latest_post-content li .img_box .img_content {
  height: 300px;
  /* border-radius: 4px; */
  overflow: hidden;
}

.latest_post .latest_post-box .latest_post-content li .img_box .img_content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.latest_post .latest_post-box .latest_post-content li .img_box .date {
  position: absolute;
  padding: 8px 16px;
  border-radius: 50%;
  background-color: #e2e2e2;
  width: 80px;
  height: 80px;
  box-shadow: 0 0 0 10px white, 0 0 10px 10px rgba(0, 0, 0, 0.1);
}

.latest_post .latest_post-box .latest_post-content li .img_box .date h2 {
  color: white;
  font-size: 28px;
  text-align: center;
  line-height: unset;
  margin-bottom: 0;
  color: #05208b;
}

.latest_post .latest_post-box .latest_post-content li .img_box .date span {
  font-size: 16px;
  display: block;
  text-align: center;
  color: var(--font-color);
}

.latest_post .latest_post-box .latest_post-content li .text_content {
  padding: 20px 30px 35px;
  /* box-shadow: 0 0 10px rgba(172, 172, 172, 0.3); */
  border-bottom-left-radius: 6px;
  position: relative;
  z-index: 2;
  border-bottom-right-radius: 6px;
}

.latest_post .latest_post-box .latest_post-content li .text_content span.date {
  font-size: 38px;
  font-weight: 600;
  color: #05208b;
  width: 114px;
  height: 114px;
  display: inline-block;
  border-radius: 50%;
  border: 10px solid white;
  background-color: rgb(232, 232, 232);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin-top: -70px;
}

.latest_post .latest_post-box .latest_post-content li .text_content span.date span {
  color: rgba(0, 0, 0, 0.7);
  font-size: 20px;
  line-height: 1;
}

.latest_post .latest_post-box .latest_post-content li .text_content h3 {
  margin-bottom: 1.3rem;
  font-size: 22px;
  font-weight: 550;
  line-height: unset;
  text-align: left;
  margin-top: 1.7rem;
  min-height: 54px;
}

.latest_post .latest_post-box .latest_post-content li .text_content p {
  font-size: 16px;
  margin-bottom: 0;
  color: #969696;
}

.latest_post .latest_post-box .latest_post-content li .text_content span.link_btn {
  margin-top: 2rem;
  display: inline-block;
  color: #05208b;
  position: relative;
  margin-bottom: 0;
  font-weight: 550;
  font-size: 17px;
}

.latest_post .latest_post-box button.load_more {
  border: 1px solid #d3dbe0;
  background: transparent;
  font-size: 1.05rem;
  line-height: 48px;
  font-weight: 400;
  padding: 0 4.5rem;
  border-radius: 5px;
  color: #221d35;
  letter-spacing: 1px;
  display: block;
  margin: 100px auto 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.latest_post .latest_post-box button.load_more:hover {
  border-color: #05208b;
  color: #05208b;
}

/* signle post */

.news_detail-banner {
  width: 100%;
  height: 600px;
  background: url("../img/news_detail_baner.png") no-repeat center/cover;
  display: flex;
  align-items: end;
  position: relative;
}

.news_detail-banner .content {
  max-width: 1220px;
}

.news_detail-banner .content .news_detail-box {
  width: 1220px;
}

.news_detail-banner .news_detail-box::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
}

.news_detail-banner .news_detail-box .text_content {
  position: relative;
  z-index: 11;
  padding: 0 0 60px;
}

.news_detail-banner .news_detail-box .text_content div {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
}

.news_detail-banner .news_detail-box .text_content h2 {
  color: white;
  font-size: 48px;
  margin: 30px 0;
  max-width: 60%;
}

.news_detail-banner .news_detail-box .text_content span {
  color: white;
  font-size: 22px;
}

.news_detail-content .content {
  max-width: 1220px;
}

.news_detail-content .news_detail-box {
  display: flex;
  padding: 60px 0 60px;
}

.news_detail-content .news_detail-box .news_detail-text_content {
  width: 830px;
  padding-right: 20px;
}

.news_detail-content .news_detail-box .news_detail-text_content p {
  font-size: 18px;
  line-height: 1.8rem;
  color: #5b5f63;
  margin-bottom: 2rem;
}

.news_detail-content .news_detail-box .news_detail-text_content h2 {
  color: #05208b;
  line-height: unset;
  margin-bottom: 2rem;
  font-size: 20px;
}

.news_detail-content .news_detail-box .news_detail-sidebar {
  padding-left: 40px;
}

.news_detail-content .news_detail-box .news_detail-sidebar h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 22px;
}

.news_detail-content .news_detail-box .news_detail-sidebar div.categories ul {
  margin-bottom: 50px;
}

.news_detail-content .news_detail-box .news_detail-sidebar div.categories ul li {
  margin-bottom: 25px;
}

.news_detail-content .news_detail-box .news_detail-sidebar div.categories ul li input {
  outline: none;
  margin-right: 1rem;
  cursor: pointer;
}

.news_detail-content .news_detail-box .news_detail-sidebar div.categories ul li input:checked~span {
  color: #1c498c;
}

.news_detail-content .news_detail-box .news_detail-sidebar div.categories ul li span {
  color: #a0a0a0;
  font-size: 18px;
}

.news_detail-content .news_detail-box .news_detail-sidebar div.latest_news ul li {
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 1rem;
}

.news_detail-content .news_detail-box .news_detail-sidebar div.latest_news ul li a {
  display: flex;
  align-items: center;
}

.news_detail-content .news_detail-box .news_detail-sidebar div.latest_news ul li .img_content {
  width: 75px;
  height: 75px;
  margin-right: 1rem;
  border-radius: 6px;
  overflow: hidden;
}

.news_detail-content .news_detail-box .news_detail-sidebar div.latest_news ul li .img_content img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.news_detail-content .news_detail-box .news_detail-sidebar div.latest_news ul li .text_content {
  max-width: 220px;
  font-size: 15px;
}

.news_detail-content .news_detail-box .news_detail-sidebar div.latest_news ul li .text_content span {
  margin-top: 1rem;
  display: inline-block;
  font-size: 12px;
}

.news_detail-content .news_detail-box .news_detail-sidebar a.view-all {
  float: right;
  margin-top: 0.5rem;
  font-size: 17px;
  color: #05208b;
  text-decoration: underline transparent;
  transition: 0.2s all ease;
}

.news_detail-content .news_detail-box .news_detail-sidebar .video_part {
  margin-top: 4rem;
}

.news_detail-content .news_detail-box .news_detail-sidebar .video_part .img_content {
  height: 190px;
  position: relative;
  cursor: pointer;
  border-radius: 12px;
  overflow: hidden;
}

.news_detail-content .news_detail-box .news_detail-sidebar .video_part .img_content span {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  background: url('../img/video_play.svg') no-repeat center/contain;
}

.news_detail-content .news_detail-box .news_detail-sidebar .video_part ul li h2 {
  font-size: 16px;
  line-height: unset;
  margin-bottom: unset;
  padding-bottom: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.news_detail-content .social {
  margin-top: 7rem;
  margin-bottom: 10rem;
}

.news_detail-content .social a {
  width: 23px;
  height: 23px;
  display: inline-block;
  background: url('../img/facebook.svg') no-repeat center;
  background-size: contain;
  margin-right: 24px;
  filter: invert(45%) sepia(93%) saturate(2681%) hue-rotate(2deg) brightness(105%) contrast(105%);
  opacity: 0.5;
  text-indent: -999px;
}

.news_detail-content .social a.twitter {
  background-image: url('../img/twitter.svg');
}

.news_detail-content .social a.pinterest {
  background-image: url('../img/pinterest.svg');
}