@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

@font-face {
	font-family: "DTPhudu";
	src: url("../../../Introduction/fontsphudu/DTPhudu-Black.woff2") format("woff2"),
		url("../../../Introduction/fontsphudu/DTPhudu-Black.woff") format("woff"),
		url("../../../Introduction/fontsphudu/DTPhudu-Black.otf") format("opentype");
	font-weight: normal;
	font-style: normal;
}

#frame2,
#frame3,
#frame4,
#frame5,
#frame6,
#frame7,
.title-lv3,
.f7-title-lv1,
b,
.link-resgis.btn-apply {
	font-family: "Montserrat", sans-serif;
}

.link-resgis.btn-apply {
	font-weight: 800;
	text-transform: uppercase;
}

/* Navbar CSS */
header .container-fluid {
	max-width: 1300px;
}

@media screen and (max-width: 1300px) {
	header .container-fluid {
		max-width: 1200px;
	}

	.navbar-brand {
		height: 40px;
	}
}

@media only screen and (max-width: 767px) {
	/* Css navbar mobile */
	header .container-fluid {
		max-width: unset;
	}

	.navbar-brand {
		height: auto;
	}

	.navbar-brand > img {
		width: unset !important;
		height: 30px;
	}

	.navbar-brand-custom {
		padding-top: 10px;
	}
}

.navbar-default {
	padding: 8px;
	font-family: "Inter", sans-serif;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: 0;
}

.navbar-brand-custom {
	display: flex;
	flex-direction: row;
	gap: 10px;
}

.navbar-brand-custom img {
	width: unset;
}

@media (min-width: 768px) {
	.navbar-nav {
		float: right;
		margin: 0;
	}
}
/* End */
:root {
	--height-before-card: 45px;
}

#main {
	display: flex;
	flex-direction: column;
	gap: 0;
	padding-top: 65px;
}

/* CSS Frame 1 */
.btn-circle {
	width: 81px;
	height: 81px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 1);
	position: absolute;
	bottom: -40.5px;
	transform: translateX(-50%);
	left: 50%;
	z-index: 900;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	cursor: pointer;
}

@media only screen and (max-width: 767px) {
	.btn-circle.view-desktop {
		display: none;
	}
}

.home__page__item.view-mobile {
	display: none;
}

/* For mobile */
@media only screen and (max-width: 767px) {
	.home__page__item.view-mobile {
		display: block;
	}

	.home__page__item.view-mobile .btn-open {
		width: fit-content;
		display: inline-block;
		border-radius: 8px;
		background: #d1f604;
		font-family: "DTPhudu";
		font-size: 20px;
		font-weight: 800;
		font-style: italic;
		color: #042755;
		padding: 8px 20px 8px 20px;
		overflow: hidden;
		position: absolute;
		z-index: 100;
		bottom: -22px;
		left: 50%;
		transform: translateX(-50%);
		box-shadow: 0px -4px 20.5px 0px #00000040;
	}

	.home__page__item.view-mobile .btn-open a {
		all: unset;
	}
}
/* End frame 1 */

/* CSS Frame 2 */
#frame2 {
	background: #051c5d;
	padding: 70px 0;
}

#frame2 .main-content {
	max-width: 1100px;
}

@media only screen and (max-width: 1100px) {
	#frame2 .main-content .row {
		flex-wrap: wrap-reverse;
		gap: 20px;
	}
}

#frame2 .main-content .title {
	font-weight: 800;
	font-size: 32px;
	line-height: 100%;
	letter-spacing: 0;
	text-align: center;
	color: #d1f604;
	margin-bottom: 50px;
}

#frame2 .main-content .row {
	display: flex;
	justify-content: center;
}

#frame2 .intro-content {
	font-weight: 500;
	font-size: 14px;
	color: #ffff;
	text-align: justify;
	margin-bottom: 20px;
}

iframe {
	height: 320px;
}

/* Reponsive Frame2 */
@media only screen and (max-width: 767px) {
	#frame2 .main-content {
		width: 100%;
	}

	#frame2 .main-content .row {
		flex-direction: column-reverse;
		gap: 20px;
	}

	iframe {
		height: 194px;
	}

	#frame2 .main-content .title {
		font-size: 25px;
		margin-bottom: unset;
	}

	#frame2 .intro-content {
		padding: 0 35px;
	}
}
/* End frame 2 */

/* Css frame 3 */
#frame3 {
	display: flex;
	justify-content: center;
}

#frame3 .special {
	margin-top: 130px;
	max-width: 1100px;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

#frame3 .col-md-3 {
	padding-left: unset;
}

#frame3 .special .row .item {
	margin-bottom: 10px;
}

#frame3 .special .row .item .box-custom {
	position: relative;
	padding: 10px;
	border-radius: 14px;
	background: #b2dff5;
}

#frame3 .special .row .item.reason .box-custom {
	background: #051c5d;
	height: 200px;
	padding: 20px;
}

#frame3 .special .row .item .box-custom .title {
	font-size: 32px;
	color: #d1f604;
}

#frame3 .special .row .item .box-custom h3,
.box-right .title-right {
	font-size: 48px;
	font-weight: 800;
	margin: 0;
	padding: 0;
	color: #0000a8;
}

.box-right {
	padding: 10px;
	font-size: 14px;
	position: relative;
	background: #d1f604;
	border-radius: 14px;
	height: 442px;
}

.box-right p {
	margin-top: 10px;
	font-weight: 700;
}

.box-right ul {
	text-align: justify;
	list-style: circle;
	font-size: 14px;
	font-weight: 400;
	padding-inline-start: 0px;
	margin-left: 16px;
	margin-top: 10px;
}

