
/*********************************************
    1. Thành phần
    **********************************************/

	.kh_box {
		padding: 25px 0;
	}
	.kh_box.kh_box_parts {
		padding-top: 50px;
	}
	.kh_title_module {
	}
	.kh_box_title {
		text-align: center;
		margin-bottom: 30px;
	}
	.kh_box_title .kh_title_module {
		/*! text-align: center; */
		font-size: 2.5rem;
		color: var(--color);
		margin-bottom: 0;
	}
	.kh_box_title .kh_above_title {
		font-family: 'CormorantGaramond', sans-serif;
		font-size: 2rem;
		font-weight: 600;
		line-height: 1;
	}
	.kh_box_title.box_have_line {
		position: relative;
		padding-bottom: 20px;
	}
	.kh_box_title.box_have_line:before {
		content: '';
		position: absolute;
		width: 100px;
		height: 1.5px;
		left: 50%;
		bottom: 0;
		transform: translateX(-50%);
		background-color: var(--color2);
	}
	.kh_box.kh_box_parts .kh_logo_mark {
		justify-content: center;
		align-items: center;
	}
	.kh_box.kh_box_parts .kh_logo_mark figure {
		padding: 0 15px;
	}
	.kh_prod_part {
		width: calc(var(--content-size)/2 - 15px);
		margin-bottom: 0;
		height: calc(var(--content-size)/2 - 15px);
		margin: 0 auto;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 50%;
		position: relative;
		border: 3px solid var(--color);
		padding: 15px;
	}
	.kh_prod_part {
	}

	.kh_prod_part .kh_inner_prod_part {
	  	border: 3px solid var(--color2);
	  	border-radius: 50%;
	  	width: 100%;
	  	height: 100%;
	  	display: flex;
	  	justify-content: center;
	  	align-items: center;
	  	padding: 10px;
	  /*! overflow: hidden; */
	}
	.kh_prod_part .kh_inner_prod_part .kh_wrap_img_prod {
	  	width: 100%;
	  	height: 100%;
	  	display: flex;
	  	justify-content: center;
	  	align-items: center;
	  	overflow: hidden;
	  	background-image: url(https://demo14.bicweb.vn/wp-content/themes/methao/images/banner_sp.jpg);
	  	border-radius: 50%;
	}

	.kh_list_parts {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		display: flex;
		justify-content: center;
		width: 100%;
		z-index: 9;
	}
	.kh_main_part {
		position: relative;
	}
	.kh_list_left {
	}
	.kh_list_left, .kh_list_right {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.kh_inner_part {
		display: flex;
		align-items: center;
	}
	.kh_list_left .kh_inner_part .kh_name_part {
		order: 1;
		text-align: right;
		padding-right: 50px;
		background: linear-gradient(90deg, #ffeed2 50%, #ffb8dc);
		margin-right: -40px;
	}
	.kh_name_part {
		border-radius: 30px;
		padding: 12px;
		background: linear-gradient(90deg, #ffeed2 50%, #e176ad);
		width: calc(var(--content-size)/4 - 20px);
		color: var(--color);
		font-size: 1.15rem;
		font-weight: 600;
	}
	.kh_list_right .kh_inner_part .kh_name_part {
		padding-left: 50px;
		background: linear-gradient(90deg, #ffb8dc, #ffeed2 50%);
		margin-left: -40px;
		position: sticky;
		z-index: -1;
	}
	.kh_list_left .kh_inner_part .kh_img_part {
		order: 2;
	}
	.kh_list_left .kh_inner_part {
		justify-content: flex-end;
	}
	.kh_img_part {
		margin-bottom: 0;
		width: 100px;
		height: 100px;
		border-radius: 50%;
		overflow: hidden;
		border: 2px solid var(--color);
	}
	.kh_inner_part .kh_img_part .img-fluid {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.kh_item_part {
		padding: 15px;
	}
	.kh_list_left .kh_item_part:nth-child(1), .kh_list_left .kh_item_part:nth-child(5) {
	  	padding-right: calc(25%);
	}
	.kh_list_left .kh_item_part:nth-child(2), .kh_list_left .kh_item_part:nth-child(4) {
	  	padding-right: calc(39%);
	}
	.kh_list_left .kh_item_part:nth-child(3) {
	  	padding-right: calc(42%);
	}
	.kh_list_right .kh_item_part:nth-child(1), .kh_list_right .kh_item_part:nth-child(5) {
	  	padding-left: calc(25%);
	}
	.kh_list_right .kh_item_part:nth-child(2), .kh_list_right .kh_item_part:nth-child(4) {
	  	padding-left: calc(39%);
	}
	.kh_list_right .kh_item_part:nth-child(3) {
	  	padding-left: calc(42%);
	}
    .kh_list_right .kh_item_part:nth-child(2) .kh_name_part, .kh_list_right .kh_item_part:nth-child(3) .kh_name_part, .kh_list_right .kh_item_part:nth-child(4) .kh_name_part {
        background: linear-gradient(90deg, #faa71b, #fee26d 50%);
        color: #4b4331;
    }


/*********************************************
    2. Công dụng
    **********************************************/
	.kh_item_uses {
		flex: 0 0 16.6666%;
		max-width: 16.6666%;
		padding: 0 5px;
		text-align: center;
	}
	.kh_main_uses {
		margin: 40px -5px 0;
	}
	.kh_icon_uses {
		width: 120px;
		height: 120px;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		align-items: center;
		box-shadow: 0px 0px 10px 3px #d1d1d1;
		position: relative;
		margin-bottom: 20px;
	}
	.kh_content_uses {
		padding-top: 20px;
		position: relative;
	}
	.kh_content_uses:before {
		content: '';
		position: absolute;
		width: 50px;
		height: 1.5px;
		left: 50%;
		top: 0;
		transform: translateX(-50%);
		background-color: #95054e;
	}

/*********************************************
    3. Danh sách sản phẩm
    **********************************************/
    .kh_module.kh_module_product {
        margin-top: 50px;
        background: url(../images/giai-phap.jpg) no-repeat center;
        background-size: cover;
        padding: 70px 0 200px;
        margin-bottom: 150px;
        position: relative;
    }
    .kh_list_prod {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 40px 0;
        background: linear-gradient(90deg, #ffe1ed, #ffeed2);
    }
    .kh_item_prod {
        display: flex;
        align-items: center;
        flex: 0 0 46%;
        max-width: 46%;
    }
    .img-fluid {
    }
    .kh_box_title.box_name_prod {
    }
    .kh_box_title.box_name_prod .kh_above_title {
        font-size: 1.7rem;
    }
    .kh_box_title.box_name_prod .kh_title_module {
        font-size: 2.2rem;
    }
    .kh_item_prod.prod_1 {
        justify-content: flex-end;
    }
    .kh_item_prod.prod_1 .kh_box_title.box_name_prod {
        text-align: right;
    }
    .kh_item_prod.prod_2 .kh_box_title.box_name_prod {
        text-align: left;
    }
    .kh_img_prod {
        margin-bottom: 0;
        flex: 0 0 35%;
        max-width: 35%;
    }
    .kh_item_prod.prod_2 {
        justify-content: flex-start;
    }
    .kh_logo_center {
        flex: 0 0 8%;
        max-width: 8%;
    }
    .kh_logo_center figure {
        display: flex;
        justify-content: center;
    }
    .kh_item_prod.prod_1 .kh_img_prod {
        margin-left: 15px;
    }
    .kh_item_prod.prod_2 .kh_img_prod {
        margin-right: 15px;
    }
    .kh_price_prod {
    	margin: 10px 0 15px;
    }
    .kh_price_prod span {
	    font-size: 1.5rem;
	    font-weight: 600;
    }

    .kh_btn_prod {
	    display: flex;
	    align-items: center;
	    margin: 0 -5px;
    }
    .kh_item_prod.prod_1 .kh_btn_prod {
      	justify-content: flex-end;
    }
    .kh_btn_prod a span {
      	display: inline-block;
      	width: 45px;
      	height: 45px;
      	line-height: 45px;
      	text-align: center;
      	border-radius: 50%;
      	background: var(--color);
      	color: #fff;
    }
    .kh_btn_prod a {
      	display: block;
      	color: var(--color);
      	border: 1px solid var(--color);
      	border-radius: 30px;
      	padding: 0 20px 0 0;
      	font-size: 1.2rem;
      	font-weight: 600;
      	background-color: #fff;
        text-transform: uppercase;
    }
    .kh_btn_prod div {
    	padding: 0 5px;
    }
    .kh_btn_prod div:nth-child(2) a span {
    	background-color: #fff;
    }
    .kh_btn_prod div:nth-child(2) a {
    	color: #fff !important;
    }
    .kh_item_prod.prod_1 .kh_box_title .kh_title_module {
    	color: var(--prod1);
    }
    .kh_item_prod.prod_2 .kh_box_title .kh_title_module {
    	color: var(--prod2);
    }
    .kh_item_prod.prod_1 .kh_price_prod span {
    	color: var(--prod1);
    }
    .kh_item_prod.prod_2 .kh_price_prod span {
    	color: var(--prod2);
    }
    .kh_item_prod.prod_1 .kh_btn_prod a {
    	border-color: var(--prod1);
    	color: var(--prod1);
    }
    .kh_item_prod.prod_2 .kh_btn_prod a {
    	border-color: var(--prod2);
    	color: var(--prod2);
    }
    .kh_item_prod.prod_1 .kh_btn_prod div:nth-child(1) a span {
    	background-color: var(--prod1);
    }
    .kh_item_prod.prod_2 .kh_btn_prod div:nth-child(1) a span {
    	background-color: var(--prod2);
    }
    .kh_item_prod.prod_1 .kh_btn_prod div:nth-child(2) a {
    	background-color: var(--prod1);
    }
    .kh_item_prod.prod_2 .kh_btn_prod div:nth-child(2) a {
    	background-color: var(--prod2);
    }
    .kh_btn_prod div:nth-child(2) a {
    	/*! color: #fff; */
    }
    .kh_item_prod.prod_1 .kh_btn_prod div:nth-child(2) a span {
    	color: var(--prod1);
    }
    .kh_item_prod.prod_2 .kh_btn_prod div:nth-child(2) a span {
    	color: var(--prod2);
    }


    .kh_below_prod {
    	padding: 40px 0;
    }
    .kh_below_prod .kh_box_title .kh_title_module {
    	font-size: 1.7rem;
    	text-align: left;
    }
    .kh_below_prod .kh_box_title.box_have_line:before {
    	left: 0;
    	transform: translateX(0);
    }
    .kh_list {
    	list-style: none;
    	padding-left: 0;
    }
    .kh_list li {
    	padding-left: 2rem;
    	position: relative;
    	margin: 8px 0;
    }
    .kh_list li:before {
    	content: "";
    	display: inline-block;
    	position: absolute;
    	left: 0;
    	width: 20px;
    	height: 20px;
    	top: 2px;
    	background: url(../images/icon/icon_checked.png) no-repeat center;
    }


    .kh_list_file {
    	margin: 0 -10px;
    }
    .kh_list_file .kh_item_file a {
    	display: block;
    	color: #fff;
    	border: 1px solid var(--color);
    	border-radius: 30px;
    	padding: 0 20px 0 0;
    	font-size: 1.2rem;
    	font-weight: 600;
    	background-color: #fff;
    }
    .kh_list_file .kh_item_file a span {
    	display: inline-block;
    	width: 45px;
    	height: 45px;
    	line-height: 40px;
    	text-align: center;
    	border-radius: 50%;
    	background: #fff;
    	/*! color: #fff; */
    	margin-right: 10px;
    }
    .kh_list_file .kh_item_file {
    	padding: 0 10px;
    }
    .kh_list_file .kh_item_file:nth-child(1) a {
    	background-color: var(--prod1);
    	border-color: var(--prod1);
    }
    .kh_list_file .kh_item_file:nth-child(2) a {
    	background-color: var(--prod2);
    	border-color: var(--prod2);
    }
    .kh_list_file .kh_item_file:nth-child(1) a span {
    	color: var(--prod1);
    }
    .kh_list_file .kh_item_file:nth-child(2) a span {
    	color: var(--prod2);
    }


/*********************************************
    4. Chi tiết sản phẩm
    **********************************************/

    .kh_single_product {
    }
    .kh_single_product .kh_box_title.box_have_line {
    	text-align: left;
    	padding-bottom: 10px;
    	margin-bottom: 20px;
    }
    .kh_single_product .kh_box_title.box_have_line:before {
    	left: 0;
    	transform: translate(0);
    }
    .kh_single_product .kh_box_title.box_have_line .kh_title_module {
    	font-size: 1.8rem;
    	color: var(--detail-prod);
    }
    .kh_main_price {
    	color: var(--detail-prod);
    	font-size: 1.5rem;
    	font-weight: 600;
    }
    .kh_buy_web {
    	display: flex;
    	align-items: center;
    	margin: 30px 0 10px;
    }
    .kh_buy_web div {
    	border: 1px solid var(--detail-prod);
    	border-radius: 30px;
    	padding-right: 50px;
    	margin-right: 15px;
    }
    .kh_buy_web div a span {
    	width: 50px;
    	height: 50px;
    	display: inline-block;
    	line-height: 50px;
    	text-align: center;
    	background-color: var(--detail-prod);
    	color: #fff;
    	border-radius: 50%;
    	margin-right: 30px;
    }
    .kh_buy_web div a {
    	color: var(--detail-prod);
    	font-weight: 600;
    }
    .kh_buy_now {
    	background-color: var(--detail-prod);
    }
    .kh_buy_now a {
    	color: #fff !important;
    }
    .kh_buy_now a span {
    	background-color: #fff !important;
    	color: var(--detail-prod) !important;
    }
    .kh_buy_commerce {
    	display: flex;
    }
    .kh_buy_commerce .kh_item_commerce {
    }
    .kh_buy_commerce .kh_item_commerce a {
    	padding: 10px 40px;
    	display: inline-block;
    	color: #fff;
    	border-radius: 30px;
    	margin-right: 10px;
    	text-transform: uppercase;
    }
    .kh_buy_commerce .kh_item_commerce.sp a {
    	background-color: #fe5722;
    }
    .kh_buy_commerce .kh_item_commerce.tk a {
    	background-color: #1ba9ff;
    }
    .kh_buy_commerce .kh_item_commerce.lzd a {
    	background-color: #f36e21;
    }
    .kh_buy_commerce .kh_item_commerce a span {
    	margin-right: 10px;
    }
    .kh_top_prod {
    	padding: 30px 0;
    }
    .kh_list_icon.d-flex {
    	align-items: center;
    }
    .kh_list_icon.d-flex figure {
	    margin-bottom: 0;
	    margin-right: 15px;
	    margin-top: 20px;
    }

    .kh_nav_item {
    }
    .kh_nav_item .kh_nav_link {
    	border: unset !important;
    	padding-left: 0;
    	margin-right: 60px;
    	position: relative;
    	padding-right: 0;
    	display: inline-block;
    }
    .kh_nav {
    	margin-bottom: 30px;
    	display: flex;
    	list-style: none;
    	padding-left: 0;
    	border-bottom: 1px solid #ccc;
    }
    .kh_nav .nav-item.kh_nav_item {
    	margin-bottom: 0;
    }
    .kh_nav_item .kh_nav_link .kh_name_nav {
    	margin-bottom: 15px;
    	font-family: 'CormorantGaramond', sans-serif;
    	font-size: 1.7rem;
    	font-weight: 600;
    	line-height: 1;
    	color: #222;
    }
    .kh_nav_item .kh_nav_link.nav-link.active.show .kh_name_nav {
    	color: var(--color);
    }
    .kh_nav_item .kh_nav_link.nav-link.active.show:before {
    	content: '';
    	position: absolute;
    	width: 100%;
    	height: 2px;
    	background-color: var(--color);
    	left: 0;
    	bottom: 0;
    }
    
    .kh_tab_content {
    }
    .kh_tab_content .tab-pane {
    	display: none;
    }
    .kh_tab_content .tab-pane.active.show {
    	display: block;
    }
    .kh_box_why {
    }
    .kh_box_why .kh_title_why {
    	font-family: 'CormorantGaramond', sans-serif;
    	font-size: 1.7rem;
    	font-weight: 600;
    	line-height: 1;
    	color: #222;
    	border-bottom: 1px solid #ccc;
    }
    .kh_box_why .kh_title_why span {
    	padding-bottom: 15px;
    	display: inline-block;
    	position: relative;
    	color: var(--color);
    }
    .kh_box_why .kh_title_why span:before {
    	content: '';
    	position: absolute;
    	width: 100%;
    	height: 2px;
    	background-color: var(--color);
    	left: 0;
    	bottom: 0;
    }
    .kh_list_why {
    	list-style: none;
    	padding-left: 0;
    }
    .kh_list_why .kh_item_why {
    	align-items: center;
    	margin: 5px 0;
    }
    .kh_list_why .kh_item_why .kh_img_why {
	    margin-bottom: 0;
	    flex: 0 0 10%;
	    max-width: 10%;
	    margin-right: 10px;
    }


    .kh_other_left {
    	flex: 0 0 35%;
    	max-width: 35%;
    }
    .kh_other_left .kh_box_title.box_have_line {
    	text-align: left;
    	padding-bottom: 15px;
    	margin-bottom: 20px;
    }
    .kh_other_left .kh_box_title.box_have_line:before {
    	left: 0;
    	transform: translateX(0);
    }
    .kh_other_prod {
	    padding: 50px 0;
	    background: url(../images/khach-hang.jpg) no-repeat center;
	    background-position: left;
	    margin: 50px 0;
    }
    .kh_other_right {
    }
    .kh_other_right .kh_thumb_prod {
    	margin-bottom: 0;
    	flex: 0 0 35%;
    	max-width: 35%;
    }
    .kh_other_right .kh_content_prod {
    	flex: 0 0 65%;
    	max-width: 65%;
    	padding-left: 30px;
    }
    .kh_other_right .kh_content_prod .kh_buy_web div {
    	padding-right: 40px;
    	color: var(--other-prod);
        border: 1px solid var(--other-prod);
    }
    .kh_other_right {
    	flex: 0 0 65%;
    	max-width: 65%;
    }
    .kh_other_right .kh_thumb_prod img {
    	width: 100%;
    	height: 100%;
    	object-fit: cover;
    }
    .kh_other_right .kh_content_prod .kh_name_prod {
    	font-size: 1.5rem;
    	font-weight: 600;
    	line-height: 1;
    	margin-bottom: 15px;
    	color: var(--other-prod);
    }
    .kh_other_right .kh_content_prod.kh_detail_prod {
    }
    .kh_other_right .kh_content_prod .kh_detail_prod ul {
    	list-style: none;
    	padding-left: 0;
    }
    .kh_detail_prod {
    }
    .kh_other_right .kh_content_prod .kh_detail_prod ul li {
    	padding-left: 2rem;
    	position: relative;
    	margin: 8px 0;
    }
    .kh_other_right .kh_content_prod .kh_detail_prod ul li:before {
    	content: "\f00c";
    	font-family: FontAwesome;
    	display: inline-block;
    	color: var(--other-prod);
    	position: absolute;
    	left: 0;
    	width: 1.3em;
    	font-size: 1.2rem;
    }
    .kh_other_right .kh_content_prod .kh_buy_web div a {
    	color: var(--other-prod);
    }
    .kh_other_right .kh_content_prod .kh_buy_web div a span {
    	background-color: var(--other-prod);
    }
    .kh_other_right .kh_content_prod .kh_buy_web div.kh_buy_now {
    	background-color: var(--other-prod);
    }
    .kh_other_right .kh_content_prod .kh_buy_web div.kh_buy_now a span {
    	color: var(--other-prod) !important;
    }
    .gallery-top .kh_box_img.kh_img_intro {
    	margin-bottom: 10px;
    }
    /*.kh_swiper_prod .gallery-top .kh_box_img.kh_img_intro, .swiper-slide-thumb-active .kh_box_img.kh_img_intro {
    	border-top: 1px solid var(--detail-prod);
    	border-bottom: 1px solid var(--detail-prod);
    	position: relative;
    }
    .kh_swiper_prod .gallery-top .kh_box_img.kh_img_intro::before, .swiper-slide-thumb-active .kh_box_img.kh_img_intro::before {
    	content: '';
    	position: absolute;
    	width: 1px;
    	height: 100%;
    	left: 0;
    	bottom: 0;
    	background-image: linear-gradient(0deg, var(--detail-prod) 40%, #fbfbfb, var(--detail-prod));
    }
    .kh_swiper_prod .gallery-top .kh_box_img.kh_img_intro::after, .swiper-slide-thumb-active .kh_box_img.kh_img_intro::after {
    	content: '';
    	position: absolute;
    	width: 1px;
    	height: 100%;
    	right: 0;
    	bottom: 0;
    	background-image: linear-gradient(180deg, var(--detail-prod) 40%, #fbfbfb, var(--detail-prod));
    }
*/


/*********************************************
    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) {
        .kh_other_prod{
            background-size: contain;
        }
	}

	@media screen and (max-device-width: 1536px) and (min-device-width: 1440px) {
        .kh_other_prod{
            background-size: contain;
        }
	}

	@media only screen and (min-width: 1200px) and (max-width: 1440px) {
		.kh_list_left .kh_item_part:nth-child(1), .kh_list_left .kh_item_part:nth-child(5) {
			padding-right: calc(16%);
		}
		.kh_list_left .kh_item_part:nth-child(2), .kh_list_left .kh_item_part:nth-child(4) {
			padding-right: calc(35%);
		}
		.kh_list_left .kh_item_part:nth-child(3) {
			padding-right: calc(40%);
		}
		.kh_list_right .kh_item_part:nth-child(1), .kh_list_right .kh_item_part:nth-child(5) {
			padding-left: calc(16%);
		}
		.kh_list_right .kh_item_part:nth-child(3) {
			padding-left: calc(40%);
		}
		.kh_list_right .kh_item_part:nth-child(2), .kh_list_right .kh_item_part:nth-child(4) {
			padding-left: calc(35%);
		}
		.kh_list_file .kh_item_file a {
			padding: 0 15px 0 0;
		}
		.kh_prod_part .kh_inner_prod_part .kh_wrap_img_prod .img-fluid {
			max-width: 65%;
		}
		.kh_logo_center .img-fluid {
			max-width: 70%;
		}
	}
	@media screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
        .kh_other_prod{
            background-size: contain;
        }
	}
    @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) {
		.kh_cover_item .kh_absolute_text .kh_text_banner {
			font-size: 2.2rem;
		}

		.kh_item_part {
			padding: 0px;
		}
		.kh_name_part {
			display: none;
		}
		.kh_img_part {
			width: 80px;
			height: 80px;
		}
		.kh_prod_part {
			width: calc(var(--content-size)/1 - 500px);
			height: calc(var(--content-size)/1 - 500px);
		}
		.kh_main_part {
			padding: 40px 0;
		}
		.kh_prod_part .kh_inner_prod_part .kh_wrap_img_prod .img-fluid {
			max-width: 70%;
		}
		.kh_list_left .kh_item_part:nth-child(1), .kh_list_left .kh_item_part:nth-child(5) {
			padding-right: calc(25%);
		}
		.kh_list_left .kh_item_part:nth-child(3) {
			padding-right: calc(45%);
			padding-top: 15px;
			padding-bottom: 15px;
		}
		.kh_list_right .kh_item_part:nth-child(1), .kh_list_right .kh_item_part:nth-child(5) {
			padding-left: calc(25%);
		}
		.kh_list_right .kh_item_part:nth-child(2), .kh_list_right .kh_item_part:nth-child(4) {
			padding-left: calc(40%);
		}
		.kh_list_right .kh_item_part:nth-child(3) {
			padding-left: calc(45%);
			padding-top: 15px;
			padding-bottom: 15px;
		}
		.kh_list_left .kh_item_part:nth-child(2), .kh_list_left .kh_item_part:nth-child(4) {
			padding-right: calc(40%);
		}

		.kh_box_title .kh_title_module {
			font-size: 2rem;
		}

        .kh_box_title.box_name_prod .kh_title_module {
            font-size: 1.7rem;
        }

        .kh_btn_prod a span {
            width: 30px;
            height: 30px;
            line-height: 30px;
        }

        .kh_btn_prod a {
            font-size: 1rem;
        }

        .kh_list_file .kh_item_file a span {
            width: 30px;
            height: 30px;
            line-height: 30px;
        }

        .kh_list_file .kh_item_file a {
            font-size: 1rem;
        }

        .kh_list_file {
            flex-wrap: wrap;
        }

        .kh_list_file .kh_item_file {
            margin-bottom: 10px;
        }

        .kh_logo_center .img-fluid {
            max-width: 70%;
        }

        .kh_below_prod .kh_box_title.box_have_line {
            margin-bottom: 20px;
            padding-bottom: 11px;
        }
        .kh_below_prod {
            padding-bottom: 0;
        }
        .kh_mb_list .owl-nav {
        	display: none;
        }

	}

	@media only screen and (max-width: 1079px) and (min-width: 992px) {

	}
	@media only screen and (max-width: 1024px) and (min-width: 768px) {
        /*Chi tiết*/
            .kh_wrap_other{
                flex-wrap: wrap;
            }
            .kh_other_left {
                flex: 0 0 100%;
                max-width: 100%;
            }
            .kh_other_right {
                flex: 0 0 100%;
                max-width: 100%;
            }
            .kh_other_left .kh_box_title.box_have_line{
                padding-bottom: 10px;
                margin-bottom: 10px;
            }
            .kh_other_prod{
                background-size: cover;
            }
        /*End*/
	}
	@media screen and (max-device-width: 992px) {
		.kh_main_uses {
			flex-wrap: wrap;
		}
		.kh_item_uses {
			flex: 0 0 33.333%;
			max-width: 33.333%;
			margin-bottom: 20px;
		}
		.kh_item_prod {
			flex: 0 0 100%;
			max-width: 100%;
			justify-content: center !important;
		}
		.kh_list_prod {
			flex-wrap: wrap;
		}
		.kh_avt_prod {
			flex: 0 0 100%;
			max-width: 100%;
		}
		.kh_module.kh_order {
			background-image: unset;
		}
		.kh_list_prod .kh_logo_center {
			display: none;
		}
		.kh_box.kh_box_prod {
			background: linear-gradient(90deg, #ffe1ed, #ffeed2);
		}
		.kh_logo_center.below_992 {
		}
		.kh_form_order {
			flex: 0 0 100%;
			max-width: 100%;
		}
    /*Chi tiết*/
        .kh_list_icon.d-flex figure{
            width: 50px;
            height: 50px;
            margin-top: 10px;
        }
        .kh_buy_web div{
            padding-right: 25px;
        }
        .kh_single_product .kh_box_title.box_have_line .kh_title_module{
            font-size: 1.715rem;
        }
        .kh_single_product .kh_box_title.box_have_line{
            margin-bottom: 10px;
        }
        .kh_buy_commerce .kh_item_commerce a{
            padding: 10px 25px;
        }
        .kh_nav_item .kh_nav_link{
            margin-right: 30px;
        }
        .kh_nav_item .kh_nav_link .kh_name_nav{
            font-size: 1.5rem;
        }
        .kh_box_why .kh_title_why{
            font-size: 1.4rem;
        }
        .kh_buy_web div a span{
            width: 40px;
            height: 40px;
            line-height: 40px;
        }
        .kh_wrap_other{
            flex-wrap: wrap;
        }
        .kh_other_left {
            flex: 0 0 100%;
            max-width: 100%;
        }
        .kh_other_right {
            flex: 0 0 100%;
            max-width: 100%;
        }
        .kh_other_left .kh_box_title.box_have_line{
            padding-bottom: 10px;
            margin-bottom: 10px;
        }
    /*End*/
    	.kh_prod_part {
	    	width: calc(var(--content-size)/1 - 100px);
	    	height: calc(var(--content-size)/1 - 100px);
    	}
    	.kh_main_part {
	    	padding: 10px 0;
    	}
    	.kh_list_left .kh_item_part:nth-child(1), .kh_list_left .kh_item_part:nth-child(5) {
	    	padding-right: calc(55%);
    	}
    	.kh_list_left .kh_item_part:nth-child(3) {
	    	padding-right: calc(75%);
	    	padding-top: 30px;
	    	padding-bottom: 30px;
    	}
    	.kh_list_left .kh_item_part:nth-child(2), .kh_list_left .kh_item_part:nth-child(4) {
	    	padding-right: calc(70%);
    	}
    	.kh_list_right .kh_item_part:nth-child(3) {
	    	padding-left: calc(75%);
	    	padding-top: 30px;
	    	padding-bottom: 30px;
    	}
    	.kh_list_right .kh_item_part:nth-child(1), .kh_list_right .kh_item_part:nth-child(5) {
	    	padding-left: calc(55%);
    	}
    	.kh_list_right .kh_item_part:nth-child(2), .kh_list_right .kh_item_part:nth-child(4) {
	    	padding-left: calc(70%);
    	}
	}

	@media only screen and (max-width: 767px) and (min-width: 577px) {
	    .kh_box.kh_box_parts .container {
	        max-width: 637px;
	    }
        .kh_wrap_other{
            flex-wrap: wrap;
        }
        .kh_other_left {
            flex: 0 0 100%;
            max-width: 100%;
        }
        .kh_other_right {
            flex: 0 0 100%;
            max-width: 100%;
        }
        .kh_other_right .kh_content_prod .kh_buy_web div{
            padding-right: 0;
        }
        .kh_other_right .kh_content_prod .kh_buy_web div a{
            display: flex;
        }
	}

	@media only screen and (max-width: 767px) {
	    .kh_box {
		    padding: 10px 0;
	    }
	    .kh_box.kh_box_parts {
		    padding-top: 10px;
	    }
	    .kh_box_title .kh_title_module {
		    font-size: 1.5rem;
	    }
	    .kh_prod_part {
		    width: calc(var(--content-size)/1 - 200px);
		    height: calc(var(--content-size)/1 - 200px);
	    }

	    .kh_list_left .kh_item_part:nth-child(1), .kh_list_left .kh_item_part:nth-child(5) {
		    padding-right: calc(40%);
	    }
	    .kh_list_left .kh_item_part:nth-child(2), .kh_list_left .kh_item_part:nth-child(4) {
		    padding-right: calc(65%);
	    }
	    .kh_list_left .kh_item_part:nth-child(3) {
		    padding-top: 20px;
		    padding-bottom: 20px;
		    padding-right: calc(70%);
	    }
	    .kh_list_right .kh_item_part:nth-child(1), .kh_list_right .kh_item_part:nth-child(5) {
		    padding-left: calc(40%);
	    }
	    .kh_list_right .kh_item_part:nth-child(2), .kh_list_right .kh_item_part:nth-child(4) {
		    padding-left: calc(65%);
	    }
	    .kh_list_right .kh_item_part:nth-child(3) {
		    padding-top: 20px;
		    padding-bottom: 20px;
		    padding-left: calc(70%);
	    }
	    .kh_main_part {
		    padding: 50px 0;
	    }
	}

	@media screen and (max-device-width: 576px) {
		.kh_list_left .kh_item_part:nth-child(1), .kh_list_left .kh_item_part:nth-child(5) {
			padding-right: calc(5%);
		}
		.kh_list_left .kh_item_part:nth-child(2), .kh_list_left .kh_item_part:nth-child(4) {
			padding-right: calc(40%);
		}
		.kh_list_left .kh_item_part:nth-child(3) {
			padding-right: calc(54%);
		}
		.kh_list_right .kh_item_part:nth-child(1), .kh_list_right .kh_item_part:nth-child(5) {
			padding-left: calc(5%);
		}
		.kh_list_right .kh_item_part:nth-child(2), .kh_list_right .kh_item_part:nth-child(4) {
			padding-left: calc(40%);
		}
		.kh_list_right .kh_item_part:nth-child(3) {
			padding-left: calc(54%);
		}
		.kh_inner_part {
			flex-wrap: wrap;
		}
		.kh_img_part {
			width: 60px;
			height: 60px;
		}
		.kh_prod_part {
			width: calc(var(--content-size)/1 - 120px);
			height: calc(var(--content-size)/1 - 120px);
		}
		.kh_one {
			margin: 0 10px;
		}

		.kh_buy_btn {
			flex-wrap: wrap;
		}
		.kh_left_form.kh_side_form .kh_hotline_header.d-flex {
			display: block !important;
		}
		.kh_left_form.kh_side_form .kh_hotline_header.d-flex .kh_icon_hotline {
			display: none;
		}
		.kh_icon_submit {
			display: none !important;
		}

		.kh_item_uses {
			flex: 0 0 50%;
			max-width: 50%;
		}
		.kh_item_prod {
			margin-bottom: 15px;
		}
		.kh_list_prod {
			padding: 15px 0;
		}

		.kh_btn_prod {
			flex-wrap: wrap;
		}

		.kh_btn_prod div {
			margin-bottom: 10px;
		}

		.kh_box_title.box_name_prod {
			margin-bottom: 0;
		}

		.kh_below_prod {
			padding-top: 20px;
		}
        .kh_name_part {
            display: none;
        }
    /*chi tiết sản phẩm*/
        .kh_other_prod{
            padding: 15px 0;
            margin: 30px 0;
            background-position: center;
            background-size: cover;
        }
        /*.kh_list_icon.d-flex figure{
            margin-left: auto;
            margin-right: auto;
        }*/
        .kh_buy_web div a{
            display: flex;
            text-align: center;
            align-items: center;
        }
        .kh_buy_web div{
            padding-right: 15px;
        }
        .kh_buy_web div a span{
            margin-right: 15px;
        }
        .kh_buy_commerce{
            flex-wrap: wrap;
        }
        .kh_buy_commerce .kh_item_commerce.sp,
        .kh_buy_commerce .kh_item_commerce.tk{
            margin-bottom: 20px;
        }
        .kh_buy_commerce .kh_item_commerce a {
	        padding: 10px 20px;
        }
        .kh_nav{
            overflow-x: scroll;
        }
        .kh_nav .nav-item.kh_nav_item{
            flex: 0 0 50%;
            max-width: 50%;
        }
        .kh_nav_item .kh_nav_link{
            margin-right: 0;
        }
        .kh_nav_item .kh_nav_link .kh_name_nav{
            font-size: 1.5rem;
        }
        .kh_wrap_other{
            flex-wrap: wrap;
        }
        .kh_other_left{
            flex: 0 0 100%;
            max-width: 100%;
        }
        .kh_other_left .kh_box_title.box_have_line{
            padding-bottom: 10px;
            margin-bottom: 10px;
        }
        .kh_other_right{
            flex: 0 0 100%;
            max-width: 100%;
        }
        .kh_item_other{
            flex-wrap: wrap;
        }
        .kh_other_right .kh_thumb_prod{
            flex: 0 0 100%;
            max-width: 100%;
            margin-bottom: 1rem;
        }
        .kh_other_right .kh_content_prod{
            flex:0 0 100%;
            max-width: 100%;
            padding-left: 0;
        }
        .kh_other_right .kh_content_prod .kh_buy_web div{
            padding-right: 25px;
        }
        .kh_other_right .kh_content_prod .kh_buy_web div a{
            align-items: center;
        }
    /*End*/
	}

	@media screen and (max-device-width: 414px) {
		.kh_price_prod span {
			font-size: 1.1rem;
		}
		.kh_box_title.box_name_prod .kh_title_module {
			font-size: 1.4rem;
		}
		.kh_box_title.box_name_prod .kh_above_title {
			font-size: 1.2rem;
		}
		.kh_below_prod .kh_box_title .kh_title_module {
			font-size: 1.5rem;
		}
		.kh_one {
			text-align: center;
		}
		.kh_module.kh_order {
			padding: 20px 0;
		}
		.kh_total {
			text-align: center;
		}
    /*Chi tiết*/
        .kh_nav .nav-item.kh_nav_item {
            flex: 0 0 28% !important;
            max-width: 28% !important;
            text-align: center;
        }
        .kh_nav .nav-item.kh_nav_item:nth-child(3) {
            flex: 0 0 42% !important;
            max-width: 42% !important;
        }
        .kh_other_right .kh_content_prod .kh_buy_web div {
            padding-right: 25px !important;
        }
        .kh_nav {
            margin-bottom: 20px;
        }
        .kh_tab_content {
            margin-bottom: 30px;
        }
    /*End*/
	    .kh_buy_web {
		    margin: 20px 0 10px;
	    }
	}
    @media only screen and (max-width: 731px) and (min-width: 411px) {
        .kh_nav_item .kh_nav_link{
            margin-right: 0;
        }
        .kh_nav_item .kh_nav_link .kh_name_nav{
            font-size: 1.2rem;
        }
        .kh_nav .nav-item.kh_nav_item{
            flex: 0 0 33.333%;
            max-width: 33.333%;
        }
        .kh_other_prod{
            padding: 20px 0;
        }
        .kh_wrap_other{
            flex-wrap: wrap;
        }
        .kh_other_left {
            flex: 0 0 100%;
            max-width: 100%;
        }
        .kh_other_right {
            flex: 0 0 100%;
            max-width: 100%;
        }
        .kh_other_right .kh_content_prod .kh_buy_web div{
            padding-right: 0;
        }
        .kh_other_right .kh_content_prod .kh_buy_web div a{
            display: flex;
        }
    }
    @media screen and (max-device-width: 411px) {
        .kh_buy_web div a{
            align-items: center;
        }
        .kh_nav_item .kh_nav_link .kh_name_nav {
            font-size: 1.2rem;
        }
        .kh_buy_commerce .kh_item_commerce a {
            font-size: 12px;
            padding: 10px 18px;
        }
        .kh_list_icon.d-flex {
            justify-content: flex-start;
        }
        .kh_list_icon.d-flex figure {
            margin-left: 0;
            margin-right: 15px;
        }
        .kh_top_prod {
            padding-bottom: 10px;
        }
    }
	@media screen and (max-device-width: 375px) {

		.kh_prod_part {
			width: calc(var(--content-size)/1 - 110px);
			height: calc(var(--content-size)/1 - 110px);
		}

		.kh_list_left .kh_item_part:nth-child(3) {
			padding-top: 10px;
			padding-bottom: 10px;
		}
		.kh_list_right .kh_item_part:nth-child(3) {
			padding-top: 10px;
			padding-bottom: 10px;
		}

	}
    @media only screen and (max-width: 640px) and (min-width: 360px) {
        .kh_nav .nav-item.kh_nav_item{
            flex: 0 0 33.333%;
            max-width: 33.333%;
        }
        .kh_nav_item .kh_nav_link{margin-right: 0;}
        .kh_nav_item .kh_nav_link .kh_name_nav{
            font-size: 1.2rem;
        }
        .kh_other_prod{
            padding: 20px 0;
        }
        .kh_wrap_other{
            flex-wrap: wrap;
        }
        .kh_other_left {
            flex: 0 0 100%;
            max-width: 100%;
        }
        .kh_other_right {
            flex: 0 0 100%;
            max-width: 100%;
        }
        .kh_other_right .kh_content_prod .kh_buy_web div{
            padding-right: 0;
        }
        .kh_other_right .kh_content_prod .kh_buy_web div a{
            display: flex;
        }
    }
	@media screen and (max-device-width: 360px) {
		.kh_prod_part {
			width: calc(var(--content-size)/1 - 80px);
			height: calc(var(--content-size)/1 - 80px);
		}
	}
