.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%;
}
*/
.parallax-window{
	/* background: no-repeat center center; */
	/* padding-top: 4rem;
	padding-bottom: 4rem; */
	/* background-size: cover; */
	/* height: 63vh; */
	position: relative;
	/* display: flex;
	align-items: center; */
}
.parallax-mirror{
	border-radius:0;
}


.parallax-window__overlay{position: relative;}
.parallax-window__overlay img{width: 100%;height: 100%;object-fit: cover;}
.parallax-window__overlay:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(270deg, transparent 0%, rgb(from #000 r g b / 30%) 57.33%, rgb(from #000 r g b / 60%) 100%);
	z-index: 1;
}
.parallax-window .page-title{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 2;
	color:#fff;
}
.parallax-window .page-title .pt-title{
	font-size:3.75rem;
	font-weight: 600;
	color:#fff;
	padding-top:2rem;
	width: 70%;
	line-height: 1.25;
	padding-bottom: 1rem;
}
.parallax-window .bread-path a,
.parallax-window .bread-path{
	color: #fff;
	font-size: 1rem;
}

.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;
	}
	.parallax-window .page-title .pt-title{
		font-size: 22px;
	}
}