/*--------banner--------*/
.swiper {
		  width: 100%;overflow: hidden;
		}
	


  .swiper-slide img {
	display: block;
	width: 100%;
	object-fit: cover;
  }


.my-button-disabled{ opacity:0.2; } 

	.banner2{ overflow: hidden;width: 100%; position: relative;}	
	.banner2 .swiper-button-next:after,.banner2 .swiper-button-prev:after {
		font-family:swiper-icons;
		font-size:20px;
		text-transform:none!important;
		letter-spacing:0;
		font-variant:initial;
		color: #fff;
		line-height:1
	}
	
	.banner2 .swiper-wrapper{

		padding-bottom:40px;
	  }
	

	
	.banner2 .swiper-pagination-bullet{ width: 12px;height: 12px; background: rgba(106, 106, 106, 0.5); border: 1px solid #fff; opacity:1;}
	.banner2 .swiper-pagination-bullet-active{width: 12px;height: 12px; background:#0d7ddf; border: 1px solid #fff;}
	.banner2 .swiper-button-prev {  margin-left: 20px;
		  font-size: 14px;
		  width: 40px;
		  height: 40px;
		  border-radius: 50%;
		  background: rgba(0, 0, 0, 0.2)
		}

	
		.banner2 .swiper-button-next { margin-right: 20px;
		  font-size: 14px;
		  width: 40px;
		  height: 40px;
		  border-radius: 50%;
		  background: rgba(0, 0, 0, 0.2)
		}
	  
		.banner2 .swiper-button-next:hover {
		  opacity: 1;
		  background: rgba(218, 37, 37, 0.8)
		}
	  
		.banner2 .swiper-button-prev:hover {
		  opacity: 1;
		  background:  rgba(218, 37, 37, 0.8)
		}
	

		@media (max-width:750px) {
		  .banner2 .swiper-button-prev {
		  font-size: 14px;
		  width: 40px;
		  height: 40px;
		  border-radius: 50%;
		  background: rgba(0, 0, 0, 0.2);
		  transform: scale(0.7);   }

.banner2 .swiper-button-next {
		  font-size: 14px;
		  width: 40px;
		  height: 40px;
		  border-radius: 50%;
		  background: rgba(0, 0, 0, 0.2);
		  transform: scale(0.7); 
		}
	}






	/*--------course--------*/

	.mySwiper .swiper-button-next:after,.swiper-button-prev:after {
		font-family:swiper-icons;
		font-size:20px;
		text-transform:none!important;
		letter-spacing:0;
		font-variant:initial;
		color: #fff;
		line-height:1
	}

	.mySwiper .swiper-pagination { bottom: 8px;}
	.team_sy_box .mySwiper .swiper-pagination-bullet{ width: 10px;height: 10px; background: rgba(0,0,0,0.3); opacity:1;}
	.team_sy_box .mySwiper .swiper-pagination-bullet-active{width: 10px;height: 10px; background: #ff5104; }
	.team_sy_box .mySwiper .swiper-button-prev {  margin-left: 10px;
		  font-size: 14px;
		  width: 36px;
		  height: 36px;
		  border-radius: 50%;
		  background: rgba(0, 0, 0, 0.2); z-index: 3;
		}
	
		.team_sy_box .mySwiper .swiper-button-next { margin-right: 10px;
		  font-size: 14px;
		  width: 36px;
		  height: 36px;
		  border-radius: 50%;
		  background: rgba(0, 0, 0, 0.2);z-index: 3;
		}
	  

		.team_sy_box .mySwiper .swiper-button-next:hover {opacity: 1;background: rgba(7, 7, 7, 0.6)}
		.team_sy_box .mySwiper .swiper-button-prev:hover { opacity: 1;background: rgba(7, 7, 7, 0.6)}

	.team_sy_box .mySwiper .swiper-pagination { bottom:0px;}
	.team_sy_box .swiper-wrapper{ padding-bottom: 40px;}

	.team_sy_box .swiper-pagination{color:#fff;}
	
	/*--------sy_team--------*/

	
	.sy_team .swiper-container {
		width: 100%;
		padding-bottom:40px;
	  }
.sy_team .swiper-slide {
		text-align: center;
		font-size: 18px;
  
		/* Center slide text vertically */
		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;
		transition: 300ms;
		transform: scale(0.8);
	  }
  
	  .sy_team .swiper-wrapper{margin: 0px; text-align: center;}
	  .sy_team .swiper-slide-active,.sy_team .swiper-slide-duplicate-active{
		transform: scale(1);
	  }
  
	  .sy_team .swiper-container .swiper-pagination-bullet-active {
		opacity: 1;
		background: #d70909;
		width: 10px;
		height: 10px;
	  }
  

	  .sy_team{ overflow: hidden; width: 100%; margin: 0 auto;}
	  .sy_team .swiper-pagination{bottom:0px}
  

	  .sy_team .swiper-button-next:after,.swiper-button-prev:after {
		  font-family:swiper-icons;
		  font-size:20px;
		  text-transform:none!important;
		  letter-spacing:0;
		  font-variant:initial;
		  color: #fff;
		  line-height:1
	  }
	  
  
	  .sy_team .swiper-button-prev { 
			width: 40px;
			height: 40px;
			border-radius: 50%;
			background: rgba(0, 0, 0, 0.2)
		  }
	  
		  .sy_team .swiper-button-next { 
			font-size: 14px;
			width: 40px;
			height: 40px;
			border-radius: 50%;
			background: rgba(0, 0, 0, 0.2)
		  }
		
		  .sy_team .swiper-button-next:hover {
			opacity: 1;
			background: rgba(210, 115, 115, 0.4)
		  }
		
		  .sy_team .swiper-button-prev:hover {
			opacity: 1;
			background: rgba(210, 115, 115, 0.4)
		  }
	  
  
		  @media (max-width:750px) {
			.sy_team .swiper-button-prev {
			font-size: 14px;
			width: 36px;
			height: 36px;
			border-radius: 50%;
			transform: scale(0.7);   }
	  .sy_team .swiper-button-next {
			font-size: 14px;
			width: 36px;
			height: 36px;
			border-radius: 50%;
			transform: scale(0.7); 
		  }
	  }
  
	  .sy_team .swiper-pagination,.sy_team .swiper-pagination-fraction{color: #7c7c7c;font-size: 18px;}


	


	  @media (max-width:900px) {
		.sy_team .swiper-pagination,.sy_team .swiper-pagination-fraction{font-size: 16px;}
	  }


	  .sycp_box  .swiper-slide{

		padding-bottom:40px;
	  }
	  
	  .sycp_box .swiper-slide {
		text-align: center;
		font-size: 18px;
  
		/* Center slide text vertically */
		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;
		transition: 300ms;
		transform: scale(0.7);
	  }
  
	  .sycp_box .swiper-wrapper{margin: 0px; text-align: center;}
	  .sycp_box .swiper-slide-active,.sycp_box .swiper-slide-duplicate-active{
		transform: scale(1);
	  }
  
	  .sycp_box .swiper-container .swiper-pagination-bullet-active {
		opacity: 1;
		background: #fff;
		width: 10px;
		height: 10px;
	  }
  

	  .sycp_box{ overflow: hidden; width: 100%; margin: 0 auto;}
	  .sycp_box .swiper-pagination{bottom:0px}
  

	  .sycp_box .swiper-button-next:after,.swiper-button-prev:after {
		  font-family:swiper-icons;
		  font-size:20px;
		  text-transform:none!important;
		  letter-spacing:0;
		  font-variant:initial;
		  color: #fff;
		  line-height:1
	  }
	  
  
	  .sycp_box .swiper-button-prev { 
			width: 40px;
			height: 40px;
			border-radius: 50%;
			background: rgba(0, 0, 0, 0.2)
		  }
	  
		  .sycp_box .swiper-button-next { 
			font-size: 14px;
			width: 40px;
			height: 40px;
			border-radius: 50%;
			background: rgba(0, 0, 0, 0.2)
		  }
		
		  .sycp_box .swiper-button-next:hover {
			opacity: 1;
			background: rgba(103, 144, 173, 0.4)
		  }
		
		  .sycp_box .swiper-button-prev:hover {
			opacity: 1;
			background: rgba(103, 144, 173, 0.4)
		  }
	  
  
		  @media (max-width:750px) {
			.sycp_box .swiper-button-prev {
			font-size: 14px;
			width: 36px;
			height: 36px;
			border-radius: 50%;
			background: rgba(0, 0, 0, 0.2);
			transform: scale(0.7);   }
	  .sycp_box .swiper-button-next {
			font-size: 14px;
			width: 36px;
			height: 36px;
			border-radius: 50%;
			background: rgba(0, 0, 0, 0.2);
			transform: scale(0.7); 
		  }
	  }
  
	  .sycp_box  .swiper-pagination,.sycp_box .swiper-pagination-fraction{color: #fff;font-size: 18px;}

	  .sycp_box .swiper-pagination{color:#505050;}


	  #spotlight .page{float:left;width:0;padding-left:20px;display: none; z-index: -999;  position: absolute;left:-200px}	
	