.head-page-df {
	padding: 8% 0;
	position: relative;
	background-position: center;
	z-index: 1;
	background-size: cover;
}
.head-page-df::before {
  content: "";
  /* background: linear-gradient(90deg, #18A84E 0%, #25D969 100%); */

background: linear-gradient(90deg, #10B3D3 0%, #4187E7 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.9;
}
.head-page-content h2 {
  font-size: 36px;
  color: #fff;
  margin-bottom: 20px;
}
.head-page-content h2.text-nb {
  color: var(--color-2);
  font-weight: 700;
  font-size: 38px;
  background-color: #fff;
  display: inline-block;
  padding: 10px 23px;
  border-radius: 20px;
}
/**/
.lkg-title {
  text-align: center;
  font-size: 36px;
}
.lkg-title span {
  color: #18A84E;
}
.lkg-title::after {
  content: "";
  background-color: ;
  background: #FF0509;
  width: 120px;
  height: 3px;
  display: block;
  margin: 20px auto;
}
/**/

.wpcf7 label em{
	color: #FF0000;
	font-style: normal;
}
.wpcf7 br {
/*	display: none;*/
}
.wpcf7 label {
}
.wpcf7-form-control-wrap {
	position: relative;
	display: block;
}
input.wpcf7-form-control, 
.wpcf7-form-control.wpcf7-textarea, 
.wpcf7-form-control.wpcf7-text {
	width: 100%;
	padding: 14px 20px;
	line-height: normal;
	color: rgba(0, 0, 0, 0.60);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-radius: 8px;
	border: 1px solid rgba(42, 42, 42, 0.08);
	background: #FFF;
}
.wpcf7-form-control::placeholder {
	color: rgba(42, 42, 42, 0.48);
	leading-trim: both;
	text-edge: cap;
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	line-height: 20px;
}
.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;
}
.wpcf7-form-control.wpcf7-textarea:focus::placeholder, 
.wpcf7-form-control:focus::placeholder {
  color: transparent;
}
.wpcf7-form-control.wpcf7-submit {
	width: 100%;
	background: #296142;
	color: #fff;
	display: block;
	padding: 6px 12px;
	height: 48px;
	border: 0;
	font-size: 16px;
	white-space: nowrap;
	cursor: pointer;
	font-weight: 600;
	letter-spacing: .5px;
}
.wpcf7-spinner {
	position: absolute;
}
/*khoa hoc*/
.row-title-dm-khoahoc{
	max-width: 850px;
	margin: 0 auto;
}

.cat-menu .menu {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  justify-content: center;
}
.cat-menu a {
	display: flex;
	text-align: center;
	margin:0 12px;
	text-align: center;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	height: 42px;
	color: #18A84E;
	font-size: 16px;
	border-radius: 20px;
	border: 0.5px solid #18A84E;
	background: #FFF;
	font-weight: 500;
	min-width: 163px;
}
.cat-menu a:hover, 
.cat-menu .active a,
.cat-menu .current-menu-item a {
	border-color:#18A84E;
	color: #fff;
	font-weight: 600;
	background-color: #18A84E;
}
/**/
.item-khoahoc {
  margin-bottom: 40px;
}
.item-khoahoc a {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 2px 12px 0px rgba(220, 244, 255, 1);
  display: block;
  overflow: hidden;
}
.item_khoahoc_img .wp-post-image {
  aspect-ratio: 364/243;
  width: 100%;
  display: block;
  border-radius: 20px;
  transition: .3s all;
  object-fit: cover;
}
.info-khoahoc{
	padding: 20px 16px;
	color: #3C3C3C;
}
.info-khoahoc .title-khoahoc{
	font-size: 24px;
	/* color: #18A84E; */
	background: linear-gradient(180deg, #10B3D3 0%, #4187E7 100%);
	min-height: 72px;
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.logo-khoahoc {
	position: absolute;
	top: 10px;
	right: 10px;
	max-width: 44px;
	object-fit: contain;
}
.item_khoahoc_img{
	border-radius: 20px;
}
.item-khoahoc:hover .item_khoahoc_img .wp-post-image{
	transform: scale(1.05);
}
.khoahoc-meta {
  padding: 0;
  list-style: none;
}
.khoahoc-meta li {
  margin-bottom: 10px;
}
.khoahoc-meta li i {
  color: #18A84E;
}
.khoahoc-price del{
	font-weight: 300;
}
.khoahoc-price .amount{
	color: #FF0509;
	font-size: 20px;
	font-weight: 600;
}
/**/
.table-lkg-head {
  background-color: #18A84E;
  color: #fff;
  display: flex;
  border-radius: 10px;
}
.line-lkg{
	display: flex;
	padding: 10px 0;
	align-items: center;
}
.table-lkg-body .item-col{
	flex: 1;
	padding: 10px 20px;
	text-align: center;
}
.item-lkg-table{
	display: none;
}	

.modal-ww .modal-content {
	padding: 20px 25px;
	border-radius: 20px;
}
.modal-ww h3 {
	color: #18A84E;
	font-size: 30px;
}
.modal-ww input.wpcf7-form-control, 
.modal-ww .wpcf7-form-control.wpcf7-text {
	background-color: transparent;
	border-radius: 12px;
	border: 1px solid #C0C0C0;
}
.modal-ww input.wpcf7-form-control.wpcf7-submit{
	border-radius: 40px;
	color: #fff;
	background: linear-gradient(180deg, #18A84E -20.83%, #18A84E 100%);
}
/*Tài liệu*/
.order-box label{
	white-space: nowrap;
}
.order-box select{
	width: auto;
	display: inline-block;
}
.search-tailieu input {
  border-radius: 10px;
  background: #F3F3F3;
  padding: 4px 14px;
  border: 0;
  font-weight: 400;
  height: 39px;
}
.search-tailieu button {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  border: 0;
  height: 39px;
  width: 39px;
}
/**/
.item-testonline {
	border-radius: 20px;
	border: 2px solid #18A84E;
	padding: 20px;
}
.item-testonline ul {
  list-style: none;
  padding: 0;
  margin-bottom: 15px;
}
.item-testonline li i {
  color: #FF0509;
  margin-right: 5px;
}
.item-testonline li {
  margin-bottom: 10px;
}
.item-testonline h3 {
  color: #2D2D2D;
  font-family: Inter;
  font-size: 20px;
}
.item-testonline .btn {
  padding: 7px 28px 7px 29px;
  height: auto;
  border-radius: 10px;
}
@media screen and (max-width:768px) {
	.info-khoahoc .title-khoahoc{
		font-size: 20px;
	}
}