html{
	font-size: 14px;
}
/*!
 * home.css
 * Version - 1.0
 * Website: Scarpro
 * Author: HVKhanh
 * Copyright (c) 2022 bicweb.com
 */

.logo h1 {
	margin: 0;
	font-size: 1rem;
}

.gd_box__title {
	text-align: center;
}

.gd_box__title .gd_text {
	font-size: 1.5rem;
	color: #222;
	font-weight: 600;
	margin-bottom: 30px;
	position: relative;
	padding-bottom: 10px;
}

.gd_box__title .gd_text::after {
	content: "";
	width: 80px;
	height: 1px;
	background-color: #f7ba00;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.gd_module {
	padding: 40px 0 30px;
}
.gd_module .gd_link {
	margin-top: 30px;
}

.kh_module {
	padding-top: 80px;
	overflow: hidden;
	background: #111;
}

/*********************************************
	1. Module Banner
	**********************************************/
	.gd_banner_items {
		display: flex;
		flex-wrap: nowrap;
	}
	.gd_banner_items .gd_banner_item {
		flex: 0 0 100%;
		max-width: 100%;
	}
.gd_banner .owl-nav, .gd_banner .owl-dots {
	display: none !important;
}
	.gd_banner .owl-nav {
		position: absolute;
		width: auto;
		height: auto;
		top: unset;
		bottom: 120px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 1;
	}
	.gd_banner .owl-nav .owl-prev, .gd_banner .owl-nav .owl-next {
		transform: unset;
		position: relative;
		font-size: 1.8rem;
		color: #222;
		padding: 8px 25px;
		background-color: rgba(255,255,255,0.3);
		margin: 10px 0;
		left: unset;
		right: unset;
		top: unset;
		z-index: 2;
	}
	.gd_banner .gd_banner_image {
		margin: 0;
	}
	.gd_banner .owl-dots {
		left: unset;
		transform: unset;
		right: 40px;
		margin: 0;
		bottom: 40px;
		color: #fff;
		align-items: first baseline;
	}
	.gd_banner .owl-dots .owl-dot {
		padding: 0;
		margin: 0 15px;
		font-size: 1.1rem;
		font-weight: 500;
	}
	.gd_banner .owl-dots .owl-dot.active {
		font-size: 1.4rem;
		font-weight: 600;
	}
	.gd_banner .gd_banner_image a {
		display: block;
		position: relative;
	}
	.gd_banner .gd_banner_image a .kh_title_banner {
		position: absolute;
		bottom: 50px;
		left: 0;
		width: 50%;
		height: auto;
		padding: 50px 150px;
		text-align: left;
		background-color: #272626a3;
		text-transform: uppercase;
		line-height: 1.3;
	}

	.kh_title_banner .kh_title_sm_banner {
		font-size: 1.8rem;
		font-weight: 600;
		color: #fff;
		display: flex;
		align-items: flex-end;
		margin-bottom: 15px;
	}
	.kh_title_banner .kh_title_sm_banner::after {
		content: '';
		width: 100px;
		height: 2px;
		background-color: #fff;
		margin-left: 15px;
		margin-bottom: 8px;
	}
	.kh_title_banner .kh_title_bg_banner {
		color: #f7ba00;
		font-size: 2.7rem;
		line-height: 1.2;
		font-weight: 600;
	}
	.gd_banner .owl-nav .owl-prev i, .gd_banner .owl-nav .owl-next i {
		font-weight: 300;
		position: sticky;
		z-index: 5;
	}
	.gd_banner .owl-nav .owl-prev::before {
		content: '';
		position: absolute;
		width: 3px;
		height: 100%;
		right: 0;
		top: 0;
		background-color: #ffcf3e;
		-webkit-transition: width 1s ease-in-out;
		-moz-transition: width 1s ease-in-out;
		-o-transition: width 1s ease-in-out;
		transition: width 0.7s ease-in-out;
	}
	.gd_banner .owl-nav .owl-next::before {
		content: '';
		position: absolute;
		width: 3px;
		height: 100%;
		left: 0;
		top: 0;
		background-color: #ffcf3e;
		-webkit-transition: width 1s ease-in-out;
		-moz-transition: width 1s ease-in-out;
		-o-transition: width 1s ease-in-out;
		transition: width 0.7s ease-in-out;
		z-index: 1;
	}
	.gd_banner .owl-nav .owl-prev:hover::before, .gd_banner .owl-nav .owl-next:hover::before {
		width: 100%;
	}

	/*Special Banner*/
		.kh_list_circle {
			display: flex;
			right: 30px;
			bottom: 30px;
			align-items: center;
		}
		.kh_list_circle .outer {
			width: 160px !important;
			position: sticky;
			z-index: 1;
			animation-delay: 0.4s !important;
		}
		.kh_list_circle .middle {
			width: 230px !important;
			position: sticky;
			z-index: 2;
			margin: 0 -35px;
			animation-delay: 0.3s !important;
		}
		.kh_list_circle .center {
			width: 280px !important;
			position: sticky;
			z-index: 3;
			margin: 0 -35px;
			animation-delay: 0.2s !important;
		}
		.kh_special_banner {
		}
		.gd_banner .kh_special_banner a .kh_title_banner {
			background: unset;
			padding: 0;
			bottom: 100px;
			display: flex;
			flex-flow: column;
			align-items: flex-start;
		}
		.gd_banner .kh_special_banner a .kh_title_banner .kh_title_sm_banner {
			display: inline-block;
			background-color: #f7ba00;
			color: #222;
			font-weight: 500;
			padding: 5px 10px 5px 30px;
			font-size: 42.5px;
			margin-bottom: 25px;
			position: relative;
		}
		.gd_banner .kh_special_banner a .kh_title_banner .kh_title_sm_banner .img-fluid {
			position: absolute;
			bottom: 0;
			z-index: -1;
			left: 0;
		}
		.gd_banner .kh_special_banner a .kh_title_banner .kh_title_sm_banner::after {
			width: 100%;
			height: 100%;
			position: absolute;
			left: 0;
			bottom: 0;
			margin: 0;
			background-color: #f7ba00;
			z-index: 1;
		}
		.gd_banner .kh_special_banner a .kh_title_banner .kh_title_bg_banner {
			display: inline-block;
			color: #fff;
			padding-left: 30px;
			padding-bottom: 20px;
			background-image: url(../images/line_banner.png);
			background-repeat: no-repeat;
			background-position: bottom center;
			background-size: 100% 10px;
		}
		.gd_banner .kh_special_banner a .kh_title_banner .kh_title_sm_banner .kh_triangle {
			position: absolute;
			width: 0;
			height: 0;
			border-bottom: solid #f7ba00;
			border-right: 65px solid transparent;
			left: 100%;
			top: 0;
		}
		.center .kh_list_circle .img-fluid {
			animation: bounceInDown 1.5s forwards ease;
		}
		.kh_list_circle .img-fluid {
			
		}
		.gd_banner .kh_special_banner a .kh_title_banner .kh_title_sm_banner span {
			position: relative;
			z-index: 3;
		}
		.gd_banner .center .kh_special_banner a .kh_title_banner .kh_title_sm_banner {
			animation: fadeIn 1.5s forwards ease;
		}


