/*
Theme Name: flatsome-child
Description: Day la child theme flatsome
Author: WP
Template: flatsome
Version: 3.20.1
*/

html {
  scroll-behavior: smooth;
}

.absolute-footer {
  display: none !important;
}

.follow-icons a {
  color: #444 !important;
  font-size: 1.3rem !important;
  margin: 0 5px;
  transition: all 0.3s;
}

.follow-icons a:hover {
  color: #fff !important;
  transform: translateY(-3px);
}

.follow-icons.is-circle a {
  border: 1px solid #444;
}

#top-bar {
  background-color: #ffd523 !important;
  position: relative;
  z-index: 10;
}

.top-info-contact {
  font-size: 13px;
  font-weight: bold;
  color: #333;
  display: flex;
  align-items: center;
}

.top-info-contact i {
  margin-right: 5px;
  color: #444;
}

#top-bar:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 25%;
  background: #fff;
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
  z-index: -1;
}

#top-bar .flex-row {
  position: relative;
  z-index: 1;
}

#wide-nav {
  background-color: #ffd523;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.hotline {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 1.2;
}

.hotline p {
  margin: 0 !important;
  font-size: 21px;
  color: #000;
  font-weight: 500;
  text-transform: none;
}

.hotline span {
  font-size: 24px;
  font-weight: 800;
  color: #e31e24;
  letter-spacing: 0.5px;
}

.company-info {
  text-align: center;
  line-height: 1.2;
}

.company-name {
  display: block;
  font-size: 21px;
  font-weight: bold;
  color: #333;
}

.brand-name {
  margin: 0;
  font-size: 32px;
  font-weight: 900;
  color: #ffd523;
  letter-spacing: 10px;
  margin-top: 10px;
}

#wide-nav .nav-top-link {
  color: #000 !important;
  font-weight: bold;
  font-size: 15px;
  padding: 15px 20px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

#wide-nav .nav > li:hover > a,
#wide-nav .nav > li.active > a {
  background-color: rgba(255, 255, 255, 0.15);
  color: #000 !important;
}

#wide-nav .header-search-form {
  margin-left: 20px;
}

#wide-nav .searchform-wrapper {
  background: #fff;
  border-radius: 30px !important;
  overflow: hidden;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

#wide-nav .search-field {
  border: none !important;
  background-color: transparent !important;
  height: 35px !important;
  padding-left: 15px !important;
  color: #333 !important;
  width: 180px !important;
}

#wide-nav .ux-search-submit:hover {
  background-color: #fff !important;
}

.title-product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.title-product > h3 > span {
  background: #ed1c25;
  padding: 4px 40px 4px 20px;
  color: #fff200;
  font-size: 23px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  cursor: pointer;
  clip-path: polygon(0% 0%, 100% 0%, 85% 100%, 0% 100%);
}

.title-product > h3::before {
  position: absolute;
  content: '';
  width: 50px;
  height: 47px;
  background: url('https://ktech2.k-tech-services.com/project685/wp-content/uploads/2026/04/title_product.png')
    no-repeat;
  right: 100%;
  top: 0;
}

.info_category span {
  font-size: 15px;
  line-height: 25px;
  height: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #353535;
}

.col-tabs {
  position: relative;
}

.tabs > .nav.nav-line.nav-uppercase.nav-size-normal.nav-left {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-45%);
  justify-content: center;
  width: max-content;
  max-width: 80%;
}

.tabs > ul > li {
  font-size: 24px !important;
  margin: 0 20px;
}

