/* Professional homepage repair layer.
   Loaded after the archived theme so the source theme remains recoverable. */

:root {
    --ssc-green-950: #073b2a;
    --ssc-green-900: #0b4f38;
    --ssc-green-700: #168454;
    --ssc-green-600: #1fa866;
    --ssc-green-500: #31bd76;
    --ssc-lime: #a5c93a;
    --ssc-red: #ed1c24;
    --ssc-ink: #14221c;
    --ssc-muted: #607068;
    --ssc-surface: #f4f8f5;
    --ssc-line: #dce8e0;
    --ssc-shadow: 0 5px 16px rgba(7, 59, 42, .055);
}

html {
    scroll-behavior: smooth;
}

body {
    background: #fff;
    color: var(--ssc-ink);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
    outline: 3px solid rgba(49, 189, 118, .45);
    outline-offset: 4px;
}

.container {
    width: min(100% - 48px, 1180px);
    max-width: 1180px !important;
    padding-left: 0;
    padding-right: 0;
}

/* Header and brand */
.wp-menu-header,
.wp-menu-header.scroll {
    min-height: 86px;
    padding: 14px 0;
    background: rgba(255, 255, 255, .95);
    border-bottom: 1px solid rgba(220, 232, 224, .9);
    box-shadow: 0 8px 32px rgba(7, 59, 42, .07);
    backdrop-filter: blur(14px);
}

.wp-layout-menu {
    align-items: center;
    padding: 0;
}

.menu-header__logo,
.wp-menu-header.scroll .menu-header__logo {
    width: 152px;
    flex: 0 0 152px;
}

.menu-header__logo a {
    width: auto !important;
}

.ssc-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 145px;
}

.ssc-brand__symbol {
    position: relative;
    width: 39px;
    height: 39px;
    flex: 0 0 39px;
    border-radius: 22px 22px 22px 6px;
    background: linear-gradient(145deg, var(--ssc-lime), var(--ssc-green-600) 68%);
    transform: rotate(-45deg);
    box-shadow: 0 8px 20px rgba(31, 168, 102, .24);
}

.ssc-brand__symbol::before,
.ssc-brand__symbol::after {
    content: "";
    position: absolute;
    background: #fff;
}

.ssc-brand__symbol::before {
    width: 7px;
    height: 20px;
    left: 16px;
    top: 10px;
    border-radius: 999px;
}

.ssc-brand__symbol::after {
    width: 13px;
    height: 8px;
    left: 18px;
    top: 8px;
    border-radius: 100% 0 100% 0;
    transform: rotate(45deg);
}

.ssc-brand__type {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.ssc-brand__type strong {
    color: var(--ssc-red);
    font-family: Arial, sans-serif;
    font-size: 29px;
    font-weight: 800;
    letter-spacing: -.04em;
}

.ssc-brand__type small {
    margin-top: 4px;
    color: var(--ssc-green-950);
    font: 700 8px/1 Arial, sans-serif;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.menu-header_dk {
    gap: 28px;
    margin: 0 34px;
}

.item-menu-page {
    margin-right: 0;
}

.txt-menu-dk,
.item-language,
.menu-btn-text {
    color: #24352d !important;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
}

.txt-menu-dk {
    position: relative;
    padding: 13px 0;
}

.txt-menu-dk::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 7px;
    left: 0;
    height: 2px;
    background: var(--ssc-green-600);
    transform: scaleX(0);
    transition: transform .25s ease;
}

.item-menu-page:hover .txt-menu-dk::after,
.txt-menu-dk.active::after {
    transform: scaleX(1);
}

.menu-header_feature {
    top: 0;
}

.language-web {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid var(--ssc-line);
}

.nav-menu {
    margin-left: 20px;
    padding-left: 20px;
    border-left-color: var(--ssc-line);
}

.menu-btn-text {
    color: var(--ssc-green-700) !important;
}

/* Hero */
.main-page,
.main-page::before {
    padding-top: 86px;
}

.main-page::before {
    height: 86px;
}

.wp-banner-page,
.bg-slide-banner {
    height: min(690px, calc(100vh - 86px));
    min-height: 570px;
}

#slider-banner-home .swiper-slide {
    background-image: url('../img-change/bg-pchild.jpg') !important;
    background-position: center 62% !important;
    background-size: cover !important;
}

#slider-banner-home .swiper-slide[data-swiper-slide-index="0"] {
    background-image: url('../img-change/banner1v2-637686972191755857.jpg') !important;
    background-position: center !important;
}

#slider-banner-home .swiper-slide[data-swiper-slide-index="1"] {
    background-image: url('../img-change/banner2-637695618918316999-638655303689652297.jpg') !important;
    background-position: center !important;
}

.bg-slide-banner {
    background: linear-gradient(90deg, rgba(4, 36, 24, .86) 0%, rgba(5, 46, 30, .62) 43%, rgba(6, 54, 34, .08) 76%) !important;
}

#slider-banner-home .swiper-slide[data-swiper-slide-index="0"] .bg-slide-banner {
    background: linear-gradient(270deg, rgba(4, 36, 24, .84) 0%, rgba(5, 46, 30, .56) 42%, rgba(6, 54, 34, .04) 72%) !important;
}

.bg-slide-banner > .container,
.bg-slide-banner > .container > .row,
.bg-slide-banner > .container > .row > .col-12 {
    height: 100%;
}

.bg-slide-banner > .container > .row > .col-12 {
    position: relative;
}

@supports (inset-inline-start: 0) {
    .content-banner {
        top: 50%;
        right: auto;
        left: 0;
        width: min(660px, 58vw);
        max-width: 660px;
        transform: translateY(-50%);
    }
}

