.contact-page {
	padding: 40px 0;
}
.item-info-contact {
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center top;
	padding: 60px 50px 25px 50px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.item-info-contact {
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
}
.item-info-contact .icon {
	margin-bottom: 30px;
}
.item-info-contact .icon img {
	max-width: 80px;
	object-fit: contain;
}
.item-info-contact .title {
	font-weight: 600;
	font-size: 26px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 15px
}
.item-info-contact .address {
	color: #454545;
	font-size: 18px;
	line-height: 24px;
}
.form-contact-page {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.form-contact-page .title-form {
	color: #333333;
	font-weight: 600;
	font-size: 26px;
	line-height: 34px;
}
.form-contact-page .form .form-group .input-form {
	color: #888888;
	border: 1px solid #EBEBEB;
	background-color: #fff;
}
.form-contact-page .form .form-group .input-form::-webkit-input-placeholder {
	color: #888888;
}
.form-contact-page .form .form-group .input-form:-ms-input-placeholder {
	color: #888888;
}
.form-contact-page .form .form-group .input-form::placeholder {
	color: #888888;
}
.form-contact-page .form .form-group .input-form:focus {
	box-shadow: 0px 3px 10px rgba(42, 115, 254, 0.2);
}
.form-contact-page .main-map iframe {
	width: 100%;
	max-height: 480px;
}


@media (max-width: 1440px) {
.item-info-contact .icon img {
	max-width: 50px;
    max-height: 50px;
}
.item-info-contact .title {
	font-size: 24px;
}
.item-info-contact .address {
	font-size: 16px;
    line-height: 22px;
}
.form .form-group {
    margin-bottom: 20px;
}
.form-contact-page .title-form {
	font-size: 24px;
    line-height: 32px;
}

}
@media (max-width: 1366px) {
.item-info-contact .icon {
    margin-bottom: 20px;
}
.item-info-contact .icon img {
    max-width: 40px;
    max-height: 40px;
}
.item-info-contact .title {
    font-size: 20px;
}
.item-info-contact .address {
	font-size: 15px;
}


}