.breadcrumb-tow {
	text-align: center;
	background-repeat: no-repeat;
	min-height: 238px;
	display: flex;
	background-position: center;
	background-size: cover;
	text-align: center;
	padding-top: 262px;
	padding-bottom: 76px;
	margin-bottom: 0px;
}
.breadcrumb-title>p {
    font-weight: bold;
    line-height: 28px;
    color: #fff;
    margin: 0;
    text-align: center;
    font-family: Dosis;
	font-size: 42px;
	font-weight: 700;
	position: relative;
	padding-bottom: 27px;
	margin-bottom: 20px;
}
.breadcrumb-title>p::after {
	position: absolute;
	content: "";
	width: 50px;
	height: 3px;
	background-color: #2eb9d6;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.breadcrumb-content.breadcrumb-content-tow {
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 2px #000;
	font-size: 16px;
}
#breadcrumbs a,
#breadcrumbs span.breadcrumb_last {
    padding: 0;
    text-decoration: none;
	color: #fff;
}
/**/

.list-info .item{
  text-align: center;
}
.list-info .item:hover .icon {
  transform: rotate(1turn); 
}

.list-info .item .icon {
  width: 105px;
  height: 105px;
  background: #2eb9d6;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto auto 25px;
  font-size: 24px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; 
}

.list-info .item .title {
  font-weight: 500;
  font-size: 24px;
  color: #3c297c;
  margin-bottom: 10px; 
}

.list-info .item p {
  color: #2eb9d6; 
}

.list-info .lh-phone .icon {
  background: #f5d461; 
}

.list-info .lh-phone p {
  color: #f5d461; 
}

.list-info .lh-diachi .icon {
  background: #3c297c; 
}

.list-info .lh-diachi p {
  color: #3c297c; 
}


.lien-he-form{
	background-color: #2eb9d6;
	padding: 105px 15px 70px;
}
.lien-he-form h3 {
	font-size: 36px;
	font-weight: 500;
	letter-spacing: 0;
	color: #fff;
	margin-bottom: 30px;
	text-align: center;
}
.inner-lhform{
	max-width: 1200px;
	margin: 0 auto;
}
.contact-wrap .wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 20px;
}
span.wpcf7-form-control-wrap.your-name {
	width: 100%;
}
span.wpcf7-form-control-wrap.your-name,
span.wpcf7-form-control-wrap.your-tel {
    margin-right: 0;
}

.wpcf7-form br {
    display: none;
}

.wpcf7-form-control-wrap input.wpcf7-form-control.wpcf7-text {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #e7e7e7;
    height: 50px;
}

input.wpcf7-form-control.wpcf7-quiz {
    width: 120px;
    border: 1px solid #e7e7e7;
    padding: 5px;
}

span.wpcf7-form-control-wrap.quiz {
    width: 100%;
    margin: 0;
}

span.wpcf7-form-control-wrap.your-message {
    width: 100%;
}

textarea.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid #e7e7e7;
	max-height: 280px;
}

.contact-wrap .lien-he-form form .wpcf7-quiz-label{
	color: #fff;
}
.contact-wrap input.wpcf7-form-control.wpcf7-submit {
	display: block;
	margin: 10px auto 0;
	border-radius: 99px;
	padding: 13px 37px;
	background-color: #f5d461;
	color: #fff;
	font-size: 16px;
	font-family: inherit;
	cursor: pointer;
}

.contact-wrap input.wpcf7-form-control.wpcf7-submit:hover {
    background: #f37022;
}

div.wpcf7-response-output {
    float: left;
    clear: both;
    margin: 0;
    margin-top: 15px;
}



@media only screen and (max-width: 1100px) {
	.breadcrumb-tow {
		min-height: 208px;
		padding: 70px 0;
		margin-bottom: 25px;
	}
	.breadcrumb-title > p {
		font-size: 26px;
		margin-bottom: 10px;
	}
	.breadcrumb-content.breadcrumb-content-tow {
		font-size: 14px;
	}
	/**/
}
@media only screen and (max-width: 900px) {
	.list-info .item .icon {
		width: 80px;
		height: 80px;
		margin: auto auto 15px;
		font-size: 20px;
	}
	.list-info .item .title {
		font-size: 20px;
	}
	/**/
	.lien-he-form {
		padding: 30px 10px;
	}
	/**/
	.he-thong-right {
		grid-template-columns: 1fr;
		grid-gap: 10px;
	}
}
@media only screen and (max-width: 768px) {
	.lien-he-form h3 {
		font-size: 27px;
		margin-bottom: 30px;
	}
	.box-maps iframe {
		position: relative; 
	}
	.he-thong-cua-hang-page .col-mb {
		width: 100%;
	}
}
@media only screen and (max-width: 600px) {
	.breadcrumb-tow {
		min-height: 173px;
		padding: 60px 0;
		margin-bottom: 23px;
	}
	.breadcrumb-title > p {
/*		font-size: 22px;*/
	}
	.breadcrumb-content.breadcrumb-content-tow {
		font-size: 12px;
	}
	/**/
	.list-info .col-mb {
		width: 50%;
	}
	.contact-wrap .col-mb {
		width: 100%;
	}

}
@media only screen and (max-width: 480px) {
	.list-info .item .title {
		font-size: 18px;
	}
}