.blog_sticky {
  padding: 17.4rem 0 18.4rem;
  overflow: hidden;
}
.blog_sticky .svg1 {
  position: absolute;
  left: -1.805556%;
  top: -0.5rem;
  z-index: 2;
  width: 5.208333%;
}
.blog_sticky .svg2 {
  position: absolute;
  right: -7%;
  top: -11rem;
  z-index: 2;
  width: 9.652778%;
}
.blog_sticky .swiper_box {
  margin-top: 6.6rem;
}
.blog_sticky .blog_sticky_swiper {
  overflow: hidden;
  border-radius: 2.8rem;
}
.blog_sticky .blog_sticky_swiper .swiper-slide {
  gap: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog_sticky .blog_sticky_swiper .img {
  width: 56.180556%;
  --h: 64.647713%;
  border-radius: 2.8rem;
}
.blog_sticky .blog_sticky_swiper .img:hover img {
  transform: scale(1.03);
}
.blog_sticky .blog_sticky_swiper .info {
  flex: 1;
  max-width: 48.5rem;
  padding-bottom: 7.777778%;
}
.blog_sticky .blog_sticky_swiper .info .metas {
  gap: 2rem;
  display: flex;
  align-items: center;
}
.blog_sticky .blog_sticky_swiper .info .metas .cat {
  padding: 0.8rem 1.7rem 0.9rem;
  font-size: 1.8rem;
  border-radius: 100px;
  background-color: var(--secondary);
}
.blog_sticky .blog_sticky_swiper .info .metas .date {
  color: #5C5C5C;
  font-size: 1.7rem;
}
.blog_sticky .blog_sticky_swiper .info .title {
  font-weight: 500;
  font-size: 3.8rem;
  line-height: 5.6rem;
  margin-top: 1.6rem;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog_sticky .blog_sticky_swiper .info .syedittext {
  color: #516171;
  max-width: 45.2rem;
  margin-top: 2.8rem;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog_sticky .blog_sticky_swiper .info .btn {
  margin-top: 3.2rem;
}
.blog_sticky div.swiper-pagination {
  position: static;
  gap: 1.5rem;
  display: flex;
  width: 33.680556%;
  margin: -1.2rem 0 0 auto;
}
.blog_sticky div.swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  margin: 0;
  width: 5.4rem;
  height: 2px;
  transition: all 0.3s;
  border-radius: 0;
  background-color: #E0E0E0;
}
.blog_sticky div.swiper-pagination .swiper-pagination-bullet::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background-color: var(--secondary);
}
.blog_sticky div.swiper-pagination .swiper-pagination-bullet-active::after {
  width: 100%;
  transition: all 5.3s linear;
}
.blog_main {
  position: relative;
  z-index: 2;
  max-width: 192rem;
  margin: 0 auto;
  padding: 19.5rem 0 11.6rem;
  background-image: linear-gradient(to top, #F7F5F2 50%, transparent 50%);
}
.blog_main .bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: -1;
  overflow: hidden;
}
.blog_main .bg img {
  width: 113.958333%;
  margin: 0 -6.979166%;
}
.blog_main .tabs {
  margin-top: 5.8rem;
}
.blog_main .tabs ul {
  gap: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.blog_main .tabs .active a,
.blog_main .tabs a:hover {
  color: #fff;
  background-color: var(--title);
}
.blog_main .tabs a {
  display: block;
  font-size: 1.8rem;
  transition: all 0.3s;
  border-radius: 100px;
  padding: 1rem 3rem 1.3rem;
  background-color: #F4F4F4;
}
.blog_main .list {
  margin-top: 7.7rem;
}
.blog_main .list .blog_list {
  display: grid;
  gap: 11.4rem 3.125%;
  grid-template-columns: repeat(3, 1fr);
}
.blog_main .center:has(button) {
  margin-top: 10.4rem;
  min-height: 6.2rem;
}
.footer_gallery .mask {
  filter: none;
}
@media screen and (max-width: 768px) {
  .blog_sticky {
    padding: 50px 0;
  }
  .blog_sticky .swiper_box {
    margin-top: 30px;
  }
  .blog_sticky .svg1 {
    left: 10px;
  }
  .blog_sticky .blog_sticky_swiper {
    border-radius: 20px;
  }
  .blog_sticky .blog_sticky_swiper .img {
    border-radius: 20px;
  }
  .blog_sticky .blog_sticky_swiper .info {
    padding: 0;
  }
  .blog_sticky .blog_sticky_swiper .info .metas {
    gap: 10px;
  }
  .blog_sticky .blog_sticky_swiper .info .metas .cat {
    font-size: 14px;
  }
  .blog_sticky .blog_sticky_swiper .info .metas .date {
    font-size: 14px;
  }
  .blog_sticky .blog_sticky_swiper .info .title {
    font-size: 18px;
    line-height: 1.3;
  }
  .blog_sticky .blog_sticky_swiper .info .syedittext {
    margin-top: 12px;
  }
  .blog_sticky .blog_sticky_swiper .info .btn {
    margin-top: 20px;
  }
  .blog_sticky div.swiper-pagination {
    width: 39.548023%;
    margin-top: 10px;
    gap: 8px;
  }
  .blog_sticky div.swiper-pagination .swiper-pagination-bullet {
    width: 30px;
  }
  .blog_main {
    padding: 50px 0;
  }
  .blog_main .tabs {
    margin-top: 20px;
  }
  .blog_main .tabs ul {
    gap: 10px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: calc(100% + 60px);
    padding: 0 30px;
    margin: 0 -30px;
    overflow: auto;
  }
  .blog_main .tabs ul::-webkit-scrollbar {
    display: none;
  }
  .blog_main .tabs li:first-child {
    margin-left: auto;
  }
  .blog_main .tabs li:last-child {
    margin-right: auto;
  }
  .blog_main .tabs a {
    font-size: 14px;
    padding: 8px 17px 9px;
    white-space: nowrap;
  }
  .blog_main .list {
    margin-top: 30px;
  }
  .blog_main .list .blog_list {
    gap: 40px 20px;
  }
  .blog_main .center:has(button) {
    margin-top: 40px;
    min-height: 42px;
  }
}
@media screen and (max-width: 576px) {
  .blog_sticky {
    overflow: hidden;
  }
  .blog_sticky .blog_sticky_swiper {
    overflow: visible;
  }
  .blog_sticky .blog_sticky_swiper .swiper-slide {
    display: block;
  }
  .blog_sticky .blog_sticky_swiper .img {
    width: 100%;
    margin-bottom: 20px;
  }
  .blog_sticky .swiper_btns {
    display: none;
  }
  .blog_sticky div.swiper-pagination {
    width: 100%;
    margin-top: 20px;
    justify-content: center;
  }
  .blog_main .tabs ul {
    width: calc(100% + 40px);
    padding: 0 20px;
    margin: 0 -20px;
  }
  .blog_main .list .blog_list {
    grid-template-columns: 1fr;
  }
}
