/**
 * 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.   ***************/

.header-top > .container {
	max-width: 100%;
    padding: 0;
}


.header-main .header-nav {
	justify-content: center !important;
}

.header-main .header-nav > .menu-item:not(first-child) {
	margin: 0 15px;
}


.header-main .nav .menu-item a {
    font-size: 14px;
}



.product-small .box .box-text .price .lh-price {
	font-size: 14px;
    color: #fff;
    background: var(--primary-color);
    width: max-content;
    padding: 5px 10px;
    border-radius: 5px;
}


.title-icon {
    & .section-title {
        &::before {
            content: "";
            display: inline-block;
            width: 55px;
            height: 32px;
            position: absolute;
            left: 0;
            top: 0;
            background-image: url(/can651/wp-content/uploads/2026/03/eco-money-1.svg);
            background-size: contain;
            background-repeat: no-repeat;
            z-index: 999;
        }
    }
}

.sec-single-product .related .product-section-title::before {
    background-image: url(/can651/wp-content/uploads/2026/03/eco-money-1.svg);
}


.home-product .title-icon .section-title a {
	color: #fff;
	background: var(--primary-color);
	padding: 12px 25px;
	border-radius: 99px;
}

.home-product .title-icon .section-title a:hover {
	background: var(--fs-color-secondary);
	color: #fff;
}


.home-product .product-small .box-text .product-title a {
	font-size: 15px;
	margin-bottom: 15px;
	-webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-word;
    word-wrap: break-word;
}

.home-product .product-small .box-text .price .lh-price {
    font-size: 14px;
    color: #fff;
    background: var(--primary-color);
    width: max-content;
    padding: 5px 10px;
    border-radius: 5px;
}

.home-product .row > .w-80 {
	flex-basis: 80%;
    max-width: 80%;
	
	@media only screen and (max-width: 768px) {
		flex-basis: 100%;
    	max-width: 100%;
	}
}


.home-product .row .product-small {
	border: 1px solid #e4e4e4;
    border-radius: 10px;
    overflow: hidden;
}

.home-product .row .product-small .box:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}


.home-product .row > .w-80 .col-inner {
	border-radius: 0 10px 10px 0
}

.home-product .banner-product {
	border-radius: 10px 0 0 10px;
	overflow: hidden;
}

.home-product .product-small .box-text {
	padding: 13px;
}


.txt-border {
    border: 1px solid #dddd;
    padding: 15px;
    border-radius: 10px;
}

.footer-contact li {
	font-size: 14px;
}

.sec-footer {
	border-top: 5px solid var(--primary-color);
}

.sec-footer .box-ft {
	margin-bottom: 10px;
}


.title-ft1 .section-title {
	padding-left: 35px;
	position: relative;
	margin-bottom: 20px;
}

.title-ft1 .section-title .section-title-main {
	padding: 0;
}

.title-ft1 .section-title .section-title-main:before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(/can651/wp-content/uploads/2026/03/eco-money-1.svg);
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 999;
}

.sec-footer .menu-ft .ux-menu-link__text {
	transition: opacity 0.3s ease;
}

.sec-footer .menu-ft .ux-menu-link__text:hover {
	color: var(--fs-color-secondary);
	transform: translateX(2px);
}




.sec-single-product .prices {
    background: #3282b8;
    color: #fff !important;
    padding: 5px 10px;
    border-radius: 5px;
    max-width: max-content;
}


.product-small.box .box-text .product-title {
	margin-bottom: 15px;
}

 
@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/



}
