<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.factory-main-container {
    width: 100%;
    position: relative;
    top:68px;   
}

.factory-main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    height: 500px;
    margin-top: 0;
    margin-bottom: 0;
}

.factory-main-bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(10.5deg, rgba(11, 96, 55, 0) 16.25%, rgba(9, 85, 48, 0.328) 44.13%, rgba(9, 85, 48, 0.4) 62.34%), linear-gradient(0deg, rgba(0, 80, 40, 0.2), rgba(0, 80, 40, 0.2))
}

.factory-main-bg-1 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: -5px;
    background: linear-gradient(360deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 21.21%)
}

.factory-main-text-contain {
    width: 100%;
    position: absolute;
    top: 40%;
    left: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    opacity: 0px;
    color: #ffffff;
}

.factory-main-main-text {
    font-size: 28px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
    color: #fff9cc;
    font-family: 'Montserrat', sans-serif;
    /*box-shadow: 2px 2px 40px 0px #10322299;*/
}

.factory-main-sub-text {
    /* font-family: SVN-Gilroy; */
    /* font-family: system-ui,'Open Sans', 'Helvetica Neue', sans-serif; */
    font-size: 48px;
    font-weight: 700;
    line-height: 50.4px;
    text-align: center;
    color: #fff9cc;
    font-family: 'Montserrat', sans-serif;
    /*box-shadow: 2px 2px 40px 0px #10322299;*/
}

/* Section2 */
.section-factory {
    padding: 0;
    position: relative;
    background: #ffffff;
    min-height: 200px;
}

.factory-tab-container {
    position: absolute;
    top: -60px;
    width: calc(100% - 15%);
    /* padding: 0 80px; */
    left: 7.5%;
    right: 7.5%;
    display: flex;
    gap: 40px;
    align-items: center;
    overflow: auto;
}

    .factory-tab-container::-webkit-scrollbar {
        height: 20px
    }


.steps-container {
    display: flex;
    width: 100%;
    background: #e6f5da;
    border-radius: 0 100px 100px 0;
}

/* Step */

.step {
}

.steps-container .step:nth-child(1) {
    z-index: 9; /* Highest priority */
}

.steps-container .step:nth-child(2) {
    z-index: 8;
}

.steps-container .step:nth-child(3) {
    z-index: 7;
}

.steps-container .step:nth-child(4) {
    z-index: 6;
}

.steps-container .step:nth-child(5) {
    z-index: 5; /* Lowest priority */
}

.steps-container .step:nth-child(6) {
    z-index: 4; /* Lowest priority */
}

.steps-container .step:nth-child(7) {
    z-index: 3; /* Lowest priority */
}

.steps-container .step:nth-child(8) {
    z-index: 2; /* Lowest priority */
}

.steps-container .step:nth-child(8) {
    z-index: 1; /* Lowest priority */
}

.step:first-child {
    margin-left: 0;
    padding-left: 24px;
    padding-right: 24px;
}

.step {
    width: calc(85% / 8);
    display: flex;
    align-items: center;
    /* width: calc(20% + 74px); */
    height: 108px;
    flex: 1;
    height: 112px;
    border-radius: 0px 100px 100px 0px;
    cursor: pointer;
    display: flex;
    align-items: center;
    background: #e6f5da;
    padding: 10px 20px;
    padding: 24px 12px 24px 44px;
    margin-left: -40px;
    z-index: 1;
    box-shadow: 0px 2.4px 5.4px 0px #00000021;
    gap: 6px;
    padding-left: 44px;
    padding-right: 24px;
    /* white-space: pre; */
    /* white-space: nowrap; */
    /* width: auto; */
    text-transform: uppercase;
}

    .step.active {
        background: #006937;
    }

    .step .number {
        font-weight: 700;
        color: #3cb049;
        font-size: 40px;
        font-weight: 700;
        line-height: 60px;
        text-align: center;
    }

    .step.active .number {
        color: #ffe83c;
    }

    .step .text {
        max-width: 100%;
        color: #006937;
        text-align: left;
        font-size: 14px;
        font-weight: bold;
        line-height: 16.8px;
        letter-spacing: -0.02em;
        text-align: left;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-word;
    }

    .step.active .text {
        color: #e8ffff;
    }

    .step.active {
        background: #006400;
    }

.factory-content-image {
    width: 100%;
}

    .factory-content-image img {
        border-radius: 4px;
        border: 8px solid #e1f8d2;
        box-shadow: 0px 3px 17px 0px #00000021;
        width: 100%;
        height: 100%;
    }

