.home_banner {
  margin: 2.4rem 0;
  box-sizing: border-box;
}
.home_banner .inner {
  width: calc(100% - 4rem);
  margin: 0 auto;
  max-width: 145.6rem;
  padding: 5px;
  border-radius: 1.4rem;
  border: 1px solid #cdb56b;
  position: relative;
}
.home_banner a.img {
  display: block;
}
.home_banner .home_banner_swiper {
  overflow: hidden;
  border-radius: 1.2rem;
}
.home_banner .home_banner_swiper .swiper-slide {
  position: relative;
}
.home_banner .home_banner_swiper .img {
  display: block;
  position: relative;
  height: 100%;
  padding-bottom: 0;
  border-radius: 1.2rem;
}
.home_banner .home_banner_swiper .img picture {
  width: 100%;
  height: 100%;
}
.home_banner .home_banner_swiper .img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.home_banner .home_banner_swiper .title {
  position: absolute;
  left: 6.859593%;
  bottom: 3.5rem;
  z-index: 2;
  color: #383838;
  font-weight: 500;
  font-size: 2.6rem;
  gap: 1rem;
  display: grid;
  align-items: start;
  grid-template-columns: auto 1fr;
}
.home_banner .home_banner_swiper .title::before {
  content: '';
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  margin-top: 1.1rem;
  background: url(../img/icon-star.svg) no-repeat center / contain;
}
.home_banner .home_banner_swiper .btn {
  position: absolute;
  right: 8.1458%;
  bottom: 2.5rem;
  z-index: 2;
}
.home_banner .swiper_btns {
  top: 46%;
  width: 96%;
  max-width: 177.6rem;
}
.home_banner .swiper_btns div {
  width: 6.4rem;
  height: 6.4rem;
}
.home_banner .inner .swiper-pagination.swiper-pagination-bullets {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2.4rem;
  z-index: 3;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.home_product {
  padding: 3rem 0 6rem;
}
.home_product .list {
  margin-top: 5rem;
}
.home_product .list ul {
  display: grid;
  gap: 6rem 1.612065%;
  grid-template-columns: repeat(4, 1fr);
}
.home_product .list li {
  position: relative;
  z-index: 2;
  transition: all 0.3s;
}
.home_product .list li a {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-align: center;
}
.home_product .list li a .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 1.6rem 2.2rem 0.8rem;
}
.home_product .list li a:hover .image::before {
  background-color: var(--primary);
}
.home_product .list li a:hover .image::after {
  border-color: var(--primary);
}
.home_product .list li a:hover .image .img2 {
  opacity: 1;
  pointer-events: all;
}
.home_product .list li a:hover .info .title {
  color: var(--primary);
}
.home_product .list li a:hover .info .add_to_cart {
  color: #181818;
}
.home_product .list li a:hover .info .add_to_cart:hover i {
  background-color: var(--primary);
}
.home_product .list li a:hover .info .add_to_cart i {
  opacity: 1;
}
.home_product .list li a .image {
  padding: 5px;
  position: relative;
  margin: 8px 7px 0;
}
.home_product .list li a .image::before {
  content: '';
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  transition: all 0.3s;
  pointer-events: none;
  background-color: #6C665E;
  clip-path: polygon(0 18px, 18px 0, calc(100% - 18px) 0, 100% 18px, 100% calc(100% - 18px), calc(100% - 18px) 100%, 18px 100%, 0 calc(100% - 18px), 0 18px, 1px calc(18px + 0.41px), 1px calc(100% - 18px - 0.41px), calc(18px + 0.41px) calc(100% - 1px), calc(100% - 18px - 0.41px) calc(100% - 1px), calc(100% - 1px) calc(100% - 18px - 0.41px), calc(100% - 1px) calc(18px + 0.41px), calc(100% - 18px - 0.41px) 1px, calc(18px + 0.41px) 1px, 1px calc(18px + 0.41px));
}
.home_product .list li a .image::after {
  content: '';
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 4px;
  top: 4px;
  right: 4px;
  bottom: 4px;
  z-index: 3;
  transition: all 0.3s;
  pointer-events: none;
  border: 1px solid #6C665E;
}
.home_product .list li a .image .img {
  padding-bottom: 100%;
  background-color: #181818;
}
.home_product .list li a .image .img2 {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  padding-bottom: 0;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}
.home_product .list li a .info .price {
  color: var(--text);
  margin-top: 1.6rem;
}
.home_product .list li a .info .tag {
  display: grid;
  grid-template-columns: auto 1fr auto;
  max-width: max-content;
  position: absolute;
  left: 2.2rem;
  top: 2.4rem;
  z-index: 3;
}
.home_product .list li a .info .tag::before,
.home_product .list li a .info .tag::after {
  content: '';
  display: block;
  width: 1.2rem;
  height: 100%;
  background: url(../img/tag1.svg) no-repeat center / contain;
}
.home_product .list li a .info .tag::after {
  transform: rotate(180deg);
}
.home_product .list li a .info .tag span {
  display: block;
  white-space: nowrap;
  color: #181818;
  font-weight: 600;
  line-height: 2.5rem;
  font-size: 1.363rem;
  padding: 0 1.2rem;
  margin: 0 -1px;
  background: url(../img/tag2.svg) repeat center / auto 100%;
}
.home_product .list li a .info .title {
  font-size: 1.8rem;
  line-height: 2.567rem;
  transition: all 0.3s;
  margin-bottom: auto;
}
.home_product .list li a .info .add_to_cart {
  position: relative;
  z-index: 2;
  font-weight: 500;
  line-height: 3.8rem;
  text-align: center;
  overflow: hidden;
  margin-top: 2.2rem;
  transition: all 0.3s;
  border-radius: 0.6rem;
}
.home_product .list li a .info .add_to_cart i {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s;
  border-radius: 0.8rem 0 0.8rem 0;
  border: 1px solid var(--primary);
  background-color: #E9E3D5;
}
.home_product .list .center {
  display: none;
}
.home_blog {
  padding: 6rem 0 13.2rem;
}
.home_blog .main {
  margin-top: 7.4rem;
}
.home_blog .lt {
  width: 58.112324%;
  display: grid;
  gap: 3.8rem 2rem;
  grid-template-columns: 1fr auto;
}
.home_blog .swiper_box {
  grid-column: 1/-1;
}
.home_blog .swiper_box::before {
  content: '';
  display: block;
  width: 104.697987%;
  height: 106.635071%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  pointer-events: none;
  transform: translate(-50%, -50%);
  background: url(../img/home-blog-border.svg) no-repeat center / contain;
}
.home_blog .swiper_box .wrap {
  position: relative;
}
.home_blog .swiper_box .wrap::before,
.home_blog .swiper_box .wrap::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  pointer-events: none;
  border-radius: 0.6rem 2.2rem 0.6rem 2.2rem;
  border: 1px solid #6C665E;
}

