.section-1{
	padding: 40px 0px;
}
.section-1 > div{
	width: 100%;
	max-width: 1170px;
	margin: auto;
}
.section-1 > div .block-title{
	font-size: 20px;
	font-weight: 500;
	color: #333;
	border-bottom: 1px solid #ddd;
	padding-bottom: 12px;
	margin-bottom: 30px;
}
.section-1 > div > div{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.section-1 > div > div .map{
	width: 60%;
	padding-right: 30px;
}
.section-1 > div > div .map iframe{
	width: 100%;
	height: 450px;
}
.section-1 > div > div .form{
	width: 40%;
}
.section-1 .form .form-group{
	margin-bottom: 20px;
}
.section-1 .form .form-group input{
	width: 100%;
	height: 40px;
	border: 1px solid #ddd;
	display: block;
	padding: 0px 10px;
}
.section-1 .form .form-group textarea{
	width: 100%;
	height: 100px;
	border: 1px solid #ddd;
	display: block;
	padding: 0px 10px;
}
.section-1 .form .form-group .btn-submit{
	width: 160px;
	border: none;
	background-color: #3575d3;
	color: #fff !important;
}