.software-banner {
    background: rgba(198, 203, 230, 0.40);
}

.software-banner-main {

    position: relative;
    padding: 24px 0 0;
    overflow: hidden;
}

.software-banner-content {
    position: relative;
    padding: 24px 16px 24px 16px;
    border: 1px solid rgba(40, 50, 123, 0.10);

}

.software-banner-bg {
    width: 100vw;
    top: 0;
    left: -32px;
    aspect-ratio: 343 / 102;
}

.software-banner-header {
    position: relative;
    z-index: 2;
}

.software-banner-header .section-title {
    color: #28327B;
    margin-bottom: 8px;
}

.software-banner-header .description {
    color: #464749;
}

.software-banner-content .list-content {
    position: relative;
    z-index: 2;
    margin-top: 8px;
}

.software-banner-content .list-content ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 6px;
    flex-wrap: wrap;
    list-style: none;
}

.software-banner-content .list-content ul li {
    display: block;
}

.software-banner-content .list-content ul li a {
    padding: 8px 16px;
    backdrop-filter: blur(calc(4px / 2));
    border: 1px solid rgba(40, 50, 123, 0.10);
    background: rgba(255, 255, 255, 0.20);
    border-radius: 9999px;
    display: flex;
    font-size: 13px;
    line-height: 21px;
    align-items: center;
    gap: 12px;
    color: #202862;
}

.software-banner-content .list-content ul li img {
    width: 16px;
    height: 16px;
}

.item-software {
    display: flex;
    flex-direction: column-reverse;
}

.content-card {
    padding: 20px 16px;
    border-top: 1px solid rgba(40, 50, 123, 0.10);
    border-right: 1px solid rgba(40, 50, 123, 0.10);
    border-bottom: 0 solid rgba(40, 50, 123, 0.10);
    border-left: 1px solid rgba(40, 50, 123, 0.10);
}

.content-card h3 {
    color: #0A0701;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 8px;
    position: relative;
}

.content-card h3::before {
    content: "";
    display: block;
    width: 1px;
    height: 24px;
    background: #9298C2;
    left: -16px;
    top: 4px;
    position: absolute;
}

.content-card ul {
    margin: 0;
    padding-left: 24px;
}

.content-card ul li {
    margin-bottom: 4px;
    color: #464749;
    font-size: 14px;
    line-height: 20px;
}

.content-card ul li:last-child {
    margin-bottom: 0;
}

.image-software {
    padding: 16px;
    border: 1px solid rgba(40, 50, 123, 0.10);
}

.software-section {
    padding: 0 0 24px;
    overflow: hidden;
}

.mvne-banner {
    background: #e8eaf5;
}

.mvne-banner-main {
    padding: 24px 0;
}

.mvne-banner-content {
    padding: 32px 0px;
    border-top: 1px solid rgba(40, 50, 123, 0.10);
    border-right: 1px solid rgba(40, 50, 123, 0.10);
    border-left: 1px solid rgba(40, 50, 123, 0.10);
}

.mvne-banner-header {
    padding: 0 16px;
    margin-top: 8px;
}

.mvne-banner-header .section-title {
    color: #28327B;
    margin-bottom: 8px;
}

.mvne-banner-header .description {
    color: #464749;
}

.what-it-takes-heading {
    border: 1px solid rgba(40, 50, 123, 0.10);
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.what-it-takes-heading .section-title {
    text-align: center;
    max-width: 290px;
    margin: 0 auto;
}

.what-it-takes-heading p {
    text-align: center;
    color: #464749;
    font-size: 14px;
    line-height: 20px;
}

.mvne-solution-row {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

.content-mvne-solution {
    padding: 20px 16px;
    border-top: 0 solid rgba(40, 50, 123, 0.10);
    border-right: 1px solid rgba(40, 50, 123, 0.10);
    border-bottom: 0 solid rgba(40, 50, 123, 0.10);
    border-left: 1px solid rgba(40, 50, 123, 0.10);
}

.content-mvne-solution h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
    position: relative;
}

.content-mvne-solution h3::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 24px;
    background: #9298C2;
    left: -16px;
    top: 4px;
}

.content-mvne-solution p {
    font-size: 14px;
    line-height: 20px;
    color: #464749;
    margin-bottom: 0;
}

.image-mvne-solution {
    padding: 16px;
    border: 1px solid rgba(40, 50, 123, 0.10);
}

.working-width-us {
    padding: 32px 0;
    background: #28327B;
    color: #fff;
}

.working-header h2 {
    text-align: center;
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 32px;
}

.working-header p {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}

.working-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.wholesale-images .swiper-wrapper {
    align-items: stretch;
}

.wholesale-images .swiper-slide {
    height: auto;
    display: flex;
}

.working-content-left {
    padding: 24px 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    border-right: 1px solid rgba(255, 255, 255, 0.20);
    border-bottom: 0 solid rgba(255, 255, 255, 0.20);
    border-left: 1px solid rgba(255, 255, 255, 0.20);
    flex: 1;
}

.working-content-box {
    margin-right: -16px;
}

.working-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* border-left: 1px solid rgba(255, 255, 255, 0.20);
    border-right: 1px solid rgba(255, 255, 255, 0.20); */
}

.working-content-right {
    border: 1px solid rgba(255, 255, 255, 0.20);
    /* padding: 12px 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    border-left: 0px solid rgba(255, 255, 255, 0.20);
    border-right: 0px solid rgba(255, 255, 255, 0.20); */
}

.working-content-left h3 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 8px;
}

.working-content-left p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}

.turn-your-idea {
    background: rgba(198, 203, 230, 0.40);
    padding: 32px 0;
}

.turn-your-idea-header {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 0 16px;
    position: relative;
}

.turn-your-idea-header h2 {
    color: #0A0701;
    text-align: center;
    margin: 0 auto;
    font-size: 24px;
    line-height: 32px;
    font-weight: 800;
    position: relative;
    z-index: 2;
}

.turn-your-idea-header p {
    text-align: center;
    color: #464749;
    font-size: 15px;
    line-height: 21px;
    position: relative;
    z-index: 2;
    margin-bottom: 0;
}

.vertical-line {
    width: 1px;
    height: calc(100% + 32px + 24px);
    top: -32px;
    background: rgba(40, 50, 123, 0.10);
    position: absolute;
    z-index: 1;
}

.vertical-line-1 {
    left: 0;
}

.vertical-line-2 {
    left: 25%;
}

.vertical-line-3 {
    left: 50%;
}

.vertical-line-4 {
    left: 75%;
}

.vertical-line-5 {
    right: 0;
}

.turn-idea-form {
    margin-top: 24px;

}

.turn-idea-form-field {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px;
    border: 1px solid rgba(40, 50, 123, 0.10);
}

.turn-idea-form-field .form-field-item label {
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 4px;
}

.turn-idea-form-field .form-field-item input {
    border-radius: 10px;
    background: #F5F5F6;
    padding: 8px 14px;
    height: 40px;
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    color: #292A2B;
}

.turn-idea-form-field .form-field-item input::placeholder,
.turn-idea-form-field .form-field-item textarea::placeholder {
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    color: #9D9FA4;
}

.turn-idea-form-field .form-field-item textarea {
    border-radius: 10px;
    background: #F5F5F6;
    padding: 8px 14px;
    color: #292A2B;
    resize: none;
    font-size: 13px;
    line-height: 19px;
    font-weight: 500;
}

.textarea-wrap {
    position: relative;
}

.resize-icon {
    position: absolute;
    right: 6px;
    bottom: 6px;
    cursor: se-resize;
    z-index: 9;
    /* touch-action: none;
    user-select: none;
    -webkit-user-select: none; */
    /* user-select: none; */
}

.resize-icon svg {
    display: block;
    width: 12px;
    height: 12px;
}

.turn-idea-form-btn {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.turn-idea-form-btn .btn-submit-turn-idea {
    background: #28327B;
    padding: 9px 16px;
    color: #fff;
    border-radius: 0;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    font-weight: 800;
    width: 174px;
}

.logistic-banner-main {
    background: #E8EAF5;
    overflow: hidden;
    padding-bottom: 32px;
}

.logistic-banner-main .container {
    padding-left: 24px;
    padding-right: 24px;
}

.logistic-banner-inner {
    padding: 24px 0;
}

.logistic-banner-inner .section-title {
    color: #28327B;
    text-align: center;
}

.logistic-banner-header {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.logistic-banner-inner .description {
    font-size: 15px;
    line-height: 21px;
    text-align: center;
    color: #464749;
}

.button-explore-container {
    text-align: center;
    margin-bottom: 149px;
}

.button-explore-container .btn-blue {
    width: 229px;
    font-size: 13px;
    padding: 12px 24px;
}

#dotLottie-canvas {
    width: 100%;
    max-width: 95px;
    height: auto;
}

#dotLottie-canvas2 {
    width: 100%;
    max-width: 95px;
    height: auto;
}

