<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    font-size: 14px
}

@media (min-width:768px) {
    html {
        font-size: 16px
    }
}

html {
    position: relative;
    min-height: 100%
}

.link-no-style {
    font-family: 'Montserrat',sans-serif;
    text-decoration: unset !important;
    color: inherit;
    cursor: pointer;
    border: none;
    background: none
}

a:hover {
    color: unset
}

body {
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    font-style: normal
}

.roboto-thin {
    font-family: "Roboto",sans-serif;
    font-weight: 100;
    font-style: normal
}

.roboto-light {
    font-family: "Roboto",sans-serif;
    font-weight: 300;
    font-style: normal
}

.roboto-regular {
    font-family: "Roboto",sans-serif;
    font-weight: 400;
    font-style: normal
}

.roboto-medium {
    font-family: "Roboto",sans-serif;
    font-weight: 500;
    font-style: normal
}

.roboto-bold {
    font-family: "Roboto",sans-serif;
    font-weight: 700;
    font-style: normal
}

.roboto-black {
    font-family: "Roboto",sans-serif;
    font-weight: 900;
    font-style: normal
}

.roboto-thin-italic {
    font-family: "Roboto",sans-serif;
    font-weight: 100;
    font-style: italic
}

.roboto-light-italic {
    font-family: "Roboto",sans-serif;
    font-weight: 300;
    font-style: italic
}

.roboto-regular-italic {
    font-family: "Roboto",sans-serif;
    font-weight: 400;
    font-style: italic
}

.roboto-medium-italic {
    font-family: "Roboto",sans-serif;
    font-weight: 500;
    font-style: italic
}

.roboto-bold-italic {
    font-family: "Roboto",sans-serif;
    font-weight: 700;
    font-style: italic
}

.roboto-black-italic {
    font-family: "Roboto",sans-serif;
    font-weight: 900;
    font-style: italic
}

@font-face {
    font-family: 'Helvetica Neue Medium';
    src: url(../assets/fonts/helvetica-neue-5/HelveticaNeueMedium.otf) format('opentype')
}

@font-face {
    font-family: 'helveticaneueblack';
    src: url(../assets/fonts/helvetica-neue-5/HelveticaNeueBlack.otf) format('opentype')
}

@font-face {
    src: url(../assets/fonts/helvetica-neue-5/HelveticaNeueLight.otf) format('opentype')
}

@font-face {
    font-family: 'Helvetica Neue Black';
    src: url(../assets/fonts/helvetica-neue-5/HelveticaNeueBlack.otf) format('opentype')
}

@font-face {
    font-family: 'helveticaneueroman';
    src: url(../assets/fonts/helvetica-neue-5/HelveticaNeueRoman.otf) format('opentype')
}

@-webkit-keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@-webkit-keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@-webkit-keyframes slide-in-bottom {
    0% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes slide-in-bottom {
    0% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.slide-in-left {
    -webkit-animation: slide-in-left 1.5s cubic-bezier(.25,.46,.45,.94) both;
    animation: slide-in-left 1.5s cubic-bezier(.25,.46,.45,.94) both
}

.slide-in-right {
    -webkit-animation: slide-in-right 1.5s cubic-bezier(.25,.46,.45,.94) both;
    animation: slide-in-right 1.5s cubic-bezier(.25,.46,.45,.94) both
}

.slide-in-bottom {
    -webkit-animation: slide-in-bottom 1.5s cubic-bezier(.25,.46,.45,.94) both;
    animation: slide-in-bottom 1.5s cubic-bezier(.25,.46,.45,.94) both
}

.swiper {
    width: 100%;
    height: 100%
}

.modal-recruit {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000040
}

.modal-recruit-contain {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.modal-recruit-content {
    background-color: #fff;
    padding: 20px;
    width: 720px;
    border-radius: 8px;
    position: relative;
    max-height: 90%;
    overflow: auto
}

.close-recruit {
    width: 24px;
    height: 24px;
    min-width: 24px;
    position: absolute;
    right: 20px;
    cursor: pointer
}

    .close-recruit img {
        width: 100%;
        height: 100%
    }

.modal-recruit-wrap {
    margin-top: 30px;
    padding: 0 60px 0;
    overflow-y: auto
}

.modal-recruit-position {
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-transform: uppercase;
    margin-bottom: 40px;
    padding: 0 10px
}

.modal-ecatalouge {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000040
}

.modal-ecatalouge-contain {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.modal-ecatalouge-content {
    background-color: #fff;
    padding: 20px;
    width: 720px;
    border-radius: 8px;
    position: relative;
    max-height: 90%;
    overflow: auto
}

.close-ecatalouge {
    width: 24px;
    height: 24px;
    min-width: 24px;
    position: absolute;
    right: 20px;
    cursor: pointer
}

    .close-ecatalouge img {
        width: 100%;
        height: 100%
    }

.modal-ecatalouge-wrap {
    margin-top: 30px;
    padding: 0 60px 0;
    overflow-y: auto
}

.modal-ecatalouge-position {
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-transform: uppercase;
    margin-bottom: 40px;
    padding: 0 10px
}

.ecatalouge-line-mobile {
    display: none
}

.icon-ecatalouge-success {
    width: 100px;
    height: 100px;
    min-width: 100px
}

    .icon-ecatalouge-success img {
        width: 100%;
        height: 100%
    }

.noti-ecatalouge-cv {
    display: flex;
    flex-direction: column;
    gap: 14px
}

.noti-ecatalouge-status {
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -.02em;
    text-align: center;
    color: #262626
}

.noti-ecatalouge-des {
    font-size: 20px;
    font-weight: 400;
    line-height: 24.8px;
    text-align: center;
    color: #233F3A
}

.modal-ecatalouge-content-success {
    background-color: #fff;
    padding: 20px;
    width: 640px;
    border-radius: 8px;
    position: relative;
    margin: auto;
    width: auto
}

.modal-ecatalouge-success-wrap {
    margin-top: 36px;
    padding: 0 60px 36px;
    overflow-y: auto;
    max-height: calc(85vh - 60px);
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center
}

.ecatalouge-button-submit {
    padding-top: 30px;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 30px 20px 0
}

.ecatalouge-btn {
    padding: 16px 32px 16px 32px;
    border-radius: 4px;
    gap: 10px;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.02em;
    text-align: center;
    background: #FFF;
    min-width: 120px;
    cursor: pointer
}

.ecatalouge-button-cancel {
    color: #006937;
    background: #FFF;
    min-width: 120px
}

.ecatalouge-button-accept {
    color: #EFFFF2;
    background: #006937;
    min-width: 120px;
    border-image-source: linear-gradient(250.12deg,#FFFFFF 36.72%,#fff0 120.35%)
}

    .ecatalouge-button-accept:hover {
        background: linear-gradient(130.42deg,#62C26C 46%,#3CB049 100%)
    }

.close-ecatalouge-success {
    width: 24px;
    height: 24px;
    min-width: 24px;
    position: absolute;
    right: 20px;
    cursor: pointer
}

    .close-ecatalouge-success img {
        width: 100%;
        height: 100%
    }

.custom-container {
    max-width: 1440px !important;
    align-self: center !important;
    justify-self: center !important;
    width: 100%;
    padding-left: 80px !important;
    padding-right: 80px !important;
    margin: auto
}

.shareModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / .5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999
}

.modal-content {
    position: relative;
    gap: 24px;
    border-radius: 24px;
    box-shadow: 0 12px 24px 0 #F7F6F60D;
    text-align: center;
    width: 640px;
    background-color: #fff
}

.modal-image-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 30px 40px;
    gap: 10px;
    border-radius: 24px;
    background: #F0F0F0
}

.modal-image {
    border-radius: 24px;
    background: #E6E7E8
}

    .modal-image .image {
        width: 400px;
        height: auto
    }

.share-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px 0 24px
}

.share-title {
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    color: #262626
}

.share-sub-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    color: #888;
    padding: 16px
}

.close-share {
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 24px;
    cursor: pointer
}

.share-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    color: #262626
}

.share-sub-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    color: #888;
    padding: 16px
}