/*********************************************
	2. Module Video
	**********************************************/
	.kh_module.kh_module_videos {
		padding-right: 40px;
		background: #111;
	}
	.kh_module_videos .kh_flex.d-flex {
		position: relative;
	}
	.kh_box_content_video {
		position: absolute;
		width: 50%;
		right: 0;
		top: 50%;
		transform: translateY(-40%);
	}
	.kh_video_box.video-link {
		margin: 0;
	}
	.kh_box_content_video .kh_content_video {
		padding: 100px;
		background-color: #272626a3;
		color: #fff;
	}
	.kh_module_videos .kh_flex.d-flex::before {
		content: '';
		position: absolute;
		width: 20px;
		height: 20px;
		background-color: #f7ba00;
		right: 0;
		top: 0;
	}
/*	.kh_module_videos .kh_flex.d-flex::after {
		content: '';
		position: absolute;
		width: 20px;
		height: 20px;
		background-color: #f7ba00;
		right: 0;
		bottom: 0;
	}*/
	.kh_video_box.video-link a {
		display: block;
		position: relative;
	}
	.kh_video_box.video-link a .kh_btn_play i {
		width: 90px;
		height: 90px;
		border: 1px solid #fff;
		border-radius: 50%;
		text-align: center;
		color: #f7ba00;
		font-size: 1.3rem;
		background-color: rgba(0,0,0,0.4);
		display: flex;
		justify-content: center;
		align-items: center;
		margin-right: 20px;
	}
	.kh_video_box.video-link a .kh_btn_play::after {
		content: "Video giới thiệu";
		color: #fff;
	}
	.kh_video_box.video-link a .kh_btn_play {
		position: absolute;
		left: 70px;
		bottom: 70px;
		display: flex;
		align-items: center;
		transition: left 0.3s linear, bottom 0.3s linear, transform 0.3s linear;
	}
	.kh_video_box.video-link a:hover .kh_btn_play {
		left: 50%;
		bottom: 50%;
		transform: translate(-50%, 50%);
	}
	.kh_box_title {
	}
	.kh_box_title .kh_title_module {
		color: #f7ba00;
		text-transform: uppercase;
		font-weight: 600;
		font-size: 42.5px;
		margin-bottom: 10px;
	}
	.kh_box_title .kh_title_module.kh_have_line::after {
	  	content: '';
	  	width: 100px;
	  	height: 2px;
	  	background-color: #f7ba00;
	  	margin-bottom: 11px;
	  	margin-left: 10px;
	}
	.kh_box_title .kh_title_module.kh_have_line {
	  	display: flex;
	  	align-items: flex-end;
	}
	.kh_box_btn {
		margin-top: 30px;
	}
	.kh_box_btn .kh_btn a {
		display: inline-block;
		padding: 12px 40px;
		background-color: rgba(255,255,255,0.3);
		color: #fff;
		position: relative;
		z-index: 1;
	}
	.kh_box_btn .kh_btn a::before {
		content: ;
		content: '';
		position: absolute;
		width: 10px;
		height: 100%;
		left: 0;
		top: 0;
		background-color: #f7ba00;
		z-index: -1;
		-webkit-transition: width 1s ease-in-out;
		-moz-transition: width 1s ease-in-out;
		-o-transition: width 1s ease-in-out;
		transition: width 0.7s ease-in-out;
	}
	.kh_box_btn .kh_btn a:hover::before {
		width: 100%;
	}

/*********************************************
	2. Module Counter
	**********************************************/

	.kh_module.module_counter {
		padding: 0;
		position: relative;
		 
	}
	.gd_counter .count_item {
		 padding: 0;
		text-align: center;
		 
		display: flex;
		flex-flow: column;
		justify-content: flex-end;
		cursor: pointer;
	}
	 
	.count_icon_wrap img {
		max-height: 100%;
	}
	.gd_counter .count_item:hover {
		background-color: #272626a3;
	}
.count_text {
    color: #fff;
    background-color: #2726266e;
}
	.count_text .count_up {
		font-size: 2.6rem;
		font-weight: 600;
		color: #f7ba00;
		margin: 10px 0;
		display: block;
		line-height: 1;
	}
	 .kh_module.kh_module_product.kh_ani {
    background: #111;
} 
	.gd_counter {
		height: 100%;
		align-items: flex-end;
	}
	.gd_counter .count_item:hover .kh_des_index {
		display: block !important;
	}

