@charset "utf-8";
/* ===== u-icons--arrowRight button ===== */
.c-btn.u-icons--arrowRight {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	border: 2px solid #000;
	border-radius: 0;
	background-color: #fff;
	color: #000;
	font-weight: bold;
	padding: 5px 16px;
	text-decoration: none;
	min-width: 180px;
}

.c-btn.u-icons--arrowRight::after {
	content: '→';
	font-size: 20px;
	flex-shrink: 0;
}

.c-btn.u-icons--arrowRight:hover {
	background-color: #f5f5f5;
	color: #000;
}

.c-speclist {
	display: flex;
	justify-content: space-between;
}

.c-speclist__inner {
	width: 47.8%;
	display: flex;
	flex-direction: column;
	gap: 15px 0;
}

.c-speclist__inner-head {
	margin: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
	font-size: 20px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
}

.c-speclist__inner-list {
	padding-left: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 16px 0;
}

.c-speclist__inner-list-item {
	padding: 3px 6px 2px;
	font-size: 28px;
	text-align: center;
}

.c-speclist__inner-list-item--black {
	background-color: #000;
	color: #FFF;
}

.c-boldletter {
	margin: 8px 0 0;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.c-linkWithImage__image {
	aspect-ratio: auto;
}

.c-mainVisual--categoryTop .c-mainVisual__title::before {
	all: unset;
}

.c-mainVisual--categoryTop .c-mainVisual__title {
	width: inherit;
	margin-top: 0;
}

.text-center {
	text-align: center !important;
}

.text-grey {
	color: #666666;
}

.c-mainVisual__category {
	font-size: 21px;
	font-weight: inherit;
	line-height: 1.5;
	margin-top: 0;
	margin-left: 0;
	color: #fff;
}

.c-btn--red {
	border-radius: 15px;
	border-color: red;
	background-color: #FFF;
	text-align: left;
	height: 100%;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2);
	padding: 7px 15px;
	font-size: 16px;
}

.c-btn--red:hover {
	background-color: red;
	color: #fff;
}

@media screen and (max-width: 600px) {
	.c-boldletter br {
		display: none;
	}
}

/* ===== c-contact-form ===== */
.c-contact-form {
	max-width: 580px;
	margin: 32px auto 0;
}

.c-contact-form__row {
	margin-bottom: 20px;
}

.c-contact-form__label {
	display: block;
	margin-bottom: 5px;
	font-size: 18px;
	color: #333;
}

.c-contact-form__required {
	color: #e60012;
}

.c-contact-form__input,
.c-contact-form__select,
.c-contact-form__textarea {
	display: block;
	width: 100%;
	padding: 7px 10px;
	border: 1px solid #b8b8b8;
	font-size: 14px;
	font-family: inherit;
	color: #333;
	background-color: #fff;
	box-sizing: border-box;
	border-radius: 0;
}

.c-contact-form__input:focus,
.c-contact-form__select:focus,
.c-contact-form__textarea:focus {
	outline: none;
	border-color: #555;
}

.c-contact-form__input--error {
	border-color: #e60012;
}

.c-contact-form__textarea {
	height: 120px;
	resize: vertical;
}

.c-contact-form__hint {
	margin: 6px 0 0;
	font-size: 12px;
	color: #888;
	text-align: center;
}

.c-contact-form__footer {
	text-align: center;
	margin-top: 24px;
}

.c-contact-form__submit {
	display: inline-block;
	padding: 10px 44px;
	background-color: #e60012;
	color: #fff;
	font-size: 20px;
	font-family: inherit;
	border: none;
	border-radius: 2px;
	cursor: pointer;
}

.c-contact-form__submit:hover {
	background-color: #fff;
	border: 1px solid #c5000f;
	color: #c5000f;
}

.c-contact-form__submit:disabled {
	opacity: 0.65;
	cursor: not-allowed;
}

@media screen and (max-width: 600px) {
	.c-contact-form {
		padding: 0 8px;
	}
}

/* ===== c-download-item ===== */
.c-download-title {
	background-color: #DDDDDD;
	padding: 10px 20px;
}

.c-download-item {
	display: flex;
	border-radius: 10px;
	overflow: hidden;
	max-width: 860px;
	margin: 0 auto;
}

.c-download-item__img {
	width: 55%;
	flex-shrink: 0;
}

.c-download-item__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* ===== c-download-card ===== */
.c-download-card {
	background-color: #f5f5f5;
	flex: 1;
	box-sizing: border-box;
	padding: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.c-download-card__title {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 28px;
	color: #333;
}

.c-download-card__link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}

.c-download-card__link:hover {
	color: #e60012;
}

@media screen and (max-width: 600px) {
	.c-download-item {
		flex-direction: column;
	}

	.c-download-item__img {
		width: 100%;
		min-height: 200px;
	}
}

