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

.txt-justify {
	text-align: justify !important;
}


.bg-about .col {
	padding: 3rem 5rem;
    background: #fff;
    border-radius: 20px;
    border: unset;
    position: relative;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	@media only screen and (max-width: 800px) {
		padding: 1rem;
	}
}

.bg-about .col::before {
	content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(/gioithieu_cty/wp-content/uploads/2025/03/sec-bg.webp) no-repeat center / cover;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}



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