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

.sec-knowledge .item-knowledge .box-image {
	height: 250px;
}

/* Header */

.header-main .header-inner .flex-right {
	width: 40%;
}

.header-bottom-nav.nav > li > a {
    font-weight: bold !important;
    font-size: 16px;
    color: var(--primary-color) !important;
}

.header-bottom-nav.nav > li > a:hover{
    color: var(--fs-color-secondary) !important;
}
.header-bottom-nav.nav > li.active > a {
    color: var(--fs-color-secondary) !important;
}

.header-main .header-inner .btn-header .btn-item.item-booking {
    background: linear-gradient(247deg, var(--fs-color-secondary) 0%, #b3009a 87.34%);
    color: #fff;
}

.header-main .header-inner .btn-header .btn-item.item-booking:hover {
	background: linear-gradient(247deg, var(--fs-color-secondary) 0%, #b3009a 87.34%);
}



/*  */

.related-services .list-items .items .items-inner .sale-tag {
	top: 20px;
	left: 20px;
}

.sale-price {
	display: flex;
	flex-direction: column;
}


.sale-price .local-price_old {
	color: #B0BAC5;
	text-decoration: line-through;
}

.price-column .sale-price .local-price_old {
	font-size: 12px;
	text-decoration: line-through;
}

.price-column .sale-price .local-price_new {
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	color: var(--fs-color-secondary);
}


.seo-desc {
	padding: 30px;
	box-shadow: 0 0 2.4rem 0 rgba(0, 0, 0, .08);
	border-radius: 10px;
	overflow: hidden;
	text-align: justify;
}

.sec-care-services .item-service {
    height: 400px;
}

.sec-footer .ux-menu-link__link {
	font-size: 1.05rem;
}


/* Trang chủ */

.ktech-feature-card .card-media {
	width: 40%;
}

.ktech-feature-card .card-media .card-shape-backdrop {
	width: 135% !important;
    height: 75%;
}

.ktech-feature-card .card-content .card-title {
    font-size: 18px;
}

.ktech-feature-card .card-content {
    padding: 24px 15px 24px 15px;
}

/* Footer */
#footer .icon-email img {
	padding-top: 0px;
}

@media only screen and (max-width: 48em) {

	/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.home-services .list-category {
		grid-template-columns: repeat(2, 1fr);
	}

	.sec-care-services .item-service {
		height: auto;
	}
}