/**
 * 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.   ***************/
.gtranslate_wrapper {
	@media only screen and (max-width: 768px) {
		display: flex;
		margin-right: -25px;
	}
}

.form-gr .gr-item textarea {
	border-radius: 10px;
	padding: 20px;
}



.single-post .entry-header {
	display: flex;
	flex-direction: column;
}


.single-post .entry-image {
	order: 1;
}

.single-post .entry-header-text {
	order: 2;
	padding: 0;
}

.single-post .entry-header-text .entry-title {
	padding: 0;
	margin: 30px 0 0 0;
	text-align: left;
}

.single-post .entry-header-text .entry-divider {
	display: none;
}

.single-post .entry-content {
	padding-top: 10px;
}








.sec-blog .post-item .box .box-text .box-text-inner {
	display: flex;
	flex-direction: column;
}

.sec-blog .post-item .box .box-text .post-meta {
	font-size: 16px;
	color: #000;
	font-weight: 600;
}

.sec-blog .post-item .box .box-text .post-title {
	order: 2;
}

.sec-ft .menu-ft {
	display: inline-block !important;
}

.sec-ft .menu-ft .menu-item {
	display: inline-block;
}

.sec-ft .menu-ft .menu-item .ux-menu-link__link {
	min-height: auto;
	margin: 0;
	padding: 0 10px 0 0;
}


.sec-ft .menu-ft .menu-item:last-child .ux-menu-link__text {
	border: none !important;
}

.sec-ft .menu-ft .menu-item .ux-menu-link__link .ux-menu-link__text {
	line-height: 1;
	color: var(--primary-color);
	border-right: 2px solid var(--primary-color);
	padding-right: 10px;
}






.sec-product-cate .product-cate:hover .banner-inner .banner-bg .overlay {
	content: '';
	background:  linear-gradient(to top, rgba(152, 11, 28, 0.8), rgba(152, 11, 28, 0.4), rgb(152 11 28 / 40%));
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.sec-product-cate .product-cate .banner-layers {
/* 	background: transparent;
	bottom: 0; */
	z-index: 2;
}


.sec-product-cate .product-cate .banner-layers .name {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	
}



.home-product .product-small:hover .box-image .overlay {
	background:  linear-gradient(to top, rgba(152, 11, 28, 0.8), rgba(152, 11, 28, 0.4), rgb(152 11 28 / 40%));
}

.home-product .product-small:hover .box-text .name a {
	color: #fff;
}


#logo {
	margin-right: 0;
}

.name-company {
	font-size: 25px;
	color: var(--primary-color);
}
 
@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/



}