.close-share {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 24px;
    cursor: pointer
}

.share-icons {
    padding-top: 12px;
    cursor: pointer;
    gap: 40px;
    width: 500px;
    display: flex;
    justify-content: center
}

.share-icon-item {
    width: 80px;
    height: 80px;
    background: #FAFAFA;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

    .share-icon-item .icon {
        width: 32px;
        height: 32px
    }

.link-copy {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 24px 16px 24px;
    gap: 24px;
    border-radius: 12px 0 0 0;
    background-color: #f3f3f4;
    font-size: 20px
}

    .link-copy .link {
        color: #A2A4A6
    }

.shareModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / .5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999
}

.modal-content {
    position: relative;
    gap: 24px;
    border-radius: 24px;
    box-shadow: 0 12px 24px 0 #F7F6F60D;
    text-align: center;
    width: 640px;
    background-color: #fff
}

.modal-image-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 30px 40px;
    gap: 10px;
    border-radius: 24px;
    background: #F0F0F0
}

.modal-image {
    border-radius: 24px;
    background: #E6E7E8
}

    .modal-image .image {
        width: 400px;
        height: auto
    }

.share-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px 0 24px
}

.share-title {
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    color: #262626
}

.share-sub-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    color: #888;
    padding: 16px
}

.close-share {
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 24px;
    cursor: pointer
}

#recruitReplyFrom {
    padding: 0 10px
}

.position-sub {
    color: #262626;
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -.05em;
    text-align: left;
    text-transform: initial
}

.recruit-line-mobile {
    display: none
}

.icon-recruit-success {
    width: 100px;
    height: 100px;
    min-width: 100px
}

    .icon-recruit-success img {
        width: 100%;
        height: 100%
    }

.noti-recruit-cv {
    display: flex;
    flex-direction: column;
    gap: 14px
}

.noti-recruit-status {
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -.02em;
    text-align: center;
    color: #262626
}

.noti-recruit-des {
    font-size: 20px;
    font-weight: 400;
    line-height: 24.8px;
    text-align: center;
    color: #233F3A
}

.modal-recruit-content-success {
    background-color: #fff;
    padding: 20px;
    width: 640px;
    border-radius: 8px;
    position: relative
}

.modal-recruit-success-wrap {
    margin-top: 36px;
    padding: 0 60px 36px;
    overflow-y: auto;
    max-height: calc(85vh - 60px);
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center
}

.recruit-button-submit {
    padding-top: 30px;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 30px 20px 0
}

.recruit-btn {
    padding: 16px 32px 16px 32px;
    border-radius: 4px;
    gap: 10px;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.02em;
    text-align: center;
    background: #FFF;
    min-width: 120px;
    cursor: pointer
}

.recruit-button-cancel {
    color: #006937;
    background: #FFF;
    min-width: 120px
}