/* ===== section03 feature items ===== */
#section03 .l-grid {
	align-items: stretch;
}

#section03 .l-grid__item {
	display: flex;
	flex-direction: column;
}

#section03 .c-btn__wrapper {
	flex: 1;
	display: flex;
	align-items: stretch;
}

#section03 .c-btn__wrapper .c-btn {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}


.c-feature-img-wrap {
	position: relative;
	max-width: 84%;
	margin: 0 auto;
	padding-bottom: 44px;
}

.c-feature-img-wrap::after {
	content: '';
	position: absolute;
	left: -14px;
	right: -14px;
	bottom: 0;
	top: 55%;
	background-color: #DDDDDD;
	border-radius: 14px;
	z-index: 0;
}

.c-feature-img-wrap .c-linkWithImage {
	position: relative;
	z-index: 1;
	display: block;
}

/* ===== section03 + section04 shared background ===== */
.c-bg-network {
	position: relative;
}

.c-bg-network::before {
	content: '';
	position: absolute;
	inset: 0;
	background-image: url('/fa/vn_en/topics/2026/mxc/assets/img/network-background.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.12;
	z-index: 0;
}

.c-bg-network>* {
	position: relative;
	z-index: 1;
}

/* ===== section04 equal card height ===== */
#section04 .l-grid {
	align-items: stretch;
}

#section04 .l-grid__item {
	display: flex;
	flex-direction: column;
}

#section04 .c-product-card {
	flex: 1;
	display: flex;
	flex-direction: column;
}

#section04 .c-product-card__body {
	flex: 1;
	display: flex;
	flex-direction: column;
}

#section04 .c-product-card__body .c-btn__wrapper {
	margin-top: auto;
	padding-top: 20px;
}

/* ===== c-product-card ===== */
.c-product-card__img {
	display: block;
	max-width: 340px;
	width: 72%;
	margin: 0 auto 16px;
}

.c-product-card {
	position: relative;
}

.c-product-card__title {
	background-color: #e60012;
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	padding: 5px 20px;
	margin: 0 -16px 0;
	border-radius: 5px;
	position: relative;
	z-index: 1;
	text-align: center;
}

.c-product-card__body {
	background-color: #EDEDED;
	padding: 20px 20px 20px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

/* ===== c-challenge-item ===== */
.c-challenge-item {
	display: flex;
	align-items: center;
	gap: 16px;
	border: 1px solid #d0d0d0;
	border-radius: 15px;
	padding: 10px;
	height: 100%;
	box-sizing: border-box;
}

.c-challenge-item__icon {
	width: 40px;
	height: auto;
	flex-shrink: 0;
}

.c-challenge-item__text {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
}

/* ===== c-highlight-box ===== */
.c-highlight-box {
	background-color: #f5f5f5;
	border-radius: 6px;
	padding: 16px 20px;
	margin-top: 16px;
}

.c-highlight-box__title {
	font-weight: bold;
	font-size: 20px;
	margin: 0 0 12px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background-color: red;
	color: #fff;
	padding: 0px 14px 0px 10px;
	border-radius: 6px;
}

.c-highlight-box__icon {
	flex-shrink: 0;
}

.c-highlight-box__list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.c-highlight-box__list li {
	position: relative;
	padding-left: 22px;
	margin-bottom: 6px;
	font-size: 16px;
	line-height: 1.5;
}

.c-highlight-box__list li::before {
	content: '';
	background: url(../img/down_arrow.png) no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: calc(50% - 2px);
	width: 8px;
	height: 5px;
}

.c-solution-title::before {
	content: '';
	background: url(../img/right_arrow.png) no-repeat;
	background-size: contain;
	width: 17px;
	height: 17px;
	display: inline-block;
	align-items: center;
}

.c-solution-title span {
	padding-left: 5px;
}

.c-solution-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

#section02 .l-grid__item:has(.c-solution-img) {
	display: flex;
	flex-direction: column;
}

#section02 .l-grid__item:has(.c-highlight-box) {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 24px;
}

/* ===== c-feature3col ===== */
.c-feature3col {
	display: grid;
	grid-template-columns: 1fr auto 1fr auto 1fr;
	grid-template-rows: auto auto;
	align-items: center;
	column-gap: 20px;
	row-gap: 12px;
	margin: 32px 0;
}

.c-feature3col__item .c-text {	
	color: #666666;
	font-size: 20px;
}

.c-challenge-item__text, .c-featureArea__lead {
	font-size: 24px;
}

/* Images → row 1 */
.c-feature3col__item:nth-of-type(1) .c-feature3col__item-img {
	grid-column: 1;
	grid-row: 1;
}