.box-right img.icon {
	position: absolute;
	bottom: 0;
	right: 20px;
	transform: translateY(100%);
	opacity: 0;
	transition: all 0.8s ease-in;
}

.box-right img.icon.show {
	transform: translateY(0);
	opacity: 1;
}

#frame3 .special .row .item .box-custom p {
	font-size: 14px;
	color: #000000;
	margin-top: 5px;
}

#frame3 .special .row .item .box-custom.cover {
	padding: 0;
	margin-right: 10px;
}

#frame3 .special .row .item .box-custom.cover img {
	position: relative;
	width: 105%;
	object-fit: cover;
	top: 0;
	left: 0;
}

#frame3 .special .row .item .box-custom img.icon {
	position: absolute;
	top: 10px;
	right: 10px;
	transform: translateY(-100%);
	opacity: 0;
	transition: all 0.8s ease-in;
}

#frame3 .special .row .item .box-custom img.icon.show {
	transform: translateY(0);
	opacity: 1;
}

@media only screen and (max-width: 1100px) {
	#frame3 .special.view-desktop .container {
		padding: 0 30px;
	}

	#frame3 .special .row .item .box-custom.cover img {
		width: 102%;
		object-fit: cover;
	}
}

/* Reponsive Frame3 for Special */
@media only screen and (max-width: 767px) {
	#frame3 .special.view-desktop {
		display: none;
	}

	#frame3 {
		background: unset;
		position: relative;
	}

	#frame3 .view-mobile {
		width: 100%;
		padding: 0 30px;
	}

	#frame3 .view-mobile .row .column {
		margin-top: 40px;
		display: flex;
		flex-direction: column;
		gap: 5px;
	}

	#frame3 .view-mobile .item {
		display: flex;
		flex-direction: row;
	}

	#frame3 .view-mobile .item-number,
	#frame3 .view-mobile .item-img {
		width: 64px;
		height: 64px;
		border-radius: 8px;
		text-align: center;
		align-items: center;
		background: #b2dff5;
		border: 1px solid #b2dff5;
		font-size: 48px;
		font-weight: 800;
		color: #0000a8;
	}

	#frame3 .view-mobile .item-img {
		background: #051c5d;
	}

	#frame3 .view-mobile .item-img img.icon {
		transform: translateX(100%);
		opacity: 0;
		transition: all 0.8s ease-in;
	}

	#frame3 .view-mobile .item-img img.icon.show {
		transform: translateX(0);
		opacity: 1;
		display: inline-block !important;
	}

	#frame3 .view-mobile .item-img img {
		vertical-align: unset;
	}

	#frame3 .view-mobile .item-content {
		flex: 1;
		padding: 6px;
		background: #b2dff5;
		font-size: 12px;
		font-weight: 500;
		border-radius: 8px;
		align-items: center;
		display: flex;
		text-align: justify;
	}

	#frame3 .view-mobile .end-col {
		position: relative;
		top: -9px;
		padding: 20px 35px;
		border: 1px solid #b2dff5;
		z-index: 1;
		background: #ffff;
		border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px;
		text-align: justify;
	}

	#frame3 .view-mobile ul {
		padding-inline-start: 10px;
	}

	.gr-content-sub {
		padding: 3px 12px;
	}
}
/* CSS end frame 3 */

/* Css arrow icons */
.arrow {
	position: relative;
	max-width: 1100px;
}

/* Reponsive Arrow */
@media only screen and (max-width: 767px) {
	.arrow {
		position: absolute;
		max-width: unset;
		transform: scale(0.8);
		top: -42px;
		left: 31%;
	}

	.vm-arrow {
		width: 100%;
		position: relative;
		height: 100px;
	}

	.title-sharing {
		color: #0000a8;
		font-weight: 800;
		font-size: 25px;
		text-align: center;
	}
}

.arrow .item1,
.arrow .item2,
.arrow .item3 {
	position: absolute;
	opacity: 0;
}

.arrow .item1 {
	animation: arrowLeftToRight1 1s ease-in forwards;
	animation-delay: 1s;
}

.arrow .item2 {
	animation: arrowLeftToRight2 1s ease-in forwards;
	animation-delay: 0.5s;
}

.arrow .item3 {
	animation: arrowLeftToRight3 1s ease-in forwards;
}

@keyframes arrowLeftToRight1 {
	0% {
		left: -400px;
	}
	100% {
		left: 0;
		opacity: 1;
	}
}

@keyframes arrowLeftToRight2 {
	0% {
		left: -400px;
	}
	100% {
		left: 50px;
		opacity: 1;
	}
}

@keyframes arrowLeftToRight3 {
	0% {
		left: -400px;
	}
	100% {
		left: 100px;
		opacity: 1;
	}
}
/* End css arrow icon */

/* Frame 4 */
#frame4 {
	margin-top: 60px;
	background-color: #b2dff5;
}

#frame4 .main-header {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 20px;
	background-color: #ffffff;
	padding-bottom: 10px;
}

#frame4 .main-header .title {
	margin: unset;
	font-weight: 800;
	font-size: 32px;
	color: #0000a8;
}

#frame4 .main-header .btn-custom-tabs {
	display: flex;
	flex-direction: row;
	gap: 10px;
	justify-content: center;
}

#frame4 .main-header .btn-custom-tabs .btn-custom {
	font-weight: 700;
	padding: 10px 20px;
	text-align: center;
	color: #d9d9d9;
	border-radius: 66px;
	border: 2px solid #d9d9d9;
	cursor: pointer;
	min-width: 250px;
}

