body {
	margin: 0;
	padding: 0;
	background: none;
	background-color: transparent;
	color: var(--text-color);
	background: var(--background-color);
}

/* Frame slider */
#Feature  {
	background: url(../images/slider/bg.jpg) no-repeat;
	  height: 905px;
  }
 .contentFeature {
	width: 1400px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding-top: 290px;
  }
  #Feature .swiper-container {
    width: 975px;
    height: 590px;
    margin: 0 auto;
}
 #Feature .swiper-slide {
	width: 802px;
    height: 397px;
}
#Feature .swiper-slide img {
	width: 100%;
    display: block;
    margin: 0 auto;
    border-radius: 40px;
    filter: brightness(.5);
}
#Feature .swiper-pagination {
    width: 1000px;
    height: 45px;
    top: auto;
    left: 50%;
	transform: translateX(-50%);
    bottom: 80px;
}
#Feature .swiper-slide-active img {
    filter: brightness(1);
}
#Feature .swiper-pagination-bullet {
	display: inline-block;
    width: 45px !important;
    height: 45px !important;
    border-radius: 0;
    opacity: 1 !important;
    outline: none;
	background: url(../images/slider/control-banner.png) no-repeat !important;
}

#Feature .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: url(../images/slider/control-banner-hov.png) no-repeat !important;
   
}
#Feature .swiper-pagination.swiper-pagination-features {
    display: flex;
    justify-content: center;
    gap: 20px;
    position: absolute;
    
}
#Feature .swiper-button-next {
	width: 78px;
    height: 78px;
    background: url(../images/slider/bt-next.png) no-repeat 0 0/cover;
    outline: none;
	right: 110px;
    top: 450px!important;
}
#Feature .swiper-button-prev {
	width: 78px;
    height: 78px;
    background: url(../images/slider/bt-prev.png) no-repeat 0 0/cover;
    outline: none;
	left: 110px;
    top: 450px!important;
}
#Feature  .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'none';
}
#Feature .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: '';
}
@media (max-width: 576px) {
	  #Feature  {
		background: url(../images/slider/bg-mb.jpg) no-repeat;
		  height: 1105px !important;
	  }
	 .contentFeature {
		width: 100%;
		margin: 0 auto;
		position: relative;
		padding-top: 520px;
	  }
	  #Feature .swiper-container {
		width: 560px;
		margin: 0 auto;
	}
	 #Feature .swiper-slide {
		width: 560px;
		height: 100%;
	}
	 #Feature .slider-content {
		width: 100%;
		margin: 0 auto;
		position: relative;
		padding-top: 259px;
		height: 970px;
	  }
	 #Feature .slider-features {
		width: 688px;
		height: 585px;
		margin: 0 auto;
  
	  }
	#Feature .swiper-pagination {
		width: 100%;
    	bottom: 200px;
	}
	#Feature .swiper-button-next {
		right: 10px !important;
		top: 640px !important;
		transform: scale(0.9);
	}
	#Feature .swiper-button-prev {
		left: 10px !important;
		top: 640px !important;
		transform: scale(0.9);
	}
}