/**
 * 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.   ***************/
.item .text.txt p {
	margin: 0;
}


.stuck .header-main .nav > li > a {
	line-height: 1 !important;
}

.header-main .header-nav>.menu-item > .sub-menu {
	background: #272727;
}



.header-main .header-nav>.menu-item.active::before, .header-main .header-nav>.menu-item:hover::before {
	background: linear-gradient(to right, transparent, var(--fs-color-secondary), transparent);
}


.single .blog-single .entry-content table {
	border: 1px solid #fff;
	
}

.single .blog-single .entry-content table * {
 	text-align: initial !important;
}

.single .blog-single .entry-content table tbody tr td {
	color: #fff;
}

.single .blog-single .entry-content table th, .single .blog-single .entry-content table td {
	padding: 10px;
	border: 1px solid;
}

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



}
