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


.sec-footer .social-ft a {
	color: #fff;
	margin: 0 5px;
}

.header .header-bottom .header-vertical-menu .header-vertical-menu__opener {
	background: #4C3223;
}

.header .header-bottom .header-vertical-menu .header-vertical-menu__fly-out .ux-nav-vertical-menu .menu-item a {
	display: flex;
	justify-content: space-between;
}



.header .header-bottom .header-vertical-menu .header-vertical-menu__fly-out .ux-nav-vertical-menu .menu-item a i {
	order: 2;
}


.home-contact .ctf-contact .form-gr {
	margin: 0;
}

.home-contact .ctf-contact .form-gr .gr-item {
	margin-bottom: 10px;
}


.home-contact .ctf-contact .form-gr .gr-item input {
	border-radius: 99px;
	padding: 15px 20px;
}

.home-contact .ctf-contact .form-gr .gr-item textarea {
	padding: 15px 20px;
	min-height: 185px;
	border-radius: 20px;
}

.btn-submit {
	text-align: center;
	width: 100%;
}

.btn-submit input {
	border-radius: 10px;
	height: auto;
	color: var(--primary-color) !important;
	background: #fff;
	margin: 0 auto;
	padding: 5px;
	width: 100%;
}

.post-item .box .box-text .post-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;       /* số dòng muốn hiển thị */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

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



}