.recruit-button-accept {
    color: #EFFFF2;
    background: #006937;
    min-width: 120px;
    border-image-source: linear-gradient(250.12deg,#FFFFFF 36.72%,#fff0 120.35%)
}

    .recruit-button-accept:hover {
        background: linear-gradient(130.42deg,#62C26C 46%,#3CB049 100%)
    }

.close-recruit-success {
    width: 24px;
    height: 24px;
    min-width: 24px;
    position: absolute;
    right: 20px;
    cursor: pointer
}

    .close-recruit-success img {
        width: 100%;
        height: 100%
    }

.custom-container {
    max-width: 1440px !important;
    align-self: center !important;
    justify-self: center !important;
    width: 100%;
    padding-left: 80px !important;
    padding-right: 80px !important;
    margin: auto
}

@media (min-width:375px) and (max-width:767.9px) {
    .custom-container {
        padding-left: 14px !important;
        padding-right: 14px !important
    }
}

@media (min-width:767.9px) and (max-width:991.98px) {
    .custom-container {
        padding-left: 32px !important;
        padding-right: 32px !important
    }
}

.header-container {
    display: flex;
    background-color: #006937;
    max-width: 100vw;
    min-height: 44px;
    height: 44px;
    padding: 0 80px;
    align-items: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9998;
    transition: transform 0.3s ease
}

.header-hidden {
    transform: translateY(-100%)
}

.nav-container {
    max-width: 100vw;
    display: flex;
    place-content: space-between;
    width: 100%;
    height: 72px;
    box-sizing: border-box;
    backdrop-filter: blur(32px);
    z-index: 9998;
    position: fixed;
    top: 0;
    transition: top 0.3s ease
}

.nav-container-content {
    gap: 25px
}

.nav-up {
    top: 0
}

.header-content {
    display: flex;
    gap: 40px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px
}

    .header-content .item {
        display: flex;
        justify-content: center;
        gap: 10px
    }

        .header-content .item img {
            width: 8px;
            display: none
        }

        .header-content .item.active img {
            width: 8px;
            display: block
        }

.header-item:hover {
    color: #fcc3ac;
    cursor: pointer
}

.menu-toggle {
    display: none
}

.nav-content {
    display: flex;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    background-image: linear-gradient(#006937,#01934a);
    color: #fff0;
    -webkit-background-clip: text;
    background-clip: text;
    gap: 25px;
    align-items: center;
    min-width: 30%
}

.nav-item {
    display: flex;
    position: relative;
    cursor: pointer;
    background-image: linear-gradient(#006937,#01934a);
    color: #fff0;
    -webkit-background-clip: text;
    background-clip: text;
    height: 100%;
    align-items: center
}

    .nav-item:hover {
        color: #52cc92
    }

        .nav-item:hover img {
            content: url(../../assets/icons/fi_chevron-down-hover.svg)
        }

    .nav-item::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 4px;
        background-color: #fff0;
        border-top-right-radius: 4px;
        border-bottom-left-radius: 2px;
        transition: background-color 0.3s ease
    }

    .nav-item.active::after {
        background-image: linear-gradient(90deg,#006937 0%,#01934a 100%)
    }

.nav-right {
    display: flex;
    align-items: center;
    gap: 28px
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 78%;
    left: 0;
    border: 1px solid #ddd;
    z-index: 1000;
    backdrop-filter: blur(10px)
}

    .dropdown-menu a {
        white-space: nowrap;
        display: block;
        padding: 8px 16px;
        text-decoration: none;
        color: #242526;
        font-size: 20px;
        line-height: 30px;
        font-weight: 400
    }

        .dropdown-menu a:hover {
            color: #006937
        }

.dropdown-menu-language {
    display: none;
    position: absolute;
    top: 100%;
    left: 2%;
    border: 1px solid #ddd;
    z-index: 1000;
    width: 90%;
    backdrop-filter: blur(10px);
    width: max-content;
    cursor: pointer
}

    .dropdown-menu-language div {
        display: block;
        padding: 8px 16px;
        text-decoration: none;
        color: #242526;
        font-size: 20px;
        line-height: 30px;
        font-weight: 400
    }

        .dropdown-menu-language div:hover {
            color: #006937
        }

.contact-btn {
    display: flex;
    background-color: #fff;
    padding: 0 8px;
    max-height: 54px;
    height: 54px;
    border-radius: 33.75px;
    min-width: 221.75px;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #006937
}

.national-btn {
    display: flex;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #006937;
    height: 32px;
    align-items: center;
    justify-content: center;
    margin-left: -14px;
    position: relative;
    width: auto
}

.national-btn-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    padding: 5px
}

    .national-btn-content:hover {
        background-color: #006937;
        border-radius: 50px;
        color: #fff
    }

.national-btn:hover img {
    content: url(../../assets/icons/fi_chevron-down-hover-white.svg)
}

.section1-container {
    position: relative;
    max-width: 100vw;
    height: calc(100vh - 44px + 72px)
}

.section1-content {
    position: absolute;
    bottom: 140px;
    left: 0;
    max-width: 740px;
    z-index: 99
}

.slideshow-container {
    width: 100%;
    height: 100%;
    position: relative
}

.mySlides {
    display: none;
    height: 90%
}

    .mySlides img {
        object-fit: cover
    }

.btn-slides {
    display: flex;
    width: 100%;
    position: absolute;
    align-items: center;
    place-content: space-between;
    top: 38%
}

.dot {
    cursor: pointer;
    height: 12px;
    width: 12px;
    margin: 0 2px;
    background-color: #cdcfd1;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease
}

    .dot:hover {
        background-color: #b0b3b8
    }

    .dot.active {
        background-color: #b0b3b8;
        width: 40px;
        height: 12px;
        border-radius: 40px
    }

.fade {
    animation-name: fade;
    animation-duration: 1.5s
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.hero-banner {
    height: 100vh
}

.link-icon-direct {
    display: flex;
    flex-direction: column;
    width: 48px;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 23%;
    right: 46px;
    z-index: 1
}

#social-icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    bottom: 23%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease,transform 0.5s ease,visibility 0.5s ease;
    gap: 12px;
    cursor: pointer
}

    #social-icons.show {
        opacity: 1;
        visibility: visible;
        transform: translateY(0)
    }

.social-icons-hidden {
    display: none
}

#social-icons.show {
    opacity: 1;
    transform: translateY(0);
    display: flex
}

.btn-default {
    display: flex;
    padding: 12px 10px;
    padding-right: 2px;
    place-content: space-between;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #006937;
    border: none;
    border-radius: 40px;
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 28px;
    height: 64px;
    max-width: 250px
}

.section10-container {
    max-width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: #f5fffa
}

    .section10-container.first-section {
        padding: 170px 80px 0
    }

.section10-content {
    display: block
}

.section10-content {
    padding: 80px 0;
    justify-content: space-between;
    gap: 80px
}

.section10-content-bound {
    gap: 80px
}

.section10-content-left {
    flex: 1
}

.section10-content-left-title {
    font-family: 'Montserrat',sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 57.6px;
    color: #242526;
    margin: 0 auto;
    margin-bottom: 10px
}

.section10-content-left-desc {
    display: flex;
    font-size: 16px;
    font-weight: 400;
    color: #3b4452;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 30px
}

.section10-info-group {
    display: flex;
    gap: 40px
}

.section10-info {
    font-family: 'Montserrat',sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    display: flex;
    flex-direction: column;
    margin-top: 10px
}

.section10-map iframe {
    border-radius: 12px
}

.section10-info-desc {
    padding-left: 34px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.09px;
    color: #3B4452;
    margin-top: 8px
}

.section10-info-title {
    display: flex;
    align-items: center;
    justify-items: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    color: #242526;
    gap: 10px
}

.section10-content-right {
    display: flex;
    flex: 1;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 4px 8px rgb(0 0 0 / .1);
    border-radius: 24px
}

.contact-form {
    display: flex;
    flex-direction: column;
    padding: 30px 20px 20px 20px;
    width: 100%
}

.contact-form-group-title {
    place-content: space-between;
    display: flex;
    flex-flow: row;
    align-items: center
}

.contact-form-title {
    font-weight: 600;
    font-family: 'Montserrat',sans-serif
}

.contact-form-download-catalog {
    color: #004C28;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px
}

.form-row {
    display: flex;
    margin-bottom: 20px;
    gap: 16px
}

    .form-row input, .form-row textarea {
        width: 100%;
        padding: 12px;
        border: 1px solid #e2e2e2;
        border-radius: 24px;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        color: #7a7e84;
        padding-left: 20px
    }

        .form-row input[type='email'] {
            background: url(../../assets/icons/fi_mail-gray.svg) no-repeat 20px center;
            padding: 12px 50px
        }

    .form-row textarea {
        height: 100px;
        resize: none
    }

    .form-row button.submit-contact {
        padding: 10px 20px;
        background-color: #006937;
        color: #fff;
        border: none;
        border-radius: 40px;
        cursor: pointer;
        width: fit-content;
        height: 57px;
        font-size: 22px;
        font-weight: 500;
        line-height: 33px
    }

        .form-row button.submit-contact:hover {
            background-color: #fff;
            border: #006937 .5px solid;
            color: #006937
        }

    .form-row:first-child input {
        margin-right: 10px
    }

.contact-form-tilte {
    display: flex;
    font-size: 48px;
    font-weight: 500;
    line-height: 48px;
    color: #242526;
    margin: 0;
    margin-bottom: 20px
}

.contact-form-desc {
    display: flex;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #7A7E84;
    margin-bottom: 20px
}

.iti {
    width: 100%
}

.iti__flag-container {
    margin-right: 10px
}

.iti__selected-flag {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    width: 100%
}

.iti--allow-dropdown .iti__flag-container .iti__selected-flag {
    width: 100%;
    padding-left: 22px
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type='text'], .iti--allow-dropdown input[type='tel'], .iti--separate-dial-code input, .iti--separate-dial-code input[type='text'], .iti--separate-dial-code input[type='tel'] {
    padding-left: 68px !important
}

.footer-container {
    height: auto;
    background: #006937;
    display: flex;
    justify-content: space-between;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
    padding: 28px 0
}

.footer-column {
    flex: 1;
    padding: 0 10px;
    box-sizing: border-box;
    font-weight: 400
}

    .footer-column h2 {
        font-size: 22px;
        font-weight: 500px;
        line-height: 33px
    }

    .footer-column h3 {
        font-size: 20px;
        font-weight: 500;
        line-height: 24.42px
    }

    .footer-column p {
        font-size: 16px;
        font-weight: 400;
        line-height: 19.09px
    }

.contact-info {
    border: 1px solid #e6e7e8;
    overflow: auto;
    display: flex;
    width: 100%
}

    .contact-info .contact-card {
        width: 25%;
        min-width: 25%;
        padding: 40px;
        border-right: 1px solid #e6e7e8
    }

.contact-card .contact-card-title {
    font-family: 'Montserrat',sans-serif;
    color: #262626;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px
}

.contact-card .contact-card-content {
    color: #6d6e71;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -.01em;
    margin-top: 20px
}

    .contact-card .contact-card-content p {
        margin: 0
    }

.icon-link-footer {
    display: flex;
    margin-top: 20px;
    width: auto
}

    .icon-link-footer a {
        margin-left: 14px
    }

        .icon-link-footer a:first-child {
            margin-left: 0
        }

.fullscreen-menu {
    display: none
}

.footer-mobile {
    display: none
}

.footer-story-mobile {
    display: none
}

#fullscreenMenu {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s ease,visibility 0.5s ease
}

    #fullscreenMenu.show {
        visibility: visible;
        opacity: 1
    }

