#about-banner{
	width: 100%;
	position: relative;	
}
#about-banner img,.about-banner img{
	width: 100%;
}

.about-banner .text-overlay{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 4.84114583333333vw;
    width: 100%;
    text-align: center;
}

#about-banner .text-overlay{
    font-size: 7vw;
    line-height: 8vw;
    opacity: 0;
    transition: all 0.8s ease;
    top: 0;
    left: 0;
	position: absolute;
    background: linear-gradient(to right, #000000, #FE6B00, #FE6B00);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #FE6B00;
    font-size: 7vw;
    line-height: 8vw;
}

#about-banner #about-banner-slogan{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	opacity: 1;
}
#about-banner.animate .text-overlay {
    position: absolute;
    top: 7vw;
    left: 6vw;
    opacity: 1;
}

.about-banner{
	margin-top:5.72vw;
	width: 65.677vw;
	position: relative;	
}
.about-banner1,.about-banner3{
	margin-left: 6.25vw;
}
.about-banner2{
	width: 100%;
    display: flex;
    justify-content: right;
}
.about-banner2 .about-banner{
	margin-right: 6.25vw;
}

.about-banner2 .text-overlay{
	display: none;
}

.section-bgvideo{
	padding: 0;
	height: auto;
	overflow: hidden;
	position: relative;
}
.bgvideo-outer{
	width: 87.5%;
	height: auto;
	overflow: hidden;
	position: relative;
    margin: 6.25vw auto;
}
.bgvideo-outer video{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 0;
	margin: 0;
	padding: 0;
}
.index-video-flex{
	max-width: 1000px;
	padding: 15px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.index-video-flex h1{
	color: #fff;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 600;
}
.index-video-flex h3{
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.2;
	color: #fff;
	font-size: 14px;
	margin-top: 5px;
}
.index-vdo-more{
	height: auto;
	overflow: hidden;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin-top: 30px;
	z-index: 1;
}
.index-vdo-more a{
	display: inline-block;
	width: 150px;
	line-height: 46px;
	height: 46px;
	position: relative;
	color: #fff;
	text-transform: uppercase;
	margin: 10px 10px;
	font-size: 14px;
}
.index-vdo-more a.white{
	border: 1px solid #fff;
}
.index-vdo-more a.white:hover{
	background-color: #ea5518;
	border-color: #ea5518;
}
.index-vdo-more a.huang{
	background: -moz-linear-gradient(to right,#c43800,#ff692c);
	background: -webkit-gradient(linear,center left,center right,from(#c43800),to(#ff692c));
	background: -webkit-linear-gradient(to right,#c43800,#ff692c);
	background: -o-linear-gradient(to right,#c43800,#ff692c);
	background: -ms-linear-gradient(to right,#c43800,#ff692c);
	background: linear-gradient(to right,#c43800,#ff692c);
}
.index-vdo-more a.huang::after{
	content: '';
	width: 100%;
	height: 46px;
	border: 1px solid #ff692c;
	position: absolute;
	left: 6px;
	top: 6px;
	z-index: -1;
}

.about-banner-mobile{
	width: 100%;
	text-align: center;
}

.about-banner-mobile img{
	margin-bottom: 6.66vw;
	width: 94.666%;
}

.about-banner-mobile img.about-banner-m1{
	width: 100%;
}




@media screen and (max-width: 768px) {
	.bgvideo-outer{
		width: 100%;
        margin-top: 0;
	}
}