
.item-doitac {
	margin-bottom: 32px;
}
.item-doitac-img {
  width: 40%;
}
.item-doitac-content {
  width: 60%;
  padding-left: 20px;
}
.item-doitac-img img {
  aspect-ratio: 367/247;
  object-fit: cover;
  border-radius: 16px;
}
.item-doitac-content h3 {
  font-size: 36px;
  line-height: 30px;
}
.post-exct {
  color: rgba(49, 49, 49, 0.90);
  margin-bottom: 23px;
}
.item-doitac-content ul {
  list-style: none;
  padding: 0;
  color: #313131;
  font-weight: 300;
}
/*about*/


.form-tuvan .wpcf7-form input.wpcf7-form-control, 
.form-tuvan .wpcf7-form .wpcf7-select{
	border-radius: 8px;
	height: 60px;
} 
.form-tuvan .wpcf7-form .wpcf7-textarea{
	border-radius: 8px;
}
.form-tuvan .wpcf7-form button {
	border-radius: 8px;
	background: #FF5757;
	width: 100%;
	border: 0;
	height: 60px;
	font-weight: 600;
	color: #fff;
}
/**/
.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: 24px;
	color: rgba(0, 0, 0, 0.4);
	width: 100%;
	padding: 7px 20px;
	border: 1px solid #ddd;
	line-height: normal;
	color: rgba(0, 0, 0, 0.60);
	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: 90px;
	border-radius: 10px;
}
.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;
}
.wpcf7-form-control.wpcf7-textarea:focus::placeholder, 
.wpcf7-form-control:focus::placeholder {
  color: transparent;
}
.wpcf7-form-control.wpcf7-submit {
	width: 100%;
	background: #F8D41C;
	color: #000;
	display: block;
	padding: 6px 12px;
	height: 48px;
	border: 0;
	font-size: 16px;
	white-space: nowrap;
	cursor: pointer;
	font-weight: 700;
}
@media only screen and (max-width: 768px) {
	.item-doitac-img {
		width: 100%;
	}
	.item-doitac-img {
		width: 100%;
	}
	.item-doitac-content {
		width: 100%;
		padding: 20px 0 0;
	}
	.item-doitac-content h3 {
		font-size: 30px;
		line-height: 30px;
	}
	.post-exct {
		margin-bottom: 10px;
	}
}