* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'IBM Plex Sans', sans-serif;
}
html {
    scroll-behavior: smooth;
    
}

body {
    margin: auto;
    background-color: #C6FFFC;
}

html,body { height: 100%; }
      #full { height: 100% }

H2 {
    font-size: 3vw;
    color: #202D61;
    font-weight:600;
    font-family: 'Space Grotesk', sans-serif;
}

h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
}

p {
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    color: #242526;
    line-height: 26px;
    font-weight: 400;
    text-align: left;
}

.Sub-H2 {
    font-size: 20px;
    font-weight: 600;
    color: #202D61;
}

header {
    position: absolute;
    width: 100%;
    min-height: 80px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 15px 30px 15px 30px;
    position: fixed;
    align-items: center;
    background: rgba(198, 255, 252, 0.8);
    backdrop-filter: blur(5px);
    padding-right: 60px;
    padding-left: 60px;
}
.Right_Menu {
    display: flex;
}
.Right_menu-iteam {
    display: flex;
    list-style: none;
}
.Right_menu-iteam li {
    display: flex;
    align-items: center;
    margin-left: 30px;
}
.Right_menu-iteam li svg {
    margin-right: 10px;
}

.M-Langue {
    display: flex;
    align-items: center;
    list-style: none;
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    color: #242526;
    line-height: 26px;
    margin-left: 30px;
    margin-right: 10px;
}
.Langue_Vietnam {
    margin-right: 5px;
    text-decoration: none;
    color: #242526;
}

.Langue_English {
    margin-left: 5px;
    text-decoration: none;
    color: #242526;
}
.button_small {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #121212;
    background: linear-gradient(270deg,#9b8efa,#AEA5F7);
    border: 0;
    border-radius: 999px;
    text-decoration: none;
    user-select: none;
    cursor: pointer;
    white-space: nowrap;
    margin-left: 20px;
    font-size: 1rem;
    line-height: 18px;
    padding: 15px 20px;
}
.button_small:hover {
    transform: scale(1.1);
}
.Slider_Box {
    display: flex;
    width: 80%;
    max-width: 1366px;
    height: 100%;
    min-height: 800px;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    align-content: center;

}
.Slider_Box-left {
    width: 60%;
}
.Slider_Box-text1 svg{
    display: flex;
    width: 100%;
    align-items: center;
    height: auto;
    animation-name: example;
    animation-duration: 2s;
}
@keyframes example {

        0%   { opacity: 0; top:30px;}
        100%  { opacity: 100%; top:0px;}
}
.Slider_Box h1 {
    font-size: 10vw;
    font-weight: bolder;
    color: #cfecf5;
    line-height: 100%;
}
.Slider_Box-intro {
    width: 85%;
    margin-top: 30px;
    text-align: justify;
}
.Slider_Box img {
    right: 20px;
    width: 40%;
    top: 18%;
}
.About {
    background-color: #1A2653;
    display: flex;
    flex-direction: column;
    margin: auto;
}
.About_us {
    background-color: #ffffff;
    display: flex;
    width: 80%;
    max-width: 1366px;
    margin: auto;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius: 35px 35px 0px 0px;
    margin-top: -80px;
}
.About_us-img {
    width: 50%;
    height: auto;
    overflow: hidden;
    border-radius: 35px 0px 0px 0px;
}
.About_us-img img {
    height: 100%;
}
.About_us-content {
    width: 50%;
    padding: 40px 80px 40px 80px;
}
.About_us-content span {
    font-size: 1.2rem;
    color: #84a1ab;
    font-weight: 500;
    font-family: 'Space Grotesk', sans-serif;
}
.About_us-content h2 {
    margin: 80px 0px 40px 0px;
}
.About_us-medal {
    display: flex;
    margin: 40px 0px 40px 0px;
    align-items: center;
}
.About_us-medal p {
    margin-left: 20px;
    width: 60%;
    font-weight: 400;
}
.About_us-medal img {
    width: auto;
    height: auto;
}
.medal_text {
    text-align: left;
    font-weight: 600;
    color: #84a1ab
}
.List_about {
    display: flex;
    width: 80%;
    max-width: 1366px;
    margin: auto;
    padding: 80px 35px 0px 35px;
    background-color: #34F5F1;
    border-radius: 0px 0px 35px 35px;
    align-items: flex-start;
}
.List_about-item {
    display: grid;
    justify-content: space-between;
    justify-items: start;
    padding-left: 20px;
    padding-right: 20px;
    width: 30%;
    margin-bottom: 80px;
}
.List_about-number {
    -webkit-text-fill-color: #34F5F1;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    font-size: 10vh;
    font-weight: bold;
    margin-bottom: 30px;
    font-family: 'Be Vietnam Pro', sans-serif;
}
.Advantage {
    background-color: #172252;
}
.Advantage_List-2 {
    width: 80%;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 100px;
    background-color: #172252;
}
.List-2_Top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.List-2_Top h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 7vw;
    font-weight: bold;
    line-height: 100%;
    color: #ffffff;
}
.List_about-h2 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 100%;
    color: #202D61;
    font-family: 'Space Grotesk', sans-serif;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
}
.List-2_item {
    display: flex;
    align-items: center;
    margin-top: 50px;

}

