.lien-he-right .title {
	font-size: 50px;
}
.lien-he-right {
	padding: 0 5% 20px;
}
.wpcf7 label em{
	color: #FF0000;
	font-style: normal;
}
.wpcf7 br {
/*	display: none;*/
}
.wpcf7 label {
}
.wpcf7-form-control-wrap {
	position: relative;
	display: block;
	margin-top: 8px;
}
input.wpcf7-form-control, 
.wpcf7-form-control.wpcf7-textarea, 
.wpcf7-form-control.wpcf7-text {
	background: #fff;
	border: 1px solid #ddd;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.4);
	width: 100%;
	padding: 14px 20px;
	border: 1px solid #ddd;
	line-height: normal;
	color: rgba(0, 0, 0, 0.60);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lh_form_code .wpcf7-form-control.wpcf7-textarea{
	height: 48px;
}
input.wpcf7-form-control,
.wpcf7-form-control.wpcf7-text{
	width: 100%;
}
.wpcf7-form textarea{
	max-height: 120px;
}
.wpcf7-form textarea:focus-visible {
	outline: unset;
}
.lh_form_code textarea:hover,
.lh_form_code textarea:focus,
.lh_form_code input:hover,
.lh_form_code input:focus{
	background-color: #fff;
/*	border-color: #E05523 !important;*/
}
.lh_form_code .wpcf7-form-control.wpcf7-text{
}
.wpcf7-not-valid-tip {
	position: absolute;
}
.wpcf7-form-control.wpcf7-textarea::placeholder, 
.wpcf7-form-control::placeholder {
	opacity: 1;
	color: #848484;
}
.wpcf7-form-control.wpcf7-textarea:focus::placeholder, 
.wpcf7-form-control:focus::placeholder {
	color: transparent;
}
.wpcf7-form-control.wpcf7-submit {
	width: 100%;
	color: #000;
	display: block;
	padding: 6px 12px;
	height: 48px;
	border: 0;
	font-size: 16px;
	white-space: nowrap;
	cursor: pointer;
	font-weight: 700;
	margin-top: -7px;
}
.lien-he-right form .row {
	margin: 0 -12px !important;
}
.lien-he-right form {
	position: relative;
	background-color: #fff;
	border-radius: 20px;
	padding: 10px 0 0;
	overflow: hidden;
	margin: 80px 0;
}
.lien-he-right form p {
	margin-bottom: 0;
}
.lien-he-right form .wpcf7-form-control.wpcf7-text, .lien-he-right form  .wpcf7-form-control.wpcf7-textarea {
	border: 0;
	border-bottom: 1px solid #D8D8D8;
}
.lien-he-right form .wpcf7-spinner {
	position: absolute;
	bottom: 0;
}
.wpcf7-form-control.wpcf7-submit:hover {
	background-color: #000;
	color: #fff;
}

.lien-he-contact label {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 23px;
	font-family: 'Nasalization';
	font-weight: 700;
}
.lien-he-contact p {
	padding-left: 30px;
}
.lien-he-diachi {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #dddd;
}
/**/
.about-box1-content, .about-box3-content {
	padding: 50px;
}

.about-box1 {
}
.about-box1-content,.about-box3-content {
  padding: 50px;
}
.about-box1-content h2 {
	font-size: 50px;
	font-weight: 800;
}
.about-box1-content {
	font-size: 24px;
	line-height: 1.6;
}
.about-box1-content ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 30px 0;
  flex-wrap: wrap;
}
.about-box1-content ul a {
	border: 1px solid #9E9E9E;
	margin-right: 20px;
	padding: 4px 31px;
	border-radius: 20px;
	display: inline-block;
	font-size: 18px;
	font-weight: 800;
	color: #000;
	overflow: hidden;
}
.about-box3-content .title {
  display: flex;
  align-items: flex-start;
}
.about-box3-content .title img {
  width: 40px;
  margin-top: 20px;
  margin-left: 50px;
}
.about-box3-content .title h2 {
	font-size: 150px;
	font-weight: 400;
	line-height: 1;
	margin: 0;
}
.about-box3-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.about-box3-content ul{
	list-style: none;
	text-align: right;
}
.about-box3-content ul a {
	display: inline-block;
	border: 1px solid #999;
	border-radius: 20px;
	padding: 4px 27px;
	margin: 3px 0;
	color: #000;
}
.about-box3-content ul a:hover,
.about-box1-content ul a:hover {
	color: #fff;
/*	background-color: #000;*/
/*	border: 0;*/
}
@media only screen and (max-width: 767px) {
	.about-box1-content, .about-box3-content {
		padding: 20px 0;
	}
	.about-box1-content h2 {
		font-weight: 800;
		font-size: 30px;
	}
	.about-box1-content {
		font-size: 16px;
		line-height: 1.6;
	}
	.about-box1-content ul a {
		margin-right: 10px;
		padding: 4px 20px;
		font-size: 13px;
	}
	.about-box1-content ul {
		margin: 20px 0;
		flex-wrap: wrap;
	}
	.about-box3-content ul a {
		padding: 2px 16px;
		margin: 1px 0;
		font-size: 11px;
	}
	.about-box3-content .title h2 {
		font-size: 33px;
	}
	.about-box3-content .title img {
		width: 11px;
		margin-top: 2px;
		margin-left: 10px;
	}
	.about-box3-content {
		align-items: flex-end;
		padding-top: 30px;
	}
	.about-box3-content .title h2 {
		margin-bottom: 13px;
	}
/*	*/
	.full-contact .col-lg-7 {
		order: -1;
	}
	.lien-he-right .title {
		font-size: 25px;
	}
	.lien-he-right {
		padding: 0 10px 10px;
	}
	input.wpcf7-form-control, .wpcf7-form-control.wpcf7-textarea, .wpcf7-form-control.wpcf7-text {
		padding: 7px 15px;
		border-radius: 0 !important;
	}
	.lien-he-right form {
		margin: 10px 0;
	}
	.lien-he-contact {
		display: none;
	}
	.full-contact .visit_us-contact-title {
		display: none;
	}
	.full-contact .visit_us-contact {
		padding: 0 10px 20px;
	}
	.banner-lien-he {
		padding: 0 10px;
	}

	.single-work-summary a {
		padding: 1px 34px;
		min-height: 25px;
	}
	.single-work-summary a.active img {
		width: 15px;
	}

	.single-work-summary .work-cat a {
		padding: 0;
	}
}
@media only screen and (max-width: 480px) {
	html[lang="vi"] .single-work-summary .work-cat a {
		padding: 1px 0;
	}
}