/*********************************************
	3. Module Product
	**********************************************/
	.kh_header_prod {
		align-items: center;
		margin-bottom: 40px;
		padding-right: 50px;
	}
	.kh_header_prod .kh_box_title {
		flex: 1;
	}
	.kh_header_prod .kh_box_btn {
		margin: 0 0 0 20px;
	}
	.kh_header_prod .kh_box_title .kh_des_title {
		width: 50%;
		color: #fff;
	}
	.kh_header_prod .kh_owl_nav {
		color: #fff;
		font-size: 2rem;
		margin: 0 -10px;
	}
	.kh_header_prod .kh_owl_nav .kh_btn {
		padding: 0 10px;
		cursor: pointer;
	}
	.kh_thumb_prod .img-fluid {
		width: 100%;
		 
		object-fit: cover;
	}

	.kh_title_prod {
		text-align: left;
		padding-left: 30px;
		margin-bottom: 0;
	}
	.kh_title_prod a {
		color: #fff;
		font-size: 22px;
		display: inline-flex;
		align-items: center;
		text-transform: uppercase;
	}
	.kh_title_prod a .kh_index_prod {
		display: inline-block;
		/*! height: 120px; */
		font-size:24px;
		padding: 5px 10px;
		margin-right: 10px;
		position: relative;
		z-index: 1;
	}
	.kh_container {
    padding: 0 50px;
}
	.kh_title_prod a .kh_index_prod::before {
		content: '';
		position: absolute;
		width: 100%;
		height: 2.5px;
		background-color: #f7ba00;
		left: 0;
		bottom: 0;
		-webkit-transition: height 0.7s ease-in-out;
		-moz-transition: height 0.7s ease-in-out;
		-o-transition: height 0.7s ease-in-out;
		transition: height 0.7s ease-in-out;
		z-index: -1;
	}
	.kh_popular_item:hover .kh_title_prod a .kh_index_prod::before {
		height: 120px;
	}
	.kh_popular_item:hover .kh_title_prod a .kh_index_prod {
		color: #222;
	}
	.kh_name_prod:hover {
		color: #f7ba00;
	}

/*********************************************
	4. Module Customer
	**********************************************/
	.kh_inner_customer {
		width: 50%;
		padding: 100px 50px;
		background-color: #272626a3;
	}
	.avt_thumb {
		display: block;
		width: 100px;
		height: 100px;
		border-radius: 50%;
		overflow: hidden;
		border: 1px solid #f7ba00;
		opacity: 0.3;
	}
	.owl-item.center .avt_thumb {
		opacity: 1;
		border-color: #fff;
	}
	.avt_thumb .img-fluid {
		height: 100%;
		object-fit: cover;
	}
	.kh_list_customer {
	  	display: flex;
	  	width: 360px;
	}

	.kh_box_title .kh_des_title {
		color: #fff;
	}
	.kh_inner_customer .kh_owl_nav {
		color: #fff;
		margin: 30px 0 50px;
		font-size: 2rem;
	}
	.kh_inner_customer .kh_owl_nav .kh_btn {
		margin-right: 10px;
	}
	.kh_wrap_customer {
		position: relative;
	}
	.kh_wrap_customer .kh_content_customer {
		position: absolute;
		width: calc(50% + 105px);
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		display: flex;
		flex-wrap: nowrap;
		overflow: hidden;
	}
	.kh_wrap_customer .kh_content_customer .kh_content_report {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.kh_wrap_customer .kh_content_customer .kh_avt_cus {
		margin: 0 30px 0 0;
		width: 210px;
		height: 210px;
		border-radius: 50%;
		overflow: hidden;
		border: 1px solid rgba(255,255,255,0.3);
	}
	.kh_wrap_customer .kh_content_customer .kh_info_cus {
		flex: 1;
	}
	.kh_inner_cus.d-flex {
		align-items: center;
	}
	.kh_name_cus {
		color: #f7ba00;
		font-size: 1.5rem;
		font-weight: 600;
		margin-bottom: 5px;
	}
	.kh_des_cus {
		color: #fff;
		font-style: italic;
		font-weight: 500;
	}
	.kh_report_cus {
		color: rgba(255,255,255,0.9);
		margin-top: 10px;
	}
	.owl-item.active {
	}
	.kh_content_report.zoomOut {
		animation: zoomOut 0.7s forwards ease;
	}
	.kh_content_report.zoomIn {
		animation: zoomIn 0.7s forwards ease;
	}

/*********************************************
	5. Module List video
	**********************************************/
	.kh_module_listvideo .kh_box_title {
		text-align: center;
		margin-bottom: 30px;
	}
	.kh_list_video {
		height: 620px;
	}
	.kh_list_video .owl-item.active {
		z-index: 9;
		transition: all 0.5s linear;
		visibility: visible;
	}
	.kh_list_video .owl-item.active.center {
		z-index: 10;
		transform: scale(1.5);
	}
	.kh_list_video .owl-item {
		visibility: hidden;
		max-height: 100%;
	}
	.kh_list_video .owl-stage {
		display: flex;
		align-items: center;
		height: 620px;
	}
	.kh_list_video .owl-stage-outer {
		height: 620px;
	}
	.kh_list_video .kh_btn_play::after {
		display: none;
	}
	.kh_list_video .kh_btn_play {
		left: 50% !important;
		bottom: 50% !important;
		transform: translate(-50%, 50%);
	}
	.kh_list_video .kh_btn_play i {
		margin-right: 0 !important;
		width: 60px !important;
		height: 60px !important;
		font-size: 1rem !important;
	}

	.kh_list_video .owl-prev {
		left: 260px;
		font-size: 2rem;
		background-color: rgba(255,255,255,0.5);
		padding: 15px 60px;
		color: #ffdc71;
	}
	.kh_list_video .owl-next {
		right: 260px;
		font-size: 2rem;
		background-color: rgba(255,255,255,0.5);
		padding: 15px 60px;
		color: #ffdc71;
	}
	.kh_list_video .owl-prev::before {
		content: '';
		position: absolute;
		width: 10px;
		height: 100%;
		right: 0;
		top: 0;
		background-color: #f7ba00;
	}
	.kh_list_video .owl-next::before {
		content: '';
		position: absolute;
		width: 10px;
		height: 100%;
		left: 0;
		top: 0;
		background-color: #f7ba00;
	}
	.kh_list_video .owl-item .kh_btn_play {
		display: none !important;
	}
	.kh_list_video .owl-item.center .kh_btn_play {
		display: block !important;
		z-index: 2;
	}
	.kh_thumb_video.kh_video_box.video-link a::before {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.5);
		left: 0;
		top: 0;
		z-index: 1;
	}
	.kh_list_video .owl-item.center .kh_thumb_video.kh_video_box.video-link a::before {
		background-color: rgba(0,0,0,0.2);
	}
	.kh_list_video .owl-item.active .kh_video_box.video-link a:not(.kh_list_video .owl-item.active.center .kh_video_box.video-link a) {
		pointer-events: none;
	}

