.news_detail-banner {
  padding: 14rem 0 8rem 0;
}
.news_detail-banner .breadcrumbs {
  color: #fff;
}
.news_detail-banner h1 {
  font-size: 2.8rem;
  max-width: 65%;
  margin-bottom: 1.8rem;
}
.news_detail-banner h1,
.news_detail-banner p,
.news_detail-banner a {
  color: white;
}
.news_detail-banner span.date {
  color: white;
  background: #005ca5;
  border-radius: 5px;
  display: inline-block;
  padding: 0.7rem 1.8rem;
}
.news_detail-content {
  color: #5b5f63;
  font-size: 1.1rem;
  line-height: 2rem;
  margin-bottom: 2rem;
}
.news_detail-content h2 {
  color: #005da5;
  margin-bottom: 1rem;
}
.news_detail-content p,
.news_detail-content ul {
  margin-bottom: 1rem;
}
.news-sidebar {
  margin-left: 4rem;
}
.latest_post-box ul.latest_post-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.latest_post-box ul.latest_post-content li {
  width: 31.5%;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
  overflow: hidden;
}
.latest_post-box ul.latest_post-content li:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.latest_post-box ul.latest_post-content li:hover .img_box {
  /* transform: scale(1.05); */
  background-size: 180%;
}

.latest_post-box ul.latest_post-content li .img_box {
  height: 14rem;
  position: relative;
  background-size: 150%;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease;
}
.latest_post-box ul.latest_post-content li .text_content {
  padding: 4.5rem 1.5rem 2rem 1.5rem;
}
.img_box div.date {
  position: absolute;
  bottom: 0;
  background: #f0f0f0;
  transform: translateY(50%) translateX(2rem);
  padding: 0.5rem;
  border-radius: 50%;
  width: 4.5rem;
  height: 4.5rem;
  text-align: center;
  z-index: 10;
}
.img_box div.date:before {
  content: '';
  width: 5.6rem;
  height: 5.6rem;
  position: absolute;
  left: -0.55rem;
  top: -0.55rem;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: -2;
  border-radius: 50%;
}
.img_box div.date:after {
  content: '';
  width: 4.5rem;
  height: 4.5rem;
  position: absolute;
  left: 0rem;
  top: 0rem;
  background: #f0f0f0;
  z-index: -1;
  border-radius: 50%;
}
ul.latest_post-content li span.day {
  font-size: 2.2rem;
  line-height: 2.2rem;
  font-weight: 600;
  color: #015da6;
}
ul.latest_post-content li span.link_btn {
  color: #015da6;
  font-weight: 500;
}
ul.latest_post-content li span.link_btn::after {
  display: inline-block;
  position: relative;
  content: '';
  width: 20px;
  height: 11px;
  margin-left: 8px;
  background-image: url(../img/arrow_right_blue_line.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

  top: 1px;
}
.text_content .clamp2 {
  margin-bottom: 2rem;
}
.text_content p {
  color: #5b5f63;
}
.latest_post-box .load_more_post_ajax {
  border: 1px solid rgba(0, 0, 0, 0.4);
  background: transparent;
  color: #222;
  padding: 0.9rem 4rem;
  font-size: 1rem;
  border-radius: 3px;
  font-weight: 500;
  cursor: pointer;
  line-height: unset;
}
div.news_top {
  background: url('../img/latest-news.jpg') no-repeat center;
  background-size: cover;
  padding: 7rem 0;
}
.news_top .swiper-slide {
  background: white;
  border-radius: 8px;
}
.news_top .swiper-slide .img_content {
  width: 40%;
  /* height:20rem; */
  background-size: cover;
  background-position: center;
  border-radius: 0.5rem;
  margin-right: 3rem;
  margin-left: 3rem;
  border-radius: 8px;
  overflow: hidden;
  transform: translateY(-2rem);
}
.news_banner-content {
  /* overflow: hidden; */
  padding: 0 0 4rem;
  position: relative;
}
.news_top .swiper-slide {
  margin-top: 2rem;
}
.latest_post-box .block_title {
  text-align: center;
  padding: 6rem 0 4rem 0;
}
.latest_post-box .block_title h1 {
  font-size: 38px;
}

.news_top .news_banner-content .news_banner-swiper {
  overflow: hidden;
}

div.post-content div.news-sidebar {
  width: 27%;
}
div.post-detail p,
div.post-detail li {
  line-height: 30px;
  margin-bottom: 2rem;
  hyphens: auto;
  font-size: 17px;
  color: #5b5f63;
}
div.post-detail figure {
  width: 100%;
  overflow: hidden;
  max-height: unset;
  border-radius: 0px;
}
/* div.post-detail>figure{
    margin-bottom: 2rem;
} */
div.post-detail .remove-margin {
  margin-bottom: 0;
}
div.post-detail figure img {
  transition: 0.5s all ease;
  width: 100%;
  border-radius: 3px;
  transition: 0.5s all ease;
  height: auto;
}
.page-template-default div.post-detail h2 {
  padding-top: 0;
}
div.post-detail h2 {
  font-size: 1.5rem;
  text-align: left;
  padding-top: 3.5rem;
  line-height: 30px;
  margin-bottom: 2rem;
  font-weight: 500;
  letter-spacing: 0;
}
div.post-detail li {
  position: relative;
  margin-bottom: 0 !important;
  padding-left: 1.3rem;
}
div.post-detail li::before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #005da6;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 0;
}
div.post-detail ul {
  margin-bottom: 1.8rem;
}