#slider-banner-home .swiper-slide[data-swiper-slide-index="0"] .content-banner {
    right: 0;
    left: auto;
}

.content-banner h2 {
    margin: 0;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: clamp(40px, 4.3vw, 66px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -.035em;
    text-shadow: 0 8px 30px rgba(0, 0, 0, .22);
}

.content-banner h2 p {
    text-align: left !important;
}

.btn-banner {
    display: flex;
    gap: 12px;
    padding-top: 34px;
}

.btn__banner,
.btn__banner--left {
    width: auto;
    margin: 0;
}

.btn-banner a,
.btn-connect-footer a {
    min-width: 0;
    height: auto;
    padding: 14px 24px;
    border: 1px solid var(--ssc-green-500);
    border-radius: 999px;
    background: var(--ssc-green-600);
    color: #fff;
    font: 700 15px/1.2 Arial, sans-serif;
    line-height: 1.2;
    box-shadow: 0 12px 28px rgba(7, 59, 42, .22);
}

.btn__banner--right a {
    border-color: rgba(255, 255, 255, .62);
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(8px);
}

.btn-banner a:hover,
.btn-connect-footer a:hover {
    background: var(--ssc-green-950);
    color: #fff;
    transform: translateY(-2px);
}

.circle-animation-banner {
    display: none;
}

.pagination-slider-banner {
    bottom: 30px;
}

.circle-pagination span {
    width: 8px;
    height: 8px;
    margin: 0 7px;
}

/* Shared section typography */
.title--line-page .line,
.block-title-page > .line {
    width: 56px;
    height: 3px;
    margin-bottom: 18px;
    border-radius: 99px;
    background: var(--ssc-green-500);
}

.txt-name-block {
    color: var(--ssc-green-950) !important;
    font-family: Arial, sans-serif;
    font-size: clamp(30px, 3vw, 44px);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -.025em;
}

.txt-nd-block,
.txt-nd-item-slide,
.content-item-solutions-procuts p,
.nd-statistical-item {
    color: var(--ssc-muted);
    font-family: Arial, sans-serif;
    line-height: 1.7;
}

/* Sustainability: preserve the distinctive collage but supply local imagery. */
.wp-sustainable {
    padding: 96px 0 74px;
    background: linear-gradient(180deg, #fff 0%, var(--ssc-surface) 100%);
}

.layout-sustainable .block-title-page {
    top: 62px;
}

.img-sustainable {
    overflow: hidden;
    border-radius: 18px;
    background-position: center;
    background-size: cover;
    box-shadow: var(--ssc-shadow);
}

.img-sustainable img {
    visibility: hidden;
}

.img-sustainable.picture-1 {
    background-image: url('img-fix/236740360-637659341685002397.jpg');
}

.img-sustainable.picture-2 {
    background-image: url('img-fix/img-sustainable-2-637459576956257262-637527137266233649.png');
}

.img-sustainable.picture-3 {
    background-image: url('img-fix/img-sustainable-3-637459576956413385-637527137587721163.png');
}

.img-sustainable.picture-4 {
    background-image: url('img-fix/img-sustainable-4-637459576956413385-637527137871315202.png');
}

.layout-sustainable .title--line-page {
    padding-bottom: 20px;
}

.layout-sustainable .txt-nd-block {
    font-size: 16px;
}

.list-content-sustainable p {
    margin-bottom: 12px;
}

.list-content-sustainable b,
.list-content-sustainable strong {
    color: var(--ssc-green-700);
}

/* Research & development: section title, topic tabs, then the slide text (left) beside a collage of the
   three R&D photos whose highlighted picture follows the active slide (right). Below 992px the collage is
   hidden and each slide shows its own photo. Scoped to #research so it outranks the archived theme. */
#research.wp-research-development {
    padding: 104px 0 112px;
    background: #fff;
}

#research .layout-wp-research-development {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    gap: clamp(40px, 6vw, 96px);
}

#research .wp-research-development--left {
    width: auto;
    min-width: 0;
    margin: 0;
    padding: 0;
}

#research .layout-item-slide {
    padding-bottom: 0;
}

#research .content-item-slide {
    margin: 0;
    padding: 0;
}

#research .name-title-item-slide {
    max-width: none;
    margin: 0 0 16px;
    padding: 0;
    color: var(--ssc-green-950);
    font: 700 clamp(22px, 2.1vw, 28px)/1.3 Arial, sans-serif;
}

#research .txt-nd-item-slide,
#research .txt-nd-item-slide p {
    margin: 0;
    color: var(--ssc-muted);
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
}

/* The archived theme clamps this text to 8 lines between 1200px and 1399px */
#research .txt-nd-item-slide {
    display: block;
    -webkit-line-clamp: unset;
    overflow: visible;
}

/* Topic tabs (Swiper pagination), placed between the section title and the slide text.
   The archived theme styles every span in .pagination-rd as a 32px box, hence the explicit resets. */
#research .pagination-rd {
    position: static;
    width: auto;
    margin: 0 0 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    transform: none;
}

#research .pagination-rd .swiper-pagination-bullet {
    width: auto;
    height: auto;
    margin: 0;
    padding: 7px 18px 7px 7px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--ssc-green-900);
    background: #fff;
    border: 1px solid var(--ssc-line);
    border-radius: 999px;
    font: 700 14px/1.2 Arial, sans-serif;
    text-align: left;
    opacity: 1;
    cursor: pointer;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

#research .pagination-rd .swiper-pagination-bullet b {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    display: grid;
    place-items: center;
    color: var(--ssc-green-700);
    background: var(--ssc-surface);
    border-radius: 50%;
    font-size: 12px;
}

