/**
 * 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.   ***************/
.home-contact .section-bg {
    background: url(/wp-content/uploads/2026/03/vt-mua-he-HQ.jpg) center center / cover no-repeat fixed;
    background-position: center center;
}


.sec-single.single-tour .tour-detail .tour-booking .price b {
    font-size: 20px;
}

.sec-single.single-tour .tour-gallery .box .box-image {
	position: relative;
	padding-top: 75%;
	overflow: hidden;
}

.single-tour .tour-gallery .box .box-image img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-origin: center;	
}




 
@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
	.sec-single .visa-related-list {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}


}