/*********************************************
	6. Module News
	**********************************************/

	.kh_module.kh_module_news {
		position: sticky;
		z-index: 1;
	}
	.kh_wrap_news {
		flex-wrap: wrap;
	}
	.kh_wrap_news .kh_box_title {
		flex: 0 0 40%;
		max-width: 40%;
		margin-right: 30px;
	}
	.kh_wrap_news .kh_list_post {
		flex: 1;
	}
	.kh_list_post {
	}
	.kh_wrap_news .kh_list_post .kh_inner_post {
		color: #fff;
		align-items: center;
		padding: 10px 0;
		border-top: 2px solid #808080;
	}
	.kh_wrap_news .kh_list_post .kh_inner_post .kh_thumb_post {
		margin: 0;
		flex: 0 0 180px;
		
	}
	.kh_wrap_news .kh_list_post .kh_inner_post .kh_title_post {
		flex: 1;
		padding-right: 135px;
		display: -webkit-box !important;
		max-width: 100%;
		margin-bottom: .5rem;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.kh_wrap_news .kh_list_post .kh_inner_post .kh_date_post span {
		display: block;
	}
	.kh_day_post {
		font-size: 1.8rem;
		margin-bottom: 5px;
	}
	.kh_m_y_post {
		font-size: 14px;
	}
	.kh_wrap_news .kh_list_post .kh_inner_post .kh_date_post {
		margin-right: 30px;
	}
	.kh_wrap_news .kh_list_post .kh_inner_post:hover {
		border-color: #f7ba00;
	}
	.kh_wrap_news .kh_list_post .kh_inner_post:hover .kh_title_post {
		color: #f7ba00;
	}
	.kh_wrap_news .kh_list_post .kh_inner_post:hover .kh_thumb_post {
		animation: zoomIn 1s forwards ease;
	}


/*********************************************
	7. Module XXX
	**********************************************/

	/*Animation*/
	 
	 
		.kh_module.kh_module_videos.kh_ani .kh_box_content_video {
			animation: zoomIn 1.5s forwards ease;
			animation-delay: 0.5s;
		}
		.kh_module.kh_module_videos.kh_ani .kh_box_video {
			animation: fadeInLeft 1.5s forwards ease;
		}

		.kh_module.module_counter .kh_bg_counter {
			
		}
		.kh_module.module_counter.kh_ani .kh_bg_counter {
			animation: fadeInLeft 2s forwards ease;
		}
		.kh_module.module_counter.kh_ani .count_item {
		  	animation: fadeInUp 1.5s forwards ease;
		}
		.kh_module.module_counter.kh_ani .count_item:nth-child(1) {
		  	animation-delay: 0.5s;
		}
		.kh_module.module_counter.kh_ani .count_item:nth-child(2) {
		  	animation-delay: 0.8s;
		}
		.kh_module.module_counter.kh_ani .count_item:nth-child(3) {
		  	animation-delay: 1.1s;
		}
		.kh_module.module_counter.kh_ani .count_item:nth-child(4) {
		  	animation-delay: 1.4s;
		}
		.kh_module.module_counter .count_item {
		  	
		}

		.kh_module_customer .kh_inner_customer, .kh_module_customer .kh_content_customer {
			
		}
		.kh_module_customer.kh_ani .kh_inner_customer {
			animation: fadeInLeft 1.5s forwards ease;
		}
		.kh_module_customer.kh_ani .kh_content_customer {
			animation: zoomIn 1.5s forwards ease;
		}

		.kh_module_news .kh_box_title, .kh_module_news .kh_list_post {
			
		}
		.kh_module_news.kh_ani .kh_box_title {
			animation: fadeInLeft 1.5s forwards ease;
		}
		.kh_module_news.kh_ani .kh_list_post {
			animation: fadeInRight 1.5s forwards ease;
		}

		.kh_list_products.row.kh_page_store .kh_item_product {
		 	
		}
		.kh_list_products.row.kh_page_store .kh_item_product.kh_ani {
		 	animation: fadeInUpBig 1.5s forwards ease;
		}


		.kh_title_banner {
			
		}
		.kh_title_sm_banner {
			
		}
		.kh_title_bg_banner {
			
		}
		.center .kh_title_banner {
			animation: fadeInUp 1.5s forwards ease;
		}
		.center .kh_title_banner .kh_title_sm_banner {
			animation: bounceInDown 1.5s forwards ease;
			animation-delay: 0.5s;
		}
		.center .kh_title_banner .kh_title_bg_banner {
			animation: bounceInRight 1.5s forwards ease;
			animation-delay: 0.5s;
		}


		/*.kh_main_content, .kh_aside_content {
			
		}
		.kh_ani .kh_main_content {
			animation: fadeInLeft 1.5s forwards ease;
		}
		.kh_ani .kh_aside_content {
			animation: fadeInRight 1.5s forwards ease;
		}*/
	/*End*/

	@media screen and (max-width: 1600px) {
		.gd_banner .kh_special_banner a .kh_title_banner {
			padding: 0 !important;
			bottom: 40px;
		}
		.kh_box_title .kh_title_module {
			font-size: 2rem;
		}
		.kh_box_content_video {
			transform: translateY(-50%);
		}
		.kh_box_content_video .kh_content_video {
			padding: 70px;
		}
		.kh_module_videos .kh_box_video {
			flex: 0 0 70%;
		}
		.kh_wrap_customer .kh_content_customer .kh_avt_cus {
			width: 150px;
			height: 150px;
			margin: auto;
		}
		.kh_wrap_customer .kh_content_customer {
			width: calc(50% + 75px);
		}
		.kh_module {
			padding-top: 100px;
		}
		
		.kh_title_banner .kh_title_bg_banner {
		  	font-size: 42.5px;
		}
		.kh_title_banner .kh_title_sm_banner {
		  	font-size: 1.5rem;
		}
		.gd_banner .gd_banner_image a .kh_title_banner {
		  	padding: 50px 120px;
		}
		.kh_title_banner .kh_title_sm_banner::after {
		  	width: 70px;
		  	height: 1px;
		  	margin-bottom: 8px;
		}
		.gd_banner .owl-nav {
			bottom: 110px;
		}

	}

	@media screen and (max-width: 1440px) {
		.kh_list_video .owl-next {
		  	right: 200px;
		}
		.kh_list_video .owl-prev {
		  	left: 200px;
		}
		.kh_inner_customer {
		  	padding: 70px 50px;
		}
		.kh_list_video, .kh_list_video .owl-stage-outer, .kh_list_video .owl-stage {
		  	height: 500px;
		}
		.count_text .count_up {
		  	font-size: 2.2rem;
		}
		.kh_wrap_news .kh_list_post .kh_inner_post .kh_thumb_post {
		  	flex: 0 0 150px;
		}
		.kh_wrap_news .kh_list_post .kh_inner_post .kh_title_post {
		  	padding-right: 100px;
		}

		.gd_banner .gd_banner_image a .kh_title_banner {
			padding: 50px 100px;
		}
		
	}

	@media screen and (max-width: 1366px) {
		.kh_header_prod .kh_box_title .kh_des_title {
		  	width: 70%;
		}
		.kh_box_title .kh_title_module.kh_have_line::after {
		  	width: 80px;
		}
		 

		.kh_title_banner .kh_title_bg_banner {
			font-size: 2rem;
		}
		.kh_title_banner .kh_title_sm_banner {
			font-size: 1.2rem;
		}
		.gd_banner .owl-nav .owl-prev, .gd_banner .owl-nav .owl-next {
		  	font-size: 1.2rem;
		  	padding: 5px 20px;
		}
		.gd_banner .owl-nav {
		  	bottom: 70px;
		}
		.gd_banner .gd_banner_image a .kh_title_banner {
		  	bottom: 30px;
		}
		.kh_list_video .owl-prev::before {
			width: 7px;
		}
		.kh_list_video .owl-next::before {
			width: 7px;
		}

	}

	@media screen and (max-width: 1280px) {
		.kh_module.kh_module_news .kh_box_title .kh_title_module.kh_have_line::after {
			display: none;
		}
	}

	@media screen and (max-width: 1080px) {
		.kh_box_content_video {
			position: static;
			width: 100%;
		}
		.kh_module_videos .kh_flex.d-flex {
			flex-wrap: wrap;
		}
		.kh_box_content_video {
			transform: unset;
		}
		.kh_module_videos .kh_box_video {
			flex: 0 0 100%;
		}
		.kh_box_content_video .kh_content_video {
			padding: 30px 50px;
		}
		.kh_module {
			padding-top: 70px;
		}
		.kh_wrap_customer .kh_content_customer {
			width: 100%;
			padding: 20px 30px 50px 50px;
			background-color: #272626a3;
		}

		.kh_list_video .owl-prev {
			left: 50px;
		}
		.kh_list_video .owl-next {
			right: 50px;
		}
		.kh_list_video, .kh_list_video .owl-stage-outer, .kh_list_video .owl-stage {
			height: 400px;
		}
		.kh_inner_customer {
			padding: 50px 50px 30px 50px;
		}
		.kh_wrap_news .kh_list_post .kh_inner_post .kh_thumb_post {
			display: none;
		}
		.kh_list_video .owl-prev {
			font-size: 1.5rem;
			padding: 10px 30px;
		}
		.kh_list_video .owl-next {
			font-size: 1.55rem;
			padding: 10px 30px;
		}
		.kh_inner_customer {
			width: 100%;
		}
		.kh_wrap_customer .kh_content_customer {
			position: static;
			transform: unset;
		}
		.kh_inner_customer .kh_owl_nav {
			margin: 30px 0 30px;
		}
		.kh_wrap_news .kh_box_title {
			flex: 0 0 100%;
			max-width: 100%;
			margin-bottom: 30px;
		}
		.kh_wrap_news .kh_list_post .kh_inner_post {
			padding: 15px 0;
		}


	  	.gd_banner .gd_banner_image a .kh_title_banner {
		    padding: 30px 50px;
		}
	  	.kh_title_banner .kh_title_bg_banner {
		    font-size: 1.8rem;
		}
		.kh_title_banner .kh_title_sm_banner {
		  	margin-bottom: 10px;
		}


	}

	@media screen and (max-width: 992px) {
		.kh_header_prod {
			flex-wrap: wrap;
		}
		.kh_header_prod .kh_box_title {
			flex: 0 0 100%;
			margin-bottom: 20px;
		}
		.kh_header_prod .kh_box_title .kh_des_title {
			width: 100%;
		}
		.kh_module.module_counter {
			margin-top: 70px;
		}
		.count_text .count_up {
			font-size: 1.5rem;
		}

		.gd_banner .gd_banner_image a .kh_title_banner {
		  	width: 100%;
		}
		.gd_banner .owl-nav {
		  	display: flex;
		}
	  	.gd_banner .owl-nav {
		    bottom: 0;
		}
		.gd_banner .owl-nav .owl-prev, .gd_banner .owl-nav .owl-next {
		  	margin: 0 5px;
		}
		.gd_banner .gd_banner_image a .kh_title_banner {
			bottom: 40px;
		}
		.gd_banner .owl-nav .owl-prev::before {
		  	width: 100%;
		}
		.gd_banner .owl-nav .owl-next::before {
		  	width: 100%;
		}

	}

	@media screen and (max-width: 768px) {
		.kh_module.kh_module_videos {
			padding-right: 0;
		}
		.kh_module {
			padding-top: 50px;
		}
		.kh_box_content_video .kh_content_video {
			padding: 30px 15px;
		}
		.kh_inner_customer {
			padding: 30px 15px;
		}
		.kh_wrap_customer .kh_content_customer {
			padding: 0 15px 20px 15px;
		}

		.kh_box_title .kh_title_module.kh_have_line::after {
			display: none;
		}
		.kh_video_box.video-link a .kh_btn_play i {
			 
			height: 50px;
			font-size: 14px;
		}
		.kh_video_box.video-link a .kh_btn_play {
			left: 50%;
			top: 50%;
			transform: translate(-50%, -50%);
		}
		.kh_header_prod {
			padding-right: 0;
		}
		.kh_inner_cus.d-flex {
			display: block !important;
		}
		.kh_wrap_customer .kh_content_customer .kh_avt_cus {
			margin-bottom: 20px;
		}
		.kh_container, .kh_container_2, .kh_container_3 {
			padding: 0 15px;
		}

		.kh_bg_counter {
			display: none;
		}

		.kh_module.module_counter::before {
			content: '';
			position: absolute;
			width: 100%;
			height: 100%;
			left: 0;
			top: 0;
			background: rgba(0,0,0,0.6);
			z-index: 1;
		}
		.kh_module.module_counter .container-fluid {
			position: relative;
			z-index: 2;
		}
		.gd_counter .count_item {
			padding:  15px;
		}
		.kh_inner_customer .kh_owl_nav{
			display: none!important;
		}
		.kh_module.module_counter {
			margin-top: 50px;
			background-image: url(../images/bg_car_04.jpg);
			background-size: cover;
			background-repeat: no-repeat;
			background-position: center;
		}

		.gd_counter {
			align-items: flex-start;
			height: auto;
			max-height: unset;
		}
		.kh_title_prod {
		  	padding-left: 0;
		}
		.kh_title_prod a .kh_index_prod {
		  	font-size: 1.3rem;
		  	padding: 5px 5px;
		}
		.kh_box_title .kh_title_module {
			font-size: 1.2rem;
			line-height: 1.4258;
		}

	  	.kh_list_video, .kh_list_video .owl-stage-outer, .kh_list_video .owl-stage {
		    height: auto;
		}
		.kh_list_video .owl-item.active.center {
		  	transform: unset;
		}
		.kh_list_video .owl-item {
		  	visibility: unset;
		}

		.kh_list_video .owl-item.active .kh_video_box.video-link a:not(.kh_list_video .owl-item.active.center .kh_video_box.video-link a) {
			pointer-events: unset;
		}
		.kh_module_listvideo .kh_box_title {
			margin-bottom: 20px;
		}
		.kh_list_video .owl-prev {
			font-size: 1rem;
			padding: 5px 10px;
			left: 0;
		}
		.kh_list_video .owl-next {
			font-size: 1rem;
			padding: 5px 10px;
			right: 0;
		}
		.kh_module_listvideo .kh_box_title .kh_title_module {
			text-align: left;
		}
		.kh_thumb_video.kh_video_box.video-link a::before {
		  	display: none;
		}
		.kh_list_video .owl-prev {
		  	background-color: rgba(0,0,0,0.7);
		}
		.kh_list_video .owl-next {
		  	background-color: rgba(0,0,0,0.7);
		}

		.kh_wrap_news .kh_list_post .kh_inner_post .kh_title_post {
			padding-right: 0;
		}
		.kh_day_post {
			font-size: 1.3rem;
			margin-bottom: 0px;
		}
		.kh_wrap_news .kh_list_post .kh_inner_post .kh_date_post {
			margin-right: 20px;
		}
		.kh_box_btn {
			margin-top: 20px;
		}
		.kh_list_video .owl-item .kh_btn_play {
			display: block !important;
			width: fit-content;
			height: fit-content;
		}
		.kh_list_video .owl-item .kh_btn_play i {
			width: 50px !important;
			height: 50px !important;
		}
		.kh_list_video .owl-prev::before {
			width: 3px;
		}
		.kh_list_video .owl-next::before {
			width: 3px;
		}

	}

	@media screen and (max-width: 576px) {
		.avt_thumb {
			width: 80px;
			height: 80px;
		}
		.kh_list_customer {
			width: 270px;
		}
		.kh_title_banner .kh_title_sm_banner {
			font-size: 1rem;
		}
		.gd_banner .gd_banner_image a .kh_title_banner {
			padding: 15px;
		}
		.kh_title_banner .kh_title_bg_banner {
			font-size: 1.3rem;
		}
		.gd_banner .owl-nav {
			left: 0;
			transform: unset;
		}
		.gd_banner .owl-nav .owl-prev, .gd_banner .owl-nav .owl-next {
			font-size: 16px;
			padding: 4px 15px;
		}
		.gd_banner .owl-dots {
			bottom: 0;
			right: 0;
		}
		.gd_banner .owl-dots .owl-dot {
			margin: 0 5px;
			font-size: 16px;
		}
		.gd_banner .owl-dots .owl-dot.active {
			font-size: 20px;
		}

		.kh_title_banner .kh_title_sm_banner::after {
			width: 50px;
			margin-bottom: 6px;
		}

		.kh_title_banner .kh_title_sm_banner {
			margin-bottom: 5px;
		}


	}

.kh_content_text img {
  max-width: 100%;
  height: auto;
}

/*********************************************
	1. Danh sách sản phẩm
	**********************************************/
.woocommerce-products-header .kh_container_3 {
  position: absolute;
  left: 0;
  bottom: 0;
	display:none;
}

.kh_box_title_prod {}

.kh_box_title_prod .page-title {
  font-size: 4rem;
  color: #fff;
  margin-bottom: 50px;
  text-transform: uppercase;
}

.kh_box_title_prod .kh_sub_title_prod {
  color: var(--color-primary);
  text-transform: uppercase;
  font-size: 1.7rem;
  font-weight: 500;
  display: flex;
  align-items: flex-end;
  margin-bottom: 15px;
}

.kh_box_title_prod .kh_sub_title_prod::after {
  content: '';
  width: 100px;
  height: 2px;
  background-color: var(--color-primary);
  margin-bottom: 2px;
  margin-left: 10px;
}

.kh_module.kh_module_product.kh_page_archive {
  padding: 120px 0 80px;
}

.kh_archive_product.site-main .gd_filter {
  margin-bottom: 0;
}

.kh_content_text p:last-child {
  margin: 0;
}

.kh_dq_prod {
  font-size: 14px;
  margin-right: 5px;
}

.kh_dq_prod span {
  border: 1px solid var(--color-primary);
  line-height: 1;
  padding: 2px 5px;
  display: inline-block;
}

.kh_prod_image .img-fluid {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kh_prod_image a {
  display: block;
  width: 100%;
  height: 100%;
}

.kh_paginate_ajax.kh_box_btn {
  text-align: center;
}

.kh_paginate_ajax.kh_box_btn .kh_btn a {
  padding: 12px 60px;
  text-transform: uppercase;
}

.kh_module.kh_module_content_prod {
  position: relative;
  z-index: 1;
  color: #fff;
}

.kh_column_content.kh_main_content {
  flex: 0 0 65%;
  max-width: 65%;
  margin-right: 30px;
}

.kh_column_content.kh_aside_content {
  flex: 1;
}

.kh_column_content .kh_title_cloumn {
  text-transform: uppercase;
  font-size: 1.2rem;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color-primary);
  font-weight: 500;
}

.kh_column_content.kh_main_content .kh_title_cloumn{
 color: var(--color-primary);
}

.kh_prod_like {}

.kh_prod_like .kh_item_product {
  margin-bottom: 20px;
}

.kh_prod_like .kh_item_product .kh_inner_prod {
  display: flex;
}

.kh_prod_like .kh_item_product .kh_inner_prod .kh_prod_image {
  flex: 0 0 40%;
  max-width: 40%;
  margin-right: 20px;
}

.kh_item_product .kh_inner_prod .kh_name_prod {
  font-size: 1.1rem;
  color: #fff;
  display: -webkit-box !important;
  max-width: 100%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}

.kh_item_product .kh_inner_prod .kh_prod_price {
  color: var(--color-primary);
  font-weight: 600;
}

.kh_prod_like .kh_item_product .kh_inner_prod .kh_wrap_info {
  flex: 1;
}

.kh_list_recent .kh_prod_image {
  margin-bottom: 10px;
}

.kh_module.kh_module_product.kh_module_prod_recent {
  padding-bottom: 0;
}


/*********************************************
	2. Chi tiết sản phẩm
	**********************************************/
#primary {}

.kh_des_singe_prod {
  margin-bottom: 30px;
}

.kh_des_singe_prod table {
  border: unset !important;
  width: auto !important;
}

.kh_des_singe_prod table * {
  border: unset !important;
}

.kh_des_singe_prod table td {
  padding: 5px 0;
  line-height: 1.2;
}

.kh_des_singe_prod table td:nth-child(1) {
  white-space: nowrap;
  padding-right: 10px;
}

.kh_title_single_prod {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.2rem;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--color-primary);
}

