/*style common*/
@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: "TT-Travel";
	src: url("../font/TT-Travels-Next-Trial-ExtraBold-Italic.ttf") format("truetype");
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: "DC-Monument";
	src: url("../font/DC-Monument-Extended-Ultrabold.otf") format("opentype");
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: "DTPhudu";
	src: url("../fontsphudu/DTPhudu-Black.woff2") format("woff2"),
		url("../fontsphudu/DTPhudu-Black.woff") format("woff"),
		url("../fontsphudu/DTPhudu-Black.otf") format("opentype");
	font-weight: normal;
	font-style: normal;
}

/*@font-face {
    font-family: 'DTPhudu';
    src: url('.../fontsphudu/DTPhudu-Bold.woff2') format('woff2'), 
         url('.../fontsphudu/DTPhudu-Bold.woff') format('woff'), 
         url('.../fontsphudu/DTPhudu-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'DTPhudu';
    src: url('.../fontsphudu/DTPhudu-Medium.woff2') format('woff2'), 
         url('.../fontsphudu/DTPhudu-Medium.woff') format('woff'), 
         url('.../fontsphudu/DTPhudu-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'DTPhudu';
    src: url('.../fontsphudu/DTPhudu-Regular.woff2') format('woff2'), 
         url('.../fontsphudu/DTPhudu-Regular.woff') format('woff'), 
         url('.../fontsphudu/DTPhudu-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'DTPhudu';
    src: url('.../fontsphudu/DTPhudu-Light.woff2') format('woff2'), 
         url('.../fontsphudu/DTPhudu-Light.woff') format('woff'), 
         url('.../fontsphudu/DTPhudu-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}*/

html {
	scroll-behavior: smooth;
}

/* Custom CSS */
header {
	height: 78px;
	align-items: center;
}

.nav-background {
	background-color: #fff !important;
	box-shadow: unset !important;
	display: flex;
	justify-content: center;
}

.navbar-container {
	min-width: 1330px;
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 1300px) {
	.navbar-container {
		min-width: 1100px;
	}
}

.cards-item-content a {
	all: unset;
	color: #000000;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.logo-home {
	display: flex;
	flex-direction: row;
	gap: 27px;
}

.logo-home img {
	height: 43px;
}

@media only screen and (max-width: 412px) {
	.logo-img-right,
	.logo img {
		width: unset;
		height: 25px;
	}
}

header li a {
	color: #000;
}

.nav > li > a {
	padding: 10px;
}

.nav > li > a:focus,
.nav > li > a:hover {
	color: #000;
}

.body-landing-page .nav .open > a,
.body-landing-page .nav .open > a:focus,
.body-landing-page .nav .open > a:hover {
	color: #000;
}

header .dropdown-menu > li > a {
	color: #000;
}

@media only screen and (max-width: 1100px) {
	.navbar-toggle {
		display: block;
		margin-right: 25px;
		border: none;
		background-color: #000 !important;
	}

	.navbar-container {
		display: inline-block;
	}

	.navbar-toggle .icon-bar {
		background: #000000;
	}
}

/* Navbar css mobile */
@media only screen and (max-width: 767px) {
	.nav-background {
		display: block;
		padding-top: 15px;
	}

	.navbar-container {
		width: 100%;
		min-width: unset;
		display: inline-block;
		background-color: #ffff;
		padding: 0 20px;
	}

	.navbar-container .logo.logo-home {
		margin-top: 10px;
		max-height: 25px;
	}

	.logo-home img {
		max-height: 25px;
	}

	.navbar-toggle {
		margin-right: 0 !important;
	}
}

/* css slide auto scroll */
.slide-auto-scroll {
	position: fixed;
	top: 78px;
	left: 0%;
	background-color: #0000a8;
	height: 31px;
	display: flex;
	align-items: center;
	width: 100%;
	overflow: hidden;
	gap: 80px;
	z-index: 999;
	flex-direction: row-reverse;
}

.slide-auto-scroll .content {
	min-width: 355px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0;
	color: #ffffff;
	font-family: "Montserrat", sans-serif;
}

.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));
	}
}

/* content page (new) */
.home__page {
	margin-top: 100px;
	display: flex;
	flex-direction: column;
	gap: 30px;
	overflow: hidden;
}