#research .pagination-rd .swiper-pagination-bullet .rd-tab-label {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    display: inline;
    color: inherit;
    background: none;
    font: inherit;
    line-height: inherit;
    text-align: left;
    white-space: nowrap;
}

#research .pagination-rd .swiper-pagination-bullet:hover {
    border-color: var(--ssc-green-600);
}

#research .pagination-rd .swiper-pagination-bullet:focus-visible {
    outline: 3px solid rgba(49, 189, 118, .45);
    outline-offset: 3px;
}

#research .pagination-rd .swiper-pagination-bullet-active {
    color: #fff;
    background: var(--ssc-green-700);
    border-color: var(--ssc-green-700);
    box-shadow: 0 10px 24px rgba(22, 132, 84, .25);
}

#research .pagination-rd .swiper-pagination-bullet-active b {
    color: var(--ssc-green-950);
    background: var(--ssc-lime);
}

/* Collage */
#research .wp-research-development--right {
    position: relative;
    height: clamp(480px, 44vw, 600px);
    min-height: 0;
    margin: 0;
    display: block;
}

#research .wp-research-development--right .item-picture-wp {
    position: absolute;
    z-index: 1;
    height: auto;
    margin: 0;
    cursor: pointer;
    opacity: .8;
    transform: scale(.95);
    transition: opacity .45s ease, transform .45s ease;
}

#research .wp-research-development--right .item-picture-wp:nth-child(1) {
    top: 0;
    right: auto;
    left: 0;
    width: 52%;
}

#research .wp-research-development--right .item-picture-wp:nth-child(2) {
    top: 9%;
    right: 0;
    left: auto;
    width: 50%;
}

#research .wp-research-development--right .item-picture-wp:nth-child(3) {
    top: auto;
    right: auto;
    bottom: 0;
    left: 18%;
    width: 46%;
}

#research .wp-research-development--right .item-picture-wp.active {
    z-index: 3;
    opacity: 1;
    transform: none;
}

#research .wp-research-development--right .item-picture-wp:not(.active):hover {
    opacity: .95;
}

#research .wp-research-development--right .item-picture-wp:focus-visible {
    outline: 3px solid rgba(49, 189, 118, .55);
    outline-offset: 6px;
    border-radius: 26px;
}

#research .wp-research-development--right .picture-item,
#research .wp-research-development--right .item-picture-wp:nth-child(1) .picture-item {
    width: 100%;
    height: auto;
    aspect-ratio: 5 / 6;
    overflow: hidden;
    background: #eef5f0;
    border: 6px solid #fff;
    border-radius: 26px;
    box-shadow: 0 18px 44px rgba(7, 59, 42, .16);
    transform: none;
}

#research .wp-research-development--right .item-picture-wp.active .picture-item {
    box-shadow: 0 30px 70px rgba(7, 59, 42, .3);
}

#research .picture-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    visibility: visible;
}

#research .picture-item::after {
    content: none;
}

/* Round icon badge in the corner of the highlighted picture */
#research .wp-research-development--right .item-picture-wp .texture-animation {
    top: 18px;
    bottom: auto;
    left: 18px;
    opacity: 0;
    transition: opacity .3s ease;
}

#research .wp-research-development--right .item-picture-wp.active .texture-animation {
    opacity: 1;
}

#research .wp-research-development--right .img-texture-amimation {
    width: 54px;
    height: 54px;
    overflow: hidden;
    border: 4px solid #fff;
    border-radius: 50%;
    box-shadow: 0 8px 18px rgba(7, 59, 42, .22);
}

#research .wp-research-development--right .img-texture-amimation img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

#research .wp-research-development--right .block-circle-animation-1 {
    display: none;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    #research .pagination-rd {
        gap: 8px;
    }

    #research .pagination-rd .swiper-pagination-bullet {
        padding: 6px 14px 6px 6px;
        gap: 8px;
        font-size: 13px;
    }

    #research .pagination-rd .swiper-pagination-bullet b {
        width: 26px;
        height: 26px;
        flex-basis: 26px;
    }
}

@media (max-width: 991.98px) {
    #research.wp-research-development {
        padding: 64px 0 72px;
    }

    #research .layout-wp-research-development {
        display: block;
    }

    #research .wp-research-development--right {
        display: none;
    }

    /* Each slide shows its own photo, then its title and text. The archived theme forces margins,
       widths and a fixed 350px photo height here (some with !important), hence the overrides. */
    #research .content-item-slide {
        width: auto;
    }

    #research .layout-item-slide {
        display: flex;
        flex-direction: column-reverse;
        gap: 22px;
    }

    #research .swiper-slide .item-picture-wp {
        position: relative;
        flex: none;
        width: 100% !important;
        max-width: 560px;
        height: auto !important;
        margin: 0 !important;
    }

    #research .swiper-slide .picture-item {
        width: 100%;
        height: auto;
        aspect-ratio: 5 / 4;
        overflow: hidden;
        border-radius: 20px;
        box-shadow: none;
    }

    #research .swiper-slide .picture-item img {
        object-position: center 30%;
    }

    #research .swiper-slide .texture-animation {
        display: none;
    }

    /* Slide numbers sit on the photo: the tab bar is laid over the photo area of the active slide */
    #research .block-slide-research-development {
        position: relative;
        margin-top: 8px;
    }

    #research .pagination-rd {
        position: absolute;
        top: 0;
        right: auto;
        bottom: auto;
        left: 0;
        z-index: 5;
        width: 100%;
        max-width: 560px;
        aspect-ratio: 5 / 4;
        margin: 0;
        padding: 14px;
        display: flex;
        flex-wrap: nowrap;
        align-items: flex-end;
        gap: 8px;
        pointer-events: none;
    }

    #research .pagination-rd .swiper-pagination-bullet {
        padding: 5px;
        pointer-events: auto;
        box-shadow: 0 6px 16px rgba(7, 59, 42, .28);
    }

    #research .pagination-rd .swiper-pagination-bullet .rd-tab-label {
        display: none;
    }
}