.List-2_item h3 {
    font-size: 28px;
    font-weight: 600;
    color: #3CF1E6;
}
.List-2_item_txt-point {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.color1 {
    width: 45px;
    height: 20px;
    background-color:#FE70C5;
    border-radius: 30px;
    margin-right: 10px;
}
.color2 {
    width: 45px;
    height: 20px;
    border-radius: 30px;
    margin-right: 10px;
    background-color:#FE70C5;
}
.color3 {
    width: 45px;
    height: 20px;
    border-radius: 30px;
    margin-right: 10px;
    background-color:#FE70C5;
}
.Software_list {
    display: block;
    list-style: none;
    margin-top: 20px;
}
.Software_list li {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.in {
    margin-left: 15px;
    font-weight: 600;
}
.List-2_item_txt {
    width: 50%;
    display: grid;
    margin-top: 5%;
}
.List-2_item_txt-R {
    width: 45%;
    display: grid;
    padding-left: 100px;
    margin-top: 5%;
}
.List-2_item_txt-R p {
    margin-bottom: 15px;
    color: #C6DBF2;
}
.List-2_item_txt p {
    width: 80%;
    color: #C6DBF2;
}

.List-2_item_img {
    width: 50%;
    display: flex;
    justify-content: center;
}
.List-2_item_img img{
    width: 85%;
    height: auto;

}
.Show_logo {
    display: flex;
    margin-top: 30px;
}
.Show_logo p {
    margin-left: 20px;
    color: #84a1ab;
    text-align: start;
}
.P-Slider_Main {
    align-items: center;
    display: grid;
    justify-items: center;
    justify-content: center;
}

.w3-content {
    position: absolute;
}
.mySlides {
    display:none;
}

.List-3_Main {
    width: 80%;
    max-width: 1366px;
    margin: auto;
    color: #FFFFFF;
    padding-top: 80px;
    padding-bottom: 100px;
}
.List-3_item {
    background-color: #ffffff;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 80px 80px -80px #8f8f8f;
}
.List-3_item:hover{
    transform: scale(1.05);
}
.List-3_item img {
    width: 100%;
}
.List-3_Main ul {
    display: flex;
    list-style: none;
    justify-content: space-between;
    Margin-top: 100px;
    flex-wrap: wrap;
    align-items: flex-start;
}

.List-3_Main li {
    display: grid;
    align-items: center;
    justify-items: center;
    text-align: justify;
    width: 30%
}
.List-3_Main-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.List-3_Main-top h2 {
    font-family: 'Space Grotesk', sans-serif;
    color: #172252;
    font-size: 7vw;
    font-weight: bold;
    line-height: 100%;
    
}
.List-3_Main-top p {
    width: 35%;
    
}

.List-3_Main h3 {
    text-align: center;
    font-weight: 700;
    margin-top: 50px;
    margin-bottom: 30px;
    line-height: 32px;
    color: #172252;
    font-family: 'Space Grotesk', sans-serif;
}

.List-3_Main p {
    color: #172252;
}


.Company_number {
    margin: auto;
    background-color: #172252;
    padding-bottom: 100px;
    padding-top: 30px;
}
.Company_number-top {
    width: 80%;
    margin: auto;
    padding-top: 100px;
}
.Company_number-top h3 {
    color: #34F5F1;
    font-size: 4vw;
    font-weight: bold;
}
.Company_number-top p {
    width: 50%;
    margin-top: 50px;
    color: #ffffff;
}
.Company_number-List {
    display: flex;
    width: 80%;
    margin: auto;
    justify-content: space-between;
    margin-top: 100px;
}
.Company_number-List-item {
    margin-left: 50px;
    display: flex;
    justify-content: space-between;
    justify-items: center;
    align-items: center;
    
}

.counter-value {
    color: #FE70C5;
    font-size: 7vw;
    font-weight: bold;
}
.Company_number-List-item-sign {
    color: #34F5F1;
    font-size: 4vw;
    font-weight: bold;
    margin-left: 10px;
}
.Company_number-List-item-text {
    color: #ffffff;
    font-size: 1.2vw;
    font-weight: 600;
    margin-left: 10px;
}
.Product {
    width: 80%;
    max-width: 1366px;
    margin: auto;
    padding-bottom: 100px;
    padding-top: 50px;
}
.Product_top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 80px;
}
.Product_top h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 7vw;
    font-weight: bold;
    line-height: 100%;
    color: #172252;
}
.Product_block {
    display: flex;
    margin-top: 30px;
}
.Product_block h3 {
    font-weight: 700;
    margin-top: 50px;
    margin-bottom: 30px;
    line-height: 32px;
    color: #172252;
    font-family: 'Space Grotesk', sans-serif;
}
.Product_block-item-1  {
    width: 50%;
    height: auto;
    padding: 30px;
    background-color: #ffffff;
    margin-right: 15px;
    border-radius: 15px;
}
.Product_block-item-1 img {
    width: 100%;
    height: auto;
}
.Product_block-item-2  {
    width: 50%;
    height: auto;
    padding: 30px;
    background-color: #ffffff;
    margin-left: 15px;
    border-radius: 15px;
}
.Product_block-item-2 img {
    width: 100%;
    height: auto;
}

