.n3-industry-apps {
	--n3-industry-accent: #ffb400;
	--n3-industry-ink: #08132f;
	width: 100%;
	padding: 20px 28px 45px;
	background: radial-gradient(circle at 50% 35%, #fff 0, #fff 55%, #fafbfc 100%);
	color: var(--n3-industry-ink);
}

.n3-industry-apps *,
.n3-industry-apps *::before,
.n3-industry-apps *::after {
	box-sizing: border-box;
}

.n3-industry-apps [hidden] {
	display: none !important;
}

.n3-industry-apps__header {
	width: min(100%, 1050px);
	margin: 0 auto 23px;
	text-align: center;
}

.n3-industry-apps__eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	margin-bottom: 8px;
	padding: 6px 17px;
	border: 1px solid #efbe54;
	border-radius: 8px;
	color: #e79600;
	font-size: 16px;
	font-weight: 700;
}

.n3-industry-apps__eyebrow span {
	display: flex;
	width: 25px;
	height: 25px;
}

.n3-industry-apps__eyebrow svg {
	display: block;
	width: 100%;
	height: 100%;
}

.n3-industry-apps__header h2 {
	margin: 0;
	color: var(--n3-industry-ink);
	font-size: clamp(33px, 3.55vw, 49px);
	font-weight: 700;
	letter-spacing: -.025em;
	line-height: 1.08;
	text-transform: uppercase;
	text-wrap: balance;
}

.n3-industry-apps__header > i {
	display: block;
	width: 84px;
	height: 4px;
	margin: 11px auto 9px;
	background: var(--n3-industry-accent);
}

.n3-industry-apps__header p {
	margin: 0;
	color: #303a50;
	font-size: clamp(14px, 1.15vw, 16px);
	line-height: 1.6;
}

.n3-industry-apps__layout {
	display: grid;
	grid-template-columns: 300px minmax(0, 1fr);
	align-items: start;
	gap: 20px;
	width: min(100%, var(--n3-section-width, 1340px));
	margin: 0 auto;
}

.n3-industry-apps__sidebar {
	display: grid;
	gap: 13px;
	min-width: 0;
}

.n3-industry-apps__groups {
	padding: 12px 8px 8px;
	border: 1px solid #dce1e8;
	border-radius: 9px;
	background: #fff;
	box-shadow: 0 3px 10px rgba(8, 22, 48, .06);
}

.n3-industry-apps__groups > h3 {
	margin: 0 7px 10px;
	color: #121c34;
	font-size: 16px;
	font-weight: 700;
}

.n3-industry-apps__group-list {
	display: grid;
	gap: 6px;
}

