@keyframes colorchange {
  from {background: linear-gradient(0deg, #f29f00 , var(--color2) 40%);}
  to {background: #ebebeb;}
}

.kh_module.kh_module_expert.kh_page_faq {
    padding: 70px 0;
}
.kh_module.kh_order .kh_box_title {
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.kh_module.kh_order .kh_box_title .kh_title_module {
	font-size: 2rem;
	text-transform: uppercase;
}
.kh_module.kh_order .kh_box_title::before {
	background-color: var(--color);
	height: 2px;
}

.kh_module {
	padding: 30px 0;
}
.kh_box_title .kh_title_module {
	text-transform: uppercase;
	font-size: 2rem;
}
.kh_box_title.box_have_line::before {
	background-color: #222;
	height: 1px;
}
.kh_box_title.box_have_line {
	padding-bottom: 15px;
	margin-bottom: 30px;
}


.kh_module.kh_module_part .row {
	align-items: center;
}
.kh_list_part {
	padding-left: 130px;
	position: relative;
}
.kh_list_part .kh_item_part {
	position: relative;
	padding-left: 50px;
	align-items: center;
	/*margin: 15px 0;*/
}
.kh_point {
	width: 6px;
	height: 6px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: var(--color2);
	border-radius: 50%;
}
.kh_big_point.kh_point {
	left: 50px;
}
.kh_line {
	width: 100%;
	color: var(--color2);
	height: 1px;
	background-color: var(--color2);
}

.kh_list_part .kh_item_part .kh_icon_part {
	width: 140px;
	height: 140px;
	border: 6px solid #fff;
	margin-bottom: 0;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	margin: 10px 0;
}
.kh_list_part .kh_item_part .kh_icon_part .img-fluid {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.kh_list_part .kh_item_part .kh_icon_part::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border: 2px solid var(--color2);
	border-radius: 50%;
}
.kh_text_part {
	position: absolute;
	width: calc(100% - 100px);
	height: calc(100% - 50px);
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	display: flex;
	flex-flow: column;
	justify-content: center;
	padding-left: 130px;
	background: linear-gradient(270deg, #f29f00 10%, var(--color2));
	z-index: -1;
	border-radius: 70px;
}
.kh_title_part {
	color: var(--color);
	font-weight: 600;
	font-family: 'Barlow', sans-serif;
	font-size: 1.4rem;
}
.kh_des_part {
	font-weight: 400;
}

.kh_three {
}
.kh_three .kh_box_title .kh_title_module, .kh_box_thirt .kh_box_title .kh_title_module {
	text-transform: none;
	font-size: 1.3rem;
	font-weight: 600;
}
.kh_three, .kh_box_thirt {
	text-align: center;
	margin: 15px 0;
	padding-top: 20px;
	padding-bottom: 70px;
	position: relative;
}
.kh_three {
	background: linear-gradient(0deg, #f29f00 , var(--color2) 40%);
}
.kh_box_guide {
	flex-grow: 1;
	flex-shrink: 1;
	transition: all 500ms ease-in-out;
}
.kh_box_first.kh_three {
	border-radius: 30px 0 0 30px;
	border-right: 1px solid #fff;
}
.kh_icon_three {
	margin: 50px 0;
}
.kh_link_detail a {
	padding: 10px 30px;
	background-color: var(--color);
	border-radius: 30px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.1rem;
	display: inline-block;
	border: 1px solid var(--color);
}
.kh_three .kh_link_detail a {
	padding: 10px 50px;
}
.kh_uses_content {
	text-align: left;
	padding: 0 40px;
}
.kh_uses_content * {
	font-weight: 400;
}
.kh_link_detail {
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}
.kh_three.col-md-6 {
	background: #ebebeb;
	border: 1px solid #ccc;
}
.kh_box_guide.kh_box_thirt {
	border-radius: 0 30px 30px 0;
}
.kh_link_detail a:hover {
	color: var(--color);
	background-color: #fff;
}
.kh_box_guide.col-md-6 .kh_icon_three {
	display: none;
}
.kh_box_guide.col-md-3 {
}
.kh_uses_content {
	display: none;
}
.kh_box_guide.col-md-3 .kh_link_detail.kh_down_link {
	display: none;
}
.kh_box_thirt.col-md-3 {
	border-left: 1px solid #fff;
}
.kh_box_secon.col-md-6 {
	border-left: unset;
	border-right: unset;
}
.kh_module.kh_module_research {
}
.kh_module.kh_module_research .gd_contact_form.d-none {
	display: block !important;
	margin: 50px 0 auto;
}
.kh_module.kh_module_research .gd_contact_form .form-group.kh_submit.d-flex {
	justify-content: center;
}
.kh_module.kh_module_research .gd_contact_form .form-group.kh_submit.d-flex .kh_left_form.kh_side_form {
	flex: unset;
	max-width: unset;
}



.kh_nav_ques {
	justify-content: center;
	margin: 0 -5px;
	margin-bottom: 30px;
}
.kh_nav_ques .kh_nav_item {
  	flex: 0 0 22%;
  	max-width: 22%;
  	text-align: center;
  	padding: 0 5px;
}
.kh_nav_ques .kh_nav_item a {
  	display: block;
  	padding: 14px 0;
  	text-transform: uppercase;
  	color: #222;
  	font-weight: 600;
  	font-size: 1.1rem;
  	background-color: #ebebeb;
  	border: 1px solid #ccc;
  	border-radius: 30px;
}
.kh_nav_item.actived {
}
.kh_nav_ques .kh_nav_item.actived a {
  	background: linear-gradient(0deg, #f29f00 10%, var(--color2));
}
.accordion {
	width: 80%;
	margin: 0 auto;
	display: none;
}
.accordion.show {
	display: block;
}
.kh_card_header {
}
.kh_card_header a {
	border: 1px solid #ccc;
	color: var(--color);
	font-weight: 600;
	font-size: 1.1rem;
	padding: 8px 20px;
	display: block;
	border-radius: 30px;
	position: relative;
}
.kh_card_header a.actived {
	background: linear-gradient(0deg, #f29f00 10%, var(--color2));
	color: #222;
	border: none;
}
.kh_card_body {
	width: 90%;
	margin: 15px auto 0;
	font-weight: 400;
	display: none;
}
.kh_card {
	margin-bottom: 20px;
}
.kh_card_body.show {
	display: block;
}
.kh_card_header a::before {
	content: '\f067';
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-family: "Font Awesome 5 Pro";
	font-size: 1.5rem;
	font-weight: 300;
	color: #222;
}
.kh_card_header a.actived::before {
	content: '\f068';
}

.kh_module.kh_module_expert {
	margin-bottom: 50px;
}

.kh_form .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #222;
	opacity: 1; /* Firefox */
	font-weight: 400;
	font-family: 'Barlow', sans-serif;
	font-size: 1.15rem;
}

.kh_form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #222;
	font-weight: 400;
	font-family: 'Barlow', sans-serif;
	font-size: 1.15rem;
}

.kh_form .form-control::-ms-input-placeholder { /* Microsoft Edge */
	color: #222;
	font-weight: 400;
	font-family: 'Barlow', sans-serif;
	font-size: 1.15rem;
}

.kh_form {
	margin-bottom: 10px;
}
.kh_form .form-control {
	padding: 10px 30px 10px 60px;
	border-radius: 30px;
	font-weight: 400;
	font-family: 'Barlow', sans-serif;
	font-size: 1.15rem;
	color: #222;
}
.kh_form .form-control:focus-visible {
	background: unset;
	outline: 2px solid var(--color);
}
.kh_form > span {
	display: block;
	position: relative;
}
.kh_form > span::before {
	content: "\f007";
	position: absolute;
	width: 60px;
	height: 55px;
	left: 0;
	top: 0;
	font-family: "Font Awesome 5 Pro";
	font-weight: 800;
	color: var(--color);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
}
.kh_wrap_form {
	display: flex;
	margin: 0 -5px;
}
.kh_module.kh_module_expert .kh_form {
	display: block;
}
.kh_wrap_form .kh_form {
	padding: 0 5px;
	flex: 0 0 50%;
	max-width: 50%;
}
.kh_form.kh_form_ques > span::before {
	height: 55px;
}

.kh_form.kh_form_name > span::before {
  	content: "\f879";
}
.kh_form.kh_form_email > span::before {
  	content: "\f0e0";
}
.kh_form.kh_form_ques > span::before {
  	content: "\f128";
}

.kh_ques_submit {
	display: inline-flex;
	align-items: center;
	background: linear-gradient(0deg, #f29f00 10%, var(--color2));
	margin-top: 20px;
	border-radius: 30px;
	border: 1px solid #fff;
}
.kh_ques_submit #hb_form_control_submit {
	display: inline;
	width: auto;
	padding: 15px 10px 15px 40px;
	background-color: transparent;
	border: unset;
	color: #222;
	text-transform: uppercase;
	font-weight: 600;
	cursor: pointer;
}
.kh_ques_submit .kh_icon_submit {
	width: 60px;
	height: 60px;
	line-height: 60px;
	background-color: var(--color);
	color: #fff;
	text-align: center;
	border-radius: 50%;
	position: sticky;
	left: 0;
	transition: left 2s linear 0s;
	-webkit-transition: left 2s linear 0s;
	transition: left 2s linear 0s;
	-webkit-transition: left 2s linear 0s;
}
.kh_form_prod {
}
.kh_form_prod.accordion {
	display: block;
}
.kh_form_prod .wpcf7-form {
	text-align: center;
}


.kh_ques_submit:hover {
  	background: #fff;
  	color: var(--color2);
  	border-color: var(--color2);
}
.kh_ques_submit:hover .kh_icon_submit {
  	left: 100%;
}
.kh_ques_submit:hover #hb_form_control_submit {
  	color: var(--color);
}


/*********************************************
	10. Module XXX
	**********************************************/	
	@media screen and (min-device-width: 858px) and (max-device-width: 1800px) {

	}
	@media screen and (min-device-width: 1600px) and (max-device-width: 1800px) {
		
	}

	@media screen and (max-device-width: 1536px) and (min-device-width: 1440px) {
		
	}

	@media only screen and (min-width: 1200px) and (max-width: 1440px) {
		
	}
	@media screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
		
	}
	@media screen and (min-device-width: 625px) and (max-device-width: 1366px) {

	}
	@media screen and (min-device-width: 858px) and (max-device-width: 1200px) {

	}
	@media only screen and (max-width: 1280px) {

	}

	@media only screen and (max-width: 1119px) {
		

	}

	@media only screen and (max-width: 1079px) and (min-width: 992px) {

	}
	@media only screen and (max-width: 1024px) {
		.accordion {
			width: 90%;
		}
		.kh_img_intro {
			text-align: center;
		}
	}
	@media screen and (max-device-width: 992px) {
		
		.kh_line {
			display: none;
		}

		.kh_point {
			display: none;
		}

		.kh_list_part {
			padding-left: 0;
		}

		.kh_list_part .kh_item_part {
			padding-left: 0;
		}

		.kh_text_part {
			padding-left: 200px;
			width: 100%;
		}

		.kh_three .kh_link_detail a {
			padding: 10px 20px;
		}
		.accordion {
			width: 100%;
		}

		.kh_icon_three .img-fluid {
			max-width: 60%;
		}

		
		.kh_wrap_form .kh_form {
			flex: 0 0 100%;
			max-width: 100%;
		}
		.kh_wrap_form {
			flex-wrap: wrap;
		}

	}

	@media only screen and (max-width: 767px) and (min-width: 577px) {

	}

	@media only screen and (max-width: 767px) {
		.kh_box_guide {
			border-radius: 15px !important;
		}
		.kh_box_guide.col-md-6 {
			border: 1px solid #ccc !important;
		}
		.kh_module.kh_module_three .row {
			margin: 0 !important;
		}
	}

	@media screen and (max-device-width: 576px) {
		.kh_list_part .kh_item_part .kh_icon_part {
			width: 120px;
			height: 120px;
		}

		.kh_text_part {
			padding-left: 130px;
			padding-right: 20px;
		}

		.kh_title_part {
			font-size: 1.1rem;
		}

		.kh_icon_three {
			margin: 20px 0;
		}

		.kh_uses_content {
			padding: 0 20px;
		}

		.kh_module.kh_module_research .gd_contact_form.d-none {
			margin: 0 auto;
		}

		.kh_box_secon.kh_three {
			border-radius: 0 30px 30px 0;
		}
		.kh_box_title .kh_title_module {
			font-size: 1.5rem;
		}
		.kh_module.kh_order .kh_box_title .kh_title_module {
			font-size: 1.5rem;
		}
		.kh_nav_ques .kh_nav_item {
			flex: 0 0 50%;
			max-width: 50%;
		}
		.kh_nav_ques .kh_nav_item a {
			padding: 10px 0;
			font-size: 12px;
		}
		.kh_card_header a {
			padding-right: 30px;
		}
		.kh_card_header a::before {
			right: 10px;
			font-size: 1rem;
		}
		.kh_module.kh_module_expert.kh_page_faq {
			padding: 30px 0;
			margin-bottom: 0;
		}
		
		.kh_ques_submit {
		  background: linear-gradient(0deg, #ffbe40 10%, #ffdf5c);
		  position: relative;
		}

		.kh_ques_submit #hb_form_control_submit {
		  padding: 15px 50px;
		}

		.kh_nav_ques .kh_nav_item.actived a {
		  background: linear-gradient(0deg, #ffbe40 10%, #fde997);
		}

		.kh_card_header a.actived {
		  background: linear-gradient(0deg, #ffbe40 10%, #fde997);
		}

		.kh_ques_submit .ajax-loader {
		  position: absolute;
		  top: 0;
		  right: -50%;
		}

	}
	@media only screen and (max-width: 731px) and (min-width: 411px) {
		
	}
	@media screen and (max-device-width: 414px) {
		  .kh_list_part .kh_item_part .kh_icon_part {
		    width: 110px;
		    height: 110px;
		  }
		  .kh_text_part {
		    padding-left: 115px;
		    padding-right: 15px;
		  }
		  .kh_des_part {
		      font-size: 14px;
		  }
	}
	@media screen and (max-device-width: 375px) {
		.kh_list_part .kh_item_part .kh_icon_part {
			width: 100px;
			height: 100px;
		}
		.kh_text_part {
			padding-left: 110px;
			padding-right: 10px;
			height: calc(100% - 40px);
		}
		.kh_des_part {
		    font-size: 12px;
		}
	}
	@media only screen and (max-width: 640px) and (min-width: 360px) {

	}
	@media screen and (max-device-width: 360px) {

	}
