

/* slideshow */
.slideshow {
  overflow: hidden;
}

/* .slideshow .swiper-slide {
  background-position-x: -300px;
  transition: background-position-x 1.6s ease-out;
  background-repeat: no-repeat;background-size: cover;
}
.slideshow .swiper-slide.swiper-slide-active {
  background-position-x: 0px;
} */
.slideshow .swiper-slide {
  /* background-size: 100%; */
  background-position: center;
  background-origin: padding-box;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background-size 1s ease-in-out;
}

/* slide up */
.txt-fx.slide-up .letter {
  transform: translate3d(0, 1.2em, 0);
  transition: transform 0.9s var(--easing);
}

.swiper-slide-active .txt-fx.slide-up .letter,
.aos-animate .txt-fx.slide-up .letter {
  transform: translate3d(0, 0, 0);
}

/* domino */
.txt-fx.domino .letter {
  transform-origin: 50% 0;
  transform: rotateY(90deg);
  transition: transform 0.9s var(--easing);
}

.swiper-slide-active .txt-fx.domino .letter,
.aos-animate .txt-fx.domino .letter {
  transform: rotateY(0);
}

/* zoom */
.txt-fx.zoom .letter {
  transform-origin: 50% 0;
  transform: scale(3);
  transition: transform 0.9s var(--easing);
}

.swiper-slide-active .txt-fx.zoom .letter,
.aos-animate .txt-fx.zoom .letter {
  transform: scale(1);
}



/*--------------------------------------------------------------
/** 7.9 Testimonial Slider
--------------------------------------------------------------*/
.testimonials .section-title {
  font-size: 1em;
  font-weight: 700;
  line-height: 1;
}

.testimonial-swiper .testimonial-item blockquote {
  font-size: 2.5em;
}

.testimonial-swiper .testimonial-item blockquote>p {
  margin: 0;
}

.testimonials .review-title {
  font-size: 14px;
}

.testimonial-swiper .swiper-slide {
  opacity: 0.2;
  width: 42% !important;
}

.testimonial-swiper.swiper-3d .swiper-slide-shadow-left,
.testimonial-swiper.swiper-3d .swiper-slide-shadow-right {
  background-image: none;
}

.testimonial-swiper .swiper-slide-active {
  opacity: 1;
}

.testimonials .swiper-pagination {
  left: 0;
  right: 0;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background: #8C907E;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin-right: 10px;
}

@media only screen and (max-width: 1199px) {
  .testimonial-swiper .testimonial-item blockquote {
    font-size: 1.8em;
  }
}

@media only screen and (max-width: 999px) {
  .testimonial-swiper .testimonial-item blockquote {
    font-size: 1.2em;
  }
}


.img_box{margin: 0px; padding: 0px; overflow: hidden}

.img_box img{max-width: 100%;width: auto; height: auto;vertical-align: top}

.title_des{margin: 0px; padding: 0px; overflow: hidden; background: #67391c; position: relative; z-index: 99;}
.title_des dl{margin: 0px; padding: 10px 10px 10px 20px; overflow: hidden; margin-right: 50px; }
.title_des dl dt{margin: 0px; padding: 0px; overflow: hidden;font-size: 18px;color: #fff;font-weight: bold;}
.title_des dl dd{margin: 0px; padding: 0px;line-height: 24px;color: #fff;font-size: 16px;
  overflow:hidden;height: 48px;}
.img_box img{max-width: 100%;width: auto; height: auto;vertical-align: top}

.title_des a{overflow: hidden;}
.dh_icon{font-size: 14px; position: absolute; z-index: 999;bottom: 32px;right: 15px; width: 50px; text-align: center;color: #fff;}
.dh_icon i{font-size:22px;color: #fff;}
.dh_icon P{margin: 0px; padding: 0px;font-size: 12px;line-height: 16px; display: inline-block}
.dh_icon:hover p{ color:#fff;}
.dh_icon:hover i{font-size:24px;}


@media only screen and (max-width: 1199px) {
  .title_des dl dt{font-size: 16px;}
  .title_des dl{padding: 10px 10px 10px 10px; }
  .title_des dl dd{font-size: 14px;}
  .dh_icon{right: 10px; }
}

@media only screen and (max-width: 640px) {
  .title_des dl dt{font-size: 14px;}
  .title_des dl dd{font-size: 12px;}
}

.mt_5{ margin: 0 auto; margin-top: 20px; text-align: center;}



.swiper-button-prev {
	width:46px;
	height:46px;
	background:url(../images/curr_prev.png) no-repeat center center;
}
.swiper-button-next {
	width:46px;
	height:46px;
	background-size:auto;
	background-image:url(../images/curr_next.png);
}

.swiper-pagination-bullet-active{background: #67391c;}