.factory-content-3 {
    display: flex;
    justify-content: center;
    z-index: 1;
    position: relative;
}

.factory-content-1-contain, .factory-content-2-contain, .factory-content-2-description, .factory-content-2-wrap {
    /* width: 100%;
  padding: 0 300px; */
    width: calc(100% - 300px * 2);
    min-width: 840px;
}
/* Content1 */
.factory-content-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 140px 0 60px;
    width: 100%;
}

.factory-content-1-contain {
    display: flex;
    flex-direction: column;
    z-index: 1;
    gap: 56px;
}

.factory-content-des {
    gap: 20px;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    text-align: left;
    color: #262626;
}

.factory-content-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 52px;
    text-align: left;
    color: #006937;
}


/* Content2 */
.factory-content-2 {
    display: flex;
    position: relative;
    justify-content: center;
    /* min-height: 818px; */
}

.factory-content-2-contain-img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-bottom: -160px;
    width: 100%;
}

    .factory-content-2-contain-img img {
        width: 100%;
        height: 100%;
        object-fit: fill;
    }

.factory-content-2-contain-img-2 {
    position: absolute;
    top: 418px;
    height: auto;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    max-height: calc(100% - 418px);
}

    .factory-content-2-contain-img-2 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.factory-content-2-contain {
    position: relative;
}

.factory-content-2-p {
    width: 100%;
    object-fit: cover;
    height: 100%;
}



.factory-content-2-wrap {
    color: #ffffff;
    padding: 0;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
    position: relative;
}

.factory-content-2-description {
    padding: 200px 0 160px;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    text-align: left;
    color: #ffffff;
    z-index: 1;
}

.factory-content-3-wrap {
    display: flex;
    flex-direction: column;
    gap: 60px
}


.factory-tab-container-mobile {
    display: none;
}


.factory-continue-contain {
    padding-bottom: 80px;
    padding-top: 160px;
    padding-right: 80px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 1;
    position: relative;
    /* transform: translateX(calc((100vw - 840px) / 2 - 60px)); */
}

.factory-continue-content {
    display: flex;
    align-items: center;
}

.factory-continue-next-text {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
    color: #006937;
    width: 130px;
}

.factory-continue-next-number {
    font-size: 73.04px;
    font-weight: 700;
    line-height: 90.57px;
    text-align: center;
    color: #3cb049;
    padding-left: 10px
}

.factory-continue-next-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    box-shadow: 0px 6.4px 14.4px 0px #0069370d;
    margin-left: 20px;
    background-image: url("/assets/icons/library-arrow-right.png");
    background-size: 52px;
    cursor: pointer;
}

    .factory-continue-next-icon:hover {
        background-image: url("/assets/icons/library-arrow-right.png");
    }

    .factory-continue-next-icon img {
        width: 100%;
        height: 100%;
    }



.tooltip-inner {
    background-color: rgba(0, 105, 55, 0.9); /* Slightly transparent background */
    color: white; /* Tooltip text color */
    border-radius: 6px; /* Rounded corners */
    padding: 10px 15px; /* Padding inside the tooltip */
    font-size: 15px; /* Tooltip font size */
    font-weight: 600; /* Bold text for emphasis */
    transition: opacity 0.3s ease; /* Smooth transition for opacity */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin-bottom: 4px;
    ;
    text-transform: uppercase;
}

.tooltip .tooltip-arrow {
    display: none; /* Hide the arrow */
}

.factory-content-1, .factory-content-2 {
    z-index: 1;
}


.factory-bg {
    position: absolute;
    height: 50px;
    width: 100%;
    bottom: 0;
    height: 80%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.32) 0%, rgba(60, 176, 73, 0.032) 64%, rgba(60, 176, 73, 0.064) 100%);
}

/* Step2 */

.factory-step-2 {
    padding: 120px 0 0;
}

.factory-step-2-content-wrap {
    display: flex;
    flex-direction: column;
    gap: 80px;
    padding: 0 80px;
    position: relative;
    z-index: 1;
}

.factory-step-2-content {
    display: flex;
    gap: 80px;
}

.factory-step-2-wrap {
    flex: 1;
    display: flex;
    ;
    flex-direction: column;
    justify-content: center;
    gap: 20px
}

.factory-step-2-image {
    flex: 1;
    display: flex;
    align-items: center;
}

    .factory-step-2-image img {
        border-radius: 4px;
        border: 8px solid #e1f8d2;
        box-shadow: 0px 3px 17px 0px #00000021;
        width: 100%;
        min-height: 504px;
        object-fit: cover;
    }

