/**
* Theme Name:     K-Tech
* Author:         K-Tech
* Template:       flatsome
* Text Domain:	   k-tech
* Description:    Theme Build by hi
* 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-nav.header-nav-main {
	justify-content: center;
}
.header-main .header-nav .menu-item a {

	font-size: 20px;
	font-weight: 500;
	text-transform: capitalize;
	line-height: 19px;
}
.header-wrapper.stuck {
	box-shadow: unset !important;
	background: white;
}
.section-banner .section-bg.fill {
	background-color: transparent;
	background-image: linear-gradient(180deg, #eaedff -10%, #f3f5ff00 100%);
}
.section-banner::before {
	position: absolute;
	content: '';
	width: 100px;
	height: 230px;
	background: url(./public/images/123.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	bottom: 0px;
	left: 5%;
}
.text-banner h2 {
	font-size: 55px;
	font-weight: 700;
	line-height: 4rem;
	margin: 0;
	strong{
		color: white;
		font-size: 55px;
	}
}
.text-banner h3 {
	color: black;
	font-size: 20px;
	font-weight: 100;
	line-height: 26px;
	background: white;
	width: max-content;
	padding: 5px 20px;
	border-radius: 8px;
	margin-top: 1rem;
	font-family: none;
}
.text-banner p {
	color: white;
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
}

.button span {
	display: inline-block;
	line-height: 1.6;
	font-size: 14px;
}
.btnhover.button.primary:hover {
	background: white;
	color: var(--primary-color);
	border: 1px solid var(--primary-color);
}
.text-number h1 {
	font-size: 42px;
	font-weight: bold;
}
.text-services h3 {
	color: #E8D2B1;
	font-size: 18px;
	font-weight: 700;
	line-height: 21px;
}
.text-services h2 {
	color: var(--primary-color);
	font-size: 35px;
	font-weight: 700;
	line-height: 42px;
}
.icon-why{
	p{
		background: oklch(78% .13 85);
		width: fit-content;
		padding: 10px;
		border-radius: 13px;
		display: flex;
	}
}
/* .row-services-icon .text {
height: 120px;
} */
.row-services-icon .col-inner.box-shadow-2 {
	transition:
		background-color .4s ease,
		color .4s ease,
		transform .45s cubic-bezier(.2,.8,.2,1),
		box-shadow .45s cubic-bezier(.2,.8,.2,1);
}

.row-services-icon .col-inner.box-shadow-2:hover {
	background-color: var(--primary-color) !important;
	color: #fff !important;
	transform: translateY(-5px) scale(1.03);
	box-shadow: 0 20px 40px rgba(0,0,0,.18);
}
.row-services-icon .col-inner.box-shadow-2 .text h3  {
	color: black !important;
	text-transform: capitalize;
}
.row-services-icon .col-inner.box-shadow-2:hover .text h3  {
	color: white !important;
}

.row-services-icon .col-inner.box-shadow-2:hover .text h3 span {
	color: white !important;
}
.row-services-icon .col-inner.box-shadow-2:hover .icon-box-img img {
	filter: drop-shadow(2px 4px 6px black);
}
/* PROCESS */
.text-timeline1 p,
.text-timeline2 p,
.text-timeline3 p {
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;

	color: #ffffff;
	background: linear-gradient(180deg, #70513e -4.55%, #E8D2B1 58.97%);
	display: inline-block;
	padding: 10px 20px;
	border-radius: 50%;
	position: relative;
}
.text-timeline1 p::before {
	position: absolute;
	content: '';
	width: 750px;
	height: 2px;
	background: linear-gradient(180deg, #70513e -4.55%, #E8D2B1 58.97%);
	bottom: 20px;
	left: 49px;
}
.row-process-img .box-image img {
	height: 200px;
	object-fit: contain;
}
.iconbox-com {
	padding: 20px 20px 20px 20px;
	border-radius: 18px;
	box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.16),
		0 3px 6px rgba(0, 0, 0, 0.23);
}
p.days {
	background-color: #e8ecfe;
	display: inline-block;
	padding: 0 10px;
	border-radius: 99px;
	color: #252f40;
}
.pricing-table {
	background-color: unset;
	border: unset;
	overflow: hidden;
	padding-bottom: 0;
}
.pricing-table:hover {
	box-shadow: unset;
}
.pricing-table .title {
	border-bottom: unset;
	padding: 30px 0 0 0;
	font-size: 26px;
}
.pricing-table .price {
	color: var(--primary-color);
	font-weight: bold;
	padding: 0;
}
.pricing-table .description {
	padding: 0;
	font-size: 16px;
}
.accordion-title {
	border-top: unset;
}
.accordion-title span {
	text-decoration: underline;
}
.accordion {
	height: 200px;
	overflow: scroll;
	-ms-overflow-style: none; /* IE, Edge */
	scrollbar-width: none; /* Firefox */
}
.accordion::-webkit-scrollbar {
	display: none; /* Chrome, Safari, Opera */
}
.col-inner.box-shadow-3:hover {
	background-color: var(--primary-color) !important;
	h2{
		color:white;
	}
	p{
		color:white;
	}
}
.ctf-booking {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 24px;
	padding: 36px 32px;
	box-shadow: 0 6px 24px rgba(0,0,0,0.05);
	max-width: 920px;
	margin: 0 auto;
}

.ctf-booking .form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	margin-bottom: 22px;
}