.home_blog .swiper_btns.middle{
  width: 108%;
}

.home_blog .swiper_box .wrap::before {
  left: -0.6rem;
  top: -0.6rem;
  right: 0;
  bottom: 0;
}
.home_blog .swiper_box .wrap::after {
  left: 0;
  top: 0;
  right: -0.6rem;
  bottom: -0.6rem;
}
.home_blog .home_blog_swiper {
  overflow: hidden;
  border-radius: 0.6rem 2.2rem 0.6rem 2.2rem;
}
.home_blog .home_blog_swiper .swiper-slide {
  position: relative;
}
.home_blog .home_blog_swiper a:hover img {
  transform: scale(1.03);
}
.home_blog .home_blog_swiper .img {
  padding-bottom: 56.644295%;
}
.home_blog .home_blog_swiper .tag {
  display: grid;
  grid-template-columns: auto 1fr auto;
  max-width: max-content;
  position: absolute;
  left: 1.8rem;
  top: 2.2rem;
  z-index: 3;
}
.home_blog .home_blog_swiper .tag::before,
.home_blog .home_blog_swiper .tag::after {
  content: '';
  display: block;
  width: 1.2rem;
  height: 100%;
  background: url(../img/tag1.svg) no-repeat center / contain;
}
.home_blog .home_blog_swiper .tag::after {
  transform: rotate(180deg);
}
.home_blog .home_blog_swiper .tag span {
  display: block;
  white-space: nowrap;
  color: #181818;
  font-weight: 500;
  line-height: 2.6rem;
  font-size: 1.2rem;
  padding: 0 0.3rem;
  margin: 0 -1px;
  background: url(../img/tag2.svg) repeat center / auto 100%;
}
.home_blog .swiper_btns {
  width: calc(100% + 4.6rem);
}
.home_blog .swiper_btns div {
  width: 4.6rem;
  height: 4.6rem;
  border-width: 2px;
}
.home_blog .home_blog_text_swiper {
  overflow: hidden;
}
.home_blog .home_blog_text_swiper a:hover .title {
  color: var(--primary);
}
.home_blog .home_blog_text_swiper .title {
  font-size: 2.2rem;
  line-height: 2.567rem;
  transition: all 0.3s;
}
.home_blog .home_blog_text_swiper .date {
  color: rgba(255, 255, 255, 0.65);
  font-size: 1.4rem;
  margin-top: 0.6rem;
  padding-left: 1rem;
}
.home_blog .rt {
  width: 35.881435%;
  position: relative;
}
.home_blog .rt::after {
  content: '';
  display: block;
  padding-bottom: 91.73913%;
}
.home_blog .home_blog_thumbs_swiper {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.home_blog .home_blog_thumbs_swiper .swiper-slide-thumb-active a .title,
.home_blog .home_blog_thumbs_swiper a:hover .title {
  color: var(--primary);
}
.home_blog .home_blog_thumbs_swiper .swiper-slide-thumb-active a .hr,
.home_blog .home_blog_thumbs_swiper a:hover .hr {
  filter: none;
}
.home_blog .home_blog_thumbs_swiper a {
  display: block;
  padding-top: 0.8rem;
}
.home_blog .home_blog_thumbs_swiper .metas {
  gap: 1.6rem;
  display: flex;
  align-items: center;
}
.home_blog .home_blog_thumbs_swiper .tag {
  display: grid;
  grid-template-columns: auto 1fr auto;
}
.home_blog .home_blog_thumbs_swiper .tag::before,
.home_blog .home_blog_thumbs_swiper .tag::after {
  content: '';
  display: block;
  width: 1.2rem;
  height: 100%;
  background: url(../img/tag1.svg) no-repeat center / contain;
}
.home_blog .home_blog_thumbs_swiper .tag::after {
  transform: rotate(180deg);
}
.home_blog .home_blog_thumbs_swiper .tag span {
  display: block;
  white-space: nowrap;
  color: #181818;
  font-weight: 500;
  line-height: 2.6rem;
  font-size: 1.2rem;
  padding: 0 0.3rem;
  margin: 0 -1px;
  background: url(../img/tag2.svg) repeat center / auto 100%;
}
.home_blog .home_blog_thumbs_swiper .date {
  color: rgba(255, 255, 255, 0.65);
  font-size: 1.4rem;
}
.home_blog .home_blog_thumbs_swiper .title {
  font-size: 2rem;
  line-height: 2.8rem;
  transition: all 0.3s;
  margin-top: 1.5rem;
}
.home_blog .home_blog_thumbs_swiper .hr {
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr auto;
  transition: all 0.3s;
  filter: contrast(0) brightness(0.8);
  margin-top: 2.3rem;
}
.home_blog .home_blog_thumbs_swiper .hr::before {
  content: '';
  display: block;
  width: 5px;
  height: 3px;
  background: url(../img/home-blog-hr2.svg) no-repeat center / contain;
}
.home_blog .home_blog_thumbs_swiper .hr::after {
  content: '';
  display: block;
  width: 67px;
  height: 9px;
  background: url(../img/home-blog-hr1.svg) no-repeat center / contain;
}
.home_blog .home_blog_thumbs_swiper .hr i {
  display: block;
  height: 1px;
  margin: 0 -1px;
  background-color: var(--primary);
}
.home_blog .center {
  display: none;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  section.home_banner > .swiper-pagination.swiper-pagination-bullets {
    bottom: -1.4rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .home_banner .home_banner_swiper .title {
    bottom: 2rem;
    font-size: 2rem;
  }
  .home_banner .home_banner_swiper .title::before {
    margin-top: 0.7rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .home_banner .swiper_btns {
    top: 50%;
  }
  section.home_banner > .swiper-pagination.swiper-pagination-bullets {
    bottom: -2.4rem;
  }
  .home_banner .home_banner_swiper .title {
    gap: 5px;
    font-size: 1.6rem;
  }
  .home_banner .home_banner_swiper .title::before {
    margin-top: 0.4rem;
  }
  .home_banner .home_banner_swiper .btn {
    transform: scale(0.8);
    transform-origin: right bottom;
  }
}
@media screen and (max-width: 768px) {
  .home_banner .swiper_btns div {
    width: 40px;
    height: 40px;
  }
  .home_banner .inner {
    padding: 3px;
    border-radius: 8px;
  }
  .home_banner .home_banner_swiper {
    border-radius: 6px;
  }
  .home_banner .home_banner_swiper .img {
    border-radius: 6px;
  }
  .home_banner .home_banner_swiper .title {
    gap: 8px;
    font-size: 12px;
    bottom: 15px;
  }
  .home_banner .home_banner_swiper .title::before {
    width: 12px;
    height: 12px;
    margin-top: 3px;
  }
  .home_banner .home_banner_swiper .btn {
    transform: scale(0.8);
    transform-origin: right bottom;
  }
  section.home_banner > .swiper-pagination.swiper-pagination-bullets {
    bottom: -4px;
  }
  .home_product {
    padding: 32px 0;
  }
  .home_product .list {
    margin-top: 22px;
  }
  .home_product .list ul {
    gap: 20px 10px;
    grid-template-columns: repeat(3, 1fr);
  }
  .home_product .list li:nth-child(6) ~ li {
    display: none;
  }
  .home_product .list li a .image {
    margin: 4px 4px 0;
  }
  .home_product .list li a .info {
    padding: 10px 14px;
  }
  .home_product .list li a .info .tag {
    top: 14px;
    left: 12px;
  }
  .home_product .list li a .info .tag span {
    padding: 0 7px;
    margin: 0 -2px;
    font-size: inherit;
    line-height: 20px;
  }
  .home_product .list li a .info .title {
    font-size: 14px;
    line-height: 17.4px;
  }
  .home_product .list li a .info .price {
    margin-top: 5px;
  }
  .home_product .list li a .info .add_to_cart {
    margin-top: 10px;
  }
  .home_product .list .center {
    display: block;
    margin-top: 30px;
  }
  .home_product .list .center .btn {
    display: inline-block;
  }
  .home_blog {
    padding: 32px 0 64px;
  }
  .home_blog .main {
    display: block;
    margin: 28px auto 0;
    max-width: 576px;
  }
  .home_blog .lt {
    width: 100%;
    gap: 28px 20px;
  }
  .home_blog .swiper_box .wrap::before {
    left: -4px;
    top: -4px;
    border-radius: 4px 8px 4px 8px;
  }
  .home_blog .swiper_box .wrap::after {
    right: -4px;
    bottom: -4px;
    border-radius: 4px 8px 4px 8px;
  }
  .home_blog .swiper_btns {
    display: none;
  }
  .home_blog div.swiper-pagination {
    margin-top: 3px;
  }
  .home_blog .home_blog_swiper {
    border-radius: 4px 8px 4px 8px;
  }
  .home_blog .home_blog_swiper .tag {
    top: 8px;
    left: 6px;
  }
  .home_blog .home_blog_swiper .tag span {
    padding: 0 2px;
    margin: 0 -2px;
    font-size: inherit;
    line-height: 22px;
  }
  .home_blog .home_blog_text_swiper .title {
    font-size: 16px;
    line-height: 1.3;
  }
  .home_blog .home_blog_text_swiper .date {
    font-size: 12px;
  }
  .home_blog .rt {
    width: 100%;
    margin-top: 22px;
  }
  .home_blog .rt::after {
    display: none;
  }
  .home_blog .home_blog_thumbs_swiper {
    position: static;
  }
  .home_blog .home_blog_thumbs_swiper ul {
    display: block;
  }
  .home_blog .home_blog_thumbs_swiper li:nth-child(3) ~ li {
    display: none;
  }
  .home_blog .home_blog_thumbs_swiper a {
    padding-top: 15px;
  }
  .home_blog .home_blog_thumbs_swiper .metas {
    gap: 6px;
  }
  .home_blog .home_blog_thumbs_swiper .date {
    font-size: 12px;
  }
  .home_blog .home_blog_thumbs_swiper .title {
    font-size: 16px;
    line-height: 22px;
    margin-top: 12px;
  }
  .home_blog .home_blog_thumbs_swiper .hr {
    margin-top: 13px;
  }
}
@media screen and (max-width: 576px) {
  .home_banner .inner {
    width: calc(100% - 20px);
  }
  .home_banner .swiper_btns {
    display: none;
  }
  section.home_banner > .swiper-pagination.swiper-pagination-bullets {
    position: static;
    margin-top: 8px;
  }
  .home_product .list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .home_product .list li {
    clip-path: none;
  }
  .home_product .list li::before,
  .home_product .list li::after {
    clip-path: none;
  }
  .home_product .list li a {
    text-align: left;
  }
  .home_product .list li a:hover .info .add_to_cart:hover i {
    border-color: var(--primary);
    background-color: var(--primary);
  }
  .home_product .list li a:hover .info .add_to_cart::after {
    filter: none;
    transform: rotate(180deg);
  }
  .home_product .list li a:hover .info .add_to_cart i {
    border-color: #E0DDD1;
    background-color: #F4F3EE;
  }
  .home_product .list li a:hover .info .add_to_cart i::after {
    filter: contrast(0.5) brightness(0.5);
  }
  .home_product .list li a::after {
    width: 22px;
    height: 7px;
    padding: 0;
    bottom: 4px;
    background-image: url(../img/icon-stars.svg);
  }
  .home_product .list li a .info {
    padding: 10px 14px;
  }
  .home_product .list li a .info .btc {
    gap: 2rem;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr auto;
    margin-top: 16px;
  }
  .home_product .list li a .info .price {
    margin-top: 0;
  }
  .home_product .list li a .info .add_to_cart {
    margin: 0;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    background: none;
  }
  .home_product .list li a .info .add_to_cart::after {
    content: '';
    display: block;
    width: 34px;
    height: 34px;
    padding: 0;
    position: static;
    transition: all 0.3s;
    transform: translate(0);
    filter: contrast(0) brightness(0.8);
    background: url(../img/icon-cart-border.svg) no-repeat center / contain;
  }
  .home_product .list li a .info .add_to_cart span {
    display: none;
  }
  .home_product .list li a .info .add_to_cart i {
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 78%;
    height: 78%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
    border: 1px solid #5B544A;
    background-color: #5B544A;
  }
  .home_product .list li a .info .add_to_cart i::after {
    content: '';
    display: block;
    width: 54%;
    height: 54%;
    padding: 0;
    position: static;
    transform: translate(0);
    transition: all 0.3s;
    filter: contrast(0) brightness(2);
    background: url(../img/icon-cart.svg) no-repeat center / contain;
  }
  .home_blog .head .more {
    display: none;
  }
  .home_blog .center {
    display: block;
    margin-top: 30px;
  }
}
