@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/CenturyGothicbold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/CenturyGothicbold.eot?#iefix') format('CenturyGothicbold'), /* IE6-IE8 */
    url('../fonts/CenturyGothicbold.woff') format('woff'),
    url('../fonts/CenturyGothicbold.woff2') format('woff2'), /* Modern Browsers */
    url('../fonts/CenturyGothicbold.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/CenturyGothicbold.svg#CenturyGothicbold') format('svg'); /* Legacy iOS */
    font-display: swap;
}
/* banner-page css */
.banner-page .swiper-slide {
  position: relative;
  height: 560px;
}
.banner-page .swiper-slide.has-mask img {
  filter: brightness(.8);
}
.banner-page .swiper-slide img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-page .banner-info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;

}
.banner-page .banner-info {
  color:#fff; text-align:center;
}
.banner-page .banner-info h2 {
  margin: 20px;
  padding: 0;
  font-size:50px;
  font-family:'Century Gothic';
}
.banner-page .banner-info p {
  font-size:20px;
  line-height:40px;
}
.banner-page .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: #fff;
}
.banner-page .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f97425;
}
.banner-page .swiper-button-prev,
.banner-page .swiper-button-next {
  box-sizing: content-box;
  padding: 50px 10px;
  opacity: 0;
  color: #444;
  background-color: rgba(255, 255, 255, .6);
  transform: translateX(5px);
  transition: .3s ease;
}
.banner-page .swiper-button-prev:hover,
.banner-page .swiper-button-next:hover {
  opacity: 1;
}
/* index products css */
.products-swiper.rvc{max-width:100%; position: relative; margin: auto; margin-top: 50px;}
.rvc .rvc-wrapper{margin:auto;max-width: 100%;}
.rvc-wrapper ul {
  position: relative;
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  transition: transform 0.5s ease;
  will-change: transform;
}
.rvc .rvc-wrapper .swiper-slide {
  /* float:left; width:100%;*/
  flex-shrink: 0;
  max-width: 33.33%;
  box-sizing: border-box;
  position:relative;
}
.rvc .rvc-wrapper .swiper-slide a {display:block;height:auto;text-decoration:none;}
.rvc .rvc-wrapper .swiper-slide a img{ max-width:100%;border-radius:75px 0 75px 0; box-shadow:15px 0 #a7c44c;
	max-height: 100%;
	height: auto;
	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;
}
.rvc .rvc-wrapper .swiper-slide a h3{margin-top:10px;text-align:left;padding-top:10px;color:#444; font-size:18px; display:block;}
.rvc .rvc-wrapper .swiper-slide p{color:#444; font-size:14px; display:block;}
.rvc-prv,.rvc-next{
	position: absolute;
	height: 100%;
	top: 0;
	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;
}
.rvc .rvc-prv{left:6%; cursor:pointer;color: #a7c44c;}
.rvc .rvc-next{right:6%; cursor:pointer;color: #a7c44c;}

@media (min-width: 769px) and (max-width: 1279px) {
  .banner-page .swiper-slide {
    height: 400px;
  }
  .banner-page .banner-info h2 {
    font-size: 36px;
  }
  .banner-page .banner-info p {
    font-size: 18px;
    line-height: 30px;
  }
}

@media screen and (max-width: 768px) {
  .banner-page .banner-info {
    width: 90%;
  }
  .banner-page .swiper-slide {
    height: 400px;
  }
  .banner-page .banner-info h2 {
    font-size: 24px;
  }
  .banner-page .banner-info p {
    font-size: 18px;
    line-height: 30px;
  }
  .rvc {
    width: 90%;
    margin: auto;
    padding: 0;
  }
 
  .rvc .rvc-wrapper .swiper-slide a img {
		border-radius: 20px 0 20px 0;
		box-shadow: 5px 0 #a7c44c;
	}
  .rvc .rvc-wrapper .swiper-slide {
    max-width: 100%;
  }
  .rvc .rvc-prv {
    width: 20px;
    left: 2%;
  }
  .rvc .rvc-next {
    width: 20px;
    right: 2%;
  }
}