.breadcrumb-tow {
	position: relative;
	text-align: center;
	box-shadow: 2px 2px 20px #0000000f;
	background-repeat: no-repeat;
	min-height: 238px;
	display: flex;
	padding: 100px 0;
	background-size: cover;
	background-position: center;
	margin-bottom: 30px;
}
.breadcrumb-title>p {
    font-weight: bold;
    font-size: 28px;
    line-height: 28px;
    color: #fff;
    margin: 0;
    margin-bottom: 15px;
    text-align: center;
    text-shadow: 1px 1px 2px #000;
}
.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;
}

.breadcrumb-tow::before {
	content: '';
	position: absolute;
	background: rgba(0, 0, 0, 0.8);
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.breadcrumb-tow .inner-container {
	z-index: 2;
	position: relative;
}
/**/

.border-style {
	width: 100%;
	position: relative;
	border-radius: 10px;
	background: #fff;
	padding: 20px;
	border: 1px solid #57b1ba;
}

.lh-row-item {
	display: flex;
	margin: 20px 0;
}
.lh-item-left, 
.lh-item-right {
	width: 50%;
}	
.lh-item-left{
	padding: 0px 50px;
} 
.lh-item-right img{
	border-radius: 5px;
	display: block;
}
.lh-item-left h2 {
	font-size: 36px;
	border-bottom: 1px solid #e8e8e8;
	padding: 0 0 15px;
	margin: 0 0 15px;
}

.lh-nd .lh-row-item:nth-child(even) .lh-item-right{
	order: -1;
}


.contact-wrap .wpcf7-form-control-wrap {
	display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
}
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 #ced4da;
	border-radius: 5px;
}

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: 110px;
}

.contact-wrap input.wpcf7-form-control.wpcf7-submit {
	float: right;
	background: #57b1ba;
	color: #fff;
	margin-top: 10px;
	border-radius: 7px;
	font-size: 16px;
	border: 0;
}

.contact-wrap input.wpcf7-form-control.wpcf7-submit:hover {
    background: #f37022;
}

div.wpcf7-response-output {
    float: left;
    clear: both;
    margin: 0;
    margin-top: 15px;
}

h3.clear-row {
    float: left;
    width: 100%;
    border-top: 1px solid #e7e7e7;
    padding-top: 10px;
}

.content-lienhe {
    float: left;
    width: 100%;
}

.content-lienhe h4 {
    color: #018791;
    margin: 0;
    font-size: 18px;
}

.content-lienhe .fa:before {
    width: 25px;
    float: left;
    color: #f7941d;
    font-size: 16px;
}

.content-lienhe p {
    margin-bottom: 0;
    margin-top: 6px;
}

.wrap-divider {
    float: left;
    width: 100%;
    margin-bottom: 16px;
}

.divider {
    float: left;
    width: 60px;
    background: #018791;
    height: 3px;
}

@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;
	}
	/**/
	.border-style {
		padding: 10px;
	}
	.main-lien-he h2 {
		line-height: 30px;
		font-size: 20px;
	}
}
@media only screen and (max-width: 900px) {
	.main-lien-he h2 {
		line-height: 18px;
		font-size: 18px;
	}
	/**/
	.lh-item-left {
		padding: 0 10px;
	}
}
@media only screen and (max-width: 768px) {
	.main-lien-he .col-mb{
		width: 100%;
	}
	.lh-row-item {
		display: flex;
		flex-wrap: wrap;
	}
	.lh-item-left, .lh-item-right {
		width: 100%;
	}
}
@media only screen and (max-width: 640px) {
	.woocommerce ul.products.columns-3:not(.swiper-wrapper), .woocommerce.columns-3 ul.products:not(.swiper-wrapper) {
		grid-template-columns: 1fr 1fr;
		grid-gap: 10px;
	}
}
@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;
	}
	.lh-tt li {
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 480px) {
	.main-lien-he h2 {
		font-size: 16px;
	}
}