/* Tablets: photo beside the text; the numbers stay on the photo */
@media (min-width: 768px) and (max-width: 991.98px) {
    #research .layout-item-slide {
        display: grid;
        grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
        align-items: start;
        gap: 32px;
    }

    #research .swiper-slide .item-picture-wp {
        grid-column: 1;
        grid-row: 1;
        max-width: none;
    }

    #research .content-item-slide {
        grid-column: 2;
        grid-row: 1;
    }

    #research .swiper-slide .picture-item {
        aspect-ratio: 4 / 5;
    }

    #research .pagination-rd {
        width: calc((100% - 32px) * 5 / 12);
        max-width: none;
        aspect-ratio: 4 / 5;
    }
}

.texture-left-wp,
.texture-center-wp,
.texture-right-wp {
    opacity: .42;
}

/* Products */
.wp-our-solution-products {
    overflow: hidden;
    padding-bottom: 90px;
    background: var(--ssc-surface);
}

.title-solution-products {
    padding: 52px 0;
    background: linear-gradient(120deg, var(--ssc-green-900), var(--ssc-green-600));
}

.wp-our-solution-products .title-solution-products .txt-name-block,
.wp-new-reports-home .txt-name-block {
    color: #fff !important;
}

.block-tab-solution-products {
    margin-bottom: 54px;
    padding: 24px 0;
    border-bottom: 1px solid var(--ssc-line);
    box-shadow: none;
}

.tab-menu-products {
    display: flex;
    gap: 8px;
}

.item-menu-products {
    padding: 10px 15px;
    border-radius: 999px;
    color: var(--ssc-muted);
    font-family: Arial, sans-serif;
    font-size: 14px !important;
    font-weight: 700;
    transition: .25s ease;
}

.item-menu-products:hover,
.item-menu-products.active {
    background: #e5f4eb;
    color: var(--ssc-green-700) !important;
}

.item-solutions-procuts {
    border: 1px solid var(--ssc-line);
    border-radius: 0;
    background: #fff;
    box-shadow: 0 4px 14px rgba(7, 59, 42, .05);
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease;
}

.item-solutions-procuts:hover {
    transform: translateY(-3px);
    box-shadow: 0 7px 18px rgba(7, 59, 42, .075);
}

.item-solutions-procuts .picture-item,
.item-solutions-procuts .picture-item a {
    height: 260px;
    background-position: center;
    background-size: cover;
    box-shadow: none;
}

/* "All" tab: each card shows its own photo, painted on the link under a soft shade (the card's <img> stays hidden).
   Browsers without :has() fall back to the shared field photo. */
#slider-products0 .item-solutions-procuts .picture-item a {
    background-image: linear-gradient(180deg, transparent 45%, rgba(7, 59, 42, .22)), url('../img-change/bg-pchild.jpg');
}

#slider-products0 .picture-item a:has(img[src*="hat-giong-cay-trong"]) {
    background-image: linear-gradient(180deg, transparent 45%, rgba(7, 59, 42, .22)), url('../uploads/Data/2021/08/30/hat-giong-cay-trong-63765934871781426775a1.jpg');
}

#slider-products0 .picture-item a:has(img[src*="nong-san-va-dich-vu"]) {
    background-image: linear-gradient(180deg, transparent 45%, rgba(7, 59, 42, .22)), url('../uploads/Data/2021/08/30/nong-san-va-dich-vu-home-63765933925638414275a1.jpg');
}

#slider-products0 .picture-item a:has(img[src*="linh-vuc-kinh-doanh-chinh-1"]) {
    background-image: linear-gradient(180deg, transparent 45%, rgba(7, 59, 42, .22)), url('../uploads/Data/2022/03/31/linh-vuc-kinh-doanh-chinh-1-637843316216800503.jpg');
}

/* Agricultural Materials and Services keeps the Research & Development photo */
#slider-products0 .picture-item a:has(img[src*="vat-tu-nong-nghiep"]) {
    background-image: linear-gradient(180deg, transparent 45%, rgba(7, 59, 42, .18)), url('img-fix/Research-Development-1.png');
}

#slider-products0 .item-solutions-procuts .picture-item img {
    visibility: hidden;
}

/* Cross-Pollination Seeds tab: the seed-pack photos are shown whole on white rather than cropped to fill the frame */
#slider-products122 .picture-item a {
    background: #fdfdfd;
}

#slider-products122 .picture-item a img {
    box-sizing: border-box;
    padding: 16px 0;
    object-fit: contain;
}

.content-item-solutions-procuts {
    min-height: 232px;
    padding: 28px 28px 32px;
}

.content-item-solutions-procuts h3 {
    height: auto;
    margin-bottom: 13px;
}

.content-item-solutions-procuts h3 a {
    color: var(--ssc-green-950);
    font-family: Arial, sans-serif;
    font-size: 21px;
    line-height: 1.3;
}

.content-item-solutions-procuts p {
    font-size: 15px;
    line-height: 1.65;
}

.item-solutions-procuts .texture-animation {
    display: none;
}

/* Global network replaces the missing map image with an intentional data panel. */
.wp-map-dl {
    padding: 100px 0;
    background:
        radial-gradient(circle at 82% 18%, rgba(165, 201, 58, .22), transparent 27%),
        linear-gradient(135deg, #062f22, #0a573b);
}

.wp-map-dl::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .13;
    background-image: radial-gradient(rgba(255, 255, 255, .9) 1px, transparent 1px);
    background-size: 22px 22px;
}

