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

.kh_module {
  padding: 30px 0;
}

/*********************************************
  1. Banner
  **********************************************/

/*.kh_module_banner .kh_container.container-fluid {
    padding-right: 30px;
    padding-left: 30px;
  }*/

/*Main Banner*/

.gd_banner {
  clear: both;
  margin-bottom: 22px;
}

.gd_banner img.bg_slider {}

.gd_banner_items {
  display: flex;
  overflow: hidden;
}

.gd_banner_image {
  margin: 0 !important;
  /*max-height: 70vh;*/
  position: relative;
}

.gd_banner_image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  /*background-color: rgba(0,0,0,0.3);*/
  left: 0;
  top: 0;
}

.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: translate(-50%, -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: 1.5px solid #fff;
  transition: all 300ms ease-in 0ms;
}

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

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

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

/*End*/

/*Sub Banner*/

.kh_sub_banner .kh_container.container-fluid {}

.kh_sub_banner .kh_container.container-fluid .kh_row_banner {
  justify-content: space-between;
  margin-right: -10px;
  margin-left: -10px;
}

.kh_sub_banner .kh_container.container-fluid .kh_row_banner .kh_banner_item {
  flex: 0 0 33.333%;
  max-width: 33.333%;
  padding: 0 10px;
}

.kh_sub_banner .kh_banner_inner {
  position: relative;
}

.kh_sub_banner .kh_banner_inner .kh_banner_image {
  position: relative;
}

.kh_sub_banner .kh_banner_inner .kh_banner_image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
}

.kh_sub_banner .kh_banner_inner .kh_content_banner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.kh_sub_banner .kh_banner_inner .kh_content_banner .kh_title_banner {
  font-family: 'UVNBenXuan_B', sans-serif;
  color: #fff;
  font-size: 4.5rem;
  margin-bottom: 0;
}

.kh_sub_banner .kh_banner_inner .kh_content_banner .kh_slogan_banner {
  color: #e2ac02;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: bold;
}

.kh_sub_banner .kh_banner_inner .kh_content_banner .kh_btn_banner {
  height: 40px;
  line-height: 40px;
  margin-top: 10px;
}

.kh_sub_banner .kh_banner_inner .kh_content_banner .kh_btn_banner a {
  background-color: #e2ac02;
  color: #fff;
  width: 40%;
  height: 100%;
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
}

/*End*/

/*********************************************
  2. Module Product
  **********************************************/
/*Loading*/
#loading img {
  margin: auto;
  display: block;
  top: calc(50% - 100px);
  /*left: calc(50% - 10px);*/
  position: sticky;
  z-index: 999999;
  max-width: 100%;
}

.kh_module .kh_box_title {
  position: relative;
  height: 70px;
}

.home .kh_module .kh_box_title::before {
  content: '';
  position: absolute;
  height: 2px;
  background-color: #ddd;
  left: 50%;
  bottom: 25px;
  width: 150px;
  transform: translateX(-50%);
}

.home .kh_module .kh_box_title::after {
  content: '';
  position: absolute;
  height: 2px;
  background-color: #b70707;
  left: 50%;
  bottom: 25px;
  width: 40px;
  transform: translateX(-50%);
}

.kh_module .kh_box_title .kh_title {
  text-align: center;
  font-size: 1.65rem;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
  color: #291711;
}

.kh_module_prod .gd_products .kh_prod_items {
  /*padding-bottom: 15px;*/
}

.kh_module_prod .kh_prod_cat .kh_cat_inner {
  list-style: none;
  padding-left: 0;
  justify-content: center;
  margin-bottom: 0;
}

.kh_module_prod .kh_prod_cat .kh_cat_inner .kh_cat_item {
  border: 1px solid #c2c2c2;
  display: flex;
  align-items: center;
  margin: 0 5px;
  background-color: #ebebeb;
  padding: 7px 30px;
  color: #444;
}

