.blog-banner {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.blog-banner-top {
  position: absolute;
  width: 19.792vw;
  height: 19.792vw;
  top: -13.021vw;
  right: 0;
  left: 0;
  z-index: 10;
  margin: auto;
  filter: blur(0.104vw);
}
.blog-banner-top img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.blog-banner-bg {
  width: 100%;
  height: 10.417vw;
  background-color: #333f49;
}
.blog-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5.208vw;
  padding: 7.292vw 3.125vw;
  max-width: 90%;
  margin: auto;
}
.blog-block-head {
  width: 100%;
  display: flex;
  flex-direction: column;
  line-height: 1.3;
  font-family: "Centrale", sans-serif;
  color: #35424c;
  align-items: center;
  gap: 1.563vw;
}
.blog-block-head-top {
  font-size: 1.302vw;
  font-weight: 500;
  position: relative;
  display: flex;
  justify-content: center;
}
.blog-block-head-top::after {
  content: "";
  position: absolute;
  width: 3.125vw;
  height: 0.052vw;
  background-color: #35424c;
  bottom: -0.104vw;
}
.blog-block-head-main {
  font-family: "Cherston", sans-serif;
  font-size: 2.344vw;
}
.blog-block-cont {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.042vw;
}
.blog-block-cont-single {
  display: flex;
  flex-direction: column;
  gap: 1.302vw;
  font-size: 0.833vw;
  color: #333f49;
  line-height: 1.4;
  margin-bottom: 1.563vw;
}
.blog-block-cont-single .img-block {
  width: 100%;
  height: 15.625vw;
  border-radius: 0.521vw;
  overflow: hidden;
}
.blog-block-cont-single .img-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-block-cont-single .cont-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.521vw;
  font-family: "Centrale", sans-serif;
}
.blog-block-cont-single .cont-block p {
  min-height: 2.604vw;
}
.blog-block-cont-single .cont-block .link-block {
  font-size: 0.729vw;
  display: flex;
  align-items: center;
  padding-left: 1.302vw;
  position: relative;
}
.blog-block-cont-single .cont-block .link-block::after {
  content: "";
  position: absolute;
  width: 0.521vw;
  height: 0.521vw;
  border-radius: 50%;
  background-color: #333f49;
  left: 0;
}
.blogdetail {
  width: 100%;
  font-size: 0.833vw;
  color: #333f49;
  font-family: "Centrale", sans-serif;
  padding: 3.125vw;
  max-width: 90%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 4.167vw;
}
.blogdetail-head {
  width: 100%;
  font-size: 2.083vw;
  font-family: "Cherston", sans-serif;
  text-align: center;
  line-height: 1.4;
}
.blogdetail-in {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3.125vw;
}
.blogdetail-in .img-block {
  width: 100%;
  height: 46.875vw;
  border-radius: 0.521vw;
  overflow: hidden;
}
.blogdetail-in .img-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blogdetail-in .cont-block {
  width: 100%;
  max-width: 70%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 1.042vw;
  font-family: "Centrale", sans-serif;
  line-height: 1.5;
}
.blogdetail-in .cont-block h5 {
  font-size: 0.938vw;
  font-weight: 500;
}
.blogdetail-in .cont-block ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.26vw;
}
.blogdetail-in .cont-block ul li {
  position: relative;
  padding-left: 0.781vw;
}
.blogdetail-in .cont-block ul li::before {
  content: "";
  position: absolute;
  width: 0.313vw;
  height: 0.313vw;
  background-color: #333f49;
  border-radius: 50%;
  left: 0;
  top: 0.469vw;
}
.blogdetail-in .cont-block .social {
  width: auto;
  display: flex;
  gap: 1.563vw;
  font-size: 0.833vw;
  align-items: center;
}
.blogdetail-in .cont-block .social ul {
  display: flex;
  gap: 0.781vw;
  flex-direction: row;
}
.blogdetail-in .cont-block .social ul li {
  padding: 0;
}
.blogdetail-in .cont-block .social ul li a {
  text-decoration: none;
  width: 1.667vw;
  height: 1.667vw;
  border-radius: 50%;
  background-color: #dce5ea;
  color: #35424c;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.781vw;
  transition: all 0.3s;
}
.blogdetail-in .cont-block .social ul li a:hover {
  background-color: white;
  color: #333f49;
}
.blogdetail-in .cont-block .social ul li::before {
  display: none;
}
.blogdetail-slider {
  width: 100%;
  border-top: 1px solid #bfced6;
  padding: 5.208vw 0;
  display: flex;
  flex-direction: column;
  gap: 2.083vw;
  font-size: 0.833vw;
  font-family: "Centrale", sans-serif;
}
.blogdetail-slider-head {
  font-size: 1.563vw;
  font-family: "Cherston", sans-serif;
}
.blogdetail-slider-in {
  width: 100%;
  position: relative;
}
.blogdetail-slider-nav {
  position: absolute;
  z-index: 1;
  display: flex;
  gap: 1.042vw;
  top: -2.604vw;
  right: 0;
}
.blogdetail-slider-nav [class*="swiper-button-custom"] {
  font-size: 1.25vw;
  color: #333f49;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0;
}
.pagination a {
  display: block;
  padding: 8px 14px;
  color: #333;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.25s ease;
}
.pagination a:hover {
  background: #f5f5f5;
  border-color: #bbb;
}
.pagination a.active {
  background: #333f49;
  color: #fff;
  border-color: #333f49;
  font-weight: bold;
  box-shadow: 0 3px 8px rgba(0, 123, 255, 0.3);
  transform: scale(1.05);
}
.pagination a.disabled {
  background: #eee;
  color: #999;
  cursor: not-allowed;
  pointer-events: none;
}
