@charset "utf-8";

.l-section {
	padding: 30px 0;
}

#section01 > .l-grid {
	margin-top: 32px;
	align-items: stretch;
}

.c-headingLv2:last-of-type:not(:first-of-type)::after {
	all: unset;
}

.wrapper-bg {
	position: relative;
	overflow: hidden;
}

.wrapper-bg .bg-network {
	position: absolute;
	top: 90px;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
	opacity: 0.4;
	-webkit-mask-image: linear-gradient(to bottom, black 30%, transparent 100%);
	mask-image: linear-gradient(to bottom, black 30%, transparent 100%);
}

.wrapper-bg-second {
	position: relative;
	overflow: hidden;
}

.wrapper-bg-second .bg-network {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: auto;
	object-fit: cover;
	z-index: 1;
	opacity: 0.4;
	-webkit-mask-image: linear-gradient(to bottom, black 30%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 30%, transparent 100%);
}

.wrapper-bg-second div {
	position: relative;
	z-index: 10;
}

.wrapper-bg section {
	position: relative;
	z-index: 10;
}

.c-mainVisual__main {
	display: flex;
    align-items: center;
}

.c-mainVisual__main > .c-mainVisual__title {
	color: #fff;
	margin-left: 50px;
}

.c-mainVisual__fa > img {
	display: block;
	width: 200px;
	height: auto
}

.c-localNav {
	background-color: #000;
	box-shadow: none;
	border-top: none;
}
.c-localNav a, .c-localNav a:visited {
    color: #fff;
}
.c-list--float .c-list__item::after {
	content: '/';
	color: #fff;
	padding-left: 1em;
}
.c-list--float .c-list__item:last-child::after {
  content: none;
}
/* ===== 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-red {
	color: red;
}

.c-model-title {
	background-color: red;
	color: #fff;
    padding: 20px 30px;
	font-weight: bold;
}

h2 > .c-model-title {
	display: block;
	padding: 0px 20px;
}

.c-headingLv3::after {
	all: unset
}

.c-mainVisual__category {
    font-size: 21px;
    font-weight: inherit;
    line-height: 1.5;
    margin-top: 0;
    margin-left: 0;
    color: #fff;
}

.c-btn--red {
	font-size: 14px;
	border-radius: 30px;
	border-color: red;
	background-color: #FFF;
	text-align: center;
	justify-content: center;
	height: 100%;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2);
	padding: 3px 1em;
	position: relative;
}

.c-btn--no-shadow {
	box-shadow: none;
}

.c-btn--red:hover {
	background-color: red;
	color: #fff;
}

.u-icons.u-icons--bulletRight::before {
    color: rgb(55, 55, 170);
}

@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: 14px;
	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: 15px;
	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-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: 22px;
	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;
}

.mx-features .l-grid {
	justify-content: center;
}

.mx-features .l-grid__item {
	margin-bottom: 20px;
}

#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;
	margin-top: 40px;
	padding: 40px 0;
}

.c-bg-network::before {
	content: '';
	position: absolute;
	inset: 0;
	background-image: url('/fa/vn_vi/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;
}

/* ===== c-challenge-item ===== */
.c-challenge-item {
	align-items: center;
	gap: 16px;
	background-color: red;
	border-radius: 15px;
	padding: 20px;
	height: 100%;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
}

.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: red;
	color: #fff;
	border-radius: 10px;
	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: #e60012;
	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: 14px;
	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-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

#section02 .l-grid__item:has(.c-solution-img) {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-bottom: 0;
}

#section02 .l-grid__item:has(.c-solution-img) .c-solution-img {
	height: auto;
}

#section02 .l-grid__item:has(.c-highlight-box) {
	padding-bottom: 0;
}

#section02 .l-grid__item > *:last-child {
	margin-bottom: 0;
}

#section02 .l-grid__item:has(.c-feature-box) {
	display: flex;
	flex-direction: column;
	justify-content: center;
}


/* ===== c-spec-table ===== */
.c-spec-table {
	display: flex;
	gap: 16px;
}

