﻿@font-face {
    font-family: 'DVN - Nexora';
    src: url('/Content/font/DVN-Nexora.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'DVN - Nexora';
    src: url('/Content/font/DVN-Nexora-fnt5ro.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Lexend';
    src: url('/Content/font/LexendExa-VariableFont_wght.ttf') format('truetype');
    font-style: normal;
}
.font-nexora {
    font-family: 'DVN - Nexora', sans-serif;
}

.font-nexora-bold {
    font-family: 'DVN - Nexora', sans-serif;
    font-weight: 700;
}

.font-lexend {
    font-family: 'Lexend', sans-serif;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

body {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #02031f;
    font-family: 'Lexend', sans-serif !important;
/*    overflow-x: hidden;*/
}

div, input, li, a ,h1,h2{
/*    font-family: 'Lexend Deca', sans-serif !important;*/
    line-height: 130%; 
    letter-spacing: -0.48px;
}

.text-uppercase {
    text-transform: uppercase
}
.over-hidden{
    overflow:hidden
}
.flex{
    display:flex
}
.flex-col{
    flex-direction:column
}
.flex-center {
    display: flex;
    justify-content:center;
    align-items: center
}
.flex-between {
    display: flex;
    justify-content:space-between;
    align-items: center
}
.items-center {
    align-items: center
}
.items-start{
    align-items:start
}
.justify-between{
    justify-content:space-between
}
.justify-center{
    justify-content:center
}

.mw-1440{
    max-width:1440px
}

.gap-2{
    gap:2px
}
.gap-10{
    gap:10px
}
.gap-30{
    gap:30px
}
.gap-60{
    gap:60px
}
.text-14 {
    font-size: 14px !important
}
.text-16 {
    font-size: 16px !important
}

.text-18 {
    font-size: 18px
}
.text-19 {
    font-size: 19px
}


.text-24 {
    font-size: 24px
}

.text-28 {
    font-size: 28px
}

.text-32 {
    font-size: 32px
}
.text-36 {
    font-size: 36px
}
.text-40 {
    font-size: 40px
}
.text-46 {
    font-size: 46px
}
.text-64 {
    font-size: 64px
}
.text-133 {
    font-size: 133px !important
}

.text-start{
    text-align:start !important
}


.text-purple {
    color: #D4A3FF !important;
}
.text-blue-green {
    color: #06EFFB;
}
.text-grey-thin {
    color: #E3E3E3;
    font-weight:300

}
.text-gradient-primary {
    background: linear-gradient(90deg, #CE87FC 0%, #5CACFB 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content
}
.text-gradient-white-purple {
    background: linear-gradient(180deg, #FFF 0%, #AD8BF7 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-gradient-secondary {
    background: linear-gradient(90deg, #C074FF 0%, #FFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content
}

.text-gradient-tertiary {
    background: linear-gradient(90deg, #FFF 0%, #84D5FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content
}

.header-v3 {
    width: 100%;
    background: #070A29;
    display: flex;
    justify-content: center
}
.flip-wrapper {
    height: 80vh;
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.flip-inner {
    top: -60px;
    height: calc(100% + 230px);
}

.flip-inner {
    position: absolute;
    left: 0;
    width: 100%;
}
.header-v3-sticky {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1380px;
    position: fixed;
    z-index: 1050;
    border-radius: 16px;
    /*            border: 2px solid #FFF;*/
    background: linear-gradient(180deg, rgb(0 0 0 / 18%) 0%, rgba(255, 255, 255, 0.08) 100%);
    background-blend-mode: overlay;
    border: 1px solid rgba(100, 120, 255, 0.15);
    box-shadow: -3px -3px 6px rgba(18,18,18,.1), 3px 3px 20px rgba(18,18,18,.2);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    padding: 8px 16px;
    top: 10px;
    backdrop-filter: blur(30px) saturate(180%);
}

.header-v3-nav {
    display: flex;
    gap: 40px
}

    .header-v3-nav .active a {
        background: linear-gradient(90deg, #CC87FC 0%, #63AAFB 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight:700
    }

.header-v3-logo {
    width: 225px;
    height: 55px;
    display:flex;
    align-items:center
}

    .header-v3-logo img {

/*        width: 100%;*/
                    height:40px
    }

.header-v3-nav-item {
    list-style: none;
}

    .header-v3-nav-item a {
        color: #FFF;
        text-align: center;
        /*            font-family: Lexend;*/
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -0.16px;
        text-decoration: none
    }

.btn {
    padding: 6px 12px;
    outline: none;
    border: none;
    color: #FFF;
    text-align: center;
    /*            font-family: Lexend;*/
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.11px;
    /*    text-transform: uppercase;*/
    border-radius: 5px;
    text-decoration: none;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: 0.5s cubic-bezier(.4, 0, .2, 1);
}
.btn-white {
    border-radius: 12px;
    background: #FFF;
    gap: 15px;
    justify-content: center;
    color: #000;
    /*    font-family: "DVN - Nexora";*/
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 133%;
    transition: 0.5s cubic-bezier(.4, 0, .2, 1);
    height:fit-content;
    z-index:1;
/*    width:fit-content;*/
    min-width:320px
   
}
    .btn-white svg {
        transition: 0.5s cubic-bezier(.4, 0, .2, 1);
    }
.btn-white:hover{
    transform:scaleX(1.1);
}
    .btn-white:hover svg {
        transform:rotate(-45deg)
    }
.btn-gradient-primary {
    background: linear-gradient(90deg, rgba(89, 41, 200, 0.74) 0%, rgba(32, 38, 197, 0.74) 100%);
}
.btn-gradient-primary:hover {
    opacity:0.9;
    scale:1.1
}

.text-white {
    color: #fff !important
}

.line-gradient {
    background: linear-gradient(90deg, #D9D9D9 -18.72%, #CE87FC 19.29%, #5CACFB 49.16%, rgba(92, 172, 251, 0.00) 84.99%);
    height: 1px;
    width: 20%
}
.md-hidden {
    display: block !important; 
}

.md-flex {
    display: none !important;
}
.md-grid {
    display: none !important;
}
.about-section-5-list-swiper, .home-section-6-list-swiper {
    display: grid !important
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}
.pl-15{
    padding-left:15px
}
.fw-300 {
    font-weight: 300
}
.fw-100 {
    font-weight: 100
}

.fw-200 {
    font-weight: 200
}

.fw-700 {
    font-weight: 700
}

.fw-400 {
    font-weight: 400
}

.w-50 {
    width: 50%;
}
.w-55 {
    width: 55%;
}
.w-60 {
    width: 60%;
}

.text-justify {
    text-align: justify
}

.mt-20 {
    margin-top: 20px
}
.portfolio-section-1{
    height:80vh;
    padding-top:0
}
.z-1{
    z-index:1
}
.container {
    display:flex;
    align-items:center;
    justify-content:center
}
.portfolio-section-1, .portfolio-section-4 {
    flex-direction: column
}
.portfolio-section-2, .portfolio-section-3, .portfolio-section-1 {
    justify-content: center;
}
.portfolio-section-4-bg {
    background: url('/Images/bg-portfolio-secion-4.jpg') no-repeat center;
    background-size: cover;
    width: 100%;
    background-position:bottom
}
.portfolio-wave-bg {
    background: url('/Images/portfolio-wave.png') no-repeat center;
    background-size: cover;
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 1;
    height: 200vh;
    -webkit-mask-image: linear-gradient( to bottom, transparent 0%, black 15%, black 85%, transparent 100% );
    mask-image: linear-gradient( to bottom, transparent 0%, black 50%, black 76%, transparent 100% );
}
.justify-end{
    justify-content:end
}
.portfolio-section-1-bg {
    background: url('/Images/bg-portfolio-secion-1.png') no-repeat center;
        background-size: cover;
    width: 100%;
    background-position: center 50px;
}
.portfolio-section-3-bg {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url('/Images/bg-portfolio-secion-3.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
}
.portfolio-section-5-bg {
    background-image: url('/Images/bg-portfolio-secion-5.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
}
.portfolio-section-2-bg {
    background-image: url('/Images/bg-portfolio-secion-2.jpg');
    background-repeat: no-repeat;
    background-position: bottom center;
/*    background-size: cover;*/
    width: 100%;
}
.portfolio-section-1 {
    height: 825px !important;
    padding-bottom: 0
}
.portfolio-section-2 {
    height: 600px !important;
    padding-top:0 
}
.portfolio-section-3 {
    height: 130vh
}

.portfolio-section-4 {
    height: 1200px;
}
.portfolio-section-5 {
/*    height: 130vh;*/
    
}
.portfolio-section-5-bg {
    position: relative
}
.portfolio-section-5-bg::before {
    position: absolute;
    content: "";
    top:-300px;
    left:0;
    right:0;
            background: linear-gradient(to top,#070a29,#201c4e,transparent);
/*    background: linear-gradient(red);*/
    height: 300px
}
section {
    position: relative;
    width: 100%;
    padding: 52px 40px;
/*    overflow: hidden;*/
    display: flex;
    max-width: 1440px
}




.s2-canvas {
    position: relative;
    width: 100%;
    /*            max-width: 1380px;*/
    aspect-ratio: 1135 / 586;
    container-type: inline-size;
}

.s2-reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .9s ease, transform 0.9s ease;
}

.s2-canvas.in-view .s2-reveal {
    opacity: 1;
    transform: translateY(0);
}

.s2-heading {
    position: absolute;
/*    left: 0;*/
    left: -5px;
/*    top: 0;*/
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.22;
    font-size: 64px;
    white-space: nowrap;
    z-index: 1010
}
.home-section-1 .font-nexora-bold:nth-child(2) br{
    display:none
}
.staircase-svg {
    position: absolute;
    left: 13%;
    top: 22.2%;
    width: 79%;
    aspect-ratio: 1127 / 432;
    overflow: visible;
}

    .staircase-svg .line-path {
        fill: none;
        stroke-width: 1.6;
    }

.staircase-step {
    position: absolute;
    text-align: left;
    white-space: nowrap;
}

    .staircase-step .label {
        background: linear-gradient(90deg, #CE87FC 4.23%, #FFF 95.53%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 36px;
        font-style: normal;
        font-weight: 400;
        line-height: 133%; /* 47.88px */
        text-transform: uppercase;
    }

    .staircase-step .sub {
        margin-top: .3em;
        font-size: 1.35cqw;
        font-weight: 300;
        line-height: 1.35;
        color: rgba(255,255,255,0.85);
        text-align: center
    }

        .staircase-step .sub .strong {
            font-size: 49px;
            font-style: normal;
            font-weight: 400;
            line-height: 133%; /* 65.17px */
            letter-spacing: -1.47px;
            text-transform: lowercase;
            color: #FFF;
        }

.step-tinh-than {
    left: 1%;
    top: 85%;
}

.step-doi-ngu {
    left: 17.4%;
    top: 74.0%;
}

.step-tap-trung {
    left: 34.2%;
    top: 57%;
}

.step-chi-phi {
    left: 53%;
    top: 48%;
}

.step-kha-nang {
    left: 67.8%;
    top: 18.6%;
}

.step-san-sang {
    left: 85.9%;
    top: 12.0%;
}

.step-kha-nang .label {
    color: #B8D0FF;
}

.step-san-sang .label {
    color: #EAF3FF;
}

.substep-tinh-than {
    left: 1%;
    top: 96%;
}

.substep-doi-ngu {
    left: 20%;
    top: 97.2%;
}

.substep-tap-trung {
    left: 34.2%;
    top: 82.0%;
    display: flex;
    align-items: center;
}

.substep-chi-phi {
    left: 56%;
    top: 71%;
}

.substep-kha-nang {
    left: 74%;
    top: 37.0%;
}

.substep-san-sang {
    left: 88.6%;
    top: 27.3%;
}

.text-center {
    text-align: center
}


.feature-card {
    position: relative;
    cursor: pointer;

}

    .feature-card:hover .feature-card-content {
        justify-content: start;

    }

    .feature-card:hover .feature-card-title br {
        display: none;
    }

    .feature-card:hover .feature-card-title {
        font-size: 23px;
        padding-bottom: 30px;
        text-align: start;
        justify-content: space-between
    }

        .feature-card:hover .feature-card-img, .feature-card:hover .feature-card-text, .feature-card:hover .feature-card-title svg {
            display: block
        }

.feature-card-content {
    inset: 0;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px;
    background: transparent;
    flex-direction: column
}

.feature-card-title {
    background: linear-gradient(90deg, #98CCFF 4.23%, #FFF 95.53%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 133%; /* 53.2px */
    text-transform: uppercase;
    /*            padding: 0 20px;*/
    width: 100%;
    transition:  0.1s cubic-bezier(.4, 0, .2, 1);
    display:flex;
    align-items:center;
    justify-content:center
}

.feature-card-img, .feature-card-text, .feature-card-title svg {
    display: none;
    background: transparent;
}

.bg-transparent {
    background: transparent !important
}

.feature-card-text {
    color: #E3E3E3;
    text-align: justify;
    font-family: Lexend;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 123%; /* 24.6px */
    letter-spacing: -1.4px;
}

.feature-card-img {
    width: 100px;
    height: 100px;
    aspect-ratio: 1/1;
}

    .feature-card-img img {
        width: 100%;
        height: 100%
    }
.portfolio-section-4-group {
    position: relative
}
.portfolio-section-4 img {
    width: 78.919px;
    height: 78.919px;
    aspect-ratio: 1/1;
    mix-blend-mode: screen;
}
.portfolio-section-4-group:nth-child(1):before, .portfolio-section-4-group:nth-child(2):before {
    content: "";
    top: 0;
    bottom: 0;
    right: -45%;
    background: linear-gradient( to bottom, rgba(255, 255, 255, 0) 0%, #FFFFFF 45%, #FFFFFF 65%, rgba(255, 255, 255, 0) 100% );
    width: 1px;
    /*    height: 100%;*/
    position: absolute
}
.btn-toggle-menu svg{
    flex-shrink:0;
    color:white;
    width:30px;
    height:30px
}
.md-hide {
    display: none
}
.mobile-header-v3-nav-item a {
    font-size: 16px;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
}

.mobile-header-v3-nav-item.active a {
    background: linear-gradient(90deg, #CC87FC 0%, #63AAFB 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px
}

.mobile-header-v3-nav {
    padding: 20px 8px;
    display: flex;
    flex-direction: column;
    gap: 12px
}
svg {
    flex-shrink: 0 !important
}

.footer_v3_wrapper {
    width: 100%;
    background-color: #070A29
}

.footer_v3 {
    width: 100%;
    /*        background: #070A29;*/
    padding: 52px 40px;
    position: relative;
    max-width: 1440px;
    background-color: #070A29
}

    .footer_v3::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: linear-gradient( 90deg, rgba(255, 255, 255, 0) 0%, #fff 21.15%, #fff 75.96%, rgba(255, 255, 255, 0) 100% );
    }
    .footer_v3 a{
        text-decoration:none
    }
    .footer-grid {
        display: grid;
        grid-template-columns: repeat(4,1fr);
        gap: 24px
    }

.fw-4 {
    font-weight: 400
}

.fw-6 {
    font-weight: 600
}

.text-20 {
    font-size: 20px
}

.text-24 {
    font-size: 24px
}

.text-base {
    font-size: 16px
}

.footer-title {
    text-transform: uppercase;
    color: var(--Miscellaneous-Floating-Tab---Pill-Fill, #FFF);
}

.text-link-label {
    color: #9A6EDE;
    font-family: "Lexend Deca";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.text-link-value {
    color: var(--Miscellaneous-Floating-Tab---Pill-Fill, #FFF);
    /*        font-family: Roboto;*/
    font-family: "Lexend Deca";
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.16px;
    display: block;
    margin-top: 8px
}

.footer-icon-list {
    display: flex;
    gap: 7px;
}

.footer-icon {
    border-radius: 50%;
    border: 0.56px solid #FFF;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center
}

    .footer-icon svg {
        width: 12px;
        height: 12px;
    }

.footer-logo {
    width: 242.181px;
    height: 57.713px;
}

    .footer-logo img {
        width: 100%
    }

.footer-col-link {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.footer-main {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.footer-input {
    display: flex;
    border-bottom: 1px solid #A9A9AC;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 5px;
    margin-bottom: 10px
}

    .footer-input input {
        flex: 1;
        outline: none;
        border: none;
        color: #A9A9AC;
        /*            font-family: Roboto;*/
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 136%;
        background: transparent
    }

.footer-group-link > * {
    transition: 0.5s cubic-bezier(.4, 0, .2, 1);
}

.footer-group-link a {
    cursor: pointer
}

    .footer-group-link a:hover {
        text-shadow: 0 0 15px rgba(255,255,255,.5), 0 0 10px rgba(255,255,255,.5);
    }

footer svg, footer i, .footer-icon {
    cursor: pointer;
    transition: 0.5s cubic-bezier(.4, 0, .2, 1);
}

.footer-input svg:hover {
    transform: translateX(5px)
}

.footer-icon:hover {
    scale: 1.3;
    transform: translateY(-3px)
}
.text-50 {
    font-size: 50px
}

.text-85 {
    font-size: 85px
}

.deg-8 {
    transform: rotate(-8deg)
}

.about-section-1 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: end;
    height: 700px;
}

.about-section-1-bg {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)),url('/Images/BRgradient 5.png') no-repeat center;
    background-size: cover;
    width: 100%;
    background-position: center 0px;
    padding-top: 80px;
    align-items: end !important
}

.about-section-345-bg {
    background-image: linear-gradient(to bottom, rgba(2, 3, 31, 0.2), rgba(0, 0, 0, 0.4)), url('/Images/bg-about-section-345.jpg');
    background-size: cover;
    width: 100%;
    background-position: top center;
    /*        padding-top: 80px;*/
    align-items: center !important;
    /*        padding:600px 0*/
    position: relative;
}

    .about-section-345-bg::before {
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(to top,#070a29,#201c4e,transparent);
        height: 300px
    }

.about-section-1-right {
    position: relative;
    width: 520px;
    padding: 15px 32px 32px 110px
}

    .about-section-1-right svg {
        position: absolute;
        inset: 0
    }

    .about-section-1-right div {
        /*        margin-left:100px*/
        text-align: justify;
        font-size: 18px
    }

.about-section-1-center {
    position: relative;
    z-index: 100;
}

    .about-section-1-center img {
        /*            width: 400px;*/
        display: block;
        cursor: pointer
    }

.about-section-1-left .line-gradient {
    flex: 1;
    margin-bottom: 10px;
    height: 3px;
}

.about-section-1-left,
.about-section-1-right {
    position: absolute;
    /*        transform: translateY(-10%);*/
    opacity: 0;
    transition: 0.5s cubic-bezier(.4, 0, .2, 1);
    z-index: 10;
}



.about-section-1-left {
    z-index: 101;
    left: 50%;
    top: 35%;
    transform: translate(-50%, -50%);
    animation: showLeft .6s ease forwards;
}

.about-section-1-right {
    right: 50%;
    top: 15%;
    transform: translate(50%);
    animation: showRight .6s ease forwards;
}


/*.about-section-1:hover .about-section-1-left {
    left: 30px;
    transform: translateY(-35%);
    opacity: 1;
}

.about-section-1:hover .about-section-1-right {
    right: 35px;
    transform: translateY(0);
    opacity: 1;
}
*/

.about-section-4 {
    /*        height:100vh*/
}

.member-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.member-item {
    position: relative;
    overflow: hidden;
    width: 315px;
    height: 480px;
    border-radius: 15px;
    cursor: pointer;
    transition: 0.5s cubic-bezier(.4, 0, .2, 1);
}

    .member-item:hover {
        transform: scale(1.05) translate(10px,10px);
    }

        .member-item:hover .member-info {
            transform: translateY(0);
            justify-content: end
        }

        .member-item:hover .member-img {
            /*            transform:scale(1.3)*/
        }

.member-img {
    width: 100%;
    height: 0;
    position: absolute;
    inset: 0;
    scale: 1.11;
    z-index: 10
}

.member-info {
    position: absolute;
    inset: 0;
    left: -2px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    z-index: 15;
    color: white;
    width: 100%;
    background: linear-gradient(184deg, rgba(63, 71, 146, 0.20) -11.13%, rgba(126, 134, 222, 0.00) 96.42%);
    backdrop-filter: blur(7.699999809265137px);
    transform: translateY(83%);
    padding: 18px 30px 30px 30px;
    transition: 0.5s cubic-bezier(.4, 0, .2, 1);
}

.member-name {
    color: #FFF;
    font-family: "DVN - Nexora";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 123%;
    letter-spacing: -0.96px;
}

.member-position {
    color: #FFF;
    font-family: Lexend;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 123%;
    letter-spacing: -0.52px;
}

.member-des {
    color: #FFF;
    text-align: justify;
    text-shadow: 0 3px 4.4px rgba(0, 0, 0, 0.50);
    font-family: Lexend;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 123%; /* 14.76px */
    letter-spacing: -0.48px;
}

.about-section-2 {
    height: 385px
}

.about-section-2-card-1, .about-section-2-card-2 {
/*    background: rgba(138, 113, 169, 0.2);*/
    border-radius: 32px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: linear-gradient(180deg, rgb(0 0 0 / 18%) 0%, rgba(255, 255, 255, 0.08) 100%);
    backdrop-filter: blur(30px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.25), inset 0 -1px 1px rgba(255, 255, 255, 0.08), 0 8px 32px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    padding: 30px 0;
    gap: 20px
}

    .about-section-2-card-1::before, .about-section-2-card-2::before {
        content: "";
        position: absolute;
        inset: 0;
        padding: 2px;
        border-radius: inherit;
        background: linear-gradient( 180deg, #8A71A9 0%, #FFFFFF 25.96%, #8A71A9 45.67%, #FFFFFF 60.19%, #8A71A9);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
        filter: blur(20px);
    }

.about-section-2-card-1 {
    height: 315px;
    width: 600px;
    position: absolute;
    z-index: 301;
    padding-left: 50px !important;
    top: 30px;
}

.about-section-2-card-2 {
    height: 355px;
    width: 830px;
    position: absolute;
    right: 10px;
    top: -130px;
    z-index: 300;
    /*        background:red*/
    padding-left: 70px !important;
    padding-right: 20px
}

.card-title-bg {
    font-size: 34px;
    font-style: normal;
    font-weight: 900;
    line-height: 136%; /* 46.24px */
    letter-spacing: -0.34px;
    border-radius: 16px;
    background: linear-gradient(180deg, rgb(14 34 91 / 18%) 0%, rgba(255, 255, 255, 0.08) 100%);
    background-blend-mode: overlay;
    border: 1px solid rgba(100, 120, 255, 0.15);
    box-shadow: -3px -3px 6px rgba(18, 18, 18, .1), 3px 3px 20px rgba(18, 18, 18, .2);
    backdrop-filter: blur(4px);
    padding: 12px 24px;
    backdrop-filter: blur(30px) saturate(180%);
    width: fit-content
}

.text-gradient-blue-white {
    background: linear-gradient(90deg, #50A9F6 -59%, #FFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content
}

.text-wrapepr {
}

.about-section-2-card-3 {
    position: absolute;
    top: 260px;
    right: 30px;
    width: 50%;
    font-weight: 800
}

.about-section-2 .btn {
    position: absolute;
    top: 375px;
    left: 50%;
    transform: translateX(-50%)
}

.about-section-4, .about-section-1 {
    padding-top: 0;
    padding-bottom: 0
}

.about-section-3, .about-section-5 {
    padding: 300px 24px
}

.about-section-3 {
    padding-top: 200px !important;
    padding-bottom: 115px !important
}

.about-section-5 {
    padding-top: 115px !important;
    padding-bottom: 0 !important
}

.about-section-2-bg {
/*    background: #221c4c;*/
    width: 100%
}
/*    .portfolio-section-5-bg::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(32, 28, 78, 0.9)
    }*/
.home-section-1 {
    height: 750px;
    /*        align-items:center*/
}

.home-section-1-list {
    gap: 30px;
    margin-top: 10px
}

.home-section-1-item {
    gap: 10px;
    min-width: 180px
}

    .home-section-1-item img {
        width: 60px;
        height: 60px
    }

.home-section-2 {
    align-items: center;
    background: transparent
}

.home-section-2-bg {
    background: #02031f;
    width: 100%
}

.video-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 */
}

    .video-wrapper iframe {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        border-radius: 16px;
    }

.home-section-3 {
    height: 1000px;
    flex-direction: column;
    gap: 60px;
    overflow: hidden
}

.home-section-3-top {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 20px;
    align-items: start;
    overflow: hidden
}

    .home-section-3-top img {
        width: 100%;
        height: auto;
        display: block;
    }

.home-section-3-item {
    position: relative;
    width: 400px;
    transition: 0.5s cubic-bezier(.4, 0, .2, 1);
    display: flex;
    align-items: center;
    /*        background:red;*/
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    /*        background:red*/
    margin-top: 40px;
    z-index: 1;
    font-family: 'DVN - Nexora';
    line-height: 160%;
}

.home-section-3-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

    .home-section-3-bottom > * {
        flex: 0 0 calc((100% - 40px) / 3);

    }

.home-section-3-item:hover {
    width: 400px;
}


.home-section-3-item svg {
    transition: 0.5s cubic-bezier(.4, 0, .2, 1);
    transform: translateX(105px);
    flex-shrink: 0 !important;
    scale: 1.1;
    width: 90px;
    height: 90px;
}

.home-section-3-item:hover svg {
    transform: translateX(-10px);
    scale: 1
}

.home-section-3-item span {
    opacity: 0;
    transform: translateX(20px);
    transition: 0.5s cubic-bezier(.4, 0, .2, 1);
}

.home-section-3-item:hover span {
    opacity: 1;
    transform: translateX(0);
}

.home-section-3-bg {
    background: url('/Images/home-section-3-bg.png') no-repeat center;
    background-size: cover;
    width: 100%;
    background-position: center bottom;
}

.home-section-1-bg {
    background: url('/Images/bg_section-1-tc_1440x898_1x.jpg') no-repeat center;
    background-size: cover;
    width: 100%;
    background-position: center -30px;
    padding-top: 80px;
}

.home-section-4 {
    /*        height: 100vh;*/
    flex-direction: column;
    justify-content: center
}

.ask-item-wrapper {
    /*        display: inline-flex;*/
    border-radius: 12px;
    background: #FFF;
    padding: 16px 24px;
    cursor: pointer;
    color: #070A29;
    font-family: Lexend, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 125%;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
    width: fit-content;
    max-width: 100%;
    /*        margin: 0 auto;*/
}

.fw-900 {
    font-weight: 900
}

.ask-item-header {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 12px;
    text-align: center;
    max-height: 62px;
    opacity: 1;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
}


.ask-item-content {
    /*        display: none;*/
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    min-width: 100%;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    max-width: 800px;
    width: 800px;
    color: #000;
    text-align: justify;
    /*        font-family: "Be Vietnam Pro";*/
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 18px */
    letter-spacing: -1.05px;
}

    .ask-item-content ul li {
        list-style: circle inside !important;
    }

.ask-item-wrapper.active {
    border-radius: 12px;
}


    .ask-item-wrapper.active .ask-item-header {
        max-height: 0;
        opacity: 0;
        transform: translateY(-10px);
    }


    .ask-item-wrapper.active .ask-item-content {
        opacity: 1;
    }

.ask-item-list {
    display: flex;
    flex-direction: column;
    gap: 22px
}

.home-section-4-bg {
    width: 100%;
    background-image: url('/Images/Section 5_TC_HQ.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
}
.ict-card input,
.ict-card select,
.ict-card textarea {
    width: 100%;
    padding: 14px 24px;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.18);
    background: linear-gradient(180deg, rgb(0 0 0 / 18%) 0%, rgba(255, 255, 255, 0.08) 100%);
    backdrop-filter: blur(30px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    box-shadow: inset 0 1px 1px rgba(255,255,255,0.25), inset 0 -1px 1px rgba(255,255,255,0.08), 0 8px 32px rgba(0,0,0,0.15);
    color: #fff;
    font-family: Lexend;
    font-size: 21px;
    font-weight: 300;
    position: relative;
    overflow: hidden;
    opacity: 0.8
}

.ict-card select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8' fill='none'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 14px 8px;
}

    .ict-card select option {
        background: #141928;
        color: #fff;
        padding: 10px;
    }

.ict-card input::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: inherit;
    background: linear-gradient( 180deg, rgba(255,255,255,.9) 0%, rgba(255,255,255,.5) 20%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.4) 80%, rgba(255,255,255,.8) 100% );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.ict-card input::placeholder,
.ict-card textarea::placeholder {
    color: #fff !important;
    /*        opacity:0.8*/
}

.ict-card input:focus,
.ict-card select:focus,
.ict-card textarea:focus {
    outline: none;
    border-color: rgba(255,255,255,0.35);
    box-shadow: inset 0 1px 1px rgba(255,255,255,0.3), 0 0 0 1px rgba(255,255,255,0.15), 0 12px 40px rgba(0,0,0,0.2);
}

.btn-contact-form {
    height: 63px;
    width: 100%;
    outline: none;
    border-radius: 11px;
    border: 1px solid #8A71A9;
    background: linear-gradient(89deg, #9D6DDF 0.06%, #5394D4 99.94%);
    box-shadow: 1px 7px 7.8px 3px rgba(42, 42, 42, 0.50);
    padding: 20px 0;
    color: #FFF;
    text-align: center;
    font-family: "DVN - Nexora";
    font-size: 23.346px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.233px;
    text-transform: uppercase;
}

.private-checkbox {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    color: white;
    margin-bottom: 20px;
    font-size: 20px;
}

    .private-checkbox div span {
        color: #5CACFB;
        font-family: Lexend;
        font-size: 20px;
        font-style: normal;
        font-weight: 300;
        line-height: 136%;
        letter-spacing: -0.4px;
    }

    .private-checkbox input {
        width: 20px;
        padding: 16px !important;
        height: 20px;
        flex: 0 0 20px;
        appearance: none;
        -webkit-appearance: none;
        border-radius: 6px;
        background: rgba(255,255,255,0.08);
        backdrop-filter: blur(25px) saturate(180%);
        -webkit-backdrop-filter: blur(25px) saturate(180%);
        box-shadow: inset 0 1px 1px rgba(255,255,255,0.25), inset 0 -1px 1px rgba(255,255,255,0.08), 0 8px 20px rgba(0,0,0,0.15);
        border: 1px solid rgba(255,255,255,0.18);
        display: grid;
        place-content: center;
        cursor: pointer;
    }

        .private-checkbox input:checked {
            background: rgba(90, 172, 251, 0.35);
            border-color: rgba(90, 172, 251, 0.7);
        }

        .private-checkbox input::after {
            content: "";
            width: 5px;
            height: 9px;
            border: solid rgba(255,255,255,0.9);
            border-width: 0 2px 2px 0;
            transform: rotate(45deg) scale(0);
            transition: 0.15s ease;
            opacity: 0.9;
        }

        .private-checkbox input:checked::after {
            transform: rotate(45deg) scale(1);
        }

.btn-contact-form {
    transition: width 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    position: relative;
}

    .btn-contact-form svg {
        opacity: 0;
        transition: transform 0.5s ease;
        transform: translateX(-10px);
        flex-shrink: 0 !important;
    }

    .btn-contact-form:hover svg {
        transform: translateX(0px);
        scale: 1;
        opacity: 1;
    }

    .btn-contact-form span {
        transform: translateX(25px);
        transition: all 0.5s ease;
    }

    .btn-contact-form:hover span {
        transform: translateX(0);
    }

.portfolio-section-4-intro {
    width: 60%;
    min-width: 590px
}

.about-section-3 {
}

.about-section-3-card {
    position: relative;
    display: inline-block;
    width: fit-content;
}

    .about-section-3-card svg {
        display: block;
        width: auto;
        height: auto;
    }

.about-section-3-card-content {
    position: absolute;
    inset: 0;
    background: transparent;
    padding: 8px 16px;
    gap: 15px
}

.ml-25 {
    margin-left: 25px !important
}



.about-section-3-card .dots-icon {
    position: absolute;
    right: 16px;
    bottom: 16px;
}

.about-section-5 {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.about-section-5-list {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: center;
}

.about-section-5-card {
    position: relative;
    background: rgba(0, 0, 0, 0.01);
    border-radius: 16px;
    padding: 45px 30px;
    height: 400px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    flex: 1;
    z-index:1;
    background: linear-gradient(180deg, rgba(190, 253, 255, 0.20) -43.6%, rgba(204, 255, 255, 0.00) 67.39%,transparent);
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.15), 4px 0 4px rgba(0, 0, 0, 0.15), 0 -4px 4px rgba(0, 0, 0, 0.10);
}

    .about-section-5-card::before {
        content: "";
        position: absolute;
        inset: 0;
        padding: 1px;
        border-radius: inherit;
        background: linear-gradient( 180deg, #8A71A9 0%, #FFFFFF 25.96%, #8A71A9 45.67%, #FFFFFF 60.19%, #8A71A9 70.79%,transparent);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
        filter: blur(20px);
        /*            opacity: 0.6;*/
    }

    .about-section-5-card svg {
        position: absolute;
        top: -55px;
        left: 50%;
        transform: translateX(-50%);
        color: transparent;
        background: transparent
    }

.about-section-5-list .about-section-5-card:first-child svg {
    top: -45px;
}

.w-460px {
    width: 460px
}

.text-270 {
    font-size: 270px
}

.home-section-6 {
    /*    height:600px*/
}

.home-section-6-card {
    display: flex;
    position: relative;
    /*    width:890px*/
    width: 700px;
    transition: 0.5s cubic-bezier(.4, 0, .2, 1);
    cursor: pointer;
    overflow: hidden
}

    .home-section-6-card:hover {
        transform: translateX(15px)
    }

        .home-section-6-card:hover .home-section-6-card-content-right {
            flex: 1;
            opacity: 1;
        }

        .home-section-6-card:hover .home-section-6-card-number {
            left: 0
        }

.home-section-6-card-number {
    background: linear-gradient(to right, #CE87FC, #5CACFB );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /*    font-family: "Be Vietnam Pro";*/
    font-size: 270px;
    font-style: normal;
    font-weight: 600;
    line-height: 80%; /* 241.02px */
    position: absolute;
    left: 30px;
    transition: 0.5s cubic-bezier(.4, 0, .2, 1);
}

.home-section-6-card-content {
    display: flex;
    position: absolute;
    background: linear-gradient(to right, transparent,#010320 5%, #010320 7%, #02031f 90%, #02031f 100%);
    top: 0;
    right: 0;
    left: 100px;
    padding: 12px 24px 12px 36px;
    gap: 20px;
    /*    width: 650px;*/
    height: 250px;
    /*    transition: 0.5s cubic-bezier(.4, 0, .2, 1);*/
}

    .home-section-6-card-content .line-gradient {
        background: linear-gradient(181deg, rgba(255, 255, 255, 0.00) 16.35%, #FFF 51.92%, #36BEF2 100%);
        width: 200px !important;
        height: 3px !important;
    }

.home-section-6-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 250px;
    gap: 5px;
    transform: translateX(-50px);
}

.home-section-6-card-content-left {
    flex: 1;
    /*    transition: flex 0.5s cubic-bezier(.4,0,.2,1);*/
}

    .home-section-6-card-content-left .text-des {
        font-size: 15px;
        /*        transition: 0.5s cubic-bezier(.4, 0, .2, 1);*/
    }

.home-section-6-card-content-right {
    flex: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(.4,0,.2,1);
}

    .home-section-6-card-content-right img {
        height: 100%;
        width: 100%
    }

.mt-10 {
    margin-top: 10px
}

.article-content p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2 !important;
    align-self: stretch;
    overflow: hidden;
    color: var(--Backgrounds-Tertiary---Elevated, #FFF);
    text-overflow: ellipsis;
    /*    font-family: Roboto;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 136%; /* 21.76px */
}

.news-section-3 {
    padding-bottom: 60px
}

.news-section-1 {
}

.news-section-3, .news-section-2 {
    padding: 52px 40px;
}

.news-item-main::after {
    display: none !important
}

.news-item-list:not(:last-child) {
    position: relative;
    padding-bottom: 21px !important;
    margin-bottom: 30px;
    border-bottom: none;
}

    .news-item-list:not(:last-child)::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 21.15%, #FFF 75.96%, rgba(255, 255, 255, 0.00) 100%);
        opacity: 0.35
    }

.news-section-1 {
    height: 75vh;
    margin-top: 100px;
}

.news-section-1-bg {
    background: url('/Images/bg-news-section-1.jpg') no-repeat center;
    background-size: cover;
    width: 100%;
    /*        max-width:100vw;*/
    background-position: center
}

.news-section-2-bg {
    background: url('/Images/Section 2 TT.jpg') no-repeat center;
    background-size: cover;
    width: 100%;
    /*        max-width:100vw;*/
    background-position: bottom
}

.news-section-3-bg {
    background: url('/Images/Section 3 TT.jpg') no-repeat center;
    background-size: cover;
    width: 100%;
    /*        max-width:100vw;*/
    background-position: top
}

.text-26 {
    font-size: 26px
}

.search-wrapper {
    padding: 12px 24px;
    position: relative;
    overflow: hidden;
    display: flex;
    gap: 16px;
    width: 700px;
    max-width: 100%;
    /*    border: 1px solid rgba(255, 255, 255, 0.18);*/
    background: rgba(20, 25, 40, 0.55);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.25), inset 0 -1px 1px rgba(255, 255, 255, 0.08), 0 8px 32px rgba(0, 0, 0, 0.15);
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

    .search-wrapper::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: inherit;
        background: linear-gradient(180deg, rgba(255, 255, 255, .9) 0%, rgba(255, 255, 255, .5) 20%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .4) 80%, rgba(255, 255, 255, .8) 100%);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
    }

    .search-wrapper .title {
        padding-right: 24px;
        position: relative;
        border-right: 3px solid #D9D9D9;
    }
    /*        .search-wrapper .title::before{
            content:"";
            position:absolute;
            top:20px;

        }*/
    .search-wrapper i {
        font-size: 36px;
        color: #D9D9D9;
        opacity: 0.8;
        flex-shrink: 0
    }

    .search-wrapper input {
        outline: none;
        border: none;
        flex: 1;
        background: transparent;
        color: #D9D9D9;
        font-size: 24px;
        font-style: normal;
        font-weight: 300;
        line-height: 136%; /* 32.64px */
        /*            opacity: 0.39;*/
    }


.d-none {
    display: none
}

.search-container {
    position: absolute;
    bottom: -40px;
    transform: translateX(-50%);
    left: 50%
}

.text-decoration-none {
    text-decoration: none;
}


.feature-card-swiper {
    background: linear-gradient(180deg, rgb(0 0 0 / 18%) 0%, rgba(255, 255, 255, 0.08) 100%);
    background-blend-mode: overlay;
    border: 1px solid rgba(100, 120, 255, 0.15);
    box-shadow: -3px -3px 6px rgba(18,18,18,.1), 3px 3px 20px rgba(18,18,18,.2);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    padding: 16px 24px;
    /*top: 10px;*/
    backdrop-filter: blur(30px) saturate(180%);
    display: flex;
    flex-direction: column;
    gap: 20px;
    /*    min-width: 320px;
    width: 600px*/
}

.feature-card-content-swiper {
    display: flex;
    justify-content: center;
    align-items: center
}
.member-list-swiper {
    width: 315px;
    height: 480px
}
.action-see-all {
    margin-top: 80px;
    width: fit-content;
    margin-left: auto
}

    .action-see-all:hover div {
        gap: 20px !important;
        opacity: 0.6
    }

    .action-see-all div {
        transition: 0.5s cubic-bezier(.4, 0, .2, 1);
        display: flex;
        gap: 10px;
        align-items: center;
        /*    display:block*/
    }

    .action-see-all i {
        background: white;
        width: 28px;
        height: 28px;
        color: black !important;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%
    }
#home-section-3-bottom-md-hidden {
    display: none !important
}
#home-section-3-bottom-md-swiper {
/*    display: none !important*/
}
@media (min-width:1439px)  {
    .step-tinh-than {
        left: 1%;
        top: 92%;
    }

    .step-doi-ngu {
        left: 17.4%;
        top: 81%;
    }

    .step-tap-trung {
        left: 34.2%;
        top: 64%;
    }

    .step-chi-phi {
        left: 53%;
        top: 55%;
    }

    .step-kha-nang {
        left: 67.8%;
        top: 21%;
    }

    .step-san-sang {
        left: 85.9%;
        top: 10%;
    }

    .step-kha-nang .label {
        color: #B8D0FF;
    }

    .step-san-sang .label {
        color: #EAF3FF;
    }

    .substep-tinh-than {
        left: 1%;
        top: 103%;
    }

    .substep-doi-ngu {
        left: 20%;
        top: 104%;
    }

    .substep-tap-trung {
        left: 34.2%;
        top: 89%;
        display: flex;
        align-items: center;
    }

    .substep-chi-phi {
        left: 56%;
        top: 78%;
    }

    .substep-kha-nang {
        left: 74%;
        top: 37.0%;
    }

    .substep-san-sang {
        left: 88.6%;
        top:34%;
    }

}
@media (max-width: 1417px) {
    .feature-card {
        display:none !important
    }
}
@media (min-width: 1417px) {
    .feature-swiper {
        display: none !important
    }

}
@media (min-width:1023px) and (max-width: 2555px) {
    .portfolio-section-1 h1 {
        margin-top: 135px
    }
}
@media (min-width: 769px) {
   
    #category-swiper {
        display: none !important
    }
    #home-section-3-bottom-md-hidden{
        display:flex !important
    }
    .about-section-5-list-swiper, .home-section-6-list-swiper {
        display: none !important
    }

        .md-hidden {
            display: none !important;
        }

        .md-flex {
            display: flex !important;
        }

        .md-grid {
            display: grid !important;
        }
}
@media (max-width: 1000px) {
    .md-none {
        display: none
    }

    .md-hide {
        display: block
    }
}
@media (max-width: 1440px) {
}
@media (max-width: 900px) {
    .portfolio-section-2 {
        padding: 70px 20px 100px;
    }

    .s2-canvas {
        aspect-ratio: 1135 / 980;
    }

    .s2-heading {
        font-size: 6.4cqw;
        left: 3%;
        top: 3%;
        white-space: normal;
        width: 90%;
    }

    .staircase-step .label {
        font-size: 3.6cqw;
    }

    .staircase-step .sub {
        font-size: 2.1cqw;
    }
}
@media (max-width: 1024px) {
    .about-section-1 {
        pointer-events: none;
        height: 850px;
    }

    .header-v3-nav {
        display: none;
    }
    .about-section-1-center {
        display: none !important
    }

    .about-section-1-left,
    .about-section-1-right {
        position: absolute;
        /*        transform: translateY(-10%);*/
        opacity: 1;
    }

    .about-section-1-left {
        left: 50%;
        top: 25%;
    }

    .about-section-1-right {
        right: 50%;
        top: 45%;
        padding: 40px 32px 32px 40px;
    }
    .about-section-2{
        flex-direction:column;
        height:auto;
        justify-content:center;
        align-items:center;
        gap:20px;
      
    }
    .card-title-bg{
        width:100%;
        text-align:center
    }
    .about-section-2-card-1, .about-section-2-card-2 {
        padding: 40px 20px !important
    }
    .about-section-2-card-1, .about-section-2-card-2, .about-section-2-card-3, .about-section-2 .btn {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        width: 100%;
        transform: translateX(0);
        
    }
    .about-section-2 .btn{
        margin-top:20px !important
    }
    .about-section-2-card-3{
        text-align:center
    }
    .home-section-3 {
        height: auto !important
    }

    .home-section-3-top {
        display: flex !important
    }
    .home-section-3-top-img{
        display: none !important
    }


    .home-section-3-item{
/*        pointer-events:none*/
    }
    .home-section-3-bottom {
        display: grid !important;
        grid-template-columns: repeat(2,1fr);
        gap: 30px;
    }

    .home-section-3-item,
    .home-section-3-item:hover {
        width: 100% !important;
        max-width: 320px;
        margin: 0 auto;
        flex-direction: row;
        justify-content: flex-start !important;
        align-items: center !important;
        gap: 20px !important;
    }

        .home-section-3-item svg {
            transform: translateX(0) !important;
            flex: 0 0 70px;
            width: 70px;
        }

        .home-section-3-item span {
            position: relative !important;
            opacity: 1 !important;
            visibility: visible !important;
            transform: translateX(0) !important;
            text-align: left;
            flex: 1;
        }
    .ask-item-img {
        display: none !important
    }
    .ask-item-wrapper, .ask-item-list, .ask-item-content {
        width: 100% !important
    }
    .home-section-6-card {
        width: 105% !important
    }
   

    .home-section-6-list {
        grid-template-columns: 1fr !important
    }

    .home-section-6-list {
        transform: translateX(-25px) !important
    }

    .home-section-6-card-number {
        font-size: 175px !important
    }

    .home-section-6-card-content {
        left: 50px !important
    }
    .text-133{
        font-size:100px !important
    }
    .header-v3-sticky {
        width: 90%
    }
    .portfolio-section-4-intro {
        width: 100% !important;
        min-width: 100% !important;
    }
    .footer-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .portfolio-section-5 .w-50{
        width:100%
    }
    .portfolio-section-5-img {
        display: none
    }
    .portfolio-section-2, .portfolio-section-3, .portfolio-section-1,
    .portfolio-section-4, .portfolio-section-5, .footer_v3, .news-section-3, .news-section-2, .news-section-1,
    .home-section-6, .home-section-4, .home-section-3, .home-section-2, .home-section-1, .about-section-4, .about-section-2, .about-section-1 {
        padding: 32px 16px !important;
    }
    .card-wrapper:nth-child(2) {
        width: 100%;
        display: flex;
        justify-content: end;
    }
    .card-wrapper:nth-child(1) {
        width: 100%;
        display: flex;
        justify-content: start;
    }
    .card-wrapper, .about-section-3-card svg {
        /*        width: 100%*/
    }

    .about-section-3 {
/*        flex-direction: column-reverse;*/
        flex-direction:column;
        gap:20px;
        justify-content:flex-start !important
    }
    .about-section-3-card:last-child{

    }
    .about-section-5-list{
        display:grid;
        grid-template-columns:repeat(2,1fr)
    }
    .member-list {
        flex-wrap: wrap;
        gap: 25px;
        column-gap: calc(100vw - 89vw);
        justify-content: center;
    }
    .member-item:hover {
        transform: scale(1.05) translate(0px, 10px);
    }
    .about-section-3 {
         padding-bottom: 100px !important; 
         padding-top: 100px !important; 
    }
/*    .member-item{
        w
    }
    .member-img {
        overflow: hidden;
        height: 100%;
        width: 100%
    }
        .member-img img {
            height: 100%;
            width: 100%
        }*/
}
@media (max-width: 1001px) {

    
    .portfolio-section-4 {

    }

    .portfolio-section-4-bg {

    }
    
}
@media (max-width: 769px) {
    .policy-wrapper {
        flex-direction: column
    }
    .policy-wrapper .nav-item {
       width:100%
    }
    .home-section-3-bottom{
        display:none !important
    }
    .news-section-1.news-category-section-1 {
        height: 330px !important;
    }
    .news-category-section {
        padding: 32px 16px
    }
    .news-category-main {
        grid-template-columns: 1fr !important
    }
    .about-section-345-bg {
        background-image: linear-gradient(to bottom, rgba(2, 3, 31, 0.9), rgba(0, 0, 0, 0.4)), url('/Images/bg-about-section-345.jpg') !important;
    }
    .home-section-6-card {
        width: 100% !important
    }
    .home-section-6 .swiper-notification{
        display:none !important
    }
    .home-section-6-list {
        transform: translate(0) !important
    }
    .home-section-1-item{
        text-align:start
    }
    .action-see-all {
        margin-left: auto
    }
    .btn-white svg {
        height: 34px;
        width: 34px
    }
    .news-section-1-bg {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8)), url('/Images/bg-news-section-1.jpg') !important;
    }
    .news-section-1{
        height:auto !important;
        padding-bottom:50px !important
    }
        .news-section-1 .fw-300, .news-section-1 .fw-400 {
            font-weight: 300
        }
         .news-section-1 .mt-40{
             margin-top:20px
         }
    .home-section-3-bottom{
        display:flex !important
    }
    .home-section-3-item {
        display: flex !important;
        justify-content:center !important;
        max-width:none;
        margin: 0 !important;
        flex: 0 0 100%;
    }
        .home-section-3-item:hover svg {
            flex: none;
        }
        .home-section-3-item span {
            flex: none
        }
        .search-container {
            width: 100%
        }
       

        .search-wrapper {
            width: 100% !important;
            align-items:center
        }
            .news-section-1 .text-26, .search-wrapper input, .search-wrapper i{
                font-size: 16px !important
            }
    .search-suggestions {
        width: 98% !important;
        top: 335px !important;
    }


    .portfolio-wave-bg {
        top: 150px;
        height: 100vh;
    }
    .portfolio-section-1{
        height: 650px !important
    }
    .portfolio-section-3 {
        height: 700px !important;
        gap:20px !important
    }
    .portfolio-section-2 {
        height: 250px !important;
        /*        overflow:hidden*/
    }
    .portfolio-section-2 img{
        scale:1.15;
        margin-top:85px;
        transform:translateX(-25px)
    }
    .portfolio-section-2 br{
        display:none
    }
    .portfolio-section-1 .line-gradient{
        width:90%
    }
    .portfolio-section-3{
        padding-bottom:0 !important
    }
    .portfolio-section-4 {
        height: auto;
    }
    .portfolio-section-4-bg {
/*        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8)),url('/Images/bg-portfolio-secion-4.jpg') no-repeat center;
        background-position-x:50%*/
        background:none 
    }
    .portfolio-section-5-bg {
        background-image: linear-gradient(to bottom, rgba(2, 3, 31, 0.9), rgba(2, 3, 31, 0.1)),url(/Images/bg-portfolio-secion-5.jpg);
    }
    .home-section-1-bg {
        background-image: linear-gradient(to bottom, rgba(2, 3, 31, 0.6), rgba(2, 3, 31, 0.9)),url('/Images/bg_section-1-tc_1440x898_1x.jpg');
    }
    .portfolio-section-5-bg::before {
        display: none !important
    }
    .home-section-3-bottom{

    }
   
    .home-section-1 .font-nexora-bold:nth-child(2) {
        display: flex;
        width: 100%;
        justify-content: start;
        text-align:start
    }
    .home-section-1 .font-nexora-bold:nth-child(2){

    }
    .home-section-1-list {
        gap: 10px !important;
        justify-content: center;
    }
    .home-section-1-list-wrapper{
        width:100%
    }
    .home-section-1-item {
        width: 33.33%
    }
    .home-section-6 .text-gradient-primary {
        text-align: center
    }
    .home-section-4 div:first-child {
        margin-top: 0 !important
    }
    .home-section-4-bg {
        background: none !important
    }
    .home-section-6{
        padding-bottom:0 !important
    }
    .home-section-1 br {
        /*        display: none*/
    }
    .home-section-1 {
        height: 630px;
        text-align: center;
        justify-content: center;
        align-items:start
    }
    .home-section-3-top div:first-child {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .feature-card {
        display: none !important
    }
/*    .about-section-1-bg {
        background-position: center 200px !important;
    }*/
    .about-section-2-card-1, .about-section-2-card-2 { 
        padding: 8px 16px !important
    }
        .about-section-2-card-1 ul, .about-section-2-card-2 .text-grey-thin {
            padding: 0 !important
        }
    .about-section-5-card {
        height: auto !important
    }
       
    .card-title-bg{
        font-size:18px
    }
    .home-section-6-card {
/*        pointer-events: none;*/
        width: 100%
    }
    .home-section-6-card-content-right {
        flex: 1 !important;
        opacity: 1 !important
    }
    .home-section-4 img {
        display: none
    }

   
    .text-133 {
        font-size: 80px !important
    }
    .text-64 {
        font-size: 36px !important;
    }
    .text-46{
        font-size:36px;
    }
    .text-40{
        font-size:30px;
    }
    .text-36{
        font-size:26px !important;
    }
    .text-32{
        font-size:24px
    }
    .text-20{
        font-size:18px !important
    }
    .text-24{
        font-size:20px !important
    }
    .text-28{
        font-size:20px !important
    }
    .footer-grid {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    .footer-main{
        gap:30px
    }
    .about-section-5{
        padding:32px 16px !important
    }
    .about-section-5-list {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}
@media (max-width: 600px) {
    .news-section-1.news-category-section-1 {
        height: 280px !important;
    }
    .news-category-section {
        padding-top:0 !important
    }
    .breadcrumb{
        padding:0 !important;
        
    }
    .breadcrumb .text-18{
        font-size:15px !important
        
    }
    .news-category-grid {
        grid-template-columns: 1fr !important;
    }
    .news-category-filter{
        flex-direction:column
    }
    .news-featured-horizontal{ 
        flex-direction:column !important
    }
    .news-category-item-thumb{
        width:100% !important
    }
    #category-filter, .news-category-search {
        width: 100%
    }
    .portfolio-wave-bg {
    }
    .portfolio-section-4-group:nth-child(1):before, .portfolio-section-4-group:nth-child(2):before {
        display: none !important
    }
    .portfolio-section-4 .flex-between {
        flex-direction: column;
        align-items: start;
        justify-content: start;

    }
   
    .text-20{
        font-size:16px !important
    }
    .text-19{
        font-size:16px !important
    }
    .home-section-1-list-wrapper{
        display:flex;
        justify-content:space-between
    }
    
    .home-section-1-bg {
        /*        background: none !important*/
    }

    .home-section-1 {
        height: auto !important
    }

    .home-section-1-list {
        /*        flex-direction: column;*/
        align-items: start;
        gap: 0 !important;
        justify-content:center
    }
    .home-section-1-item {
        font-size: 7px;
        scale: 0.9;
        min-width: 125px !important
    }
    .home-section-6-card-content-left .text-des {
        font-size:14px !important
    }
    .home-section-6-list {
        transform: translateX(-35px) !important;
        width: 110% !important;
        /*grid-auto-rows: auto;
        gap: 30px !important;*/
    }

    .home-section-6-card-content {
        left: 80px !important;
    }
    .portfolio-section-4 .flex-between {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }
   
/*    .portfolio-section-4-group {
        flex: 0 0 calc(50% - 10px);
        box-sizing: border-box;
        justify-content:center
    }*/
}
@media (max-width: 475px) {
    .news-section-2 {
        padding-bottom: 0 !important;
    }
    .news-section-3 {
        padding-top: 0 !important;
    }
    .action-see-all {
        margin-top: 60px
    }
    .portfolio-section-4-intro .flex-between {
        justify-content: center;
        flex-direction: row;
        gap: 0 !important;
        flex-wrap: unset
    }
    .portfolio-section-4-group {
        font-size: 15px !important;
        min-width:fit-content !important;
        width:fit-content !important;
        scale:0.7;
        transform:translateX(-10px)
    }
    .portfolio-section-4 img {
        width: 40px;
        height: 40px;
    }
    .home-section-2, .home-section-3 {
        padding-top: 0 !important
    }
    .xs-none{
        display:none
    }
    .about-section-5{
        padding-bottom:0 !important
    }
    .about-section-5-list {
        gap: 0 !important
    }
    .about-section-2-card-1, .about-section-2-card-2 {
        height: fit-content;
        padding-bottom: 20px !important
    }
    .btn-white {
        min-width: fit-content !important;
        width: fit-content !important
    }
    .portfolio-section-3 {
/*        height: 800px !important;*/
        gap: 10px !important;
    }
    .feature-card-img-swiper img{
        height:100px;
        width:100px
    }
    .feature-card-content-swiper {
        margin-top: 20px !important
    }

    .about-section-1 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        height: 215px !important;
    } 
    .about-section-1 .about-section-1-right{
        display:none
    }
    .about-section-1 .about-section-1-left{
        top:40%
    }
    .home-section-1 .font-nexora-bold:nth-child(2) br {
        display: block
    }
    .home-section-3-bottom {
/*        grid-template-columns: 0fr*/
    }
    .about-section-3 {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .portfolio-section-2 img {
        scale: 1.15;
        margin-top: 62px;
        transform: translateX(-8px);
    }
    .news-section-1 .text-26, .search-wrapper input, .search-wrapper i {
        font-size: 12px !important
    }
    .search-wrapper{
        gap:8px !important
    }
    .search-wrapper .title {
        padding-right: 8px !important
    }
    .search-suggestions {
        width: 98% !important;
        top: 390px !important;
    }

    .w-460px {
        width: 100%
    }
    .about-section-3 {
        padding: 115px 16px;
    }
        .about-section-3 .card-wrapper:last-child{
            margin-top:0px
        }
        .about-section-3-card {
            scale: 1.2;
        }
    .about-section-3-card-content .text-grey-thin{

        margin-top:30px

    }
    .about-section-1-left {
        scale: 0.7;
        left: 30%;
        top: 25%;
        animation: none
    }

    .about-section-1-right {
        scale: 0.7;
        right: 30%;
        top: 45%;
        padding: 40px 32px 32px 40px;
        animation: none
    }
    .home-section-1-list-wrapper{
        flex-direction:column
    }
   
    .home-section-6-card-content-right {
        display: none
    }
    .ask-item-title{
        font-size:14px;
        text-align:start

    }
    .ask-item-header {
        white-space: collapse !important
    }
    .text-133 {
        font-size: 53px !important
    }
    .text-36{
        font-size:20px !important
    }
    .w-26 {
        width: 100%;
    }
    .about-section-3{
        gap:0 !important
    }
    .card-wrapper {
        justify-content: center !important;
        scale: 0.8;
    }

    
}
@media (max-width: 385px ){
    .portfolio-section-4-group {
      
        scale: 0.65;
     
    }
    .portfolio-section-3 {
        height: 800px !important;
        gap: 10px !important;
    }
    .about-section-1 {
       
        height: 640px;
    }
    .about-section-1-right {
        scale: 0.6;
        right: 20%;
        top: 45%;
        padding: 10px 22px 22px 20px;
    }
        .about-section-1-right div {
            font-size: 20px;
        }
    .about-section-3-card {
        scale: 1.05;
    }
}

@keyframes showLeft {

    to {
        left: 30px;
        transform: translateY(-35%);
        opacity: 1;
    }
}



@keyframes showRight {

    to {
        right: 35px;
        transform: translateY(0);
        opacity: 1;
    }
}