.n3-industry-apps__group-list button {
	display: grid;
	grid-template-columns: 38px 23px minmax(0, 1fr) 32px;
	align-items: center;
	gap: 7px;
	width: 100%;
	min-height: 61px;
	margin: 0;
	padding: 7px 8px;
	border: 1px solid #dce1e8;
	border-radius: 8px;
	background: #fff;
	box-shadow: none;
	color: #101a32;
	font: inherit;
	text-align: left;
	cursor: pointer;
	transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.n3-industry-apps__group-list button:hover {
	border-color: #efbd4f;
	transform: translateX(2px);
}

.n3-industry-apps__group-list button.is-active {
	border-color: var(--n3-industry-accent);
	background: linear-gradient(135deg, #ffc41c, #f6a900);
	box-shadow: 0 5px 12px rgba(235, 164, 0, .2);
}

.n3-industry-apps__group-list button > span {
	display: flex;
	width: 35px;
	height: 35px;
	color: #111a31;
}

.n3-industry-apps__group-list button svg {
	display: block;
	width: 100%;
	height: 100%;
}

.n3-industry-apps__group-list button > b {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 5px;
	background: var(--n3-industry-accent);
	color: #111522;
	font-size: 12px;
	font-weight: 700;
}

.n3-industry-apps__group-list button.is-active > b {
	background: #fff;
}

.n3-industry-apps__group-list button > strong {
	min-width: 0;
	font-size: 12.5px;
	font-weight: 700;
	line-height: 1.35;
	text-transform: uppercase;
}

.n3-industry-apps__group-list button > em {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 31px;
	height: 31px;
	border: 1px solid #dce1e8;
	border-radius: 50%;
	background: #fff;
	color: #182039;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
}

.n3-industry-apps__cta {
	padding: 15px 14px 13px;
	border-radius: 9px;
	background: linear-gradient(145deg, #fff9e7, #fffdf8);
}

.n3-industry-apps__cta-title {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	align-items: center;
	gap: 10px;
}

.n3-industry-apps__cta-title span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 40px;
	border-radius: 50% 50% 50% 15%;
	background: var(--n3-industry-accent);
	color: #fff;
	font-size: 25px;
	font-weight: 700;
}

.n3-industry-apps__cta-title strong {
	color: #111a31;
	font-size: 14px;
	line-height: 1.3;
}

.n3-industry-apps__cta > p {
	margin: 7px 0 11px;
	padding-left: 58px;
	color: #303a50;
	font-size: 11.5px;
	line-height: 1.55;
}

.n3-industry-apps__cta > a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 43px;
	margin-top: 7px;
	border: 1px solid #efb629;
	border-radius: 6px;
	color: #11172a;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

.n3-industry-apps__cta > a.is-phone {
	background: linear-gradient(135deg, #ffc31a, #f5a800);
}

.n3-industry-apps__cta a i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	font-size: 8px;
	font-style: normal;
}

.n3-industry-apps__cta a.is-zalo i {
	border-radius: 5px;
	background: #0879e8;
	color: #fff;
}

.n3-industry-apps__cta a.is-phone i {
	color: #11172a;
}

.n3-industry-apps__cta a svg {
	width: 100%;
	height: 100%;
}

.n3-industry-apps__hotline {
	margin-top: 9px;
	color: #5b6475;
	font-size: 13px;
	text-align: center;
}

.n3-industry-apps__hotline strong {
	margin-left: 5px;
	color: #f3a300;
	font-size: 20px;
	font-weight: 500;
}

.n3-industry-apps__content {
	min-width: 0;
}

.n3-industry-apps__search {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr) 36px;
	align-items: center;
	gap: 8px;
	min-height: 50px;
	margin: 0 0 15px;
	padding: 0 12px 0 17px;
	border: 1px solid #dce1e8;
	border-radius: 9px;
	background: #fff;
	color: #1c2942;
}

.n3-industry-apps__search > span {
	display: flex;
	width: 26px;
	height: 26px;
}

.n3-industry-apps__search svg {
	display: block;
	width: 100%;
	height: 100%;
}

.n3-industry-apps__search input {
	width: 100%;
	height: 48px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	color: #1c2942;
	font: inherit;
	font-size: 13px;
}

.n3-industry-apps__search input:focus {
	outline: 0;
	box-shadow: none;
}

.n3-industry-apps__search kbd {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 30px;
	border-radius: 7px;
	background: #f0f1f3;
	color: #1d263b;
	font-family: inherit;
	font-size: 12px;
}

.n3-industry-apps__items {
	display: grid;
	gap: 8px;
}

.n3-industry-apps__item {
	overflow: hidden;
	border: 1px solid #dce1e8;
	border-radius: 9px;
	background: #fff;
	box-shadow: 0 2px 7px rgba(8, 22, 48, .04);
}

.n3-industry-apps__item-toggle {
	display: grid;
	grid-template-columns: 52px minmax(0, 1fr) 95px 28px;
	align-items: center;
	gap: 12px;
	width: 100%;
	min-height: 53px;
	margin: 0;
	padding: 7px 15px 7px 20px;
	border: 0;
	background: #fff;
	box-shadow: none;
	color: #111a31;
	font: inherit;
	text-align: left;
	cursor: pointer;
}

.n3-industry-apps__item-toggle > b {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 36px;
	border-radius: 6px;
	background: linear-gradient(135deg, #ffc31a, #f5a900);
	color: #111522;
	font-size: 17px;
	font-weight: 700;
}

.n3-industry-apps__item-toggle > strong {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
}

.n3-industry-apps__item-toggle > em {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 5px 10px;
	border-radius: 999px;
	background: #fff7e5;
	color: #e99b00;
	font-size: 12px;
	font-style: normal;
	white-space: nowrap;
}

.n3-industry-apps__item-toggle > i {
	display: flex;
	width: 25px;
	height: 25px;
	transition: transform .2s ease;
}

.n3-industry-apps__item-toggle svg {
	display: block;
	width: 100%;
	height: 100%;
}

.n3-industry-apps__item.is-open .n3-industry-apps__item-toggle > i {
	transform: rotate(180deg);
}

.n3-industry-apps__item-panel {
	padding: 0 20px 17px;
}

.n3-industry-apps__item-description {
	margin: 0;
	padding: 0 64px 20px;
	border-bottom: 1px solid #dce1e8;
	color: #303a50;
	font-size: 13px;
	line-height: 1.55;
}

.n3-industry-apps__term-columns {
	display: grid;
	grid-template-columns: 1.35fr .9fr;
	gap: 0;
	padding-top: 18px;
}

.n3-industry-apps__term-columns > div {
	min-width: 0;
	padding: 0 22px 0 7px;
}

.n3-industry-apps__term-columns > div + div {
	padding-right: 7px;
	padding-left: 28px;
	border-left: 1px solid #dce1e8;
}

.n3-industry-apps__term-columns h4 {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 12px;
	color: #172039;
	font-size: 14px;
	font-weight: 500;
}

.n3-industry-apps__term-columns h4 span {
	display: flex;
	width: 25px;
	height: 25px;
}

.n3-industry-apps__term-columns h4 svg {
	display: block;
	width: 100%;
	height: 100%;
}

.n3-industry-apps__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 9px 14px;
}

.n3-industry-apps__chips span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 132px;
	min-height: 38px;
	padding: 7px 13px;
	border: 1px solid #dce1e8;
	border-radius: 6px;
	background: #fff;
	color: #172039;
	font-size: 12.5px;
	line-height: 1.25;
	text-align: center;
}

