:root {
  --text-primary: #191919;
  --text-secondary: #575d6c;
}
#footer
{
	background: #f0f0f0!important;
	color: #c3c5c6;
}
.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 > h6 {
    text-align: left !important;
    margin: 0px 16px;
    font-size: 18px !important;
    color: var(--text-primary) !important;
}

.animate-card:hover > p {
    margin: -24px 16px;
    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;
}
.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;
}
.b-col
{
	backdrop-filter: blur(20px);
	background: hsla(0,0%,94%,.7);
	webkit-backdrop-filter: blur(20px);
}
.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-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;
}
.border-bottom
{
	border-bottom: 1px solid var(--text-secondary) !important;
}
.bottom-animate
{
	bottom: -41px;
	padding: 25px 30px;
	position: fixed;
	transition: bottom 0.3s ease;
}
.bottom-animate:hover
{
	bottom: 0px;
}
.b-subtitle
{
	color: #595959;
	font-size: 12px;
	margin: 0px;
}
.b-title
{
	font-size: 14px;
	font-weight: 600;
	margin: 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-multi-item .controls-top .btn-floating
{
	background: #25357c !important;
}
.carousel-indicators li#scroll {

    border-radius: 16px;
    width: 29.3% !important;
    height: 110px !important;
    cursor: pointer;
	transition: transform 0.3s ease-in-out;
}
carousel-indicators li#scroll:hover
{
	cursor: pointer;
	transform: scale(1.05);
}
.col-height
{
	align: center;
	align-items: center;
	display: flex;
	height: 100px;
	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;
}
.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-58
{
	font-size: 58px;
}
.fs-36
{
	font-size: 36px;
}
.fs-46
{
	font-size: 46px;
}
.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-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%);
}
.gradient-equal
{
	background: linear-gradient(to right, transparent 30%, rgb(0 0 0 / 53%) 10%, rgb(0 0 0 / 92%) 70%)

}
.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;
}
.h-ch{
	height:100ch !important;
}
.h-fit{
	height:fit-content !important;
}
h3,.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%;
}
.img-card
{
	height: fit-content;
	width: fit-content;
}
.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-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;
  }
.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;
}
.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: -15%;
}
.height-700{
	min-height:800px
}
.navbar
{
	box-shadow: unset;
	min-height: 68px;
}
.navbar:not(.top-nav-collapse)
{
	background: transparent !important;
}
.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;
}
.primary-color
{
	background-color: #25357c !important;
}
.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;
}

      .fa-play:before {
        margin-left: .3rem;
      }

      /* Steps */
      .step {
        list-style: none;
        margin: 0;
      }

      .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;
      }

      .step-number .number {
        width: 36px;
        height: 36px;
        line-height: 36px;
      }

      .number {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 38px;
        border-radius: 10rem;
      }

      .step-number::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 48px;
        bottom: -2rem;
        margin-left: -1px;
        border-left: 2px dashed #eaeff4;
      }

 .step .step-element:last-child .step-number::before {
        bottom: 1rem;
}
.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-primary
{
	color: #191919 !important;
}
.text-secondary
{
	color: #595959 !important;
}
.text-light
{
	color: #7e7e7e !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-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;
}
ul#indicator-carousel {
    width: 75%;
    margin: auto;
}
.vid
{
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.w-100
{
	max-width: 100% !important;
}
.w-55
{
	width: 55% !important;
}
.w-75
{
	width: 75% !important;
}
.z-top
{
	z-index: 9;
}
.z-auto
{
	z-index: auto;
}
:root
{
	text-primary: #191919;
	text-secondary: #575d6c;
}
@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);
	}
}
@media (max-width: 600px)
{
	h1,.h1,.fs-22,.fs-36,.fs-46,.fs-58{
		font-size:18px;
	}
	h3,.h3{
		font-size:16px;
        line-height: 1.25rem;		
	}
	.line-h {
    line-height: 1.25rem;
    }
	.top-spacing {
    margin-top: -68px;
    }
	.con-custom
	{
		margin-top: 100px;
	}
	.container.con-custom
	{
		height: unset;
	}
	.m-100
	{
		margin-top: 50px;
	}
	.navbar.scrolling-navbar
	{
		background-color: white !important;
		color: #333333 !important;
	}
	.navbar-dark .navbar-brand
	{
		color: #333333;
		font-size: 16.4px;
		font-weight: 400;
	}
	.top-btn
	{
		justify-content: center;
	}
	.vid,.mask
	{
	}
}
@media (max-width: 740px)
{
	html,
	 body,
	 header,
	 .view
	{
		height: 1000px;
	}
}
/*
@media (max-width: 991px)
{
	.navbar:not(.top-nav-collapse)
	{
		background: #424f95 !important;
	}

}
*/
@media (max-width: 991px)
{
	.navbar-dark .navbar-brand {
    color: #6c757d;
	}


	.navbar:not(.top-nav-collapse)
	{
		background: #fff !important;
	}
	.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;
	}
}
@media (min-width: 1200px)
{
	.container, .container-lg, .container-md, .container-sm, .container-xl
	{
		max-width: 1200px;
	}
}
@media (min-width: 600px)
{
	.navbar.scrolling-navbar.top-nav-collapse
	{
		background: #fff;
		border-bottom: 1px solid #dfe1e6;
		height: 75px;
		padding-bottom: 5px;
		padding-top: 5px;
		width: 100%;
	}
}
@media (min-width: 800px) and (max-width: 850px)
{
	html,
	 body,
	 header,
	 .view
	{
		height: 600px;
	}
}
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,STHeiti,Microsoft YaHei,Microsoft JhengHei,SimSun,sans-serif;
}
h6
{
	line-height: 1.7;
}
h6 > a
{
	color: black;
	font-size: 1em;
	line-height: 1.625em;
}
h6 > a :hover
{
	color: #273c5;
}
html,
 body,
 header,
 .view
{
	height: 100%;
}
img
{
	transition: transform 0.3s ease-in-out;
}
img:hover
{
	cursor: pointer;
	transform: scale(1.05);
}

.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 */
}


@media (min-width: 600px){
.top-nav-collapse > .container > .navbar-brand, 
.top-nav-collapse > .container > .navbar-collapse >ul>li>a  {
    color: #191919 !important;
}
}

.mask >.container{ height:calc(100% - 110px);}

@media (max-width: 768px){
.mask >.container{ height:79%;}
}


@media (max-width: 600px){
.mask >.container{ height:71%;}
.vid {
    margin-top: 72px;
}
.w-55 {
    width: 100% !important;
}

.top-spacing {
     margin-top: -29px; 
}
.w-75 {
    width: 100% !important;
}
.gradient-equal {
    background: rgb(29 28 28 / 94%);
}
}

@media only screen and (max-width: 700px) {
	.ml-n5, .mr-n5{
		    margin-left: 0rem !important;
		    margin-right: 0rem !important;
		    margin-top: 3rem !important;
		    margin-bottom: 3rem !important;
	}
}