/**
 * 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:        2025
 * License:        2NRJM-B46WR-K6VQR-Y4T3D-QRWPX
 * License URI:    https://k-tech.net.vn/
 */



 /*************** ADD CUSTOM CSS HERE.   ***************/
/*Header*/
.nav-dropdown .menu-item-has-children > .sub-menu {
  position: absolute;
  top: 0;
  left: 100%; 
  min-width: 200px;
  background: #fff;
  border: 1px solid #eee;
  display: none;
}
.nav-dropdown .menu-item-has-children:hover > .sub-menu {
  display: block;
}

.nav-dropdown .menu-item-has-children {
  position: relative;
}

.nav-dropdown.nav-dropdown-bold {
  display: block !important;
  column-count: 1 !important; 
  column-gap: 0 !important;
}


.nav-dropdown-col {
  width: 100% !important;
  float: none !important;
  display: block !important;
}

.nav-dropdown .menu-item-has-children a{
	font-size: 16px;
	color: inherit!important;
	font-weight: inherit!important;
	text-transform: inherit!important;
}
.is-divider{
	background-color: rgb(255 255 255);
    display: block;
    height: 3px;
    margin: 1em 0;
    max-width: 30px;
    width: 100%;
}

/* CSS cho 4 icon đầu tiên */
.has-icon-bg .icon .icon-inner {
    border: 1px;
    border-radius: 100%;
    background-color: var(--fs-color-primary);
    height: 100%;
    position: absolute;
    top: 0;
    transition: all .3s;
    width: 100%;
}
.icon {
    margin-top: 10px;
}
.contact-info {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-info li {
  display: flex;
  align-items: center;
  margin-bottom: .5rem;
  font-size: 15px;
  color: #000;
}

.contact-info i {
  width: 20px;
  text-align: center;
  flex-shrink: 0;
}

/*Trang chủ*/

em {
    line-height: 1.3;
}
.home-banner .text-box-content{
	font-size: 16px!important;
    text-align: center;
}

.home-banner .btn-products {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease;
  background: linear-gradient(195deg, #2de700, #096e20);
  color: #fff;
}
.home-banner .btn-products:hover {
  background: linear-gradient(135deg, #155d27, #12c83b);
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.home-banner .btn-prices {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
    background: #fff;
    color: rgb(25, 25, 112);
}
.home-banner .btn-prices:hover {
       background: linear-gradient(73deg, #191970, #2862d8);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.home-contact .btn-deals{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
    background: #fff;
    color: rgb(25, 25, 112);
}

.home-contact .btn-deals:hover{
	background-color: var(--fs-color-primary);
    border-color: #ffffff;
    color: #fff;
}

.button.is-outline.is-small.mb-0 {
    font-size: 15px;
    text-transform: none;
    border: none;
    color: #191970;
}
.button.is-outline.is-small.mb-0:hover{
	background-color: #fff;
}
.box-text-inner.blog-post-inner {
    color: black;
}

/*Trang liên hệ*/
.txt-contact ul{
	list-style: none;
	margin: 0px;
}
/* Khung form chung */
.form-lien-he-nhanh {
  max-width: 600px;
  margin: 0;
  padding: 20px 0;
}

/* Input & textarea */
.form-lien-he-nhanh .wpcf7-form-control {
  width: 100%;
  padding: 8px 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 15px;
  transition: all 0.3s ease;
  background-color: #fff;
  box-sizing: border-box;
}

/* Khi focus */
.form-lien-he-nhanh .wpcf7-form-control:focus {
  border-color: rgb(25, 25, 112);
  box-shadow: 0 0 6px rgba(25, 25, 112, 0.3);
  outline: none;
}

/* Nhóm form */
.form-lien-he-nhanh .form-group {
  margin-bottom: 15px;
}

/* Nút submit */
.form-lien-he-nhanh .wpcf7-submit {
      background: rgb(25, 25, 112);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 10px;
    border: 2px solid rgb(25, 25, 112);
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    width: 35%;
    text-align: center;
}


.form-lien-he-nhanh .wpcf7-submit:hover {
  background: linear-gradient(45deg, rgb(65, 65, 160), rgb(25, 25, 112));
  border-color: rgb(25, 25, 112);
}


.wpcf7-response-output {
  margin-top: 15px;
  padding: 12px;
  border-radius: 6px;
  font-size: 14px;
}

.wpcf7-not-valid-tip {
  color: #e53935;
  font-size: 13px;
  margin-top: 5px;
  display: block;
}


/*Trang giới thiệu*/
.txt-about-us ul li {
    list-style: none; 
    position: relative;
    padding-left: 20px; 
}

.txt-about-us ul li::before {
    content: "\f061"; 
    font-family: "Font Awesome 6 Free"; 
    font-weight: 900; 
    position: absolute;
    left: 0;
    top: 0;
    color: #0073e6; 
}
.home-products .box-excerpt.is-small{
	display: none!important;
}

.home-products .button.xem-chi-tiet{
	margin-top: 15px!important;
	background: #fff;
    color: #191970;
    text-transform: none;
    border: none;
    font-size: 15px;
    padding: 5px;
    display: flex;
    align-items: center;
}

/*Trang danh mục sản phẩm*/
/* Tiêu đề widget trong sidebar */
.sidebar-wrapper .widget .widget-title.shop-sidebar {
  display: block;
  background-color: #191970; 
  color: #fff;               
  padding: 10px 15px;
  margin: 0;                 
  width: 100%;               
  font-weight: bold;
	border-radius: 5px;
}
.box-excerpt.is-small {
    text-align: left;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 58px !important;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.4;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
}
h1.product-title.product_title.entry-title {
    color: #191970;
}
a.button.btn-zalo {
  background: #0068FF;
  color: #fff;
  border-radius: 8px;
  padding: 10px 28px;
  font-weight: 600;
  transition: all 0.3s ease;
	font-size: 14px;
}
a.button.btn-zalo:hover {
  background: linear-gradient(90deg, #0068FF, #3399FF);
}

a.button.btn-facebook {
  background: #1877F2;
  color: #fff;
  border-radius: 8px;
  padding: 10px 28px;
  font-weight: 600;
  transition: all 0.3s ease;
	font-size: 14px;
}
a.button.btn-facebook:hover {
  background: linear-gradient(90deg, #1877F2, #3b5998);
}

a.button.btn-contact {
  background: #E53935;
  color: #fff;
  border-radius: 8px;
  padding: 10px 28px!important;
  font-weight: 600;
  transition: all 0.3s ease;
	font-size: 14px;
}
a.button.btn-contact:hover {
  background: linear-gradient(90deg, #E53935, #FF1744);
}

a.button.xem-chi-tiet {
    margin-top: 15px !important;
    background: #fff;
    color: #191970;
    text-transform: none;
    border: none;
    font-size: 15px;
    padding: 5px;
    display: flex;
    align-items: center;
	    justify-content: center;
}
.nav-tabs+.tab-panels {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 30px;
    color: #000;
}
h3.product-section-title.container-width.product-section-title-related.pt-half.pb-half.uppercase {
    color: #191970;
}
.product-short-description {
    color: #000;
}

.post-sidebar .widget-title {
    display: block;
    background-color: #191970;
    color: #fff;
    padding: 10px 15px;
    margin: 0 0 10px 0;
    width: 100%;
    font-weight: bold;
    border-radius: 5px;
    text-transform: uppercase;
}

/* Lightbox popup*/
.lightbox-content {
    background-color: #fff;
    box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, .15);
    margin: 0 auto;
    max-width: 875px;
    position: relative;
    border-radius: 10px;
}
.lightbox-content .form-submit {
    justify-content: center;
    display: flex;
}
.lightbox-content .wpcf7-submit {
    background: rgb(25, 25, 112);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 10px;
    border: 2px solid rgb(25, 25, 112);
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    width: 100%;
    text-align: center;
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
	.box-excerpt.is-small {
    text-align: left;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 57px !important;
    margin: 0 auto;
    font-size: 10px;
    line-height: 1.4;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
}
	a.button.btn-zalo,
  a.button.btn-facebook,
  a.button.btn-contact {
    display: flex;
        width: 100%;
        text-align: center;
        margin: 10px 0;
        padding: 14px 4px;
        font-size: 13px;
        border-radius: 6px;
        align-items: center;
  }
	h1.product-title.product_title.entry-title {
    color: #191970;
    font-size: 22px;
	}
	.home-banner .btn-products {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 10px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease;
  background: linear-gradient(195deg, #2de700, #096e20);
  color: #fff;
		font-size: 14px!important;
}
.home-banner .btn-products:hover {
  background: linear-gradient(135deg, #155d27, #12c83b);
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

    .home-banner .btn-prices {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 10px 18px;
        border-radius: 10px;
        font-weight: 600;
        text-transform: uppercase;
        transition: all 0.3s ease;
        background: #fff;
        color: #191970;
        font-size: 14px !important;
    }
.home-banner .btn-prices:hover {
  background: linear-gradient(73deg, #191970, #2862d8);
  color: #fff; 
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
	/* Nút submit */
.form-lien-he-nhanh .wpcf7-submit {
      background: rgb(25, 25, 112);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 10px;
    border: 2px solid rgb(25, 25, 112);
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    width: 100%;
    text-align: center;
}
}