.n3-industry-apps__empty {
	margin: 14px 0 0;
	padding: 35px 20px;
	border: 1px dashed #d4dae3;
	border-radius: 9px;
	color: #657084;
	text-align: center;
}

@media (max-width: 1100px) {
	.n3-industry-apps {
		padding-right: 18px;
		padding-left: 18px;
	}

	.n3-industry-apps__layout {
		grid-template-columns: 265px minmax(0, 1fr);
		gap: 15px;
	}

	.n3-industry-apps__group-list button {
		grid-template-columns: 32px 20px minmax(0, 1fr) 28px;
		gap: 5px;
	}

	.n3-industry-apps__chips {
		gap: 8px;
	}

	.n3-industry-apps__chips span {
		min-width: 110px;
	}
}

@media (max-width: 849px) {
	.n3-industry-apps__layout {
		grid-template-columns: 1fr;
	}

	.n3-industry-apps__group-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.n3-industry-apps__cta {
		display: grid;
		grid-template-columns: minmax(0, 1fr) 220px 220px;
		align-items: center;
		gap: 10px;
	}

	.n3-industry-apps__cta-title {
		grid-row: 1 / 3;
	}

	.n3-industry-apps__cta > p,
	.n3-industry-apps__hotline {
		display: none;
	}

	.n3-industry-apps__cta > a {
		margin: 0;
	}
}

@media (max-width: 650px) {
	.n3-industry-apps {
		padding: 18px 10px 35px;
	}

	.n3-industry-apps__header h2 {
		font-size: 29px;
	}

	.n3-industry-apps__header p {
		font-size: 14px;
	}

	.n3-industry-apps__header p br {
		display: none;
	}

	.n3-industry-apps__group-list {
		grid-template-columns: 1fr;
	}

	.n3-industry-apps__cta {
		display: block;
	}

	.n3-industry-apps__cta-title {
		display: grid;
	}

	.n3-industry-apps__cta > p,
	.n3-industry-apps__hotline {
		display: block;
	}

	.n3-industry-apps__item-toggle {
		grid-template-columns: 43px minmax(0, 1fr) 24px;
		gap: 8px;
		padding: 7px 10px;
	}

	.n3-industry-apps__item-toggle > b {
		width: 36px;
		height: 34px;
		font-size: 15px;
	}

	.n3-industry-apps__item-toggle > strong {
		font-size: 14px;
	}

	.n3-industry-apps__item-toggle > em {
		display: none;
	}

	.n3-industry-apps__item-description {
		padding: 0 5px 16px;
	}

	.n3-industry-apps__term-columns {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.n3-industry-apps__term-columns > div,
	.n3-industry-apps__term-columns > div + div {
		padding: 0 5px;
		border-left: 0;
	}

	.n3-industry-apps__chips {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.n3-industry-apps__chips span {
		min-width: 0;
	}
}