#frame4 .main-header .btn-custom-tabs .btn-custom.btn-active {
	color: #d1f604;
	background: #051c5d;
	border-color: #051c5d;
}

#frame4 .main-content {
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 10;
	max-width: 1100px;
}

#frame4 .main-content .bg-text1,
#frame4 .main-content .bg-text2 {
	position: absolute;
}

#frame4 .main-content .bg-text1 {
	right: 0;
	top: 0;
}

#frame4 .main-content .bg-text2 {
	left: 0;
	top: 400px;
}

#frame4 .tab-content {
	border-radius: unset;
	padding: 22px;
	width: 645px;
	height: 313px;
	border-radius: unset;
	border-bottom-left-radius: 22px;
	border-top-right-radius: 22px;
}

#frame4 .main-content .row {
	max-width: 1100px;
}

#frame4 .tab-content .tab-content-container,
#frame4 .tab-content .away-from-home {
	overflow-y: auto;
	height: 274px;
	padding-right: 10px;
	display: none;
}
#frame4 .tab-content .tab-content-container.show,
#frame4 .tab-content .away-from-home.show {
	display: inline-block;
}

#frame4 .tab-content .tab-content-container .gr-content-sub,
#frame4 .tab-content .away-from-home .gr-content-sub {
	text-align: justify;
}

.panel-group.view-desktop a {
	all: unset;
	cursor: pointer;
	font-weight: 800;
}

#frame4 .panel-group .panel-title {
	font-weight: 800;
}

#frame4 .panel {
	box-shadow: unset;
}

#frame4 .line-dot {
	border: 1px dashed #ffff;
	height: 24px;
	width: 1px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

#frame4 .panel-default > .panel-heading {
	background: unset;
	color: #0000a8;
}

#frame4 .panel-default > .panel-heading.panel-active {
	background: unset;
	border-radius: 65px;
	border: 2px solid #ffff;
	/*    color: #B2DFF5 !important;*/
}

#frame4 .panel {
	border: unset;
}

#frame4 .panel-title > a {
	font-size: 16px;
	font-weight: 800;
	text-decoration: unset;
}

#frame4 .process-grow {
	margin-top: 100px;
	/*    width: 1000px;*/
	/*    height: 500px;*/
	padding: 20px 40px;
	border-radius: 14px;
	background: #ffffff;
	position: relative;
}

/* CSS Chart gantt */
.gantt {
	width: 100%;
	max-width: 1000px;
	margin: auto;
	position: relative;
	left: 1%;
}

.gantt-header {
	display: grid;
	grid-template-columns: repeat(6, 1fr) auto;
	text-align: left;
	font-weight: bold;
	padding: 10px 0;
}

.gantt-date {
	position: relative;
}

.gantt-date:last-child {
	left: -10px;
}

.gantt-date .date-line {
	width: 3px;
	height: 150px;
	background: #cfcfcf;
	position: absolute;
}

.gantt-date .date-line .text {
	position: absolute;
	bottom: -18px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 12px;
	font-style: italic;
}

.gantt-row {
	position: relative;
	height: 40px;
	border-radius: 4px;
	overflow: hidden;
}

.gantt-task {
	position: absolute;
	height: 100%;
	background-color: #71c6f1;
	color: white;
	display: flex;
	align-items: center;
	padding: 0 10px;
	border-radius: 4px;
	white-space: nowrap;
	font-size: 14px;
}

.process-grow-container h3 {
	font-size: 28px;
	font-weight: 800;
	color: #0000a8;
	text-align: left;
	position: relative;
	left: 1%;
}

.process-grow-content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 60px;
	gap: 30px;
	padding: 0 11px;
}

.process-grow-content .common-style {
	flex: 1;
}

.process-grow-content .common-style h3 {
	font-size: 20px;
	color: #71c6f1;
	position: relative;
	left: 0%;
	margin: 0;
	padding: 0;
	padding-bottom: 4px;
}

.process-grow-content .common-style.four h3 {
	color: #4278e6;
}

.process-grow-content .common-style.nine h3 {
	color: #051c5d;
}

.process-grow-content .common-style h3 span {
	display: inline-block;
	width: 30px;
	padding: 4px;
	text-align: center;
	/*    aspect-ratio: 1 / 1;*/
	background: #71c6f1;
	color: #ffff;
	border-radius: 50%;
}

.process-grow-content .common-style.four h3 span {
	background: #4278e6;
}

.process-grow-content .common-style.nine h3 span {
	background: #051c5d;
}

.process-grow-content .common-style p {
	margin: 0;
	text-align: left;
	font-size: 14px;
	font-weight: 500;
	color: #71c6f1;
}

.process-grow-content .common-style h4 {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 16px;
	color: #71c6f1;
	font-weight: 700;
}

.process-grow-content .common-style.four h4 {
	color: #4278e6;
}

.process-grow-content .common-style.nine h4 {
	color: #051c5d;
}

.process-grow-content .common-style.four p {
	color: #4278e6;
}

.process-grow-content .common-style.nine p {
	color: #051c5d;
}

.process-grow-content .common-style ul {
	text-align: justify;
	list-style: circle;
	font-size: 14px;
	font-weight: 400;
	padding-inline-start: 0px;
	margin-left: 16px;
	margin-top: 10px;
	display: none;
}

.process-grow-content .common-style ul.show {
	display: inline-block;
}

/* Positioning each task based on day (20% per day) */
.task1 {
	left: 0.5%;
	width: 32%;
}

.task2 {
	left: 33.25%;
	width: 32%;
	background: #4278e6;
}

.task3 {
	left: 66%;
	width: 31%;
	background: #051c5d;
}

/* CSS Chart gantt */