.logistic-transport {
    position: absolute;
}

.explore-strategy {
    position: relative;
}

.logistic-transport-left {
    position: absolute;
    left: 27px;
    top: -1.5px;
    transform: translateX(-100%) rotateX(0deg) rotateY(180deg);
    z-index: 1;
}

/* .logistic-transport-right canvas,
.logistic-transport-left canvas {
    opacity: 0;
    animation: fadeInEmployee 1s ease forwards;
    animation-delay: 5s;
} */

.bg-image-strategy {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
}

.bg-image-strategy img{
    width: 100%;
}

.block {
    display: block;
}

.size-full {
    width: 100%;
    height: 100%;
}

@keyframes orbitMoveOuter {
    from {
        stroke-dashoffset: 0;
    }

    to {
        stroke-dashoffset: -2800;
    }
}

@keyframes orbitMoveMiddle {
    from {
        stroke-dashoffset: 0;
    }

    to {
        stroke-dashoffset: -2800;
    }
}

@keyframes orbitMoveInner {
    from {
        stroke-dashoffset: 0;
    }

    to {
        stroke-dashoffset: -2800;
    }
}

@keyframes boxAppear {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes boxAppearMobile {
    from {
        opacity: 0;
        transform: scale(0) rotate(60deg);
    }

    to {
        opacity: 1;
        transform: scale(1) rotate(60deg);
    }
}

@keyframes boxAppear {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes boxAppearUp {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes iconAppear {
    from {
        opacity: 0;
        transform: scaleY(var(--iconScaleY)) rotate(var(--iconRotate)) skewX(var(--iconSkewX)) scale(0);
    }

    to {
        opacity: 1;
        transform: scaleY(var(--iconScaleY)) rotate(var(--iconRotate)) skewX(var(--iconSkewX)) scale(1);
    }
}

.orbit {
    transform-origin: center;
    transform-box: fill-box;
}

.line_gradient_outer {
    stroke-dasharray: 900 1900;
    animation: orbitMoveOuter 6s linear infinite;
}

.line_gradient_middle {
    stroke-dasharray: 1200 1600;
    animation: orbitMoveMiddle 5s linear infinite;
}

.line_gradient_inner {
    stroke-dasharray: 1200 1600;
    animation: orbitMoveInner 4s linear infinite;
}

.img-circle-bg {
    width: 238px;
    height: 343px;
    left: 71.84px;
    top: -63.11px;
    opacity: 0;
    transform: scale(0);
    animation: boxAppear 1s ease 0.8s forwards;
}

.img-circle-bg-inner {
    inset: -0.14% -0.17%;
}

.icon-logo {
    width: 156px;
    height: 48px;
    left: 200.39px;
    top: 234.95px;
    opacity: 0;
    transform: scale(0);
    animation: boxAppear 1s ease 1s forwards;
}

.hth-icon-container {
    width: 100%;
    height: 238px;
    position: relative;
    overflow: hidden;
}

.icon-circle {
    width: 238px;
    height: 343px;
    left: 0;
    top: 0;
}

.icon-distribution {
    left: 455.52px;
    top: 98px;
    transform: translateX(-50%) translateY(-50%);
    justify-content: center;
    align-items: center;
    width: 92.171px;
    height: 104.645px;
}

.icon-distribution-wrap {
    --iconScaleY: 0.99;
    --iconRotate: 29.05deg;
    --iconSkewX: 7.25deg;
    flex: none;
    opacity: 0;
    transform: scaleY(var(--iconScaleY)) rotate(var(--iconRotate)) skewX(var(--iconSkewX)) scale(0);
    animation: iconAppear 0.5s ease 1.8s forwards;
}

.icon-distribution-content {
    display: flex;
    padding: 16px;
    border-radius: 9999px;
    align-items: center;
    position: relative;
}

.icon-distribution-svg {
    width: 42px;
    height: 42px;
    position: relative;
    flex-shrink: 0;
    top: -6px;
    left: -8px;
    transform: rotate(-23deg);
}

.icon-distribution-shadow {
    --tw-shadow: inset 0px 0px 15.343px 0px rgba(18, 35, 164, 0.7);
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    border-radius: inherit;
    inset: 0;
}

.text-distribution {
    left: 501.69px;
    top: 68.64px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.text-distribution-inner {
    opacity: 0;
    transform: translateY(10px);
    animation: boxAppearUp 0.5s ease 2s forwards;
}

.icon-distribution-bg {
    background-color: #505fda;
    border-radius: 9999px;
    inset: 0;
    position: absolute;
    pointer-events: none;
}

.text-distribution-title {
    color: #000;
    line-height: 28px;
    white-space: nowrap;
    font-size: 20px;
    margin-bottom: -8px;
}

.text-distribution-number {
    color: #202862;
    font-weight: 800;
    line-height: 62px;
    font-size: 48px;
    margin-bottom: 0;
}

.icon-oem {
    left: 479.52px;
    top: 288px;
    transform: translateX(-50%) translateY(-50%);
    justify-content: center;
    align-items: center;
    width: 92.171px;
    height: 104.645px;
}

.icon-oem-wrap {
    --iconScaleY: 0.99;
    --iconRotate: 29.05deg;
    --iconSkewX: 7.25deg;
    flex: none;
    opacity: 0;
    transform: scaleY(var(--iconScaleY)) rotate(var(--iconRotate)) skewX(var(--iconSkewX)) scale(0);
    animation: iconAppear 0.5s ease 2.1s forwards;
}

.icon-oem-content {
    display: flex;
    padding: 16px;
    border-radius: 9999px;
    align-items: center;
    position: relative;
}

.icon-oem-bg {
    background-color: #505fda;
    border-radius: 9999px;
    inset: 0;
    position: absolute;
    pointer-events: none;
}

.icon-oem-svg {
    width: 42px;
    height: 42px;
    position: relative;
    flex-shrink: 0;
    top: -6px;
    left: -8px;
    transform: rotate(-23deg);
}

.icon-oem-shadow {
    --tw-shadow: inset 0px 0px 15.343px 0px rgba(18, 35, 164, 0.7);
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    border-radius: inherit;
    inset: 0;
}

.text-oem {
    left: 535.85px;
    top: 254.63px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.text-oem-inner {
    opacity: 0;
    transform: translateY(10px);
    animation: boxAppearUp 0.5s ease 2.3s forwards;
}

.text-oem-title {
    color: #000;
    line-height: 28px;
    white-space: nowrap;
    font-size: 20px;
    margin-bottom: -8px;
}

.text-oem-number {
    color: #202862;
    font-weight: 800;
    line-height: 62px;
    font-size: 48px;
    margin-bottom: 0;
}

.icon-partner {
    left: 369px;
    top: 471px;
    transform: translateX(-50%) translateY(-50%);
    justify-content: center;
    align-items: center;
    width: 92.171px;
    height: 104.645px;
}

.icon-partner-wrap {
    --iconScaleY: 0.99;
    --iconRotate: 17.76deg;
    --iconSkewX: 7.25deg;
    flex: none;
    opacity: 0;
    transform: scaleY(var(--iconScaleY)) rotate(var(--iconRotate)) skewX(var(--iconSkewX)) scale(0);
    animation: iconAppear 0.5s ease 2.4s forwards;
}

.icon-partner-content {
    display: flex;
    padding: 16px;
    border-radius: 9999px;
    align-items: center;
    position: relative;
}

.icon-partner-bg {
    background-color: #505fda;
    border-radius: 9999px;
    inset: 0;
    position: absolute;
    pointer-events: none;
}

.icon-partner-svg {
    width: 42px;
    height: 42px;
    position: relative;
    flex-shrink: 0;
    top: -1px;
    left: 1px;
    transform: rotate(5deg);
}

.icon-partner-shadow {
    --tw-shadow: inset 0px 0px 15.343px 0px rgba(18, 35, 164, 0.7);
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    border-radius: inherit;
    inset: 0;
}

.text-partner {
    left: 412.22px;
    top: 463.01px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.text-partner-inner {
    opacity: 0;
    transform: translateY(10px);
    animation: boxAppearUp 0.5s ease 2.6s forwards;
}

.text-partner-title {
    color: #000;
    line-height: 28px;
    white-space: nowrap;
    font-size: 20px;
    margin-bottom: -8px;
}

.text-partner-number {
    color: #202862;
    font-weight: 800;
    line-height: 62px;
    font-size: 48px;
    margin-bottom: 0;
}

.icon-redistribute {
    left: 160px;
    top: 424px;
    transform: translateX(-50%) translateY(-50%);
    justify-content: center;
    align-items: center;
    width: 92.171px;
    height: 104.645px;
}

.icon-redistribute-wrap {
    --iconScaleY: 0.99;
    --iconRotate: 29.05deg;
    --iconSkewX: 7.25deg;
    flex: none;
    opacity: 0;
    transform: scaleY(var(--iconScaleY)) rotate(var(--iconRotate)) skewX(var(--iconSkewX)) scale(0);
    animation: iconAppear 0.5s ease 2.7s forwards;
}

.icon-redistribute-content {
    display: flex;
    padding: 16px;
    border-radius: 9999px;
    align-items: center;
    position: relative;
}

.icon-redistribute-bg {
    background-color: #505fda;
    border-radius: 9999px;
    inset: 0;
    position: absolute;
    pointer-events: none;
}

.icon-redistribute-svg {
    width: 42px;
    height: 42px;
    position: relative;
    flex-shrink: 0;
    top: -7px;
    left: -8px;
    transform: rotate(-21deg);
}

.icon-redistribute-shadow {
    --tw-shadow: inset 0px 0px 15.343px 0px rgba(18, 35, 164, 0.7);
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    border-radius: inherit;
    inset: 0;
}

.text-redistribute {
    left: 108px;
    top: 478px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.text-redistribute-inner {
    opacity: 0;
    transform: translateY(10px);
    animation: boxAppearUp 0.5s ease 2.9s forwards;
}

.text-redistribute-title {
    color: #000;
    line-height: 28px;
    white-space: nowrap;
    font-size: 20px;
    margin-bottom: -8px;
}

.text-redistribute-number {
    color: #202862;
    font-weight: 800;
    line-height: 62px;
    font-size: 48px;
    margin-bottom: 0;
}

.picture-employee {
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translateY(-100%) translateX(calc(-50% - 30px)) !important;
    width: 182px;
    height: 197px;
    display: block;
}

.picture-employee img {
    width: 100%;
}

.logistic-transport-right {
    position: absolute;
    right: 26px;
    top: -1.510px;
    transform: translateX(100%);
    z-index: 1;
}

.video-strategy-container {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.20);
    box-shadow: 0 20px 42px 0 rgba(128, 140, 238, 0.24);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    padding: 4px;
    margin-top: -8px;
    position: relative;
    z-index: 2;
}

.video-strategy-inner {
    overflow: hidden;
    border-radius: 16px;
}

.video-strategy-inner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

.return-comes-inner {
    padding: 24px 8px;
    border-top: 1px solid rgba(40, 50, 123, 0.10);
    border-right: 1px solid rgba(40, 50, 123, 0.10);
    border-bottom: 0 solid rgba(40, 50, 123, 0.10);
    border-left: 1px solid rgba(40, 50, 123, 0.10);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.return-comes-section {
    background: #E8EAF5;
    padding-bottom: 32px;
}

.return-comes .nav-tabs {
    background: #fff;
    border-bottom: 0;
    border-radius: 12px;
    padding: 2px;
    display: inline-flex;
    margin-left: 0;
    margin-top: 24px;
}

.return-comes .nav-tabs .nav-item .nav-link {
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    border: 0;
    color: #292A2B;
    font-size: 13px;
    font-weight: 800;
    line-height: 20px;
}

.return-comes .nav-tabs .nav-item .nav-link.active {
    background: #28327B;
    color: #fff;
}

.list-logistic {
    display: flex;
    flex-direction: column;
}

.logistic-item-image {
    border-top: 1px solid rgba(40, 50, 123, 0.10);
    border-right: 1px solid rgba(40, 50, 123, 0.10);
    border-bottom: 0 solid rgba(40, 50, 123, 0.10);
    border-left: 1px solid rgba(40, 50, 123, 0.10);
}

.logistic-item {
    padding: 24px 16px;
    border-top: 1px solid rgba(40, 50, 123, 0.10);
    border-right: 1px solid rgba(40, 50, 123, 0.10);
    border-bottom: 0 solid rgba(40, 50, 123, 0.10);
    border-left: 1px solid rgba(40, 50, 123, 0.10);
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.logistic-item:last-child {
    border-bottom: 1px solid rgba(40, 50, 123, 0.10);
}

.logistic-item-header {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logistic-item-number {
    border-radius: 9999px;
    border: 1px solid #B5BADA;
    padding: 4px 12px 4px 11px;
    color: #808186;
    font-size: 16px;
    font-weight: 800;
    line-height: 22px;
    width: 30px;
    height: 30px;
    position: relative;
}

.logistic-item-number span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.logistic-item-header h3 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    color: #0A0701;
    margin-bottom: 0;
}

.logistic-item .logistic-contents {
    margin: 0;
    padding-left: 26px;
}

.logistic-item .logistic-contents li {
    color: #464749;
    font-size: 14px;
    line-height: 20px;
}

.expertise {
    padding: 32px 16px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: #28327B;
    color: #fff;
}

.expertise-heading {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    font-weight: 600;
}

.expertise-contents {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.expertise-row {
    display: flex;
    gap: 12px;
}

.expertise-icon {
    flex: 0 0 32px;
}

.expertise-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.expertise-text h3 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 0;
}

.expertise-text p {
    font-size: 14px;
    line-height: 20px;
}

.image-border img {
    display: block;
}

.turn-into-business {
    background: #E8EAF5;
    position: relative;
}

.turn-into-container {
    border-top: 1px solid rgba(40, 50, 123, 0.10);
    padding: 32px 0;
}

.turn-into-business .line {
    width: 1px;
    height: 100%;
    z-index: 1;
    background: rgba(40, 50, 123, 0.10);
    top: 0;
    position: absolute;
}

.turn-into-business .line1 {
    left: 16px;
}

.turn-into-business .line2 {
    left: 25%;
}

.turn-into-business .line3 {
    left: 50%;
}

.turn-into-business .line4 {
    left: 75%;
}

.turn-into-business .line5 {
    right: 16px;
}

.turn-into-inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0;
}

.turn-into-header {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 0 16px;
}

.turn-into-business .section-title {
    color: #0A0701;
    text-align: center;
}

.turn-into-header p {
    font-size: 15px;
    line-height: 21px;
    color: #464749;
}

.turn-into-inner .btn-blue {
    max-width: 200px;
    font-size: 13px;
    line-height: 20px;
    padding: 13px 24px;
}

@keyframes researchRadarRotate {
    0% {
        transform: rotate(-149deg)
    }

    to {
        transform: rotate(57deg)
    }
}

@keyframes researchRadarItem {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    25% {
        opacity: 1
    }

    50%,
    75% {
        opacity: 1;
        transform: scale(1)
    }

    to {
        opacity: 0;
        transform: scale(1.2)
    }
}

.research-radar-wrapper {
    display: flex;
    justify-content: center;
}

.research-radar {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    width: 343px;
    height: 169px;
    min-width: 343px;
}

.research-radar::after {
    content: "";
    width: 100%;
    z-index: 3;
    background: #e8eaf5;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 20px;
}

.icon-radar {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    width: 42.5px;
    height: 42.5px;
}

.radar-scanner-wrapper {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
}

.radar-scanner-wrapper-visible .research-radar-scanner {
    animation: researchRadarRotate 8s infinite linear;
}

.research-radar-scanner {
    -webkit-clip-path: polygon(0 0, 93.3673469388% 0, 93.3673469388% 25.1275510204%, 50% 50.1275510204%, 0 50.1275510204%);
    clip-path: polygon(0 0, 93.3673469388% 0, 93.3673469388% 25.1275510204%, 50% 50.1275510204%, 0 50.1275510204%);
    height: 305px;
    left: 19px;
    position: absolute;
    top: 0;
    transform: rotate(-149deg);
    width: 305px;
}

.research-radar-scanner:before,
.research-radar-scanner:after {
    content: "";
}

.research-radar-scanner:before {
    background: linear-gradient(267deg, rgba(99, 102, 241, .1) 13.23%, rgba(3, 0, 20, 0) 50%);
    border-radius: 50%;
    display: block;
    height: 100%;
    width: 100%;
}

.research-radar-scanner:after {
    background: linear-gradient(to bottom, rgba(120, 123, 255, .24) .11%, rgba(120, 123, 255, 0) 100%), linear-gradient(to bottom, rgba(255, 255, 255, .24) .11%, rgba(255, 255, 255, 0) 100%);
    height: 392px;
    left: 50%;
    position: absolute;
    top: 0;
    transform: rotate(60deg);
    transform-origin: bottom;
    width: 1px;
}

.radar-scanner-wrapper-visible .research-radar-item-active div {
    animation: researchRadarItem 3s calc(var(--index) * .01s) cubic-bezier(.6, .6, 0, 1) 1;
}

.research-radar-item div {
    border-radius: 50%;
    opacity: 0;
    position: absolute;
    transform: scale(0)
}

.research-radar-item div:nth-child(1),
.research-radar-item div:nth-child(2),
.research-radar-item div:nth-child(3) {
    background: rgba(109, 72, 255, .04)
}

.research-radar-item div:nth-child(4) {
    background: rgba(109, 72, 255, .16);
    box-shadow: inset 0 0 6px 4px #ed78ff0a, inset 0 0 8px #787bff0f, inset 0 0 4px #787bff0a
}

.research-radar-item div:nth-child(5) {
    background: rgba(109, 72, 255, .48);
    box-shadow: inset 0 0 6px 4px #ed78ff0a, inset 0 0 8px #787bff0f, inset 0 0 4px #787bff0a
}

.research-radar-item div:nth-child(6) {
    background: rgba(109, 72, 255, .76);
    filter: blur(4px);
    mix-blend-mode: screen;
    transform: scaleY(-1)
}

.research-radar-item {
    height: 64px;
    position: absolute;
    width: 64px;
}

.research-radar-item div:nth-child(1) {
    height: 64px;
    width: 64px;
    left: calc(50% - 32px);
    top: calc(50% - 32px);
}

.research-radar-item div:nth-child(2) {
    height: 48px;
    width: 48px;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
}

.research-radar-item div:nth-child(3) {
    height: 32px;
    width: 32px;
    left: calc(50% - 16px);
    top: calc(50% - 16px);
}

.research-radar-item div:nth-child(4) {
    height: 16px;
    width: 16px;
    left: calc(50% - 8px);
    top: calc(50% - 8px);
}

.research-radar-item div:nth-child(5) {
    height: 8px;
    width: 8px;
    left: calc(50% - 4px);
    top: calc(50% - 4px);
}

.research-radar-item div:nth-child(6) {
    height: 4px;
    width: 4px;
    left: calc(50% - 2px);
    top: calc(50% - 2px);
}

.research-radar-item:nth-child(1) {
    left: 140px;
    top: 33px;
}

.research-radar-item:nth-child(2) {
    left: 54px;
    top: 116px;
}

.research-radar-item:nth-child(3) {
    left: 42px;
    top: 66px;
}

.research-radar-item:nth-child(4) {
    left: 109px;
    top: 70px;
}

.research-radar-item:nth-child(5) {
    left: 237px;
    top: 67px;
}

.research-radar-item:nth-child(6) {
    left: 170px;
    top: 70px;
}

.research-radar-item:nth-child(7) {
    left: 224px;
    top: 117px;
}

@keyframes textReveal {
    0% {
        opacity: 0;
        filter: blur(4px);
        transform: translateY(20px);
    }

    50% {
        opacity: 0.7;
        filter: blur(2px);
    }

    100% {
        opacity: 1;
        filter: blur(0);
        transform: translateY(0);
    }
}

@keyframes typing {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@keyframes pulseScaleSoftware {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.01);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes moveGPurple {
    0% {
        transform: translate(0px, 0px);
    }

    20% {
        transform: translate(30px, -20px);
    }

    40% {
        transform: translate(15px, -10px);
    }

    60% {
        transform: translate(-30px, 20px);
    }

    80% {
        transform: translate(-15px, 10px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

@keyframes fillColor {
    0% {
        fill: #4E1DFF;
    }

    16% {
        fill: #5741FF;
    }

    33% {
        fill: #6B61FF;
    }

    50% {
        fill: #5A50FE;
    }

    66% {
        fill: #4A60FE;
    }

    83% {
        fill: #4C3EFF;
    }

    100% {
        fill: #4E1DFF;
    }
}

@keyframes fillColor2 {
    0% {
        fill: #3F21EB;
    }

    16% {
        fill: #4631F3;
    }

    33% {
        fill: #4E1DFF;
    }

    50% {
        fill: #4C3EFE;
    }

    66% {
        fill: #4A60FE;
    }

    83% {
        fill: #4540F4;
    }

    100% {
        fill: #3F21EB;
    }
}

@keyframes fillColor3 {
    0% {
        fill: #E7E9F5;
        transform: scale(1);
    }

    16% {
        fill: #E8E9F5;
        transform: scale(1.015);
    }

    33% {
        fill: #E8EAF5;
        transform: scale(1.01);
    }

    50% {
        fill: #DBE0FA;
        transform: scale(1.005);
    }

    66% {
        fill: #CFD7FF;
        transform: scale(0.995);
    }

    83% {
        fill: #DBE0F9;
        transform: scale(1);
    }

    100% {
        fill: #E7E9F5;
        transform: scale(1);
    }
}

.logistic-banner-inner .section-title {
    opacity: 0;
}

.logistic-banner-inner .description {
    opacity: 0;
}

.logistic-banner-inner .text-animate {
    display: inline-block;
    animation:
        textReveal 1s ease forwards;
}

.picture-employee {
    /* position: relative; */
}

.picture-employee {
    opacity: 0;
    animation: fadeInEmployee 1s ease forwards;
    animation-delay: 2.5s;
}

@keyframes fadeInEmployee {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.picture-employee video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.software-banner-bg {
    position: relative;
}

.wave-svg {
    width: 100%;
    inset: 0;
}

@keyframes waveAnim {
    0% {
        transform: scale(1);
        opacity: 0.4;
    }

    50% {
        transform: scale(1.03);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0.4;
    }
}

@keyframes broadcastWave {
    0% {
        transform: scale(0.85);
        opacity: 0;
    }

    50% {
        transform: scale(1.05);
        opacity: var(--max-opacity);
    }

    100% {
        transform: scale(1.05);
        opacity: 0;
    }
}

.path-purple-software {
    transform-origin: 50% 100%;
    animation: waveAnim 3s ease-in-out infinite;
    animation-delay: 1.2s;
}

.broadcast-wave1 {
    transform-box: view-box;
    transform-origin: 612px 169px;

    animation: broadcastWave 3s ease-in-out infinite;
    animation-delay: 0s;
    --max-opacity: 0.15;
}

.broadcast-wave2 {
    transform-box: view-box;
    transform-origin: 612px 169px;
    animation: broadcastWave 3s ease-in-out infinite;
    animation-delay: 0.5s;
    --max-opacity: 0.20;
}

.broadcast-wave3 {
    transform-box: view-box;
    transform-origin: 612px 169px;
    animation: broadcastWave 3s ease-in-out infinite;
    animation-delay: 1s;
    --max-opacity: 0.25;
}

@media (min-width: 375px) {
    .return-comes-inner {
        padding: 24px;
    }

    .return-comes .nav-tabs .nav-item .nav-link {
        padding: 10px 16px;
    }
}

@media (min-width: 768px) {
    .software-banner-main {
        padding: 48px 0 0;
    }

    .software-banner-content {
        padding: 16px 20px 32px;
    }

    .software-banner-bg {
        aspect-ratio: unset;
        width: 100%;
        left: -20px;
        top: 0;
        width: 672px;
        height: 188px;
    }

    .software-banner-header .section-title {
        margin-bottom: 12px;
    }

    .software-banner-content .list-content {
        margin-top: 12px;
    }

    .software-banner-content .list-content ul {
        gap: 8px;
    }

    .software-banner-content .list-content ul li a {
        padding: 12px 20px;
        font-size: 15px;
        line-height: 21px;
        backdrop-filter: blur(calc(16px / 2));
    }

    .software-banner-content .list-content ul li img {
        width: 20px;
        height: 20px;
    }

    .item-software {
        flex-direction: row;
    }

    .image-right {
        flex-direction: row-reverse;
    }

    .image-software {
        flex: 0 0 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 16px 24px;
    }

    .content-card {
        flex: 0 0 50%;
        border-top: 1px solid rgba(40, 50, 123, 0.10);
        border-right: 1px solid rgba(40, 50, 123, 0.10);
        border-bottom: 1px solid rgba(40, 50, 123, 0.10);
        border-left: 0px solid rgba(40, 50, 123, 0.10);
        padding: 24px 20px;
    }

    .image-right .content-card {
        border-top: 1px solid rgba(40, 50, 123, 0.10);
        border-right: 0px solid rgba(40, 50, 123, 0.10);
        border-bottom: 1px solid rgba(40, 50, 123, 0.10);
        border-left: 1px solid rgba(40, 50, 123, 0.10);
    }

    .content-card h3 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 12px;
    }

    .content-card h3::before {
        left: -20px;
        height: 30px;
        top: 50%;
        transform: translateY(-50%);
    }

    .content-card ul li {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 8px;
    }

    .software-section {
        padding: 0 0 48px;
    }

    .mvne-banner-main {
        padding: 48px 0;
    }

    .mvne-banner-content {
        padding: 48px 0;
    }

    .mvne-banner-header {
        padding: 0 20px;
        margin-top: 12px;
    }

    .mvne-banner-header .section-title {
        margin-bottom: 12px;
    }

    .what-it-takes-heading {
        padding: 48px;
    }

    .what-it-takes-heading .section-title {
        max-width: 100%;
        text-align: left;
    }

    .what-it-takes-heading p {
        text-align: left;
        font-size: 16px;
        line-height: 22px;
    }

    .item-mvne-solution {
        display: flex;
        flex-direction: row-reverse;
    }

    .item-mvne-solution:nth-child(even) {
        flex-direction: row;
    }

    .image-mvne-solution {
        flex: 0 0 50%;
        border-top: 0 solid rgba(40, 50, 123, 0.10);
        border-right: 0px solid rgba(40, 50, 123, 0.10);
        border-bottom: 1px solid rgba(40, 50, 123, 0.10);
        border-left: 1px solid rgba(40, 50, 123, 0.10);
        padding: 16px 24px;
        display: flex;
        align-items: center;
    }

    .item-mvne-solution:nth-child(even) .image-mvne-solution {
        border-right: 1px solid rgba(40, 50, 123, 0.10);
    }

    .content-mvne-solution {
        flex: 0 0 50%;
        border-bottom: 1px solid rgba(40, 50, 123, 0.10);
        padding: 32px;
    }

    .item-mvne-solution:nth-child(even) .content-mvne-solution {
        border-right: 0px solid rgba(40, 50, 123, 0.10);
    }

    .content-mvne-solution h3 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 12px;
    }

    .content-mvne-solution p {
        font-size: 16px;
        line-height: 22px;
    }

    .working-width-us {
        padding: 64px 0;
    }

    .working-container {
        gap: 48px;
    }

    .working-header h2 {
        font-size: 40px;
        line-height: 52px;
        font-weight: 800;
    }

    .working-header p {
        font-size: 16px;
        line-height: 22px;
    }

    .wholesale-images {
        height: 320px;
    }

    .wholesale-images .swiper-slide {
        display: block;
    }

    .wholesale-images .swiper-wrapper {
        align-items: start;
    }

    .working-content {
        flex-direction: row;
    }

    .working-content-right {
        flex: 0 0 50%;
        height: 320px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .working-content-right img {
        height: 320px;
    }

    .working-content-left {
        padding: 48px 32px;
        border-top: 1px solid rgba(255, 255, 255, 0.20);
        border-right: 0px solid rgba(255, 255, 255, 0.20);
        border-bottom: 1px solid rgba(255, 255, 255, 0.20);
        border-left: 1px solid rgba(255, 255, 255, 0.20);
        height: 320px;

    }

    .working-content-left h3 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 16px;
    }

    .working-content-left p {
        font-size: 16px;
        line-height: 22px;
    }

    .turn-your-idea {
        padding: 64px 0;
    }

    .turn-your-idea-header {
        padding: 0 32px;
        gap: 12px;
    }

    .turn-your-idea-header h2 {
        font-size: 40px;
        line-height: 52px;
        margin: 0;
        text-align: left;
    }

    .turn-your-idea-header p {
        text-align: left;
        font-size: 18px;
        line-height: 25px;
    }

    .turn-idea-form {
        margin-top: 48px;
    }

    .vertical-line {
        height: calc(100% + 64px + 48px);
        top: -64px;
    }

    .turn-idea-form {
        padding: 32px;
        border: 1px solid rgba(40, 50, 123, 0.10);
    }

    .turn-idea-form-field {
        padding: 0px;
        border: 0;
        gap: 24px 32px;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .turn-idea-form-field .form-field-item label {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 8px;
    }

    .turn-idea-form-field .form-field-item {
        width: calc(50% - 16px);
    }

    .turn-idea-form-field .form-field-item:last-child {
        width: 100%;
        margin-top: 8px;
    }

    .turn-idea-form-field .form-field-item input {
        padding: 16px 18px;
        border-radius: 12px;
        font-size: 15px;
        line-height: 21px;
        height: 56px;
    }

    .turn-idea-form-field .form-field-item textarea {
        padding: 20px 24px;
        border-radius: 12px;
        height: 111px;
        font-size: 15px;
        line-height: 21px;
    }

    .turn-idea-form-field .form-field-item input::placeholder,
    .turn-idea-form-field .form-field-item textarea::placeholder {
        font-weight: 500;
        font-size: 15px;
        line-height: 21px;
    }

    .turn-idea-form-btn {
        margin-top: 32px;
    }

    .turn-idea-form-btn .btn-submit-turn-idea {
        width: 181px;
        font-size: 15px;
        line-height: 21px;
        padding: 16px 24px;
    }

    .logistic-banner-inner {
        padding: 48px 0 64px;
    }

    .logistic-banner-main .container {
        padding-left: 48px;
        padding-right: 48px;
    }

    .logistic-banner-header {
        flex-direction: row;
        gap: 40px;
    }

    .logistic-banner-header .line {
        width: 1px;
        background: #D8D9DB;
    }

    .logistic-banner-header .line:nth-child(3) {
        height: 172px;
    }

    .logistic-banner-inner .section-title {
        text-align: left;
        flex: 0 0 277px;
    }

    .logistic-banner-inner .description {
        text-align: left;
        font-size: 18px;
        line-height: 25px;
    }

    .explore-strategy {
        margin-top: 89px;
    }

    .picture-employee {
        width: 282px;
        height: 297px;
    }

    .button-explore-container {
        position: absolute;
        bottom: 4px;
        left: 50%;
        z-index: 3;
        transform: translateX(-50%);
        margin: 0;
    }

    #dotLottie-canvas {
        width: 100%;
        max-width: 142px;
        height: auto;
    }

    #dotLottie-canvas2 {
        width: 100%;
        max-width: 142px;
        height: auto;
    }

    .video-strategy-container {
        padding: 12px;
        border-radius: 20px;
        margin: -8px 32px 0;
    }

    .logistic-transport-left {
        left: 38px;
        top: -2px;
    }

    .logistic-transport-right {
        right: 38px;
        top: -2px;
    }

    .list-logistic {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .logistic-item-image {
        width: 100%;
    }

    .logistic-item {
        width: 50%;
        padding: 32px;
        gap: 12px;
    }

    .logistic-item:nth-child(even) {
        border-top: 1px solid rgba(40, 50, 123, 0.10);
        border-right: 0 solid rgba(40, 50, 123, 0.10);
        border-bottom: 0 solid rgba(40, 50, 123, 0.10);
        border-left: 1px solid rgba(40, 50, 123, 0.10);
    }

    .logistic-item:nth-child(odd) {
        border-top: 1px solid rgba(40, 50, 123, 0.10);
        border-right: 1px solid rgba(40, 50, 123, 0.10);
        border-bottom: 0 solid rgba(40, 50, 123, 0.10);
        border-left: 1px solid rgba(40, 50, 123, 0.10);
    }

    .logistic-item-header {
        flex-direction: column;
        align-items: start;
    }

    .logistic-item-number {
        padding: 4px 15px;
        font-size: 24px;
        line-height: 32px;
        width: 40px;
        height: 40px;
    }

    .logistic-item-header h3 {
        font-size: 28px;
        line-height: 36px;
    }

    .logistic-item .logistic-contents li {
        font-size: 16px;
        line-height: 22px;
    }

    .return-comes .nav-tabs {
        padding: 4px;
        border-radius: 16px;
    }

    .return-comes .nav-tabs .nav-item .nav-link {
        padding: 14px 20px;
        font-size: 15px;
        line-height: 21px;
        border-radius: 12px;
        height: 48px;
    }

    .expertise {
        padding: 48px 32px;
    }

    .expertise-row {
        gap: 16px;
    }

    .expertise-heading {
        font-size: 28px;
        line-height: 36px;
    }

    .expertise-contents {
        margin-top: 48px;
        gap: 48px;
    }

    .expertise-icon {
        flex: 0 0 42px;
    }

    .expertise-text {
        gap: 16px;
    }

    .expertise-text h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .expertise-text p {
        font-size: 16px;
        line-height: 22px;
    }

    .turn-into-inner {
        padding: 0;
    }

    .turn-into-business .line1 {
        left: 48px;
    }

    .turn-into-business .line2 {
        left: 25%;
    }

    .turn-into-business .line3 {
        left: 50%;
    }

    .turn-into-business .line4 {
        left: 75%;
    }

    .turn-into-business .line5 {
        right: 48px;
    }

    .turn-into-header {
        padding: 0 32px;
    }

    .turn-into-business .section-title {
        text-align: left;
    }

    .turn-into-container {
        padding: 64px 0;
    }

    .turn-into-header {
        gap: 12px;
    }

    .turn-into-header p {
        font-size: 16px;
        line-height: 22px;
    }

    .turn-into-inner {
        gap: 32px;
    }

    .turn-into-inner .btn-blue {
        font-size: 15px;
        line-height: 21px;
    }

    .logistic-banner-main {
        padding-bottom: 48px;
    }

    .return-comes-inner {
        padding: 48px;
    }

    .return-comes .nav-tabs {
        margin-top: 16px;
    }

    .return-comes-section {
        padding-bottom: 64px;
    }

    .content-mvne-solution h3::before {
        height: 30px;
        left: -32px;
        top: 3px;
    }

    .research-radar {
        height: 337px;
        width: 672px;
        min-width: 672px;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
    }

    .research-radar::after {
        height: 48px;
        bottom: -2px;
    }

    .icon-radar {
        width: 86.7px;
        height: 86.7px;
    }

    .research-radar-scanner {
        width: 592px;
        height: 592px;
        left: 40px;
        top: 0;
    }

    .research-radar-item {
        height: 80px;
        position: absolute;
        width: 80px;
    }

    .research-radar-item div:nth-child(6) {
        filter: blur(8px);
    }

    .research-radar-item div:nth-child(1) {
        height: 80px;
        width: 80px;
        left: calc(50% - 40px);
        top: calc(50% - 40px);
    }

    .research-radar-item div:nth-child(2) {
        height: 56px;
        width: 56px;
        left: calc(50% - 28px);
        top: calc(50% - 28px);
    }

    .research-radar-item div:nth-child(3) {
        height: 32px;
        width: 32px;
        left: calc(50% - 16px);
        top: calc(50% - 16px);
    }

    .research-radar-item div:nth-child(4) {
        height: 8px;
        width: 8px;
        left: calc(50% - 4px);
        top: calc(50% - 4px);
    }

    .research-radar-item div:nth-child(5) {
        height: 8px;
        width: 8px;
        left: calc(50% - 4px);
        top: calc(50% - 4px);
    }

    .research-radar-item div:nth-child(6) {
        height: 16px;
        width: 16px;
        left: calc(50% - 8px);
        top: calc(50% - 8px);
    }

    .research-radar-item:nth-child(1) {
        left: 296px;
        top: 86px;
    }

    .research-radar-item:nth-child(2) {
        left: 185px;
        top: 250px;
    }

    .research-radar-item:nth-child(3) {
        left: 150px;
        top: 174px;
    }

    .research-radar-item:nth-child(4) {
        left: 237px;
        top: 158px;
    }

    .research-radar-item:nth-child(5) {
        left: 488px;
        top: 153px;
    }

    .research-radar-item:nth-child(6) {
        left: 355px;
        top: 158px;
    }

    .research-radar-item:nth-child(7) {
        left: 462px;
        top: 250px;
    }

    .button-explore-container .btn-blue {
        width: 249px;
        font-size: 15px;
        line-height: 22px;
    }

    .picture-employee {
        top: 35%;
        transform: translateY(-100%) translateX(calc(-50% - 86px)) !important;
    }
}

@media (min-width: 900px) {
    .picture-employee {
        top: 50%;
    }
}

@media (min-width: 1025px) {
    .software-banner-main {
        padding: 52px 0 0;
    }

    .software-banner-content {
        padding: 32px 32px 48px;
    }

    .software-banner-bg {
        width: 82.26%;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        max-width: 1224px;
    }

    .software-banner-header {
        max-width: 944px;
        margin: 0 auto;
    }

    .software-banner-header .section-title {
        margin-bottom: 24px;
    }

    .software-banner-content .list-content {
        max-width: 944px;
        margin: 0 auto;
        margin-top: 24px;
    }

    .software-banner-content .list-content ul {
        gap: 12px;
    }

    .software-banner-content .list-content ul li a {
        padding: 16px 24px;
        font-size: 16px;
        line-height: 22px;
    }

    .software-banner-content .list-content ul li img {
        width: 32px;
        height: 32px;
    }

    .image-software {
        padding: 32px;
    }

    .content-card {
        padding: 32px 64px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .software-row:nth-child(1) .content-card,
    .software-row:nth-child(2) .content-card {
        padding: 64px;
    }

    .content-card h3 {
        font-size: 40px;
        line-height: 52px;
        margin-bottom: 24px;
    }

    .content-card h3::before {
        left: -64px;
    }

    .content-card ul li {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 16px;
    }

    .mvne-banner-main {
        padding: 52px 0 64px;
    }

    .mvne-banner-content .mvne-banner-bg {
        max-width: 954px;
        display: block;
        margin: 0 auto;
    }

    .mvne-banner-header {
        margin: 0 auto;
        width: 974px;
        margin-top: 24px;
        padding: 0;
    }

    .mvne-banner-header .section-title {
        margin-bottom: 8px;
    }

    .what-it-takes {
        display: flex;
    }

    .what-it-takes-heading {
        border-right: 0 solid rgba(40, 50, 123, 0.10);
        flex: 0 0 33.33%;
        gap: 24px;
    }

    .what-it-takes-heading .section-title {
        font-size: 56px;
        line-height: 68px;
    }

    .what-it-takes-heading p {
        font-size: 18px;
        line-height: 25px;
    }

    .mvne-solution-row {
        flex: 1;
        grid-template-columns: repeat(2, 1fr);
    }

    .item-mvne-solution {
        padding: 64px;
        gap: 24px;
        flex-direction: column;
        border: 1px solid rgba(40, 50, 123, 0.10);
    }

    .menu-light {
        border-bottom: 0;
    }

    .item-mvne-solution:nth-child(even) {
        flex-direction: column;
    }

    .content-mvne-solution {
        padding: 0;
        border: 0;
    }

    .image-mvne-solution {
        padding: 0;
        border: 0;
    }

    .content-mvne-solution h3 {
        margin-bottom: 24px;
    }

    .content-mvne-solution p {
        font-size: 18px;
        line-height: 25px;
    }

    .working-content-left {
        height: 100%;
        padding: 80px 64px;
        display: flex;
        flex-direction: column;
        gap: 64px;
    }

    .working-content-left h3 {
        font-size: 32px;
        line-height: 42px;
        font-weight: 400;
    }

    .video-strategy-inner {
        border-radius: 24px;
    }

    .working-content-box {
        margin: 0;
        display: flex;
    }

    .working-text {
        flex: 0 0 44%;
    }

    .working-content-left p {
        font-size: 20px;
        line-height: 28px;
    }

    .wholesale:hover {
        cursor: pointer;
    }

    .wholesale:hover h3 {
        color: #fff;
    }

    .wholesale h3 {
        color: rgba(255, 255, 255, 0.60);
    }

    .wholesale p {
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transition: all 0.4s ease;
    }

    .wholesale.active h3 {
        color: #fff;
    }

    .wholesale h3 {
        position: relative;
    }

    .wholesale.active h3::before {
        position: absolute;
        content: "";
        width: 1px;
        height: 30px;
        background: #FEEEC1;
        top: 50%;
        left: -64px;
        transform: translateY(-50%);
    }

    .wholesale.active p {
        max-height: 600px;
        opacity: 1;
    }

    .working-slide {
        border-left: 1px solid rgba(255, 255, 255, 0.20);
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .working-content-right {
        height: auto;
        flex: 1;
    }

    .wholesale-images {
        
    }

    .working-content-right img {
        height: auto;
    }

    .working-content-right {
        border: 0;
    }

    .working-slide .line {
        height: 100%;
        width: 1px;
        position: absolute;
        right: 0px;
        top: 0;
        background: rgba(255, 255, 255, 0.20);
    }

    .turn-your-idea {
        padding: 72px 0;
    }

    .turn-your-idea-header {
        padding: 24px 48px 0;
    }

    .turn-your-idea-header h2 {
        font-size: 64px;
        line-height: 76px;
    }

    .turn-your-idea-header p {
        font-size: 20px;
        line-height: 28px;
    }

    .turn-idea-form {
        padding: 40px 48px;
    }

    .turn-idea-form-field {
        gap: 24px 48px;
    }

    .turn-idea-form-field .form-field-item {
        width: calc(50% - 24px);
    }

    .turn-idea-form-btn .btn-submit-turn-idea {
        font-size: 18px;
        line-height: 25px;
        width: 192px;
        padding: 18px 24px;
        height: 64px;
    }

    .logistic-banner-inner {
        padding: 64px 0;
    }

    .logistic-banner-header {
        gap: 64px;
        z-index: 2;
        position: relative;
    }

    .logistic-banner-inner .section-title {
        flex: 0 0 537px;
    }

    .logistic-banner-header .line:nth-child(3) {
        height: 320px;
    }

    .logistic-banner-main .container {
        max-width: 1152px;
        padding: 0;
    }

    .logistic-banner-inner .description {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 32px !important;
    }

    .picture-employee {
        width: 460px;
        height: 456px;
    }

    .explore-strategy {
        margin-top: 60px;
    }

    .picture-employee {
        top: 65px;
        left: 50%;
        transform: translateY(-100%) translateX(calc(-50% - 74px)) !important;
    }

    .button-explore-container {
        bottom: 24px;
    }

    .button-explore-container .btn-blue {
        max-width: 312px;
        width: 312px;
    }

    #dotLottie-canvas {
        max-width: 416px;
    }

    #dotLottie-canvas2 {
        max-width: 416px;
    }

    .wholesale-images .swiper-slide {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .video-strategy-container {
        padding: 16px;
        border-radius: 32px;
        margin: -32px 0 0;
    }

    .logistic-banner-main {
        padding-bottom: 64px;
    }

    .return-comes-inner {
        padding: 64px;
    }

    .return-comes-inner .section-title {
        font-size: 56px;
        line-height: 68px;
    }

    .return-comes .nav-tabs {
        margin-top: 48px;
    }

    .return-comes .nav-tabs {
        padding: 6px;
        border-radius: 20px;
    }

    .return-comes .nav-tabs .nav-item .nav-link {
        padding: 16px 24px;
        font-size: 16px;
        line-height: 22px;
        height: 56px;
    }

    .logistic-item-image {
        order: 2;
        width: 50%;
    }

    .logistic-item {
        order: 1;
        width: 25%;
        padding: 64px 40px;
    }

    .logistic-item:nth-child(2),
    .logistic-item:nth-child(4) {
        padding: 64px 40px 64px 64px;
    }

    .logistic-item-order-3 {
        order: 3;
    }

    .logistic-item:nth-child(odd) {
        border-top: 1px solid rgba(40, 50, 123, 0.10);
        border-right: 1px solid rgba(40, 50, 123, 0.10);
        border-bottom: 0 solid rgba(40, 50, 123, 0.10);
        border-left: 1px solid rgba(40, 50, 123, 0.10);
    }

    .logistic-item-image {
        border-left: 0px solid rgba(40, 50, 123, 0.10);
        padding-left: 40px;
    }

    .logistic-item:nth-child(6) {
        border-left: 0px solid rgba(40, 50, 123, 0.10);
    }

    .image-border {
        border-top: 1px solid rgba(40, 50, 123, 0.10);
    }

    #reverse-logistic .logistic-item {
        width: 50%;
    }

    #reverse-logistic .logistic-item-order-3 {
        width: 33.33%;
    }

    #reverse-logistic .logistic-item-image {
        border-left: 1px solid rgba(40, 50, 123, 0.10);
    }

    #reverse-logistic .logistic-item:nth-child(3) {
        padding: 64px 40px 64px 64px;
    }

    #reverse-logistic .logistic-item:nth-child(4) {
        border-left: 0 solid rgba(40, 50, 123, 0.10);
        padding: 64px 40px;
    }

    .logistic-item-number {
        width: 54px;
        height: 54px;
    }

    .logistic-item {
        gap: 24px;
    }

    .logistic-item-header {
        gap: 24px;
    }

    .logistic-item-number {
        font-size: 32px;
        line-height: 42px;
    }

    .logistic-item-header h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .logistic-item .logistic-contents li {
        font-size: 20px;
        line-height: 28px;
    }

    .expertise {
        padding: 80px 64px;
    }

    .expertise-heading {
        font-size: 48px;
        line-height: 62px;
        max-width: 1056px;
        margin: 0 auto;
    }

    .expertise-contents {
        margin-top: 64px;
        gap: 64px;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .expertise-row {
        width: calc(50% - 32px);
        flex-direction: column;
        gap: 20px;
    }

    .expertise-icon img {
        width: 52px;
        height: 52px;
    }

    .expertise-text {
        gap: 20px;
    }

    .expertise-text h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .expertise-text p {
        font-size: 20px;
        line-height: 28px;
    }

    .turn-into-business {
        padding: 0;
    }

    .turn-into-business .container {
        position: relative;
    }

    .turn-into-business .line1 {
        left: 0;
    }

    .turn-into-business .line5 {
        right: 0;
    }

    .turn-into-business .line {
        top: 0px;
    }

    .turn-into-inner {
        flex: 1;
    }

    .return-comes-section {
        padding-bottom: 72px;
    }

    .turn-into-container {
        border-top: 1px solid rgba(40, 50, 123, 0.10);
        padding: 24px 48px 0;
        padding: 72px 0;
        display: flex;
        gap: 48px;
        align-items: center;
    }

    .turn-into-image {
        flex: 0 0 50.7%;
    }

    .turn-into-inner {
        padding-top: 24px;
        padding-left: 48px;
    }

    .turn-into-header {
        padding: 0;
        gap: 24px;
    }

    .turn-into-image {
        padding-top: 24px;
        padding-right: 48px;
    }

    .turn-into-header p {
        font-size: 20px;
        line-height: 28px;
    }

    .justify-content-laptop-start {
        justify-content: start !important;
    }

    .turn-into-inner .btn-blue {
        font-size: 18px;
        line-height: 25px;
        max-width: 227px;
        height: 54px;
    }

    .content-mvne-solution h3::before {
        left: -65px;
    }

    .research-radar {
        height: 445px;
        width: 904px;
        min-width: 904px;
    }

    .research-radar::after {
        content: "";
        height: 53px;
        width: 100%;
        z-index: 3;
        background: #e8eaf5;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .icon-radar {
        width: 112px;
        height: 112px;
    }

    .research-radar-scanner {
        width: 800px;
        height: 800px;
        left: 52px;
        top: 0;
    }

    .research-radar-item {
        height: 100px;
        position: absolute;
        width: 100px
    }

    .research-radar-item div:nth-child(1) {
        height: 100px;
        width: 100px;
        left: calc(50% - 50px);
        top: calc(50% - 50px)
    }

    .research-radar-item div:nth-child(2) {
        height: 68px;
        width: 68px;
        left: calc(50% - 34px);
        top: calc(50% - 34px)
    }

    .research-radar-item div:nth-child(3) {
        height: 36px;
        width: 36px;
        left: calc(50% - 18px);
        top: calc(50% - 18px)
    }

    .research-radar-item div:nth-child(4) {
        height: 12px;
        width: 12px;
        left: calc(50% - 6px);
        top: calc(50% - 6px);
    }

    .research-radar-item div:nth-child(5) {
        height: 8px;
        width: 8px;
        left: calc(50% - 4px);
        top: calc(50% - 4px);
    }

    .research-radar-item div:nth-child(6) {
        height: 20px;
        width: 20px;
        left: calc(50% - 10px);
        top: calc(50% - 10px);
    }

    .research-radar-item:nth-child(1) {
        left: 402px;
        top: 120px;
    }

    .research-radar-item:nth-child(2) {
        left: 178px;
        top: 342px;
    }

    .research-radar-item:nth-child(3) {
        left: 146px;
        top: 208px;
    }

    .research-radar-item:nth-child(4) {
        left: 323px;
        top: 217px;
    }

    .research-radar-item:nth-child(5) {
        left: 660px;
        top: 210px;
    }

    .research-radar-item:nth-child(6) {
        left: 482px;
        top: 217px;
    }

    .research-radar-item:nth-child(7) {
        left: 626px;
        top: 342px;
    }

    .logistic-transport-left {
        top: -6px;
    }

    .logistic-transport-right {
        top: -6px;
    }

    .button-explore-container .btn-blue {
        width: 312px;
        font-size: 18px;
        line-height: 24px;
        padding: 19px 48px;
    }

    .software-banner-bg {
        width: 977px;
        height: 242px;
    }

    .line_gradient_outer {
        stroke-dasharray: 900 1900;
        animation: orbitMoveOuter 6s linear infinite;
    }

    .line_gradient_middle {
        stroke-dasharray: 1200 1600;
        animation: orbitMoveMiddle 5s linear infinite;
    }

    .line_gradient_inner {
        stroke-dasharray: 1200 1600;
        animation: orbitMoveInner 4s linear infinite;
    }

    .img-circle-bg {
        width: 584.887px;
        height: 725.899px;
        left: 71.84px;
        top: -63.11px;
        opacity: 0;
        transform: scale(0);
        animation: boxAppear 1s ease 0.8s forwards;
    }

    .img-circle-bg-inner {
        inset: -0.14% -0.17%;
    }

    .icon-logo {
        width: 156px;
        height: 48px;
        left: 200.39px;
        top: 234.95px;
        opacity: 0;
        transform: scale(0);
        animation: boxAppear 1s ease 1s forwards;
    }

    .hth-icon-container {
        width: 100%;
        height: 725.899px;
        position: relative;
        overflow: hidden;
    }

    .icon-circle {
        width: 584.887px;
        height: 725.899px;
        left: 71.84px;
        top: -63.11px;
    }

    .icon-distribution {
        left: 455.52px;
        top: 98px;
        transform: translateX(-50%) translateY(-50%);
        justify-content: center;
        align-items: center;
        width: 92.171px;
        height: 104.645px;
    }

    .icon-distribution-wrap {
        --iconScaleY: 0.99;
        --iconRotate: 29.05deg;
        --iconSkewX: 7.25deg;
        flex: none;
        opacity: 0;
        transform: scaleY(var(--iconScaleY)) rotate(var(--iconRotate)) skewX(var(--iconSkewX)) scale(0);
        animation: iconAppear 0.5s ease 1.8s forwards;
    }

    .icon-distribution-content {
        display: flex;
        padding: 16px;
        border-radius: 9999px;
        align-items: center;
        position: relative;
    }

    .icon-distribution-svg {
        width: 42px;
        height: 42px;
        position: relative;
        flex-shrink: 0;
        top: -6px;
        left: -8px;
        transform: rotate(-23deg);
    }

    .icon-distribution-shadow {
        --tw-shadow: inset 0px 0px 15.343px 0px rgba(18, 35, 164, 0.7);
        box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, var(--tw-shadow);
        border-radius: inherit;
        inset: 0;
    }

    .text-distribution {
        left: 501.69px;
        top: 68.64px;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }

    .text-distribution-inner {
        opacity: 0;
        transform: translateY(10px);
        animation: boxAppearUp 0.5s ease 2s forwards;
    }

    .icon-distribution-bg {
        background-color: #505fda;
        border-radius: 9999px;
        inset: 0;
        position: absolute;
        pointer-events: none;
    }

    .text-distribution-title {
        color: #000;
        line-height: 28px;
        white-space: nowrap;
        font-size: 20px;
        margin-bottom: -8px;
    }

    .text-distribution-number {
        color: #202862;
        font-weight: 800;
        line-height: 62px;
        font-size: 48px;
        margin-bottom: 0;
    }

    .icon-oem {
        left: 479.52px;
        top: 288px;
        transform: translateX(-50%) translateY(-50%);
        justify-content: center;
        align-items: center;
        width: 92.171px;
        height: 104.645px;
    }

    .icon-oem-wrap {
        --iconScaleY: 0.99;
        --iconRotate: 29.05deg;
        --iconSkewX: 7.25deg;
        flex: none;
        opacity: 0;
        transform: scaleY(var(--iconScaleY)) rotate(var(--iconRotate)) skewX(var(--iconSkewX)) scale(0);
        animation: iconAppear 0.5s ease 2.1s forwards;
    }

    .icon-oem-content {
        display: flex;
        padding: 16px;
        border-radius: 9999px;
        align-items: center;
        position: relative;
    }

    .icon-oem-bg {
        background-color: #505fda;
        border-radius: 9999px;
        inset: 0;
        position: absolute;
        pointer-events: none;
    }

    .icon-oem-svg {
        width: 42px;
        height: 42px;
        position: relative;
        flex-shrink: 0;
        top: -6px;
        left: -8px;
        transform: rotate(-23deg);
    }

    .icon-oem-shadow {
        --tw-shadow: inset 0px 0px 15.343px 0px rgba(18, 35, 164, 0.7);
        box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, var(--tw-shadow);
        border-radius: inherit;
        inset: 0;
    }

    .text-oem {
        left: 535.85px;
        top: 254.63px;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }

    .text-oem-inner {
        opacity: 0;
        transform: translateY(10px);
        animation: boxAppearUp 0.5s ease 2.3s forwards;
    }

    .text-oem-title {
        color: #000;
        line-height: 28px;
        white-space: nowrap;
        font-size: 20px;
        margin-bottom: -8px;
    }

    .text-oem-number {
        color: #202862;
        font-weight: 800;
        line-height: 62px;
        font-size: 48px;
        margin-bottom: 0;
    }

    .icon-partner {
        left: 369px;
        top: 471px;
        transform: translateX(-50%) translateY(-50%);
        justify-content: center;
        align-items: center;
        width: 92.171px;
        height: 104.645px;
    }

    .icon-partner-wrap {
        --iconScaleY: 0.99;
        --iconRotate: 17.76deg;
        --iconSkewX: 7.25deg;
        flex: none;
        opacity: 0;
        transform: scaleY(var(--iconScaleY)) rotate(var(--iconRotate)) skewX(var(--iconSkewX)) scale(0);
        animation: iconAppear 0.5s ease 2.4s forwards;
    }

    .icon-partner-content {
        display: flex;
        padding: 16px;
        border-radius: 9999px;
        align-items: center;
        position: relative;
    }

    .icon-partner-bg {
        background-color: #505fda;
        border-radius: 9999px;
        inset: 0;
        position: absolute;
        pointer-events: none;
    }

    .icon-partner-svg {
        width: 42px;
        height: 42px;
        position: relative;
        flex-shrink: 0;
        top: -6px;
        left: -4px;
        transform: rotate(-10deg);
    }

    .icon-partner-shadow {
        --tw-shadow: inset 0px 0px 15.343px 0px rgba(18, 35, 164, 0.7);
        box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, var(--tw-shadow);
        border-radius: inherit;
        inset: 0;
    }

    .text-partner {
        left: 412.22px;
        top: 463.01px;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }

    .text-partner-inner {
        opacity: 0;
        transform: translateY(10px);
        animation: boxAppearUp 0.5s ease 2.6s forwards;
    }

    .text-partner-title {
        color: #000;
        line-height: 28px;
        white-space: nowrap;
        font-size: 20px;
        margin-bottom: -8px;
    }

    .text-partner-number {
        color: #202862;
        font-weight: 800;
        line-height: 62px;
        font-size: 48px;
        margin-bottom: 0;
    }
    .wholesale-images{
        padding: 48px;
    }
}