.btn-view-more {
  background-color: #fff200;
  color: #333;
  border: 2px solid transparent;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.btn-view-more:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.btn-view-more:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.box_criteria {
  max-height: 400px;
  margin: 40px;
}

.group-icon {
  padding: 0 !important;
}

.img-icon .box-image {
  background: url('https://ktech2.k-tech-services.com/project685/wp-content/uploads/2026/04/item_criteria.png')
    no-repeat center center;
  background-size: contain;
  width: 140px;
  height: 140px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-icon .box-image img {
  width: 60px !important;
  height: auto !important;
  object-fit: contain;
}

.text-icon h3 {
  color: #fff;
}

.title_center {
  margin-bottom: 25px;
  background: url('https://ktech2.k-tech-services.com/project685/wp-content/uploads/2026/04/title.png')
    repeat-x center;
}

.title_center span {
  color: rgb(46, 46, 46);
  font-size: 25px;
  text-transform: uppercase;
  padding-right: 10px;
  position: relative;
  font-weight: 900;
  margin: 0px;
  background: rgb(255, 255, 255);
}

.title_center span::after {
  position: absolute;
  left: 100%;
  width: 16px;
  height: 15px;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  background: rgb(234, 30, 10);
}

.news-desc {
  font-size: 15px;
  line-height: 25px;
  height: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #353535;
}

.partner-marquee-wrapper {
  width: 100%;
  overflow: hidden;
  padding: 30px 0;
  background: #fff;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: scrollLogo 30s linear infinite;
}

.partner-item {
  width: 180px !important;
  margin: 0 30px !important;
  flex-shrink: 0 !important;
}

.partner-item img {
  width: 100%;
  height: 100px;
  object-fit: contain;
  transition: 0.3s;
}

@keyframes scrollLogo {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.info-footer {
  color: #a1a1aa;
  font-size: 15px;
  line-height: 1.6;
}

.info-footer p {
  margin-bottom: 18px;
}

.info-footer p:last-child {
  margin-bottom: 0;
}

.info-footer strong {
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.5px;
}

.info-footer a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
  padding-bottom: 2px;
}

.info-footer a:hover {
  color: #fff200;
  border-bottom-color: #fff200;
}

.footer-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-ul > li {
  margin-bottom: 12px;
}

.footer-ul > li:last-child {
  margin-bottom: 0;
}

.footer-ul > li > a {
  color: #a1a1aa;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  transition: all 0.3s ease;
}

.footer-ul > li > a::before {
  content: '\276F';
  font-size: 10px;
  color: #fff200;
  margin-right: 8px;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s ease;
}

.footer-ul > li > a:hover {
  color: #ffffff;
  transform: translateX(4px);
}

.footer-ul > li > a:hover::before {
  opacity: 1;
  transform: translateX(0);
}

.social-icons .icon.button {
  border: none !important;
  background-color: rgba(255, 255, 255, 0.08) !important;
  color: #ffffff !important;
  width: 42px !important;
  height: 42px !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease !important;
}

.social-icons .icon.button i {
  margin: 0 !important;
  font-size: 18px;
}

.social-icons .icon.button:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}

.social-icons .icon.youtube:hover {
  background-color: #ff0000 !important;
}

.social-icons .icon.facebook:hover {
  background-color: #1877f2 !important;
}

.section-title-bold > b:nth-of-type(2) {
  display: none;
}

.video-clip-item {
  padding: 0 !important;
}

/* ------------------
  Trang gioi thieu 
------------------ */

.breadcrumb {
  background-color: #eee;
  font-weight: 500;
}

.breadcrumb .page-title-inner {
  min-height: auto;
  padding: 0 30px;
}

.breadcrumb nav.woocommerce-breadcrumb {
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #888;
}

.breadcrumb nav.woocommerce-breadcrumb a {
  color: #000 !important;
  text-decoration: none;
}

.breadcrumb nav.woocommerce-breadcrumb a:hover {
  color: #ff0000 !important;
}

.breadcrumb .divider {
  margin: 0 10px;
  color: #000;
}

.breadcrumb h4 {
  margin-bottom: 5px;
  font-size: 24px;
  color: #222;
}

.img_home .banner-bg img.bg {
  object-fit: contain !important;
}

.img_home {
  padding-top: 160px !important;
}

.wrap-content {
  text-align: center;
  padding: 20px 15px;
}

.title_capacity span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 8px;
  color: #666;
}

.title_capacity h3 {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  line-height: 1.3;
}

.des_capacity p {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 500;
}

.img_capacity > .box-image {
  max-width: 90px;
  margin: 0 auto;
}

.info_capacity {
  margin-top: 15px;
}

.title_develop {
  position: relative;
  margin-bottom: 20px;
}

.title_develop span {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}

.title_develop h3 {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 0;
  color: #fff;
}

.des_develop {
  color: #fff;
  display: block;
}

.section-develop {
  margin: 0 auto;
  padding: 80px 0;
}

.section-develop > .col:nth-child(1) {
  padding-right: 50px !important;
}

.section-develop > .col:nth-child(2) {
  padding: 0 !important;
}

.section-develop > .col:nth-child(2) .col-inner > .row > .col {
  padding: 0 !important;
}

.section-develop .item-develop {
  text-align: center;
  padding: 20px 10px;
  position: relative;
}

.item-develop span {
  color: #fff;
  font-size: 36px;
  font-weight: 900;
  margin: 0 0 5px;
  display: block;
}

.item-develop h3 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0;
}

.section-develop .col.medium-6 .item-develop {
  border-right: 1px solid #ddd;
}

