/**
 * 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.   ***************/
.contact-wrap .col-inner {
	transition: ease-in-out 0.3s;
}

.contact-wrap .col-inner:hover {
    box-shadow: 0 10px 2px -6px rgba(0, 0, 0, 0.8);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
	transition: ease-in-out 0.3s;
}


.sec-footer .title-company .section-title .section-title-main {
    font-size: 35px;
    font-weight: 600;
}




.sec-footer .title-ft .section-title .section-title-main {
    font-size: 25px;
    font-weight: 600;
}


.blog-home.large-columns-3.medium-columns-1.small-columns-2 .post-item:last-child {
	@media only screen and (max-width: 768px) {
		display: none;
	}
}


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



}
