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

.home-blog .box .box-text .post-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.txt-desc1 {
	height: 7rem;
}

.title-tt {
    font-size: 18px;
    height: 40px;
}



.box-ct {
	height: 490px;
}

.box-ct .title-ct {
    height: 75px;
}



 
@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .txt-desc1 {
		height: auto;
	}
	
	.title-tt {
		height: auto;
	}
	
	.box-ct {
		height: auto;
	}

	.box-ct .title-ct {
		height: auto;
	}
	
	.list-mem {
	  display: grid;
	  grid-template-columns: repeat(2, 1fr);
	  grid-template-rows: 1fr;
	  gap: 20px;
	}
	
	.list-mem .img {
		--stack-gap: 0 !important;
	}

    
    }