.wp-map-dl > .container,
.wp-map-dl .wp-info-map {
    position: relative;
    z-index: 2;
}

.wp-map-dl .block-title-page {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 80px;
}

.wp-map-dl .txt-name-block,
.wp-map-dl .txt-nd-block {
    color: #fff !important;
}

.wp-map-dl .txt-nd-block {
    top: 0;
    margin: 0;
    font-size: 17px;
    opacity: .78;
}

.wp-content-map-dl {
    display: none;
}

.wp-info-map {
    display: block !important;
    margin-top: 58px;
}

.block-statistical-page {
    position: relative;
    bottom: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    max-width: 100%;
}

.item-statistical-page {
    margin: 0;
    padding: 28px 32px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 0;
    background: rgba(255, 255, 255, .09);
    text-align: left;
    backdrop-filter: blur(8px);
}

.item-statistical-page::before {
    display: none;
}

.number-item {
    margin-bottom: 7px;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 25px;
    font-weight: 700;
}

.number-item .number {
    margin-right: 7px;
    color: #bddd55;
    font-size: 48px;
    letter-spacing: -.04em;
}

.nd-statistical-item {
    color: rgba(255, 255, 255, .72);
    font-size: 15px;
    line-height: 1.55;
}

/* News */
.wp-new-reports-home {
    padding: 90px 0;
    background: #fff;
}

.wp-new-reports-home .title-solution-products {
    padding: 0 0 38px;
    background: transparent;
}

.wp-new-reports-home .block-title-page .txt-name-block {
    color: var(--ssc-green-950) !important;
}

.wp-new-reports-home .line {
    background: var(--ssc-green-500);
}

.slide-new-reports-home {
    width: min(100% - 48px, 1180px);
    margin: 0 auto;
}

.slide-new-reports-home .swiper-container {
    overflow: hidden;
    border-radius: 0;
}

.item-new {
    height: 420px;
    border: 0;
    background-position: center !important;
}

#slider-new .swiper-slide:nth-child(1) .item-new,
#slider-new .swiper-slide:nth-child(3) .item-new {
    background-image: url('../img-change/bg-pchild.jpg') !important;
}

#slider-new .swiper-slide:nth-child(2) .item-new {
    background-image: url('img-fix/Research-Development-1.png') !important;
}

.item-new::before {
    background: linear-gradient(180deg, rgba(4, 33, 23, .05) 15%, rgba(4, 33, 23, .92) 100%);
}

.content-item-news {
    right: 0;
    bottom: 30px;
    left: 0;
    padding: 0 28px;
}

.content-item-news h3 {
    height: auto;
    margin-bottom: 18px;
}

.content-item-news h3 a {
    font-family: Arial, sans-serif;
    font-size: 20px;
    line-height: 1.38;
}

.content-item-news .category-item,
.date-item {
    font-family: Arial, sans-serif;
    font-size: 13px;
}

.item-btn-new-slide {
    top: -81px;
    border: 1px solid var(--ssc-line);
    background: #fff;
}

.btn-next-new {
    right: 0;
}

.btn-prev-new {
    right: 60px;
}

/* Footer */
.wp-footer {
    padding: 62px 0 44px;
    background: var(--ssc-green-950);
}

.logo-footer a {
    width: auto;
}

.ssc-brand--footer .ssc-brand__type strong {
    color: #ff5358;
}

.ssc-brand--footer .ssc-brand__type small {
    color: rgba(255, 255, 255, .78);
}

.btn-connect-footer a {
    display: inline-flex;
    margin-top: 16px;
    padding: 12px 22px;
}

.title-ct-footer {
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: 800;
    text-transform: none;
}

.item-contact-footer .text-title,
.item-contact-footer .ct-contact,
.copy-right-vns a {
    color: rgba(255, 255, 255, .72);
    font-family: Arial, sans-serif;
}