.f4-mobile {
	display: none;
	font-family: "Montserrat", sans-serif;
}

/* Frame4 Responsive */
@media only screen and (max-width: 767px) {
	#frame4 {
		margin: unset;
		background: transparent;
	}

	#frame4 .main-header.view-desktop,
	#frame4 .main-content.view-desktop {
		display: none;
	}

	.f4-mobile {
		display: block;
	}

	.f4-mobile .container {
		display: flex;
		flex-direction: column;
		padding: 20px;
	}

	.f4-mobile .header {
		font-weight: 800;
		font-size: 25px;
		color: #0000a8;
		margin-bottom: 20px;
	}

	.f4-mobile .channel-tabs {
		width: 100%;
		display: flex;
		flex-direction: row;
		margin-bottom: 10px;
	}

	.f4-mobile .tab {
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
		padding: 10px 20px;
		color: #898989;
		border-top-right-radius: 4px;
		font-weight: 700;
		font-size: 14px;
		position: relative;
	}

	.f4-mobile .tab.active {
		border-top: 6px solid #051c5d;
		color: #0000a8;
		z-index: 10;
		box-shadow: none;
	}

	.f4-mobile .small-tabs-wrapper {
		position: relative;
		overflow: hidden;
	}

	.f4-mobile .small-tabs-wrapper .small-tabs {
		display: flex;
		gap: 8px;
		overflow-x: auto;
		scroll-behavior: smooth;
		padding-right: 32px;
	}

	.f4-mobile .small-tabs-wrapper .small-tabs::-webkit-scrollbar {
		display: none;
	}

	.f4-mobile .small-tabs-wrapper .small-tabs .small-tab {
		white-space: nowrap;
		padding: 6px 12px;
		background: #ffff;
		border: 2px solid #f2f4f6;
		border-radius: 65px;
		font-size: 14px;
		color: #001489;
		font-weight: bold;
		cursor: pointer;
		flex: 0 0 auto;
	}

	.f4-mobile .small-tabs-wrapper .small-tabs .small-tab.active {
		background: #001489;
		color: #b2dff5;
	}

	.f4-mobile .container-tab {
		position: relative;
		margin: 10px 0;
	}

	.f4-mobile .container-tab .arrow-right {
		width: 36px;
		height: 36px;
		position: absolute;
		right: -10px;
		top: 50%;
		transform: translateY(-50%);
		background: white;
		border: none;
		cursor: pointer;
		padding: 4px 6px;
		border-radius: 50%;
		box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
	}

	.f4-mobile .content {
		border-radius: 8px;
		padding: 20px;
		height: 340px;
		overflow-x: hidden;
		overflow-y: auto;
		background: #b2dff5;
	}

	.f4-mobile .content .content-box {
		display: none;
		text-align: justify;
		font-size: 14px;
		font-weight: 500;
	}

	.f4-mobile .content .content-box.active {
		display: block;
	}

	.f4-mobile .content .content-box .content-box-g {
		display: none;
	}

	.f4-mobile .content .content-box .content-box-g.show {
		display: block;
	}

	.f4-mobile .content .content-box .content-box-g .gr-content-sub h5 {
		font-size: 15px;
		font-weight: 800;
	}

	.f4-mobile .content .content-box .content-box-g .gr-content-sub p {
		font-size: 14px;
	}

	/* CSS Process */
	.f4-mobile .process-m {
		display: flex;
		flex-direction: column;
		gap: 5px;
		justify-items: center;
		align-items: center;
	}

	.f4-mobile .process-m h3 {
		font-size: 25px;
		color: #0000a8;
		font-weight: 800;
	}

	.f4-mobile .process-m .custom-select-wrapper {
		position: relative;
		display: inline-block;
		width: fit-content;
		max-width: 300px;
	}

	.f4-mobile .process-m .custom-select {
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		background-color: #051c5d;
		color: #b2dff5;
		font-weight: bold;
		font-size: 14px;
		padding: 8px 40px 8px 10px;
		border-radius: 999px;
		border: none;
		cursor: pointer;
		text-align: center;
	}

	.f4-mobile .process-m .custom-select-wrapper::after {
		width: 20px;
		height: 20px;
		content: "";
		position: absolute;
		top: 70%;
		right: 20px;
		transform: translateY(-50%);
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 7px solid #b2dff5;
	}

	.f4-mobile .process-content {
		padding: 20px 35px;
		display: flex;
		flex-direction: column;
		gap: 0;
	}

	.f4-mobile .process-content .card-m {
		padding: 10px;
		border-left: 10px solid #71c6f1;
	}

	.f4-mobile .process-content div.card-m:nth-child(2) {
		border-color: #4278e6;
	}
	.f4-mobile .process-content div.card-m:nth-child(3) {
		border-color: #051c5d;
	}

	.f4-mobile .process-content .card-m .card-m-header {
		text-transform: uppercase;
		font-size: 22px;
		font-weight: 700;
		color: #71c6f1;
		margin-bottom: 10px;
	}

	.f4-mobile .process-content div.card-m:nth-child(2) .card-m-header {
		color: #4278e6;
	}
	.f4-mobile .process-content div.card-m:nth-child(3) .card-m-header {
		color: #051c5d;
	}

	.f4-mobile .process-content .card-m .card-m-header .month-number {
		width: 32px;
		height: 32px;
		text-align: center;
		display: inline-block;
		background: #71c6f1;
		color: #ffff;
		border-radius: 50%;
		font-size: 22px;
		font-weight: 700;
	}

	.f4-mobile .process-content div.card-m:nth-child(2) .month-number {
		background: #4278e6;
	}
	.f4-mobile .process-content div.card-m:nth-child(3) .month-number {
		background: #051c5d;
	}

	.f4-mobile .process-content .card-m .card-m-content {
		display: none;
	}

	.f4-mobile .process-content .card-m .card-m-content .role {
		margin: 0;
		color: #71c6f1;
		font-weight: 500;
		font-size: 14px;
	}

	.f4-mobile .process-content div.card-m:nth-child(2) .role {
		color: #4278e6;
	}
	.f4-mobile .process-content div.card-m:nth-child(3) .role {
		color: #051c5d;
	}

	.f4-mobile .process-content .card-m .card-m-content p.role:last-of-type {
		font-weight: 700;
	}

	.f4-mobile .process-content .card-m .card-m-content ul {
		margin: 0;
		padding-inline-start: 20px;
		font-size: 12px;
		font-weight: 500;
	}

	.process-interview-m h2 {
		font-size: 25px;
		font-weight: 800;
		text-align: center;
		color: #0000a8;
	}

	.process-interview-m .carousel-inner {
		background-color: unset;
		border-radius: unset;
	}

	.process-interview-m .card-process {
		background-color: #ffff;
	}

	.process-interview-m .card-process .card-process-title {
		font-size: 14px;
		font-weight: 700;
		text-align: left;
		color: #5c5c5c;
	}

	.process-interview-m .card-process .card-process-step {
		width: 150px;
		background: #b2dff5;
		border-top-right-radius: 14px;
		margin-top: 10px;
		font-size: 22px;
		font-weight: 800;
		color: #5c5c5c;
		box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
	}

	.process-interview-m .card-process .card-process-content {
		color: #000000;
		font-size: 14px;
		font-weight: 500;
		padding: 10px;
		box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
	}

	.process-interview-m .card-process .card-process-img img {
		min-height: 266px;
		object-fit: cover;
		box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
	}

	.process-interview-m .card-process .card-process-content {
		background: transparent;
	}

	.process-interview-m .card-process .card-process-content ul {
		list-style: circle;
		font-size: 14px;
		font-weight: 500;
		margin-top: 20px;
		padding-inline-start: 20px;
		text-align: justify;
		padding: 0 20px 0;
		list-style: none;
		min-height: 320px;
	}

	.process-interview-m .card-process .card-process-footer {
		width: 100%;
		padding: 10px 9px;
		font-size: 14px;
		font-weight: 800;
		color: #ffffff;
		background: #0000a8;
	}
}

