.wpcf7-spinner {
	display: none;
}
.sec-design {
	background-image: url('https://thietkewebsitegiare.vn/wp-content/uploads/2025/12/bg.png');
	background-repeat: no-repeat;
    background-size: 400px;
    background-position: center 16%;
}
.title-k-h3 {
	span{
		background: var(--main-color);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
}
.sec-k-one {
	h3 {
		font-size: 36px;
		text-transform: uppercase;

		@media screen and (max-width:768px) {
			font-size: 30px;
		}

		.title-k {
			background: var(--main-color);
			background-clip: text;
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
		}
	}
}
.sec-k-one,
.sec-k-two {
	.section-title-center b {
		opacity: 0;
	}

	.section-title-normal {
		border-bottom: none !important;
	}

	.section-title-normal span {
		border-bottom: none !important;
	}

	.text-cap {
		span {
			text-transform: capitalize !important;
			font-size: 36px;

			@media screen and (max-width:768px) {
				font-size: 30px;
			}
		}
	}
}

.sec-k-two{
	.section-bg img {
		/* 		object-position: center 40%!important; */
	}
}

.custom-tab-k {
	.nav-normal {
		li {
			a {
				color: #000;
				display: flex;
				padding: 10px 18px;
				justify-content: center;
				align-items: center;
				border-radius: 999px;
				border: 1px solid #4A4B4C;

			}

			&.active {
				a {
					color: #fff;
					background: var(--main-color);
					border-color: #F99427;
				}
			}
		}

		@media screen and (max-width:768px) {
			gap: 10px;
			z-index:5;
		}
	}

	.tab-panels {
		/* 		margin-top: 50px; */
		padding-top: 0;
	}
}

.swiper-hiroshi {
	height: 720px;

	.swiper-slide-shadow-left,
	.swiper-slide-shadow-right {
		height: 70% !important;
		top: 110px !important;
	}

	.custom-slide {
		width: 350px;
		height: 720px !important;
		display: flex;
		flex-direction: column;



		.project-link {
			display: flex;
			flex-direction: column;
			flex-grow: 1;
			text-decoration: none;
			color: inherit;
			height: 100%;
			justify-content: center;
			align-items: center;
			box-shadow: none !important;

			.project-containter {
				display: flex;
				flex-grow: 1;
				max-height: 500px;
				width: 100%;
				position: relative;
				align-items: center;
				justify-content: center;
				overflow: hidden;
				background-color: #f5f5f5;

				/* 				&::before{
				content: '';
				position: absolute;
				left: 0;
				right: 0;
				height: 100%;
				width: 100%;
				background-color: red;
			} */
				img {
					display: block;
					position: absolute;
					top: 0;
					width: 100%;
					height: auto;
					transition: transform 3s ease;
					transform: translateY(0);

					&:hover {
						transform: translateY(calc(-100% + 500px));
					}

				}
			}

			.slide-title {
				margin-top: 10px;
				font-size: 24px;
				font-weight: bold;
				text-align: center;
				background: var(--main-color);
				background-clip: text;
				-webkit-background-clip: text;
				-webkit-text-fill-color: transparent;
				width: 630px;
				display: none;
			}
		}

		&.swiper-slide-active {
			.project-containter {
				border-radius: 8px;
				background: var(--main-color);
				background-origin: padding-box, border-box;
				border: 3px solid transparent;
				transform: translateY(36px);
			}

			.slide-title {
				display: block;
				transform: translatey(45px);
			}
		}
	}

	.swiper-button-prev {
		left: 46%;

		&:after {
			content: url("https://ktech7.k-tech-services.com/info999/wp-content/uploads/2025/11/btn-left.png");
			display: inline-block;
			width: 24px;
			height: 24px;
		}
	}

	.swiper-button-next {
		right: 46%;

		&:after {
			content: url("https://ktech7.k-tech-services.com/info999/wp-content/uploads/2025/11/btn-right.png");
			display: inline-block;
			width: 24px;
			height: 24px;
		}
	}

	.swiper-button-next,
	.swiper-button-prev {
		top: 95%;
	}

	@media screen and (max-width:768px) {
		height: 750px;
		margin-top: -65px;

		.swiper-button-prev {
			left: 35%;
		}

		.swiper-button-next {
			right: 35%;
		}

		.slide-title {
			width: 100% !important;
			font-size: 18px;
			text-transform: capitalize;
		}
	}
}

.sec-k-two {
	.custom-tab-k-faq {
		.nav-simple {
			background: #fff;
			border-radius: 20px;
			padding: 8px;

			li {
				flex: 1;

				a {
					display: flex;
					height: 48px;
					padding: 11px 28px;
					justify-content: center;
					align-items: center;
					font-size: 16px;
					gap: 16px;
					flex: 1 0 0;
					border-radius: 999px;
				}

				&.active {
					a {
						background: var(--main-color);
						color: #fff;

					}
				}
			}

			@media screen and (max-width:768px) {
				flex-direction: column;

				li {
					width: 100%;

				}
			}
		}
	}

	.tab-panels {
		.accordion-item {
			background: #fff;
			border-radius: 25px;
			margin-bottom: 12px;

			.accordion-title {
				border: none;
				padding: 18px 40px;
				border-radius: 25px;
				background: #fff;
				display: flex;
				align-items: center;
				font-size: 18px;
				font-weight: 600;
				color: #000;

				.toggle {
					top: 10px;
					/* height: 100%; */
					display: flex;
					align-items: center;
					justify-content: center;
					left: unset;
					right: 2%;
					background: var(--main-color);
					height: 45px;
					width: 45px;
					opacity: 1;
					transform: none;
					border:none;

					.icon-angle-down {
						/* 						font-size: 24px; */

						&::before {
							content: '\2b' !important;
							font-family: 'Font Awesome 7 Free';
							font-weight: 900;
							color: #fff;
						}
					}
				}

				&.active {
					.toggle {
						background: rgba(243, 243, 243, 1);
						color: #000;

						.icon-angle-down {
							font-size: all 3s;

							&::before {
								content: '\f068' !important;
								font-family: 'Font Awesome 7 Free';
								font-weight: 900;
								color: #000;
							}
						}
					}
				}
			}

		}

		@media screen and (max-width:768px) {
			.accordion-item {
				.accordion-title {
					font-size: 16px;
					padding: 18px 56px 18px 40px;
				}
			}
		}
	}
}

.sec-k-three {
	.row {
		.col {
			h3 {
				font-size: 36px;
				text-transform: uppercase;

				@media screen and (max-width:768px) {
					font-size: 30px;
				}

				.title-k {
					background: var(--main-color);
					background-clip: text;
					-webkit-background-clip: text;
					-webkit-text-fill-color: transparent;
				}
			}
		}
	}
}

.sec-k-four {
	.section-title-center b {
		opacity: 0;
	}

	.section-title-normal {
		border-bottom: none !important;
	}

	.section-title-normal span {
		border-bottom: none !important;
	}

	.text-cap {
		span {
			text-transform: capitalize !important;
			/* 			font-size:36px; */
		}
	}

	.section-bg :is(img, picture, video) {
		object-fit: contain;
	}

	.col-k-mobile {
		.img-k-moblie {
			position: relative;

			&::before {
				content: url('https://ktech7.k-tech-services.com/info999/wp-content/uploads/2025/11/Group-2085662450.png');
				position: absolute;
				bottom: -40px;
				left: 0;
				z-index: 1;
			}

			&::after {
				content: url('https://ktech7.k-tech-services.com/info999/wp-content/uploads/2025/11/Group.png');
				position: absolute;
				bottom: 0;
				right: 0;
				z-index: 1;
			}
		}
	}

	.custom-col-k {

		.title-k {
			background: var(--main-color);
			background-clip: text;
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
			font-weight: 600;
		}

		p:not(p.cf7-submit-wrap) {
			margin-bottom: 10px !important;
		}

		.color-k-main {
			background: var(--main-color);
			background-clip: text;
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
			font-weight: 600;
		}

		/* Container */
		.cf7-wrap {
			margin: 0 auto;
			padding: 48px 28px;
			border-radius: 20px;
			border-radius: 20px;
			border: 1px solid #FFC800;
			background: #FFF;
			position: relative;

			&::after {
				content: url('https://ktech7.k-tech-services.com/info999/wp-content/uploads/2025/11/Group-2085662448.png');
				position: absolute;
				top: 70%;
				right: -42px;
			}

			/* Title */
			.cf7-title {
				text-align: center;
				color: #f37a00;
				font-size: 36px;
				margin: 0 0 22px;
				font-weight: 700;
			}

			/* Labels */
			.cf7-label {
				display: block;
				margin: 18px 0 8px;
				color: #222;
				font-size: 16px;
			}

			/* Row (two columns) */
			.cf7-row {
				display: flex;
				gap: 20px;

				.cf7-col {
					flex: 1;
					display: flex;
					flex-direction: column;

					.cf7-label-inline {
						display: block;
						margin-bottom: 6px;
						color: #333;
					}
				}
			}

			/* Inputs and textarea */
			.cf7-input,
			.cf7-textarea,
			.wpcf7-form input[type="tel"],
			.wpcf7-form input[type="email"],
			.wpcf7-form input[type="text"] {
				width: 100%;
				box-sizing: border-box;
				padding: 25px 18px;
				border-radius: 12px;
				border: 1px solid rgba(0, 0, 0, 0.08);
				background: #fff;
				font-size: 15px;
				outline: none;
				box-shadow: none;
				transition: box-shadow .18s, border-color .18s;
				margin-top: 5px;
				margin-bottom: 0;
				font-weight: 500;
			}
			.wpcf7-select{
				width: 100%;
				box-sizing: border-box;
				/* 				padding: 25px 18px; */
				height:56px;
				border-radius: 12px;
				border: 1px solid rgba(0, 0, 0, 0.08);
				/* 				background: #fff; */
				font-size: 15px;
				outline: none;
				box-shadow: none;
				transition: box-shadow .18s, border-color .18s;
				margin-top: 5px;
				margin-bottom: 0;
				font-weight: 500;
			}

			/* focus */
			.cf7-input:focus,
			.cf7-textarea:focus {
				border-color: rgba(246, 120, 20, 0.9);
				box-shadow: 0 6px 18px rgba(246, 120, 20, 0.08);
			}

			/* Textarea size */
			.cf7-textarea {
				min-height: 160px;
				resize: vertical;
				padding: 18px;
			}

			/* Submit button */
			.cf7-submit-wrap {
				text-align: center;

				.cf7-btn {
					display: inline-block;
					width: 100%;
					padding: 10px 28px;
					border-radius: 12px;
					font-size: 18px;
					font-weight: 700;
					color: #fff;
					border: 0;
					text-transform: unset;
					cursor: pointer;
					background: var(--main-color);
					box-shadow: 0 6px 20px rgba(246, 63, 16, 0.18);
					margin-bottom: 0;
					margin-top: 10px;
				}

			}

			@media screen and (max-width:768px) {
				.cf7-row {
					flex-direction: column;
				}

				.cf7-wrap {
					padding: 18px;
				}

				.cf7-title {
					font-size: 28px;
				}
			}
		}
		@media screen and (max-width:768px) {
			.custom-box-text-k {
				padding: 45px 0;
				position: relative;
				&::after{
					content: url('https://ktech7.k-tech-services.com/info999/wp-content/uploads/2025/11/vvvvv.png');
					position: absolute;
					right: 0;
					bottom: 0;
				}
			}
		}
	}
}

.sec-k-five {
	background: var(--main-color);

	.text {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 50px;

		p {
			margin-bottom: 0;
			font-weight: 600;
		}
	}
}


.button {


	&.btn-advise {
		padding: 5px 20px;
		box-shadow: none !important;
		margin: 0;

		border-radius: 999px;
		border: 2px solid #FFF;
		background: linear-gradient(137deg, #FFC800 1.66%, #FCA306 29.69%, #FA8409 48.21%, #F63F10 98.34%);
		box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25) !important;
		color: #fff;
		transition: all 0.5s;
		padding: 5px 20px;
		width: max-content;
		font-weight: 700;
		margin: 0;
		transform: translateY(0);

		&.advise-white {
			margin-top: 10rem;
			background: #fff;
			background-clip: unset;
			-webkit-background-clip: unset;
			-webkit-text-fill-color: unset;
			border: 2px solid var(--border-color);

			&:hover {
				background: transparent;
				border-color: #fff;

				span {
					color: #fff;
				}
			}

			span {
				color: #F86F34;
			}
		}
	}
}


.col-banggia-1 {
	&.price2 {
		.button {
			&.btn-advise {
				margin-top: 2.5rem;
			}
		}
	}

	&.price2 {
		&.congngu {
			.button {
				&.btn-advise {
					margin-top: 5.5rem;
				}
			}
		}
	}
}

.page-id-923 {

	h1, h2, h3, h4, h5, h6, .heading-font {
		color: var(--text-main-color);
	}

	.col-loiich >div {
		padding: 15px;
		border: 1px solid #ded5d5;
		border-radius: 8px;
		background: white;
		box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
		transition: all 0.3s;
		cursor:pointer;

		.icon-inner {
			background: var(--primary-color);
			border-radius: 50%;
			img {
				filter: brightness(0) invert(1);
				padding-top: 0;
				padding: 10px;
			}
		}
		&:hover {
			border-color: var(--primary-color);
		}
	}

	div.img-ani-biglaptop {
		animation: gentle-shake 5s infinite;
	}
	div.btn-absolute {
		display: block;
		width: auto;
		& > div.icon-box-img>div>div {
			background: white;
			-moz-box-shadow: 0px 0px 3px 2px #999;
			-webkit-box-shadow: 0px 0px 3px 2px #999;
			box-shadow: 0px 0px 3px 2px #999;
			animation: gentle-shake 4s infinite;
		}
		&.mess {
			position: absolute;
			top: 10%;
			right: 13%;

		}
		&.cloud {
			position: absolute;
			bottom: 50%;
			left: 2%;
		}
		&.cart {
			position: absolute;
			bottom: 25%;
			right: 5%;
		}
		.icon {
			overflow:unset!important;
		}
	}
	.tab-quytrinhlamviec {
		.nav-vertical {
			background-image: url('https://thietkewebsitegiare.vn/wp-content/uploads/2025/12/Thiet-ke-chua-co-ten.png');
			background-size: 100% 100%;
			justify-content: center;
			border-radius: 16px;
			padding-top: 30px;
			padding-bottom: 10px;
			&::before {
				content: "QUY TRÌNH LÀM VIỆC";
				padding-bottom: 30px;
				font-size: 20px;
				font-weight: 700;
				color: white;
			}
			.tab {
				border: unset;
				a {
					border-radius: 0;
					padding-left: 25px;
					padding-right: 25px;
					padding-bottom: 10px;
					padding-top: 10px;
					color:#fff;
					line-height: 1.3rem;
				}
				&.active a {
					background-color: white;
					color: var(--primary-color);
					border-radius:0;
				}
			}
		}

		.tab-panels {
			border: unset;
			padding-bottom: 0;
			.panel{
				&.active {
					padding: 15px;
					border: 1px solid #E6E6E6;
					border-radius: 16px;
				}
				.img-quytrinh img {
					border-radius: 16px;
				}
			}
		}
	}
	.accordion-giaidap {
		.accordion-item {
			background: white;
			border: 1px solid white;
			box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
			border-radius: 16px;
			background:  #fff;
			margin-bottom: 15px;
			.accordion-title {
				color: black;
				border-top:none;

				&.active {
					background: var(--primary-color);
					border-radius: 16px;
					span {
						color: white!important;
					}
					.toggle {
						color: currentColor;
						opacity: 1;
						i {
							color:#fff;
						}
					}
				}
				.toggle {
					left: 93%;
					@media screen and (max-width:768px){
						left:85%;
						top:25%;
					}
				}
			}
		}
	}
	.col-banggia-1 {
		&.price2 {
			& .button {
				&.btn-advise {
					margin-top: 2.5rem;
					position: absolute;
					bottom: 15px;
					left: 4%;
					width: 92% !important;
					margin: auto;
					@media screen and (max-width:768px){
						position: relative;
						margin-top: 20px;
						bottom: 0;
						width: 100% !important;
						left: 0;
					}
				}
			}
		}
	}
}

.wpcf7 .wpcf7-not-valid-tip {
	position:absolute!important;
}

.custom-text {
    h4 {
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 54px;
        color: #4A4B4C;
    }

    .title-linear {
        background: var(--main-color);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    p {
        color: #101828;
        font-size: 20px;
        font-weight: 400;
        line-height: 130%;
    }

    @media screen and (max-width:768px) {
        h4 {
            font-size: 24px;
            line-height: 34px;
        }

        p {
            font-size: 18px;
            /* text-align: justify; */
        }
    }
}