﻿/*!
 * home.css
 * Version - 1.0
 * Website: SMEN.com.vn
 * Author: Ghida
 * Copyright (c) 2020 bicweb.com
 */
.logo h1 {
    margin: 0;
    font-size: 1rem;
}

.gd_box__title {
    text-align: center;
}

.gd_box__title .gd_text {
    font-size: 30px;
    color: #083190;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
}

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

.kh_module {
    padding: 50px 0;
    text-align: center;
}

.kh_box_title .kh_title_home {
    text-transform: uppercase;
    font-weight: 800;
    background-color: #f3ec78;
    background-image: linear-gradient(90deg, #ffb300, #fde583, #b37809);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    font-size: 2.4rem;
    display: inline-block;
    margin-bottom: 0;
}
.kh_box_title {
    text-transform: uppercase;
    position: relative;
    padding-bottom: 15px;
}
.kh_box_title::before {
    content: '';
    position: absolute;
    width: 100px;
    height: 1px;
    background-color: #f6bb2f;
    bottom: 0;
    left: 50%;
    transition: ;
    transform: translateX(-50%);
}
.kh_box_express {
    margin-bottom: 150px;
}
.kh_sub_title {
    font-size: 1.7rem;
    font-weight: 500;
}
.box-title .text {
    display: inline-block;
    font-size: 2.2rem;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.kh_title_home.text p {
    margin-bottom: 0;
}
.box-title .text::before {
    content: '';
    position: absolute;
    width: 10vw;
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ccc;
}

.kh_click_btn {
    display: inline;
}
.kh_click_btn a {
    border: 1px solid var(--color);
}
.kh_click_btn a .kh_icon_btn {
    border: 1px solid #fff;
}
.kh_click_btn a:hover {
    background-color: #fff !important;
    border: 1px solid var(--color);
}
.kh_click_btn a:hover span {
    color: var(--color2) !important;
}
.kh_click_btn a:hover .kh_icon_btn {
    border: 1px solid var(--color) !important;
}

.kh_introduce .owl-dots, .gd_module__thanhphan .owl-dots, .kh_testimonial .owl-dots {
    position: absolute;
    bottom: -25%;
    display: flex;
    padding: 3px 10px;
    border-radius: 5px 5px 0 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.kh_introduce .owl-dots:before, .kh_introduce .owl-dots::after, .gd_module__thanhphan .owl-dots::after, .gd_module__thanhphan .owl-dots:before, .kh_testimonial .owl-dots::after, .kh_testimonial .owl-dots:before {
    content: "";
    bottom: 0;
    position: absolute;
    display: none;
}

.kh_introduce .owl-dots::after, .gd_module__thanhphan .owl-dots::after, .kh_testimonial .owl-dots::after {
    border-left: 0px solid transparent;
    border-right: 15px solid transparent;
    right: -14px;
    border-bottom: 24px solid #fff;
}

.kh_introduce .owl-dots::before, .gd_module__thanhphan .owl-dots::before, .kh_testimonial .owl-dots::before {
    border-left: 15px solid transparent;
    border-top: 0px solid transparent;
    border-bottom: 24px solid #fff;
    left: -14px;
}

.kh_introduce .owl-dot, .gd_module__thanhphan .owl-dot, .kh_testimonial .owl-dot {
    padding: 5px;
}

.kh_introduce .owl-dots .owl-dot span, .gd_module__thanhphan .owl-dots .owl-dot span, .kh_testimonial .owl-dots .owl-dot span {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1.5px solid #fff;
    transition: all 300ms ease-in 0ms;
}

.kh_introduce .owl-dot.active span, .gd_module__thanhphan .owl-dot.active span, .kh_testimonial .owl-dot.active span {
    background-color: #f3ec78;
    background-image: linear-gradient(45deg, #f6bb2f, #fde583, #f6bb2f);
    background-size: 100%;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}

/*********************************************
    1. Banner
    **********************************************/
.gd_banner {
    clear: both;
}

.gd_banner img.bg_slider {
    width: 100%;
    /*object-fit: cover;*/
}

.gd_banner_image {
    margin: 0;
    position: relative;
}
.gd_banner_image::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/animate_backgroud.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}
.gd_banner .owl-nav [class^="owl-"] {
    color: #fff;
    line-height: 1;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.3s ease-in 0s;
    visibility: hidden;
    z-index: 100;
    height: 65px;
    width: 40px;
    cursor: pointer;
    font-size: 48px;
}

.gd_banner .owl-prev {
    left: 40px;
}

.gd_banner .owl-next {
    right: 40px;
}

.gd_banner:hover .owl-nav [class^="owl-"] {
    opacity: 1;
    visibility: visible;
}

.gd_banner .owl-nav.disabled {
    display: none;
}


.gd_banner .owl-dots {
    position: absolute;
    bottom: 25px;
    display: flex;
    padding: 3px 10px;
    border-radius: 5px 5px 0 0;
    left: 50%;
    transform: translateX(-50%);
}

.gd_banner .owl-dots::after, .gd_banner .owl-dots:before {
    content: "";
    bottom: 0;
    position: absolute;
    display: none;
}

.gd_banner .owl-dots::after {
    border-left: 0px solid transparent;
    border-right: 15px solid transparent;
    right: -14px;
    border-bottom: 24px solid #fff;
}

.gd_banner .owl-dots::before {
    border-left: 15px solid transparent;
    border-top: 0px solid transparent;
    border-bottom: 24px solid #fff;
    left: -14px;
}

.gd_banner .owl-dot {
    padding: 5px;
}

.gd_banner .owl-dots .owl-dot span {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #fff;
    transition: all 300ms ease-in 0ms;
}

.gd_banner .owl-dot.active span {
    background: #fff;
}

.gd_box_testimonial .owl-dots {
    background: none;
    bottom: -20px;
}

.owl-nav.disabled {
    display: none;
}

.kh_down_croll {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    cursor: pointer;
}
.kh_down_croll span i {
    font-size: 42px;
    color: #fff;
}

.kh_text_banner {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}
.kh_title_banner {
    background-color: #f3ec78;
    background-image: linear-gradient(45deg, #f6bb2f, #fde583, #f6bb2f);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    font-size: 2.5rem;
    font-weight: 700;
    text-transform: uppercase;
    width: 50%;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.kh_title_banner::before {
    content: '';
    position: absolute;
    width: 10%;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: #fff;
}
.kh_list_des {
    list-style: none;
    padding: 15px 0;
}
.kh_item_des {
    color: #fff;
}
.kh_item_des .fas.fa-check {
    margin-right: 10px;
    background-color: #f3ec78;
    background-image: linear-gradient(45deg, #f6bb2f, #fde583, #f6bb2f);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}
.kh_btn {
    flex: 0 0 50%;
    max-width: 50%;
}
.kh_btn a {
    display: block;
    padding: 7px 0;
    text-align: center;
    border-radius: 20px;
    font-weight: 600;
    color: #fff;
    border: 1px solid #fcdf77;
    margin-right: 20px;
}
.kh_btn_banner.d-flex {
    width: 30%;
}
.kh_btn.kh_buy_now a, .kh_btn.kh_see_more a:hover {
    background-color: #f3ec78;
    background-image: linear-gradient(45deg, #f6bb2f, #fde583, #f6bb2f);
    background-size: 100%;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    color: #222;
}
.kh_btn.kh_buy_now a:hover {
    background: unset;
    color: #fff;
}

/*********************************************
    2. Module Nguyên nhân - Tình trạng
    **********************************************/
.kh_module.kh_module_solution{
    padding: 0
}
.kh_module.kh_module_express_reason {
    /*margin-top: 30px;*/
    background-image: url(../images/phongdo.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    padding-bottom: 0;
}
.kh_list_exp_rea {
    padding: 20px 0 0;
    text-align: left;
}
.kh_list_exp_rea .kh_title_exp_rea {
    text-transform: uppercase;
    font-size: 1.4rem;
    color: #f6bb2f;
    font-weight: 600;
}
.kh_list_exp_rea .kh_content_exp_rea {
    text-align: justify;
}
.kh_list_exp_rea .owl-nav {
    position: absolute;
    font-size: 3rem;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.kh_list_exp_rea .owl-nav .owl-prev {
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #f6bb2f;
}
.kh_list_exp_rea .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    color: #f6bb2f;
    transform: translateY(-50%);
}
.kh_inner_quote {
    display: flex;
    justify-content: center;
    align-items: center;
}
.kh_expert_quote{
    padding-top: 25px;
}
.kh_list_quotes {
    border: 1px solid var(--color);
    padding: 40px 0;
    position: relative;
    background-color: #000a14;
}
.kh_list_quotes:before {
    content: '\f10e';
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    width: 20px;
    height: 40px;
    background-color: #111111;
    line-height: 40px;
    color: var(--color);
}
.kh_list_quotes:after {
    content: '\f10d';
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    width: 20px;
    height: 40px;
    background-color: #111111;
    line-height: 40px;
    color: var(--color);
}
.kh_list_quotes .owl-nav {
    position: absolute;
    font-size: 3rem;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.kh_list_quotes .owl-nav .owl-prev {
    left: -50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.kh_list_quotes .owl-nav .owl-next {
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
}
.kh_inner_quote {
    display: flex;
    justify-content: center;
    align-items: center;
}
.kh_inner_quote .kh_avt_box {
    flex: 0 0 30%;
    max-width: 30%;
    display: flex;
    justify-content: flex-end;
    padding-right: 40px;
}
.kh_inner_quote .kh_info_expert {
    flex: 0 0 70%;
    max-width: 70%;
    text-align: left;
    padding-right: 150px;
}
.kh_inner_quote .kh_avt_box .kh_avt_expert {
    margin-bottom: 0;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    overflow: hidden;
}
.kh_inner_quote .kh_avt_box .kh_avt_expert .img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.kh_inner_quote .kh_info_expert .kh_name_expert {
    color: #f6bb2f;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0;
}
.kh_inner_quote .kh_info_expert .kh_pos_expert {
    color: #696f74;
    /*! font-size: 15px; */
    margin-bottom: 8px;
}
.kh_inner_quote .kh_info_expert .kh_content_expert {
    text-align: justify;
}

.kh_module.kh_module_ingre,
.kh_module.kh_module_choose,
.kh_module.kh_module_media{
    padding: 0;
}
.kh_module.kh_module_expert{
    padding: 50px 0 0;
}
/*********************************************
    3. Module Giải pháp
    **********************************************/
.kh_box_solution {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0 0;
}
.kh_box_solution .kh_prod_solu {
    margin-bottom: 0;
    flex: 0 0 45%;
    max-width: 45%;
}
.kh_box_solution .kh_list_solu {
    padding-right: calc((100vw - var(--content-size))/2 - 5px + 15px);
    flex: 0 0 55%;
    max-width: 55%;
    text-align: left;
    padding-left: 120px;
}
.kh_box_solution .kh_list_solu .kh_item_solu .kh_title_solu {
    text-transform: uppercase;
    font-size: 1.4rem;
    color: #f6bb2f;
    font-weight: 600;
    position: relative;
    padding-bottom: 4px;
    margin-bottom: 15px;
}
.kh_box_solution .kh_list_solu .kh_item_solu {
    padding: 0 0 30px;
    position: relative;
    /*! padding-left: 150px; */
}
.kh_box_solution .kh_list_solu .kh_item_solu:last-child {
    padding-bottom: 0;
}
.kh_box_solution .kh_list_solu .kh_item_solu .kh_title_solu:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: var(--color);
    bottom: 0;
    left: -10px;
}
.kh_box_solution .kh_list_solu .kh_item_solu:before {
    content: '\f222';
    font-family: "Font Awesome 5 Pro";
    width: 50px;
    height: 50px;
    position: absolute;
    left: -60px;
    top: 5px;
    border: 1px solid var(--color);
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 1.8rem;
    color: var(--color);
}


/*********************************************
    4. Module Công nghệ
    **********************************************/
/*    .kh_module_tech{
        background: url('../images/animate_thong_tin.png')no-repeat;
    }*/
    .hb_home_img{
     background: url(../images/homepage.jpg) no-repeat center bottom 30%;
     background-size: 103%;
 }
 .kh_gallery_tech {
    width: 50%;
    margin: 30px auto 0;
}
.kh_gallery_tech .kh_item_img .kh_box_img {
    height: calc(390/690 * var(--content-size)/2 - 15px);
}
.kh_gallery_tech .kh_item_img .kh_box_img .img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.kh_gallery_tech .owl-nav {
    position: absolute;
    font-size: 3rem;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.kh_gallery_tech .owl-nav .owl-prev {
    left: -80px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.kh_gallery_tech .owl-nav .owl-next {
    position: absolute;
    right: -80px;
    top: 50%;
    transform: translateY(-50%);
}

.kh_box_sc {
    width: 50%;
    margin: 0 auto;
    display: flex;
    text-align: left;
    align-items: center;
    padding: 15px 0;
}
.kh_box_sc .kh_img_sc {
    margin-bottom: 0;
}
.kh_name_sc {
    text-transform: uppercase;
    font-size: 1.4rem;
    color: #f6bb2f;
    font-weight: 600;
}
.kh_ct_sc {
}
.kh_intro_sc {
    flex: 1;
    padding-left: 30px;
}
.kh_wrap_science {
    display: flex;
    margin: 0 -10px;
    flex-wrap: wrap;
    flex-direction: ;
}
.kh_science_sc {
    width: 80%;
    margin: 15px auto;
}
.kh_wrap_science .kh_box_science {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px;
    display: flex;
}
.kh_title_science {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 0;
}
.kh_item_science {
    text-align: left;
    flex: 1;
    padding-left: 10px;
}
.kh_img_science {
    margin-bottom: 0;
}


/*********************************************
    5. Thành phần
    **********************************************/
.kh_module.kh_module_ingre .kh_box_title .kh_title_home {
    background-image: linear-gradient(180deg, #c27d30, #fde583, #c27d30);
}
.kh_intro_ingre {
    width: 40%;
    margin: 35px auto;
}
.kh_list_ing {
    position:relative
}
.kh_list_ing .kh_side {
    position: absolute;
    width: 50%;
    z-index: 1;
    top: -30px;
}
.kh_list_ing .kh_left_side.kh_side {
    left: 0;
}
.kh_list_ing .kh_left_side.kh_side:before {
    content: '';
    position: absolute;
    width: 350px;
    height: 100px;
    border: solid 2px var(--color);
    border-color: var(--color) transparent transparent transparent;
    border-radius: 50%/100px 100px 0 0;
    transform: translateY(-50%) rotate(-90deg);
    top: 50%;
    z-index: -1;
    left: 55%;
}
.kh_list_ing .kh_right_side.kh_side {
    right: 0
}
.kh_list_ing .kh_right_side.kh_side::before {
    content: '';
    position: absolute;
    width: 350px;
    height: 100px;
    border: solid 2px var(--color);
    border-color: var(--color) transparent transparent transparent;
    border-radius: 50%/100px 100px 0 0;
    transform: translateY(-50%) rotate(90deg);
    top: 50%;
    z-index: -1;
    right: 55%;
}
.kh_ing_inner {
    display: flex;
    align-items: center;
    height: 100px
}
.kh_text_ing {
    flex: 1;
}
.kh_name_ing {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 1.4rem;
    color: #f6bb2f;
    font-weight: 600;
}
.kh_item_ing {
    width: 60%;
    padding: 0 0 60px
}

.kh_list_ing .kh_left_side.kh_side .kh_text_ing {
    margin-right: 20px;
    text-align: right;
}
.kh_list_ing .kh_right_side.kh_side .kh_text_ing {
    text-align: left;
    margin-left: 20px;
}
.kh_left_side.kh_side .kh_ing_inner {
    justify-content: flex-end
}
.kh_right_side.kh_side .kh_ing_inner {
    justify-content: flex-start
}
.kh_ing_img {
    width: 105px;
    height: 105px;
    margin-bottom: 0;
}
.kh_ing_img .img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.kh_img_ing_prod {
    width: 400px;
    height: 400px;
    margin: 100px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.kh_ing_img {
    width: 100px;
    height: 100px;
    margin-bottom: 0;
}

.kh_item_ing.kh_ing_1.left-side, .kh_item_ing.kh_ing_3.left-side {
    margin-left: 20%;
}
.kh_item_ing.kh_ing_4.right-side, .kh_item_ing.kh_ing_6.right-side {
    margin-left: 20%;
}
.kh_item_ing.kh_ing_5.right-side {
    margin-left: 22%;
}
.kh_item_ing.kh_ing_2.left-side {
    margin-left: 18%;
}
.kh_item_ing.kh_ing_3.left-side {
    padding-bottom: 0;
}
.kh_item_ing.kh_ing_6.right-side {
    padding-bottom: 0;
}

.kh_item_ing.kh_ing_2.left-side .kh_ing_img, .kh_item_ing.kh_ing_5.right-side .kh_ing_img {
    width: 150px;
    height: 150px;
    position: relative;
}
.kh_item_ing.kh_ing_2.left-side .kh_ing_inner, .kh_item_ing.kh_ing_5.right-side .kh_ing_inner {
    background-color: #f3ec78;
    background-image: linear-gradient(90deg, #f6bb2f, #fde583, #f6bb2f);
    border-radius: 80px;
    height: max-content;
}
.kh_item_ing.kh_ing_2.left-side .kh_ing_inner {
    padding-left: 30px;
}
.kh_item_ing.kh_ing_5.right-side .kh_ing_inner {
    padding-right: 30px;
}
.kh_item_ing.kh_ing_2.left-side .kh_ing_img:before, .kh_item_ing.kh_ing_5.right-side .kh_ing_img:before {
    content: '';
    position: absolute;
    width: 148px;
    height: 148px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 3px solid #222;
    border-radius: 50%;
}
.kh_item_ing.kh_ing_2.left-side .kh_ing_img::after, .kh_item_ing.kh_ing_5.right-side .kh_ing_img::after {
    content: '';
    position: absolute;
    width: 152px;
    height: 152px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 3px solid #eabe3a;
    border-radius: 50%;
}
.kh_item_ing.kh_ing_2.left-side .kh_ing_inner .kh_name_ing, .kh_item_ing.kh_ing_5.right-side .kh_ing_inner .kh_name_ing {
    color: #232221;
    font-weight: 600;
}
.kh_item_ing.kh_ing_2.left-side .kh_ing_inner .kh_content_ingre, .kh_item_ing.kh_ing_5.right-side .kh_ing_inner .kh_content_ingre {
    color: #111111;
}



/*********************************************
    6. Lý do lựa chọn
    **********************************************/
.kh_why_choose.row {
    padding: 50px 0;
}
.kh_name_why a{
    text-transform: uppercase;
    font-size: 1.1rem;
    color: #f6bb2f;
    font-weight: 500;
}
.kh_why_img{
    border-radius: 50%;
    margin: 0 auto 1rem;
}
.kh_why_img img{
    width: 100%;
    height: 100%;
    border: 2px solid #dfa127;
    border-radius: 50%;
    margin: 0 auto;
    object-fit: cover;
}
.kh_why_img {
    width: 273px;
    height: 273px;
    position: relative;
    overflow: hidden;
    background-color: #dfa127;
}
.kh_why_img * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.kh_why_img img {
    max-width: 100%;
    vertical-align: top;
}
.kh_why_img a:before {
  content:"\f002"; 
  position: absolute;
  font-family: 'FontAwesome';
  top: 50%;
  left: 50%;
  border-radius: 50%;
  font-size: 34px;
  color: #000000;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.kh_why_img a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
.kh_why_img:hover img{
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.kh_why_img:hover a:before{
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/*********************************************
    7. Truyền thông, báo chí
    **********************************************/
.kh_video_media {
    width: 60%;
    margin: 40px auto;
}
.kh_video_media .owl-nav {
    position: absolute;
    font-size: 3rem;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.kh_video_media .owl-nav .owl-prev {
    left: -80px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.kh_video_media .owl-nav .owl-next {
    position: absolute;
    right: -80px;
    top: 50%;
    transform: translateY(-50%);
}
.kh_title_media {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    text-align: left;
    padding-left: 40px;
    position: relative;
}
.kh_title_media:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 1px;
    background-color: var(--color);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.kh_title_media a {
    color: unset;
}
.kh_box_video {
    height: calc(495/888 * var(--content-size) * 0.6 - 15px);
}
.kh_img_expert a, .kh_box_video a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
.kh_img_expert a:before, .kh_box_video a:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    background-image: url(../images/icon_play.png);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 2;
}
.kh_img_expert a:after, .kh_box_video a:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    opacity: 1;
    z-index: 1;
    -webkit-box-shadow: 0 0 0 0 #f86a00;
    -moz-box-shadow: 0 0 0 0 #f86a00;
    -ms-box-shadow: 0 0 0 0 #f86a00;
    -o-box-shadow: 0 0 0 0 #f86a00;
    box-shadow: 0 0 0 0 #fff;
    -webkit-animation: ripple 2s infinite;
    -moz-animation: ripple 2s infinite;
    -ms-animation: ripple 2s infinite;
    -o-animation: ripple 2s infinite;
    animation: ripple 1.7s infinite;
    border-radius: 50%;
}
.kh_box_video .img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.kh_news_media {
}
.kh_news_media .kh_img_page {
    height: calc(250/450 * var(--content-size)/3 - 15px);
    position: relative;
    overflow: hidden;
    background-color: #dfa127;
}
.kh_news_media .kh_img_page * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.kh_news_media .kh_img_page img {
    max-width: 100%;
    vertical-align: top;
}
.kh_news_media .kh_img_page a:before {
  content:"\f002"; 
  position: absolute;
  font-family: 'FontAwesome';
  top: 50%;
  left: 50%;
  border-radius: 50%;
  font-size: 34px;
  color: #000000;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.kh_news_media .kh_img_page a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
.kh_news_media .kh_img_page:hover img{
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.kh_news_media .kh_img_page:hover a:before{
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.kh_news_media .kh_img_page .img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*********************************************
    8. Chuyên gia
    **********************************************/
.kh_video_expert.row {
    padding: 50px 0 0;
}
.kh_img_expert {
    height: calc(390/690 * var(--content-size)/2 - 15px);
}
.kh_img_expert .img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*********************************************
    9. Chất lượng
    **********************************************/
.kh_module.kh_module_quality{
    padding: 50px 0 0;
}
.kh_box_quality {
    padding: 50px 0 0;
}
.kh_img_quality{
    height: calc(300/450 * var(--content-size)/3 - 15px);
    position: relative;
    overflow: hidden;
    background-color: #dfa127;
}
.kh_img_quality * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.kh_img_quality img {
    max-width: 100%;
    vertical-align: top;
}
.kh_img_quality a:before {
  content:"\f002"; 
  position: absolute;
  font-family: 'FontAwesome';
  top: 50%;
  left: 50%;
  border-radius: 50%;
  font-size: 34px;
  color: #000000;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.kh_img_quality a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
.kh_img_quality:hover img{
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.kh_img_quality:hover a:before{
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.kh_img_quality img{
    width: 100%;
    height: 100%;
}
.kh_list_quality .owl-nav {
    position: absolute;
    font-size: 3rem;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
}
.kh_list_quality .owl-nav .owl-prev {
    left: -80px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.kh_list_quality .owl-nav .owl-next {
    position: absolute;
    right: -80px;
    top: 50%;
    transform: translateY(-50%);
}

/*********************************************
    10. Module Order
    **********************************************/
.kh_form_order {
    padding-left: 50px;
}
.kh_form_order .kh_box_title {
    text-align: left;
    padding-left: 5px;
    margin-bottom: 40px;
}
.kh_form_order .kh_box_title:before {
    left: 5px;
    transform: unset;
}
.kh_module.kh_order {
    padding:50px 0 0;
}
.kh_flex_price {
    display: flex;
    flex-wrap: nowrap;
    padding: 0 5px 10px 5px;
    align-items: center;
    margin: 0 -20px;
}
.kh_flex_price div {
    padding: 0 20px;
}
.kh_mark_price {
    color: var(--color);
    font-weight: 600;
}
.kh_num_box {
    flex: 0 0 25%;
    max-width: 25%;
}

.kh_num_box input {
    background-color: #333333;
    color: #e8e8e8;
    padding: 10px;
    display: block;
    max-width: 100%;
    border: 1px solid #ccc;
}

.kh_num_box span {
    display: block;
}

.kh_side_form {
    flex: 0 0 50%;
    max-width: 50%;
}
.kh_left_form.kh_side_form {
    text-align: left;
}
.kh_right_form.kh_side_form {
    text-align: right;
}
.kh_buy_btn {
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}
.kh_left_form.kh_side_form .kh_icon_hotline {
    color: #222;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background-color: #f3ec78;
    background-image: linear-gradient(45deg, #f6bb2f, #fde583, #f6bb2f);
}
.kh_buy_btn .wpcf7-submit {
    padding: 13px 70px;
    border-radius: unset;
    border: 1px solid #ebebeb;
    text-transform: uppercase;
    font-weight: 600;
}
.kh_buy_btn span {
    position: absolute;
    left: 0;
    width: 36px;
    height: 36px;
    border: 1px solid #61cae0;
    background-color: #61cae0;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    line-height: 36px;
}
.kh_side_form .link_form {
    margin-bottom: 10px;
}
.kh_side_form .link_form a {
    color: var(--color);
}

/*********************************************
    6. Module chat
    **********************************************/
.kh_module.kh_module_chat {
    text-align: left;
    padding: 90px 0;
    background-color: #ebebeb;
}
.kh_inner_chat {
    padding: 40px 80px;
    display: flex;
    flex-wrap: wrap;
    background-image: url(../images/bg_chat.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-right: 1px solid #cacaca;
    border-left: 1px solid #cacaca;
}

.kh_left_chat {
    flex: 0 0 40%;
    max-width: 40%;
}
.kh_right_chat {
    flex: 0 0 60%;
    max-width: 60%;
}
.kh_hotline span, .kh_email span {
    font-size: 1.5rem;
    font-weight: 600;
    color: #222;
    text-transform: uppercase;
}
.kh_hotline span a, .kh_email span a {
    color: unset;
}
.google-map {
    position: absolute;
    right: 0;
    padding-right: 0;
    height: 1000px;
    top: 0;
}
.google-map .gm-style .gm-style-iw-c{
    color: #83c445; font-weight: bold;
}
.google-map .gd_map {
    height: 100%;
}

.google-map .gd_absolute {
    top: 2rem;
    left: 50%;
    transform: translateX(-50%);
    align-items: flex-start;
    bottom: auto;display: none;

}

.page-content.page-contact {
}

.gd_contact_us {
   /* background-color: #fff;*/
   padding: 0 15px;
   border-radius: 45px;
}
.gd_ct_form{
}
.hb_content_footer{
    padding:20px 0 40px;
}
.hb_contact_item:nth-child(2){
    margin-top: 45px;
}
.hb_content_footer .hb_contact_title h3.hb_contact_name{
    font-size: 16px;
    color: #83c445;
    text-transform: uppercase;
}
.hb_content_footer .hb_contact_address a span{
    font-size: 16px;
    color: #fff;
}
.hb_content_footer .hb_contact_content{
    display: flex;
    margin-top: 5px;
}
.gd_ct_form.wpcf7 form.sent .wpcf7-response-output{
    color: #fff;
}
.hb_content_footer .hb_contact_content .hb_contact_hotline,
.hb_content_footer .hb_contact_content .hb_contact_fax{
    flex: 0 0 50%;
    color: #fff;
    font-size: 16px;
}
.hb_content_footer .hb_contact_hotline a{
    color: #fff;
}
.hb_content_footer .hb_contact_content span.hb_block{
    display: block;
}
.hb_contact_absolute{
    position: absolute;
    /* bottom: 2rem; */
    left: 0;
    width: 100%;
    line-height: 1.5rem;
    top: 60%;
    transform: translateY(-50%);
    text-align: center;
}
.hb_box__title .gd_text{
    text-align: left;
    font-size: 24px;
    color: #fff;
    margin-bottom: 1.875rem;
}
.gd_contact_us .form-control {
    height: 50px;
    padding: .375rem 20px;
    color: #fff;
}

.hb_contact_absolute .gd_text {
    font-weight: 900;
    color: #fff;
    font-size: 60px;margin-bottom: 30px;
    text-align: center;
}

.gd_address__item [class^="gd_add_col"] {
    text-align: center;
}

.gd_address__item {
    align-items: center;
    margin-bottom: 30px;
}

.gd_address__item .fal {
    padding-top: 2rem;
    font-size: 2rem;
    border-radius: 50%;
    background: #008ed4;
    color: #fff;
    width: 95px;
    height: 95px;
}

.gd_add_title {
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 1.5rem;
    margin-bottom: 10px;
}

.gd_add_content {
    font-size: 0.9375rem;
}

.gd_contact_form {
    width: 100%;
    padding-top: 20px;margin-top: -15px;
}
.gd_contact_form .gd_form__wrap .hb_form_inner{
    display: flex;
}
.gd_contact_form .gd_form__wrap .hb_form_inner .hb_form_group, .gd_contact_form .gd_form__wrap .hb_form_inner .hb_form_group_textarea_pen{
    width: 50%;
}
.gd_contact_form .wpcf7-submit {

}

.kh_buy_btn .wpcf7-submit:hover {
    background-color: #f3ec78;
    background-image: linear-gradient(45deg, #f6bb2f, #fde583, #f6bb2f);
    color: #222;
}
.gd_contact_form .form-control:not(:placeholder-shown) {
    background-color: #000;
    color: #fff;
}
.kh_num_box input:not(:placeholder-shown) {
    background-color: #000;
    color: #fff;
}

.gd_contact_form .wpcf7-form-control-wrap {
    width: 100%;
}

.gd_contact_form .row {
    margin: 0;
}

.gd_contact_form .form-group {
    padding: 0 5px;
    position: relative;
    margin-bottom: 10px;
}
.gd_contact_form .hb_form_group_user .form-control,
.gd_contact_form .hb_form_group_email .form-control,
.gd_contact_form .hb_form_group_phone .form-control,
.gd_contact_form .hb_form_group_address .form-control{
    padding-left: 10px;
    position: relative;
}

.gd_contact_form .hb_form_group_user .form-control::placeholder,
.gd_contact_form .hb_form_group_email .form-control::placeholder,
.gd_contact_form .hb_form_group_phone .form-control::placeholder,
.gd_contact_form .hb_form_group_address .form-control::placeholder { 
  padding-left: 0px;
  color: #aeaeae;
}
.gd_contact_form .hb_form_group_address:before{
    content: unset;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    transition: all 300ms ease-in 0ms;

}
.gd_contact_form .hb_form_group_address .kh_add_before::before {
   color: var(--color);
   left: 0;
   content: unset;
   font-family: "Font Awesome 5 Pro";
   position: absolute;
   padding-left: 15px;
   top: 50%;
   z-index: 2;
   transform: translateY(-50%);
   text-align: center;
   font-size: 17px;
   font-weight: 600;
}
.gd_contact_form .hb_form_group_phone:before{
    content: unset;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 46px;
    height: 46px;
    margin-left: 5px;
    transition: all 300ms ease-in 0ms;

}
.gd_contact_form .contact-phone .kh_add_before::after{
    color: var(--color);
    left: 0;
    content: unset;
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    padding-left: 15px;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    text-align: center;
    font-size: 17px;
    font-weight: 600;
}
.gd_contact_form .hb_form_group_email:before{
    content: unset;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;height: 46px;
    width: 46px;
    margin-left: 5px;
    transition: all 300ms ease-in 0ms;

}
.gd_contact_form .contact-mail .kh_add_before::after{
    color: var(--color);
    left: 0;
    content: unset;
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    padding-left: 15px;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    text-align: center;
    font-size: 17px;
    font-weight: 600;}
    .gd_contact_form .hb_form_group_user:before{
        content: unset;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        height: 46px;
        width: 46px;
        margin-left: 5px;
        transition: all 300ms ease-in 0ms;

    }
    .kh_add_before {
        position: relative;
    }
    .gd_contact_form .contact-name .kh_add_before::after{
        color: var(--color);
        content: unset;
        font-family: "Font Awesome 5 Pro";
        position: absolute;
        left: 15px;
        z-index: 2;
        top: 50%; transform: translateY(-50%);
        text-align: center;
        font-size: 17px;
        font-weight: 600;
    }
    .gd_contact_form .hb_form_group_textarea_pen .form-control{
        padding-left: 10px;
    }
    .gd_contact_form .hb_form_group_textarea_pen:before{
        content: unset;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        width: 46px;
        height: 46px;
        margin-left: 5px;
        transition: all 300ms ease-in 0ms;

    }
    .gd_contact_form .hb_form_group_textarea_pen:after{
       color: var(--color);
       padding-left: 20px;
       left: 0;
       content: unset;
       font-family: "Font Awesome 5 Pro";
       position: absolute;
       top: 5%;
       z-index: 2;
       text-align: center;
       font-size: 17px;font-weight: 600;
   }
   .gd_contact_form .hb_form_group_textarea_pen .form-control::placeholder { 
      padding-left: 0px;
      color: #aeaeae;
      padding-top: 3px;
  }
  .gd_contact_form .form-control {
    border-radius: 0;
    font-size: 1rem;
    background-color: #333;
    padding: 12px .75rem;
}

.gd_contact_form .form-control:focus {
    box-shadow: none;
    background-color: #000;
    color: #fff;
}
.gd_contact_form .form-control:focus::placeholder {
    color: #fff;
}
.kh_num_box input:focus {
    background-color: #000;
}
.kh_num_box input:focus::placeholder {
    color: #fff;
}

.gd_contact_form .col-form-label {
    font-size: 1rem;
}

.gd_contact_form .wpcf7-textarea.form-control {
    height: 177px;width: 100%;
}

.form_wrap .form-group.text-right {
    position: relative;
}

.gd_contact_form .ajax-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.gd_contact_form p {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 0;
    flex: 1;
    height: 100%;
}

.gd_contact_form .gd_submit {
        /*font-size: 18px;
        position: relative;*/
    }
    .gd_contact_form .hb_add_button{
        display: flex;
    }
    .gd_contact_form .hb_add_back{
        margin-left: 10px;
        padding: 23px 0;
    }
    .gd_contact_form .hb_add_back a{
        padding: 14px 30px;font-size: 16px;
        background: #333333; color: #fff;text-transform: uppercase;
    }
    .gd_contact_form .hb_add_back a:hover{
        background: #83c445;
        font-weight: bold;
    }
    .wpcf7 form.invalid .wpcf7-response-output{
        text-align: center; 
        color: #dc3232;
        margin-top: 15px;
    }

    .gd_contact_form .wpcf7-submit {
        /*text-transform: uppercase;
        color: #fff;
        border: none;
        background: #83c445;
        cursor: pointer;
        padding: 15px 0;
        font-size: 1.25rem;
        line-height: 1;
        border-radius: 0;
        width: 165px;
        margin-top: 10px;*/
        height: 100%;
        color: var(--color);
        background-color: transparent;
    }
    .gd_contact_form .kh_hotline_header {
        padding: 0;
        background-color: unset;
        margin-top: 14px;
    }

    .kh_hotline_header .kh_text_hotline {
        padding-left: 10px;
    }
    .kh_hotline_header .kh_text_hotline span {
        display: block;
        font-weight: 600;
        line-height: 1;
    }
    .kh_hotline_header .kh_text_hotline a {
        font-size: 1.4rem;
        font-weight: 700;
        background-color: #f3ec78;
        background-image: linear-gradient(90deg, #ffb300, #fde583, #b37809);
        background-size: 100%;
        -webkit-background-clip: text;
        -moz-background-clip: text;
        -webkit-text-fill-color: transparent;
        -moz-text-fill-color: transparent;
        /*! line-height: 1; */
    }

    .gd_contact_form .wpcf7-submit:hover {
        /*background-color: #fff;
        border: 1px solid #333;
        color: #000;font-weight: bold;*/
    }

    .form_wrap .form-group.text-right {
        position: relative;
    }

    .gd_contact_form .ajax-loader {
        position: absolute;
        left: 50%;
        top: 50%;
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    /*.form-group.kh_submit {
        display: flex;
        align-items: center;
        background-color: var(--color);
        padding: 2px;
        width: 35%;
        margin-left: 5px;
    }*/
    .kh_icon_btn {
        margin-bottom: 0;
        padding: 10px;
        background-color: #fff;
    }

    .kh_icon_contact {
        align-items: center;
        padding: 15px 0;
        margin: 0 -5px;
    }
    .kh_item_icon {
        margin-bottom: 0;
        padding: 0 5px;
        width: 55px;
        height: 55px;
        line-height: 55px;
        color: #fff;
        background: #0267ff;
        border-radius: 50%;
        text-align: center;
    }
    .kh_item_icon.gd_backtop {
        background-color: var(--color);
    }
/*********************************************
    6. Module News
    **********************************************/
    {
        background-color: #da8240;
        background-image: linear-gradient( 
            90deg
            , #da8240, #fde583, #da8240);
    }


/*********************************************
    7. Module XXX
    **********************************************/
    @media screen and (min-device-width: 1600px) and (max-device-width: 1800px) {
        /*-----------------*/
        .kh_img_ing_prod img{
            width: 80%;
        }
        .kh_list_ing .kh_left_side.kh_side::before {
            left: 49%;
        }
        .kh_list_ing .kh_right_side.kh_side::before{
            right: 49%;
        }
        /*module why*/
        .kh_why_img{
            width: 250px;
            height: 250px;
        }
        /*End*/
        .kh_item_ing.kh_ing_1.left-side, .kh_item_ing.kh_ing_3.left-side {
            margin-left: 25%;
        }
        .kh_item_ing.kh_ing_2.left-side {
            margin-left: 15%;
        }
        .kh_item_ing.kh_ing_4.right-side, .kh_item_ing.kh_ing_6.right-side {
            margin-left: 16%;
        }
        .kh_item_ing.kh_ing_5.right-side {
            margin-left: 24%;
        }
    }

    @media screen and (max-device-width: 1536px) and (min-device-width: 1440px) {
        .kh_list_quality .owl-nav{
            height: auto;
            top: 40%;
            transform: translateY(-40%);
        }
        .kh_list_quality .owl-nav .owl-prev{
            left: -40px;
        }
        .kh_list_quality .owl-nav .owl-next{
            right: -40px;
        }
        /*module why*/
        .kh_why_img{
            width: 200px;
            height: 200px;
        }
        /*End*/
        /*-----------------*/
        .kh_img_ing_prod img{
            width: 80%;
        }
        .kh_list_ing .kh_left_side.kh_side::before {
            left: 48%;
        }
        .kh_list_ing .kh_right_side.kh_side::before{
            right: 48%;
        }
        .kh_item_ing.kh_ing_1.left-side, .kh_item_ing.kh_ing_3.left-side {
            margin-left: 25%;
        }
        .kh_item_ing.kh_ing_2.left-side {
            margin-left: 15%;
        }
        .kh_item_ing.kh_ing_4.right-side, .kh_item_ing.kh_ing_6.right-side {
            margin-left: 15%;
        }
        .kh_item_ing.kh_ing_5.right-side {
            margin-left: 25%;
        }
    }
    /*@media screen and (max-width: 1366px){
        .kh_module_ingre {
            height: 185vh !important;
        }
    }*/
    @media screen and (min-device-width: 1200px) {
        .kh_cicle {
            width: 30px;
            height: 30px;
            position: absolute;
            border: 1px solid #f3ec78;
            border-radius: 50%;
            left: -40px;
            bottom: -15px;
        }
        .kh_box_uses.uses2 .kh_title_uses .kh_cicle {
            left: unset;
            right: -40px;
        }
        .kh_box_uses.uses1 .kh_title_uses::before {
            left: -10px;
        }
        .kh_box_uses.uses2 .kh_title_uses::before {
            right: -10px;
        }
        .kh_box_uses.uses1 .kh_title_uses::after {
            content: '';
            position: absolute;
            width: 20px;
            height: 20px;
            background-color: var(--color);
            border-radius: 50%;
            left: -35px;
            bottom: -10px;
        }
        .kh_box_uses.uses2 .kh_title_uses::after {
            content: '';
            position: absolute;
            width: 20px;
            height: 20px;
            background-color: var(--color);
            border-radius: 50%;
            right: -35px;
            bottom: -10px;
        }
    }
    @media screen and (min-device-width: 1200px) and (max-device-width: 1440px) {
        /*module why*/
        .kh_why_img{
            width: 200px;
            height: 200px;
        }
        /*End*/
        .kh_module{
            padding: 30px 0;
        }
        .kh_module_solution .kh_box_content .kh_nav_field li a {
            font-size: 1.2rem;
        }
        .solu_sto {
            padding: 70px 0;
        }
        .solu_sto .kh_box_content {
            padding: 70px;
        }
        .kh_module_working .container {
            padding-bottom: 70px;
            padding-top: 50px;
        }
        .kh_title_uses {
            font-size: 1.3rem;
        }
        .kh_list_quotes .owl-nav{
            height: auto;
            top: 50%;
            transform: translateY(-50%);
            z-index: inherit;
        }
        .kh_list_quotes .owl-nav .owl-prev{
            left: -30px;
        }
        .kh_list_quotes .owl-nav .owl-next{
            right: -30px;
        }
        .kh_list_quality .owl-nav{
           height: auto;
           top: 40%;
           transform: translateY(-40%);
           z-index: inherit;
       }
       .kh_list_quality .owl-nav .owl-prev{
        left: -30px;
    }
    .kh_list_quality .owl-nav .owl-next{
        right: -30px;
    }
    .kh_wrap_science .kh_box_science{
        padding: 5px 10px;
    }
    .kh_box_title .kh_title_home{
        font-size: 2.2rem;
    }
    .kh_sub_title{
        font-size: 1.6rem;
    }
    /*-----------------*/
    .kh_img_ing_prod img{
        width: 100%;
    }
    .kh_list_ing .kh_left_side.kh_side::before {
        left: 45%;
    }
    .kh_list_ing .kh_right_side.kh_side::before{
        right: 45%;
    }
    /*-----------------*/
        /*.kh_list_ing .kh_right_side.kh_side::before{
            display: none;
        }
        .kh_list_ing .kh_left_side.kh_side:before{
            display: none;
        }*/
        .kh_box_ingre{
            display: flex;
            flex-wrap: wrap;
        }
        .kh_list_ing{
            flex: 0 0 100%;
            max-width: 100%;
            display: flex;
            flex-wrap: wrap;
            margin-top: 20px;
        }
        .kh_img_ing_prod{
            margin: 20px auto;
        }
        .kh_list_ing .kh_side{
            width: 35%;
        }
        .kh_item_ing{
            width: 100%;
        }
        .kh_item_ing.kh_ing_1.left-side, .kh_item_ing.kh_ing_3.left-side,
        .kh_item_ing.kh_ing_2.left-side,
        .kh_item_ing.kh_ing_4.right-side, .kh_item_ing.kh_ing_6.right-side,
        .kh_item_ing.kh_ing_5.right-side{
            margin-left: 0;
        }
        .kh_module_ingre{
            height: max-content;
        }
        .kh_item_ing.kh_ing_2.left-side .kh_ing_img, .kh_item_ing.kh_ing_5.right-side .kh_ing_img {
            width: 130px;
            height: 130px;
        }
        .kh_item_ing.kh_ing_2.left-side .kh_ing_img::after, .kh_item_ing.kh_ing_5.right-side .kh_ing_img::after {
            width: 132px;
            height: 132px;
        }
        .kh_item_ing.kh_ing_2.left-side .kh_ing_img::before, .kh_item_ing.kh_ing_5.right-side .kh_ing_img::before {
            width: 130px;
            height: 130px;
        }
    }
    @media only screen and (max-width: 1119px) and (min-width: 1080px){
        .kh_list_quotes .owl-nav {
            height: unset;
            top: 50%;
            transform: translateY(-50%);
            z-index: inherit;
        }
        .kh_list_quotes .owl-nav .owl-prev{
            left: 0;
        }
        .kh_list_quotes .owl-nav .owl-next{
            right: 0;
        }
        .kh_list_ing .kh_right_side.kh_side::before{
            display: none;
        }
        .kh_list_ing .kh_left_side.kh_side:before{
            display: none;
        }
        .kh_box_ingre{
            display: flex;
            flex-wrap: wrap;
        }
        .kh_list_ing{
            flex: 0 0 100%;
            max-width: 100%;
            order: 2;
            display: flex;
            flex-wrap: wrap;
            margin-top: 20px;
        }
        .kh_img_ing_prod{
            margin: 20px auto;
        }
        .kh_list_ing .kh_side{
            width: 45%;
        }
        .kh_item_ing{
            width: 100%;
        }
        .kh_item_ing.kh_ing_1.left-side, .kh_item_ing.kh_ing_3.left-side,
        .kh_item_ing.kh_ing_2.left-side,
        .kh_item_ing.kh_ing_4.right-side, .kh_item_ing.kh_ing_6.right-side,
        .kh_item_ing.kh_ing_5.right-side{
            margin-left: 0;
        }
        .kh_module_ingre{
            height: 120vw;
        }
        .kh_list_quality .owl-nav{
            height: unset;
            top: 50%;
            transform: translateY(-50%);
            z-index: inherit;
        }
        .kh_list_quality .owl-nav .owl-prev{
            left: 0;
        }
        .kh_list_quality .owl-nav .owl-next{
            right: 0;
        }
        .kh_box_title .kh_title_home{
            font-size: 2rem;
        }
        .kh_sub_title{
            font-size: 1.5rem;
        }
        /*module why*/
        .kh_why_img{
            width: 200px;
            height: 200px;
        }
        /*End*/
    }
    @media only screen and (max-width: 1079px) and (min-width: 992px) {
        .kh_name_why a{
            height: unset !important;
        }
    }
    @media only screen and (max-width: 1024px) and (min-width: 768px) {
        .kh_module.gd_module_brand{
            padding: 30px 0;
        }
        .gd_banner_image{
            /*height: 30vh;*/
        }
        .gd_contact_form .kh_hotline_header{
            margin-top: 0;
        }
        .gd_contact_form{
            padding-top: 0;
        }
        .kh_box_title .kh_title_home{
            font-size: 2rem;
        }
        .kh_module{
            padding: 30px 0;
        }
        .kh_name_wh a{
            height: 36px;
        }
        .kh_why_choose.row{
            padding: 30px 0 0;
        }
        /*module why*/
        .kh_why_img{
            width: 150px;
            height: 150px;
        }
        .kh_name_why a{
            font-size: 1.3rem;
        }
        /*End*/
        /*contact*/
        .page-content.page-contact{
            display: flex;
            flex-wrap: wrap;
        }
        .gd_contact_form .wpcf7-submit{
            font-size: 14px;
        }
        .gd_contact_form .hb_add_back a{
            padding: 14px 15px;
            font-size: 14px;
        }
        .google-map{
            position: relative;
            height: 400px;
            padding: 0 15px 30px;
            flex: 0 0 100%;
            max-width: 100%;
        }
        .gd_contact_us{
            flex: 0 0 100%;
            max-width: 100%;
            padding: 20px 15px;
        }
        .gd_ct_form{
            padding: 0;
        }
        .hb_content_footer{
            padding: 0 0 40px;
        }
        .hb_contact_item:nth-child(2) {
            margin-top: 25px;
        }
        /*endresgin*/

        .kh_title_banner {
            font-size: 2rem;
        }
        .box-title .text {
            font-size: 2rem;
        }
        .kh_inner_quote .kh_info_expert{
            padding-right: 50px;
        }
        .kh_item_quote{
            margin-left: 40px;
        }
        .kh_inner_quote .kh_avt_box{
            padding-right: 30px;
        }
        /*Module expert*/
        .kh_list_quotes .owl-nav{
            height: auto;
            top: 50%;
            transform: translateY(-50%);
            z-index: inherit;
        }
        .kh_list_quotes .owl-nav .owl-prev{
            left: 0;
        }
        .kh_list_quotes .owl-nav .owl-next{
            right: 0;
        }
        .kh_box_solution{
            display: block;
            padding: 30px 0 0;
        }
        .kh_box_solution .kh_prod_solu{
            flex: 0 0 100%;
            max-width: 100%;
        }
        .kh_box_solution .kh_list_solu{
            flex: 0 0 100%;
            max-width: 100%;
            padding-left: 95px;
        }
        /*End*/
        /*Module Tech*/
        .kh_gallery_tech{
            width: 100%;
        }
        .kh_gallery_tech .owl-nav{
           height: auto;
           top: 50%;
           transform: translateY(-50%);
           z-index: inherit;
       }
       .kh_gallery_tech .owl-nav .owl-prev{
        left: 0;
    }
    .kh_gallery_tech .owl-nav .owl-next{
        right: 0;
    }
    .kh_gallery_tech .kh_item_img .kh_box_img {
        height: unset;
    }
    .kh_box_sc {
     display: block;
     width: 100%;
     margin: 0;
     text-align: center;
 }
 .kh_box_sc .kh_img_sc{
    margin: 0 auto 1rem;
}
.kh_img_sc img{
    width: 20%;
}
.kh_intro_sc{
    padding-left: 0;
    text-align: center;
}
/*End*/
/*Module science*/
.kh_wrap_science .kh_box_science{
    padding: 10px 10px;
}
.kh_wrap_science .kh_box_science:last-child{
    margin: 0 auto;
}
.kh_title_science{
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
}
/*End*/
/*Module ingre*/
.kh_box_ingre {
    display: flex;
    flex-wrap: wrap;
}
.kh_list_ing {
    order: 2;
    /* display: flex; */
    width: 100%;
}
.kh_img_ing_prod {
    width: 300px;
    height: 300px;
    order: 1;
    margin: 30px auto;
}
.kh_list_ing .kh_right_side.kh_side::before,
.kh_list_ing .kh_left_side.kh_side:before{
    display: none;  
}
.kh_ing_inner{
    flex-wrap: wrap;
    justify-content: center !important;
    height: auto !important;
}
.kh_ing_img{
    margin-bottom: 1rem;
}
.kh_item_ing{
    padding: 0 15px;
    width: 100%;
}
.kh_item_ing.kh_ing_1.left-side, .kh_item_ing.kh_ing_3.left-side{
    margin-left: 0;
}
.kh_list_ing .kh_left_side.kh_side .kh_text_ing{
    margin-right: 0;
    text-align: center;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
}
.kh_list_ing .kh_side{
    position: relative;
    top: 0;
    width: 100%;
}
.kh_item_ing.kh_ing_2.left-side .kh_ing_inner{
    padding-left: 0;
}
.kh_item_ing.kh_ing_2.left-side .kh_ing_inner, .kh_item_ing.kh_ing_5.right-side .kh_ing_inner{
    border-radius: 15px;
    background-color: transparent;
    background-image: none;
}
.kh_item_ing.kh_ing_2.left-side .kh_ing_img, .kh_item_ing.kh_ing_5.right-side .kh_ing_img {
    margin: 5px auto 10px;
    width: 100px;
    height: 100px;
}
.kh_item_ing.kh_ing_2.left-side .kh_ing_img:before, .kh_item_ing.kh_ing_5.right-side .kh_ing_img:before{
    width: 100px;
    height: 100px;
}
.kh_item_ing.kh_ing_2.left-side .kh_ing_img::after, .kh_item_ing.kh_ing_5.right-side .kh_ing_img::after{
    width: 100px;
    height: 100px;
}
.kh_item_ing.kh_ing_4.right-side, .kh_item_ing.kh_ing_6.right-side{
    margin-left: 0;
}
.kh_item_ing.kh_ing_5.right-side{
    order: -1;
    margin:0 0 -30px;
    padding:0;
}
.kh_item_ing.kh_ing_5.right-side .kh_ing_inner{
    padding-right: 0;
}
.kh_item_ing.kh_ing_2.left-side .kh_ing_inner .kh_name_ing, .kh_item_ing.kh_ing_5.right-side .kh_ing_inner .kh_name_ing {
    text-align: center;
}
.kh_content_ingre{
    margin: 0 auto;
    width: 60%;
}
.kh_item_ing.kh_ing_2.left-side .kh_ing_inner .kh_content_ingre, .kh_item_ing.kh_ing_5.right-side .kh_ing_inner .kh_content_ingre {
    margin-bottom: 10px;
}
.kh_name_ing{
    font-size: 1.3rem;
}
.kh_list_ing .kh_right_side.kh_side .kh_text_ing{
    text-align: center;
    margin-left: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 15px;
}
.kh_item_ing.kh_ing_2.left-side .kh_ing_inner .kh_name_ing, 
.kh_item_ing.kh_ing_5.right-side .kh_ing_inner .kh_name_ing{
    color: #f6bb2f;
}
.kh_item_ing.kh_ing_2.left-side .kh_ing_inner .kh_content_ingre, 
.kh_item_ing.kh_ing_5.right-side .kh_ing_inner .kh_content_ingre{
    color:#fff;
}
.kh_module_ingre .owl-nav {
    position: absolute;
    font-size: 2rem;
    width: 100%;
    color: #f6bb2f;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.kh_module_ingre .owl-nav .owl-prev {
    left: 5%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.kh_module_ingre .owl-nav .owl-next {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
}
.kh_item_ing.kh_ing_2.left-side{
    margin-left: 0;
}
/*End*/
/*Module quality*/
.kh_list_quality .owl-nav{
    height: auto;
    top: 30%;
    transform: translateY(-30%);
    z-index: initial;
}
.kh_list_quality .owl-nav .owl-prev{
    left: 0;
}
.kh_list_quality .owl-nav .owl-next{
    right: 0;
}
/*End*/
/*module order*/
.kh_order .kh_avt_prod{
    flex: 0 0 100%;
    max-width: 100%;
}
.kh_order .kh_form_order{
 flex: 0 0 100%;
 max-width: 100%;
 padding-left: 15px;
}
/*End*/
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
    .kh_title_banner {
        font-size: 1.5rem;
    }
    .kh_btn_banner.d-flex {
        width: 45%;
    }
}

@media screen and (max-device-width: 767px) {
    .gd_banner_image {
        /*height: 24vh;*/
    }
    .gd_banner_image a {
        height: 100%;
        display: inline-block;
    }
    .gd_banner img.bg_slider {
        height: 100%;
        width: 100%;
        object-fit: fill;
        object-position: 75%;
    }

    .box-title .text {
        font-size: 24px;
        padding: 20px 5px;
    }
    .kh_box_image {
        height: calc(2/3 * (var(--content-size)/3 - 30px));
        margin-bottom: 10px;
    }
    .kh_project_item {
        margin-bottom: 30px;
    }
    .kh_service_item {
        padding-right: 0;
        padding-left: 0;
    }
    .kh_project_item:last-child {
        margin-bottom: 0;
    }
    .gd_module_brand .text {
        margin-bottom: 0;
    }
    .kh_title_home.kh_title_solution.text {
        margin-bottom: 15px;
    }
    .kh_module_service .owl-carousel .owl-item {
        display: flex;
        justify-content: center;
    }
    .kh_module.gd_module_brand{
        padding: 30px 0;
    }
    .kh_solution_content{
        max-width: 100%;
    }

    /*contact*/
    .google-map{
        display: none;
    }
    .gd_contact_us{
        flex: 0 0 100%;
        max-width: 100%;
        padding: 20px 15px;
    }
    .gd_ct_form{
        padding: 0;
    }
    .hb_content_footer{
       padding: 0;
   }
   .hb_contact_item:nth-child(2) {
    margin-top: 25px;
}
.hb_box__title .gd_text{
    margin-bottom: 0;
}
.gd_contact_form .hb_add_back a{
    font-size: 14px;
}
.gd_contact_form .wpcf7-submit{
    width: 100%;
    /* font-size: 14px;*/
}
.kh_item_icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
/*endresgin*/ 
/*Module express reason*/
.kh_box_title .kh_title_home{
    font-size: 1.8rem;
}
.kh_sub_title{
    font-size: 1.4rem;
}
.kh_list_exp_rea .kh_title_exp_rea{
    font-size: 1.3rem;
}
/*End*/
/*Module expert */
.kh_inner_quote{
    display: block;   
}
.kh_inner_quote .kh_avt_box{
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center;
    padding-right: 0;
}
.kh_inner_quote .kh_info_expert{
    flex: 0 0 100%;
    max-width: 100%;
    padding: 10px 15px 0;
    text-align: center;
}
.kh_list_quotes .owl-nav{
    display: none;
}

.kh_list_quotes .owl-dots {
    position: absolute;
    bottom: 0;
    display: flex;
    padding: 3px 10px;
    border-radius: 5px 5px 0 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.kh_list_quotes .owl-dots:before, .kh_list_quotes .owl-dots::after{
    content: "";
    bottom: 0;
    position: absolute;
    display: none;
}

.kh_list_quotes .owl-dots::after {
    border-left: 0px solid transparent;
    border-right: 15px solid transparent;
    right: -14px;
    border-bottom: 24px solid #fff;
}

.kh_list_quotes .owl-dots::before {
    border-left: 15px solid transparent;
    border-top: 0px solid transparent;
    border-bottom: 24px solid #fff;
    left: -14px;
}

.kh_list_quotes .owl-dot{
    padding: 5px;
}

.kh_list_quotes .owl-dots .owl-dot span{
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #dfa127;
    transition: all 300ms ease-in 0ms;
}

.kh_list_quotes .owl-dot.active span {
    width: 70px;
    background-color: #dfa127;
    background-image: linear-gradient( 
        90deg
        , #dfa127, #d7c164, #dfa127);
    background-size: 100%;
    border-radius: 25px;
}
/*End*/
/*Module solution*/
.kh_box_solution{
    flex-wrap: wrap;
    padding: 0;
}
.kh_box_solution .kh_prod_solu {
    margin-bottom: 20px;
    margin-top: 20px;
    flex: 0 0 100%;
    max-width: 100%;
}
.kh_box_solution .kh_list_solu{
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
}
.kh_box_solution .kh_list_solu .kh_item_solu:before{
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1.5rem;
    left: 0;
}
.kh_box_solution .kh_list_solu .kh_item_solu .kh_title_solu:before{
    left: 0;
}
.kh_box_solution .kh_list_solu .kh_item_solu .kh_title_solu{
    font-size: 1.3rem;
    padding-left: 40px;
    text-align: left
}
.kh_content_solu{
    text-align: justify;
}
/*End*/
/*Module tech*/
.kh_module_tech .kh_box_title .kh_title_home{
    margin-bottom: 15px;
}
.kh_gallery_tech{
    width: 100%;
}
.kh_gallery_tech .kh_item_img .kh_box_img{
    height: unset;
}
.kh_gallery_tech .owl-nav{
    display: none;
}
.kh_gallery_tech .owl-dots {
    position: absolute;
    bottom: 0;
    display: flex;
    padding: 3px 10px;
    border-radius: 5px 5px 0 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.kh_gallery_tech .owl-dots:before, .kh_gallery_tech .owl-dots::after{
    content: "";
    bottom: 0;
    position: absolute;
    display: none;
}

.kh_gallery_tech .owl-dots::after {
    border-left: 0px solid transparent;
    border-right: 15px solid transparent;
    right: -14px;
    border-bottom: 24px solid #fff;
}

.kh_gallery_tech .owl-dots::before {
    border-left: 15px solid transparent;
    border-top: 0px solid transparent;
    border-bottom: 24px solid #fff;
    left: -14px;
}

.kh_gallery_tech .owl-dot{
    padding: 5px;
}

.kh_gallery_tech .owl-dots .owl-dot span{
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #dfa127;
    transition: all 300ms ease-in 0ms;
}

.kh_gallery_tech .owl-dot.active span {
    width: 70px;
    background-color: #dfa127;
    background-image: linear-gradient( 
        90deg
        , #dfa127, #d7c164, #dfa127);
    background-size: 100%;
    border-radius: 25px;
}
.kh_box_sc{
    display: block;
    text-align: center;
    justify-content: center;
    width: 100%;
    margin: unset;
}
.kh_box_sc .kh_img_sc{
    margin-bottom: 1rem;    
    width: 140px;
    margin: 15px auto;
}
.kh_intro_sc{
    padding-left: 0;
}
.kh_wrap_science .kh_box_science{
    display: block;
}
.kh_img_science {
    width: 100px;
    margin: 20px auto;
}
.kh_item_science{
    text-align: center;
    padding-left: 0;
}
.kh_wrap_science .owl-nav {
   display: none;
}
.kh_wrap_science .owl-dots {
    position: absolute;
    bottom: -20%;
    display: flex;
    padding: 3px 10px;
    border-radius: 5px 5px 0 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.kh_wrap_science .owl-dots:before, .kh_wrap_science .owl-dots::after{
    content: "";
    bottom: 0;
    position: absolute;
    display: none;
}

.kh_wrap_science .owl-dots::after {
    border-left: 0px solid transparent;
    border-right: 15px solid transparent;
    right: -14px;
    border-bottom: 24px solid #fff;
}

.kh_wrap_science .owl-dots::before {
    border-left: 15px solid transparent;
    border-top: 0px solid transparent;
    border-bottom: 24px solid #fff;
    left: -14px;
}

.kh_wrap_science .owl-dot{
    padding: 5px;
}

.kh_wrap_science .owl-dots .owl-dot span{
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #dfa127;
    transition: all 300ms ease-in 0ms;
}

.kh_wrap_science .owl-dot.active span {
    width: 70px;
    background-color: #dfa127;
    background-image: linear-gradient( 
        90deg
        , #dfa127, #d7c164, #dfa127);
    background-size: 100%;
    border-radius: 25px;
}
/*End*/
/*Module ingre*/
.kh_intro_ingre {
    width: 100%;
    margin: 20px 0;
}
.hb_ingre{
    padding: 0 15px;
}
.kh_img_ing_prod{
    width: 300px;
    height: 300px;
    order: 1;
    margin: 30px auto;
}
.kh_box_ingre{
    display: flex;
    flex-wrap: wrap;
}
.kh_list_ing{
    order: 2;
    /*display: flex;*/
    width: 100%;
}
.kh_list_ing .kh_left_side.kh_side:before,
.kh_list_ing .kh_right_side.kh_side::before{
    display: none;
}
.kh_item_ing.kh_ing_1.left-side, .kh_item_ing.kh_ing_3.left-side{
    margin-left: 0;
    margin-bottom: 65px;
}
.kh_item_ing.kh_ing_2.left-side{
    margin-left: 0;
    order: -1;
}
.kh_ing_inner{
    display: flex;
    flex-wrap: wrap;
    height: unset;
}
.kh_left_side.kh_side .kh_ing_inner{
    justify-content: center;
}
.kh_ing_img{
    margin: 0 auto 1rem;
}
.kh_item_ing{
    width: 100%;
}
.kh_ing_img .img-fluid {
    width: auto;
}
.kh_list_ing .kh_left_side.kh_side .kh_text_ing{
    margin-right: 0;
    text-align: center;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
}
.kh_list_ing .kh_side{
    position: relative;
    top: 0;
    width: 100%;
}
.kh_item_ing.kh_ing_2.left-side .kh_ing_inner{
    padding-left: 0;
}
.kh_item_ing.kh_ing_2.left-side .kh_ing_inner, .kh_item_ing.kh_ing_5.right-side .kh_ing_inner{
    border-radius: 15px;
    background-color: transparent;
    background-image: none;
}
.kh_item_ing.kh_ing_2.left-side .kh_ing_img, .kh_item_ing.kh_ing_5.right-side .kh_ing_img {
    margin: 5px auto 10px;
    width: 100px;
    height: 100px;
}
.kh_item_ing.kh_ing_2.left-side .kh_ing_img:before, .kh_item_ing.kh_ing_5.right-side .kh_ing_img:before{
    width: 100px;
    height: 100px;
}
.kh_item_ing.kh_ing_2.left-side .kh_ing_img::after, .kh_item_ing.kh_ing_5.right-side .kh_ing_img::after{
    width: 100px;
    height: 100px;
}
.kh_item_ing.kh_ing_4.right-side, .kh_item_ing.kh_ing_6.right-side{
    margin-left: 0;
}
.kh_item_ing.kh_ing_5.right-side{
    order: -1;
    margin:0 0 -30px;
    padding:0;
}
.kh_item_ing.kh_ing_5.right-side .kh_ing_inner{
    padding-right: 0;
}
.kh_item_ing.kh_ing_2.left-side .kh_ing_inner .kh_name_ing, .kh_item_ing.kh_ing_5.right-side .kh_ing_inner .kh_name_ing {
    text-align: center;
    margin-bottom: 15px;
}
.kh_item_ing.kh_ing_2.left-side .kh_ing_inner .kh_content_ingre, .kh_item_ing.kh_ing_5.right-side .kh_ing_inner .kh_content_ingre {
    margin-bottom: 10px;
}
.kh_name_ing{
    font-size: 1.3rem;
}
.kh_list_ing .kh_right_side.kh_side .kh_text_ing{
    text-align: center;
    margin-left: 0;
    flex: 0 0 100%;
    max-width: 100%;
}
.kh_item_ing.kh_ing_2.left-side .kh_ing_inner .kh_name_ing, 
.kh_item_ing.kh_ing_5.right-side .kh_ing_inner .kh_name_ing{
    color: #f6bb2f;
}
.kh_item_ing.kh_ing_2.left-side .kh_ing_inner .kh_content_ingre, 
.kh_item_ing.kh_ing_5.right-side .kh_ing_inner .kh_content_ingre{
    color:#fff;
}
.kh_module_ingre .owl-nav {
    display: none;
}
.kh_module_ingre .owl-dots {
    position: absolute;
    bottom: 5%;
    display: flex;
    padding: 3px 10px;
    border-radius: 5px 5px 0 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
.kh_right_side .owl-dots{
    bottom: -25%;
}
.kh_module_ingre .owl-dots:before, .kh_module_ingre .owl-dots::after{
    content: "";
    bottom: 0;
    position: absolute;
    display: none;
}

.kh_module_ingre .owl-dots::after {
    border-left: 0px solid transparent;
    border-right: 15px solid transparent;
    right: -14px;
    border-bottom: 24px solid #fff;
}

.kh_module_ingre .owl-dots::before {
    border-left: 15px solid transparent;
    border-top: 0px solid transparent;
    border-bottom: 24px solid #fff;
    left: -14px;
}

.kh_module_ingre .owl-dot{
    padding: 5px;
}

.kh_module_ingre .owl-dots .owl-dot span{
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #dfa127;
    transition: all 300ms ease-in 0ms;
}

.kh_module_ingre .owl-dot.active span {
    width: 70px;
    background-color: #dfa127;
    background-image: linear-gradient( 
        90deg
        , #dfa127, #d7c164, #dfa127);
    background-size: 100%;
    border-radius: 25px;
}
/*End*/
/*Module Why*/
.kh_why_img{
    width: 100%;
    margin: 20px auto;
}
.kh_why_img{
    width: 150px !important;
    height: 150px;
}
.kh_why_choose .owl-nav {
    position: absolute;
    font-size: 2rem;
    width: 100%;
    color: #f6bb2f;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.kh_why_choose .owl-nav .owl-prev {
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.kh_why_choose .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
/*End*/
/*Module truyền thông và báo chí*/
.kh_news_media .kh_img_page{
    height: calc(6/3 * var(--content-size)/3 - 15px);
}
.kh_item_page_news {
    margin-bottom: 20px;
}
.kh_video_expert{
    margin-top: 30px;
}
.kh_img_expert{
    height: unset;
}
.kh_video_expert .owl-nav {
   display: none;
}
.kh_video_expert .owl-dots {
    position: absolute;
    bottom: -15%;
    display: flex;
    padding: 3px 10px;
    border-radius: 5px 5px 0 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
.kh_video_expert .owl-dots:before, .kh_video_expert .owl-dots::after{
    content: "";
    bottom: 0;
    position: absolute;
    display: none;
}

.kh_video_expert .owl-dots::after {
    border-left: 0px solid transparent;
    border-right: 15px solid transparent;
    right: -14px;
    border-bottom: 24px solid #fff;
}

.kh_video_expert .owl-dots::before {
    border-left: 15px solid transparent;
    border-top: 0px solid transparent;
    border-bottom: 24px solid #fff;
    left: -14px;
}

.kh_video_expert .owl-dot{
    padding: 5px;
}

.kh_video_expert .owl-dots .owl-dot span{
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #dfa127;
    transition: all 300ms ease-in 0ms;
}

.kh_video_expert .owl-dot.active span {
    width: 70px;
    background-color: #dfa127;
    background-image: linear-gradient( 
        90deg
        , #dfa127, #d7c164, #dfa127);
    background-size: 100%;
    border-radius: 25px;
}
.kh_video_media{
    width: auto;
}
.kh_box_video{
    height: unset;
}
.kh_video_media .owl-nav{
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    z-index:unset;
}
.kh_video_media .owl-nav .owl-prev{
    left: 0px;
}
.kh_video_media .owl-nav .owl-next{
    right: 0;
}
.kh_img_expert a:before, .kh_box_video a:before{
    background-size: 60%;
}
.kh_img_expert a:after, .kh_box_video a:after{
    width: 40px;
    height: 40px;
}
/*End*/
/*Module quality*/
.kh_box_quality{
    padding: 20px 0;
}
.kh_list_quality .owl-nav {
   height: unset;
   z-index: unset;
   top: 50%;
   transform: translateY(-50%);
}
.kh_list_quality .owl-nav i{
    color: #000;
    font-size: 30px;
    font-weight: 900;
}
.kh_list_quality .owl-nav .owl-prev{
    left: 13px;
    width: 50px;
    height: 50px; line-height: 45px;
    background: rgb(255, 255, 255,0.6);    border-radius: 50%;
}
.kh_list_quality .owl-nav .owl-next{
    right: 13px;
    width: 50px;
    height: 50px;    line-height: 45px;
    background: rgb(255, 255, 255,0.6);    border-radius: 50%;
}
.kh_img_quality{
    height: calc(350/195 * var(--content-size)/3 - 15px);
}
.kh_img_quality img{
    width: 100%;
    height: 100%;
}
/*End*/
/*Module */
}

@media only screen and (max-width: 767px) and (min-width: 577px) {
}

@media screen and (max-device-width: 576px) {
    .gd_contact_form{
        padding-top: 0;
    }
    .gd_contact_form .kh_hotline_header{
        margin-bottom: 15px;
    }
    .kh_box_image {
        height: calc(3 * (var(--content-size)/3 - 30px));
    }
    .gd_module_brand .icon_wrap {
        padding: 0 15px;
    }

    .kh_module_solution .kh_box_content .kh_nav_field {
        display: block; 
        /* padding: 10px 0; */
        /* flex-wrap: nowrap; */
        /* justify-content: space-between; */
        padding: 5px 0;
    }

    .kh_module {
        padding: 30px 0;
    }

    .kh_module_working .container {
        padding-bottom: 0; 
        padding-top: 0; 
    }

    .kh_module_working .kh_intro_working {
      /* margin: 0 auto 30px auto; */
      width: unset;
      margin: 0 auto 20px auto;
  }

  .solu_sto {
      /* padding: 90px 0; */
      padding: 15px 0;
  }

  .solu_sto .kh_box_content {
      /* padding: 90px; */
      /* max-width: 85%; */
      max-width: unset;
      padding: 15px;
  }

  .kh_title_home.kh_title_solution.text {
    margin-bottom: 0; 
}

.box-title .text {
    /* padding: 20px 5px; */
    padding: 5px 0;
}

.kh_module_solution .kh_box_content .kh_click_btn a {
  /* width: 25%; */
  width: 50%;
}

.kh_module_story .kh_box_content {
  /* padding-bottom: 150px; */
  padding-bottom: 30px;
}

.hb_news_item .hb_news_item_inner .hb_news_images {
    height: calc(40/20 * (var(--content-size)/3 - 30px));
}

.kh_module_solution .kh_box_content .kh_nav_field > li:last-child::after {
    content: unset; 
}
.kh_down_croll {
    display: none !important;
}
.kh_module_solution .kh_box_content .kh_logo_slu {
    display: none !important;
}
.kh_title_banner {
    font-size: 1rem !important;
}
.kh_title_banner span {
    font-size: 2rem !important;
}
.swiper-slide {
    font-size: 1rem !important;
}
.kh_icon_contact {
    display: none !important;
}
.kh_inner_chat {
    padding: unset;
}
.kh_left_chat {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px;
    padding-bottom: 0;
}
.kh_hotline span, .kh_email span {
    font-size: 1rem;
}
.form-group.kh_submit {
    width: unset;
    display: inline-flex;
    flex-wrap: wrap;
}
.kh_module.kh_module_chat {
    padding: 30px 0;
}


/* home.css | http://demo20.bicweb.vn/wp-content/themes/smen/css/home.css */

.kh_title_banner {
   width: unset; 
   padding-bottom: unset; 
   margin-bottom: unset; 
}

.kh_title_banner::before {
   content: unset; 
}

.kh_btn_banner.d-flex {
   width: unset; 
}

.kh_list_des {
  /* padding: 15px 0; */
  padding: 5px 0;
  margin-bottom: 0;
}

.kh_btn {
  /* flex: 0 0 50%; */
  /* max-width: 50%; */
  margin-right: 10px;
}

.kh_btn.kh_buy_now a, .kh_btn.kh_see_more a:hover {
  width: 100%;
}

.kh_btn a {
  /* padding: 7px 0; */
  padding: 5px 10px;
}

.kh_item_des {
  font-size: 12px;
}

.kh_title_banner {
    /* font-size: 1rem !important; */
    font-size: 14px;
}

.box-title .text {
    /* font-size: 24px; */
    font-size: 20px;
}

.kh_title_reason {
  /* font-size: 1.5rem; */
  font-size: 1rem;
}

.kh_content_intro {
  /* padding: 20px 150px; */
  padding: 20px 0;
}

/* header.css | http://demo20.bicweb.vn/wp-content/themes/smen/css/header.css */
.logo {
    /* max-width: 150px; */
    max-width: 270px;
}


/* home.css | http://demo20.bicweb.vn/wp-content/themes/smen/css/home.css */

.kh_box_uses.uses1 .kh_title_uses::before {
  /* width: 150%; */
  width: 100%;
}

.kh_box_uses.uses2 .kh_title_uses::before {
  /* width: 150%; */
  width: 100%;
}

.kh_box_uses.uses1 {
   padding-left: 15px; 
   /* padding-top: 70px; */
   padding-top: 20px;
}

.kh_box_uses.uses2 {
   padding-right: 15px; 
   /* padding-top: 70px; */
   padding-top: 20px;
}

.kh_title_uses {
  /* font-size: 1.4rem; */
  font-size: 1.2rem;
}

.kh_img_uses {
   margin-bottom: unset; 
}

.kh_module.kh_uses {
  padding-top: 80px;
}

.kh_content_intro {
    border-top: 1px solid #ebebeb;
    padding-top: 10px;
    padding-bottom: 0;
}

/* Trong dòng #11 | http://demo20.bicweb.vn/ */

.kh_img_uses .img-fluid {
  max-width: 20%;
}
.kh_report_kh {
    padding: 5px 5px 10px 15px;
}
.kh_name_kh {
    font-size: 1rem;
}
.kh_inner_report {
    padding: 10px;
}
.kh_module.kh_testimonial {
    padding-bottom: 60px;
}
.kh_avt_kh {
    flex: 0 0 30%;
    max-width: 30%;
}
.kh_inner_report::before {
    top: 10%;
}


/* Trong dòng #11 | http://demo20.bicweb.vn/ */

.kh_inner_kh.d-flex {
  display: block !important;
}

.kh_report_kh {
    /* padding: 5px 5px 10px 15px; */
    padding: 5px 5px 10px 5px;
}
.kh_inner_report::before {
    top: unset; 
}
.kh_avt_kh {
 max-width: 50%;
 margin: 0 auto;
 margin-bottom: 30px;          
}

.kh_inner_report::before {
  left: 47%;
  top: -15px;
  transform: rotate(90deg) translateX(-50%);
}

.kh_testimonial .owl-dots {
  bottom: -50px;
}

.kh_num_box {
   flex: 0 0 100%;
   max-width: 100%;
}
.kh_one {
    flex: 0 0 50%;
    max-width: 50%;
}
.kh_total {
    flex: 0 0 50%;
    max-width: 50%;
}

.kh_flex_price {
   display: flex; 
   flex-wrap: wrap; 
   margin: unset; 
   text-align: left;
}

.kh_flex_price div {
  /* padding: 0 20px; */
  padding: 5px 0;
}

.kh_text_hotline span {
  display: none;
}

.kh_text_hotline a {
  font-size: 1.05rem;
}

.kh_icon_hotline {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.gd_contact_form .wpcf7-submit {
    /* font-size: 14px; */
}
.kh_item_des {
  padding: 5px 0;
}
.kh_text_hotline a {
  font-size: 1rem;
}

#smen-intro {
    padding-bottom: 0;
}
.kh_content_intro p {
    margin-bottom: 0;
    text-align: justify;
}
.gd_entry__title .gda_text {
    font-size: 17px;
}
.gd_entry__image {
    max-width: 60%;
}
.box-title .text::before {
    width: 40%;
}

.kh_item_icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.kh_item_fixed:last-child {
    display: none;
}
.kh_item_fixed:nth-child(3) {
    display: block !important;
}
.kh_item_reason {
    padding-bottom: 30px;
}
.kh_module.kh_order {
    padding-top: 30px;
}
.kh_form_order{
    padding-left: 15px;
}
.kh_box_title .kh_title_home{
  /*  margin-top: 20px;*/
}
.kh_right_form.kh_side_form{
    text-align: inherit;
}
.kh_side_form{
    flex:0 0 100%;
    max-width: 100%;
}
.kh_wrap_order .kh_avt_prod img {
    max-width: 80%;
    margin-top: 25px;
}
.box-title .text {
    margin-bottom: 10px;
}
.kh_module.kh_introduce .kh_title_home.text.kh_title_intro {
    margin-bottom: 30px;
}
.box-title .text {
    padding-bottom: 20px;
}

.kh_module.kh_uses .box-title .text {
   line-height: unset; 
}

.gd_module__thanhphan {
    padding: 20px 0;
}

.gd_module__thanhphan .owl-dots {
    bottom: -5%;
}
.gd_module__thanhphan .kh_title_home.text.kh_title_intro {
    margin-bottom: 30px;
}
/* Carousel Dots*/
.kh_list_exp_rea .owl-nav{
    display: none;
}
.kh_list_exp_rea .owl-dots {
    position: absolute;
    bottom: -15%;
    display: flex;
    padding: 3px 10px;
    border-radius: 5px 5px 0 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.kh_list_exp_rea .owl-dots:before, .kh_list_exp_rea .owl-dots::after{
    content: "";
    bottom: 0;
    position: absolute;
    display: none;
}

.kh_list_exp_rea .owl-dots::after {
    border-left: 0px solid transparent;
    border-right: 15px solid transparent;
    right: -14px;
    border-bottom: 24px solid #fff;
}

.kh_list_exp_rea .owl-dots::before {
    border-left: 15px solid transparent;
    border-top: 0px solid transparent;
    border-bottom: 24px solid #fff;
    left: -14px;
}

.kh_list_exp_rea .owl-dot{
    padding: 5px;
}

.kh_list_exp_rea .owl-dots .owl-dot span{
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #dfa127;
    transition: all 300ms ease-in 0ms;
}

.kh_list_exp_rea .owl-dot.active span {
    width: 70px;
    background-color: #dfa127;
    background-image: linear-gradient( 
        90deg
        , #dfa127, #d7c164, #dfa127);
    background-size: 100%;
    border-radius: 25px;
}
.kh_box_reason .owl-dots{
    bottom: -10%;
}
.kh_module.kh_module_express_reason{
    padding-bottom: 20px;
}

.kh_sub_title {
    font-size: 1rem;
    margin-bottom: 5px;
}

.kh_box_title .kh_title_home{
 font-size: 1.25rem; 
}
.kh_list_exp_rea .kh_title_exp_rea {
    font-size: 1.125rem;
}
.kh_box_solution .kh_list_solu .kh_item_solu .kh_title_solu{
    font-size: 1rem;
    height: 46px;
}
.kh_box_solution .kh_list_solu .kh_item_solu{
    padding: 0 0 10px;
}
.kh_name_sc{
   font-size: 1.125rem; 
}
.kh_title_science{
    font-size: 1rem;
}
.kh_name_ing{
    font-size: 1rem;
}
.kh_item_ing.kh_ing_1.left-side, .kh_item_ing.kh_ing_3.left-side {
    margin-left: 0;
    margin-bottom: 15px;
}
.kh_item_ing {
    padding: 0 0 15px;
}

/*End*/

}

@media screen and (max-device-width: 414px) {
   .kh_prod_solu_mobile {
    padding: 25px;
}
}

@media screen and (max-width: 380px) {
    /*contact*/
    .gd_contact_form .hb_add_back a {
        font-size: 14px;
        padding: 14px 14px;
    }
    .kh_img_ing_prod {
        width: 250px;
        height: 250px;
        order: 1;
        margin: 30px auto;
    }
}

@media screen and (max-width: 360px) {
    /*contact*/
    .gd_contact_form .wpcf7-submit {
    }
    .gd_contact_form .hb_add_back{
        padding: 19px 0;
    }
    .gd_contact_form .hb_add_back a {
       padding: 12px 15px;
   }
   /*End*/
    /*    .kh_module_ingre {
            height: 240vh;
        }*/
/*        .kh_item_ing.kh_ing_2.left-side .kh_ing_inner .kh_text_ing, 
        .kh_item_ing.kh_ing_5.right-side .kh_ing_inner .kh_text_ing{
            height: calc(40/31.6 * var(--content-size)/2 - 15px);
        }*/
    }
    @media screen and (max-device-width: 320px) {
  /*      .kh_module_ingre {
            height: 282vh;
        }*/
/*        .kh_item_ing.kh_ing_2.left-side .kh_ing_inner .kh_text_ing, 
        .kh_item_ing.kh_ing_5.right-side .kh_ing_inner .kh_text_ing {
            height: calc(40/25 * var(--content-size)/2 - 15px);
        }*/
    }
    

/*Responsive Thanh tròn thành phần*/
@media only screen and (max-width: 1800px) and (min-width: 1600px) {
    .kh_list_ing .kh_left_side.kh_side::before {
        left: 54%;
        width: 385px;
        height: 120px;
        border-radius: 50%/120px 120px 0 0;
    }
    .kh_list_ing .kh_right_side.kh_side::before {
        right: 54%;
        width: 385px;
        height: 120px;
        border-radius: 50%/120px 120px 0 0;
    }
}
@media only screen and (max-width: 1700px) and (min-width: 1600px) {
    .kh_list_ing .kh_left_side.kh_side::before {
        left: 52%;
        width: 370px;
        height: 130px;
        border-radius: 50%/130px 130px 0 0;
    }
    .kh_list_ing .kh_right_side.kh_side::before {
        right: 52%;
        width: 370px;
        height: 130px;
        border-radius: 50%/130px 130px 0 0;
    }
}
@media only screen and (max-width: 1599px) and (min-width: 1501px) {
    .kh_list_ing .kh_left_side.kh_side::before {
        left: 50%;
    }
    .kh_list_ing .kh_right_side.kh_side::before {
        right: 50%;
    }
}
@media only screen and (max-width: 1500px) and (min-width: 1440px) {
    .kh_list_ing .kh_left_side.kh_side::before {
        left: 50%;
    }
    .kh_list_ing .kh_right_side.kh_side::before {
        right: 50%;
    }
}
@media only screen and (max-width: 1439px) and (min-width: 1300px) {
    .kh_list_ing .kh_left_side.kh_side::before {
        left: 52%;
    }
    .kh_list_ing .kh_right_side.kh_side::before {
        right: 52%;
    }
    .kh_img_ing_prod {
        margin: 0 auto 20px;
    }
}
@media only screen and (max-width: 1280px) and (min-width: 1081px) {
    .kh_list_ing .kh_side {
        width: 33%;
    }
}