/**
 * Theme Name:     K-Tech
 * Author:         K-Tech
 * Template:       flatsome
 * Text Domain:	   k-tech
 * Description:    Theme Build by Dai
 * Theme URI:      https://k-tech.net.vn/
 * Author URI:     https://k-tech.net.vn/
 * Version:        20250916
 * License:        2NRJM-B46WR-K6VQR-Y4T3D-QRWPX
 * License URI:    https://k-tech.net.vn/
 */

/*************** ADD CUSTOM CSS HERE.   ***************/

.btn_center {
  margin: 0 auto;
  display: block;
  width: max-content;
}
.row_box .row_box_title {
  color: #fff;
  background: var(--primary-color);
  padding: 10px;
}
h3.title-index b {
  font-weight: bold;
  color: var(--primary-color);
}
.row_box .row_box_title h3 {
  margin-bottom: 0;
  color: #fff;
}
.product-meta-custom {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  font-size: 16px;
}

.product-meta-custom .meta-item .label {
  font-weight: bold;
}

.product-meta-custom .meta-item span.value {
  color: var(--primary-color);
  font-weight: bold;
}
.row_box {
  border: 1px solid var(--primary-color);
}

.row_box .col.small-12 {
  padding: 0;
}

.row_box .col.small-12 .row {
  padding: 15px;
}
.col_contact form.wpcf7-form.init {
  padding: 16px;
}
.form-row {
  margin-bottom: 10px;
}

.form-row input,
.form-row textarea {
  border-radius: 10px;
}
.col_map .col-inner,
.col_map .col-inner p,
.col_map .col-inner iframe {
  height: -webkit-fill-available;
}

