<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.content .banner {
	width: 100%;
	height: 500px;
	position: relative;
	margin-top: 45px;
}

.content .banner .postions {
	font-size: 0;
	width: 100%;
	height: 100%;
}
p.breadcrumbs a {
    color: #fff!important;
}

.content .banner .postions img {
	width: 100%;
	height: 500px;
}

.content .banner .postions .typepage {
    /* width: 1200px; */
    height: 130px;
    margin: 0 auto;
    position: relative;
    left: 0;
    bottom: 150px;
}

.content .banner .postions .typepage .postext .bg-tit {
	padding-bottom: 15px;
	position: relative;
	z-index: 90;
	text-transform: uppercase;
	margin-top: 0;
	font-family: helveticaltstd-bold, Helvetica, Arial, sans-serif;
	font-size: 1.6rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
	/* white-space: nowrap; */
	text-overflow: ellipsis;
}


.content .banner .postions .typepage .postext .bg-tit:after {
	position: absolute;
	content: " ";
	width: 150px;
	height: 2px;
	background: #fff;
	left: 50%;
	margin-left: -75px;
	bottom: 0;
}

.content .banner .postions .typepage .postext .breadcrumbs {
	position: relative;
	z-index: 90;
	font-size: 16px;
	margin-top: 10px;
	line-height: 1.8;
	font-family: helveticaltstd-bold, Helvetica, Arial, sans-serif;
	color: #fff;
	text-align: center;
	font-weight: normal;
	text-transform:capitalize
}

.content .banner .postions .typepage .postext .breadcrumbs a {
	color: #fff!important;
}

.content .banner .postions .typepage .postext .breadcrumbs a:hover {
	color: #85c43f;
}
</pre></body></html>