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


#slides-home .slider-thumbnail .wrap .owl-carousel.owl-theme .owl-wrapper-outer .owl-wrapper .owl-item{
    width: auto !important; 
}


@media only screen and (max-width: 48em) {
	/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.phuoc-ga .owl-carousel .item {
		position: relative;
		overflow: hidden;
		padding-top: 75%;
	}

	.phuoc-ga .owl-carousel .item img {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		object-fit: cover;
		object-position: center center;
		overflow: hidden;
	}
	
	.phuoc-ga .owl-carousel .text {
		top: 50% !important;
    	transform: translateY(-50%);
		display: block !important;
		margin: 0 !important;
		width: 100%;
		padding: 15px;
	}
	
	.phuoc-ga .owl-carousel .text p {
		width: 100% !important;
	}
	
	
	#slides-home .slider-thumbnail .wrap .owl-carousel.owl-theme .owl-wrapper-outer .owl-wrapper .owl-item {
        width: calc(100vw / 3) !important;
        float: left !important;
    }
	
    .slider-thumbnail .item {
        margin-right: 0 !important;
        line-height: 50px !important;
    }
	
    .slider-thumbnail .item a {
        font-size: 12px !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0 5px;
    }

    .wrap {
        width: 100% !important;
        max-width: 100% !important;
    }
	
}