div.news-sidebar strong {
  font-size: 1.6rem;
  letter-spacing: 0.5px;
  margin-bottom: 1.6rem;
  display: block;
  font-weight: 500;
}
div.news-sidebar ul.news-cat {
  margin-bottom: 4rem;
  padding-left: 0.2rem;
  text-align: left;
}
div.news-sidebar ul.news-cat a {
  display: block;
  text-transform: capitalize;
}
div.news-sidebar ul.news-cat a:hover {
  color: #005ca5;
}
div.news-sidebar ul.news-cat li {
  position: relative;
  padding-left: 2rem;
  cursor: pointer;
  color: #808084;
  margin-bottom: 1rem;
  font-size: 1.05rem;
}
div.news-sidebar ul.news-cat li.active {
  color: #005da6;
}
div.news-sidebar ul.news-cat li::before {
  content: '';
  width: 1rem;
  height: 1rem;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
div.news-sidebar ul.news-cat li::after {
  content: '';
  width: 1rem;
  height: 1rem;
  border: 1px solid transparent;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  background: url('../img/duigou-w.svg') no-repeat center;
  background-size: 80%;
  background-color: #005da6;
  opacity: 0;
  transition: 0.3s all ease;
  transform: translateY(-50%);
}
div.news-sidebar ul.news-cat li.active::after {
  opacity: 1;
}

div.news-sidebar div.sidebar ul li::after {
  left: 3px;
}
ul.latest-list li a {
  display: flex;
  justify-content: space-between;
  color: unset;
  font-weight: unset;
}
ul.latest-list li {
  margin-bottom: 1.3rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid #dddddd;
}
ul.latest-list li a div.img {
  height: 5rem;
  width: 5rem;
  border-radius: 3px;
  overflow: hidden;
}
ul.latest-list li a div.img span {
  transition: 0.4s all ease;
}
ul.latest-list li a div.mess {
  width: 70%;
  margin-left: 3%;
}
ul.latest-list li a div.mess p.title {
  margin-bottom: 0.2rem;
  hyphens: auto;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: 0.3s all ease;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  min-height: 54px;
}
ul.latest-list li a div.mess span {
  font-size: 13px;
  display: inline-block;
  color: #919191;
  vertical-align: text-bottom;
}
div.post-content div.news-sidebar a.view-all {
  float: right;
  margin-top: 0.5rem;
  font-size: 17px;
  color: #005da6;
  text-decoration: underline transparent;
  transition: 0.2s all ease;
}

div.news-sidebar .img span {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: 0.5s all ease;
}

div.news-sidebar a.view-all {
  float: right;
  margin-top: 0.5rem;
  font-size: 17px;
  color: #005ca5;
  text-decoration: underline transparent;
  transition: 0.2s all ease;
}