.social-footer {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.item-connect-social {
    display: inline-grid;
    width: 42px;
    height: 42px;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    place-items: center;
}

.copy-right-vns {
    margin-top: 18px;
}

/* Responsive repair */
@media (max-width: 1199px) {
    .menu-header_dk {
        gap: 18px;
        margin: 0 24px;
    }

    .txt-menu-dk {
        font-size: 14px;
    }

    .wp-banner-page,
    .bg-slide-banner {
        height: 610px;
    }

    .content-banner {
        top: 50%;
    }
}

@media (max-width: 991px) {
    .container,
    .slide-new-reports-home {
        width: min(100% - 36px, 760px);
    }

    .wp-menu-header,
    .wp-menu-header.scroll {
        min-height: 70px;
        padding: 10px 0;
    }

    .menu-header__logo,
    .wp-menu-header.scroll .menu-header__logo {
        width: 142px;
        flex-basis: 142px;
    }

    .main-page,
    .main-page::before {
        padding-top: 70px;
    }

    .main-page::before {
        height: 70px;
    }

    .wp-banner-page,
    .bg-slide-banner {
        height: 590px;
        min-height: 590px;
    }

    .content-banner {
        top: 50%;
        left: 0;
        width: min(590px, 76vw);
    }

    .wp-sustainable,
    .wp-research-development,
    .wp-map-dl,
    .wp-new-reports-home {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .layout-sustainable .block-title-page {
        position: relative;
        top: 0;
    }

    .layout-sustainable {
        margin-bottom: 0;
    }

    .wp-research-development--left {
        width: 100%;
        margin-right: 0;
    }

    .wp-research-development--right {
        display: none;
    }

    .wp-map-dl .block-title-page {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .wp-map-dl .txt-nd-block {
        margin-top: 0;
    }

    .item-solutions-procuts .picture-item,
    .item-solutions-procuts .picture-item a {
        height: 235px;
    }
}

@media (max-width: 767px) {
    .container,
    .slide-new-reports-home {
        width: min(100% - 30px, 560px);
    }

    .form-search {
        display: none;
    }

    .language-web {
        margin-left: 0;
        padding-left: 0;
        border-left: 0;
    }

    .nav-menu {
        margin-left: 14px;
        padding-left: 14px;
    }

    .wp-banner-page,
    .bg-slide-banner {
        height: 530px;
        min-height: 530px;
    }

    #slider-banner-home .swiper-slide {
        background-position: 57% center !important;
    }

    #slider-banner-home .swiper-slide[data-swiper-slide-index="0"] {
        background-position: 70% center !important;
    }

    #slider-banner-home .swiper-slide[data-swiper-slide-index="1"] {
        background-position: 43% center !important;
    }

    .bg-slide-banner {
        background: linear-gradient(90deg, rgba(4, 36, 24, .88), rgba(4, 36, 24, .38)) !important;
    }

    .content-banner {
        position: absolute;
        top: 50%;
        left: 0;
        width: calc(100vw - 30px);
        transform: translateY(-50%);
    }

    #slider-banner-home .swiper-slide[data-swiper-slide-index="0"] .content-banner {
        right: auto;
        left: 0;
    }

    #slider-banner-home .swiper-slide[data-swiper-slide-index="0"] .bg-slide-banner {
        background: linear-gradient(90deg, rgba(4, 36, 24, .86), rgba(4, 36, 24, .28)) !important;
    }

    .content-banner h2 {
        font-size: clamp(32px, 9vw, 46px);
    }

    .btn-banner {
        top: 0;
        flex-wrap: wrap;
        padding-top: 26px;
    }

    .btn__banner,
    .btn__banner--left {
        width: auto;
    }

    .btn-banner a {
        width: auto;
        padding: 13px 18px;
        font-size: 13px;
        line-height: 1.2;
    }

    .block-picture-sustainable {
        display: none;
    }

    .layout-sustainable {
        display: block;
    }

    .wp-our-solution-products {
        padding-bottom: 54px;
    }

    .title-solution-products {
        padding: 36px 0;
    }

    .block-tab-solution-products {
        margin-bottom: 34px;
    }

    .item-solutions-procuts {
        width: calc(100vw - 60px) !important;
        max-width: 410px;
    }

    .content-item-solutions-procuts {
        min-height: 220px;
        padding: 24px;
    }

    .block-statistical-page {
        grid-template-columns: 1fr;
    }

    .item-statistical-page {
        padding: 24px;
    }

    .wp-new-reports-home {
        padding-bottom: 58px;
    }

    .item-new {
        height: 350px;
    }

    .slide-new-reports-home .swiper-slide {
        width: min(88vw, 390px) !important;
    }

    .item-btn-new-slide {
        top: -76px;
    }

    .social-footer {
        justify-content: flex-start;
    }
}

@media (max-width: 480px) {
    .ssc-brand {
        min-width: 118px;
        gap: 8px;
    }

    .ssc-brand__symbol {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
    }

    .ssc-brand__symbol::before {
        left: 14px;
        top: 8px;
    }

    .ssc-brand__symbol::after {
        left: 16px;
        top: 7px;
    }

    .ssc-brand__type strong {
        font-size: 25px;
    }

    .menu-header__logo,
    .wp-menu-header.scroll .menu-header__logo {
        width: 120px;
        flex-basis: 120px;
    }

    .item-language {
        font-size: 12px;
    }

    .menu-btn-text {
        font-size: 13px;
    }

    .content-banner h2 {
        font-size: 34px;
    }

    .txt-name-block {
        font-size: 31px;
    }

    .number-item .number {
        font-size: 40px;
    }

    .wp-footer {
        padding-top: 46px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}

/* ===== Hero slider (v2): photo with slow zoom, legible text, progress controls ===== */
.hero-v2 {
    --hero-delay: 7.1s;
    position: relative;
    height: clamp(560px, calc(100vh - 86px), 760px);
    height: clamp(560px, calc(100svh - 86px), 760px);
    min-height: 0;
    overflow: hidden;
    background: var(--ssc-green-950);
}

.hero-v2 #slider-banner-home,
.hero-v2 #slider-banner-home .swiper-wrapper,
.hero-v2 #slider-banner-home .swiper-slide,
.hero-v2 .bg-slide-banner {
    height: 100%;
    min-height: 0;
}

.hero-v2 #slider-banner-home .swiper-slide {
    position: relative;
    overflow: hidden;
    background: var(--ssc-green-950) !important;
}

/* The photo sits on a pseudo-element so it can zoom slowly without moving the text */
.hero-v2 #slider-banner-home .swiper-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--hero-image) var(--hero-position, center) / cover no-repeat;
    transform: scale(1.06);
    transition: transform 7s ease-out;
}

.hero-v2 #slider-banner-home .swiper-slide-active::before {
    transform: scale(1);
}

.hero-v2 .hero-slide--1 {
    --hero-image: url("../img-change/banner1v2-637686972191755857.jpg");
}

.hero-v2 .hero-slide--2 {
    --hero-image: url("../img-change/banner2-637695618918316999-638655303689652297.jpg");
}

.hero-v2 .hero-slide--3 {
    --hero-image: url("../img-change/banner3-637635180052986374-638660495366960705.jpg");
}

