:root {
  --text-primary: #191919;
  --text-secondary: #575d6c;
}
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

#footer
{
	background: #f0f0f0!important;
	color: #c3c5c6;
}
a.text-primary:hover, a.text-primary:focus {
	color: #25357c !important;
}

a.text-secondary:hover, a.text-secondary:focus {
	color: #212529 !important;
}

body {
	font-family: AcademySans, -apple-system, AISans, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", STHeliti, "Microsoft YaHei", "Microsoft JhengHei", SimSun, sans-serif;
}
body {
	font-family: AcademySans, -apple-system, AISans, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, STHeti, Microsoft YaHei, Microsoft JhengHei, SimSun, sans-serif;
}
h3
{
	line-height: 1.6rem;
}
h6 {
	line-height: 1.7;
}

h6 > a {
	color: black;
	font-size: 1em;
	line-height: 1.625em;
}

h6 > a:hover {
	color: #273c5;
}
html,
body,
header {
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
}
img {
	transition: transform 0.3s ease-in-out;
}

img:hover {
	cursor: pointer;
	transform: scale(1.05);
}
ul#indicator-carousel {
	width: 75%;
	margin: auto;
}
video {
	background-size: cover;
	/* background-image: url('https://i.ytimg.com/vi/mxMBTPEryRY/maxresdefault.jpg'); */
}
#about_section p,ul>li{
	color:#595959 !important;
	font-size:14px !important;
	line-height:1.5rem;
}
#about_section h5{
	color:#191919 !important;
	font-size:16px !important;
	font-weight:700 !important;
	margin:32px 0px 16px;
}
#about_section h2{
    font-size: 1.25rem !important;
    font-weight: 700 !important;
}
#fileAttachment {
    padding: 0.2rem !important;
}

#main-navbar {
    background-color: transparent;
    box-shadow: none;
    transition: background-color 0.4s ease, box-shadow 0.4s ease;
}

#main-navbar.scrolled {
    background-color: #fff !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.action-btn
{
	background-color: hsla(0,0%,100%,.3);
	border-radius: 50%;
	color: #fff;
	font-family: u-icon!important;
	font-size: 16px;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	height: 40px;
	transition: .2s;
	webkit-transition: .2s;
	width: 40px;
}
.action-btn > i
{
	line-height: 40px;
}
.animate-to-top
{
	transition: transform 0.3s ease;
}
.animate-to-top:hover
{
	transform: translateY(-36px);
}

.animate-card:hover > img {
    height: 150px;
    border-radius: 10px 10px 0 0; /* Top rounded corners, bottom square corners */
}

.animate-card:hover > a {
    text-align: left !important;
    margin: 0px 16px;
    font-size: 18px !important;
    color: var(--text-primary) !important;
}

.animate-card:hover > p {
    margin: -24px 16px;
    line-height: 1.2rem;
    font-size: 12px !important;
    display: flex !important;
}

.animate-card:hover {
    margin-top: 12px !important;
    position: relative;
    width: 120%;
    left: -3%;
    transform: scale(1.1);
    background: #fff;
    visibility: visible;
    padding: 0px;
    opacity: 1;
    transition: transform 0.4s;
    z-index: 9999 !important;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
}