.w-5,
.w-10,
.w-20,
.w-25,
.w-30,
.w-33,
.w-40,
.w-50,
.w-66,
.w-75,
.w-100 {
  opacity: 1 !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Desktop */
.w-5 {
  flex-basis: 5% !important;
  max-width: 5% !important;
}
.w-10 {
  flex-basis: 10% !important;
  max-width: 10% !important;
}
.w-20 {
  flex-basis: 20% !important;
  max-width: 20% !important;
}
.w-25 {
  flex-basis: 25% !important;
  max-width: 25% !important;
}
.w-30 {
  flex-basis: 30% !important;
  max-width: 30% !important;
}
.w-33 {
  flex-basis: 33% !important;
  max-width: 33% !important;
}
.w-40 {
  flex-basis: 40% !important;
  max-width: 40% !important;
}
.w-50 {
  flex-basis: 50% !important;
  max-width: 50% !important;
}
.w-66 {
  flex-basis: 66% !important;
  max-width: 66% !important;
}
.w-75 {
  flex-basis: 75% !important;
  max-width: 75% !important;
}
.w-100 {
  flex-basis: 100% !important;
  max-width: 100% !important;
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
  .w-5,
  .w-10,
  .w-20,
  .w-25,
  .w-30,
  .w-33,
  .w-40,
  .w-50,
  .w-66,
  .w-75,
  .w-100 {
    flex-basis: 40% !important;
    max-width: 40% !important;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .w-5,
  .w-10,
  .w-20,
  .w-25,
  .w-30,
  .w-33,
  .w-40,
  .w-50,
  .w-66,
  .w-75,
  .w-100 {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
}

.sec-dv .large-2 {
  flex-basis: 20%;
  max-width: 20%;
}

.sec-dv .box.has-hover {
  padding: 17px 9px;
  border-radius: 10px;
  background: #fff;
}
.sec-dv .box-image {
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding-bottom: 5px;
}
.sec-dv .box-text.text-center {
  padding: 0px;
}
.sec-dv .box.has-hover::before {
  content: "";
  left: 0.3125rem;
  right: 0.3125rem;
  top: 0.3125rem;
  bottom: 0.3125rem;
  border: 2px solid #252525;
  position: absolute;
  z-index: 1;
  border-radius: 10px;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec-dv .row-why {
  position: relative;
}

.row-why::before {
  content: "";
  width: calc(100% - 50px);
  height: 2px;
  background: #c1c1c1;
  position: absolute;
  top: calc(42%);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: inherit;
}

.sec-dv .box.has-hover::after {
  content: "";
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 100%;
  background: #c1c1c1;
  position: absolute;
  right: -15px;
  top: 52%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  z-index: inherit;
  pointer-events: none;
}
.last-item .box.has-hover::after {
  display: none !important;
}
.row-why {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch; /* làm các cột cao bằng nhau */
  justify-content: center;
}
.row-why .col {
  display: flex;
  flex-direction: column;
}
.row-why .col-inner {
  display: flex;
  flex: 1;
}

.row-why .box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* icon và text căn đều */
}
.sec-dv .col:last-child .box.has-hover::after {
  display: none !important;
}

/* BẢO TRÌ */
.sec-baotri {
  .box {
    .overlay {
      background: transparent;
    }
    .box-text {
      text-shadow: unset !important;
      .box-text-inner {
        .text {
          display: flex;
          flex-direction: column;
          align-items: center;
          h2 {
            font-size: 50px;
            margin: 0;
            padding: 0;
          }
          p {
            width: 80%;
          }
        }
      }
    }
  }
}

.sec-trainghiem {
  .col-inner {
    height: 100%;
    .img {
      height: 100%;
      .img-inner {
        height: 100%;
        img {
          height: 100%;
        }
      }
    }
  }
  .slider-nav-circle .flickity-prev-next-button svg {
    border: inherit;
    background: black;
    border-radius: 5px !important;
    box-shadow: 1px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    font-size: 3px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .solution-project .row.w-33 {
    flex-basis: 50% !important;
    max-width: 50% !important;
  }
}

.solution-project .project-items {
  border-radius: 5px;
  overflow: hidden;
}

.solution-project .project-items:hover .box-text {
  transform: translate(-50%, 0);
  transition: all 0.5s ease;
}

.solution-project .project-items .box-text {
  text-shadow: none !important;
  width: 90%;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, 200%);
  padding: 10px 20px;
  border-radius: 8px;
  background: hsla(0, 0%, 100%, 0.6);
  transition: all 0.5s ease;
}

@media only screen and (max-width: 768px) {
  .solution-project .project-items .box-text {
    padding: 10px;
  }
}

.solution-project .project-items .box-text .box-text-inner .project-content {
  margin-bottom: 13px;
}

.solution-project
.project-items
.box-text
.box-text-inner
.project-content:last-child {
  margin-bottom: 0;
}

.solution-project .project-items .box-text .box-text-inner .project-content * {
  line-height: 1.35;
  margin: 0;
}

.solution-project
.project-items
.box-text
.box-text-inner
.project-content
.txt {
  font-size: 17px;
  max-width: 35%;
}

@media only screen and (max-width: 768px) {
  .solution-project
  .project-items
  .box-text
  .box-text-inner
  .project-content
  .txt {
    font-size: 16px;
  }
}

.solution-project
.project-items
.box-text
.box-text-inner
.project-content
.name {
  font-size: 19px;
  text-align: end;
  max-width: 65%;
}

@media only screen and (max-width: 768px) {
  .solution-project
  .project-items
  .box-text
  .box-text-inner
  .project-content
  .name {
    font-size: 18px;
  }
}

.solution-project .slider-wrapper .slider .flickity-button {
  width: 50px;
  height: 50px;
  opacity: 1 !important;
  transform: translate(0, -50%) !important;
  top: 45%;
  z-index: 9;
  display: block;
}

@media only screen and (max-width: 768px) {
  .solution-project .slider-wrapper .slider .flickity-button {
    top: 15%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .solution-project .slider-wrapper .slider .flickity-button {
    top: 26%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  .solution-project .slider-wrapper .slider .flickity-button {
    top: 32%;
  }
}

.solution-project .slider-wrapper .slider .flickity-button.next {
  right: 0;
}

@media only screen and (max-width: 768px) {
  .solution-project .slider-wrapper .slider .flickity-button.next {
    right: 5%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .solution-project .slider-wrapper .slider .flickity-button.next {
    right: 30%;
  }
}

.solution-project .slider-wrapper .slider .flickity-button.previous {
  left: 0;
}

@media only screen and (max-width: 768px) {
  .solution-project .slider-wrapper .slider .flickity-button.previous {
    left: 5%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .solution-project .slider-wrapper .slider .flickity-button.previous {
    left: 30%;
  }
}

.solution-project .slider-wrapper .slider .flickity-button svg {
  border: none !important;
  width: 50px;
  height: 50px;
  padding: 16px;
  background: #ffefe8;
  border-radius: 99px;
  overflow: hidden;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.solution-project .slider-wrapper .slider .flickity-button svg path {
  fill: var(--primary-color) !important;
}

.solution-project .flickity-page-dots {
  bottom: -14%;
}

@media only screen and (max-width: 768px) {
  .solution-project .flickity-page-dots {
    bottom: -9%;
  }
}

.solution-project .flickity-page-dots .dot {
  height: 15px;
  width: 15px;
  opacity: 1;
  border: none !important;
  background: rgba(217, 217, 217, 0.6) !important;
}

.solution-project .flickity-page-dots .dot.is-selected {
  background: var(--primary-color) !important;
}

/*  */
.sec-icon-num {
  .row {
    background: white;
    padding: 20px;
    border-radius: 12px;
    margin-top: -3rem !important;
    z-index: 999;
    position: relative;
    .col {
      padding: 0px;
      margin: 0px;
    }
  }
}
.section_bg_left:before {
  content: "";
  background-image: linear-gradient(
          to right,
          var(--primary-color) 20%,
          transparent 100%
  );
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.section_bg_right:before {
  content: "";
  background-image: linear-gradient(
          to left,
          var(--primary-color) 20%,
          transparent 100%
  );
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.row_thanhtuu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  position: relative;
  z-index: 2;
}

.row_thanhtuu .col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}
.row_thanhtuu:nth-child(2) {
  justify-content: end;
  margin-top: -150px;
}
.section_loiich img.bg {
  object-fit: contain;
  object-position: right;
}
.section_giadinh1 .col-inner {
  height: -webkit-fill-available;
}
.title_box p {
  margin-bottom: 0;
}

title_box {
}

.title_box h2 {
  color: var(--primary-color);
  font-size: 40px;
}

.slider_hoadon .col {
}

.slider_hoadon .col .item_tag {
  position: absolute;
  top: 0;
  right: 0;
  background: #116a34;
  padding: 5px 10px;
  min-width: 50%;
  text-align: center !important;
  color: #fff;
}

.slider_hoadon .col .col-inner {
  border-radius: 8px;
  overflow: hidden;
  padding: 45px 20px 20px;
  border: 1px solid #dedede;
  position: relative;
  text-align: center;
}

.slider_hoadon .col p {
  margin-bottom: 0;
}

.slider_hoadon .col .item-number {
  display: block;
  font-weight: bold;
  font-size: 32px;
  color: #116a34;
  line-height: normal;
}

div#text-2813643818 {
}

.slider_hoadon .col .item-des {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.slider_hoadon .col .item-content-1 {
  display: block;
  background: #ffc000;
  width: 100%;
  border-radius: 5px;
  padding: 5px 10px;
  font-weight: bold;
  margin-bottom: 10px;
}
.title_no_border b {
  display: NONE;
}

.title_no_border .section_title {
  justify-content: center !important;
}

.title_no_border h3.section-title.section-title-center {
  justify-content: center;
}

.footer_top form.wpcf7-form.init {
  display: flex;
  align-items: center;
}

.footer_top .form-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer_top .form-wrapper textarea {
  height: 50px;
}

.footer_top .form-row input[type="submit"] {
  background-color: var(--fs-color-secondary);
}
.footer_chinhsach .col {
  padding-bottom: 0;
}

.footer_chinhsach h4 {
  margin-bottom: 0;
  font-size: 16px;
}
.footer_chinhsach .col {
  padding-bottom: 0;
}

.footer_chinhsach h4 {
  margin-bottom: 0;
  font-size: 16px;
}

.stack_footer img {
  width: 30px;
}

.stack_footer .img {
  width: max-content;
}

.stack_footer {
  display: flex;
}
.title_footer {
  font-weight: 700;
}
.col_icon_box .col {
  padding-bottom: 0 !important;
}

.section_icon_box .row>* {
  padding-bottom: 0;
}

.icon-box-left, .icon-box-right {
  align-items: center;
}

.icon_box_home  .icon-box-text h5 {
  color: #1581ba;
}

.icon_box_home .icon-box-text {
  color: #fff;
  font-weight: 700;
}
.product-small .col-inner {
  border: 1px solid #ddd;
  overflow: hidden;
  position: relative;
  background: #fff;
  padding: 10px;
  height: 100%;
}

.product-small .col-inner .name.product-title a{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  position: relative;
  line-height: 1.4 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 !important;
  font-size: 16px;
  text-align: left;
  font-weight: 700;
  color: #000;
  -webkit-line-clamp: 2;
}

.product-short-description ul {
  list-style: none;
}

.product-short-description ul li:nth-child(2n) {
  background: #f3f3f3;
}

.product-short-description ul li {
  padding: 6px;
}

.box_text_btn {
  background: var(--primary-color);
  padding: 9px;
  transition: all 0.5s;
}

.box_text_btn a {
  color: #fff;
  text-align: center;
  display: block;
  font-weight: 700;
}

.box_text_btn:hover {
  background: var(--fs-color-secondary);
}
.product-category.col:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.hotine a {

  font-size: 14px;
  background: #fff;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 0;
  color: #d00;
}
li.html.custom.html_topbar_left {
  font-size: 14px;
}
.text_thanhtuu h2 {
  font-size: 30px;
  margin-bottom: 0;
}
.title_news {
  display: flex;
  justify-content: space-between;
}

.title_news ul.nav {
  justify-content: end;
}

.title_news .nav>li>a {
  border-radius: 10px;
}
.slider_home_2 .thumb-content h3 {
  font-size: 24px;
}
.price-wrapper {
  font-size: 18px;
  color: var(--primary-color);
}

.price-wrapper .amount {
  color: var(--primary-color);
}
.slider_home_2 .thumb-content  span.tag {
  background: #000;
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  font-size: 1rem;
}

.slider_home_2 .thumb-content a {
  background: #fff;
  display: inline-block;
  padding: 5px 15px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

.slider_home_2 .thumb-content h3 p {
  font-size: 20px;
}
h3.title-index {
  font-size: 30px;
}
.slider_logo  .gallery-col.col .col-inner {
  overflow: hidden;
  height: 80px;
  display: block;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.col_widget_news >.col> .col-inner {
  margin-bottom: 30px;
  box-shadow: 0 0px 2px 0 rgba(60, 64, 67, 0.1), 0 0px 6px 0px rgba(60, 64, 67, 0.25);
  margin-bottom: 20px;
}

.col_widget_news .col-inner .col_wiget_head {
  background: var(--primary-color);
  padding: 10px;
}

.col_widget_news .col-inner .col_wiget_head h2.title-head-col {
  margin-bottom: 0;
  color: #fff;
}

.col_widget_news .col-inner  .ux-menu {
  padding: 13px;
}
.col_widget_news .post-title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.choose-item {
  position: relative;
  padding: 70px 50px;
  color: #fff;
  min-height: 400px;

}
.choose-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  background: #116a34;
  opacity: 0.6;
}
.choose-item .number {
  display: block;
  font-size: 70px;
  font-weight: bold;
  line-height: 55px;
  margin-bottom: 20px;
}
.choose-item:after {
  position: absolute;
  top: 70px;
  left: 0;
  border-width: 30px 0 30px 30px;
  border-style: solid;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.8);
  width: 0;
  height: 0;
  content: "";
}
.product-quick-view-container {
  padding: 20px;
}
.slider_product_item--bottom {
  background: #e6ad00;
}

.slider_product_item >.col>.col-inner {
  background: #fff;
  padding: 0 !important;
  border-radius: 10px !important;
  overflow: hidden;
}

.slider_product_item--top {
  position: relative;
  padding: 20px !important;
  position: relative;
}

.slider_product_item--top .title-product {
  position: absolute;
  right: 0;
  TOP: -95px;
}

.slider_product_item--bottom {
  padding: 30px !important;
  color: #fff;
}
@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
}
