/* ???????? */
[data-section-style="1"]:nth-of-type(1) .home-image-slide{
  padding-top: 0;
  padding-bottom: 0;
}
/* .swiper{
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: .8;
} 
.product-slide .swiper{
  --swiper-pagination-bullet-inactive-color: #e3e3e3;
}*/
.view-more {
  padding: 0;
  width: 240px;
  height: 56px;
  color: var(--main-bg-color);
  font-size: 16px;
  line-height: 56px;
  text-align: center;
}

.view-more i {
  color: var(--main-bg-color);
}
@media screen and (max-width: 768px) {
  .wrapper.imgtxt-list{
   padding: var(--section-space) 12.5px var(--section-space-bottom);
  }
}
/* ??? Start */
.home-image-slide{
  padding-top:var(--section-space) ;
  padding-bottom:var(--section-space) ;
}
.wrapper.slide-wrapper {
  padding: 0 25px 25px;
}
.home-image-slide .swiper-pagination-bullets{
  position: absolute;
}
.slide .swiper-slide a {
  font-size: 0;
}

.slide .swiper-pagination-bullet-active {
  background-color: var(--main-bg-color);
}
.swiper-bullet-active,.swiper-pagination-bullet-active {
    background-color: var(--main-bg-color);
    opacity: .8;
    border-radius: 4px;
}

.slide-wrapper .slide-btn {
  font-size: 12px;
  background-color: #121212;
  opacity: 0.6;
}



@media screen and (max-width: 768px) {
 
  .wrapper.slide-wrapper {
    padding: 0 0 3px;
  }
  .slide-wrapper .slide-btn {
    display: none;
  }
  .home-slide-content{
    min-width: 70% ;
  }
}
/* ??? End */

/* ???? Start */


/* ???? End */

/* ???? Start */
.product-album .prev-btn,
.product-album .next-btn {
  position: absolute;
  top: calc(50% - 20px);
  z-index: 10;
  height: 40px;
  width: 40px;
  color: var(--main-bg-color);
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid var(--main-bg-color);
  cursor: pointer;
}

.product-album .prev-btn {
  left: 4px;
}

.product-album .next-btn {
  right: 4px;
}

.view-all {
  padding: 15px 56px;
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.5;
}

.view-all i {
  color: var(--main-bg-color);
}

@media screen and (max-width: 768px) {
  .product-album .prev-btn,
  .product-album .next-btn {
    display: none;
  }
  .view-all {
    margin-top: 16px;
    padding: 12px 24px;
    font-size: 16px;
    line-height: unset;
  }
}
/* ???? End */

/* Banner Start */
.banner .view-more {
  color: #fff;
  background: transparent;
  border-color: #fff;
}

.banner .view-more i {
  color: #fff;
}

.banner .view-more:hover {
  border-color: var(--main-bg-color)
}

@media screen and (max-width: 768px) {
  .banner .view-more {
    display: none;
  }
}
/* Banner End */

/* ???? Start */
.blog-list {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin-bottom: -16px;
}

.blog-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 16px;
  width: 25%;
}

.blog-item .blog-cover {
  font-size: 0;
  transition: .5s all ease;
  -moz-transition: .5s all ease;
  -webkit-transition: .5s all ease;
}

.blog-item .blog-cover img {
  transition: .5s all ease;
  -moz-transition: .5s all ease;
  -webkit-transition: .5s all ease;
}

.blog-item .blog-title {
  display: inline-block;
  margin-top: 16px;
  color: var(--theme-color-font);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.1rem !important;
}

.blog-item .blog-title.animation-underline::before {
  bottom: 2px;
}

.blog-item .blog-time {
  margin-top: 12px;
}

.blog-item .blog-content {
  margin-top: 20px;
  /* text-align: center; */
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .blog-list {
    margin: -5px -25px;
    padding: 5px 25px;
  }
  .blog-list .blog-item {
    margin-right: 16px;
  }
  .blog-list .blog-item:hover .blog-cover img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
}

@media screen and (max-width: 768px) {
  .blog-list .blog-item {
    width: 100%;
  }
}
/* ???? End */


/* ???? Start */
.email-subscribe {
  display: flex;
  justify-content: center;
  padding: 28px 0;
  background: #d6e8f9;
}