.factory-step-2-wrap-name {
    font-size: 42px;
    font-weight: 700;
    line-height: 52px;
    text-align: left;
    color: #006937
}

.factory-step-2-wrap-content {
    display: flex;
    flex-direction: column;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    text-align: left;
}

.step-2-reverse {
    flex-direction: row-reverse;
}

.factory-step-2-wrap-content p:last-child {
    margin-bottom: 0;
}

.factory-step-2-content-2 {
    display: flex;
    gap: 60px;
    align-items: center;
    z-index: 1;
}

.factory-step-2-contain {
    display: flex;
    gap: 60px;
    flex-direction: column;
    padding: 80px 80px 0;
    position: relative;
}

.factory-step-2-wrap-2-content {
    flex: 1;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    text-align: left;
    color: #262626
}

.factory-content-2-s2-contain-img-2 {
    position: absolute;
    top: 235px;
    left: 0;
    height: auto;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    max-height: calc(100% - 235px);
}

    .factory-content-2-s2-contain-img-2 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }



.factory-continue-contain-s2 {
    padding-bottom: 80px;
    padding-top: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /* transform: translateX(calc((100vw - 840px) / 2 - 60px)); */
}




/* Step3 */
.factory-step-3-content {
    padding: 140px 80px 0
}

.factory-step-3-content-1-wrap {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 100px;
}

.factory-step-3-content-1 {
    display: flex;
    gap: 40px;
    align-items: center;
}

.factory-step-3-content-1-image {
    flex: 1;
    width: 100%;
}

.factory-step-3-content, .factory-step-3-content-2, .factory-step-3-step-container {
    position: relative;
    z-index: 1;
}

.factory-step-3-content-1-image img {
    border-radius: 4px;
    border: 8px solid #e1f8d2;
    box-shadow: 0px 3px 17px 0px #00000021;
    width: 100%;
    min-height: 504px;
}

.factory-step-3-content-1-description {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 56px;
}

.factory-step-3-content-1-description-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 52px;
    text-align: left;
    color: #006937
}

.step-content {
    flex: 1;
}

.factory-step-3-content-1-description-detail {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    text-align: left;
    color: #262626
}

.factory-step-3-content-2 {
    position: relative;
    padding: 0 80px
}

.factory-step-3-content-2-wrap {
    z-index: 1;
    position: relative
}



.factory-step-3-content-2-content {
    display: flex;
    gap: 80px;
}

.factory-step-3-content-2-content-left {
    flex: 1;
    width: 100%;
}

    .factory-step-3-content-2-content-left img {
        border-radius: 4px;
        border: 8px solid #e1f8d2;
        box-shadow: 0px 3px 17px 0px #00000021;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.factory-step-3-content-2-content-right {
    flex: 1;
    display: flex;
    gap: 80px;
    flex-direction: column;
}

.factory-step-3-content-2-content-right-image {
    width: 100%;
}

    .factory-step-3-content-2-content-right-image img {
        border-radius: 4px;
        border: 8px solid #e1f8d2;
        box-shadow: 0px 3px 17px 0px #00000021;
        width: 100%;
    }

.factory-step-3-content-2-content-right-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    text-align: left;
    color: #262626
}


.factory-step-3-step-container {
    padding: 60px 80px 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.factory-step-3-step-wrap {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.factory-step-3-step-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
    color: #006937;
}

.factory-step-3-group {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 20px
}

.factory-step-3-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: calc((100%  - 80px * 2 - 20px * 4) / 3);
}

.factory-step-3-item-level {
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
    text-align: left;
    color: #3CB049
}

.factory-step-3-item-name {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    text-align: left;
    color: #262626
}

.level-arr-right {
    width: 80px;
    height: 80px;
    min-width: 80px
}

    .level-arr-right img {
        width: 100%;
        height: 100%
    }

.level-arr-bot-wrap {
    display: flex;
    justify-content: flex-end;
}

.level-arr-bot {
    width: 80px;
    height: 80px;
    min-width: 80px;
}

    .level-arr-bot img {
        width: 100%;
        height: 100%;
        transform: rotate(90deg);
    }

.factory-step-3-group-reverse {
    display: flex;
    flex-direction: row-reverse;
    gap: 20px
}

    .factory-step-3-group-reverse img {
        transform: rotate(180deg);
    }


.factory-content-2-s3-contain-img-2 {
    position: absolute;
    top: -360px;
    left: 0;
    height: auto;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    max-height: calc(100% + 360px);
    overflow: hidden;
}

    .factory-content-2-s3-contain-img-2 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* Step4 */
