.blog_banner {
  background: url() no-repeat center / cover;
}
.blog_banner .flex {
  min-height: 985px;
  padding: 200px 0;
}
.blog_banner .head {
  max-width: 978px;
  color: #fff;
}
.blog_banner .head h1 {
  font-size: 62px;
  font-weight: 600;
  line-height: 74px;
}
.blog_banner .head p {
  font-size: 18px;
  line-height: 27px;
  max-width: 556px;
  margin: 30px auto 0;
  font-family: 'Gantari', sans-serif;
  opacity: 0.8;
  font-weight: 300;
}
.blog_latest {
  padding: 154px 0 94px;
}
.blog_latest .swiper_box {
  max-width: 1576px;
  margin: -1rem auto 0;
}
.blog_latest .swiper_box .swiper_btns {
  width: 100%;
  max-width: 100%;
}
.blog_latest .blog_latest_swiper {
  max-width: 1372px;
  width: calc(100% - 160px);
  margin: 0 auto;
  overflow: hidden;
  border-radius: 1rem 1rem 0 90px;
  padding-top: 54px;
}
.blog_latest .blog_latest_swiper .swiper-slide {
  height: auto;
}
.blog_latest .blog_latest_swiper .swiper-slide a {
  border-radius: 0 90px 0 90px;
  background-color: #f7f7f7;
  display: block;
  padding: 0 1.2rem;
}
.blog_latest .blog_latest_swiper .swiper-slide a .flex {
  width: calc(100% - 2rem);
  max-width: 1220px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  gap: 1.2rem;
}
.blog_latest .blog_latest_swiper .swiper-slide .info {
  flex: 1;
  max-width: 494px;
}
.blog_latest .blog_latest_swiper .swiper-slide .info span {
  color: #5e5e5e;
  font-size: 17px;
}
.blog_latest .blog_latest_swiper .swiper-slide .info strong {
  display: block;
  font-size: 36px;
  font-weight: 500;
  line-height: 42px;
  margin-top: 24px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog_latest .blog_latest_swiper .swiper-slide .info p {
  margin-top: 22px;
  color: #7c7c7c;
  font-size: 17px;
  line-height: 25px;
  font-family: 'Gantari', sans-serif;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog_latest .blog_latest_swiper .swiper-slide .info i {
  margin-top: 36px;
  font-size: 17px;
  font-weight: 600;
  display: flex;
  align-items: center;
  width: max-content;
  color: #fff;
  gap: 14px;
  background-color: var(--theme_color);
  border-radius: 8px;
  padding: 13px 20px;
  transition: all 0.3s;
}
.blog_latest .blog_latest_swiper .swiper-slide .info i:hover {
  padding: 13px 4px 13px 36px;
}
.blog_latest .blog_latest_swiper .swiper-slide .info i:hover::after {
  opacity: 0;
}
.blog_latest .blog_latest_swiper .swiper-slide .info i::after {
  content: '';
  display: block;
  width: 18px;
  height: 10px;
  background: url(../img/arrow-line-b.svg) no-repeat center / contain;
  filter: contrast(0) brightness(20);
  transition: all 0.3s;
}
.blog_latest .blog_latest_swiper .swiper-slide .img {
  width: 55.82%;
  height: 468px;
  overflow: hidden;
  border-radius: 1rem 1rem 0 1rem;
  position: relative;
  top: -54px;
}
.blog_latest .blog_latest_swiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.blog_latest .blog_latest_swiper .swiper-slide .img span {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--theme_color);
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding: 8px 21px;
  border-radius: 6px 0 0 0;
}
.blog_main {
  padding: 80px 0 180px;
}
.blog_main .head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2rem 1.2rem;
}
.blog_main .nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.blog_main .nav ul li a {
  display: block;
  color: #494949;
  font-weight: 500;
  border-radius: 8px;
  transition: all 0.3s;
  padding: 13px 18px 14px;
  min-width: 176px;
  text-align: center;
}
.blog_main .nav ul li.active a,
.blog_main .nav ul li:hover a {
  background-color: var(--theme_color);
  color: #fff;
}
.blog_main .main {
  margin-top: 3rem;
}
.blog_main .main ul {
  margin-bottom: 100px;
  display: grid;
  gap: 45px 20px;
  grid-template-columns: repeat(3, 1fr);
}
.blog_main .main .button_more {
  min-width: 230px;
}
