.banner{
	width: 100%;
	height: 300px;
	background:url(../../img/banner/banner-contact.jpg);
	background-size: cover;
	background-position: center 0;
	position: relative;
}
.banner::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	background-color: rgba(0, 0, 0, 0.5);
}
.banner h1{
	color: #fff;
	position: absolute;
	z-index: 2;
	transform: translate(-50%,-50%);
	width: 100%;
    max-width: 1280px;
    padding: 0 22px;
	left: 50%;
	top: 50%;
	text-align: center;
	font-size: 55px;
	font-weight: bold;
}
@media only screen and (max-width: 1439px){
}
@media only screen and (max-width: 1068px){
	.banner{
		height: 260px;
	}
	.banner h1{
		font-size: 40px;
	}
}
@media only screen and (max-width: 833px){
	.banner{
		height: 220px;
	}
	.banner h1{
		font-size: 32px;
		padding: 0 16px;
	}
}
@media only screen and (max-width: 734px){
	.banner h1{
		font-size: 5vw;
	}
}
@media only screen and (max-width: 508px){
	.banner{
		height: 180px;
	}
	.banner h1{
		font-size: 24px;
	}
}
@media only screen and (max-width: 430px){
}
.white{
	background-color: #fff;
}
.container{
	width: 100%;
	padding: 0 22px;
	max-width: 1280px;
	margin: 0 auto;
}
.contact{
	display: flex;
	padding: 40px 0;
	justify-content: space-between;
}
.contact .form,
.contact .msg{
	width: 47%;
}
.contact .txt .tit{
	font-size: 18px;
	color: #000;
	line-height: 1.8;
	font-weight: bold;
}
.contact .txt .desc{
	font-size: 17px;
	color: #000;
	line-height: 1.8;
	margin-top: 10px;
}
.contact .txt .desc p{
	font-size: 17px;
	color: #000;
	line-height: 1.8;
	margin-top: 10px;
}
.contact .txt{
	margin-bottom: 24px;
}
.contact .wpcf7 p{
	margin: 17px 0;
	font-size: 17px;
	line-height: 1.8;
	color: #000;
}
.contact .wpcf7 select, 
.contact .wpcf7 input[type="text"], 
.contact .wpcf7 input[type="email"], 
.contact .wpcf7 input[type="url"], 
.contact .wpcf7 input[type="password"], 
.contact .wpcf7 input[type="search"], 
.contact .wpcf7 input[type="number"], 
.contact .wpcf7 input[type="tel"], 
.contact .wpcf7 input[type="range"], 
.contact .wpcf7 input[type="date"], 
.contact .wpcf7 input[type="month"], 
.contact .wpcf7 input[type="week"], 
.contact .wpcf7 input[type="time"], 
.contact .wpcf7 input[type="datetime"], 
.contact .wpcf7 input[type="datetime-local"], 
.contact .wpcf7 input[type="color"], 
.contact .wpcf7 textarea{
	background-color: #fff;
	line-height: 1.75;
	display: block;
	padding: 7px 15px;
	font-size: 17px;
	width: 100%;
	color: #000;
	border: 1px solid #e9e9e9;
}
.contact .wpcf7 select:focus, 
.contact .wpcf7 input[type="text"]:focus, 
.contact .wpcf7 input[type="email"]:focus, 
.contact .wpcf7 input[type="url"]:focus, 
.contact .wpcf7 input[type="password"]:focus, 
.contact .wpcf7 input[type="search"]:focus, 
.contact .wpcf7 input[type="number"]:focus, 
.contact .wpcf7 input[type="tel"]:focus, 
.contact .wpcf7 input[type="range"]:focus, 
.contact .wpcf7 input[type="date"]:focus, 
.contact .wpcf7 input[type="month"]:focus, 
.contact .wpcf7 input[type="week"]:focus, 
.contact .wpcf7 input[type="time"]:focus, 
.contact .wpcf7 input[type="datetime"]:focus, 
.contact .wpcf7 input[type="datetime-local"]:focus, 
.contact .wpcf7 input[type="color"]:focus, 
.contact .wpcf7 textarea:focus{
	color: #dd1215;
    box-shadow: none;
    outline: none;
    border: 1px solid #dd1215;
}
.contact .wpcf7 p textarea{
	height: 120px;
	resize: vertical;
	max-height: 300px;
}
.contact .wpcf7 input[type="button"], 
.contact .wpcf7 input[type="reset"], 
.contact .wpcf7 input[type="submit"] {
    border: none;
    background-color: #0f5fda;
    color: #fff;
    padding: 10px 30px;
    cursor: pointer;
    font-size: 17px;
    line-height: 1.5;
    font-weight: bold;
}
.contact .wpcf7 input[type="button"]:hover, 
.contact .wpcf7 input[type="reset"]:hover, 
.contact .wpcf7 input[type="submit"]:hover{
	background-color: #2468de;
}
.contact .wpcf7 .wpcf7-not-valid-tip {
    font-size: 14px;
}
.contact .wpcf7 form .wpcf7-response-output{
	margin: 32px 0 20px;
	padding: 10px 20px;
}
@media only screen and (max-width: 1439px){
}
@media only screen and (max-width: 1068px){
}
@media only screen and (max-width: 833px){
	.container{
		max-width: 462px;
		padding: 0 16px;
	}
	.contact{
		padding: 30px 0;
		flex-direction: column;
		gap: 30px;
	}
	.contact .form, 
	.contact .msg{
		width: 100%;
	}
	.contact .wpcf7 input[type="button"], 
	.contact .wpcf7 input[type="reset"], 
	.contact .wpcf7 input[type="submit"]{
		width: 100%;
	}
	.contact .wpcf7 form .wpcf7-response-output{
		margin: 0;
	}
	.contact .wpcf7 p{
		position: relative;
	}
	.wpcf7-spinner{
		margin: 0;
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translate(-50%,-50%);
	}
}
@media only screen and (max-width: 734px){
}
@media only screen and (max-width: 508px){
}
@media only screen and (max-width: 430px){
}