.kh_title_single_prod.kh_title_form {
  color: var(--color-primary);
  font-weight: 800;
  font-size: 1.5rem;
}

.kh_discout_prod {}

.kh_discout_prod ul {
  list-style: none;
  padding-left: 0;
}

.kh_discout_prod ul li {
  margin: 0 0 10px 0;
  display: flex;
}

.kh_discout_prod ul li::before {
  content: '';
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f00c";
  color: var(--color-primary);
  margin-right: 10px;
}

.kh_list_top_thumb {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  margin-bottom: 20px;
}

.kh_list_top_thumb .kh_top_thumb_img {
  flex: 0 0 100%;
  max-width: 100%;
  margin: 0;
}

.kh_prod_gallery {
  display: flex;
  flex: 0 0 75%;
  max-width: 75%;
}

.kh_below_thumb.d-flex {
  align-items: flex-end;
}

.kh_nav_gallery {
  flex: 0 0 25%;
  max-width: 25%;
  color: #fff;
  font-size: 2rem;
  display: flex;
  justify-content: flex-end;
  padding-right: 30px;
}

.kh_nav_gallery .kh_btn {
  margin-left: 20px;
}

.kh_galerry_thumb_img {
  margin: 0;
}

.kh_galerry_thumb_img a {
  display: block;
  width: 100%;
  height: 100%;
}