.factory-step-4-content {
    padding: 140px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}



.factory-step-4-container {
    width: calc(100% - 300px * 2);
    min-width: 840px;
    position: relative;
    z-index: 1;
}

.factory-step-4-content-1 {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.factory-step-4-content-1-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}



.factory-step-4-content-1-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 52px;
    text-align: center;
    color: #006937
}

.factory-step-4-content-1-description {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    color: #262626
}

.factory-step-4-image {
    width: 100%;
}

    .factory-step-4-image img {
        width: 100%;
        height: 100%;
        border-radius: 4px;
        border: 8px solid #e1f8d2;
        box-shadow: 0px 3px 17px 0px #00000021;
    }

.factory-step-4-content-2 {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    padding-top: 80px;
    gap: 20px;
}



.factory-step-4-content-2-step-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.factory-step-4-content-2-step-item-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
    text-align: center;
    color: #3CB049
}

.factory-step-4-content-2-step-item-description {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    text-align: center;
    color: #262626;
    display: flex;
    flex-direction: column;
    gap: 40px
}

.factory-step-4-content-2-step-arrow {
    transform: rotate(90deg);
    width: 67.05px;
    height: 67.05px;
    min-width: 67.05px
}

    .factory-step-4-content-2-step-arrow img {
        width: 100%;
        height: 100%;
    }


.factory-step-4-image2 img {
    width: 100%;
    border-radius: 4px;
    border: 8px solid #e1f8d2;
    box-shadow: 0px 3px 17px 0px #00000021;
}

.factory-step-4-content-1, .factory-step-4-content-2-step-wrap, .factory-step-4-image2, .factory-step-4-description {
    z-index: 1;
}

.factory-step-4-content-3 {
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    gap: 100px
}


.factory-content-2-s4-contain-img-2 {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    max-height: calc(100%);
}

    .factory-content-2-s4-contain-img-2 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.factory-step-4-description {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    text-align: center;
    color: #262626;
    display: flex;
    flex-direction: column;
    gap: 40px
}

.factory-continue-contain-s4 {
    padding-bottom: 60px;
    padding-top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /* transform: translateX(calc((100vw - 840px) / 2 - 60px)); */
    transform: translateX(-60px);
}


/* Step5 */


.factory-step-5-content {
    padding: 0 80px 0;
    position: relative;
    z-index: 1;
}

.factory-step-5-wrap {
    padding-top: 140px;
    display: flex;
    align-items: center;
    gap: 40px
}

.factory-step-5-image {
    flex: 1
}

.factory-step-5-content-detail {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 56px
}



.factory-step-5-image img {
    border-radius: 4px;
    border: 8px solid #e1f8d2;
    box-shadow: 0px 3px 17px 0px #00000021;
    width: 100%;
    height: 100%;
    min-height: 813px;
    object-fit: cover;
}



.factory-step-5-content-description-wrap {
    /*display: flex;*/
    flex-direction: column;
    gap: 80px;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
}

.factory-step-5-content-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 52px;
    text-align: left;
    color: #006937
}

.factory-step-5-content-description-detail {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    text-align: left;
}

.factory-step-5-content-description-2 {
    padding-top: 80px;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    text-align: left;
}

.factory-continue-contain-s5 {
    padding-bottom: 60px;
    padding-top: 80px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /* transform: translateX(calc((100vw - 840px) / 2 - 60px)); */
    transform: translateX(0);
}


/* Step6 */


.factory-step-6-content {
    padding: 140px 0 0;
    display: flex;
    flex-direction: column;
    gap: 80px;
    position: relative;
    z-index: 1;
}

.factory-step-6-content-1 {
    display: flex;
    gap: 40px;
    padding: 0 80px;
    z-index: 1;
}

.factory-step-6-content-1-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 56px
}

.factory-step-6-content-1-text-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.factory-step-6-content-1-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 52px;
    text-align: left;
    color: #006937
}

.factory-step-6-content-1-sub {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    text-align: left;
    color: #6D6E71;
    margin-bottom: 0;
}

.factory-step-6-content-1-text-2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    text-align: left;
    color: #262626
}


.factory-step-6-image {
    flex: 1
}

    .factory-step-6-image img {
        width: 100%;
        border-radius: 4px;
        border: 8px solid #e1f8d2;
        box-shadow: 0px 3px 17px 0px #00000021;
        min-height: 560px;
        object-fit: cover;
    }


