.contact-content {
	width: 100%;
	padding: 70px 0 60px;
	overflow: hidden;
	background: url(../img/contact-bg.jpg) no-repeat top center;
}
.contact-map {
	width: 100%;
	height: 570px;
	overflow: hidden;
}
.contact-content h2 {
	width: 100%;
	font-size: 48px;
	line-height: 53px;
	height: 70px;
	overflow: hidden;
	position: relative;
	text-align: center;
	font-weight: lighter;
	color: #333333;
	margin: 0 0 65px;
}
.contact-content h2:after {
	content: '';
	display: block;
	width: 45px;
	height: 3px;
	background-color: #e62129;
	position: absolute;
	left: 50%;
	bottom: 0px;
	margin-left: -22.5px;
}
.contact-content .contact-left {
	width: 560px;
	overflow: hidden;
	float: left;
}
.contact-left h3 {
	width: 100%;
	font-size: 30px;
	line-height: 35px;
	overflow: hidden;
	color: #333333;
	margin: 0 0 20px;
}
.contact-left h4 {
	width: 100%;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	overflow: hidden;
	padding-left: 35px;
	margin: 0 0 5px;
	background-image: url(../img/cti1.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.contact-left h4:nth-of-type(2) {
	background-image: url(../img/cti2.png);
}
.contact-left h4 strong {
	color: #333333;
}
.contact-left ul {
	width: 100%;
	overflow: hidden;
}
.contact-left ul li {
	width: 100%;
	overflow: hidden;
	border-radius: 18px;
	background-color: #f4f4f4;
	margin: 25px 0 0;
	padding: 35px;
	font-size: 14px;
	color: #818181;
	line-height: 22px;
}
.contact-left ul li h5 {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #333333;
	margin: 0 0 10px;
}
.contact-content .contact-right {
	width: 720px;
	overflow: hidden;
	float: right;
}
.contact-right h3 {
	font-size: 24px;
	line-height: 32px;
	color: #263c92;
	font-weight: bold;
}
.contact-right h5 {
	color: #999999;
	font-size: 16px;
	line-height: 25px;
	margin: 5px 0 0;
}
.contact-right .contact-form {
	width: 100%;
	overflow: hidden;
	margin: 23px 0 0;
	font-size: 16px;
	line-height: 25px;
	color: #333333;
}
.contact-form .form-input {
	width: 100%;
	overflow: hidden;
	margin: 20px 0 0;
}
.form-input li {
	width: calc(50% - 10px);
	width: -moz-calc(50% - 10px);
	width: -webkit-calc(50% - 10px);
	float: left;
}
.form-input li:nth-of-type(2) {
	float: right;
}
.form-input input {
	width: 100%;
	height: 45px;
	overflow: hidden;
	border-radius: 23px;
	border: 1px solid #e4e4e4;
	margin: 10px 0 0;
	padding: 0 15px;
}
.form-input textarea {
	width: 100%;
	height: 160px;
	overflow: hidden;
	border-radius: 23px;
	border: 1px solid #e4e4e4;
	margin: 10px 0 0;
	padding: 0 15px;
	line-height: 43px;
}
.form-input p {
	padding: 0 15px;
}
.contact-form button {
	display: block;
	width: 145px;
	height: 45px;
	color: #ffffff;
	border: 1px solid #e4e4e4;
	background-color: #e62129;
	overflow: hidden;
	border-radius: 23px;
	margin: 35px 0 0;
}
@media only screen and (max-width: 991px) {
	.contact-content .contact-left {
	    width: 100%;
	    float: none;
	}
	.contact-content .contact-right {
	    width: 100%;
	    float: none;
	    margin: 60px 0 0;
	}
}
@media only screen and (max-width: 700px) {
	.contact-content {
	    padding: 40px 0 35px;
	    background-size: 100%;
	}
	.contact-map {
	    height: 300px;
	}
	.contact-content .contact-right {
	    margin: 30px 0 0;
	}
	.contact-content h2 {
	    font-size: 28px;
	    line-height: 35px;
	    height: 47px;
	    margin: 0 0 30px;
	}
	.contact-content h2:after {
	    width: 30px;
	    height: 2px;
	    margin-left: -15px;
	}
	.contact-left h3 {
	    font-size: 18px;
	    line-height: 25px;
	    margin: 0 0 10px;
	    font-weight: bold;
	}
	.contact-left h4 {
		font-size: 14px;
		line-height: 25px;
		padding-left: 28px;
		background-size: 20px;
	}
	.contact-left h4:nth-of-type(2) {
		background-size: 21px;
	}
	.contact-left ul li {
		border-radius: 10px;
		margin: 15px 0 0;
		padding: 20px;
		font-size: 12px;
		line-height: 20px;
	}
	.contact-left ul li h5 {
		font-size: 14px;
		line-height: 20px;
		margin: 0 0 5px;
	}
	.contact-right h3 {
		font-size: 16px;
		line-height: 20px;
	}
	.contact-right h5 {
		font-size: 14px;
		line-height: 20px;
	}
	.contact-right .contact-form {
		margin: 15px 0 0;
		font-size: 12px;
		line-height: 20px;
	}
	.contact-form .form-input {
		margin: 10px 0 0;
	}
	.form-input li {
		width: calc(50% - 5px);
		width: -moz-calc(50% - 5px);
		width: -webkit-calc(50% - 5px);
	}
	.form-input input {
		height: 35px;
		border-radius: 18px;
		margin: 5px 0 0;
		padding: 0 10px;
	}
	.form-input textarea {
		height: 160px;
		border-radius: 18px;
		margin: 5px 0 0;
		padding: 0 10px;
		line-height: 43px;
	}
	.form-input p {
		padding: 0 10px;
	}
	.contact-form button {
		width: 100px;
		height: 35px;
		border-radius: 18px;
		margin: 20px 0 0;
	}
}
@media only screen and (min-width: 992px) {
	.contact-content {
		padding: 47px 0 40px;
		background-size: 1300px;
	}
	.contact-map {
		height: 386px;
	}
	.contact-content h2 {
		font-size: 32px;
		line-height: 36px;
		height: 47px;
		margin: 0 0 44px;
	}
	.contact-content h2:after {
		width: 30px;
		height: 2px;
		margin-left: -15px;
	}
	.contact-content .contact-left {
		width: 380px;
	}
	.contact-left h3 {
		font-size: 20px;
		line-height: 25px;
		margin: 0 0 14px;
	}
	.contact-left h4 {
		font-size: 12px;
		line-height: 20px;
		padding-left: 24px;
		background-size: 16px;
	}
	.contact-left h4:nth-of-type(2) {
		background-size: 17px;
	}
	.contact-left ul li {
		border-radius: 12px;
		margin: 17px 0 0;
		padding: 24px;
		font-size: 12px;
		line-height: 20px;
	}
	.contact-left ul li h5 {
		font-size: 14px;
		line-height: 20px;
		margin: 0 0 5px;
	}
	.contact-content .contact-right {
		width: 490px;
	}
	.contact-right h3 {
		font-size: 18px;
		line-height: 22px;
	}
	.contact-right h5 {
		font-size: 13px;
		line-height: 20px;
	}
	.contact-right .contact-form {
		margin: 16px 0 0;
		font-size: 13px;
		line-height: 20px;
	}
	.contact-form .form-input {
		margin: 14px 0 0;
	}
	.form-input li {
		width: calc(50% - 7px);
		width: -moz-calc(50% - 7px);
		width: -webkit-calc(50% - 7px);
	}
	.form-input input {
		height: 35px;
		border-radius: 15px;
		margin: 7px 0 0;
		padding: 0 10px;
	}
	.form-input textarea {
		height: 120px;
		border-radius: 15px;
		margin: 7px 0 0;
		padding: 0 10px;
		line-height: 30px;
	}
	.form-input p {
		padding: 0 10px;
	}
	.contact-form button {
		width: 100px;
		height: 35px;
		border-radius: 18px;
		margin: 25px 0 0;
	}
}
@media only screen and (min-width: 1300px) {
	.contact-content {
		padding: 55px 0 47px;
		background-size: 1500px;
	}
	.contact-map {
		height: 445px;
	}
	.contact-content h2 {
		font-size: 38px;
		line-height: 41px;
		height: 55px;
		margin: 0 0 51px;
	}
	.contact-content h2:after {
		width: 35px;
		height: 3px;
		margin-left: -17.5px;
	}
	.contact-content .contact-left {
		width: 438px;
	}
	.contact-left h3 {
		font-size: 24px;
		line-height: 28px;
		margin: 0 0 16px;
	}
	.contact-left h4 {
		font-size: 14px;
		line-height: 25px;
		padding-left: 28px;
		background-size: 18px;
	}
	.contact-left h4:nth-of-type(2) {
		background-size: 19px;
	}
	.contact-left ul li {
		border-radius: 14px;
		margin: 20px 0 0;
		padding: 27px;
		font-size: 14px;
		line-height: 22px;
	}
	.contact-left ul li h5 {
		font-size: 16px;
		line-height: 20px;
		margin: 0 0 10px;
	}
	.contact-content .contact-right {
		width: 605px;
	}
	.contact-right h3 {
		font-size: 20px;
		line-height: 25px;
	}
	.contact-right h5 {
		font-size: 14px;
		line-height: 20px;
	}
	.contact-right .contact-form {
		margin: 20px 0 0;
		font-size: 14px;
		line-height: 20px;
	}
	.contact-form .form-input {
		margin: 15px 0 0;
	}
	.form-input li {
		width: calc(50% - 8px);
		width: -moz-calc(50% - 8px);
		width: -webkit-calc(50% - 8px);
	}
	.form-input input {
		height: 40px;
		border-radius: 20px;
		margin: 8px 0 0;
		padding: 0 12px;
	}
	.form-input textarea {
		height: 130px;
		border-radius: 20px;
		margin: 8px 0 0;
		padding: 0 12px;
		line-height: 35px;
	}
	.form-input p {
		padding: 0 12px;
	}
	.contact-form button {
		width: 115px;
		height: 35px;
		border-radius: 18px;
		margin: 28px 0 0;
	}
}
@media only screen and (min-width: 1500px) {
	.contact-content {
		padding: 70px 0 60px;
		background-size: 1920px;
	}
	.contact-map {
		height: 570px;
	}
	.contact-content h2 {
		font-size: 48px;
		line-height: 53px;
		height: 70px;
		margin: 0 0 65px;
	}
	.contact-content h2:after {
		width: 45px;
		margin-left: -22.5px;
	}
	.contact-content .contact-left {
		width: 560px;
	}
	.contact-left h3 {
		font-size: 30px;
		line-height: 35px;
		margin: 0 0 20px;
	}
	.contact-left h4 {
		font-size: 16px;
		line-height: 30px;
		padding-left: 35px;
		background-size: 23px;
	}
	.contact-left h4:nth-of-type(2) {
		background-size: 24px;
	}
	.contact-left ul li {
		border-radius: 18px;
		margin: 25px 0 0;
		padding: 35px;
	}
	.contact-content .contact-right {
		width: 720px;
	}
	.contact-right h3 {
		font-size: 24px;
		line-height: 32px;
	}
	.contact-right h5 {
		font-size: 16px;
		line-height: 25px;
	}
	.contact-right .contact-form {
		margin: 23px 0 0;
		font-size: 16px;
		line-height: 25px;
	}
	.contact-form .form-input {
		margin: 20px 0 0;
	}
	.form-input li {
		width: calc(50% - 10px);
		width: -moz-calc(50% - 10px);
		width: -webkit-calc(50% - 10px);
	}
	.form-input input {
		height: 45px;
		border-radius: 23px;
		margin: 10px 0 0;
		padding: 0 15px;
	}
	.form-input textarea {
		height: 160px;
		border-radius: 23px;
		margin: 10px 0 0;
		padding: 0 15px;
		line-height: 43px;
	}
	.form-input p {
		padding: 0 15px;
	}
	.contact-form button {
		width: 145px;
		height: 45px;
		border-radius: 23px;
		margin: 35px 0 0;
	}
}