/* Css arrow icons */
.arrow1 {
	position: absolute;
	right: 21%;
	top: -50px;
}

.arrow1 .item1,
.arrow1 .item2,
.arrow1 .item3 {
	position: absolute;
	opacity: 0;
}

.arrow1 .item1 {
	animation: arrow1LeftToRight1 1s ease-in forwards;
	animation-delay: 1s;
}

.arrow1 .item2 {
	animation: arrow1LeftToRight2 1s ease-in forwards;
	animation-delay: 0.5s;
}

.arrow1 .item3 {
	animation: arrow1LeftToRight3 1s ease-in forwards;
}

@keyframes arrow1LeftToRight1 {
	0% {
		left: -400px;
	}
	100% {
		left: -50px;
		opacity: 1;
	}
}

@keyframes arrow1LeftToRight2 {
	0% {
		left: -400px;
	}
	100% {
		left: 0px;
		opacity: 1;
	}
}

@keyframes arrow1LeftToRight3 {
	0% {
		left: -400px;
	}
	100% {
		left: 50px;
		opacity: 1;
	}
}

/* End frame4 */

/* Slider auto scroll */
/* css slide auto scroll */
.slide-auto-scroll {
	position: relative;
	left: 0%;
	background-color: #0000a8;
	height: 44px;
	display: flex;
	align-items: center;
	width: 100%;
	overflow: hidden;
	gap: 80px;
	z-index: 30;
	flex-direction: row-reverse;
}

.slide-auto-scroll .content {
	min-width: 290px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0;
	color: #ffffff;
}

.slide-auto-scroll .content span {
	color: #b2dff5;
}

.list {
	display: inline-flex;
	align-items: center;
	gap: 80px;
	width: max-content;
	animation: scrollAnimate 20s infinite linear;
}

@keyframes scrollAnimate {
	to {
		transform: translateX(calc(50% + 4rem));
	}
}

/* Frame 6 */
#frame6 {
	background: unset;
	margin: unset;
}

/* Hidden scroll Quy trinh tuyen dung */
@media only screen and (max-width: 767px) {
	#frame6 .slide-auto-scroll.view-desktop {
		display: none;
	}
}

#frame6 .main-content {
	/*    max-width: 1000px;*/
	margin-top: 50px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 20px;
	align-items: center;
	height: 600px;
}

#frame6 .main-content .card-process {
	flex: 1;
	/*    max-width: 212px;*/
	position: relative;
	cursor: pointer;
	transition: flex 0.4s ease, transform 0.4s ease;
}

#frame6 .main-content .card-process:hover {
	flex: 1.3;
}

#frame6 .main-content .card-process .card-process-title {
	font-size: 14px;
	font-weight: 700;
	text-align: left;
	color: #5c5c5c;
}

#frame6 .main-content .card-process .card-process-step {
	width: 150px;
	background: #b2dff5;
	border-top-right-radius: 14px;
	margin-top: 10px;
	font-size: 22px;
	font-weight: 800;
	color: #5c5c5c;
}

#frame6 .main-content .card-process .card-process-content {
	position: absolute;
	bottom: 30px;
	height: 80%;
	display: flex;
	align-items: flex-end;
}

#frame6 .main-content .card-process .card-process-img img {
	/*    min-height: 375px;*/
	object-fit: cover;
}