.ask-btn
{
	border: 1.5px solid #212121 !important;
	box-shadow: none !important;
	text-transform: capitalize;
}
.background-overlay
{
	overflow: hidden;
	position: relative;
}
.background-overlay::before
{
	background: rgba(0, 0, 0, 0.5);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.b-col
{
	backdrop-filter: blur(20px);
	background: hsla(0,0%,94%,.7);
	webkit-backdrop-filter: blur(20px);
}
.b-subtitle
{
	color: #595959;
	font-size: 12px;
	margin: 0px;
}
.b-title
{
	font-size: 14px;
	font-weight: 600;
	margin: 0px;
}
.background-overlay:hover .image-wrapper::before
{
	transform: scale(1.05);
}
.background-overlay-content
{
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}
.bg-blue
{
	background: linear-gradient(to right, #D9E5FF, #FEF9E5);
}
.bg-light-image
{
	background-image: url(/media/web/background-pc.png);
}
.bg-primary
{
	background: #f7f7f7 !important;
}
.bg-secondary
{
	background: #F5F6F9 !important;
}
.border-bottom
{
	border-bottom: 1px solid var(--text-secondary) !important;
}
.border-bottom-radius-0
{
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.border-dark-1
{
  border: 1px solid var(--text-primary) !important;
}
.border-white-1
{
	border: 1px solid white !important;
}
.bottom-animate
{
	bottom: -41px;
	padding: 25px 30px;
	position: fixed;
	transition: bottom 0.3s ease;
}
.bottom-animate:hover
{
	bottom: 0px;
}
.btn .fa
{
	margin-left: 3px;
}
.btn-white
{
	color: black !important;
}
.card
{
	font-weight:100 !important;
}
.card:hover
{
	box-shadow: 0 4px 12px rgba(0,0,0,.08);
}
.carousel-indicators li#scroll
{
	border-radius: 16px;
	width: 29.3% !important;
	height: 110px !important;
	cursor: pointer;
	transition: transform 0.3s ease-in-out;
}
.carousel-multi-item .controls-top .btn-floating
{
	background: #25357c !important;
}


.carousel-indicators li#scroll:hover
{
	cursor: pointer;
	transform: scale(1.05);
}
.col-height
{
	text-align: center;
	align-items: center;
	display: flex;
	height: 80px;
	justify-content: center;
	text-align: center;
}
.container.con-custom
{
	height: calc(100vh - 100px);
}
.container.m-0.b-col
{
	min-width: 100%;
}
.custom-column
{
}
.custom-column:hover
{
	background-color: white;
}
.custom-control
{
	bottom: -8rem;
	display: flex;
	justify-content: space-between;
	width: 100%;
	z-index: 9999;
}
.custom-indicators li
{
	background-color: transparent;
	height: fit-content !important;
	opacity: 1;
	text-indent: unset;
	width: fit-content !important;
	z-index: 999;
}
.custom-indicators li.active img
{
	border: 2px solid white;
}
.ellipsis-two-lines
{
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	webkit-box-orient: vertical;
	webkit-line-clamp: 2;
}
.fade-in {
	opacity: 1;
}
.fa-play:before {
	margin-left: .3rem;
}
.fit-cover
{
	object-fit: cover;
}
.footer-text-subtitle
{
	color: #fff9;
	font-size: 0.95rem;
	font-weight: 400;
	line-height: rem;
	text-align: right;
}
.footer-text-title
{
	color: #fff;
	font-size: 0.95rem;
	font-weight: 500;
	letter-spacing: -.008rem;
	margin-top: 40px;
	text-align: right;
}
.fs-12
{
	font-size: 12px;
}
.fs-14
{
	font-size: 14px !important;
}
.fs-16
{
	font-size: 16px;
}
.fs-18
{
	font-size: 18px;
}
.fs-22
{
	font-size: 22px;
}
.fs-36
{
	font-size: 36px;
}
.fs-46
{
	font-size: 46px;
}
.fs-58
{
	font-size: 58px;
}
.form-control,
.input-group-text {
    font-size: 0.85rem !important;
}
.gradient-background
{
	background: linear-gradient(to top, rgb(0 0 0 / 93%) 3%, rgb(26 22 22 / 88%) 7%, #ffffff00 , transparent 90%);
	height: 100vh;
	opacity: 1 !important;
	width: 100%;
}
.gradient-dark
{
	background: linear-gradient(to bottom, rgba(36, 37, 38, 0) 0%, rgba(36, 37, 38, 0.3) 10%, rgba(36, 37, 38, 0.5) 20%, #242526 80%);
}
.gradient-equal
{
	background: linear-gradient(to right, transparent 30%, rgb(0 0 0 / 53%) 10%, rgb(0 0 0 / 92%) 70%);
}
.gradient-light
{
	background: linear-gradient(180deg, #ffffff00 0%, #757575 100%);
}
.gradient-lighter
{
	background: linear-gradient(180deg, #ffffff00 0%, #3c3c3c 100%);
}
.gradient-medium
{
	background: linear-gradient(180deg, #ffffff00 0%, #3c3c3c 100%);
}
.h-ch
{
	height: 100ch !important;
}
.h-fit
{
	height: fit-content !important;
}
.hr-bold
{
	border-top: 3px solid var(--text-primary);
	width: 100px !important;
}
.hr-light
{
	border-top: 3px solid white;
	width: 100px !important;
}
.hr-theme
{
	border-top: 3px solid #25357c;
	/*border-top: 3px solid #c7000b;*/
	width: 100px !important;
}
.h5
{
	line-height: 1.6rem;
}
.image-light-overlay
{
	background-color: #010000a1;
	width: 100%;
}
.image-overlay
{
	background-color: #242121d6;
	width: 100%;
}
.image-wrapper
{
	background-position: center;
	background-size: cover;
	height: 100%;
}
.image-wrapper::before
{
	background-image: inherit;
	background-position: center;
	background-size: cover;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: scale(1);
	transition: transform 0.3s ease;
	width: 100%;
}
.height-700 {
	min-height: 800px;
}

.img-card
{
	background: linear-gradient(to top, rgb(0 0 0 / 93%) 3%, rgb(26 22 22 / 88%) 7%, #ffffff00 , transparent 90%);
	position: relative;
}
.img-card
{
	height: fit-content;
	width: fit-content;
}
.img-col
{
	box-shadow: none;
}
.img-content
{
	background-color: #F8F8F8;
	padding: 24px;
}
.img-info:
{
	color: #333333;
	font-family: AcademySans, -apple-system, AISans, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, STHeiti, Microsoft YaHei, Microsoft JhengHei, SimSun, sans-serif;
	font-size: 14px;
}
.indicator-div {
	display: none;
	transition: opacity 0.5s;
}

.indicator-div.active {
	display: block;
	opacity: 1;
}
.input-group-text {
    border-radius: unset !important;
}
.left-float-btn , .right-float-btn
{
	background-color: #f5f5f5 !important;
	border-radius: 0 10px 10px 0;
	box-shadow: none;
	color: #999 !important;
	font-size: 16px;
	left: 0;
	opacity: 1;
	padding: 18px;
}
.left-float-btn > i , .right-float-btn > i
{
	color: #999 !important;
}
.line-h
{
	line-height: 1.9rem;
}
/* Optional overlay helpers */
.mask.overlay-dark {
  background: rgba(0, 0, 0, 0.5);
}

.mask.overlay-light {
  background: rgba(255, 255, 255, 0.3);
}
.m-100
{
	margin-top: 50px;
}
.mb-6p
{
	margin-bottom: 6px;
}
.md-pills
{
}
.md-pills .link-dark.active, .link-dark:hover, .link-dark:focus
{
	border-bottom: 2px solid #25357c !important;
	color: #25356c !important;
	font-weight: 600;
}
.middle-btn
{
	border-radius: 10px;
	color: #fff;
	font-size: 0.85rem;
	font-weight: 500;
	font-weight: 600 !important;
	letter-spacing: -.008rem;
	margin: 0px;
	min-width: 200px;
	padding: 0.8rem;
	text-align: center;
	text-transform: capitalize;
}
.mt-nx
{
	margin-top: -9%;
}
.navbar
{
	box-shadow: unset;
	min-height: 68px;
}
.navbar-brand
{
	color: #191919;
	font-size: 20px;
	font-weight: bold;
}

.overlay-link.active
{
	background-color: unset !important;
	border: 2px solid white;
	border-left: none;
	border-right: none;
	border-top: none;
	font-weight: 700;
}

.overlay-link.active
{
	border-bottom: 2px solid white;
}

.p-30
{
	padding: 30px;
}
.pattern-bg {
	background-repeat: no-repeat;
	background-size: cover;
}
.primary-color
{
	background-color: #25357c !important;
}

.pos-relative {
	position: relative;
}

.pos-absolute {
	position: absolute;
	top: -20px; /* Adjust this value to control the vertical position */
	left: 0; /* Adjust this value to control the horizontal position */
	z-index: 1; /* Ensure the image appears above the content in the div */
}
.pos-relative {
	position: relative;
}
.rgba-gradient
{
	background-color: #c9ced8c4;
}

.rgba-gradient-old
{
	background: linear-gradient(to 45deg, rgba(42, 27, 161, 0.7), rgba(29, 210, 177, 0.7) 100%);
	background: -moz-linear-gradient(45deg, rgba(42, 27, 161, 0.7), rgba(29, 210, 177, 0.7) 100%);
	background: -o-linear-gradient(45deg, rgba(42, 27, 161, 0.7), rgba(29, 210, 177, 0.7) 100%);
	background: -webkit-gradient(linear, 45deg, from(rgba(42, 27, 161, 0.7)), to(rgba(29, 210, 177, 0.7)));
	background: -webkit-linear-gradient(45deg, rgba(42, 27, 161, 0.7), rgba(29, 210, 177, 0.7) 100%);
}

.right-card
{
	background: #f8f8f8;
	padding: 20px 20px 0 28px;
	width: 100%;
}

.right-float-btn
{
	border-radius: 10px 0 0 10px;
}

.scroll-container svg[data-v-d0936328]
{
	animation: scrollAnimation-d0936328 4s cubic-bezier(.215,.61,.355,1) infinite;
	height: .7rem;
	margin: auto;
	width: 2rem;
}

.scroll-container svg[data-v-d0936328]:last-of-type
{
	animation: scrollAnimation-d0936328 4s cubic-bezier(.215,.61,.355,1) 2s infinite;
	margin-top: -.35rem;
	position: absolute;
	top: 50%;
}

.scroll-container[data-v-d0936328]
{
	align-content: center;
	backdrop-filter: blur(6rem);
	background: hsla(0,0%,100%,.16);
	border-radius: 1.2rem;
	border-radius: 12px;
	box-shadow: 0 4px 34px #00000021;
	cursor: pointer;
	display: flex;
	filter: blur(5px);
	height: 5rem;
	justify-content: center;
	opacity: 0;
	overflow: hidden;
	webkit-backdrop-filter: blur(6rem);
	width: 2.5rem;
}

.scroll-wrapper
{
	display: flex;
	height: auto;
	justify-content: center;
	margin-top: 200px;
	width: 100%;
}

.step
{
	list-style: none;
}
.number {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 38px;
	border-radius: 10rem;
}

.step {
	list-style: none;
	margin: 0;
}

.step .step-element:last-child .step-number::before {
	bottom: 1rem;
}

.step-element {
	display: flex;
	padding: 1rem 0;
}

.step-number {
	position: relative;
	width: unset;
	flex-shrink: 0;
	text-align: center;
}

.step-number .number {
	color: #bfc5ca;
	background-color: #eaeff4;
	font-size: 16px;
	width: 36px;
	height: 36px;
	line-height: 36px;
}

.step-number::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 48px;
	bottom: -2rem;
	margin-left: -1px;
	border-left: 2px dashed #eaeff4;
}

.text-limit-1 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.text-limit-2 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.text-capitalize {
  text-transform: capitalize;
}

.text-light {
	color: #7e7e7e !important;
}

.text-primary {
	color: #191919 !important;
}

.text-secondary {
	color: #595959 !important;
}

.text-theme {
	color: #25357c !important;
}

.theme-rounded-1 {
	border-radius: 10px;
}

.theme-rounded-2 {
	border-radius: 16px;
}

.thin-scrollbar::-webkit-scrollbar {
	padding: 10px;
	width: 5px;
}

.thin-scrollbar::-webkit-scrollbar-thumb {
	background: #888;
}
.thin-scrollbar::-webkit-scrollbar-thumb:hover
{
	background: #555;
}
.thin-scrollbar::-webkit-scrollbar-track
{
	background: #f1f1f1;
}
.title-overlay {
	bottom: 0;
	color: #fff;
	font-family: AcademySans,-apple-system,AISans,Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,STHeiti,Microsoft YaHei,Microsoft JhengHei,SimSun,sans-serif;
	font-size: 19.2px;
	font-weight: 600;
	left: 0;
	padding: 20px;
	position: absolute;
	right: 0;
	text-align: left;
}

.top-btn {
	backdrop-filter: blur(6rem);
	background: hsl(0deg 0% 0% / 44%);
	border-radius: 10px;
	color: white !important;
	display: flex;
	font-size: 12px;
	font-weight: 400;
	justify-content: center;
	min-width: 100px;
	moz-column-gap: 1rem;
	padding: 0.5rem 0.8rem;
}
.top-spacing {
	margin-top: -29px;
}
.top-btn a {
	color: white;
}

.top-spacing {
	margin-top: 68px;
}

.translateY {
	animation: slideUp 0.4s ease-in-out forwards;
	transform: translateY(100%);
}

.translateY1 {
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 0.5s, transform 0.5s;
}


.video {
	background-size: cover;
	/* background-image: url('https://i.ytimg.com/vi/mxMBTPEryRY/maxresdefault.jpg'); */
}
.vid {
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.view {
  position: relative;
  overflow: hidden;
  display: block;
}

.view .media-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.view .mask {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  display: block;
}

.w-fit {
	margin: auto !important;
	width: fit-content !important;
}
.w-100 {
	max-width: 100% !important;
}

.w-55 {
	width: 55% !important;
}
.w-75 {
	width: 75% !important;
}
.z-auto {
	z-index: auto;
}
.z-top {
	z-index: 9;
}
.z-tab {
	position: relative;
	z-index: 9;
}

@font-face {
	font-family: AcademySans;
	font-style: normal;
	font-weight: 400;
	src: url(./fonts/HuaweiSans-Regular.ttf) format("truetype");
}

@font-face {
	font-family: AcademySans;
	font-style: normal;
	font-weight: 700;
	src: url(./fonts/HuaweiSans-Bold.ttf) format("truetype");
}
@keyframes scrollAnimation-d0936328 {
	2% {
		opacity: 1;
		transform: translateY(0);
	}
	50% {
		opacity: 0;
		transform: translateY(50px);
	}
	60% {
		opacity: 0;
		transform: translateY(-50px);
	}
	80% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes slideUp {
	to {
		transform: translateY(0);
	}
}


/* ========== MOBILE VIEW (small screens <= 600px) ========== */
@media (max-width: 600px) {
	.con-custom {
		margin-top: 100px;
	}
	.container.con-custom {
		height: unset;
	}
	.fs-22, .fs-36, .fs-46, .fs-58, h1, .h1 {
		font-size: 18px;
	}
	.gradient-equal {
		background: rgb(29 28 28 / 94%);
	}
	.h3, h3 {
		font-size: 16px;
		line-height: 1.25rem;
	}
	.line-h {
		line-height: 1.5rem;
	}
	.m-100 {
		margin-top: 50px;
	}
	.navbar-dark .navbar-brand {
		color: #333333;
		font-size: 16.4px;
		font-weight: 400;
	}
	.navbar.scrolling-navbar1 {
		background-color: white !important;
		color: #333333 !important;
	}
	.top-btn {
		justify-content: center;
	}
	.top-spacing {
		margin-top: 68px;
	}
	.w-55 {
		width: 100% !important;
	}
	.w-75 {
		width: 100% !important;
	}
}

/* ========== SMALL TABLETS & LARGE PHONES (max-width: 700px) ========== */
@media only screen and (max-width: 700px) {
	.ml-n5,
	.mr-n5 {
		margin-bottom: 3rem !important;
		margin-left: 0rem !important;
		margin-right: 0rem !important;
		margin-top: 3rem !important;
	}
}
@media (max-width: 767.98px) {
  .clamp-text {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Show 3 lines only */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s ease;
  }

  .clamp-text.expanded {
    -webkit-line-clamp: unset;
    overflow: visible;
  }
}

/* ========== TABLETS & SMALL DESKTOPS (max-width: 991px) ========== */
@media (max-width: 991px) {
	.navbar-dark .navbar-brand {
		color: #6c757d;
	}
	.navbar.navbar-dark .navbar-nav .nav-item .nav-link {
		color: #6c757d;
	}
	.navbar.navbar-dark .navbar-nav .nav-item .nav-link:hover {
		color: #212529;
	}
}

/* ========== DESKTOP VIEW (large screens >= 1200px) ========== */
@media (min-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1200px;
	}
}

/* ========== iPHONE / HIGH PIXEL DENSITY SCREENS (Retina and similar) ========== */
@media screen and (-webkit-min-device-pixel-ratio: 2), 
       screen and (min--moz-device-pixel-ratio: 2), 
       screen and (-o-min-device-pixel-ratio: 2/1), 
       screen and (min-device-pixel-ratio: 2) {
	.top-btn {
        margin-top: 48px;
    }
	.w-55 {
        padding-top: 48px;
        width: 100% !important;
    }
}