.section-develop .row .col .item-develop {
  border-bottom: 1px solid #ddd;
}

.section-develop .count-up {
  display: block;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 8px;
}

.section-develop .item-develop h3 {
  font-size: 14px;
  margin: 0;
  font-weight: 500;
}

.img-technology > .box-image {
  max-width: 400px;
}

.img-technology > h4 {
  text-align: center;
  margin-top: 15px;
}

.img-technology .box-text-inner p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 25px;
  max-height: 50px;
}

/* Trang tin tuc */

/* Responsive */

@media (max-width: 768px) {
  .breadcrumb > .page-title-inner {
    padding: 0;
    text-align: center;
  }

  .breadcrumb .flex-row {
    flex-direction: column-reverse !important;
  }

  .hotline {
    align-items: center;
    margin-top: 10px;
  }

  .company-info .company-name {
    font-size: 14px;
  }

  .company-info .brand-name {
    font-size: 22px;
  }

  .hotline span {
    font-size: 18px;
  }

  #top-bar .flex-row {
    position: relative;
    left: 90px;
  }

  .top-info-contact {
    font-size: 13px;
    font-weight: bold;
    color: #333;
    display: flex;
    align-items: center;
  }

  .title_capacity span {
    font-size: 14px;
  }

  .title_capacity h3 {
    font-size: 22px;
  }

  .des_capacity p {
    font-size: 14px;
  }

  .title-product > h3 > span {
    left: 60px;
  }

  .title-product > h3::before {
    left: 10px;
  }

  .title-product > h3 > a {
    padding-right: 30px !important;
  }

  .tab-products .nav.nav-line.nav-uppercase.nav-left {
    position: relative !important;
    top: 0 !important;
    width: auto !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    z-index: 10 !important;
    /* left: 125px !important; */
    right: 0 !important;
  }

  .tabs > .nav.nav-line.nav-uppercase.nav-size-normal.nav-left {
    margin-bottom: 20px;
  }

  .tab-products .nav.nav-line::-webkit-scrollbar {
    display: none;
  }
  .tab-products .nav.nav-line {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .tab-products .tabs > ul > li {
    flex: 0 0 auto !important;
    margin: 0 15px 0 0 !important;
  }

  .tab-products .tabs > ul > li > a {
    font-size: 14px !important;
    padding-bottom: 5px !important;
  }

  .tab-products .nav.nav-line::-webkit-scrollbar {
    display: none;
  }
  .tab-products .nav.nav-line {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .tab-panels {
    padding: 0 30px;
  }

  .col-newspaper {
    display: block;
  }

  .col-newspaper .list-news-items {
    display: none;
  }

  .col-newspaper > .col {
    width: 100% !important;
    max-width: 100% !important;
    flex-basis: 100% !important;
  }

  .list-social {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }

  .list-social > .col.small-12 {
    max-width: max-content !important;
    flex-basis: auto !important;
    width: auto !important;
    padding: 0 5px;
  }

  .list-social > .col .col-inner {
    margin-bottom: 0 !important;
  }

  /* Trang Gioi Thieu */

  .des_about {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .btn-view-more {
    margin-top: 15px;
  }

  .section-develop .col.medium-6 .item-develop {
    white-space: nowrap;
    overflow: hidden;
  }

  .section-develop .title_develop > h3 {
    font-size: 27px;
  }

  .section-develop .item-develop {
    padding: 15px 10px;
  }

  .section-develop .item-develop h3 {
    font-size: 12px;
  }

  .footer-ul {
    margin-left: -20px;
  }
}

@media (max-width: 480px) {
  #top-bar {
    display: none;
  }

  .img_home .banner-bg img.bg {
    object-fit: contain !important;
  }

  .img_home {
    padding-top: 89px !important;
    background: none !important;
  }

  .title-product > h3 > a {
    display: none;
  }

  .tabs > .nav.nav-line.nav-uppercase.nav-size-normal.nav-left {
    padding-right: 20px !important;
  }

  .box_criteria {
    max-height: none;
    margin: 0;
  }

  .img-icon .box-image {
    width: 90px;
    height: 90px;
  }

  .img-icon .box-image img {
    width: 40px !important;
  }

  .text-icon h3,
  .item_criteria h3 {
    font-size: 13px;
    line-height: 1.4;
    margin-top: 10px;
  }

  .img-list-icons > .col.small-12 {
    max-width: 50% !important;
    flex-basis: 50% !important;
    padding: 0 5px;
  }

  .col-space {
    display: none;
  }
}