.Partners {
    background-image: url("/img/Component11.png");
    background-size: cover;
}
.Partners_main {
    width: 80%;
    max-width: 1366px;
    margin: auto;
    display: flex;
    padding-top: 100px;
    padding-bottom: 80px;
}
.Partners_left {
    width: 60%;
}
.Partners_left h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 7vw;
    font-weight: bold;
    line-height: 100%;
    color: #C6DBF2;
}
.Partners_right {
    width: 40%;
}
.Partners_talk {
    display: flex;
    margin-bottom: 50px;
}
.Partners_talk svg {
    width: 150px;
    margin-right: 20px;
}
.Partners_talk p {
    color: #C6DBF2;
}

.Contact_Main {
    width: 80%;
    max-width: 1366px;
    margin: auto;
    display: flex;
    padding-top: 80px;
    justify-content: space-between;
    padding-bottom: 100px;
}

.Contact_left {
    width: 50%;
    padding-right: 80px;
}
.Contact_left h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 7vw;
    font-weight: bold;
    line-height: 100%;
    color: #1A2653;
    margin-top: 30px ;
}
.Contact_left p {
    margin-top: 30px;
    padding-right: 80px;
    color: #172252;
}

.Contact_right {
    width: 50%; 
    justify-content: center;
    font-size: 15px;
    color: #ffffff;
    line-height: 24px;
    margin-top: 50px;
    background-color: #172252;
    padding: 80px 50px 80px 50px;
    border-radius: 30px;
}