.c-spec-table__col {
	flex: 3;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.c-spec-table__col:last-child {
	flex: 2;
}

.c-spec-table__head {
	flex: 1;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.4;
	padding-bottom: 8px;
	margin: 0;
	border-bottom: 1px solid #000;
}

.c-spec-table__item {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 8px;
	text-align: left;
}

.c-spec-table__item--black {
	background-color: #000;
	color: #fff;
	text-align: center;
}

/* ===== c-subhead ===== */
.c-subhead {
	margin: 0;
	background-color: #7c7b7b;
	padding: 10px 14px;
	font-size: 18px;
	color: #fff;
	margin-top: 16px;
}

.c-subhead > sup {
	font-size: 70%;
}

/* ===== c-config-item ===== */
.c-config-item {
	border: 1.5px solid red;
	border-radius: 20px;
	padding: 20px 16px;
	text-align: center;
	font-size: 16px;
	color: #333;
	background-color: #fff;
	height: 100%;
	box-sizing: border-box;
}

#section03 .l-grid__item:has(.c-config-item) {
	display: flex;
	flex-direction: column;
}

/* ===== c-feature-pill-list ===== */
.c-feature-pill-list {
	list-style: none;
	padding: 0;
	margin: 12px 0 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.c-feature-pill-list li {
	border: 1.5px solid #e60012;
	border-radius: 24px;
	padding: 9px 18px;
	font-size: 14px;
	color: #333;
}

/* ===== c-feature-box ===== */
.c-feature-box {
	position: relative;
	border: 2px dashed #e60012;
	border-radius: 8px;
	padding: 20px 24px;
	padding-top: 36px;
	margin-top: 22px;
	display: flex;
	flex-direction: column;
	gap: 14px;
	box-sizing: border-box;
}

.c-feature-box__header {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	background-color: #666;
	padding: 10px 14px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	max-width: calc(100% - 32px);
}

.c-feature-box__list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.c-feature-box__list li {
	border: 1px dashed #e60012;
	border-radius: 6px;
	padding: 10px 16px;
	font-size: 14px;
	color: #333;
	text-align: center;
}

/* ===== c-adaptive-box ===== */
.c-adaptive-box {
	position: relative;
	border: 1px dashed #e60012;
	padding: 20px 24px;
	margin-top: 22px;
	display: flex;
	flex-direction: column;
	gap: 14px;
	box-sizing: border-box;
}

.c-adaptive-box__header {
	border: 1px dashed #e60012;
	padding: 10px 16px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 30%;
	margin: auto;
}

.c-adaptive-box__list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: row;
	gap: 50px;
}

.c-adaptive-box__list li {
	flex: 1;
	background-color: #9f9f9f;
	border-radius: 6px;
	padding: 10px 16px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-align: center;
}

#section02 .l-grid__item:has(.c-highlight-box) {
	display: flex;
	flex-direction: column;
}

#section02 .l-grid__item:has(.c-highlight-box) .c-highlight-box {
	margin-top: auto;
}

/* ===== c-feature3col ===== */
.c-feature3col {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	column-gap: 20px;
	row-gap: 12px;
	margin: 32px 0;
}

/* display:contents makes children direct grid items */
.c-feature3col__item {
	display: contents;
}

.c-title {
	font-weight: bold;
}

.c-img-radius {
	border-radius: 10px;
}

/* Images → column 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: 1; grid-row: 3; }
.c-feature3col__item:nth-of-type(3) .c-feature3col__item-img { grid-column: 1; grid-row: 5; }

/* Plus → column 1, aligned with images */
.c-feature3col__plus:nth-of-type(1) { grid-column: 1; grid-row: 2; justify-self: center; }
.c-feature3col__plus:nth-of-type(2) { grid-column: 1; grid-row: 4; justify-self: center; }