.subscribe-title {
  font-size: 18px;
  font-weight: bold;
}

.subscribe-subtitle {
  font-size: 14px;
}

.subscribe-left {
  width: 37.5%;
}

.subscribe-right {
  display: flex;
  align-items: center;
  width: 37.5%;
}

.email-input {
  display: block;
  margin: 0 8px 0 30px;
  width: 100%;
  border: 1px solid var(--theme-color-font);
}

@media screen and (max-width: 768px) {
  .email-subscribe {
    flex-direction: column;
  }
  .email-subscribe>div {
    padding: 0 12.5px;
    width: 100%;
  }
  .subscribe-title {
    margin-bottom: 8px;
  }
  .subscribe-right {
    flex-direction: column;
    margin-top: 20px;
  }
  .email-input {
    margin: 0;
  }
  .subscribe-button {
    margin-top: 10px;
    width: 100%;
  }
}
/* ???? End */


/* ????? Start */
.swiper-container {
  width: 100%;
  height: 100%;
}

.slide-vertical .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  overflow:hidden;
}

.slide-vertical .slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color:#fff;
}

.slide-vertical .mobile-slide {
  font-size: 0;
}
/* ????? End */

/* ???? Start */
.wrap-imgtxt .imgtxt-single-image .img-box {
	position: absolute;
}

.wrap-imgtxt .imgtxt-single {
	margin-bottom: 0;
	width: 100%;
}
.wrap-imgtxt .rich-text{
  font-size: 15px;
  white-space: unset;
}

.wrap-imgtxt .content-toggle {
	margin-top: 30px;
	/* line-height: 30px; */
}

.wrap-imgtxt .rich-text.expand {
	display: block;
}