.c-feature3col__item:nth-of-type(2) .c-feature3col__item-img {
	grid-column: 3;
	grid-row: 1;
}

.c-feature3col__item:nth-of-type(3) .c-feature3col__item-img {
	grid-column: 5;
	grid-row: 1;
}

/* Plus → row 1, centered */
.c-feature3col__plus:nth-of-type(1) {
	grid-column: 2;
	grid-row: 1;
}

.c-feature3col__plus:nth-of-type(2) {
	grid-column: 4;
	grid-row: 1;
}

/* Text labels → row 2 */
.c-feature3col__item:nth-of-type(1)>.c-text {
	grid-column: 1;
	grid-row: 2;
	text-align: center;
	margin: 0;
}

.c-feature3col__item:nth-of-type(2)>.c-text {
	grid-column: 3;
	grid-row: 2;
	text-align: center;
	margin: 0;
}

.c-feature3col__item:nth-of-type(3)>.c-text {
	grid-column: 5;
	grid-row: 2;
	text-align: center;
	margin: 0;
}

.c-feature3col__item-img {
	display: block;
	width: 50%;
	justify-self: center;
}

.c-feature3col__plus {
	width: 15px;
	height: auto;
	justify-self: center;
}

.c-challenge-title:before {
	content: "";
	left: 1px;
	top: calc(50% - 5px);
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 9px;
	border-color: transparent transparent transparent red;
}

.padding-side-5 {
	padding-left: 5px;
	padding-right: 5px;
}

.padding-side-25 {
	padding: 0px 25px;
}

.padding-side-30 {
	padding: 0px 30px;
}

.padding-side-50 {
	padding: 0px 50px;
}

.padding-side-100 {
	padding: 0px 100px;
}

.padding-side-150 {
	padding: 0px 150px;
}
.padding-side-200 {
	padding: 0px 200px;
}

.padding-top-10 {
	padding-top: 10px;
}

.padding-top-30 {
	padding-top: 30px;
}

.padding-top-50 {
	padding-top: 50px;
}

.padding-top-100 {
	padding-top: 100px;
}

.padding-bot-20 {
	padding-bottom: 20px;
}

.padding-bot-41 {
	padding-bottom: 41px;
}

.padding-top-30 {
	padding-top: 30px;
}

.padding-20 {
	padding: 20px;
}

.no-padding {
	padding: 0;
}

.c-btn__wrapper.max-w {
	max-width: 92%;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

.wrapper-bg {
	position: relative;
	overflow: hidden;
}

.wrapper-bg .bg-network {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
	opacity: 0.4;
}

.wrapper-bg section {
	position: relative;
	z-index: 10;
}


@media screen and (min-width: 1024px) {
	.padding-side-100 {
		padding: 0px 100px;
	}

	.c-btn__wrapper.max-w {
		max-width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
}

@media screen and (max-width: 600px) {
	.c-feature3col {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 8px;
	}

	.c-feature3col__item {
		display: flex;
		flex-direction: column;
		align-items: center;
		max-width: 200px;
		width: 100%;
	}
}

/* ===== c-video-modal ===== */
.c-video-modal-overlay {
	position: fixed;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.85);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}

.c-video-modal-overlay[hidden] {
	display: none;
}

.c-video-modal {
	position: relative;
	width: 90%;
	max-width: 900px;
}

.c-video-modal__close {
	position: absolute;
	top: -40px;
	right: 0;
	background: none;
	border: none;
	color: #fff;
	font-size: 28px;
	line-height: 1;
	padding: 4px 8px;
	cursor: pointer;
}

.c-video-modal__close:hover {
	color: #ccc;
}

.c-video-modal__iframe-wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	background-color: #000;
}

.c-video-modal__iframe-wrap iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

/* ===== c-contact-modal ===== */
.c-contact-modal-overlay {
	position: fixed;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}

.c-contact-modal-overlay[hidden] {
	display: none;
}

.c-contact-modal {
	background: #fff;
	padding: 48px 40px 40px;
	text-align: center;
	max-width: 500px;
	width: 90%;
}

.c-contact-modal__icon {
	width: 68px;
	height: 68px;
	border-radius: 50%;
	background-color: #4caf50;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
}

.c-contact-modal__title {
	font-size: 22px;
	font-weight: bold;
	color: #4caf50;
	margin: 0 0 16px;
}

.c-contact-modal__body {
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	margin: 0 0 32px;
}

.c-contact-modal__close {
	display: inline-block;
	padding: 10px 44px;
	background-color: #e60012;
	color: #fff;
	font-size: 15px;
	font-family: inherit;
	border: none;
	border-radius: 2px;
	cursor: pointer;
}

.c-contact-modal__close:hover {
	background-color: #c5000f;
}