@charset "utf-8";
	.alert-primary {
		color: #171717;
		background-color: #a4c9f1;
		border-color: #a4c9f1;
	}
	.calert {
		position: absolute;
		top: 6px;
		right: 0;
		color: inherit;
		margin-top: 5px;
		background-color: transparent;
		border: 0;
		-webkit-appearance: none;
		float: right;
		font-size: 1.5rem;
		font-weight: 700;
		text-shadow: 0 1px 0 #fff;
		opacity: .5;
		width: 50px;
	}

	.alert {
		position:fixed ; bottom:0px;width:100%;
		padding: .75rem 0rem;
		border: 1px solid transparent;
		border-radius: .25rem;
	}

	.text-center {
		text-align: center !important;
	}

	#zg  {
    background: #000;
    left: 0;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0.8;
	z-index: 999;
   }

	#zg img{
		position: absolute;
		right: 19%;
		top: 30%;
	}

	#startvideo{
		width: 100%;
		position: fixed;
		z-index: 999;
		top: 30%;
		left: 24%;
		border:none;
		background-color:transparent;
		outline:none;
		width: 55%;
		/* height: 50%; */
	}


.swiper-containerzz{
      	width: 100%;
      	height: 100%;
      	overflow: hidden !important;
    }
    .swiper-containerzz .swiper-slide {
      	text-align: center;
      	font-size: 18px;
      	background: #fff;
		opacity: 1;
      	/* 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;
     	
     	padding: 10px 0 20px ;
     	border: 1px solid #eee;
     	border-radius: 8px;
    }
    .swiper-containerzz .swiper-slide > div {
    	height: 100%;
    	display: flex;
    	justify-content: space-between;
    	align-items: center;
    	flex-direction: column;
    	height: 260px;
    }
.swiper-button-prevzz,.swiper-button-nextzz{color: #e4e4e4;}
.swiper-button-prevzz{left: -20px;}
.swiper-button-nextzz{right: -20px;}
.company .wrapper{width: 100%;}

.bnext_btn{opacity: .5 !important;right: 20px; color: #FFF;}
.bnext_btn:hover,.bprev_btn:hover{opacity: 1 !important;}
.bprev_btn{opacity: .5 !important;left: 20px; color: #FFF;}