#frame6 .main-content .card-process .card-process-content {
	background: transparent;
}

#frame6 .main-content .card-process .card-process-content ul {
	list-style: circle;
	font-size: 14px;
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
	margin-top: 20px;
	padding-inline-start: 20px;
	text-align: justify;
	/*    display: none;*/
	padding: 0 20px 0;
	opacity: 0;
}

#frame6 .main-content .card-process:hover .card-process-content {
	background: linear-gradient(180deg, rgba(0, 0, 168, 0) 10.1%, #0000a8 85.58%);
}

#frame6 .main-content .card-process:hover .card-process-content ul {
	display: block;
	transition: opacity 0.4s ease;
	animation: showContentAnimation 0.6s forwards;
}
@keyframes showContentAnimation {
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

#frame6 .main-content .card-process .card-process-footer {
	width: 100%;
	padding: 10px 9px;
	font-size: 14px;
	font-weight: 800;
	color: #ffffff;
	background: #0000a8;
}

@media only screen and (max-width: 1200px) {
	#frame6 .main-content .card-process {
		min-width: 280px;
		flex-shrink: 0;
	}

	#frame6 .main-content {
		flex-wrap: wrap;
		height: auto;
	}

	#frame6 .main-content .card-process:hover {
		flex: 1;
	}
}
/* End frame 6 */

/* Frame 7 */
#frame7 .main-content {
	max-width: 1100px;
}

#frame7 .gr-img-f7 .carousel-indicators {
	flex-direction: column;
	justify-content: flex-end;
	top: unset;
}

#frame7 .f7-title-lv1 {
	font-size: 16px;
	font-weight: 800;
	color: #71c6f1;
	margin: 0;
}

#frame7 .carousel-indicators li {
	text-indent: unset;
}

#frame7 .carousel.slide {
	display: flex;
}

#frame7 .carousel.slide .title h1 {
	font-size: 32px;
	font-weight: 800;
	text-align: left;
	color: #0000a8;
}

#frame7 .carousel.slide .title-pos-f7-new {
	width: 350px;
	height: 75px;
	padding: 10px;
	border: none;
	border-radius: unset;
	border-top-left-radius: 14px;
	border-bottom-left-radius: 14px;
}

#frame7 .carousel.slide .title-pos-f7-new .btn-change-tab {
	display: flex;
	flex-direction: row;
	text-align: left;
	gap: 10px;
	align-items: center;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffff;
}

#frame7 .carousel.slide .title-pos-f7-new.active .btn-change-tab {
	color: #042755;
}

#frame7 .carousel.slide .title-pos-f7-new.active {
	background: #d1f604;
}

#frame7 .carousel.slide .title-pos-f7-new img {
	width: 55px;
	border-radius: 100%;
}

#frame7 .carousel.slide .title-pos-f7-new .btn-change-tab .name {
	font-size: 16px;
}

#frame7 .carousel-inner {
	background: unset;
	padding: unset;
}

#frame7 .content-des-f7 {
	flex-direction: column;
	border-radius: 0;
	margin: 25px;
	min-height: 480px;
}

#frame7 .auto-scroll p {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 500;
}

#frame7 .content-des-f7 .title-main-content-tab {
	padding-top: 55px;
	padding-bottom: 35px;
}

#frame7 .carousel .bg-position {
	position: absolute;
	bottom: -20px;
	width: 110%;
	height: 333px;
	transform: translateX(-5%);
	background: #051c5d;
	z-index: 0;
	border-top-right-radius: 22px;
	border-bottom-right-radius: 22px;
}

@media only screen and (max-width: 1200px) {
	#frame7 {
		margin-top: 100px;
	}

	#frame7 .carousel .bg-position {
		height: 100%;
		border-radius: unset;
	}

	#frame7 .carousel.slide {
		display: block;
	}

	#frame7 .d-flex {
		flex-direction: column;
	}

	#frame7 .d-flex.gr-img-f7 .title {
		position: relative;
		top: -100px;
		display: flex;
		flex-direction: row;
		gap: 10px;
		justify-content: center;
	}
}

/* Responsive frame7 */
@media only screen and (max-width: 767px) {
	#frame7 .main-content {
		width: 100%;
	}

	.slick-list .draggable {
		padding: 0 !important;
	}

	#frame7 .content-des-f7 .title-main-content-tab {
		padding: 0;
		margin-bottom: 20px;
	}

	#frame7 .content-des-f7 {
		margin: 5px;
		padding: 30px 10px;
		border-radius: 8px;
		background: #ffffff;
		border: 2.09px solid #d9d9d9;
	}

	#frame7 .auto-scroll {
		font-size: 12px;
		font-weight: 500;
	}

	#frame7 .content-des-f7 .profile-info {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	#frame7 .content-des-f7 .profile-info .name {
		font-size: 16px;
		font-weight: 800;
		margin: 0;
	}

	#frame7 .content-des-f7 .profile-info .position {
		font-size: 10px;
		font-weight: 800;
		color: #a0a0a0;
		margin: 0;
	}

	#frame7 .content-des-f7 .profile-info .divider {
		height: 2px;
		background: linear-gradient(to right, #000, #ccc);
		margin: 8px 0;
		width: 100%;
	}

	#frame7 .content-des-f7 .profile-info .slogan {
		font-weight: 800;
		font-size: 12px;
		margin-top: 20px;
		color: #71c6f1;
	}

	#frame7 .content-des-f7 .profile-info .avatar {
		width: 54px;
		height: 54px;
		border-radius: 50%;
		border: 1px solid #a0a0a0;
		overflow: hidden;
		flex: 1;
		max-width: 54px;
	}

	#frame7 .content-des-f7 .profile-info .avatar img {
		object-fit: cover;
	}

	#frame7 .profile-info .text-content {
		max-width: 235px;
		flex: 1;
	}
}