.factory-step-6-content-2 {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
}

.step-6-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

    .step-6-bg img {
        width: 100%;
        height: 100%;
        object-fit: fill;
    }

.factory-step-6-content-2-wrap {
    display: flex;
    gap: 40px;
    z-index: 1;
    color: #FFFFFF;
    align-items: center;
    padding: 0 80px;
}

.step-reverse {
    flex-direction: row-reverse;
}

.factory-step-6-content-2-text-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
    color: #262626
}

.factory-step-6-content-2-head-text {
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    text-align: left;
    color: #006937
}

.factory-step-6-content-2-body-text {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    text-align: left;
}




.factory-continue-contain-s6 {
    padding-bottom: 60px;
    padding-top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /* transform: translateX(calc((100vw - 840px) / 2 - 60px)); */
    transform: translateX(-80px);
}

/* Step7 */



.factory-step-7-content {
    padding: 140px 0 0;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    z-index: 1;
}

.factory-step-7-bg {
    padding-top: 65px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

    .factory-step-7-bg img {
        width: 100%;
        object-fit: contain;
    }

.factory-step-7-content-wrap {
    z-index: 1;
    width: calc(100% - 300px * 2);
    min-width: 840px;
    display: flex;
    flex-direction: column;
    color: #ffffff;
}

.factory-step-7-content-1 {
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 56px;
}

.factory-step-7-content-group {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 80px
}


.factory-step-7-content-1-image {
    z-index: 1;
}

    .factory-step-7-content-1-image img {
        width: 100%;
        border-radius: 4px;
        border: 8px solid #e1f8d2;
        box-shadow: 0px 3px 17px 0px #00000021;
        min-height: 560px;
        object-fit: cover;
    }

.factory-step-7-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 52px;
    text-align: center;
    color: #006937
}

.factory-step-7-reverse {
    flex-direction: column-reverse;
}

.factory-step-7-description-3 p:last-child {
    margin-bottom: 0;
}

.factory-step-7-description {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    text-align: center;
    color: #262626
}

.factory-step-7-description-2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    text-align: left;
}


.factory-step-7-description-3 {
    color: #262626;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    text-align: left;
}

.factory-continue-contain-s7 {
    padding-bottom: 60px;
    padding-top: 80px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /* transform: translateX(calc((100vw - 840px) / 2 - 60px)); */
    transform: translateX(-80px);
}

/* Step8 */
.factory-step-8-content {
    padding: 140px 80px 0;
    position: relative;
    z-index: 1;
}

.factory-step-8-content-1 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.factory-step-8-content-1-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 52px;
    text-align: left;
    color: #006937
}

.factory-step-8-content-1-sub {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    text-align: left;
    color: #262626
}

.factory-step-8-content-2 {
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    gap: 80px
}


.factory-step-8-content-2-item {
    display: flex;
    gap: 80px;
    align-items: center;
}

.factory-step-8-content-2-item-image {
    flex: 1;
}

    .factory-step-8-content-2-item-image img {
        width: 100%;
        border-radius: 4px;
        border: 8px solid #e1f8d2;
        box-shadow: 0px 3px 17px 0px #00000021;
        min-height: 504px;
        object-fit: cover;
    }

.factory-step-8-content-2-item-description {
    flex: 1;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    text-align: left;
    color: #262626
}

.factory-continue-contain-s8 {
    padding-bottom: 60px;
    padding-top: 80px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /* transform: translateX(calc((100vw - 840px) / 2 - 60px)); */
    transform: translateX(0);
}



/*Tự điều chỉnh*/
.factory-step:first-child {
    padding-top: 140px;
}



.factory-step-2-content-wrap {
    margin-bottom: 80px;
}

.factory-step-2-content-wrap-1 {
    display: flex;
    flex-direction: column;
    margin-bottom: 80px;
    padding: 0 80px;
    position: relative;
    z-index: 1;
}

.factory-step-3-content-first {
    padding: 140px 80px 0
}


.factory-step .factory-step-4-content:nth-child(1) {
    padding-top: 140px;
}

.factory-step-4-content {
    padding: 40px 0 0;
}

.factory-step-4-content-2 {
    padding-top: 0 !important;
}

.factory-step-7-content {
    padding-top: 80px;
}

.factory-step .factory-step-7-content:nth-child(1) {
    padding-top: 140px;
}

.factory-step-8-content {
    padding-top: 0;
}

.factory-step .factory-step-8-content:nth-child(1) {
    padding-top: 140px;
}
</pre></body></html>