.ctf-booking .form-row-full {
	grid-template-columns: 1fr;
}

.ctf-booking label {
	display: block;
	font-size: 15px;
	color: #1a1a2e;
	margin-bottom: 8px;
	font-weight: 500;
}

.ctf-booking input[type="text"],
.ctf-booking input[type="tel"],
.ctf-booking input[type="date"],
.ctf-booking select,
.ctf-booking textarea {
	width: 100%;
	border: 1px solid #e3e3ec;
	background: #f9f9fc;
	border-radius: 14px;
	padding: 14px 16px;
	font-size: 15px;
	color: #1a1a2e;
	outline: none;
	transition: border-color .2s;
}

.ctf-booking input:focus,
.ctf-booking select:focus,
.ctf-booking textarea:focus {
	border-color: #f0a93a;
}
span.wpcf7-form-control.wpcf7-radio {
	display: flex;
	gap: 30px;
}
.ctf-booking textarea {
	min-height: 90px;
	resize: vertical;
}
.ctf-booking select {

	height: 50px;
}
.ctf-booking select {
	appearance: none;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23444' viewBox='0 0 16 16'><path d='M4 6l4 4 4-4'/></svg>");
	background-repeat: no-repeat;
	background-position: right 16px center;
}

/* Thời lượng - radio thành nút bấm */
.ctf-booking .duration-group span.wpcf7-list-item {
	margin: 0;
}

.ctf-booking .duration-group .wpcf7-list-item-label {
	display: flex;
}

.ctf-booking .duration-group {
	display: flex;
	gap: 12px;
}

.ctf-booking .duration-group input[type="radio"] {
	display: none;
}

.ctf-booking .duration-group label {
	margin: 0;
	flex: 1;
}

.ctf-booking .duration-group .wpcf7-list-item-label {
	border: 1px solid #e3e3ec;
	border-radius: 14px;

	text-align: center;
	font-weight: 500;
	color: black;
	cursor: pointer;
	transition: all .2s;
	background: #fff;
	padding: 10px;
}
input#yc-time {
	border-radius: 10px;
}
.ctf-booking .duration-group input[type="radio"]:checked + .wpcf7-list-item-label {
	background: var(--fs-color-primary);
	color: white;
	border-color: transparent;
	padding: 10px;
}
div#ctf-thank-popup {
	display: none;
}
/* Nút gửi */
.ctf-booking .btn-yc {
	margin-top: 8px;
}
.ux-menu-link__link {
	color: white;

}

.ctf-booking .btn-yc input[type="submit"] {
	width: 100%;
	background: var(--fs-color-base);
	border: none;
	border-radius: 999px;
	padding: 0;
	font-size: 17px;
	font-weight: 600;
	color: white;
	cursor: pointer;
	transition: opacity .2s;
}

.ctf-booking .btn-yc input[type="submit"]:hover {
	opacity: .9;
}


.sec-vct{
	.text-gold {
		color: var(--gold);
		MARGIN: 0;
		FONT-SIZE: 14PX;
		letter-spacing: 6px;
		background: black;
		color: white !important;
		width: max-content;
		padding: 10px 20px;
		border-radius: 8px;
		margin-bottom: 1rem;
	}
	h2{
		font-size: 35px;
	}
	p{
		text-align:justify;
	}
}