.kh_galerry_thumb_img a .img-fluid {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kh_prod_gallery .owl-item.center .kh_galerry_thumb_img {
  position: relative;
}

.kh_prod_gallery .owl-item.center .kh_galerry_thumb_img::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 3px solid var(--color-primary);
  z-index: 1;
}

.kh_top_thumb_img.zoomOut {
  animation: zoomOut 0.1s forwards ease;
}

.kh_top_thumb_img.zoomIn {
  animation: zoomIn 1.3s forwards ease;
}

.kh_before_after {
  margin: 0 -15px;
}

.kh_before_after .kh_compare_prod {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}

.kh_before_after .kh_compare_prod .kh_img_compare {
  margin: 15px 0 0 0;
}

.kh_before_after .kh_compare_prod .kh_img_compare .img-fluid {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kh_box_btn.kh_box_btn_form {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.kh_box_btn.kh_box_btn_form .kh_btn {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding: 0 5px;
}

.kh_box_btn.kh_box_btn_form .kh_btn a {
  display: block;
  /*! font-size: 13px; */
  padding: 12px 0;
  width: 100%;
  height: 100%;
}

.kh_box_btn.kh_box_btn_form .kh_btn a::before {
  text-decoration: none;
  width: 10px;
}

.kh_box_btn.kh_box_btn_form .kh_btn a:hover::before {
  width: 100%;
}

.kh_box_btn.kh_box_btn_form .kh_btn a .wpcf7-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
}

.kh_box_btn.kh_box_btn_form .kh_btn a .wpcf7-submit {
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  color: #fff;
  cursor: pointer;
}

.kh_box_btn.kh_box_btn_form .kh_btn.kh_btn_blue {}

.kh_box_btn.kh_box_btn_form .kh_btn.kh_btn_blue a {
  background-color: #0080c7;
}

.long_text {
  height: 500px;
  overflow: hidden;
  position: relative;
}

.kh_archive_content.long_text {
  height: 1200px;
}

.long_text::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: 0;
  background: linear-gradient(#0000, #000000f7);
  display: block !important;
  z-index: 1;
}

.long_text .kh_more {
  position: absolute;
  left: 50%;
  bottom: 15px;
  color: var(--color-primary);
  border: 1px solid #fff;
  display: inline-flex;
  transform: translateX(-50%);
  border-radius: 5px;
  padding: 5px 35px;
  font-size: 1rem;
  background: rgba(0, 0, 0, 0.8);
  align-items: center;
  z-index: 2;
}

.long_text .kh_more i {
  margin-left: 8px;
  padding-top: 2px;
  font-weight: 800;
}

.long_text .kh_more:hover {
  color: #fff;
}


/*********************************************
	7. Module XXX
	**********************************************/
@media screen and (max-width: 1600px) {
  .kh_column_content.kh_main_content {
    flex: 0 0 60%;
    max-width: 60%;
  }

  .kh_dq_prod span {
    font-size: 12px;
  }

  .kh_item_product .kh_inner_prod .kh_prod_price {
    font-size: 14px;
  }
}

@media screen and (max-width: 1440px) {
  .kh_box_info_prod.d-flex {
    display: block !important;
    text-align: left;
  }

}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1080px) {
  .kh_module.kh_module_product.kh_page_archive {
    padding: 50px 0;
  }

  .kh_box_title_prod .page-title {
    font-size: 3rem;
    margin-bottom: 30px;
  }

  .kh_module.kh_module_product.kh_module_prod_recent {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 992px) {
  .kh_module.kh_module_product.kh_page_archive {
    padding: 50px 0 0;
  }

  .kh_box_content_prod.d-flex {
    flex-wrap: wrap;
  }

  .kh_column_content.kh_main_content {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 20px 0;
  }

  .site-main.kh_archive_product.kh_singular_product .kh_container_2 {
    padding: 0 50px;
  }

}

@media screen and (max-width: 768px) {
  .site-main.kh_archive_product.kh_singular_product .kh_container_2 {
    padding: 0 15px;
  }

  .kh_price_single {
    font-size: 1.2rem;
  }

  .pro_info .product_title {
    margin-top: 40px;
  }

  .kh_before_after .kh_compare_prod {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .kh_before_after {
    flex-wrap: wrap;
  }

  .kh_before_after .kh_compare_prod .kh_img_compare {
    margin: 5px 0 0 0;
  }

  .kh_nav_gallery .kh_btn {
    display: none;
  }

  .kh_nav_gallery {
    font-size: 1rem;
    padding-right: 0;
    flex: 0;
    display: none;
  }

  .kh_prod_gallery {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .kh_list_top_thumb {
    margin-bottom: 10px;
  }

  .kh_top_thumb {
    position: relative;
  }

  .kh_top_thumb .kh_nav_gallery {
    display: block !important;
    max-width: unset;
  }

  .kh_top_thumb .kh_nav_gallery .kh_btn {
    display: block;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 2px 14px;
    background-color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
  }

  .kh_top_thumb .kh_nav_gallery .kh_btn.kh_btn_prev {
    left: 0;
  }

  .kh_top_thumb .kh_nav_gallery .kh_btn.kh_btn_next {
    right: 0;
  }

  .kh_prod_gallery .owl-prev,
  .kh_prod_gallery .owl-next {
    left: 0;
    font-size: 10px;
    background-color: var(--color-primary);
    color: #fff;
    padding: 0px 8px;
  }

  .kh_prod_gallery .owl-next {
    right: 0;
    left: unset;
  }
}

@media screen and (max-width: 576px) {
  .kh_list_products.row.kh_page_store .kh_item_product .kh_wrap_info .kh_name_prod {
    font-size: 1rem;
  }

  .kh_archive_product.site-main .kh_box_title {
    margin-bottom: 20px;
  }

  .kh_list_products.row.kh_page_store .kh_item_product .kh_wrap_info .kh_prod_price {
    font-size: 13px;
  }

  .kh_item_product .kh_inner_prod .kh_name_prod {
    font-size: 1rem;
  }

  .kh_archive_product.site-main .gd_filter {
    margin-bottom: 0;
  }

  .kh_box_title_prod .page-title {
    font-size: 2rem;
    margin-bottom: 10px;
  }

  .kh_box_title_prod .kh_sub_title_prod {
    font-size: 1.2rem;
    margin-bottom: 0;
  }

  .kh_box_title_prod .kh_sub_title_prod::after {
    height: 1px;
    margin-bottom: 6px;
  }

  .kh_module.kh_module_product.kh_page_archive {
    padding: 30px 0 0;
  }

  .kh_prod_like .kh_item_product .kh_inner_prod .kh_prod_image {
    margin-right: 10px;
  }

  .kh_prod_like .kh_item_product {
    margin-bottom: 15px;
  }

  .kh_module.kh_module_product.kh_module_prod_recent .kh_header_prod .kh_box_title {
    margin-bottom: 0;
  }

  .kh_module.kh_module_product.kh_module_prod_recent .kh_header_prod {
    margin-bottom: 25px;
  }

  .kh_dq_figure img {
    max-width: 50%;
  }

  .kh_box_btn.kh_box_btn_form .kh_btn a .wpcf7-submit {
    font-size: 13px;
  }

  .kh_box_btn.kh_box_btn_form .kh_btn.kh_btn_blue a {
    font-size: 12px;
    text-transform: unset;
  }

  .kh_box_btn.kh_box_btn_form .kh_btn a::before {
    display: none;
  }

  .long_text .kh_more {
    bottom: 10px;
    padding: 4px 25px;
    font-size: 15px;
  }
}

@media screen and (max-width: 375px) {
  .kh_box_title_prod .page-title {
    font-size: 1.7rem;
  }
}