/* Home css mobile */
@media only screen and (max-width: 767px) {
	.home__page {
		margin-top: 18px;
	}
}

.home__page__item {
	display: flex;
	flex-direction: column;
	gap: 40px;
	align-items: center;
	position: relative;
}

.first__session {
	position: relative;
}

.home__page__item .persons__cover {
	position: absolute;
	z-index: 99;
	bottom: -120px;
}

@media screen and (max-width: 1550px) {
	.home__page__item .persons__cover {
		width: 45%;
	}
}

.home__page__item--img {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.home__page__item--img .view-desktop {
	display: block;
}

.home__page__item img.view-desktop.markup {
	position: absolute;
	top: -12px;
	right: -32px;
}

.home__page__item--img .view-mobile {
	display: none;
}

.intro-right-content {
	font-family: TT-Travel;
}

/* Intro right content */
.home__page__item .intro-right-content {
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translateY(-50%);
}

.intro-right-content .intro-right-content__year {
	width: fit-content;
	border: 2px solid #ffffff;
	border-radius: 100px;
	padding: 12px 10px;
	font-style: italic;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 100%;
	font-size: 31px;
	color: #d1f604;
	text-transform: uppercase;
}

.intro-right-content .intro-right-content__title {
	margin-top: 20px;
	font-weight: 800;
	font-size: 68px;
	line-height: 100%;
	letter-spacing: 0;
	text-transform: uppercase;
	font-family: DC-Monument;
	font-style: italic;
	color: white;
	-webkit-text-stroke: 2px #71c6f1;
}

.intro-right-content .intro-right-content__title div:nth-child(2) {
	color: #d1f604;
	position: relative;
	top: -5px;
}

.intro-right-content .intro-right-content__bottom {
	font-family: DTPhudu;
	font-weight: 700;
	font-size: 40px;
	font-style: italic;
	display: flex;
	align-items: stretch;
	height: fit-content;
	gap: 20px;
}

.intro-right-content .intro-right-content__bottom .box {
	width: 20px;
	background: linear-gradient(180deg, #1c7ef6 0%, #d1f604 100%);
	max-height: 120px;
	position: relative;
	top: 10px;
}

.intro-right-content .intro-right-content__bottom .time {
	color: #ffffff;
	text-shadow: 0px 4px 4px #00000040;
	font-size: 36px;
	color: #d1f604;
}

.intro-right-content .intro-right-content__bottom .time span {
	color: #ffff;
	font-size: 27px;
}

.intro-right-content .intro-right-content__bottom .btn-open {
	width: fit-content;
	position: relative;
	display: inline-block;
	background: #d1f604;
	border-radius: 20px;
	color: #042755;
	padding: 8px 30px 8px 20px;
	overflow: hidden;
}

.home__page__item.view-mobile {
	display: none;
}

/* For mobile */
@media only screen and (max-width: 1000px) {
	.home__page__item.view-desktop {
		display: none;
	}

	.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: 22px;
		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;
	}
}

.intro-right-content .intro-right-content__bottom .btn-open:before,
.home__page__item.view-mobile .btn-open:before {
	content: "";
	position: absolute;
	width: 100px;
	height: 100%;
	background-image: linear-gradient(
		120deg,
		rgba(255, 255, 255, 0) 20%,
		rgba(255, 255, 255, 0.8) 60%,
		rgba(255, 255, 255, 0) 80%
	);
	top: 0;
	left: -100px;
	animation: shine 3s ease-out 1.6s infinite;
	opacity: 0;
}

@keyframes shine {
	0% {
		opacity: 1;
		left: -100px;
	}

	20% {
		opacity: 1;
		left: 100%;
	}

	100% {
		opacity: 1;
		left: 100%;
	}
}

@media screen and (max-width: 1550px) {
	.home__page__item .intro-right-content {
		position: absolute;
		top: 50%;
		left: 1%;
		transform: translateY(-50%) scale(0.6);
	}
}

.graduate {
	position: absolute;
	top: 50%;
	right: 3%;
	display: flex;
	flex-direction: column;
	gap: 10px;
	color: #ffffff;
	transform: translateY(-50%);
}

@media screen and (max-width: 1550px) {
	.graduate {
		/*        position: absolute;
        top: -15px;
        right: 10px;*/
		transform: scale(0.7) translateY(-75%);
		right: 1%;
	}

	.home__page__item .intro-right-content {
		left: 7%;
	}
}

@media screen and (max-width: 1300px) {
	.graduate {
		right: -1%;
		transform: scale(0.6) translateY(-85%);
	}

	.home__page__item .intro-right-content {
		left: 6%;
	}
}

.graduate-item {
	transform: translateX(100%);
	opacity: 0;
	animation: slideInFromRight 0.8s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
}

.graduate-item:nth-child(2) {
	animation-delay: 0.8s;
}

@keyframes slideInFromRight {
	to {
		transform: translateX(0);
		opacity: 1;
	}
}

.graduate-item .title {
	text-transform: uppercase;
	text-align: left;
	font-family: TT-Travel;
	font-size: 21px;
	font-weight: 900;
	font-style: italic;
	color: #ffffff;
}

.graduate-item .talent,
.graduate-item .sales {
	width: fit-content;
	border-radius: 30px;
	border: 6px solid;
	padding: 4px 20px;
	font-family: TT-Travel;
	font-size: 21px;
	font-weight: 900;
	font-style: italic;
	color: #051c5d;
	position: relative;
	left: -20px;
	margin-top: 6px;
	cursor: pointer;
}
.graduate-item .talent {
	background: #d1f604;
	border-color: #b2dff580;
}
.graduate-item .sales {
	background: #71c6f1;
	border-color: #b2dff580;
}

.graduate-item .talent a,
.graduate-item .sales a {
	all: unset;
}

.graduate-item .content {
	display: flex;
	gap: 20px;
	margin-top: 6px;
}

.graduate-item .content div {
	display: flex;
	flex-direction: column;
	gap: 6px;
	font-size: 21px;
	font-family: "Montserrat", sans-serif;
}

@media only screen and (max-width: 576px) {
	.home__page__item--img .view-desktop {
		display: none;
	}

	.home__page__item--img .view-mobile {
		display: block;
	}
}

.title {
	color: blue;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
}

/* CSS Session 2 */
.session2 {
	margin: 160px 0 90px;
	justify-content: center;
}

@media only screen and (max-width: 1550px) {
	.session2 {
		margin: unset;
		padding: 40px 0;
		justify-content: center;
	}
}

@media only screen and (max-width: 767px) {
	.session2 {
		margin: unset;
		padding: 90px 0;
		justify-content: center;
	}
}

/* CSS Card */
.card__container.view-desktop a {
	all: unset;
	cursor: pointer;
}

.card__container {
	display: flex;
	flex-direction: row;
	/*    flex-wrap: wrap;*/
	justify-content: space-around;
	align-items: center;
	min-width: 1000px;
	font-family: "Montserrat", sans-serif;
}

@media only screen and (max-width: 1550px) {
	.card__container {
		transform: scale(0.8);
	}
}

@media only screen and (max-width: 1200px) {
	.card__container {
		margin-top: 100px;
		flex-direction: column;
		gap: 20px;
		transform: unset;
	}
}

.card__item {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
}

.card__item .card__item-show {
	max-width: 300px;
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
	z-index: 10;
}

.card__item .card__item-show .title {
	color: #000000;
	font-size: 16px;
	font-weight: 800;
	line-height: 100%;
	letter-spacing: 0;
	text-align: center;
	padding: 10px;
}

.card__item .card__item-show .image {
	margin-top: 30px;
	position: relative;
}

.card__item .card__item-show .image.get-card {
	margin-top: 28px;
	left: -3px;
}

.card__item .card__item-show .image.get-card img {
	width: 98%;
}

.card__item .card__item-show .image.mt {
	margin-top: 34px;
}

.card__item .card__item-show .image img {
	width: 100%;
	position: relative;
}

.card__item .card__item-show .image img.mt {
	width: 107%;
	left: 7px;
}

.card__item .card__item-show .image .banner {
	width: 63px;
	position: absolute;
	bottom: -51px;
	right: 0px;
}

.card__item .card__item-show .image .banner .banner-item {
	position: absolute;
	right: 3px;
	top: 12px;
	transform: rotate(45deg);
}

.card__item .card__item-show .image .banner .banner-item span {
	font-weight: 800;
	font-size: 14px;
	text-align: center;
	color: #ffffff;
	position: relative;
	background: linear-gradient(120deg, #ffffff 30%, #00aaff 50%, #ffffff 70%);
	color: transparent;
	background-clip: text;
	-webkit-background-clip: text;
	background-size: 200% auto;
	animation: shineBanner 2s linear infinite;
	display: inline-block;
}

@keyframes shineBanner {
	0% {
		background-position: 200% center;
	}

	100% {
		background-position: -200% center;
	}
}

.card__item .card__item-show .bottom {
	width: 290px;
	height: 245px;
	background: linear-gradient(0deg, #b2dff5 0%, rgba(255, 255, 255, 0) 100%);
	padding: 20px 20px 30px 20px;
	display: flex;
	flex-direction: column;
	justify-content: end;
	gap: 10px;
}

.card__item .card__item-show .bottom .bottom-title {
	font-size: 30px;
	font-weight: 800;
	line-height: 100%;
	letter-spacing: 0;
	color: #0000a8;
	display: flex;
	flex-direction: column;
}

.card__item .card__item-show .bottom .bottom-btn {
	width: 100%;
	padding: 10px 20px;
	background: #0000a8;
	border-radius: 75px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 0;
	display: flex;
	justify-content: space-between;
}

.card__item .card__item-show .bottom .bottom-btn a {
	color: #ffffff;
}

.card__item .card__item-content {
	display: none;
	position: relative;
	left: -494px;
	min-height: 444px;
	max-width: 494px;
	padding: 20px;
	border: 3px solid #d9d9d9;
	border-left: unset;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	animation: slideLeftToRight 0.5s ease-in forwards;
	font-size: 14px;
}

@media only screen and (max-width: 1550px) {
	.card__item .card__item-content {
		font-size: 12px;
		min-height: 445px;
	}

	.card__item .card__item-show .bottom {
		width: 280px;
	}
}

@media only screen and (max-width: 1300px) {
	.card__item .card__item-content {
		font-size: 12px;
		min-height: 432px;
	}
}

@keyframes slideLeftToRight {
	0% {
		opacity: 0;
	}
	80% {
		opacity: 0;
	}
	100% {
		opacity: 1;
		left: -10px;
	}
}

.card__item .card__item-content.mt {
	left: 494px;
	border: 3px solid #d9d9d9;
	border-right: unset;
	border-top-right-radius: unset;
	border-bottom-right-radius: unset;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	animation: slideLeftToRightMT 0.5s ease-in forwards;
}

@keyframes slideLeftToRightMT {
	0% {
		opacity: 0;
	}

	80% {
		opacity: 0;
	}

	100% {
		opacity: 1;
		left: 8px;
	}
}

.card__item .card__item-content .main {
	display: flex;
	text-align: justify;
	font-weight: 500;
	flex-direction: column;
	gap: 20px;
}

.cards-mobile.view-mobile {
	display: none;
}

/* Card mobile */
@media only screen and (max-width: 767px) {
	.cards-mobile.view-mobile {
		display: flex;
		flex-direction: column;
		gap: 40px;
		align-items: center;
	}

	.cards-mobile {
		width: 100%;
		padding: 20px;
		font-family: "Montserrat", sans-serif;
		background: transparent;
	}

	.cards-mobile .cards-item {
		width: 100%;
		max-width: 500px;
		box-shadow: 0px -4px 20.5px 0px #00000040;
		border-radius: 8px;
		/*        overflow: hidden;*/
		position: relative;
	}

	.cards-mobile .cards-item .cards-item-header {
		display: flex;
		flex-direction: column;
		box-shadow: 0px -4px 20.5px 0px #00000040;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
	}

	.cards-mobile .cards-item .cards-item-header .sub-title {
		padding: 10px 30px;
		background: #ffff;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
	}

	.cards-mobile .cards-item .cards-item-header .sub-title p {
		font-size: 13px;
		font-weight: 800;
		font-family: "Montserrat", sans-serif;
		color: #a0a0a0;
		margin: 0;
	}

	.cards-mobile .cards-item .cards-item-header .img-title {
		display: flex;
		flex-direction: row;
		position: relative;
		background: #b2dff5;
	}

	.cards-mobile .cards-item .cards-item-header .banner {
		width: 63px;
		position: absolute;
		left: -12px;
		top: -8px;
		transform: rotate(-90deg);
	}

	.cards-mobile .cards-item .cards-item-header .banner .banner-item {
		position: absolute;
		right: 3px;
		top: 12px;
		transform: rotate(45deg);
	}

	.cards-mobile .cards-item .cards-item-header .banner .banner-item span {
		font-weight: 800;
		font-size: 14px;
		text-align: center;
		color: #ffffff;
		position: relative;
		background: linear-gradient(120deg, #ffffff 30%, #00aaff 50%, #ffffff 70%);
		color: transparent;
		background-clip: text;
		-webkit-background-clip: text;
		background-size: 200% auto;
		animation: shineBanner 2s linear infinite;
		display: inline-block;
	}

	@keyframes shineBanner {
		0% {
			background-position: 200% center;
		}

		100% {
			background-position: -200% center;
		}
	}

	.cards-mobile .cards-item .btn-down {
		position: absolute;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		box-shadow: 0px -4px 20.5px 0px #00000040;
		background: #ffff;
		right: 30px;
		bottom: -20px;
		display: block;
		z-index: 100;
	}
	.cards-mobile .cards-item .btn-down.open-card {
		display: none;
	}

	.cards-mobile .cards-item .btn-down img {
		position: absolute;
		top: 50%;
		right: 53%;
		transform: rotate(90deg) translateX(-50%) translateY(-50%);
		filter: brightness(0) saturate(100%) invert(86%) sepia(14%) saturate(576%)
			hue-rotate(169deg) brightness(94%) contrast(89%);
	}

	.cards-mobile .cards-item .cards-item-header .img-title h3,
	.cards-mobile .cards-item .cards-item-header .img-title img {
		flex: 1;
	}

	.cards-mobile .cards-item .cards-item-header .img-title h3 {
		padding-bottom: 10px;
		padding-left: 20px;
		padding-top: 10px;
		margin: 0;
		color: #0000a8;
		font-size: 20px;
		font-weight: 800;
	}

	.cards-mobile .cards-item .cards-item-header .img-title span,
	.cards-mobile .cards-item .cards-item-header .img-title img {
		position: absolute;
	}

	.cards-mobile .cards-item .cards-item-header .img-title img {
		right: 0;
		bottom: 0;
	}

	.cards-mobile .cards-item .cards-item-header .img-title img.mt-m {
		right: -7px;
		bottom: 1px;
	}

	.cards-mobile .cards-item .cards-item-content {
		display: flex;
		flex-direction: column;
		text-align: justify;
		align-items: flex-end;
		gap: 10px;
		font-weight: 500;
		font-size: 11px;
		overflow: hidden;
		max-height: 0px;
		transition: max-height 0.4s ease, padding 0.3s ease;
	}
	.cards-mobile .cards-item .cards-item-content.open-card {
		max-height: 500px;
		padding: 20px 30px 20px 30px;
	}

	.cards-mobile .cards-item .cards-item-content .bottom-btn {
		width: fit-content;
		padding: 8px 12px;
		background: #0000a8;
		border-radius: 60px;
		color: #ffffff;
		font-size: 12px;
		font-weight: 800;
		letter-spacing: 0;
		display: flex;
		justify-content: space-between;
		gap: 30px;
		right: 0;
	}

	.cards-mobile .cards-item .cards-item-content .bottom-btn a {
		color: #ffffff;
	}
}

@media only screen and (max-width: 430px) {
	.cards-mobile .cards-item .cards-item-header .img-title {
		height: 91px;
	}
	.cards-mobile .cards-item .cards-item-header .img-title h3 {
		font-size: 18px;
	}
}

@media only screen and (max-width: 414px) {
	.cards-mobile .cards-item .cards-item-header .img-title {
		height: 86px;
	}
}

@media only screen and (max-width: 390px) {
	.cards-mobile .cards-item .cards-item-header .img-title {
		height: 81px;
	}
}

@media only screen and (max-width: 375px) {
	.cards-mobile .cards-item .cards-item-header .img-title {
		height: 79px;
	}
}

/* session3 */
.session3 {
	background: #b2dff5;
	min-height: 500px;
	position: relative;
}

.arrow {
	position: relative;
	min-width: 1000px;
	top: -50px;
}

.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;
	}
}

.main-content-mobile.view-mobile {
	display: none;
}

.arrow.arr-btt.view-mobile {
	display: none;
}

/* End css arrow icon */
@media only screen and (max-width: 767px) {
	.session3 {
		margin-top: 100px;
		min-height: 745px;
		font-family: "Montserrat", sans-serif;
	}

	.arrow.arr-btt.view-mobile {
		display: block;
	}
	.arrow {
		position: relative;
		min-width: unset;
		top: -200px;
		transform: scale(0.8) translateX(25px);
	}
	.arrow.arr-btt {
		top: 0;
	}

	.main-content-mobile.view-mobile {
		position: relative;
		padding-top: 180px;
		display: block;
	}

	.main-content-mobile.view-mobile img {
		position: absolute;
		top: -86px;
	}

	.content-m {
		display: flex;
		flex-direction: column;
		padding: 0 30px;
	}

	.content-m h2 {
		font-size: 25px;
		text-align: center;
		font-weight: 800;
		color: #0000a8;
	}

	.content-m p {
		margin-top: 45px;
		overflow-y: auto;
		overflow-x: hidden;
		height: 300px;
		padding: 0 10px;
		text-align: justify;
		display: flex;
		flex-direction: column;
		gap: 10px;
		font-size: 12px;
	}
}

.main-content {
	margin-top: 60px;
	max-width: 1000px;
	position: relative;
	font-family: "Montserrat", sans-serif;
}

.main-content .main-content-top {
	display: flex;
	flex-direction: row;
	gap: 40px;
	font-size: 14px;
	font-weight: 500;
}

.main-content .main-content-top .banner-process {
	flex: 1;
	position: relative;
	padding-top: 40px;
}

.main-content .main-content-top .banner-process h2 {
	font-size: 38px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 100%;
	margin-top: 0;
	margin-bottom: 10px;
	color: #0000a8;
}

.main-content .main-content-top .banner-process .img {
	position: relative;
	height: 330px;
	width: 350px;
}

.main-content .main-content-top .banner-process .img img {
	position: absolute;
	top: 47px;
	z-index: 10;
}

.main-content .main-content-top .text {
	flex: 1;
	text-align: justify;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.session3 .main-content-bottom {
	width: 100%;
	max-width: 1000px;
	height: 104px;
	background: #dff4ff;
	position: absolute;
	bottom: -104px;
}

@media only screen and (max-width: 1250px) {
	.session3 .main-content-bottom {
		border-right: 60px solid #ffff;
		border-left: 60px solid #ffff;
	}
}

@media only screen and (max-width: 1000px) {
	.session3 .main-content-bottom {
		border-right: unset;
		border-left: unset;
	}
}

.session4 {
	margin-top: 220px;
	margin-bottom: 120px;
}

.session4 .bottom-btn.view-mobile {
	display: none;
}

@media only screen and (max-width: 767px) {
	.session3 .main-content-bottom {
		display: none;
	}

	.session4 {
		margin: 100px 20px;
	}

	.session4 .bottom-btn.view-mobile {
		display: flex;
	}

	.session4 .bottom-btn {
		width: fit-content;
		padding: 5px 10px;
		background: #0000a8;
		border-radius: 5px;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
		color: #ffffff;
		font-size: 12px;
		font-weight: 800;
		letter-spacing: 0;
		display: flex;
		justify-content: space-between;
		gap: 30px;
	}

	.session4 .bottom-btn a {
		color: #ffffff;
	}
}

.container-slider {
	max-width: 1000px;
}

.carousel-inner > .item > img {
	width: 100%;
	height: auto;
}

.session5 {
	gap: 0;
	background: #031023;
}

.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 a {
	all: unset;
	cursor: pointer;
}

.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 .footer-top ul {
		flex-direction: column;
		justify-content: center;
		gap: 20px;
		text-align: center;
		font-size: 14px;
	}

	.footer {
		padding: unset;
		padding-top: 15px;
	}

	.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 */