/* End frame 7 */

.title-reason {
	font-size: 25px;
	font-weight: 800;
	text-align: center;
	color: #0000a8;
}

/* Footer */
.session5 {
	gap: 0;
	background: #031023;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.brands {
	display: flex;
	align-items: center;
	width: 100%;
	overflow: hidden;
	flex-direction: row-reverse;
}

.brands img {
	height: 24px;
	animation: scrollAnimate 20s infinite linear;
}

.footer {
	font-family: "Montserrat", sans-serif;
	display: flex;
	flex-direction: column;
	gap: 50px;
	justify-content: center;
	padding-top: 50px;
	padding-bottom: 30px;
	max-width: 1100px;
}

.footer .footer-top ul {
	padding-inline-start: unset;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0;
	color: #b2dff5;
	padding-bottom: 20px;
}

.footer .footer-top div {
	width: 100%;
	border: 2px solid;
	border-image-source: linear-gradient(
		90deg,
		#71c6f1 -0.04%,
		rgba(255, 255, 255, 0) 99.96%
	);
	border-image-slice: 1;
}

.footer .footer-top ul li {
	list-style-type: none;
}

.footer .footer-top ul li a {
	color: #b2dff5;
}

.footer .footer-content {
	font-weight: 400;
	text-align: justify;
	color: rgba(255, 255, 255, 1);
	line-height: 130%;
	letter-spacing: 0;
}

.footer .footer-bottom {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
}

.footer .footer-bottom .logo img {
	filter: brightness(0) invert(1);
}

.footer .footer-bottom .logo p {
	margin-top: 5px;
	font-weight: 600;
	font-size: 14px;
	color: rgba(152, 152, 152, 1);
}

.footer .footer-bottom .contact p {
	text-align: end;
	color: rgba(255, 255, 255, 1);
	font-size: 14px;
}

.footer .footer-bottom .contact div span {
	color: rgba(152, 152, 152, 1);
	font-size: 14px;
	font-weight: 600;
}

.footer .logo.view-mobile {
	display: none;
}

.footer-m.view-mobile {
	display: none;
}

@media only screen and (max-width: 1200px) {
	.footer {
		padding: 20px 50px;
	}

	.footer .footer-top ul li {
		font-size: 12px;
	}

	.footer .footer-content {
		font-size: 12px;
	}
}

@media only screen and (max-width: 767px) {
	.footer {
		padding: unset;
		padding-top: 15px;
	}

	.footer .footer-top ul {
		flex-direction: column;
		justify-content: center;
		gap: 20px;
		text-align: center;
		font-size: 14px;
	}

	.footer .logo.view-mobile {
		display: flex;
		justify-content: center;
	}

	.footer .logo.view-mobile img {
		filter: brightness(0) invert(1);
		height: 40px;
	}

	.footer .footer-content {
		padding: 0 30px;
		font-size: 8px;
	}

	.footer-m.view-mobile {
		width: 100%;
		display: flex !important;
		flex-direction: column;
		gap: 20px;
		justify-content: center;
		padding: 0 20px;
	}

	.container-fm {
		width: 100%;
		display: flex;
		flex-direction: column;
		gap: 20px;
		text-align: center;
		position: relative;
	}

	.footer-m.view-mobile .container-fm .bg-troke {
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		width: 150px;
		border: 2px solid;
		border-image-slice: 1;
		border-image-source: linear-gradient(
			90deg,
			rgba(255, 255, 255, 0) -0.04%,
			#71c6f1 52.37%,
			rgba(255, 255, 255, 0) 99.96%
		);
	}

	.footer-m.view-mobile .container-fm {
		font-size: 12px;
		font-weight: 400;
		color: #ffffff;
	}

	.footer-m.view-mobile .container-fm .footer-m-bottom {
		font-size: 12px;
		font-weight: 500;
		color: #989898;
	}
}
/* End footer */

@media screen and (max-width: 991px) {
	.menu-right {
		display: block;
		top: 50%;
		transform: translateY(calc(-50% + 68px));
	}
}

.session__one {
	position: relative;
}

.session__two {
	padding: 3% 0;
	background-color: #59c2dd;
}

.session__two .title h2,
.session__three .title h2 {
	color: #fff;
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 3%;
}

.session__two .content--view-desktop {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 5%;
}

.session__two .content--view-desktop .content--view-desktop--item {
	flex: 1;
	text-align: justify;
	font-size: 16px;
	color: #fff;
}

.session__two .content--view-mobile {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 0 25px;
}

.session__two .content--view-mobile .content--view-mobile--item {
	text-align: justify;
	color: #fff;
}