#closeMenu1 {
    cursor: pointer
}

.prev-slide {
    position: absolute;
    top: 100px;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1000
}

.next-slide {
    position: absolute;
    top: 100px;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1000
}

.section1-content .title {
    font-family: 'Montserrat',sans-serif;
    color: #fff;
    font-size: 68px;
    font-weight: 600;
    line-height: 82px
}

.section1-content .desc {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 28px
}

.menu-items {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.5s ease,opacity 0.5s ease
}

    .menu-items.active {
        max-height: 500px;
        opacity: 1;
        visibility: visible
    }

.loading-container {
    height: 100vh;
    width: 100vw;
    padding-top: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    background-color: rgb(111 111 111 / .4);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9999999999999999
}

.loading-wrap {
    background: #fff;
    padding: 57px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.loading-image {
    width: 166.68px;
    height: 166.68px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

    .loading-image .border-image {
        background-image: url(/assets/icons/loading-border.svg);
        position: absolute;
        width: 100%;
        height: 100%;
        animation: spin .7s linear infinite
    }

    .loading-image .loading-logo {
        width: 60%
    }

.loading-text {
    padding-top: 56px;
    font-family: Noto Sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 24.8px;
    text-align: left;
    color: #3cb049
}

.contact-form-container {
    max-width: 100vw;
    margin-top: 112px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.contact-form-content {
    padding-left: 80px;
    background: #f5fffa;
    display: flex;
    gap: 80px
}

.contact-form-tab {
    display: flex;
    width: 100%;
    font-size: 28px;
    line-height: 42px;
    font-weight: 500;
    height: 82px;
    margin-bottom: 40px
}

    .contact-form-tab:hover {
        cursor: pointer
    }

    .contact-form-tab .tab1 {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 4px solid #f2f3f5
    }

    .contact-form-tab .tab2 {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 4px solid #f2f3f5
    }

    .contact-form-tab .active {
        border-color: #01934a;
        color: #006937
    }

.contact-form-content-left {
    display: flex;
    flex-direction: column;
    width: 30%;
    text-align: start;
    padding-top: 80px
}

.contact-form-content-left-title {
    font-size: 48px;
    font-weight: 500;
    line-height: 57.6px;
    color: #242526;
    margin: 0;
    margin-bottom: 10px
}

.contact-form-content-left-desc {
    display: flex;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #3b4452;
    margin-bottom: 30px
}

.contact-form-content-left h3 {
    display: flex;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    color: #242526
}

.contact-form-info {
    display: flex;
    flex-direction: column;
    margin-top: 10px
}

.contact-form-info-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.09px;
    color: #3b4452;
    margin-top: 8px
}

.contact-form-info-title {
    display: flex;
    align-items: center;
    justify-items: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #3b4452;
    gap: 10px
}

.contact-form-content-right {
    display: flex;
    flex-direction: column;
    flex: 1;
    background-color: #fff;
    padding: 80px;
    align-items: center
}

.contact-form, .for-sale-form, .support-form {
    display: flex;
    flex-direction: column;
    padding: 30px 20px 20px 20px;
    width: 100%;
    box-sizing: border-box
}

.form-row {
    display: flex;
    margin-bottom: 20px;
    gap: 16px
}

    .form-row.form-row-2, .form-row.form-row-3, .form-row.form-row-4 {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: max-height 0.5s ease,opacity 0.5s ease;
        margin: 0
    }

    .form-row.show {
        max-height: 150px;
        opacity: 1;
        margin-bottom: 20px
    }

    .form-row select {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image: url(../../assets/icons/fi_chevron-down.svg);
        background-repeat: no-repeat;
        background-position: right 10px center;
        background-size: 15px;
        background-color: #fff
    }

    .form-row input, .form-row select, .form-row textarea {
        padding: 12px;
        border: 1px solid #e2e2e2;
        border-radius: 24px;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        color: #7a7e84;
        padding-left: 20px
    }

    .form-row select {
        padding-right: 30px
    }

    .form-row input[type='email'] {
        background: url(../../assets/icons/fi_mail-gray.svg) no-repeat 20px center;
        padding: 12px 50px
    }

    .form-row textarea {
        height: 100px;
        resize: none
    }

    .form-row button.submit-contact, .form-row button.submit-order {
        padding: 10px 20px;
        background-color: #006937;
        color: #fff;
        border: none;
        border-radius: 40px;
        cursor: pointer;
        width: fit-content;
        height: 57px;
        font-size: 22px;
        font-weight: 500;
        line-height: 33px
    }

        .form-row button.submit-contact:hover,, .form-row button.submit-order:hover {
            background-color: #fff;
            border: 1.5px solid #006937;
            color: #006937;
            cursor: pointer
        }

    .form-row:first-child input {
        margin-right: 10px
    }

    .form-row #phone {
        padding-left: 50px !important
    }

.iti__selected-country-primary {
    padding: 0 0 0 20px
}

.iti {
    width: 100%
}

.iti__flag-container {
    margin-right: 10px
}

.iti__selected-flag {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    width: 100%
}

.iti--allow-dropdown .iti__flag-container .iti__selected-flag {
    width: 100%;
    padding-left: 22px
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type='text'], .iti--allow-dropdown input[type='tel'], .iti--separate-dial-code input, .iti--separate-dial-code input[type='text'], .iti--separate-dial-code input[type='tel'] {
    padding-left: 68px !important
}

.product-list-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px
}

    .product-list-container .title {
        display: flex;
        place-content: space-between;
        font-size: 22px;
        font-weight: 500;
        line-height: 33px;
        align-items: center;
        color: #006937
    }

        .product-list-container .title p {
            font-size: 14px;
            font-weight: 400;
            line-height: 21px;
            color: #7a7e84
        }

    .product-list-container .product-list-item-container {
        display: flex;
        flex-direction: column;
        padding: 12px 20px;
        background: #f5fffa;
        border-radius: 27px;
        margin-bottom: 16px
    }

        .product-list-container .product-list-item-container .more-detail-container {
            display: flex;
            align-items: center;
            place-content: space-between
        }

            .product-list-container .product-list-item-container .more-detail-container .left-content {
                display: flex;
                align-items: center;
                gap: 8px;
                font-size: 20px;
                font-weight: 400;
                line-height: 30px;
                color: #006937
            }

                .product-list-container .product-list-item-container .more-detail-container .left-content:hover {
                    cursor: pointer
                }

.fi-chevron-down {
    transition: transform 0.3s ease
}

.rotate {
    transform: rotate(180deg)
}

button.btn-add-products {
    width: 192px;
    padding: 8px 20px;
    background-color: #fff;
    border: 1.5px solid #006937;
    border-radius: 40px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400px;
    color: #006937
}

    button.btn-add-products:hover {
        background-color: #006937;
        border: 1.5px solid #fff;
        color: #fff;
        cursor: pointer
    }