/* Shade behind the text (slide 1 keeps its text on the right, clear of the photo's illustration) */
.hero-v2 #slider-banner-home .swiper-slide .bg-slide-banner {
    position: relative;
    z-index: 1;
    background: linear-gradient(90deg, rgba(3, 33, 22, .88) 0%, rgba(3, 33, 22, .62) 38%, rgba(3, 33, 22, .12) 72%, rgba(3, 33, 22, 0) 100%) !important;
}

.hero-v2 #slider-banner-home .hero-slide--1 .bg-slide-banner {
    background: linear-gradient(270deg, rgba(3, 33, 22, .88) 0%, rgba(3, 33, 22, .6) 40%, rgba(3, 33, 22, .1) 74%, rgba(3, 33, 22, 0) 100%) !important;
}

.hero-v2 .circle-animation-banner {
    display: none;
}

.hero-v2 .bg-slide-banner > .container,
.hero-v2 .bg-slide-banner > .container > .row {
    height: 100%;
}

.hero-v2 .bg-slide-banner > .container > .row {
    margin: 0;
}

.hero-v2 .bg-slide-banner > .container > .row > .col-12 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 0 72px;
}

.hero-v2 .hero-slide--1 .bg-slide-banner > .container > .row > .col-12 {
    justify-content: flex-end;
}

.hero-v2 #slider-banner-home .content-banner {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    max-width: 600px;
    margin: 0;
    transform: none;
}

/* Text rises in on the active slide (only once the slider has initialised) */
.hero-v2 #slider-banner-home.swiper-container-fade .content-banner {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .7s ease .25s, transform .7s ease .25s;
}

.hero-v2 #slider-banner-home.swiper-container-fade .swiper-slide-active .content-banner {
    opacity: 1;
    transform: none;
}

.hero-v2 .content-banner .hero-title {
    margin: 0 0 26px;
    color: #fff;
    font: 800 clamp(32px, 3.5vw, 52px)/1.1 Arial, sans-serif;
    letter-spacing: -.012em;
    text-align: left;
    text-shadow: 0 2px 24px rgba(0, 0, 0, .25);
    text-wrap: balance;
}

.hero-v2 .btn-banner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 12px;
}

.hero-v2 .btn__banner,
.hero-v2 .btn__banner--left {
    width: auto;
    margin: 0;
    display: block;
}

.hero-v2 .btn-banner .btn__banner a {
    min-height: 48px;
    padding: 12px 24px;
    display: inline-flex;
    align-items: center;
    color: #fff;
    background: var(--ssc-green-600);
    border: 1px solid var(--ssc-green-600);
    border-radius: 999px;
    font: 700 15px/1.2 Arial, sans-serif;
    text-transform: none;
    white-space: nowrap;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .18);
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.hero-v2 .btn-banner .btn__banner a:hover {
    background: var(--ssc-green-700);
    border-color: var(--ssc-green-700);
    transform: translateY(-1px);
}

.hero-v2 .btn-banner .btn__banner--right a {
    background: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .72);
    box-shadow: none;
    backdrop-filter: blur(6px);
}

.hero-v2 .btn-banner .btn__banner--right a:hover {
    color: var(--ssc-green-950);
    background: #fff;
    border-color: #fff;
}

.hero-v2 .btn-banner .btn__banner a:focus-visible,
.hero-v2 .hero-btn:focus-visible,
.hero-v2 .hero-pagination .swiper-pagination-bullet:focus-visible {
    outline: 3px solid rgba(165, 201, 58, .85);
    outline-offset: 3px;
}

/* Control bar, grouped bottom-left so it stays clear of the fixed chat button: counter, progress bars, pause / previous / next */
.hero-v2 .hero-controls {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 6;
    pointer-events: none;
}

.hero-v2 .hero-controls__inner {
    padding-bottom: 28px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 22px;
}

.hero-v2 .hero-controls__status,
.hero-v2 .hero-controls__buttons {
    display: flex;
    align-items: center;
    gap: 14px;
    pointer-events: auto;
}

.hero-v2 .hero-controls__buttons {
    gap: 10px;
}

.hero-v2 .hero-counter {
    color: rgba(255, 255, 255, .72);
    font: 700 14px/1 Arial, sans-serif;
    letter-spacing: .06em;
    white-space: nowrap;
}

.hero-v2 .hero-counter b {
    margin-right: 2px;
    color: #fff;
    font-size: 20px;
}

.hero-v2 .hero-pagination {
    position: static;
    width: auto;
    display: flex;
    gap: 8px;
    transform: none;
}

.hero-v2 .hero-pagination .swiper-pagination-bullet {
    position: relative;
    width: 44px;
    height: 24px;
    margin: 0 !important;
    background: none;
    border-radius: 0;
    opacity: 1;
    cursor: pointer;
}

.hero-v2 .hero-pagination .swiper-pagination-bullet::before,
.hero-v2 .hero-pagination .swiper-pagination-bullet i {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    height: 3px;
    margin-top: -1.5px;
    border-radius: 3px;
}

.hero-v2 .hero-pagination .swiper-pagination-bullet::before {
    background: rgba(255, 255, 255, .35);
}

.hero-v2 .hero-pagination .swiper-pagination-bullet i {
    display: block;
    background: #fff;
    transform: scaleX(0);
    transform-origin: left center;
}

.hero-v2 .hero-pagination .swiper-pagination-bullet-active i {
    animation: heroProgress var(--hero-delay) linear forwards;
}

.hero-v2.is-paused .hero-pagination .swiper-pagination-bullet-active i {
    animation: none;
    transform: scaleX(1);
}

@keyframes heroProgress {
    from {
        transform: scaleX(0);
    }

    to {
        transform: scaleX(1);
    }
}