input[type=text] , select, textarea {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    border: none;
    border-bottom: 1px solid;
    border-radius: 0;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    background-color: #172252;
    font-size: 15px;
    color: #ffffff;
    line-height: 24px;

  }
  .cs-input::placeholder { 
    color: #ffffff !important;
    opacity: 1;

}
  input[type=submit] {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #121212;
    background: linear-gradient(270deg,#9b8efa,#AEA5F7);
    border: 0;
    border-radius: 999px;
    text-decoration: none;
    user-select: none;
    cursor: pointer;
    white-space: nowrap;
    width: 100%;
    font-size: 1rem;
    line-height: 18px;
    padding: 15px 20px;
}
  
  input[type=submit]:hover {
    background: linear-gradient(270deg,#8efaea,#cefdfe);
}

.note {
    font-size: 14px;
    font-weight: 300;
    margin-right: 50px;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #ffffff;
}
footer {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #172252;
}
.coppy {
    width: 80%;
    margin: auto;
    color: #6f7697;
}

@media screen and (max-width: 1279px) {
    p {
        font-family: 'Inter', sans-serif;
        font-size: 14px;
        color: #323638;
        line-height: 26px;
        font-weight: 400;
        text-align: justify;
    }
    .About_us-content {
        width: 50%;
        padding: 40px 50px 40px 50px;
    }
    .About_us-content h2 {
        margin: 50px 0px 20px 0px;
    }
    .List_about {
        flex-wrap: wrap;
    }
    .List_about-item {
        display: grid;
        justify-content: space-between;
        justify-items: center;
        padding-left:20px;
        padding-right: 20px;
        width: 50%;
        margin-bottom: 80px;
    }
    .List-2_item_txt-R {
        width: 45%;
        display: grid;
        padding-left: 60px;
    }
    .List-3_Main ul {
        Margin-top: 80px;
    }
    .List-3_item {
        background-color: #ffffff;
        padding: 30px;
    }
    .List-3_Main li {
        width: 32%;
    }
    .List-3_Main {
        padding-top: 60px;
    }
    .Company_number {
        padding-top: 0px;
    }
    .Company_number-top {
        padding-top: 80px;
    }
    .Company_number-top p {
        width: 70%;
        margin-top: 35px;
    }
}
@media screen and (max-width: 1023px) {
    .Right_menu-iteam {
        display: none;
    }
    .Slider_Box img {
        width: 55%;
    }
    .About_us {
        width: 90%;
    }
    .About_us-img {
        width: 100%;
        height: 50%;
        overflow: hidden;
        border-radius: 35px 35px 0px 0px;
    }    
    .About_us-content {
        width: 100%;
    }
    .List_about {
        width: 90%;
    }
    .Advantage_List-2 {
        width: 90%;
    }
    .List-3_Main ul {
        flex-direction: column;
    }
    .List-3_Main li {
        width: 100%;
        margin-bottom: 20px;
    }
    .List-3_item img {
        width: 60%;
    }
    .Company_number-List-item-end {
        display: flex;
        padding-right: 0px;
        padding-left: 0px;
    }
    .List-3_Main {
        padding-bottom: 50px;
    }
    .Product_block {
        flex-direction: column;
    }
    .Product_block-item-1 {
        margin-bottom: 20px;
        width: 100%;
        margin-right: 0px;
    }
    .Product_block-item-2 {
        width: 100%;
        margin-left: 0px;
        margin-bottom: 20px;
    }
    .Product {
        padding-bottom: 50px;
    }
    .Partners_right {
        width: 55%;
    }
    .List-3_Main {
        width: 90%;
    }
    .List-3_Main-top p {
        width: 43%;
    }
    .Product {
        width: 90%;
    }
    .Partners_main {
        width: 90%;
    }
    .Contact_Main {
        width: 90%;
    }
    coppy {
        text-align: center;
    }

}
@media screen and (max-width: 767px) {
    header {
    padding-right: 20px;
    padding-left: 20px;
    position:relative;
    }
    .Slider_Box {
        display: flex;
        width: 100%;
        height: 100%;
        min-height: 100%;
        align-items: center;
        justify-content: center;
        margin: auto;
        align-content: center;
        flex-direction: column;
    }
    .Slider_Box-intro {
        width: 100%;
        margin-top: 30px;
    }
    .Slider_Box img {
        width: 50%;
    }
    .About_us-img {
        display: none;
    }
    .List_about {
        flex-direction: column;
    }
    .List_about-item {
        width: 100%;
    }
    .List-2_item_img {
        display: none;
    }
    .List-2_item_txt {
        width: 100%;
    }
    .List-2_item_txt-R {
        width: 100%;
        display: grid;
        padding-left: 0;
    }
    .List-3_Main-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }
    .List-3_Main-top p {
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }
    .Company_number-top {
        width: 90%;
        text-align: center;
    }
    .Company_number-top p {
        width: 100%;
    }
    .Company_number-List {
        display: flex;
        width: 90%;
    }
    .Company_number-List {
        margin-top: 50px;
    }
    .Company_number-List-item-text {
        line-height: 2;
    }
    .Contact_Main {
        flex-direction: column;
    }
    .Contact_left {
        width: 100%;
        padding-right: 0;
    }
    .Contact_right {
        width: 100%;
    }
    .coppy {
        text-align: center;
    }

}
@media screen and (max-width: 479px) {
    .Partners_main {
        flex-direction: column;
    }
    .Partners_right {
        width: 100%;
    }
    .Partners_left {
        width: 100%;
        margin-bottom: 50px;
    }
    .Partners_main {
        padding-top: 50px;
    }
    .Right_Menu {
        display: none;
    }
}
.thanks {
    width: 100%;
    height: 100%;
    background-color: rgba(198, 255, 252, 0.8);
}
.T-main {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
    width: 90%;
    margin: auto;
    max-width: 1366px;
}
.T-left {
   
}
.T-left H1 {
    flex: 1;
    font-size: 6vw;
    color: #172252;
    margin-bottom: 10px;
}
.T-left img {
    margin-bottom: 50px;
}

.T-right {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: space-around;
}
.T-right img {
    width: 100%;
    height: auto;
    display: flex;
    flex: 3;
    align-content: center;
    align-items: center;
    border-radius: 30px;
}
.back_home {
    display: flex;
    background-color: #ffffff;
    padding:10px;
    border-radius: 50px;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    margin-top: 50px;
    float: left;
}
.back_home p {
    font-size: 18px;
    font-weight: 500;
    margin-left: 20px;
    margin-right: 30px;
}
.back_home a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    align-items: center;
    display: flex;
    background-color: #172252;
    justify-content: center;
}
.back_home a:hover {
    background-color: #34F5F1;
}
.grecaptcha-badge{
    position: unset !important;
}
.red {
    color: red;
}
.btn-submit{
    margin-top: 30px;
}