/**
 * 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-bottom .nav.header-bottom-nav.nav-center .menu-item a {
	padding: .7rem 2.2rem;
}

#popup {
	border-radius: 1rem;
}

.blog-services .box-text {
	padding: 1rem;
}

.blog-services .box-text .post-title a {
/*     font-size: 1.15rem !important; */
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;       /* Chỉ hiển thị 2 dòng */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	height: 3.5rem;
}


.blog-services .box-text .is-divider {
	display: none;
}

.blog-services .box-text .button {
	font-weight: 400;
	text-transform: none;
	border-radius: .5rem;
}

 
@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    
	.blog-services .box-text .post-title a {
		height: auto;
	}
    
    }