/* Text labels → column 2 */
.c-feature3col__item:nth-of-type(1) > .c-leadText { grid-column: 2; grid-row: 1; margin: 0; }
.c-feature3col__item:nth-of-type(2) > .c-leadText { grid-column: 2; grid-row: 3; margin: 0; }
.c-feature3col__item:nth-of-type(3) > .c-leadText { grid-column: 2; grid-row: 5; margin: 0; }

.c-feature3col__item > .c-leadText {
	padding-left: 20px;
}

.c-feature3col__item-img {
	display: block;
	width: 100px;
	height: auto;
	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;
}

@media screen and (min-width: 1024px) {
	.padding-side-100 {
		padding: 0px 100px;
	}
	.mx-desc {
		margin-top: 32px;
		align-items: stretch;
		padding: 0px 20px;
	}
	.mx-desc .l-grid__item:last-child {
		padding-left: 40px;
		padding-right: 40px;
	}

	.padding-side-150 {
		padding: 0px 150px;
	}

	.wrapper-bg-second .bg-network {
		top: -12%;
	}
}

.heading-title {
	color: 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;
}

.margin-30-90 {
	margin: 30px 90px;
}

@media screen and (max-width: 600px) {
	.c-feature3col__item-img {
		width: 60px;
	}

	.c-feature-box__header {
		font-size: 12px;
	}

	.c-adaptive-box__header {
		width: 100%;
	}

	.c-adaptive-box__list {
		gap: 10px;
	}
}

/* ===== 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;
}

/* ===== c-future-badge ===== */
.c-future-badge {
	display: inline-block;
	background-color: #7d396b;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 10px;
	vertical-align: middle;
	margin-left: 8px;
}

/* ===== c-nav-btn ===== */
.c-nav-btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	border: 1.5px solid #e60012;
	border-radius: 10px;
	background-color: #fff;
	color: #333;
	font-size: 13px;
	font-weight: bold;
	padding: 14px;
	text-decoration: none;
	height: 100%;
	box-sizing: border-box;
}

.c-nav-btn::after {
	content: '›';
	color: #e60012;
	font-size: 20px;
	flex-shrink: 0;
}

.c-nav-btn:hover {
	background-color: #fff5f5;
}

#section03 .l-grid__item:has(.c-nav-btn) {
	display: flex;
	flex-direction: column;
}


.c-btn--red:hover::after {
    filter: invert(1);
}

/* ===== c-technote ===== */
.c-technote {
	margin-top: 24px;
}

.c-technote__title {
	font-weight: bold;
	margin: 0 0 6px;
	font-size: 21px;
}

.note-section .c-technote__title{
	font-size: 28px;
}

.c-technote__list {
	list-style: none;
	padding-left: 16px;
	margin: 0;
}

.c-technote__list li {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 2px;
	color: #555;
}

.c-technote__list sup {
	font-size: 14px;
}

.note-section .c-technote__list li {
	font-size: 21px;
}

/* ===== c-keytable ===== */
.c-keytable {
	display: flex;
	margin: 24px 0;
}

.c-keytable__cell {
	flex: 1;
	border: 1px solid red;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 16px;
	font-size: 16px;
}

.c-keytable__cell + .c-keytable__cell {
	border-left: none;
}

.c-keytable__icon {
	width: 14px;
	height: auto;
	flex-shrink: 0;
}

.c-keytable__cell::before {
	content: '';
	background: url(../img/down_arrow.png) no-repeat;
	background-size: contain;
	left: 0;
	top: calc(50% - 2px);
    width: 8px;
    height: 5px;
}

@media screen and (max-width: 600px) {
	.c-keytable {
		flex-direction: column;
	}

	.c-keytable__cell + .c-keytable__cell {
		border-left: 1px solid red;
		border-top: none;
	}
}

.c-btn--red::after {
    content: '';
    position: absolute;
    right: 1em;
	font-size: 14px;
    width: 7px;
    height: 14px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('../img/arrow-right.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; 
    flex-shrink: 0;
}

.no-radius {
	border-radius: 0;
}

.note-section {
	background-color: #dedddd;
	padding: 30px;
	max-width: 100%;
}

.note-section > .c-technote {
	margin-top: 0;
}