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

.header-button .icon {
	background: #fff;
}

.row-item.is-selected .desc-tour ul {
	color: #646464 !important;
}

.box-tour .box-text {
	padding: 0 20px 20px 20px;
}


.home-tour .box-tour .box-text .desc-tour .title-tour {
    height: 100px;
}

.home-tour .box-tour .desc-tour > * {
	height: 15rem;
}


.home-team .list-team .box-team .icon-box-img {
    height: 150px;
}



@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
	.home-banner .Hslider-tour .slider .flickity-prev-next-button {
		display: block;
	}
	
	.home-banner .Hslider-tour .slider .flickity-prev-next-button svg {
		background-color: var(--fs-color-primary);
		border: none;
		opacity: 1;
	}
	
	.home-tour .box-tour .box-text .desc-tour .title-tour {
		height: 135px;
	}

}







