.session__three {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.session__three .title h2 {
	color: #59c2dd;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: unset;
}

.session__three .list__reason {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.session__three .list__reason .list__icons {
	display: flex;
	width: 60%;
	flex-direction: row;
	justify-content: space-between;
}

.session__three .list__reason .list__reason--item {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
}

.session__three .list__reason .list__icons .icon,
.session__three .list__reason .list__reason--item .icon {
	width: 80px;
	height: 80px;
	border-radius: 99999px;
	background-color: #59c2dd;
	cursor: pointer;
}

.session__three .list__reason .list__contents {
	min-height: 150px;
}

.session__three .list__reason .list__contents .content {
	display: none;
	padding: 2% 5%;
	text-align: center;
	transition: all 0.2ms ease-in;
}

.session__three .list__reason .list__reason--item .content {
	padding: 20px;
	text-align: justify;
}

.session__three .list__reason .list__contents .show-content {
	display: block;
}

.session__four {
	background-color: #59c2dd;
	padding: 3%;
}

.session__four .tab {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
}

.session__four .tab .btn-tab {
	background-color: darkblue;
	color: #fff;
	padding: 10px;
	font-size: 28px;
	font-weight: 600;
	border-radius: 28px;
	border: 3px solid #fff;
	cursor: pointer;
}

@media screen and (max-width: 767px) {
	.session__four .tab .btn-tab {
		font-size: 14px;
	}
}

.session__four .tab .tab-active {
	background-color: #fff;
	border-color: darkblue;
	color: darkblue;
}

.session__four .tab__container {
	display: flex;
	flex-direction: column;
	background-color: #fff;
	padding: 40px;
	margin-top: 40px;
	border-radius: 40px;
}

@media screen and (max-width: 767px) {
	.session__four .tab__container {
		padding: 20px;
		margin-top: 20px;
		border-radius: 20px;
	}
}

.session__four .tab__container .tab__content {
	display: none;
}

.session__four .tab__container .tab-content-active {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.session__four .tab__container .tab__content .card {
	display: flex;
	flex-direction: row;
	padding: 20px;
}

.session__four .tab__container .tab__content .traditional {
	padding: 35px;
	margin-top: var(--height-before-card);
	background-color: lightblue;
	border-radius: 25px 0 25px 25px;
	position: relative;
}

.session__four .tab__container .tab__content .card1:before {
	content: "";
	height: var(--height-before-card);
	width: 45%;
	background-color: lightblue;
	position: absolute;
	top: -45px;
	right: 0px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

@media screen and (max-width: 767px) {
	.session__four .tab__container .tab__content .traditional {
		padding: 20px;
		border-radius: 25px;
		margin-top: unset;
	}

	.session__four .tab__container .tab__content .card1:before {
		display: none;
	}

	.session__four .tab__container .tab__content .card {
		flex-direction: column;
	}
}

.session__four .tab__container .tab__content .card .card--img {
	flex: 1;
}

.session__four .tab__container .tab__content .card .card--content {
	flex: 2;
}

@media screen and (max-width: 767px) {
	.session__four .tab__container .tab__content .card .card--content {
		flex: 1;
	}
}

.session__four .tab__container .tab__content .card .card--content .card--content__title {
	font-size: 28px;
	font-weight: 600;
	color: #59c2dd;
}

.session__four .roadmap {
	display: flex;
}

.session__four .roadmap__content {
	flex: 1;
}

.session__four .roadmap__content--title {
	font-size: 32px;
	font-weight: 600;
	color: #59c2dd;
}

.session__four .roadmap__content--desc {
	font-size: 28px;
	font-weight: 600;
}

.session__four .roadmap__img {
	flex: 1;
}

.session__five {
	display: flex;
	flex-direction: column;
	gap: 30px;
	padding: 30px;
}

.session__five .title h2 {
	font-size: 36px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	color: #59c2dd;
}

.session__five .content .list__process {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
}

@media screen and (max-width: 767px) {
	.session__five .content .list__process {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
}

.session__five .content .list__process .process {
	width: 250px;
	height: fit-content;
}

.session__five .content .list__process .process .process__img {
	height: 400px;
}

.session__five .content .list__process .process .process__img img {
	width: 100%;
}

.session__five .content .list__process .process .process__title {
	color: #59c2dd;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
}

.session__five .footer {
	display: flex;
	justify-content: center;
	align-items: center;
}

.session__five .footer .btn__apply {
	padding: 10px;
	color: #fff;
	background-color: darkblue;
	font-size: 24px;
	font-weight: 600;
	border-radius: 18px;
	cursor: pointer;
}

/* Slider CSS */
.gr-frame-bottom {
	background: unset;
	background-color: #fff;
}

.main-content {
	max-width: unset;
	width: 80%;
}

.carousel-inner {
	background-color: #59c2dd;
	padding: 40px;
	border-radius: 40px;
}

#frame7 .auto-scroll {
	text-align: justify;
}

#frame7 .carousel .carousel-control,
#frame7 .carousel .carousel-control {
	top: 0;
}

#frame7 .slider1 .carousel .glyphicon-chevron-left:before,
#frame7 .slider1 .carousel .glyphicon-chevron-right:before {
	color: darkblue !important;
	font-weight: 600;
}

.content-des-f7 {
	display: flex;
	flex-direction: row;
}

@media screen and (max-width: 767px) {
	.content-des-f7 {
		flex-direction: column;
	}
}

.content-des-f7 .left__content {
	flex: 3;
}

.content-des-f7 .left__content .left__content__title {
	text-align: left;
	color: #59c2dd;
	padding: 0 20px;
}

@media screen and (max-width: 767px) {
	.f7-title-lv1,
	.f7-title-lv2 {
		text-align: center;
	}
}

.content-des-f7 .right__content {
	position: relative;
	padding: 20px;
	text-align: justify;
}

.content-des-f7 .right__content .profile__img {
	border-radius: 20px;
	height: 100%;
}

.content-des-f7 .right__content .profile__img img {
	border-radius: inherit;
}

.content-des-f7 .right__content .profile__name {
	position: absolute;
	padding: 10px;
	background-color: deepskyblue;
	bottom: 0;
	right: -10px;
	transform: rotate(-10deg);
}

.content-des-f7 .right__content .profile__title {
	position: absolute;
	padding: 10px;
	background-color: lightblue;
	transform: rotate(5deg);
	bottom: -40px;
	right: 10px;
}
