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


.sg-popup-builder-content {
	height: auto !important;
}


.sec-footer .section-bg-overlay {
    background-color: rgb(255 255 255 / .5);
    background: rgb(0 93 74);
    background: -webkit-linear-gradient(180deg, rgb(0 93 74), rgb(0 93 75));
    background: linear-gradient(180deg, rgb(0 93 74), rgb(0 93 75));
    opacity: .95;
}


.title1 {
	font-size: 40px !important;
}

.title2 {
	font-size: 25px !important;
	letter-spacing: 5px;
}

.ff3 {
	letter-spacing: 2px;
}


 
@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .title1 {
		font-size: 20px !important;
	}
	.ff3 {
		font-size: 13px !important;
		padding: 0.5rem 0;
		letter-spacing: 0;
	}
	
	.title2 {
		font-size: 13px !important;
		margin-bottom: 2rem;
	}
	.text-image-bg {
		font-size: 35px;
	}
    
    }