.breadcrumb_last {
	font-weight: bold;
}

.full-head-title {
	position: relative;
	height: 300px;
	padding: 30px 0;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	display: flex;
	align-items: center;
}
.full-head-title::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 1;
}
.page-head-title {
	z-index: 2;
	position: relative;
	text-align: center;
}
.page-head-title p{
	text-transform: uppercase;
	font-size: 24px;
	color: #fff;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	font-weight: bold;
}
/**/
.page-title {
	font-size: 24px;
	text-transform: uppercase;
}
.lh-tt .line{
	margin-bottom: 15px;
}
.lh-tt i{
	font-size: 18px;
	margin-right: 7px;
}
#formlienhe input, #formlienhe textarea {
	border: 0;
	padding: 10px;
	font-size: 14px;
	font-weight: normal;
	width: 100%;
}
#formlienhe input:focus,
#formlienhe textarea:focus {
	outline: 0;
	box-shadow: none;
}
#formlienhe button {
	background-color: #000;
	color: #fff;
	padding: 7px 15px;
	border: 0;
	text-transform: uppercase;
}
@media only screen and (max-width: 990px) {
	.full-head-title {
		height: 200px;
		padding: 10px 0;
	}
	.page-head-title p {
		font-size: 22px;
	}
	.page-title {
		font-size: 20px;
	}
}