﻿body {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}

header {
    background: white;
    position: unset;
    z-index: 999;
}

.menu-bottom .line-41 {
    height: 1px;
    background: #636669;
}

.content-us-left .body-top {
    margin-bottom: 0px;
}

/*.page-body {
    display: none;
}*/

/*-------moi---------*/
#page-body {
	display: flex;
	flex-direction: column;
}

.page-body {
	width:100%;
}

.owl-carousel {
    height: 100%;
}

.logo .col-xl-3 {
    width: 20%
}

.owl-stage {
    height: 580px;
}

.owl-nav {
    position: relative;
    width: 100%;
    height: 5%;
    justify-content: flex-end;
    display: flex;
}

.owl-nav button {
    min-width: 4em !important;
}

/*--------------------background--------------------*/
.background {
    display: flex;
    padding: 48px 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 32px;
    height: 100%;
    width: 100vw;
    background: var(--Neutral-800, #272727);
    margin-bottom: 48px;
}

.top-background-right-mobile {
    display: none;
}

/*----------------background-bottom----------------*/

.background-bottom {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: flex-start;
}

.column-background {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

/*.column-background .in-item-left:nth-child(1) {
	margin-bottom:24px;
}*/

.img-background-left {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
    border-radius: 6px;
}

.content-img-background-left {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.content-top-img {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.title-top-img {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.in-title-top-img {
    color: var(--Neutral-100, #EFF0F0);
    font-family: Roboto;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: 1.28px;
}

.content-bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.in-content-bottom {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.content-img-bottom-left {
    color: var(--Neutral-100, #EFF0F0);
    font-family: Calibri;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.08px;
    flex: 1 0 0;
}

.button-img-left {
    cursor: pointer;
    display: flex;
    padding: 12px;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    background: var(--Gradient-01, linear-gradient(90deg, #FDB913 0%, #F15A22 100%));
}

.title-button {
    display: flex;
    align-items: center;
    gap: 4px;
}

.in-title-button {
    color: var(--Neutral-50, #F7F7F7);
    font-family: Calibri;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.item-img-background:nth-child(1) {
    padding-left: 0px;
    padding-right: 20px;
}

.item-img-background:nth-child(2) {
    padding-right: 0px;
}

.in-item-img-background:nth-child(1) {
    margin-bottom: 32px;
    padding: 0px;
}

.in-item-img-background:nth-child(2) {
    padding: 0px;
}

.top-background-right {
    display: flex;
    height: 444px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 16px;
}

.img-top {
    display: flex;
    width: 100%;
    height: 444px;
    padding: 24px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 4px;
    flex-shrink: 0;
    border-radius: 6px;
}

.title-img-top {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.in-title-img-top {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.percent-img-top-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.number-percent {
    display: flex;
    align-items: flex-end;
    gap: 16px;
}

.number-img-top-right {
    color: #FFF;
    font-family: Roboto;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}

.number-img-top-right-mobile {
    color: #FFF;
    font-family: Roboto;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}


.text-img-top-right {
    color: var(--Neutral-50, #F7F7F7);
    font-family: Calibri;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.08px;
}

.line-percent {
    width: 100%;
    height: 24px;
    position: relative;
}

.line-s1 {
    width: 100%;
    height: 8px;
    flex-shrink: 0;
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.40);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.line-s2 {
    width: 0%;
    height: 8px;
    flex-shrink: 0;
    border-radius: 50px;
    background: linear-gradient(90deg, rgba(228, 246, 232, 0.70) -1.43%, rgba(110, 245, 156, 0.70) 99.87%);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    z-index: 1;
    transition: width 0.5s ease-out;
}

.line-s2-mobile {
    width: 0%;
    height: 8px;
    flex-shrink: 0;
    border-radius: 50px;
    background: linear-gradient(90deg, rgba(228, 246, 232, 0.70) -1.43%, rgba(110, 245, 156, 0.70) 99.87%);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    z-index: 1;
    transition: width 0.5s ease-out;
}


.line-s1,
.line-s2,
.line-s2-mobile {
    position: absolute;
    bottom: 0px;
}

.in-item-bottom-left {
    display: flex;
    width: 295px;
    height: 128px;
    justify-content: space-between;
    align-items: center;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.50);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.in-box-bottom {
    display: flex;
    flex-direction: column;
    flex: 1 0 0;
}

.title-in-box-bottom {
    color: var(--Neutral-50, #F7F7F7);
    text-align: center;
    font-family: Calibri;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.14px;
}

.content-in-box-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    align-self: stretch;
}

.text-box-2 {
    font-family: Roboto;
    font-size: 25px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
    background: linear-gradient(96deg, #F15A22 -5.82%, #FDB913 100.17%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.text-bottom {
    color: var(--Neutral-50, #F7F7F7);
    text-align: center;
    font-family: Calibri;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.14px;
}

.img-bottom-background {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 24px;
    align-items: flex-end;
    gap: 4px;
    border-radius: 6px;
}

.item-bottom-left {
    padding: 0px;
}

.item-bottom-right {
    padding: 0 0 0 12px;
}

.in-item-bottom-left {
    width: 100%;
}

.item-bottom-left:nth-child(2) {
    padding-left: 12px;
    margin-bottom: 24px;
}

.in-item-left:nth-child(1) .in-item-bottom-left:nth-child(1) {
    margin-bottom: 24px;
}

.in-item-bottom-left:nth-child(1),
.in-item-bottom-left:nth-child(2) {
    padding-left: 0px;
    width: 100%;
}

.content-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
    flex: 1 0 0;
}

.title-img-bottom {
    color: var(--Neutral-50, #F7F7F7);
    font-family: Roboto;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.content-img-bottom {
    color: var(--Neutral-50, #F7F7F7);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.in-item-left {
    padding-left: 0px;
}

/*---------------------------body-------------------------------*/

.body-top-right {
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 9.714px;
    border-radius: 8px;
    border: 1px solid var(--Neutral-700, #4A4D4F);
    cursor: pointer;
}

.button-body {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.title-button-body {
    color: var(--Neutral-700, #4A4D4F);
    font-family: Calibri;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.08px;
}

/*----------------------------------us-------------------------------*/
.us {
    margin-bottom: 48px;
    padding: 48px 0px;
    align-items: center;
    background: var(--Neutral-100, #EFF0F0);
    width: 100%;
    height: 100%;
}

.content-about-us {
    width: 100%;
    display: flex;
    gap: 32px;
    height: 100%;
}

.content-us-left {
    display: flex;
    width: 35%;
    padding: 48px 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
}

.box-icon-us {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
}

.line-icon {
    display: flex;
    align-items: flex-start;
    padding: 0px 9px;
}

.in-line-icon {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    padding: 0;
}

.in-line-icon:nth-child(1),
.in-line-icon:nth-child(2) {
    margin-bottom: 24px;
}


.text-in-line-icon-us {
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
}

.text-us {
    color: var(--Neutral-600, #636669);
    font-family: Calibri;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.08px;
}

.content-us {
    color: var(--Neutral-800, #272727);
    font-family: Calibri;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.08px;
}

.button-us {
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 9.714px;
    border-radius: 8px;
    background: var(--Gradient-01, linear-gradient(90deg, #FDB913 0%, #F15A22 100%));
}

.in-button-us {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.text-in-button-us {
    color: var(--Neutral-50, #F7F7F7);
    font-family: Calibri;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.content-us-right {
    width: 65%;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
}

.box-img-us {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.in-box-img-us {
    width: 100%;
    border-radius: 6px;
    height: 200px;
    transition: transform 0.3s ease, height 0.3s ease;
}

.big {
    height: 400px !important;
}

.box-content-img-us {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.in-box-img-title {
    color: var(--Neutral-700, #4A4D4F);
    font-family: Calibri;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.09px;
    text-transform: uppercase;
}

.in-box-img-content {
    color: var(--Neutral-500, #7C8083);
    font-family: Calibri;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.08px;
}

.line-bottom-content-us {
    display: flex;
    padding-top: 5px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.line-us-1 {
    width: 845px;
    height: 2px;
    background: #F7F7F7;
}

.line-us-2 {
    width: 306px;
    height: 2px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #4A4D4F;
}

.line-us-1,
.line-us-2 {
    position: absolute;
    bottom: 0px;
}

.img-column {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 48px;
}

.icon-tai-sao-chon {
    width: 24px;
    height: 24px;
}

/*----------------------------------brand----------------------------*/

.brand {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}

.img-logo {
    height: auto;
    width: 150px;
}

/*---------------------------------------------------*/

/*-----------------------mobile----------------------*/
@media screen and (max-width: 768px) {
    body {
        background: var(--Neutral-50, #F7F7F7);
    }

    header {
        position: unset;
        background: #272727;
        backdrop-filter: blur(18.70967674255371px);
        -webkit-backdrop-filter: blur(18.70967674255371px);
    }

    .safe-area {
        padding: 0px;
        width: 100%;
    }

    .menu {
        padding: 0px 16px;
    }

    .box-phone {
        background: none;
        padding: 0px;
    }

    .number-menu {
        display: none;
    }

    .box-title-background-top {
        display: none;
    }

    .icon-menu-deck {
        display: none;
    }

    .icon-menu-mobile {
        display: block;
    }

    .box-footer-1 {
        margin-bottom: 16px;
    }

    .box-footer-2 {
        margin-bottom: 16px;
    }

    .column-footer {
        margin-bottom: 16px;
    }

    .text-in-box {
        display: none;
    }

    .in-footer {
        padding: 32px 16px;
    }

    .box-icon-footer .in-box-icon-footer {
        display: none;
    }

    .column-footer:nth-child(4) {
        display: flex;
    }

    .menu-decktop {
        padding: 0px;
    }

    .menu-box {
        width: 100%;
        gap: 8px;
        padding: 32px 16px;
    }

    .menu-icon-top {
        width: 100%;
        justify-content: space-between;
    }

    .in-menu-icon-top {
        width: 100%;
    }

    .menu-bottom {
        gap: 6px;
    }

    .box-content-menu {
        gap: 6px;
    }
}

/*-----------------------background---------------------------*/
@media screen and (max-width: 768px) {
    .background {
        padding: 0px;
    }

    .background-top {
        padding: 0 16px;
        width: 100vw;
        overflow: auto;
    }

    .item-img-background:nth-child(1) {
        padding: 0px;
    }

    .img-background-left {
        height: 521px;
        border-radius: 0px;
    }

    .in-title-top-img {
        font-size: 18px;
        line-height: 26px;
    }

    .button-img-left {
        background: var(--Primary-500, #ED1B34) !important;
    }

    .item-img-background {
        padding: 0px;
    }

    .img-top {
        border-radius: 0px;
        height: 326px;
    }

    .item-bottom-left:nth-child(2) {
        padding: 0px;
    }

    .in-item-img-background:nth-child(1) {
        margin-bottom: 16px;
    }

    .in-item-bottom-left:nth-child(1) {
        margin-bottom: 16px;
    }

    .in-item-left {
        padding: 0 16px;
    }

    .in-item-img-background {
        padding: 0px;
    }

    .item-bottom-left:nth-child(2) {
        margin: 0px;
    }

    .img-bottom-background {
        height: 298px;
        border-radius: 0px;
    }

    .top-background-right {
        display: none;
    }

    .top-background-right-mobile {
        display: block;
        padding: 0px;
    }

    .item-bottom-right {
        padding: 0px;
    }

    .in-box-bottom {
        gap: 8px;
    }
}

/*--------------------------body-------------------*/
@media screen and (max-width: 768px) {
    .body-top {
        margin-bottom: 16px;
    }

    .body-bottom {
        display: unset;
    }

    .body-top-right {
        display: none;
    }

    .body-top-left {
        padding: 0 16px;
        gap: 8px;
    }

    .item-box {
        padding: 0px;
        margin-bottom: 32px;
    }

    .item-box:nth-child(1),
    .item-box:nth-child(2),
    .item-box:nth-child(4),
    .item-box:nth-child(5) {
        padding: 0px;
    }

    .img-body {
        border-radius: 0px;
    }

    .content-img-body {
        padding: 0 16px;
    }

    .block-button-mobile {
        display: flex;
    }

    .in-line-icon {
        padding: 0px;
    }

    .box-img {
        border-radius: 0px;
    }

    .in-line-icon:nth-child(1),
    .in-line-icon:nth-child(2) {
        margin-bottom: 24px;
    }

    .in-text-body {
        font-weight: 700;
    }

    .title-img-body {
        font-size: 20px;
        color: var(--Neutral-800, #272727);
    }

    .content-img {
        color: var(--Neutral-600, #636669);
    }

    .body {
        margin-bottom: 32px;
    }

}

/*--------------------------us--------------------------------*/
@media screen and (max-width: 768px) {
    .us {
        background: none;
        padding: 0;
        margin: 0px;
    }

    .content-about-us {
        height: 100%;
        width: 100%;
    }

    .in-line-icon {
        align-items: unset;
    }

    .content-us-left {
        width: 100%;
        gap: 16px;
        padding: 0px;
    }

    .content-us-right {
        display: none;
    }

    .box-icon-us {
        padding: 0 16px;
    }

    .content-us {
        padding: 0 16px;
    }

    .button-us {
        margin-left: 16px;
        background: var(--Primary-500, #ED1B34);
    }

    .logo {
        width: 100%;
        padding: 0px;
        margin: 0px;
    }

    .brand {
        margin-top: 48px;
    }

    .body-top .body-top-left {
        gap: 12px;
    }

    .body-top .body-top-left .line {
        width: 41px;
    }

    .img-logo {
        height: auto;
        width: 112px;
    }

    .img-column {
        margin-bottom: 32px;
    }

    .logo .col-xl-3 {
        width: 50%;
    }

}

@media screen and (max-width: 420px) {
    .line-icon {
        width: 100vw;
    }
}