.select2-container--default .select2-selection--single {
    width: 100%;
    padding: 12px;
    border: 1px solid #e2e2e2;
    border-radius: 24px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #7a7e84;
    padding-left: 20px;
    background-color: #fff;
    height: auto
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #7a7e84;
        line-height: 24px;
        padding-left: 0
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 50%;
        transform: translateY(-50%)
    }

.select2-container--default .select2-dropdown {
    border-radius: 24px;
    border: 1px solid #e2e2e2;
    padding: 8px;
    font-size: 16px;
    color: #7a7e84
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f0f0f0;
    color: #333;
    border-radius: 12px
}

.modal-backdrop {
    z-index: 9999
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

/* Nếu có lỗi thì ẩn icon check xanh mà intlTelInput gắn thêm */
/*input.is-invalid ~ .iti__flag-container .iti__selected-flag::after {
    display: none !important;
}*/

/* Hoặc nếu vẫn hiện icon của Bootstrap thì ẩn luôn */
/*input.is-invalid.form-control {
    background-image: none !important;
}*/


@media (max-width:1300px) {
    .header-container {
        display: none
    }

    .nav-content, .nav-right, .header-content {
        display: none
    }

    .menu-toggle {
        display: block;
        position: absolute;
        top: 25px;
        right: 20px;
        cursor: pointer;
        z-index: 99
    }

    .nav-container {
        display: flex;
        place-content: space-between;
        padding: 0 0 80px;
        width: 100%;
        height: 72px;
        background-image: linear-gradient(rgb(253 253 253 / .6),rgb(229 248 239 / .6),rgb(255 255 255 / .6));
        box-sizing: border-box;
        position: fixed;
        top: 0;
        transition: top 0.3s ease
    }

    .dot-list {
        margin-top: 0 !important
    }

    .fullscreen-menu {
        position: fixed;
        top: -100%;
        left: 0;
        max-width: 100vw;
        width: 100%;
        height: 100%;
        background-color: #fff;
        z-index: 9999;
        display: none;
        transition: top 0.5s
    }

        .fullscreen-menu h2 {
            margin-top: 20px
        }

        .fullscreen-menu.show {
            display: block;
            top: 0
        }

    .close-btn {
        position: absolute;
        top: 20px;
        right: 20px;
        cursor: pointer;
        font-size: 24px
    }

    .header-menu {
        height: 72px;
        display: flex;
        align-items: center;
        padding: 0 20px;
        padding: 20px 24px 20px 24px;
        gap: 0;
        border-radius: 0 0 9.51px 9.51px;
        justify-content: space-between;
        background: linear-gradient(90deg,rgb(253 253 253 / .6) 0%,rgb(229 248 239 / .6) 51.5%,rgb(255 255 255 / .6) 100%)
    }

    .menu-container {
        display: flex;
        height: 100%;
        position: relative;
        width: 100%;
        max-width: 100vw
    }

    .menu-list {
        width: 100%;
        gap: 24px;
        border-top: 1px solid #f2f3f5;
        overflow-y: auto;
        max-height: calc(100vh - 180px)
    }

        .menu-list .menu-list-item {
            padding: 12px 24px 12px 24px;
            gap: 5.95px;
            border: 0 0 .59px 0;
            opacity: 0;
            border-bottom: 1px solid #f2f3f5
        }

    .menu-list-active {
        font-size: 14px;
        font-weight: 400;
        line-height: 16.8px;
        color: #3cb049;
        display: flex;
        cursor: pointer;
        background-image: linear-gradient(#006937,#01934a);
        color: #fff0;
        -webkit-background-clip: text;
        background-clip: text;
        height: 49px;
        align-items: center
    }

        .menu-list-active:hover {
            background: linear-gradient(90deg,rgb(253 253 253 / .8) 0%,rgb(229 248 239 / .8) 51.5%,rgb(255 255 255 / .8) 100%)
        }

    .menu-list-selected {
        background-color: #f8f8fbcc
    }

    .menu-list-group {
        display: flex;
        padding: 10px 24px;
        border-bottom: 1px solid #f2f3f5;
        height: 49px;
        align-items: center
    }

        .menu-list-group:hover {
            background: linear-gradient(90deg,rgb(253 253 253 / .8) 0%,rgb(229 248 239 / .8) 51.5%,rgb(255 255 255 / .8) 100%);
            cursor: pointer
        }

        .menu-list-group.expand {
            display: flex;
            flex-direction: column;
            align-items: start;
            justify-content: center;
            height: auto;
            min-height: 49px;
            background: #fff
        }

            .menu-list-group.expand .label-menu {
                display: flex;
                place-content: space-between;
                width: 100%
            }

            .menu-list-group.expand .menu-items {
                padding-left: 20px;
                flex-direction: column;
                font-size: 14px;
                line-height: 16.8px;
                font-weight: 300;
                color: #7a7e84
            }

                .menu-list-group.expand .menu-items a {
                    text-align: left;
                    display: flex;
                    flex-direction: column;
                    height: 49px;
                    place-content: center
                }

        .menu-list-group .menu-list-group-item {
            font-size: 14px;
            font-weight: 400;
            line-height: 16.8px;
            color: #006937;
            align-content: center
        }

    .menu-container-left {
        width: 100%;
        position: relative
    }

    .menu-list-bottom {
        position: absolute;
        bottom: 80px;
        left: 24px;
        font-size: 20px;
        display: flex;
        width: 100%
    }

    .menu-list-bottom-item {
        flex: 1;
        border: 0 0 .59px 0;
        border: .59px solid #f9f9f9
    }

        .menu-list-item:hover, .menu-list-group-item:hover, .menu-list-bottom-item:hover {
            font-weight: 700;
            color: #006937
        }

    .menu-brand-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 96px
    }

    .menu-brand-title {
        font-size: 28px;
        font-weight: 400;
        line-height: 36px;
        text-align: center;
        color: #006937
    }

    .menu-brand-image-item {
        width: 150px;
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0 7.22px 24.08px 0 #0000000a
    }

    .menu-brand-to {
        font-size: 16px;
        font-weight: 700;
        line-height: 25.6px;
        text-align: left;
        color: #4b4b4b
    }

    .menu-brand-to-icon {
        position: absolute;
        right: 0;
        top: 0
    }

    .hidden {
        display: none
    }

    .bg-f3f3f6 {
        background: #f3f3f6
    }

    .menu-btn-footer {
        display: flex;
        position: absolute;
        bottom: 0;
        align-items: center;
        justify-content: center;
        height: 64px;
        width: 100%;
        border-top: 1px solid #e6e7e8;
        background: #fff
    }

    .btn-menu-ft {
        display: flex;
        place-content: space-between;
        align-items: center;
        justify-content: center;
        color: #006937;
        border: none;
        cursor: pointer;
        font-size: 16px;
        font-weight: 500;
        line-height: 28px;
        background-color: #fff0
    }
}

@media (max-width:1200px) and (min-width:768px) {
    .contact-form {
        display: flex;
        flex-direction: column;
        padding: 30px 20px 20px 20px;
        width: 100vw
    }

    .form-row {
        display: flex;
        margin-bottom: 20px;
        gap: 16px
    }

        .form-row input, .form-row textarea {
            width: 100%;
            padding: 12px;
            border: 1px solid #e2e2e2;
            border-radius: 24px;
            font-size: 16px;
            line-height: 24px;
            color: #7a7e84
        }

        .form-row textarea {
            height: 100px;
            resize: none
        }

        .form-row button.submit-contact, .form-row button.submit-order {
            padding: 10px 20px;
            background-color: #006937;
            color: #fff;
            border: none;
            border-radius: 40px;
            cursor: pointer;
            width: fit-content;
            height: 57px;
            font-size: 22px;
            font-weight: 500;
            line-height: 33px
        }

            .form-row button.submit-contact:hover, .form-row button.submit-order:hover {
                background-color: #0056b3
            }

        .form-row:first-child input {
            margin-right: 10px
        }

    .contact-form-tilte {
        display: flex;
        font-size: 48px;
        font-weight: 500;
        line-height: 48px;
        color: #242526;
        margin: 0;
        margin-bottom: 20px
    }

    .contact-form-desc {
        display: flex;
        font-size: 20px;
        line-height: 30px;
        color: #7a7e84;
        margin-bottom: 20px
    }

    .iti {
        width: 100%
    }

    .iti__flag-container {
        margin-right: 10px
    }

    .iti__selected-flag {
        border-top-left-radius: 24px;
        border-bottom-left-radius: 24px
    }

    .footer-container {
        height: auto;
        background: #006937;
        display: flex;
        justify-content: space-between;
        color: #fff;
        padding: 20px;
        width: 100%;
        box-sizing: border-box;
        padding: 28px 0
    }

    .footer-column {
        flex: 1;
        padding: 0 10px;
        box-sizing: border-box
    }

        .footer-column h3 {
            font-size: 16px;
            font-weight: 500;
            line-height: 19.54px
        }

        .footer-column p {
            font-size: 12px;
            line-height: 14.32px
        }

    .contact-info {
        overflow: auto
    }

        .contact-info .contact-card {
            width: 50%;
            min-width: 50%;
            padding: 40px;
            border-right: 1px solid #e6e7e8
        }

    .icon-link-footer {
        margin-top: 20px
    }

        .icon-link-footer img {
            margin-left: 14px
        }

            .icon-link-footer img:first-child {
                margin-left: 0
            }

    .loading-text {
        padding-top: 40px
    }

    .loading-container {
        padding-top: 72px
    }
}

@media (max-width:1200px) and (min-width:768px) {
    .contact-form-container {
        max-width: 100vw;
        margin-top: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        box-sizing: border-box
    }

    .contact-form-content {
        width: 100%;
        padding-inline: 0;
        background: #f5fffa;
        display: flex;
        flex-direction: column;
        position: relative;
        box-sizing: border-box;
        gap: 20px
    }

    .contact-form-content-left {
        flex: 1;
        z-index: 2;
        order: 2;
        max-width: 100%;
        padding: 32px;
        width: 100%;
        box-sizing: border-box
    }

    .contact-form-content-left-title {
        font-size: 48px;
        font-weight: 500;
        line-height: 57.6px;
        color: #242526;
        margin: 0;
        margin-bottom: 10px
    }

    .contact-form-content-left-desc {
        display: flex;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        color: #3b4452;
        margin-bottom: 30px
    }

    .contact-form-content-left h3 {
        margin: 0;
        margin-bottom: 6px
    }

    .contact-form-info {
        display: flex;
        flex-direction: column;
        margin-top: 10px;
        margin-bottom: 10px
    }

    .contact-form-info-desc {
        font-size: 16px;
        font-weight: 400;
        line-height: 19.09px;
        color: #3b4452;
        margin-top: 8px
    }

    .contact-form-info-title {
        display: flex;
        align-items: center;
        justify-items: center;
        font-size: 18px;
        font-weight: 400;
        line-height: 27px;
        color: #3b4452;
        gap: 10px
    }

    .contact-form-content-right {
        background-color: #fff;
        padding: 32px;
        z-index: 1;
        order: 1;
        margin-bottom: 20px;
        max-width: 100%
    }

    .contact-form, .for-sale-form, .support-form {
        display: flex;
        flex-direction: column;
        padding: 30px 20px 20px 20px;
        width: 100%
    }

    .form-row {
        display: flex;
        margin-bottom: 20px;
        gap: 16px
    }

        .form-row input, .form-row textarea {
            width: 100%;
            padding: 12px;
            border: 1px solid #e2e2e2;
            border-radius: 24px;
            font-size: 16px;
            line-height: 24px;
            font-weight: 400;
            color: #7a7e84
        }

        .form-row textarea {
            height: 100px;
            resize: none
        }

        .form-row button.submit-contact, .form-row button.submit-order {
            padding: 10px 20px;
            background-color: #006937;
            color: #fff;
            border: none;
            border-radius: 40px;
            cursor: pointer;
            width: fit-content;
            height: 57px;
            font-size: 22px;
            font-weight: 500;
            line-height: 33px
        }

        .form-row:first-child input {
            margin-right: 10px
        }

    .contact-form-tilte {
        display: flex;
        font-size: 48px;
        font-weight: 500;
        line-height: 48px;
        color: #242526;
        margin: 0;
        margin-bottom: 20px
    }

    .contact-form-desc {
        display: flex;
        font-size: 20px;
        font-weight: 400;
        line-height: 30px;
        color: #7a7e84;
        margin-bottom: 20px
    }

    .iti {
        width: 100%
    }

    .iti__flag-container {
        margin-right: 10px
    }

    .iti__selected-flag {
        border-top-left-radius: 24px;
        border-bottom-left-radius: 24px
    }
}

@media (max-width:768px) {
    .link-icon-direct {
        bottom: 110px;
        top: auto;
        right: 20px;
        position: fixed;
        z-index: 99
    }

    .section10-container {
        max-width: 100vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        box-sizing: border-box
    }

    .section10-content {
        width: 100%;
        padding-inline: 14px;
        background: #f5fffa;
        display: flex;
        flex-direction: column;
        position: relative;
        box-sizing: border-box;
        gap: 20px;
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding: 24px 0
    }

    .section10-content-bound {
        gap: 24px
    }

    .section10-content-left {
        flex: 1;
        z-index: 2;
        max-width: 100%;
        padding: 0
    }

    .section10-content-left-title {
        font-size: 48px;
        font-weight: 500;
        line-height: 57.6px;
        color: #242526;
        margin: 0 auto;
        margin-bottom: 10px
    }

    .section10-content-left-desc {
        display: flex;
        font-size: 16px;
        line-height: 24px;
        color: #3b4452
    }

    .section10-info-group {
        flex-flow: column;
        gap: 10px
    }

    .section10-info {
        display: flex;
        flex-direction: column;
        margin-top: 10px
    }

    .section10-info-desc {
        font-size: 16px;
        line-height: 19.09px;
        color: #3b4452;
        margin-top: 8px
    }

    .section10-info-title {
        display: flex;
        align-items: center;
        justify-items: center;
        font-size: 18px;
        line-height: 27px;
        color: #3b4452;
        gap: 10px
    }

    .section10-content-right {
        background-color: #fff;
        padding: 0;
        box-shadow: 0 4px 8px rgb(0 0 0 / .1);
        border-radius: 24px;
        z-index: 1;
        margin-bottom: 20px;
        max-width: 100%
    }

    .contact-form {
        display: flex;
        flex-direction: column;
        padding: 30px 20px 20px 20px;
        width: 100vw
    }

    .contact-form-download-catalog img {
        width: 18px
    }

    .contact-form-download-catalog span {
        font-size: 14px
    }

    .form-row {
        display: flex;
        margin-bottom: 20px;
        gap: 16px
    }

        .form-row input, .form-row textarea {
            width: 100%;
            padding: 12px;
            border: 1px solid #e2e2e2;
            border-radius: 24px;
            font-size: 16px;
            line-height: 24px;
            color: #7a7e84
        }

        .form-row textarea {
            height: 100px;
            resize: none
        }

        .form-row button.submit-contact, .form-row button.submit-order {
            padding: 10px 20px;
            background-color: #006937;
            color: #fff;
            border: none;
            border-radius: 40px;
            cursor: pointer;
            width: fit-content;
            height: 57px;
            font-size: 22px;
            font-weight: 500;
            line-height: 33px
        }

        .form-row:first-child input {
            margin-right: 10px
        }

    .contact-form-tilte {
        display: flex;
        font-size: 32px;
        font-weight: 500;
        line-height: 48px;
        color: #242526;
        margin: 0;
        margin-bottom: 20px
    }

    .contact-form-desc {
        display: flex;
        font-size: 20px;
        line-height: 30px;
        color: #7a7e84;
        margin-bottom: 20px
    }

    .iti {
        width: 100%
    }

    .iti__flag-container {
        margin-right: 10px
    }

    .iti__selected-flag {
        border-top-left-radius: 24px;
        border-bottom-left-radius: 24px
    }

    .section10-content {
        width: 100%;
        padding-inline: 14px;
        background: #f5fffa;
        display: flex;
        flex-direction: column;
        position: relative;
        box-sizing: border-box;
        gap: 20px;
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .section10-content-left {
        flex: 1;
        z-index: 2;
        max-width: 100%;
        padding: 0
    }

    .section10-content-left-title {
        font-size: 48px;
        font-weight: 500;
        line-height: 57.6px;
        color: #242526;
        margin: 0 auto;
        margin-bottom: 10px
    }

    .section10-content-left-desc {
        display: flex;
        font-size: 16px;
        line-height: 24px;
        color: #3b4452;
        margin-bottom: 30px
    }

    .section10-info {
        display: flex;
        flex-direction: column;
        margin-top: 10px
    }

    .section10-info-desc {
        font-size: 16px;
        line-height: 19.09px;
        color: #3b4452;
        margin-top: 8px
    }

    .section10-info-title {
        display: flex;
        align-items: center;
        justify-items: center;
        font-size: 18px;
        line-height: 27px;
        color: #3b4452;
        gap: 10px
    }

    .section10-content-right {
        background-color: #fff;
        padding: 0;
        box-shadow: 0 4px 8px rgb(0 0 0 / .1);
        border-radius: 24px;
        z-index: 1;
        margin-bottom: 20px;
        max-width: 100%
    }

    .contact-form {
        display: flex;
        flex-direction: column;
        padding: 30px 20px 20px 20px;
        width: 100vw
    }

    .form-row {
        display: flex;
        margin-bottom: 20px;
        gap: 16px
    }

        .form-row input, .form-row textarea {
            width: 100%;
            padding: 12px;
            border: 1px solid #e2e2e2;
            border-radius: 24px;
            font-size: 16px;
            line-height: 24px;
            color: #333
        }

        .form-row textarea {
            height: 100px;
            resize: none
        }

        .form-row button.submit-contact, .form-row button.submit-order {
            padding: 10px 20px;
            background-color: #006937;
            color: #fff;
            border: none;
            border-radius: 40px;
            cursor: pointer;
            width: fit-content;
            height: 57px;
            font-size: 22px;
            font-weight: 500;
            line-height: 33px
        }

            .form-row button.submit-contact:hover, .form-row button.submit-order:hover {
                background-color: #0056b3
            }

        .form-row:first-child input {
            margin-right: 10px
        }

    .contact-form-tilte {
        display: flex;
        font-size: 32px;
        font-weight: 500;
        line-height: 48px;
        color: #242526;
        margin: 0;
        margin-bottom: 20px
    }

    .contact-form-desc {
        display: flex;
        font-size: 20px;
        line-height: 30px;
        color: #7a7e84;
        margin-bottom: 20px
    }

    .iti {
        width: 100%
    }

    .iti__flag-container {
        margin-right: 10px
    }

    .iti__selected-flag {
        border-top-left-radius: 24px;
        border-bottom-left-radius: 24px
    }

    .section10-content {
        width: 100%;
        padding-inline: 14px;
        background: #f5fffa;
        display: flex;
        flex-direction: column;
        position: relative;
        box-sizing: border-box;
        gap: 24px;
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 24px
    }

    .section10-content-left {
        flex: 1;
        z-index: 2;
        max-width: 100%;
        padding: 0
    }

    .section10-content-left-title {
        font-size: 48px;
        font-weight: 500;
        line-height: 57.6px;
        color: #242526;
        margin: 0 auto;
        margin-bottom: 10px
    }

    .section10-content-left-desc {
        display: flex;
        font-size: 16px;
        line-height: 24px;
        color: #3b4452;
        margin-bottom: 0
    }

    .section10-info {
        display: flex;
        flex-direction: column;
        margin-top: 10px
    }

    .section10-info-desc {
        font-size: 14px;
        line-height: 19.09px;
        color: #3b4452;
        margin-top: 8px
    }

    .section10-info-title {
        display: flex;
        align-items: center;
        justify-items: center;
        font-size: 18px;
        line-height: 27px;
        color: #3b4452;
        gap: 10px
    }

    .section10-content-right {
        background-color: #fff;
        padding: 0;
        box-shadow: 0 4px 8px rgb(0 0 0 / .1);
        border-radius: 24px;
        z-index: 1;
        margin-bottom: 20px;
        max-width: 100%
    }

    .contact-form {
        display: flex;
        flex-direction: column;
        padding: 30px 20px 20px 20px;
        width: 100vw
    }

    .form-row {
        display: flex;
        margin-bottom: 20px;
        gap: 16px
    }

        .form-row input, .form-row textarea {
            width: 100%;
            padding: 12px;
            border: 1px solid #e2e2e2;
            border-radius: 24px;
            font-size: 16px;
            line-height: 24px;
            color: #333
        }

        .form-row textarea {
            height: 100px;
            resize: none
        }

        .form-row button.submit-contact, .form-row button.submit-order {
            padding: 10px 20px;
            background-color: #006937;
            color: #fff;
            border: none;
            border-radius: 40px;
            cursor: pointer;
            width: fit-content;
            height: 57px;
            font-size: 22px;
            font-weight: 500;
            line-height: 33px
        }

            .form-row button.submit-contact:hover, .form-row button.submit-order:hover {
                background-color: #fff
            }

        .form-row:first-child input {
            margin-right: 10px
        }

    .contact-form-tilte {
        display: flex;
        font-size: 32px;
        font-weight: 500;
        line-height: 48px;
        color: #242526;
        margin: 0;
        margin-bottom: 20px
    }

    .contact-form-desc {
        display: flex;
        font-size: 20px;
        line-height: 30px;
        color: #7a7e84;
        margin-bottom: 20px
    }

    .iti {
        width: 100%
    }

    .iti__flag-container {
        margin-right: 10px
    }

    .iti__selected-flag {
        border-top-left-radius: 24px;
        border-bottom-left-radius: 24px
    }

    .footer-container {
        display: none
    }

    .footer-story-content {
        display: none
    }

    .footer-mobile {
        display: block;
        z-index: 2;
        position: absolute;
        width: 100%
    }

    .footer-story-mobile {
        display: block
    }

        .footer-story-mobile .footer-story {
            font-size: 16px;
            display: flex;
            justify-content: space-between;
            padding: 16px 24px;
            border-top: 1px solid #fff;
            background-color: #006937;
            color: #fff
        }

        .footer-story-mobile .footer-story-content {
            padding: 0 26px;
            padding-bottom: 16px;
            border-top: 1px solid #fff;
            background-color: #006937;
            color: #fff
        }

    .footer-story .arrow.rotate {
        rotate: 180deg
    }

    .footer-story-mobile .footer-story-other {
        padding-top: 16px;
        font-size: 15px
    }

    .footer-privacy-container {
        padding: 24px 16px;
        font-size: 14px;
        height: 102px;
        gap: 8px
    }

    .footer-copyright-link {
        width: 100%;
        gap: 0
    }

    .footer-story-mobile .footer-story-other-1 {
        padding-top: 8px;
        font-size: 15px
    }

    .footer-info {
        background: #006937;
        display: flex;
        place-content: space-between;
        padding: 14px
    }

    .footer-item-none {
        display: none
    }

    .loading-text {
        font-size: 14px;
        line-height: 21px;
        padding-top: 40px
    }

    .loading-container {
        padding-top: 72px
    }

    .modal-content {
        width: 340px
    }

    .modal-image {
        border-radius: 24px;
        background: #e6e7e8;
        width: 260px
    }

        .modal-image .image {
            width: 260px;
            height: auto
        }

    .close-share {
        top: 5px;
        right: 10px;
        font-size: 16px
    }

    .modal-image-container {
        border-radius: 16px 16px 0 0
    }

    .share-title {
        font-size: 16px
    }

    .share-sub-text {
        font-size: 12px
    }

    .link-copy {
        font-size: 12px
    }

    .share-icons {
        padding-top: 0
    }

    .share-icon-item {
        width: 40px;
        height: 40px
    }

        .share-icon-item .icon {
            width: 20px;
            height: 20px
        }

    .share-sub-text {
        margin-top: 8px;
        padding: 0
    }

    .link-copy {
        margin-top: 8px;
        padding: 8px 12px
    }

    .contact-form-container {
        max-width: 100vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        box-sizing: border-box;
        margin-top: 74px
    }

    .contact-form-content {
        width: 100%;
        padding-inline: 0;
        background: #f5fffa;
        display: flex;
        flex-direction: column;
        position: relative;
        box-sizing: border-box;
        gap: 20px
    }

    .contact-form-content-left {
        flex: 1;
        z-index: 2;
        order: 2;
        max-width: 100%;
        padding: 18px;
        width: 100%;
        box-sizing: border-box
    }

    .contact-form-content-left-title {
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
        color: #242526;
        margin: 0;
        margin-bottom: 10px
    }

    .contact-form-content-left-desc {
        display: flex;
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        color: #3b4452
    }

    .contact-form-content-left h3 {
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
        margin: 0;
        margin-bottom: 10px
    }

    .contact-form-info {
        display: flex;
        flex-direction: column;
        margin-top: 0
    }

    .contact-form-info-desc {
        font-size: 16px;
        font-weight: 400;
        line-height: 19.09px;
        color: #3b4452;
        margin-top: 8px
    }

    .contact-form-info-title {
        display: flex;
        align-items: center;
        justify-items: center;
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        color: #3b4452;
        gap: 10px;
        margin-bottom: 10px
    }

    .contact-form-content-right {
        background-color: #fff;
        padding: 14px;
        z-index: 1;
        order: 1;
        margin-bottom: 20px;
        max-width: 100%
    }

    .contact-form-tab {
        display: flex;
        font-size: 24px;
        line-height: 36px;
        font-weight: 500;
        height: 76px;
        margin-bottom: 40px
    }

    .contact-form, .for-sale-form, .support-form {
        display: flex;
        flex-direction: column;
        width: 100%
    }

    .form-row {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
        gap: 16px
    }

        .form-row.form-row-2, .form-row.form-row-3, .form-row.form-row-4 {
            max-height: 0;
            overflow: hidden;
            opacity: 0;
            transition: max-height 0.5s ease,opacity 0.5s ease;
            margin: 0
        }

        .form-row.show {
            max-height: 200px;
            opacity: 1;
            margin-bottom: 20px
        }

        .form-row input, .form-row textarea {
            width: 100%;
            padding: 12px;
            border: 1px solid #e2e2e2;
            border-radius: 24px;
            font-size: 16px;
            line-height: 24px;
            font-weight: 400;
            color: #7a7e84;
            box-sizing: border-box;
            padding-left: 18px
        }

        .form-row textarea {
            height: 100px;
            resize: none
        }

        .form-row button.submit-contact, .form-row button.submit-order {
            padding: 10px 20px;
            background-color: #006937;
            color: #fff;
            border: none;
            border-radius: 40px;
            cursor: pointer;
            width: fit-content;
            height: 40px;
            font-size: 16px;
            font-weight: 500;
            line-height: 24px
        }

        .form-row:first-child input {
            margin-right: 10px
        }

    .contact-form-tilte {
        display: flex;
        font-size: 28px;
        font-weight: 500;
        line-height: 33.6px;
        color: #242526;
        margin: 0;
        margin-bottom: 20px
    }

    .contact-form-desc {
        display: flex;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        color: #7a7e84;
        margin-bottom: 20px
    }

    .iti {
        width: 100%
    }

    .iti__flag-container {
        margin-right: 10px
    }

    .iti__selected-flag {
        border-top-left-radius: 24px;
        border-bottom-left-radius: 24px
    }

    .product-list-container {
        display: flex;
        flex-direction: column;
        margin-bottom: 16px
    }

        .product-list-container .title {
            display: flex;
            place-content: none;
            flex-direction: column;
            font-size: 22px;
            font-weight: 500;
            line-height: 33px;
            align-items: start;
            color: #006937
        }

            .product-list-container .title p {
                font-size: 14px;
                font-weight: 400;
                line-height: 21px;
                color: #7a7e84
            }

        .product-list-container .product-list-item-container {
            display: flex;
            flex-direction: column;
            padding: 12px 20px;
            background: #f5fffa;
            border-radius: 27px;
            margin-bottom: 16px
        }

            .product-list-container .product-list-item-container .more-detail-container {
                display: flex;
                align-items: center;
                place-content: space-between
            }

                .product-list-container .product-list-item-container .more-detail-container .left-content {
                    display: flex;
                    align-items: center;
                    gap: 8px;
                    font-size: 16px;
                    font-weight: 400;
                    line-height: 24px;
                    color: #006937
                }

    .fi-chevron-down {
        transition: transform 0.3s ease
    }

    .rotate {
        transform: rotate(180deg)
    }

    button.btn-add-products {
        width: 192px;
        padding: 8px 20px;
        background-color: #fff;
        border: 1.5px solid #006937;
        border-radius: 40px;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        color: #006937
    }

        button.btn-add-products:hover {
            background-color: #006937;
            border: 1.5px solid #fff;
            color: #fff;
            cursor: pointer
        }
}
</pre></body></html>