.hero-v2 .hero-btn {
    width: 44px;
    height: 44px;
    padding: 0;
    display: grid;
    place-items: center;
    color: #fff;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 50%;
    cursor: pointer;
    backdrop-filter: blur(6px);
    transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}

.hero-v2 .hero-btn:hover {
    color: var(--ssc-green-950);
    background: #fff;
    border-color: #fff;
}

.hero-v2 .hero-icon {
    width: 18px;
    height: 18px;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.hero-v2 .hero-icon-play {
    fill: currentColor;
    stroke: none;
}

.hero-v2 .hero-btn--toggle .hero-icon-play,
.hero-v2.is-paused .hero-btn--toggle .hero-icon-pause {
    display: none;
}

.hero-v2.is-paused .hero-btn--toggle .hero-icon-play {
    display: block;
}

/* Phones and tablets: text sits low over a bottom shade, photos cropped to their subject */
@media (max-width: 991.98px) {
    .hero-v2 {
        height: clamp(460px, 64vh, 600px);
        height: clamp(460px, 64svh, 600px);
    }

    .hero-v2 #slider-banner-home .swiper-slide .bg-slide-banner {
        background: linear-gradient(180deg, rgba(3, 33, 22, .08) 0%, rgba(3, 33, 22, .3) 40%, rgba(3, 33, 22, .9) 100%) !important;
    }

    .hero-v2 .bg-slide-banner > .container > .row > .col-12,
    .hero-v2 .hero-slide--1 .bg-slide-banner > .container > .row > .col-12 {
        align-items: flex-end;
        justify-content: flex-start;
        padding: 0 0 100px;
    }

    .hero-v2 #slider-banner-home .content-banner {
        max-width: 560px;
    }

    .hero-v2 .content-banner .hero-title {
        margin-bottom: 20px;
        font-size: clamp(30px, 6.6vw, 44px);
    }

    .hero-v2 .hero-slide--1 {
        --hero-position: 78% center;
    }

    .hero-v2 .hero-slide--2 {
        --hero-position: 35% center;
    }

    .hero-v2 .hero-slide--3 {
        --hero-position: 38% center;
    }
}

@media (max-width: 575.98px) {
    .hero-v2 {
        height: clamp(420px, 62vh, 540px);
        height: clamp(420px, 62svh, 540px);
    }

    .hero-v2 .content-banner .hero-title {
        font-size: clamp(28px, 8.2vw, 36px);
    }

    .hero-v2 .btn-banner {
        gap: 10px;
    }

    .hero-v2 .btn-banner .btn__banner a {
        min-height: 46px;
        padding: 11px 20px;
        font-size: 14px;
    }

    .hero-v2 .hero-controls__inner {
        padding-bottom: 22px;
    }

    .hero-v2 .hero-controls__status {
        gap: 10px;
    }

    .hero-v2 .hero-pagination .swiper-pagination-bullet {
        width: 30px;
    }

    .hero-v2 .hero-btn {
        width: 40px;
        height: 40px;
    }

    /* Swipe changes slides on phones; keep pause, drop the arrows so nothing sits under the chat button */
    .hero-v2 .hero-btn--prev,
    .hero-v2 .hero-btn--next {
        display: none;
    }

    .arcontactus-widget .arcontactus-prompt {
        display: none !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-v2 #slider-banner-home .swiper-slide::before {
        transform: none;
        transition: none;
    }

    .hero-v2 #slider-banner-home.swiper-container-fade .content-banner {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

/* ===== Header "Menu" button: a real tap target with a menu icon ===== */
.nav-menu .icon-menu-mb {
    min-height: 44px;
    padding: 8px 14px;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    transition: background-color .2s ease;
}

.nav-menu .icon-menu-mb:hover {
    background: var(--ssc-surface);
}

.nav-menu .icon-menu-mb .menu-line {
    width: auto;
    height: auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.nav-menu .icon-menu-mb .menu-line::before {
    content: "";
    width: 18px;
    height: 12px;
    flex: 0 0 18px;
    color: var(--ssc-green-700);
    background:
        linear-gradient(currentColor, currentColor) top / 100% 2px no-repeat,
        linear-gradient(currentColor, currentColor) center / 100% 2px no-repeat,
        linear-gradient(currentColor, currentColor) bottom / 100% 2px no-repeat;
}

.nav-menu .icon-menu-mb .menu-btn-text {
    margin: 0;
    line-height: 1;
}

@media (max-width: 991.98px) {
    .nav-menu .icon-menu-mb {
        background: var(--ssc-surface);
    }
}

/* ===== Slide-in mobile menu (jQuery mmenu) in the site's colours; long items wrap instead of being cut off ===== */
.mm-menu {
    color: var(--ssc-ink);
    background: #fff;
    font-family: Arial, sans-serif;
}

.mm-menu .mm-navbar {
    border-color: var(--ssc-line);
}

.mm-menu .mm-navbar .mm-title {
    color: var(--ssc-green-950);
    font-size: 16px;
    font-weight: 700;
}

.mm-menu .mm-navbar .mm-btn::before,
.mm-menu .mm-navbar .mm-btn::after {
    border-color: var(--ssc-green-900);
}

.mm-menu .mm-listview > li > a:not(.mm-next),
.mm-menu .mm-listview > li > span {
    padding-top: 13px;
    padding-bottom: 13px;
    color: var(--ssc-ink);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
    white-space: normal;
    text-overflow: clip;
}

.mm-menu .mm-listview > li:not(.mm-divider)::after,
.mm-menu .mm-listview .mm-next::before {
    border-color: var(--ssc-line);
}

.mm-menu .mm-listview .mm-next::after {
    border-color: var(--ssc-green-700);
}

.mm-menu .mm-counter {
    color: var(--ssc-green-700);
    font-weight: 700;
}
