/**
* 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.   ***************/
.wpcf7 span.wpcf7-not-valid-tip{
	bottom:-20px !important
}

html {
	cursor: url('https://ktech4.k-tech-services.com/zentrixa/wp-content/uploads/2026/05/cursor.svg'), auto;
}
a, .button, .btn-gradient-black {
	cursor: url('https://ktech4.k-tech-services.com/zentrixa/wp-content/uploads/2026/05/cursor.svg'), pointer;
}


/* ── ROW: dùng grid để transition mượt 1 property ── */
.sec-tech .list-item-tech {
	display: grid !important;
	grid-template-columns: 17.5% 17.5% 17.5%;
	gap: inherit;
	overflow: hidden;
	transition: grid-template-columns 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.sec-tech .list-item-tech:has(> div:nth-child(1).hover) {
	grid-template-columns: 65% 17.5% 17.5%;
}
.sec-tech .list-item-tech:has(> div:nth-child(2).hover) {
	grid-template-columns: 17.5% 65% 17.5%;
}
.sec-tech .list-item-tech:has(> div:nth-child(3).hover) {
	grid-template-columns: 17.5% 17.5% 65%;
}

/* ── CỘT: reset flex, không transition width ── */
.sec-tech .list-item-tech .col {
	max-width: none !important;
	flex-basis: unset !important;
	width: 100% !important;
	min-width: 0;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

/* ── IMG: chỉ opacity, không scale ── */
.sec-tech .list-item-tech .img {
	background: url(https://ktech4.k-tech-services.com/zentrixa/wp-content/uploads/2026/05/bg.jpg);
	height: 518px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #FFFFFF;
	box-shadow: 0px 4px 4px 0px #F0E4FD40;
	border-radius: 16px;
	position: relative;
	opacity: 1;
	transition: opacity 0.25s ease;
}
.sec-tech .list-item-tech .col.hover .img {
	opacity: 0;
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	pointer-events: none;
}
.sec-tech .list-item-tech .img img {
	width: 60%;
	margin: auto;
}

/* ── BANNER: chỉ opacity, không scale ── */
.sec-tech .banner {
	padding-top: 0 !important;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	border-radius: 16px;
	position: absolute;
	top: 65px;
	left: 0;
	width: 100%;
	height: 518px;
	transition: opacity 0.3s ease 0.2s,
		visibility 0.3s ease 0.2s;
}
.sec-tech .list-item-tech .col.hover .banner {
	padding-top: 518px !important;
	opacity: 1;
	visibility: visible;
	border: 1px solid #FFFFFF;
	box-shadow: 0px 4px 4px 0px #F0E4FD40;
	transition: opacity 0.3s ease 0.2s,
		visibility 0.3s ease 0.2s;
}

/* ── Giữ nguyên các style còn lại ── */
.sec-tech { padding-top: 80px !important; }
.number { min-height: 65px; }
.number strong {
	background: linear-gradient(180deg, #BCC3D0 0%, rgba(188, 195, 208, 0.05) 79.45%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 60px;
	line-height: 1;
	margin-right: 10px;
}
.number p {
	color: #0F182980;
	display: flex;
	text-align: right;
	align-items: flex-end;
	justify-content: space-between;
	font-size: 17px;
}
.sec-tech .list-item-tech .col.hover .number p {
	color: #0F1829E5;
	justify-content: flex-start;
}

/* ── IMG hover: zoom nhẹ thôi ── */
.sec-tech .list-item-tech .img img {
	width: 60%;
	margin: auto;
	transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	display:block;
}
.sec-tech .list-item-tech .col.hover .img img {
	width: 25%; /* tăng nhẹ từ 60% → 75%, không lố */
}


/* tùy biến */
@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
.pd-0{
	padding-bottom:0px !important
}
.img-gg {
	animation: zoomPulse 1s ease-in-out infinite;
}
body .post-content p{
	font-size:16px !important
}
@keyframes zoomPulse {
	0%, 100% { transform: scale(1); }
	50%       { transform: scale(1.06); }
}


.btn-gradient{
	background:transparent !important;
	box-shadow:none !important;
	border:none !important
}
.btn-gradient span{
	display: inline-flex;
	align-items: center;
	min-width:175px;
	text-align:center;
	justify-content:center;
	font-size:18px;
	padding: 10px 24px;
	text-decoration: none;
	font-family: sans-serif;
	font-weight: 500;
	color: #1a1a1a;
	border-radius: 100px;
	backdrop-filter: blur(9px);
	-webkit-backdrop-filter: blur(9px);
	background: linear-gradient(263.57deg, rgba(243, 220, 255, 0.4) 10.17%, rgba(205, 151, 255, 0.4) 60.22%, rgba(242, 220, 255, 0.4) 103.12%);
	border: 2px solid;
	border-image-source: linear-gradient(0deg, rgba(255, 255, 255, 0.6) 0%, rgba(166, 106, 255, 0.6) 52.26%, rgba(255, 255, 255, 0.6) 100%);
	border-image-slice: 1; 
	border: 2px solid transparent;
	background-clip: padding-box, border-box;
	background-origin: padding-box, border-box;
	background-image: 
		linear-gradient(263.57deg, rgba(243, 220, 255, 0.4), rgba(205, 151, 255, 0.4)), 
		linear-gradient(0deg, rgba(255, 255, 255, 0.6) 0%, rgba(166, 106, 255, 0.6) 52.26%, rgba(255, 255, 255, 0.6) 100%);
	box-shadow: 
		0px 2.54px 5.08px 0px #C997FF26,
		0px 8.9px 8.9px 0px #D097FF21,
		0px 20.34px 12.71px 0px #C897FF14,
		0px 36.86px 13.98px 0px #D597FF05;

	transition: all 0.3s ease;
}
.btn-gradient i{
	display: inline-flex !important;
	align-items: center;
	justify-content:center;
	gap: 12px;
	width:52px;
	height:52px;
	margin-left:0px !important;
	color: #1a1a1a;
	border-radius: 100px;
	backdrop-filter: blur(9px);
	-webkit-backdrop-filter: blur(9px);
	background: linear-gradient(263.57deg, rgba(243, 220, 255, 0.4) 10.17%, rgba(205, 151, 255, 0.4) 60.22%, rgba(242, 220, 255, 0.4) 103.12%);
	border: 2px solid;
	border-image-source: linear-gradient(0deg, rgba(255, 255, 255, 0.6) 0%, rgba(166, 106, 255, 0.6) 52.26%, rgba(255, 255, 255, 0.6) 100%);
	border-image-slice: 1; 
	border: 2px solid transparent;
	background-clip: padding-box, border-box;
	background-origin: padding-box, border-box;
	background-image: 
		linear-gradient(263.57deg, rgba(243, 220, 255, 0.4), rgba(205, 151, 255, 0.4)), 
		linear-gradient(0deg, rgba(255, 255, 255, 0.6) 0%, rgba(166, 106, 255, 0.6) 52.26%, rgba(255, 255, 255, 0.6) 100%);
	box-shadow: 
		0px 2.54px 5.08px 0px #C997FF26,
		0px 8.9px 8.9px 0px #D097FF21,
		0px 20.34px 12.71px 0px #C897FF14,
		0px 36.86px 13.98px 0px #D597FF05;
	transition: all 0.3s ease;
}

.icon-angle-right:before {
	content: "\f061" !important;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-style: normal;
	font-size: 16px;
	transform:rotate(-20deg)
}
/* header */
.header-wrapper.stuck{
	box-shadow:unset;
}
.header-wrapper.stuck .header-bg-color{
	background:transparent
}
.header-wrapper.stuck .header-inner {
	background: #FFFFFF80;
	border-radius: 16px;
	padding: 0px 30px;
	height: 90px !important;
	margin-top: 20px;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border: 1px solid #FFFFFF80;
	max-width:1600px
}
/* sec banner */
.zx-box-slider-wrap {
	width: 100%;
	padding: 30px 0;
	overflow: hidden;
}
.zx-box-slider .slick-list {
	overflow: visible;
}
.zx-box-slider .slick-track {
	display: flex !important;
	align-items: stretch !important; /* ← ĐỔI flex-end thành stretch */
}
.zx-box-slider .slick-slide {
	height: auto !important;
}
.zx-box-slider .slick-prev,
.zx-box-slider .slick-next { display: none !important; }

.zx-slide-item {
	border-radius: 16px;
	background: linear-gradient(180deg, #E9DEF7 0%, #FFFFFF 100%);
	padding: 18px 16px;
	display: flex !important;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	margin: 10px;
	transform: scale(0.84);
	transform-origin: bottom center;
	opacity: 0.75;
	transition:
		transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94),
		opacity   0.45s ease;
	will-change: transform, opacity;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
}
.zx-slide-item.slick-center {
	transform: scale(1);
	opacity: 1;
	z-index: 2;
	transition: transform 0.4s ease, opacity 0.4s ease;

}

/* Avatar: flex-start → center khi active, KHÔNG đổi width/height */
.zx-slide-avt {
	padding-top:20px;
	width: 100%;
	display: flex;
	justify-content: flex-start;
}
.zx-slide-item.slick-center .zx-slide-avt {
	justify-content: center;
}
.zx-slide-avt img {
	width: 80px;
	height: 80px;
	border-radius: 18px;
	object-fit: cover;
	display: block;
	border: 3px solid #FFFFFF;
	box-shadow: 0px 4px 4px 0px #C7A1F34D;
	flex-shrink: 0;
	transform: scale(1);
	transform-origin: center center;
	transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.zx-slide-item.slick-center .zx-slide-avt img {
	transform: scale(1.61); /* 129/80 */
}
/* Bỏ align-items: flex-end — đây là nguyên nhân chính gây height jump */
.zx-box-slider .slick-track {
	display: flex !important;
	align-items: flex-end !important; /* GIỮ flex-end — nhưng height đã bị lock bởi JS */
}

/* Thêm vào — ngăn slick tự override height */
.zx-box-slider .slick-list,
.zx-box-slider .slick-track {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

/* Slide không được thay đổi height layout — chỉ dùng transform */
.zx-slide-item {
	/* ... CSS cũ giữ nguyên ... */
	/* THÊM: */
	flex-shrink: 0;
	align-self: flex-end; /* ← mỗi slide tự căn bottom trong track đã lock */
}
/* Spacer thay cho margin-top — không ảnh hưởng chiều cao ngoài */
.zx-slide-meta {
	padding-top:20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}
.zx-slide-spacer {
	height: 0;
	transition: height 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	flex-shrink: 0;
}
.zx-slide-item:not(.slick-center) .zx-slide-spacer {
	height: 56px;
}

/* Icon + Google Play: dùng max-height transition, không dùng display:none */
.zx-slide-icon img {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	display: block;
	width: 100%;
	object-fit: contain;
	padding: 0;
	transition: max-height 0.45s ease, opacity 0.45s ease, padding 0.45s ease;
}
.zx-slide-item.slick-center .zx-slide-icon img {
	max-height: 80px;
	opacity: 1;
	padding: 5px;
	max-width:220px;
}

/* Pill name */
.zx-slide-name {
	font-size: 16px;
	background: #FFFFFF;
	box-shadow: 0px 20px 12px 0px #C197FF14, 0px 36px 14px 0px #C197FF05;
	padding: 12px 20px;
	border-radius: 99px;
	line-height: 1;
	color: #0F1829;
	align-self: flex-end;
	white-space: nowrap;
	max-height: 44px;
	opacity: 1;
	overflow: hidden;
	transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
}
.zx-slide-item.slick-center .zx-slide-name {
	max-height: 0;
	opacity: 0;
	padding: 0 20px;
	display:none
}

/* Google Play button */
.zx-slide-gg {
	max-height: 0;
	opacity: 0;
	position: relative;
	transition: max-height 0.45s ease, opacity 0.45s ease;
}
.zx-slide-item.slick-center .zx-slide-gg {
	max-height: 120px;
	opacity: 1;
}
.zx-slide-gg img {
	padding: 20px 0;
	width: 170px;
	height: auto;
	display: block;
	animation: zoomPulse 1.2s ease-in-out infinite;
}
.zx-slide-gg::before {
	content: "";
	width: 53px; height: 53px;
	display: block;
	position: absolute;
	background: url(https://ktech4.k-tech-services.com/zentrixa/wp-content/uploads/2026/05/image-3008.png);
	background-size: contain;
	background-repeat: no-repeat;
	right: -40px; bottom: -20px;
	z-index: 2;
	animation: bayBong 2s ease-in-out infinite;
}

@keyframes zoomPulse {
	0%, 100% { transform: scale(1); }
	50%       { transform: scale(1.06); }
}
@keyframes bayBong {
	0%, 100% { transform: translateX(0) translateY(0); }
	50%       { transform: translateX(25px) translateY(20px); }
}
.sec-banner{
	padding-top:100px !important
}
.sec-banner h1 strong{
	color:#5700ED
}
.sec-banner .img-abs{
	position:absolute;
	width:207px !important;
	height:64px !important;
	top:32%;
	z-index: -1;
}
.shape_1 {
	left:10%
}
.shape_2 {
	right:10%
}
.sec-banner .title-index p{
	font-size:16px;
	max-width:515px;
	margin:auto;
	margin-bottom:32px;
}
.title-our p{
	font-size:17px !important;
	margin-bottom:0
}
/* sec-about */
.sec-about .title-index p{
	color:#FFFFFF80;
	font-size:16px;
}

/* sec tabs */
ul.nav-vertical {
	counter-reset: tab-counter;
}
ul.nav-vertical .tab {
	counter-increment: tab-counter;
}

ul.nav-vertical .tab a::before {
	content: counter(tab-counter, decimal-leading-zero);
	/* → 01, 02, 03, 04 */
	display: inline-block;
	margin-right: 8px;
	position:absolute;
	top:70px;
	right:0;
	font-size:32px;
	font-weight:700;
	color: #0F18291F;
	display:none
}
ul.nav-vertical .tab.active a::before{
	display:block;
}
.sec-tabs .nav>li{
	position:unset;
}
.sec-tabs .tabbed-content>h4{
	color: #0F18294D;
	font-size: 32px;
	font-weight:400;
	text-transform:inherit;
	z-index:111;
	position:relative;
	top:80px;
	padding-left:20px;
}
.sec-tabs .nav{
	background: #F6F8FB;
	border: 1px solid #FFFFFF;
	border-radius:20px;
	padding:20px;
	padding-right:0;
	gap:32px;
	padding-top:120px !important;
}
.sec-tabs .nav li{
	border:unset;
}
.sec-tabs .nav li a{
	padding:37px 32px ;
	/* 	border: 1px solid #FFFFFF; */
	border-radius:16px;
	font-weight: 500;
	font-size: 28px;
	line-height: 100%;
	text-transform: capitalize;
	color: #0F182980;
}
.sec-tabs .nav li.active a,
.sec-tabs .nav li a:hover{
	background: linear-gradient(270deg, #F1E4FE 38.44%, #E4E6FE 100%);
	color: #0F1829CC;

}
.sec-tabs .tab-panels{
	border:unset !important;
	padding: 0 20px !important;
	height:100%;
}

.sec-tabs .tab-panels .row.align-equal>.col>.col-inner{
	background: #F6F8FB;
	border: 1px solid #FFFFFF;
	border-radius:20px;
	display: flex;
	align-items: center;
	padding:0px 20px
}
.sec-tabs .tab-panels ul {
	padding: 0;
	margin: 0;
}

.sec-tabs .tab-panels li {
	list-style: none;
	margin-bottom: 25px;
	display: flex;
	align-items: center; 
	gap: 15px; 
	color: #333; 
	font-size: 16px;
	line-height: 1.4;
	margin:0;
	margin-bottom:30px;
}

.sec-tabs .tab-panels li:before {
	content: "";
	flex-shrink: 0; 
	width: 48px;
	height: 48px;
	display: block;
	background: url(https://ktech4.k-tech-services.com/zentrixa/wp-content/uploads/2026/05/Frame-2147225674.svg) no-repeat center;
	background-size: contain;
}
.falling-tags .col-inner {
	position: relative;
	min-height: 650px;
	overflow: hidden;
	background: #fdfdff; 
	padding:0 !important;
	border:unset !important
}
.img-gg{
	width:180px !important;
	margin:auto;
	margin-top:100px
}
.falling-tags .col-inner .tag {
	position: absolute;
	padding: 8px 16px;
	border-radius: 50px;
	background: #eeecfa;
	color: #4a4480;
	font-size: 13px;
	white-space: nowrap;
	border: 1px solid #dddaf0;
	box-shadow: 0 2px 5px rgba(0,0,0,0.02); 
	user-select: none;
	transition: transform 0.2s ease;
}
.falling-tags .col-inner p{
	display:none
}
.falling-tags .tag {
	pointer-events: none;
}
.falling-tags .col-inner .tag:hover {
	transform: scale(1.05);
	background: #e2dff7;
	z-index: 10;
}
/* sec leader */
.sec-leader .title-index h2{
	font-size:56px
}
.sec-leader .title-index p{
	font-size:16px;
	color: #FFFFFF99;
}
.sec-leader .stack{
	width:100%;
	max-width:925px;
	margin:auto;
	gap:20px
}
.leader-member{
	max-width:269px
}
.sec-leader .box .overlay{
	background:transparent
}
.sec-leader .box-text{
	padding:0 20px;
	bottom:20% !important;
	text-shadow:unset !important
}
.sec-leader .box-text p{
	font-size:22px;
	background: linear-gradient(180deg, #D0A4FF 0%, #FFFFFF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight:500;
}
.sec-leader .box-text h4{
	font-weight:500;
	font-size:26px;
}
/* sec blogs */
.sec-blogs .box-hero .overlay{
	display:none
}
.sec-blogs .box-hero .box{
	border-radius:24px;
	overflow:hidden
}
.sec-blogs .box-hero .box-text{
	padding:24px 40px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
	backdrop-filter: blur(4px)
}
.sec-blogs .box-hero p{
	color:#FFFFFF99;
	font-size:16px
}
.sec-blogs p{
	font-size:16px
}
.sec-blogs .post-title a{
	font-weight:500;
	font-size:28px;
}
.sec-blogs .post-meta.is-small.op-8{
	font-size:16px;
	color: #0F182980;
	opacity: 1;
	margin: 10px 0px;
}
.sec-blogs .is-divider{
	display:none
}
.sec-blogs .list1>.col>.col-inner{
	padding:32px;
	background: #F6F8FB;
	border-radius:16px
}
.sec-blogs .box-image{
	border-radius:12px;
	overflow:hidden;
}
.sec-blogs .box-list .post-item {
	padding-bottom:24px
}
.sec-blogs .box-list .post-item .col-inner{
	padding:10px;
}
.sec-blogs .box-list .post-item .col-inner:hover{
	background: linear-gradient(270deg, #F1E4FE 38.44%, #E4E6FE 100%);
	border-radius: 24px;
}
/* footer */
.sec-ft{
	padding-top:120px !important
}
.sec-ft p{
	font-size:16px;
	color: #0F182999;
}
.sec-ft .stack a{
	opacity:1
}
.sec-ft .stack p{
	color: #0F182999;
	font-weight:500;
}
.sec-ft h4{
	line-height:1;
	font-size:24px;
}
.title-ft h2{
	background: linear-gradient(180deg, #BCC3D0 0%, rgba(188, 195, 208, 0.05) 79.45%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size:200px;
	line-height:1;
	margin-bottom:0;
}
.absolute-footer{
	display:none
}
/* products */
.product-banner{
	padding-top:100px !important
}
.product-banner .title-index h1 strong {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 240px;
	height: 90px;
	background-image: url(https://ktech4.k-tech-services.com/zentrixa/wp-content/uploads/2026/05/hinhnenp10.png);
	background-size: 100% 100%; 
	background-repeat: no-repeat;
	background-position: center;
	color: #6200EE;
	line-height: 1;
	transform: rotate(10deg); 
	margin-left: 10px;
	padding-bottom: 5px; 
}
.product-banner p{
	line-height:32px
}
.product-banner .item-sp{
	width:88px !important;
	position:absolute;
	animation: diLenDiXuong 2.5s ease-in-out infinite;
}

/* ĐOẠN ĐỊNH NGHĨA CHUYỂN ĐỘNG (Đặt ở ngay dưới) */
@keyframes diLenDiXuong {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-15px); /* Bay lên cao 15px */
	}
	100% {
		transform: translateY(0); /* Hạ về vị trí cũ */
	}
}
.product-banner .sp1{
	left:10vh;
	top:20px
}
.product-banner .sp2{
	left:20vh;
	top:200px
}
.product-banner .sp3{
	right:10vh;
	top:10%
}
.product-banner .sp4{
	right:20vh;
	top:200px;
}
.product-banner .sp5{
	left:10vh;
	top:-120px
}
.product-banner .sp6{
	left:40vh;
	top:-30px
}
.product-banner .sp7{
	right:10vh;
	top:-120px;
}
.product-banner .sp8{
	right:40vh;
	top:-30px;
}
.product-banner .title-standing p{
	margin-bottom:10px
}
.list-product .col-inner {
	border-radius: 60px !important;
	padding: 32px; 
	overflow: hidden;
	position: relative;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px); /* Hỗ trợ Safari */
}

.list-product .item2 .col-inner {
	border: 2px solid transparent;
	background: 
		linear-gradient(295.61deg, rgba(255, 161, 190, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%) padding-box,
		linear-gradient(to right, 
			rgba(255, 235, 242, 0.2) 0%, 
			#FF678D 50%, 
			rgba(255, 235, 242, 0.2) 100%
		) border-box;
	background-origin: border-box;
}
.list-product .item1 .col-inner {
	border: 2px solid transparent;
	background: 
		linear-gradient(295.61deg, rgba(214, 161, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%) padding-box,
		linear-gradient(to right, 
			rgba(244, 235, 255, 0.2) 0%, 
			#BD67FF 50%, 
			rgba(244, 235, 255, 0.2) 100%
		) border-box;
	background-origin: border-box;
}
.list-product .item1 .col-inner {
	border: 2px solid transparent;
	background: 
		linear-gradient(295.61deg, rgba(214, 161, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%) padding-box,
		linear-gradient(to right, 
			rgba(244, 235, 255, 0.2) 0%, 
			#BD67FF 50%, 
			rgba(244, 235, 255, 0.2) 100%
		) border-box;
	background-origin: border-box;
}
.list-product .item3 .col-inner {
	border: 2px solid transparent;
	background: 
		linear-gradient(295.61deg, rgba(161, 187, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%) padding-box,
		linear-gradient(to right, 
			rgba(235, 241, 255, 0.2) 0%, 
			#678AFF 50%, 
			rgba(235, 241, 255, 0.2) 100%
		) border-box;
	background-origin: border-box;
}
.list-product .item4 .col-inner {
	border: 2px solid transparent;
	background: 
		linear-gradient(295.61deg, rgba(255, 161, 190, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%) padding-box,
		linear-gradient(to right, 
			rgba(255, 235, 242, 0.2) 0%, 
			#FF678D 50%, 
			rgba(255, 235, 242, 0.2) 100%
		) border-box;

	background-origin: border-box;
}
.list-product .banner{
	border-radius:28px;
	overflow:hidden;
	background:transparent;
}
.list-product h3{
	font-size:38px;
	margin-bottom:0;

}
.list-product p{
	font-size:24px;
}
.list-studio-product .col{
	padding-left:10px;
	padding-right:10px !important
}
.list-studio-product .title-index p{
	line-height:1.4
}
.list-studio-product .icon-box-img{
	margin-right:0px
}

.item-studio .col-inner {
	border-radius: 40px !important; /* Radius chuẩn Figma Studio */
	padding: 20px;
	overflow: hidden;
	position: relative;
	border: 2px solid transparent; /* Để lộ viền gradient */
	background: linear-gradient(295.61deg, rgba(200, 161, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);

	background: 
		linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)) padding-box,
		linear-gradient(0deg, #C8A1FF 50%, #FFFFFF 100%) padding-box,
		linear-gradient(to right, rgba(247, 235, 255, 0.2) 0%, #C267FF 50%, rgba(247, 235, 255, 0.2) 100%) border-box;

	background-origin: border-box;
	transition: all 0.3s ease;
}
.item-studio-center .icon-box-img{
	margin-right:0px
}
.item-studio-center .col-inner {
	border-radius: 40px !important;
	padding: 20px;
	overflow: hidden;
	position: relative;
	border: 2px solid transparent;

	background: 
		/* Lớp 1: Nền loang nhẹ hơn, tăng độ trắng để khử độ gắt của màu xanh */
		linear-gradient(180deg, rgba(161, 187, 255, 0.25) 0%, rgba(255, 255, 255, 0.9) 100%) padding-box,

		/* Lớp 2: Viền Gradient - tăng độ loang trung tâm ra 30%-70% để viền không bị một vạch màu ở giữa */
		linear-gradient(to right, 
			rgba(235, 241, 255, 0.2) 0%, 
			rgba(103, 138, 255, 0.8) 30%, 
			rgba(103, 138, 255, 0.8) 70%, 
			rgba(235, 241, 255, 0.2) 100%
		) border-box;

	background-origin: border-box;
}
.list-studio-product h3{
	font-size:42px;
	line-height:56px;
	margin-bottom:8px;
}
.list-studio-product p{
	font-size:21px;
	color: #0F182999;
}
.product-banner .frame1{
	width: 709px;
	height: 288px;
	border-radius:50%;
	opacity: 1;
	background: #FCC3FF;
	filter: blur(300px); 
	position: absolute;
	right: -300px;
	top: 72%;
	z-index: -1;
	pointer-events: none;
}
.title-studio.title-index h2{
	margin-bottom:6px !important;
}
/* About us */
.about1 .frame1{
	width: 700px;
	height: 700px;
	border-radius:50%;
	opacity: 1;
	background: #A0BDFC;
	filter: blur(600px); 
	position: absolute;
	left: -500px;
	top: -40%;
	z-index: -1;
	pointer-events: none;
}
.about1 .frame2{
	width: 860px;
	height: 860px;
	border-radius:50%;
	opacity: 1;
	background: #EED5FF;
	filter: blur(600px); 
	position: absolute;
	right: -500px;
	bottom: -40%;
	z-index: -1;
	pointer-events: none;
}
.about1 .title-index h2 strong {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 240px;
	height: 90px;
	background-image: url(https://ktech4.k-tech-services.com/zentrixa/wp-content/uploads/2026/05/hinhnenp10.png);
	background-size: 100% 100%; 
	background-repeat: no-repeat;
	background-position: center;
	color: #6200EE;
	line-height: 1;
	transform: rotate(10deg); 
	margin-left: 10px;
	padding-bottom: 5px; 
}
.about1 .title-index p{
	color: #0F1829;
	font-size:20px
}
.about-mission .title-index h2{
	font-size:32px;
}
.about-mission .title-index p{
	font-size:16px;
}
.about-mission .frame1{
	width: 600px;
	height: 600px;
	border-radius:50%;
	opacity: 1;
	background: #A0BDFC;
	filter: blur(600px); 
	position: absolute;
	left: -500px;
	top: -50%;
	z-index: -1;
	pointer-events: none;
}
.item-about{
	padding:40px 24px;
	background: #F6F8FB;
	box-shadow: 0px 4px 8px 0px #C59EEF26;
	border-radius:24px;
	position:relative;
	overflow:hidden;
	height:100%;
}
.item-about:after{
	content:"";
	position:absolute;
	left:0;
	top:0;
	background:url(
		https://ktech4.k-tech-services.com/zentrixa/wp-content/uploads/2026/05/bg-item-about.png);
	width:90%;
	height:60%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top right;
}
.item-about.bottom:after{
	top:unset;
	bottom:0;
	transform:rotate(-180deg);
	background-position:top left;
}
.about-mission .item-about{
	margin-bottom:30px
}
.about-value {
	padding-top:60px !important
}
.about-value .title-index h2{
	font-size:32px;
}
.about-value .title-index p{
	font-size:16px;
	color: #FFFFFF99;
}
.about-team .title-index h2{
	font-size:60px;
	font-weight:400
}
.sec-join .title-index p{
	font-size:16px;
	max-width:570px;
	margin:auto;
	margin-bottom:60px
}
.sec-join .wpcf7{
	width:400px;
}
.sec-join .wpcf7-form-control-wrap input{
	height:60px;
	border-radius:99px;
	padding-left:24px;
	margin-bottom:0
}
.sec-join .wpcf7-submit{
	position:absolute;
	top:50%;
	margin:0 !important;
	right:10px;
	height:44px;
	width:44px;
	padding:0;
	border-radius:50%;
	background: #C59EEF;
	transform: translateY(-50%) rotate(-20deg);
	color:#000000;
}
.wpcf7-spinner{
	display:none
}
.sec-join .button{
	margin-top:20px;
}
/* careeres */
.btn-gradient-black {
	min-width: 226px;
	height: 64px;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	border-radius: 40px !important; 
	padding: 0 30px;
	text-transform: none !important; 
	position: relative;
	border: 1px solid transparent !important; 

	transition: all 0.3s ease;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	background: 
		linear-gradient(rgba(48, 39, 63, 0.9), rgba(48, 39, 63, 0.9)) padding-box,
		linear-gradient(to right, 
			rgba(113, 91, 137, 0.1) 0%, 
			#E3D1F7 50%, 
			rgba(113, 91, 137, 0.1) 100%
		) border-box !important;

	background-origin: border-box;
}

.btn-gradient-black span {
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
}
.btn-gradient-black:after{
	content:"";
	width: 44px;
	height: 44px;
	display:block;
	filter: blur(20px);
	background: #C59EEF;
	border-radius:50%;
	position:absolute;
	z-index:9999;
	top:0px;
	right:0px
}
.btn-gradient-black .icon-angle-right {
	margin-left: 15px !important;
	color: #ffffff;
	transition: transform 0.3s ease;
	transform: rotate(-60deg) !important;
}
.btn-gradient-black   .icon-angle-right:before{
	font-size:21px;
	transform: rotate(-60deg) !important;
}
/* careers team */
.careers-banner p{
	color: #FFFFFF99 !important;
	line-height:32px;
}
.careers-team .slider .row{
	max-width:33.33%;
	opacity:1 !important; 
	margin:0 !important;
}

.careers-team .slider .col-inner{
	background: #FFFFFF;
	padding:20px;
	border-radius:20px;

}
.careers-team .slider .img{
	max-width:143px;
	margin-left:auto
}
.careers-team .slider h3{
	font-size:40px;
	margin-bottom:0;
	font-weight:600
}
.careers-team .slider p{
	min-height:210px;
}
.careers-team .slider h4{
	font-family: "Instrument Serif", serif;
	font-weight: 400;
	font-style: italic;
	font-size:40px;
	margin-bottom:0
}
.careers-why .banner{
	border-radius:80px;
	overflow:hidden;
	background:transparent;
}
.careers-why h3{
	background: linear-gradient(180deg, #BCC3D0 0%, rgba(188, 195, 208, 0.05) 79.45%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size:240px;
	margin-bottom:0px;
	line-height:1
}
.careers-why h4{
	font-size:48px;
	margin-bottom:0;
	margin-top:-60px
}
.careers-why .large-6 p{
	font-family: "Instrument Serif", serif;
	font-weight: 400;
	font-style: italic;
	font-size:40px;
	margin-bottom:0;
	color:#0F1829
}
.careers-open{
	padding-top:160px !important;
	padding-bottom:100px !important
}
.careers-open .title-index p{
	color: #FFFFFF99;
	font-size:24px;
}
.careers-open .large-4 .col-inner{
	border: 1px solid #FFFFFF1A;
	background: linear-gradient(106.73deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
	padding:30px;
	border-radius:40px;
	overflow:hidden
}
.careers-open .large-4 .col-inner:after{
	content:"";
	position:absolute;
	left:0;
	top:0;
	background:url(
		https://ktech4.k-tech-services.com/zentrixa/wp-content/uploads/2026/05/bg-item-about.png);
	width:100%;
	height:60%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top right;
}
.careers-open .large-4 h5{
	font-size:32px;
	font-weight:450;
	margin-bottom:0;
	color: #FFFFFF80;
}
.careers-open .large-4 h3{
	font-size: 48px;
	text-transform: capitalize;
	line-height:1.2;
}
.careers-open .large-4 p em{
	font-size:24px;
}
.careers-join .col{
	padding-bottom:0;
}
.careers-join .col.half{
	max-width:50% !important;
	width:100%;
}
.careers-join .wpcf7-form-control-wrap input{
	height:75px;
	border-radius:99px;
	font-size:16px;
	box-shadow:none;
	padding:28px;
}
.careers-join label{
	font-size:20px;
}
.careers-join label span{
	color: #CF001C
}
.careers-join .wpcf7-form-control-wrap input.wpcf7-file{
	border-radius:0px;
	padding:0px;
}
.careers-join .wpcf7-submit{
	background: #30273FE5;
	width:100%;
	height:80px;
	border-radius:99px;
	font-size:20px;
	backdrop-filter: blur(8px);
	box-shadow:unset !important;
	text-transform:inherit;
}
/* contact */
.banner-contact .title-index p{
	color: #FFFFFF99;
}
.banner-contact .title-index h1{
	line-height: 89px;
}
.form-row{
	display:flex
}
.contact .col{
	padding-bottom:0;
}
.contact .col.half{
	max-width:50% !important;
	width:100%;
}
.contact .wpcf7-form-control-wrap input{
	height:75px;
	border-radius:99px;
	font-size:16px;
	box-shadow:none;
	padding:28px;
}
.contact label{
	font-size:20px;
}
.contact label span{
	color:#CF001C;
}
.contact textarea{
	min-height:240px;
	border-radius:24px;
	box-shadow:none;
	padding:28px;
	font-size:16px;
}
.contact .wpcf7-submit{
	background: #30273FE5;
	width:100%;
	height:80px;
	border-radius:99px;
	font-size:20px;
	backdrop-filter: blur(8px);
	box-shadow:unset !important;
	text-transform:inherit
}
/* single post */
.single-post .post-content.entry-content img{
	border: 4px solid #F3F3F4;
	border-radius:24px;
}
.post-back a{
	width: 80px;
	height: 48px;
	border-radius: 12px;
	box-shadow: 0px 2px 4px 0px #00000026;
	text-align:center;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	margin-bottom:60px
}
.post-breadcrumb{
	position:relative;
}
.post-breadcrumb .box-breadcrumb{
	background: #D8B6FD;
	display:inline-block;
	border-radius:8px;
	padding:10px;
	position:relative;
	z-index:9999;
}
.post-breadcrumb:after{
	content:"";
	width:100px;
	height:25px;
	background:#EDDEFD;
	display:block;
	border-radius:11px;
	position:absolute;
	z-index:0;
	top:-10px;
	left:10px
}
.post-breadcrumb a{
	color: #0F1829CC;
	font-weight:500;
	font-size:16px;
}
.single-post .post-title{
	font-size:64px;
	line-height:100%;
	margin:20px 0px;
}
.post-meta{
	margin-bottom:10px !important
}
.single-post .post-content.entry-content{
	padding-top:30px !important
}
.more-on-news{
	background: #F7F8FA;
	padding:80px 0;
}
.more-on-news h2{
	font-size:40px;
	color: #0F1829;
	font-weight:500;
	margin-bottom:40px;
}
.more-on-news .related-slick-item{
	padding:0 10px;
}
.more-on-news .box-related{
	padding:20px;
	border-radius:20px;
	background:#fff;
}
.more-on-news .box-text{
	margin-top:20px;
	padding:0;
	display:flex;
	flex-direction: column;
	gap:16px;
}
.more-on-news .meta-post{
	font-size:16px;
	color: #0F182980;
}
.more-on-news h3{
	font-weight:500;
	font-size:28px;
	line-height:1;
	margin:0;
	color: #0F1829CC;
}
.more-on-news .excerpt{
	margin:0;
	display: block;
	display: -webkit-box;
	max-width: 100%;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.4;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #0F182980;
}
.more-on-news .flickity-button{
	justify-content: flex-end;
}
.more-on-news .flickity-button button{
	width:48px;
	height:48px;
	border-radius:50%;
	background:#fff;
	display:flex;
	align-items:center;
	padding:0;
	justify-content:center;
	box-shadow: 0px 2px 8px 0px #0000001A;
}
.more-on-news .slick-dots{
	display:inline-flex;
	width:auto;
	background:#E3E3E3;
	border-radius:11px;
	bottom:-15%;
	left:0px;

}
.slick-dots li{
	display:block !important;
	width:auto;
	height:auto;
	margin:0;
}
.slick-dots button{
	width:40px !important;
	height:5px !important;
	padding:0 !important;
	background: transparent !important;
}
.slick-dots .slick-active button{
	background: #142B55 !important;
	border-radius:11px;
}
.slick-dots button:before{
	display:none;
}


/* thông báo contact form */
/* Khung ngoài cùng - ẩn các border thô mặc định của CF7 */
.wpcf7 .wpcf7-response-output {
	margin: 20px 0 0 0 !important;
	padding: 0 !important;
	border: none !important;
	background: transparent !important;
	box-shadow: none !important;
	display: block !important;
}

/* Khung layout bọc bên trong */
.wpcf7 .wpcf7-response-inner {
	padding: 14px 18px;
	border-radius: 12px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
	display: flex;
	align-items: flex-start;
	gap: 12px;
	box-sizing: border-box;
	transition: all 0.3s ease;
}

/* Hiệu ứng trượt xuất hiện nhẹ nhàng */
@keyframes cf7Popup {
	from { opacity: 0; transform: translateY(6px); }
	to { opacity: 1; transform: translateY(0); }
}
.wpcf7-response-inner {
	animation: cf7Popup 0.3s ease-out forwards;
}

/* Khu vực Icon */
.wpcf7 .wpcf7-response-icon {
	flex-shrink: 0;
	width: 22px;
	height: 22px;
	margin-top: 1px;
}

/* Khu vực nội dung Chữ */
.wpcf7 .wpcf7-response-content {
	flex-grow: 1;
}
.wpcf7 .wpcf7-response-title {
	display: block;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 2px;
}
.wpcf7 .wpcf7-response-text {
	display: block;
	font-size: 13px;
	line-height: 1.4;
	font-weight: 500;
}




/* Khung ngoài cùng - Xóa mọi style thừa của CF7 */
.wpcf7 .wpcf7-response-output {
	margin: 24px 0 0 0 !important;
	padding: 0 !important;
	border: none !important;
	background: transparent !important;
	box-shadow: none !important;
	display: block !important;
}

/* Base Layout cho Box Dark mode */
.wpcf7 .wpcf7-response-inner {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 20px 24px;
	background: #272a30; /* Nền xám đen đậm */
	border-radius: 12px;
	box-sizing: border-box;
	font-family: inherit;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
	border-top: 1px solid rgba(255, 255, 255, 0.05); /* Viền sáng giả 3D trên cùng */
	transition: all 0.3s ease;
}

/* Animation popup trượt mượt */
@keyframes cf7PopupNew {
	from { opacity: 0; transform: translateY(10px); }
	to { opacity: 1; transform: translateY(0); }
}
.wpcf7-response-inner {
	animation: cf7PopupNew 0.3s ease-out forwards;
}

/* Khu vực Icon */
.wpcf7 .wpcf7-response-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	flex-shrink: 0;
	position:relative;
}
.wpcf7 .wpcf7-response-icon svg {
	width: 26px;
	height: 26px;
}

/* Khu vực Text */
.wpcf7 .wpcf7-response-content {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.wpcf7 .wpcf7-response-title {
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.3px;
}
.wpcf7 .wpcf7-response-text {
	color: #9ba1a6;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
}


/* 1. THÀNH CÔNG (Màu Xanh Mint) */
.wpcf7 .wpcf7-mail-sent-ok .wpcf7-response-inner {
	box-shadow: inset 0 -4px 0 0 #00e676, 0 10px 25px rgba(0,0,0,0.2);
}
.wpcf7 .wpcf7-mail-sent-ok .wpcf7-response-icon {
	background: rgba(0, 230, 118, 0.15);
	border-radius: 50%; /* Icon Tròn */
}
.wpcf7 .wpcf7-mail-sent-ok .wpcf7-response-icon svg {
	color: #00e676;
}

/* 2. CẢNH BÁO / LỖI NHẬP LIỆU (Màu Vàng) */
.wpcf7 .wpcf7-validation-errors .wpcf7-response-inner,
.wpcf7 .wpcf7-acceptance-missing .wpcf7-response-inner {
	box-shadow: inset 0 -4px 0 0 #ffc107, 0 10px 25px rgba(0,0,0,0.2);
}
.wpcf7 .wpcf7-validation-errors .wpcf7-response-icon,
.wpcf7 .wpcf7-acceptance-missing .wpcf7-response-icon {
	background: rgba(255, 193, 7, 0.15);
	border-radius: 8px; /* Icon Vuông bo góc */
}
.wpcf7 .wpcf7-validation-errors .wpcf7-response-icon svg,
.wpcf7 .wpcf7-acceptance-missing .wpcf7-response-icon svg {
	color: #ffc107;
}

/* 3. LỖI HỆ THỐNG (Màu Đỏ) */
.wpcf7 .invalid .wpcf7-response-inner {
	box-shadow: inset 0 -4px 0 0 #FFD21F, 0 10px 25px rgba(0,0,0,0.2) !important;
}
.wpcf7 form.sent .wpcf7-response-inner{
	box-shadow: inset 0 -4px 0 0 #01E17B, 0 10px 25px rgba(0,0,0,0.2) !important;

}
.wpcf7-acceptance-missing .wpcf7-response-inner{
	box-shadow: inset 0 -4px 0 0 #F04349, 0 10px 25px rgba(0,0,0,0.2) !important;
}

.wpcf7-response-output .wpcf7-response-icon:before{
	content:"";
	position:absolute;
	display:block;
	width:212px;
	height:212px;
	background: radial-gradient(50% 50% at 50% 50%, rgba(255, 212, 38, 0.11) 0%, rgba(255, 212, 38, 0) 100%);
}
.wpcf7 form.sent .wpcf7-response-output .wpcf7-response-icon:before{
	content:"";
	position:absolute;
	display:block;
	width:212px;
	height:212px;
	background: radial-gradient(50% 50% at 50% 50%, rgba(0, 237, 81, 0.12) 0%, rgba(0, 237, 123, 0) 100%)
		!important;
}
.wpcf7-acceptance-missing  .wpcf7-response-output .wpcf7-response-icon:before{
	content:"";
	position:absolute;
	display:block;
	width:212px;
	height:212px;
	background: radial-gradient(50% 50% at 50% 50%, rgba(240, 66, 72, 0.13) 0%, rgba(240, 66, 72, 0) 100%)
		!important;
}