@media screen and (min-width: 769px) {
	.wrap-imgtxt .imgtxt-single-image {
		width: 50%;
	}

	.wrap-imgtxt .rich-text {
		text-align: left;
	}

  .wrap-imgtxt .content-toggle {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.wrap-imgtxt .imgtxt-single-text .content-title {
		font-size: 16px;
		text-align: center;
	}
	.wrap-imgtxt .imgtxt-single-text .rich-text {
		font-size: 14px;
		-webkit-line-clamp: 4;
		text-align: left;
    margin-bottom: 0;
    white-space: pre-wrap;
	}
  .wrap-imgtxt .rich-text p{
    display: inline;
  }
	.wrap-imgtxt .swiper-button-prev,
	.wrap-imgtxt .swiper-button-next {
		color: #fff;
	}
}
/* ???? End */
  /* ???? Start */

.imgtxt-icon .imgtxt-icon-item {
	flex-direction: row;
	padding:0 24px;
}
.imgtxt-icon-item:first-child{
  padding-left: 0;
}
.imgtxt-icon-item:last-child{
  padding-right: 0;
}
.imgtxt-icon .imgtxt-icon-text {
	width: calc(100% - 80px);
}
.imgtxt-icon-title{
  line-height: 1.2;
  text-align: left;
}
.imgtxt-icon-image{
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  margin-right: 20px;
}
.imgtxt-icon-image,.imgtxt-icon-title{
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .imgtxt-icon{
    margin-top: 10px;
  }
	.imgtxt-icon .imgtxt-icon-item {
		flex-direction: column;
		padding: 0;
		width: 25%;
	}
	
	.imgtxt-icon-image {
		height: 40px;
		width: 40px;
    margin:0 0 8px 0;
	}

	.imgtxt-icon .imgtxt-icon-text {
		width: 100%;
	}

	.imgtxt-icon-title {
    margin: 0;
    width: 100%;
		font-size: 12px;
    font-weight: 400;
    text-align: center;
	}
}
/* ???? End */
/* ???? Start */
.choicereview-product-image{
  height: 53px;
  width: 53px;
}
.choicereview-origin{
  margin-top: 13px;
  text-align: center;
  font-size: 18px;
}
.choicereview-bottom{
  height: unset;
  padding: 0 8px;
}

.choicereview-info{
  justify-content: center;
  margin-top: 10px;
}
.choicereview-stars{
 margin: 0 5px 4px 0;
}
.choicereview-stars .iconfont{
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .choicereview-product-image{
    height: 50px;
    width: 50px;
  }
  .choicereview-origin{
    margin-top: 8px;
    font-size: 15px;
  }
  .choicereview-info{
    margin-top: 6px;
  }
  .choicereview-list{
    flex-wrap:nowrap;
  }
}
/* ???? End */

/* ?????? Start */
  .product-slide .product-item{
    border: 0;
    background-color: transparent;
  }
  .product-slide .product-price{
    color: var(--theme-color-font);
  }
  @media screen and (max-width: 768px){
    .product-slide .product-price{
      font-weight: 400;
    }
  }
  .product-slide .product-info{
    align-items: flex-start;
  }
  .product-slide .product-name{
    /* font-weight: 600; */
    font-weight: 200;
    text-align: left;
  }
  .product-slide .product-rate {
    height: 20px;
  }
  .product-slide .product-stars{
    /* display: none; */
  }
 
  
  .product-slide .prev-btn, .product-slide .next-btn,.choicereview .prev-btn, .choicereview .next-btn,.wrap-imgtxt .prev-btn,
   .wrap-imgtxt .next-btn,
   .image-slide-list .prev-btn, 
   .image-slide-list .next-btn,
   .content-blog .prev-btn, 
   .content-blog .next-btn{
    top: 38.5%;
    border: 0;
    background-color: unset;
    color: var(--main-bg-color);
    font-size: 50px;
  }
  .content-blog .prev-btn, 
   .content-blog .next-btn{
    top: 28.5%;
    }
  .product-slide .prev-btn{
    left: -5px;
  }
  .product-slide .next-btn{
    right: 5px;
  }
  @media screen and (max-width: 768px){
    .product-slide .next-btn,.product-slide .prev-btn {
      display: none;
    }
  }
  /* ?????? End */
  /* ???? Start */
  .choicereview .prev-btn, .choicereview .next-btn{
    top: 27.5%;
  }
  .wrap-imgtxt .prev-btn, .wrap-imgtxt .next-btn{
    top: 31.5%;
  }
  .choicereview .prev-btn,
  .wrap-imgtxt .prev-btn,
  .content-blog .prev-btn{
    left: -6px;
  }
  .choicereview .next-btn, 
  .wrap-imgtxt .next-btn,
  .content-blog .next-btn{
    right: 13px;
  }
  /* ???? End */

/* ???? Start */
.product-cate .more-button .product-list-btn {
	border-color: var(--main-bg-color) !important;
}

@media screen and (max-width: 768px) {
	.product-cate .product-list {
		justify-content: space-between;
	}

	.product-cate .product-list .product-item {
		width: calc(50% - 6px) !important;
	}
}
/* ???? End */
/* ???? */
.content-blog-list{
  flex-wrap: wrap;
}
.content-blog-item{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content-blog-title{
  margin-top: 10px;
  font-size: 16px;
  text-align: center;
}
.content-blog-image.no-img{
  height: unset;
  top: 50%;
  transform: translateY(-50%);
}
.content-blog-info{
  justify-content:center;
}
@media screen and (max-width: 768px){
  .content-blog-list{
    flex-wrap: nowrap;
  }
  .content-blog-title{
    font-size: 14px;
  }
  .content-blog-item{
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 769px){
  .border-animation {
    /* border: 2px solid #ccc; */
    /* transition: border-width 0.5s; */
    transition: border-color 0.5s ease-in-out;
  }
  .border-animation:hover {
    /* border-width: 5px; */
    box-shadow: 0 0 0 1px var(--main-bg-color);
  }

  .content-blog-title{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5rem;
    height: 3.1rem !important;
  }

  .img-box:hover img.no-img {
    transform:translateY(-50%) scale(1.05);
    -webkit-transform:translateY(-50%) scale(1.05);
    -moz-transform:translateY(-50%) scale(1.05);
  }
}
/* ???? Start */
.imgtxt-list-body .imgtxt-list-image {
	margin-bottom: 0;
}

.imgtxt-list-top {
	position: relative;
}

.imgtxt-list-content {
	position: absolute;
	left: 50%;
  transform: translateX(-50%);
	/* bottom: 28px; */
  bottom: 15%;
}

.imgtxt-list-content .imgtxt-list-title {
	margin-bottom: 0;
  font-weight: 400;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
	.imgtxt-list-content {
		/* bottom: 8px; */
    bottom: 15%;
	}


}
/* ???? End */