.kh_module_prod .kh_prod_cat .kh_cat_inner .kh_cat_item:hover,
.kh_module_prod .kh_prod_cat .kh_cat_inner .kh_cat_item.active {
  background-color: #291711;
  color: #fff;
}

.kh_module_prod .kh_prod_cat .kh_cat_inner .kh_cat_item a {
  color: unset;
}

.kh_module_prod .kh_prod_cat .kh_cat_inner .kh_cat_item .kh_name_cat {
  margin-bottom: 0;
  font-size: 1.2rem;
}

.kh_module_prod .kh_prod_items {
  position: relative;
  padding-bottom: 50px;
  margin-right: -10px;
  margin-left: -10px;
}

.kh_module_prod .kh_prod_items .kh_load_all {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.kh_module_prod .kh_prod_items .kh_load_all a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 10px 25px;
  background-color: #291711;
  text-transform: uppercase;
}

.kh_module_prod .kh_prod_items .kh_load_all a:hover {
  background: #fff;
  color: #291711;
  border: 1px solid #291711;
  font-weight: bold;
}

.kh_module_prod .kh_prod_items .gd__p_item {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.kh_module_prod .kh_prod_items .gd__p_item .gd__p_image {
  position: relative;
  height: calc(45/87 * (var(--content-size)/3 - 30px));
}

.kh_module_prod .kh_prod_items .gd__p_item .gd__p_image img {
  max-width: 100%;
  height: auto;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.kh_module_prod .kh_prod_items .gd__p_item .gd__p_content .gd_control {
  display: none;
}

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

.kh_module_prod .kh_prod_cat .kh_cat_inner .da_cat_item .da_cat_item--title {
  text-align: center;
  padding-top: 15px;
  text-transform: uppercase;
  font-size: 1.25rem;
  margin-bottom: 0;
  color: #222;
  font-weight: 600;
}

.kh_module_prod .kh_prod_cat .kh_cat_inner .da_cat_item:hover .da_cat_item--title {
  color: #291711;
}

.kh_module_prod .kh_prod_items .gd__p_item .gd__p_content .gd_text {
  font-size: 1rem;
  color: #444444;
  font-weight: bold;
}

.kh_module_prod .kh_prod_items .gd__p_item .gd__p_content .gd_text:hover {
  color: #b70707;
}

.kh_module_prod .kh_prod_items .gd__p_item .gd__p_content .hb_strong_prod {
  color: #444;
}

.kh_module_prod .kh_prod_items .gd__p_item .gd__p_content .kh_id_prod {
  color: #444;
}

/*Hover Order*/
.gd_control {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gd_control .button {
  display: none;
}

.gd_control .added_to_cart {
  display: none;
}

.gd__p_image:hover .gd_control .button {
  display: block;
  background-color: #b70707;
  color: #fff;
  padding: 5px 10px;
}

.gd_control .button.product_type_simple:not(.add_to_cart_button) {
  visibility: hidden;
}

.gd_control .button.product_type_simple:not(.add_to_cart_button)::before {

  content: "Chi tiết";
  visibility: visible !important;
  background-color: #b70707;
  padding: 5px 10px;
  position: absolute;
  white-space: nowrap;
  display: block;
}

/*********************************************
  3. Module Introduce
  **********************************************/

/* Trong dòng #16 | https://demo14.bicweb.vn/ */

.kh_module_intro .kh_img_intro {}

.kh_module_intro .kh_img_intro .kh_box_img {
  margin-bottom: 0;
}

.kh_module_intro .kh_content_intro {
  position: relative;
  border: 1px solid #b70707;
}

.kh_module_intro .kh_content_intro .kh_img_abs {
  position: absolute;
  left: -82.5px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  padding: 30px 0;
}

.kh_module_intro .kh_content_intro .kh_inner_intro {
  padding: 50px 60px 50px 85px;
}

.kh_module_intro .kh_content_intro .kh_inner_intro .kh_sub_intro {
  font-size: 2.25rem;
  font-family: 'UVNBenXuan_B', sans-serif;
  margin-bottom: 0;
  color: #444444;
}

.kh_module_intro .kh_content_intro .kh_inner_intro .kh_name_company {
  color: #b70707;
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: bold;
}

.kh_module_intro .kh_content_intro .kh_inner_intro p {
  color: #444;
}


/*********************************************
  4. Module Information
  **********************************************/
.info3.kh_module_info figure {
  flex: 0 0 70%;
}

.kh_module_info figure {
  margin-bottom: 0;
  flex: 0 0 50%;
  max-width: 100%;
  height: calc(2.5/8 * (var(--content-size)) - 30px);
}

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

.kh_module_info .kh_inner_info {
  background-color: #ebebeb;
  position: relative;
}

.kh_module_info.kh_module_map {
  margin-bottom: 30px;
}

.info3.kh_module_info .kh_inner_info .kh_border_inner {
  justify-content: space-between;
}

.kh_module_info .kh_inner_info .kh_border_inner {
  width: 100%;
  justify-content: unset;
  background-color: #291711;
  padding: 20px;
}

.kh_module_info .kh_inner_info::before {
  content: '';
  position: absolute;
  width: 97%;
  border: 1px solid #fff;
  height: 91%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.kh_module_info .kh_inner_info .kh_flower {
  position: absolute;
  right: 14px;
  bottom: 15px;
  background-color: #ebebeb;
}

.kh_module_info .kh_inner_info .kh_content_info {
  align-items: center;
  position: sticky;
}

.kh_module_info .kh_inner_info .kh_content_info .kh_item_info {
  align-items: center;
  margin-right: 20px;
}

.kh_module_info .kh_inner_info .kh_content_info .kh_item_info .kh_img_info {
  padding: 10px;
  border: 1px solid aliceblue;
  padding: 15px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 15px;
}

.kh_module_info .kh_inner_info .kh_content_info .kh_item_info .kh_content_box .kh_title_info {
  margin-bottom: 0;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
}

.kh_module_info .kh_inner_info .kh_content_info .kh_item_info .kh_content_box p {
  margin-bottom: 0;
}

.kh_module_info .kh_inner_info .kh_content_info .kh_inner_content {
  padding: 0 30px;
  color: #fff;
}

.info3.kh_module_info .kh_inner_info .kh_content_info .kh_inner_content {
  padding: 0 50px;
}

.kh_module_info .kh_inner_info .kh_content_info .kh_inner_content .kh_list_info {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  padding-top: 10px;
}

.kh_module_info .kh_inner_info .kh_content_info .kh_inner_content .kh_sm_title {
  text-transform: uppercase;
}

.kh_module_info .kh_inner_info .kh_content_info .kh_inner_content .kh_title_info {
  /* text-transform: uppercase; */
  font-size: 1.43rem;
  font-weight: bold;
}

.kh_module_info .kh_inner_info .kh_content_info .kh_inner_content .kh_list_info li {
  padding-left: 20px;
  padding-bottom: 10px;
}

.kh_module_info .kh_inner_info .kh_content_info .kh_inner_content .kh_list_info li::before {
  content: "\f00c";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
}

.kh_module_info .kh_inner_info .kh_content_info .kh_inner_content .kh_btn_map {
  background-color: #fff;
  display: inline-block;
  padding: 8px 15px;
}

.kh_module_info .kh_inner_info .kh_content_info .kh_inner_content .kh_btn_map a {
  color: #291711;
}

.kh_module_info .kh_inner_info .kh_content_info .kh_inner_content .kh_btn_map:hover {
  border: 1px solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, .8), 0 0 20px rgba(255, 255, 255, .8);
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 15px;
  text-shadow: 1px 1px 2px #fff;
}

.kh_module_info .kh_inner_info .kh_content_info .kh_inner_content .kh_btn_map {
  border: 0 solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
  outline: 1px solid;
  outline-color: rgba(255, 255, 255, .5);
  outline-offset: 0px;
  text-shadow: none;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}


/*********************************************
  5. Module Guide Box
  **********************************************/

.page-product .kh_guide_order {
  margin-top: 0;
}

.kh_title_guide {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  color: #b70707;
}

/*.kh_title_guide::after {
      content: '';
      background: url(../images/icon/Icon-hoa-tiet-sen.png);
      width: 270px;
      position: absolute;
      background-size: contain;
      left: 50%;
      transform: translateX(-50%);
      top: 120%;
      bottom: 0;
      background-repeat: no-repeat;
      height: 20px;
    }*/

.kh_items_guide {
  list-style: none;
  padding-left: 0;
  justify-content: space-between;
  position: relative;
  z-index: 10;
  margin: 0;
}

.kh_items_guide::before {
  content: '';
  width: 100%;
  height: 1.31px;
  background-color: #b70707;
  top: 40px;
  position: absolute;
  left: 0;
  z-index: 9;
}

.kh_inner_box {
  text-align: center;
}

.kh_step {
  flex: 0 0 20%;
  max-width: 20%;
  position: sticky;
  z-index: 10;
}

.kh_icon_step {
  width: 80px;
  height: 80px;
  background-color: #291711;
  padding: 20px;
  border-radius: 50%;
  margin: 0 auto;
}

.kh_icon_step:hover img {
  -webkit-transition: -webkit-transform 1s;
  transform: rotate(360deg);
}

li.kh_step:nth-child(1)>div:nth-child(1)>figure:nth-child(1) {
  padding: 15px 20px 20px;
}

li.kh_step:nth-child(2)>div:nth-child(1)>figure:nth-child(1) {
  padding: 25px 20px 20px;
}

li.kh_step:nth-child(4)>div:nth-child(1)>figure:nth-child(1) {
  padding: 16px 15px 20px 22px;
}

.kh_box_icon {
  margin-bottom: 20px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
}

.kh_title_step {
  font-size: 1rem;
  margin-bottom: 0;
  font-weight: bold;
  color: #444444;
  text-transform: uppercase;
}


/*********************************************
  4. Module tin tức
  **********************************************/

.gd_post__image {
  height: calc(45/90 * (var(--content-size)/3 - 30px));
  margin-bottom: 1rem;
}

.gd_post__image a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.gd_post__image a::before {
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  border: 1px solid #fff;
  content: '';
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-15px, 0, 0);
  transform: translate3d(-15px, 0, 0);
  z-index: 1;
  display: none;
}

.gd_post__image:hover a::before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.gd_post__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  max-width: none;
  width: calc(100% + 60px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-30px, 0, 0);
  transform: translate3d(-30px, 0, 0);
}

.gd_post__image:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.gd_post__title .gd_text {
  font-size: 1.125rem;
  font-weight: 600;
  color: #222;
  display: -webkit-box !important;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gd_post__title .gd_text:hover {
  color: #008ed4;
}






/* code them */

.gd_fixed_left_box_mb.gd_fixed_mb {
  display: none;
}

/* end code */

/*********************************************
  7. Module XXX
  **********************************************/
@media screen and (max-width: 1440px) {
  .kh_sub_banner .kh_banner_inner .kh_content_banner .kh_title_banner {
    font-size: 3.5rem;
  }

  .kh_sub_banner .kh_banner_inner .kh_content_banner .kh_slogan_banner {
    font-size: 1.25rem;
  }

  .kh_sub_banner .kh_banner_inner .kh_content_banner .kh_btn_banner {
    height: 35px;
    line-height: 35px;
  }

  .kh_sub_banner .kh_banner_inner .kh_content_banner .kh_btn_banner a {
    width: 35%;
  }

  .kh_module_intro .kh_img_intro .kh_box_img {
    height: 100%;
  }

  .kh_module_intro .kh_img_intro .kh_box_img .img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .kh_module_info .kh_inner_info .kh_flower {
    right: 0;
    bottom: 10px;
  }

  .kh_module_info .kh_inner_info .kh_flower img {
    max-width: 80%;
  }

  .kh_module_info .kh_inner_info .kh_content_info .kh_item_info {
    margin-right: 15px;
  }

  .kh_module_info .kh_inner_info .kh_content_info .kh_item_info .kh_img_info {
    margin-right: 10px;
  }


}

@media screen and (min-device-width: 1200px) and (max-device-width: 1440px) {
  .kh_module_info .kh_inner_info::before {
    height: 90%;
    width: 96.7%;
  }
}

@media only screen and (max-width: 1199px) {
  .kh_sub_banner .kh_banner_inner .kh_content_banner .kh_title_banner {
    font-size: 3rem;
  }

  .kh_sub_banner .kh_banner_inner .kh_content_banner .kh_slogan_banner {
    font-size: 1.2rem;
  }

  .kh_sub_banner .kh_banner_inner .kh_content_banner .kh_btn_banner a {
    width: 43%;
  }

  .kh_module_prod .kh_prod_cat .kh_cat_inner .kh_cat_item {
    padding: 7px 15px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 993px) {
  .kh_module_intro .kh_content_intro .kh_inner_intro {
    padding: 25px 25px 25px 85px;
  }

  .kh_module_intro .kh_content_intro .kh_img_abs {
    left: -63.5px;
    padding: 15px 0;
  }

  .kh_module_intro .kh_content_intro .kh_img_abs .img-fluid {
    max-width: 80%;
  }
}


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


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

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

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

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

@media only screen and (min-width: 1441px) {}

@media only screen and (max-width: 1440px) and (min-width: 1200px) {}

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

@media only screen and (max-width: 1024px) and (min-width: 768px) {}

@media only screen and (max-width: 1024px) and (min-width: 993px) {}

@media only screen and (max-width: 992px) {
  .kh_module_prod .kh_prod_items .gd__p_item .gd__p_image {
    height: calc(45/120 * (var(--content-size)/3 - 30px));
  }

  .kh_module_intro .kh_img_intro {
    display: none;
  }

  .kh_module_intro .kh_content_intro {
    flex: 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .kh_module_intro .kh_content_intro .kh_img_abs {
    left: 30px;
  }

  .kh_module_intro .kh_content_intro .kh_inner_intro {
    padding: 50px 60px 50px 210px;
  }

  .kh_module_info .kh_inner_info {
    padding: 0;
  }

  .kh_module_info .kh_inner_info .kh_border_inner .kh_img_company {
    display: none;
  }

  .kh_module_info .kh_inner_info .kh_border_inner {
    position: relative;
    width: 100%;
  }

  .kh_module_info .kh_inner_info .kh_content_info {
    margin-left: 0;
  }

  .gd__p_price .hb_strong_prod {
    display: none !important;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .kh_module_prod .kh_prod_items .gd__p_item {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .gd_onsale {
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
  }

  .kh_icon_step {
    width: 60px;
    height: 60px;
    padding: 15px !important;
  }

  .kh_items_guide::before {
    top: 30px;
  }

  .kh_box_icon {
    background-size: 10px;
  }
}


@media only screen and (max-width: 767px) {
  .kh_container.container-fluid {
    padding-left: 0;
    padding-right: 0;
  }

  .gd_banner .owl-dots {
    bottom: 0px;
  }

  .gd_banner .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
  }

  .kh_module_banner .kh_sub_banner {
    display: none;
  }

  .kh_module.kh_module_map {
    display: none;
  }

  .kh_module_prod .kh_prod_items .gd__p_item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }

  .kh_module_prod .kh_prod_items .gd__p_item .gd__p_image {
    height: calc(45/100 * (var(--content-size)/3 - 30px));
  }

  .kh_icon_step {
    width: 50px;
    height: 50px;
    padding: 15px !important;
  }

  .kh_items_guide::before {
    top: 25px;
  }

  .kh_box_icon {
    background-size: 8px;
  }

  .kh_title_guide {
    font-size: 24px;
    margin-top: 10px;
  }

  .gd_post__title .gd_text {
    -webkit-line-clamp: 2;
    font-size: 1rem;
  }

  /*CSS bổ sung*/
  .tax-product_cat .kh_module_prod .gd_products .kh_prod_items {
    /*padding-bottom: 0;*/
  }

  .tax-product_cat .kh_module {
    padding: 0 0 10px;
  }

  .tax-product_cat .kh_module_prod .kh_prod_items .gd__p_item {
    /*margin-bottom: 0;*/
  }

  .single-product .kh_module_prod .kh_prod_items .gd__p_item:last-child {
    display: none;
  }

  .single-product .igi_p_related {
    padding-bottom: 0;
  }

  .single-product .kh_module {
    padding: 0 0 10px;
  }

  /*endresgin*/
  .kh_module_info .kh_inner_info .kh_content_info .kh_inner_content .kh_sm_title {
    text-align: center;
  }

  .kh_module_info .kh_inner_info .kh_content_info .kh_inner_content .kh_title_info {
    font-size: 1rem;
    text-align: center;
  }

  .kh_module_info .kh_inner_info .kh_content_info .kh_inner_content .kh_list_info {
    text-align: left;
    font-size: 11px;
  }

  .kh_module_info .kh_inner_info .kh_content_info {
    width: 100%;
    text-align: center;
    position: relative;
  }

  .kh_module_info .kh_inner_info .kh_content_info::before {
    content: '';
    position: absolute;
    width: 100%;
    border: 1px solid #fff;
    height: 100%;
    top: 50%;
    z-index: 1;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .info3.kh_module_info .kh_inner_info .kh_content_info .kh_inner_content {
    text-align: center;
    width: 100%;
  }

  .kh_module_info .kh_inner_info .kh_border_inner {
    background-color: #291711ba;
  }

  .kh_module_info .kh_inner_info .kh_content_info .kh_inner_content {
    margin: 20px 0;
  }

  .kh_module_info .kh_inner_info::before {
    display: none;
  }

}

@media only screen and (max-width: 576px) {

  /* code them */
  /* .logo {
    max-width: 100px;
  }

  .logo a img {
    max-width: 70px;
  } */

 
  /* end code */



  .kh_module_prod .kh_prod_items .gd__p_item {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .kh_module_prod .kh_prod_items .gd__p_item .gd__p_image {
    height: calc(45/80 * (var(--content-size)/3 - 30px));
  }

  .kh_module_prod .kh_prod_items .gd__p_item {
    padding: 0 15px;
  }

  .kh_module_intro .kh_content_intro {
    border: unset;
  }

  .kh_module_intro .kh_content_intro {
    position: relative;
  }

  .kh_module_intro .kh_content_intro::before {
    position: absolute;
    content: '';
    width: 95%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #b70707;
    height: 100%;
  }


  .kh_module_intro .kh_content_intro .kh_inner_intro {
    padding: 30px 25px 30px 210px;
  }

  .kh_module_info .kh_inner_info .kh_border_inner {
    width: 100%;
  }

  .kh_module_info .kh_inner_info {
    /*padding: 70px 0;*/
  }

  .home .kh_module .kh_box_title::before {
    display: none;
  }

  .kh_module_intro .kh_content_intro .kh_inner_intro .kh_name_company {
    font-size: 2rem;
  }

  .kh_module_info .kh_inner_info .kh_flower {
    display: none;
  }

  .kh_module_info .kh_inner_info .kh_content_info .kh_item_info .kh_img_info {
    padding: 10px;
  }

  .kh_module_info .kh_inner_info .kh_content_info .kh_item_info .kh_content_box .kh_title_info {
    font-size: 14px;
  }

  .kh_module_info .kh_inner_info .kh_content_info .kh_item_info .kh_img_info {
    margin-right: 6px;
  }

  .kh_module_info .kh_inner_info .kh_content_info .kh_item_info {
    margin-right: 10px;
  }

  .kh_module_intro .kh_content_intro .kh_img_abs {
    display: none;
  }

  .kh_module_intro .kh_content_intro .kh_inner_intro {
    padding: 25px;
  }

  .kh_module_prod .kh_prod_items .gd__p_item {
    padding: 0 10px;
  }

  .kh_module_prod .kh_prod_items {
    margin-right: -10px;
    margin-left: -10px;
  }

  .gd_banner_image {
    max-height: calc(100vh/3);
  }

  .gd_banner {
    margin-bottom: 5px;
  }

  .kh_module .kh_box_title {
    height: 50px;
  }

  .home .kh_module .kh_box_title::after {
    bottom: 12px;
    width: 25%;
  }

  .kh_module_prod .kh_prod_cat .kh_cat_inner .kh_cat_item .kh_name_cat {
    font-size: 1rem;
  }

  .kh_module_prod .kh_prod_cat .kh_cat_inner {
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .kh_module_prod .kh_prod_cat .kh_cat_inner .kh_cat_item {
    margin-bottom: 10px;
  }

  .kh_module_prod .kh_prod_items .gd__p_item .gd__p_image {
    height: calc(45/130 * (var(--content-size)/3 - 30px));
  }

  .kh_module {
    padding: 10px 0;
  }

  .kh_module .kh_box_title .kh_title {
    font-size: 1.715rem;
  }

  .kh_module_prod .kh_prod_cat .kh_cat_inner .kh_cat_item {
    padding: 7px 8px;
  }

  .gd_post__image {
    margin-bottom: 6px;
    height: calc(130/90 * (var(--content-size)/3 - 30px));
  }

  .kh_module_prod .kh_prod_items .kh_load_all a {
    padding: 7px 15px;
  }

  .kh_module_prod .kh_prod_items {
    /*  padding-bottom: 0px;*/
  }

  .kh_items_guide {
    margin-bottom: 0;
  }

  .gd_onsale {
    padding: 0 12px;
    margin: 8px 0 8px 8px;
    height: 20px;
    line-height: 20px;
  }

  .sale_new {
    right: 8px;
  }

  .gd_post__item.col-md-3.col-sm-6.col-6 {
    padding: 0 10px;
  }

  .gd_top_post.row {
    margin: 0 -10px;
  }

  .kh_guide_order {
    margin-top: 0;
  }

  .kh_module_intro .kh_content_intro .kh_inner_intro .kh_sub_intro {
    font-size: 2rem;
  }

  .gd_post__item.col-md-3.col-sm-6.col-6 {
    margin-bottom: 10px;
  }

  .kh_module_info .kh_inner_info .kh_content_info .kh_item_info {
    width: 70%;
    margin: 0 auto;
  }

  .kh_module_info .kh_inner_info .kh_content_info .kh_item_info .kh_img_info {
    padding: 20px;
  }

  .kh_module_info .kh_inner_info .kh_content_info .kh_item_info .kh_content_box {
    text-align: left;
  }

  .gd_control {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .kh_icon_step {
    width: 40px;
    height: 40px;
    padding: 10px !important;
  }

  .kh_items_guide::before {
    top: 20px;
  }

  .kh_items_guide::before {
    height: 1px;
  }

  .kh_box_icon {
    background-size: 6px;
  }

  .kh_title_step {
    font-size: 11px;
  }

  .kh_box_icon {
    margin-bottom: 10px;
  }
}

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



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