#video{background-color: #fff;}
			
			#video-2{
				width: 374px;
				height: 257px;
				margin-top: -527px;
				margin-left: 7px;
			}
			
			.swiper-wrap {
				 position: relative;
				 padding:0 65px;
				 width: 100%;
				 box-sizing:border-box;
			}
			.swiper-button-next1,
			.swiper-button-prev1 {
				width: 45px;
				 height: 200px;
				 margin-top: -100px;
				 background-color: rgb(204,239,241);
			}
			.swiper-button-next1:after {
				top: 0;
				  width: 0;
				  height: 0;
				  left: 100%;
				  content: "";
				  border-left: 20px solid #00afb9;
				  border-top:20px solid transparent;
				  border-bottom: 20px solid transparent;
			}
			.swiper-button-prev1:after {
				top: 0;
				  width: 0;
				  height: 0;
				  right: 100%;
				  content: "";
				  border-right: 20px solid #00afb9;
				  border-top:20px solid transparent;
				  border-bottom: 20px solid transparent;
			}

			.swiper {
			        width: 100%;
			        height: 100%;
			      }

			      .swiper-slide {
			        text-align: center;
			        font-size: 18px;
			        background: #fff;
			
			        /* 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;
			      }

			      .swiper-slide img {
			        display: block;
			        width: 165px;
			        height: auto;
			        object-fit: cover;
					vertical-align: middle;
			      }
				  .my-button-disabled{
				    opacity:0.2;
				  }
				  .swiper-button-prev, .swiper-rtl .swiper-button-next {
				      left: 0;
				    }

					.swiper-button-next, .swiper-rtl .swiper-button-prev {
					    right: 0;
					    left: auto;
					}
					
				#school-logo .swiper-slide {
			        background-color: #00afb9;
					height:90px;
				}
				.swiper-button-next2:after {
					top: 0;
					  width: 0;
					  height: 0;
					  left: 100%;
					  content: "";
					  border-left: 20px solid #fff;
					  border-top:20px solid transparent;
					  border-bottom: 20px solid transparent;
				}
				.swiper-button-prev2:after {
					top: 0;
					  width: 0;
					  height: 0;
					  right: 100%;
					  content: "";
					  border-right: 20px solid #fff;
					  border-top:20px solid transparent;
					  border-bottom: 20px solid transparent;
				}
				#banner .swiper-slide img {
				  display: block;
				  width: 100%;
				  height: 100%;
				  object-fit: cover;
				}
				.my-bullet{
					width: 40px;
					height: 5px;
					background-color: #767676;
					display: inline-block;
					margin-right: 10px;
					border-radius: 5px;
					cursor: pointer;
				}
				.my-bullet-active{
				  background-color: #00afb9;
				  opacity: 1;
				}