/**
 * 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.   ***************/
.head-infore .head-txt {
	font-size: 18px;
	margin-bottom: 5px;
	text-transform: uppercase;
	
	@media only screen and (max-width: 768px) {
		font-size: 15px;
		margin-bottom: 0;
	}
}

.head-infore .head-txt-sub {
	font-size: 16px;
	margin-bottom: 5px;
	@media only screen and (max-width: 768px) {
		margin-bottom: 0;
	}
}

.head-txt-contact {
	font-size: 15px;
	font-weight: 600;
	
	@media only screen and (max-width: 768px) {
		font-size: 9px;
    	font-weight: 400;
	}
}



 
@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
	
	.header-main {
        height: 95px !important;
    }
	
	#logo {
		width: 60px !important;
	}
	
	.medium-logo-left .flex-left {
		flex: 0;
	}
	
	
	.header-main .head-txt-sub {
		font-size: 12px;
		text-align: center;
	}
    
    }