.page-template-page-buildpc .full-breadcrumbs,
.page-template-page-tra-gop .full-breadcrumbs{
	display: none;
}
/**/
.blog_area{
	display: block;
  overflow: hidden;
  margin: auto;
  background-color: #fff;
  padding: 20px;
}
.titledetail {
	color: #333;
	display: block;
	font-size: 32px;
	font-weight: 600;
	line-height: 43px;
	margin: auto;
	overflow: hidden;
}
.userdetail {
	display: block;
	overflow: hidden;
	margin: 0 10px 0 0;
	padding: 15px 0 0;
}
.userdetail a, .userdetail a:hover {
	color: #333;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	margin: 0;
	overflow: hidden;
	vertical-align: middle;
}
.userdetail span {
	color: #b10000;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	margin: -2px 5px 0;
	vertical-align: middle;
}
.userdetail span:not(:first-child)::before {
	color: #555;
	content: "•";
	display: inline-block;
	font-size: 18px;
	margin-right: 8px;
	vertical-align: middle;
}
/*lien he*/
.lh_title_box1 {
	font-size: 22px;
	display: block;
	clear: both;
	margin-top: 30px;
	font-weight: bold;
}
.item-contact-ht {
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 10px;
	margin: 15px 0 0 0;
	border-radius: 5px;
}
.item-contact-ht h3 {
	display: block;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 14px;
}
.item-contact-ht a {
	color: #1a73e8;
	font-weight: bold;
}
.item-contact-ht p:last-child{
	margin-bottom: 0;
}
/**/
.lh_form_title {
	color: #999;
}

.wpcf7 label em{
	color: #FF0000;
}
.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: 8px 5px;
  border: 1px solid #ddd;
  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:focus-visible {
	border-color: #E05523;
	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:focus::placeholder, 
.wpcf7-form-control:focus::placeholder {
  color: transparent;
}

.wpcf7-form-control.wpcf7-submit {
	background: #cd1818;
	color: #fff;
	display: inline-block;
	padding: 6px 12px;
	border: 0;
	font-size: 16px;
	white-space: nowrap;
	cursor: pointer;
	border-radius: 5px;
	width: auto;
}
.lh_form_code .wpcf7-form .col-lg-12 p {
}
.lh-form .wpcf7-form .button {
	display: block;
	width: 190px;
	margin: 10px auto 0;
}
.lh-form .wpcf7-form-control.wpcf7-textarea{
	max-height: 92px;
}
.lh_form_code .wpcf7-form .button i{
	margin-left: 10px;
}

@media only screen and (min-width: 810px) {
	.lh_form_code .wpcf7 label {
		font-size: 16px;
		margin-bottom: 32px;
	}
}
.lh_form_code .wpcf7 label {
	display: block;
	position: relative;
	color: #1C1C1C;
	font-weight: 600;
	line-height: 16px;
	text-transform: uppercase;
}
.lh_form_code .wpcf7-form-control {
	border: 0 !important;
	border-bottom: 1px solid #D0D5DD !important;
	background-color: transparent !important;
	padding-left: 0 !important;
	border-radius: 0 !important;
	padding-bottom: 10px !important;
}
.lh_form_code .contact-icon-send {
	right: 140px;
	bottom: -20px;
}

@media only screen and (max-width: 990px) {
	.blog_area {
		padding: 0;
	}
	.titledetail {
		font-size: 22px;
		line-height: 30px;
	}
	.userdetail {
		padding: 5px 0 0;
	}
}