.col-inner.box-shadow-3:hover .button {
	background-color: white !important;
	color: var(--primary-color) !important;
	border: 1px solid var(--primary-color) !important;
}
.tab-home ul {
	gap: 20px;
	background: WHITE;
	display: inline-block;
	width: max-content !important;
	margin: AUTO;
	padding: 8px;
	border-radius: 99px;
}
.gallery-home-trust .box-image.image-cover img {
	height: 200px;
	object-fit: contain;
}
.section-title-normal span {
	border-bottom: NAVAJOWHITE;
	margin-bottom: -2px;
	margin-right: 15px;
	padding-bottom: 7.5px;
}
.section-title-normal {
	border-bottom: none;
}
.section-title a {
	display: block;
	font-size: 16px;
	margin-left: auto;
	padding-left: 15px;
	display: inline-block;
	background: white;
	color: var(--primary-color);
	padding: 10px;
	border-radius: 99px;
	border: 2px solid var(--primary-color);
}
.blog-post-home .col-inner,
.blog-post-home .col-inner .box {
	border-radius: 12px;
}
.blog-post-home .col-inner img {
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}
.box-blog-post .is-divider {
	height: 1px;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	width: 100%;
	max-width: none;
}
.row-img-k{
	background-image: url(../../uploads/2025/05/bando-e1715172292576.png);
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 25px;
	background-position: 50% 50%;
	box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
}

.row-img-k > .col{
	padding-top:270px;
}
.border-radius-k .col-inner .box.has-hover{
	border-radius:12px
}
.border-radius-k .box-text{
	border-top-right-radius:12px;
	border-bottom-right-radius:12px;
}
.border-radius-k .box-image{
	padding:0 10px;
}
.tab-custom-k .nav-vertical+.tab-panels {
	border-left:none;
}
.tab-custom-k ul li a{
	background: white;
	padding: 15px 10px;
	border-radius: 10px;
	margin-bottom: 10px;
}
.tab-custom-k .nav-vertical>li+li {
	border-top: none;
}
.tab-custom-k ul.nav-simple{
	order:1;
}
.tab-custom-k .tab-panels{
	order:0;
}

/*  */
#logo img {
	max-height: 150px;
}
.text-gold {
	color: var(--gold);
}
.space-y-2.mb-6{
	.flex.justify-between {
		padding: 10px;
		background: aliceblue;
		margin-bottom: 1rem;
		border-radius: 12px;
		span{
			font-weight: bold;
			font-size: 18px;
			gap: 10px;
		}
	}
}
.row-dv {
	p{
		font-size:16px;
	}
}
.sec-bg{
	hr {
		border-width: 0;
		border-top: 4px solid;
		margin: 50px 0;
		opacity: 1;
		color: var(--fs-color-alert);
	}
	h2{
		font-size: 35px;
		color: white;
		background: var(--fs-color-primary);
		width: max-content;
		padding: 0 20px;
		border-radius: 8px;

		border-radius: 5px;
		overflow: hidden;
		border: 1px solid orange;
		border-bottom-width: 5px;
	}
	p{
		BACKGROUND: black;
		PADDING: 20PX;
		BORDER-RADIUS: 8PX;
		DISPLAY: FLEX;
		JUSTIFY-CONTENT: SPACE-AROUND;
		color: white;
	}
	ul{
		BACKGROUND: WHITE;
		PADDING: 20PX;
		BORDER-RADIUS: 8PX;
		DISPLAY: FLEX;
		JUSTIFY-CONTENT: SPACE-AROUND;
		@media (max-width: 640px) {
			flex-direction: column;
			gap: 20px;
		}
		li{
			list-style: none;
			margin: 0;
			border: 1px solid var(--fs-color-primary);
			padding: 20px;
			border-radius: 17px;
			background-color: #fff;
			border-radius: 5px;
			overflow: hidden;
			border: 1px solid var(--primary-color);
			border-bottom-width: 3px;
			font-size: large;
			font-weight: bold;
			&:hover{
				transform:scale(1.03);
				transition:
					background-color .4s ease,
					color .4s ease,
					transform .45s cubic-bezier(.2,.8,.2,1),
					box-shadow .45s cubic-bezier(.2,.8,.2,1);
			}
		}
	}
}
.gallery-img {
	img{
		height: 450px;
		object-fit: cover;
	}
}
.img-border {
	img{
		border-radius:12px;
		overflow:hidden;
	}
}
@media (max-width: 640px) {
	.ctf-booking .form-row {
		grid-template-columns: 1fr;
	}
	.fcb-label{
		display:none !important;
	}
	.icon-why {
		p {
			background: oklch(78% .13 85);
			width: fit-content;
			padding: 10px;
			border-radius: 13px;
			display: flex;
			justify-content: center;
			margin: auto;
		}
	}
	h2 {
		font-size: 28px !important;
	}
}