.contact-map {
	width: 100%;
	overflow: hidden;
	margin: 85px 0 0;
	position: relative;
}
.contact-map .map {
	width: 100%;
	height: 680px;
	overflow: hidden;
}
.contact-map .map-txt {
	width: 520px;
	overflow: hidden;
	position: absolute;
	top: 175px;
	left: 50%;
	margin-left: -640px;
	color: #FFFFFF;
	padding: 30px 55px;
	background-color: rgba(0,49,137,0.83);
	font-size: 16px;
	line-height: 32px;
}
.map-txt h3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 35px;
	margin: 0 0 15px;
}
.map-txt ul {
	width: 100%;
	overflow: hidden;
	margin: 10px 0 0;
}
.map-txt ul li {
	width: 100%;
	overflow: hidden;
	height: 32px;
	padding: 0 0 0 30px;
}
.map-txt ul li:nth-of-type(1) {
	background: url(../img/ct1.png) no-repeat left center;
}
.map-txt ul li:nth-of-type(2) {
	background: url(../img/ct2.png) no-repeat left center;
}
.map-txt ul li:nth-of-type(3) {
	background: url(../img/ct3.png) no-repeat left center;
}
.map-txt ul li:nth-of-type(4) {
	background: url(../img/ct4.png) no-repeat left center;
}
@media only screen and (max-width: 991px) {
	.contact-map {
		margin: 100px 0 0;
	}
	.contact-map .map-txt {
		margin-left: -325px;
	}
}
@media only screen and (max-width: 700px) {
	.contact-map {
		margin: 60px 0 0;
	}
	.contact-map .map {
	    height: 430px;
	}
	.contact-map .map-txt {
		margin-left: -162px;
		width: 324px;
	    top: 90px;
	    padding: 20px 30px;
	    font-size: 14px;
	    line-height: 25px;
	}
	.map-txt h3 {
	    font-size: 20px;
	    line-height: 30px;
	    margin: 0 0 10px;
	}
	.map-txt img:nth-of-type(2) {
		width: 95%;
	}
	.map-txt ul li {
	    height: 25px;
	    padding: 0 0 0 25px;
	    background-size: 15px !important;
	}
}
@media only screen and (min-width: 992px) {
	.contact-map .map {
		height: 550px;
	}
	.contact-map .map-txt {
		margin-left: -485px;
		top: 125px;
	}
}
@media only screen and (min-width: 1200px) {
	.contact-map .map {
		height: 680px;
	}
	.contact-map .map-txt {
		margin-left: -550px;
		top: 175px;
	}
}
@media only screen and (min-width: 1350px) {
	.contact-map .map-txt {
		margin-left: -640px;
	}
}
.contact1 {
	width: 100%;
	overflow: hidden;
	padding: 95px 0 90px;
}
.contact1 .contact-title {
	width: 100%;
	overflow: hidden;
	font-size: 26px;
	text-align: center;
	color: #333333;
	margin: 0 0 45px;
}
.contact-title h1 {
	font-size: 48px;
	color: #000000;
	margin: 0 0 15px;
}
.contact1 .contact-form {
	width: 100%;
	overflow: hidden;
}
.contact-form>input {
	display: block;
	width: calc(50% - 15px);
	width: -moz-calc(50% - 15px);
	width: -webkit-calc(50% - 15px);
	height: 80px;
	overflow: hidden;
	border: 2px solid #eeeeee;
	float: left;
	font-size: 24px;
	padding: 0 0 0 35px;
	margin: 0 0 25px;
}
.contact-form>input:nth-of-type(2n+1) {
	margin: 0 30px 25px 0;
}
.contact-form textarea {
	display: block;
	width: 100%;
	height: 230px;
	overflow: hidden;
	font-size: 24px;
	padding: 0 0 0 35px;
	line-height: 75px;
	border: 2px solid #eeeeee;
}
.contact-form input::-webkit-input-placeholder,.contact-form textarea::-webkit-input-placeholder {
    color: #cccccc;
}
.contact-form input::-moz-input-placeholder,.contact-form textarea::-moz-input-placeholder {
    color: #cccccc;
}
.contact-form input::-ms-input-placeholder,.contact-form textarea::-ms-input-placeholder {
    color: #cccccc;
}
.contact-form .form-bottom {
	width: 100%;
	overflow: hidden;
	margin: 75px 0 0;
}
.form-bottom .form-check {
	width: 260px;
	overflow: hidden;
	font-size: 22px;
	line-height: 24px;
	float: left;
	margin: 18px 0;
}
.form-check input[type=checkbox] {
	display: block;
	width: 22px;
	height: 22px;
	overflow: hidden;
	border-radius: 2px;
	border: 2px solid #eeeeee;
	background-color: #dedede;
	float: left;
	margin: 1px 0;
}
.form-check span {
	display: block;
	float: left;
	margin: 0 5px;
}
.form-check a {
	display: block;
	float: left;
	text-decoration: underline !important;
}
.form-bottom button {
	display: block;
	width: 180px;
	height: 60px;
	font-size: 24px;
	background-color: #003189;
	float: right;
	color: #FFFFFF;
	border: none;
}
@media only screen and (max-width: 991px) {
	.contact-title h1 {
	    font-size: 36px;
	}
	.contact1 .contact-title {
	    font-size: 20px;
	}
	.contact-form>input {
		width: calc(50% - 15px);
		width: -moz-calc(50% - 15px);
		width: -webkit-calc(50% - 15px);
		height: 50px;
		font-size: 18px;
		padding: 0 0 0 25px;
	}
	.contact-form textarea {
		font-size: 18px;
		padding: 0 0 0 25px;
		line-height: 50px;
	}
	.contact-form .form-bottom {
	    margin: 50px 0 0;
	}
}
@media only screen and (max-width: 700px) {
	.contact1 {
	    padding: 45px 0 40px;
	}
	.contact1 .contact-title {
		font-size: 16px;
		margin: 0 0 25px;
	}
	.contact-title h1 {
	    font-size: 28px;
	    margin: 0 0 10px;
	}
	.contact-form>input {
		width: 100%;
		height: 40px;
		font-size: 14px;
		padding: 0 0 0 15px;
		border-radius: 0px;
		border-width: 1px;
		margin: 0 0 15px !important;
	}
	.contact-form textarea {
		font-size: 14px;
		padding: 0 0 0 15px;
		line-height: 40px;
		border-width: 1px;
	}
	.contact-form .form-bottom {
	    margin: 25px 0 0;
	}
	.form-bottom .form-check {
		width: 170px;
		font-size: 14px;
		line-height: 24px;
		margin: 8px 0;
	}
	.form-check input[type=checkbox] {
		width: 14px;
		height: 14px;
		margin: 5px 0;
	}
	.form-bottom button {
	    width: 120px;
	    height: 40px;
	    font-size: 18px;
	}
}