body {
    /* padding-top: 6rem; */
}
.page-banner{
	position:relative;
}
.page-banner img{
	max-width:100%;
	width:100%;
}

.page-banner:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image:linear-gradient(180deg, rgba(0,0,0,.3) 0%, #00000000 60%);
    height:100%;
}
.page-banner.about-banner:after{
	background-image:linear-gradient(180deg, rgba(0,0,0,.6) 0%, #00000000 100%);
}
.bread-path a,
.bread-path{
	font-size:0.9rem; 
	color:#666;
}
.bread-path{
	color:#999;
}
.bread-path i.iconfont{
	display:inline-block;
	margin-left:2px;
	margin-right:2px;
}
@media only screen and (max-width:1040px) {
   .bread-path{display:none;}
   body {
	    padding-top: 0rem;
	}
}

.contact-wrapper{background-size:cover;object-fit:cover;background: no-repeat center center;}
