.container-fw.contact{
	height: 500px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
.container-fw.contact .linear-gradient-banner{
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	right: 0;
}
.container-fw.contact .title{
	color: #fff;
	font-size: 85px;
	font-weight: 700;
}
.content-banner-contact{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 3;
}
.container-fw.contact .title2{
	font-size: 85px; 
	font-weight: 700;
	color: transparent; 
	-webkit-text-stroke: 2px #fff; 
	text-stroke: 2px #fff; 
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25); 
}
.container.contact{
	max-width: 1024px;
}
.form-lienhe input{
	height: 50px;
	width: 100%;
	border: 1px solid #B3B3B3;
	border-radius: 10px;
	margin-top: 10px;
	padding: 0 20px;
}
.form-lienhe>p{
	margin: 0;
}
.form-lienhe textarea{
	margin-top: 10px;
	border: 1px solid #B3B3B3;
	border-radius: 10px;
	height: 200px;
}
.form-lienhe label br{
	display: none;
}
.form-lienhe .btn-submit{
	position: relative;
	margin-top: 30px;
}
.form-lienhe .btn-submit p{
	margin: 0;
}
.form-lienhe .btn-submit:hover input{
	color: #808080;
	background: #fff;
}
.form-lienhe .btn-submit:hover svg{
	stroke: #808080
}
.form-lienhe .btn-submit svg{
	position: absolute;
	width: 25px;
    height: 25px;
    top: calc(50% - 20px);
    right: 39%;
	pointer-events: none;
}
.form-lienhe .btn-submit input{
	background: #808080;
	border: 1px solid #808080;
	color: #FFFFFF;
	font-weight: 500;
	cursor: pointer;
}
.form-lienhe label{
	color: #333333;
	font-size: 19px;
	font-weight: 500;
	width: 100%;
	display: flex;
	flex-direction: column;
	text-transform: uppercase
}
.form-lienhe .box-flex p{
	display: flex;
	align-items: stretch;
	gap: 20px;
	width: 100%;
}
.form-lienhe .box-flex p label{
	width: 50%;
}
.form-lienhe{
	margin: 35px 0;
    padding: 25px 0 10px 0;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}
@media(max-width: 880px){
	.container-fw.contact .title,
	.container-fw.contact .title2{
		font-size: 46px;
	}
	.container-fw.contact{
		height: 350px;
	}
	.form-lienhe .box-flex p{
		flex-direction: column;
		gap: 0;
	}
	.form-lienhe .box-flex p label{
		width: 100%;
	}
	.form-lienhe label{
		font-size: 18px;
	}
	.form-lienhe .btn-submit svg{
		top: calc(50% - 23px);
    	right: 20%;
	}
}