
.header-navs{
    height: 100%;
    line-height: 80px;
}
.header-navs .list{
    height: 100%;
}
.header-navs .list>li {
    padding: 0 var(--box-margin10);
    font-size: 18px;
    color: #fff;
    font-family: "SHS";
    position: relative;
    /*font-weight: bold;*/
    margin: 0 var(--box-margin20);
    height: 100px;
    line-height: 100px;
}
.header-navs .list>li.active::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 20px;
    background-color: var(--themeColor);
}
.header-navs .list>li:hover a{
    /*color: var(--themeColor);*/
}
.header-navs .list>li>a{
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #fff;
}

.home-header .list>li.lang>a{
    display: flex;
}
.home-header .lang a>i{
    color: #fff;
    transition: 0.6s all;
    display: block;
}
.home-header .lang a>i.active{
    transform: rotate(180deg);
}
.home-header .lang dd{
    display: none;
    position: absolute;
    left: 0;
    top: 28px;
    background-color: #fff;
    border: 1px solid #eee;
}
.home-header .lang dd dl{
    padding: 5px 20px;
    color: #333;
}
.home-header .lang dd dl:hover{
    color: #fff;
    background-color: var(--themeColor);
}
.home-header.active{
    background-color: rgba(212,172,160,1);
}
.home-header.active .header-navs .list>li.active::after{
    background-color: #fff;
}
.home-header>.flex{
    border-bottom: 0;
    height: 100%;
}
.home-header::after{
    content: "";
    position: absolute;
    left: 4vw;
    right: 4vw;
    bottom: 0;
    height: 1px;
    background: rgba(255,255,255,0.3);
    pointer-events: none;
}
.home-header .header-search{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
}
.home-header .site-search-form{
    position: relative;
    width: 38px;
    height: 38px;
    border: 1px solid transparent;
    border-radius: 4px;
    overflow: hidden;
    transition: width .28s ease, background-color .28s ease, border-color .28s ease;
}
.home-header .site-search-form.active{
    width: 200px;
    border-color: rgba(255,255,255,0.45);
    background: rgba(255,255,255,0.08);
}
.home-header .site-search-input{
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 48px);
    height: 24px;
    line-height: 24px;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 16px;
    opacity: 0;
    pointer-events: none;
}
.home-header .site-search-form.active .site-search-input{
    opacity: 1;
    pointer-events: auto;
}
.home-header .site-search-input::placeholder{
    color: rgba(255,255,255,0.8);
}
.home-header .site-search-trigger{
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    border: 0;
    background: transparent;
    cursor: pointer;
}
.home-header .site-search-trigger::before{
    content: "";
    position: absolute;
    left: 11px;
    top: 10px;
    width: 11px;
    height: 11px;
    border: 2px solid #fff;
    border-radius: 50%;
}
.home-header .site-search-trigger::after{
    content: "";
    position: absolute;
    left: 22px;
    top: 22px;
    width: 8px;
    height: 2px;
    background: #fff;
    transform: rotate(45deg);
    transform-origin: left center;
}

.viridbios-home {
    color: #1f2937;
    font-size: 16px;
    line-height: 1.6;
}

.viridbios-home * {
    box-sizing: border-box;
}

.viridbios-home .home-inner {
    width: 92vw;
    margin: 0 auto;
}

.viridbios-home .square {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: #1d2d44;
    border-radius: 2px;
    flex-shrink: 0;
}

.viridbios-home .section-title {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 700;
    color: #111827;
    letter-spacing: 0.4px;
}

.viridbios-home .section-desc {
    color: #4b5563;
    font-size: 15px;
}

.viridbios-home .outline-btn,
.viridbios-home .solid-btn {
    min-width: 160px;
    height: 50px;
    padding: 0 22px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    letter-spacing: 0.4px;
    /*text-transform: uppercase;*/
}
.viridbios-home .hero-actions a>img{
    margin-left: 5px;
}

.viridbios-home .hero-actions a {
    border: 1px solid #fff;
    color: #fff;
}

.viridbios-home .hero-actions a:hover {
    border: 1px solid var(--themeColor);
    background: var(--themeColor);
}

.viridbios-home .hero {
    position: relative;
    overflow: hidden;
    /*background: #0f172a;*/
}

.viridbios-home .hero .home-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.viridbios-home .hero .header-row {
    height: 108px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.viridbios-home .hero-logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 1px;
}

.viridbios-home .hero-nav {
    display: flex;
    gap: 36px;
    align-items: center;
    color: #ffffff;
}

.viridbios-home .hero-nav a {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    opacity: 0.9;
}

.viridbios-home .hero-nav a.active {
    opacity: 1;
    border-bottom: 2px solid var(--themeColor);
    padding-bottom: 6px;
}

.viridbios-home .hero-search {
    width: 26px;
    height: 26px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    position: relative;
}

.viridbios-home .hero-search:after {
    content: "";
    width: 8px;
    height: 1px;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    right: -4px;
    bottom: 2px;
    transform: rotate(45deg);
}

.viridbios-home .hero-swiper {
    width: 100%;
    height: 860px;
}

.viridbios-home .hero-slide {
    position: relative;
    height: 100%;
}

.viridbios-home .hero-slide-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    /*opacity: 0.32;*/
}

.viridbios-home .hero-slide-overlay {
    position: absolute;
    inset: 0;
    /*background: linear-gradient(100deg, rgba(12, 28, 51, 0.82) 10%, rgba(16, 55, 91, 0.45) 55%, rgba(22, 88, 149, 0.2) 100%);*/
}

.viridbios-home .hero-content {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    padding-top: 80px;
}

.viridbios-home .hero-content h1 {
    color: #ffffff;
    font-size: 56px;
    line-height: 1.15;
    font-weight: 700;
    max-width: 900px;
    margin-bottom: 20px;
}

.viridbios-home .hero-content p {
    color: rgba(255, 255, 255, 0.88);
    max-width: 620px;
    margin-bottom: 34px;
}

.viridbios-home .hero-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.viridbios-home .hero-actions .outline-btn {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.7);
}

.viridbios-home .hero .swiper-pagination {
    bottom: 28px;
}

.viridbios-home .hero .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.45);
    opacity: 1;
}

.viridbios-home .hero .swiper-pagination-bullet-active {
    width: 28px;
    border-radius: 999px;
    background: var(--themeColor);
}

.viridbios-home section {
    padding: 80px 0 50px;
}

.viridbios-home .about {
    background: #ffffff;
    background: url("/template/images/about-bg1.png") no-repeat;
    background-position: top right;
    background-size: 35%;
}

.viridbios-home .about-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 36px;
}

.viridbios-home .about-head .section-title {
    margin-bottom: 16px;
}

.viridbios-home .about-head .section-desc {
    max-width: 760px;
}
.outline-btn{
    border: 1px solid #000;

}
.outline-btn img{
    margin-left: 5px;
}
.about-head .outline-btn{
    margin-bottom: 10px;
}

.viridbios-home .about-image {
    width: 80%;
    height: 430px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    border-radius: 20px 0 0 0;
}

.viridbios-home .product {
    /*background: linear-gradient(180deg, #f8fafc 0%, #eef4fa 100%);*/
    background: url("/template/images/home-bg5.png") no-repeat;
    background-size: 100% 100%;
}

.viridbios-home .product-grid {
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(0, 0.95fr) minmax(0, 1.08fr);
    gap: 10px;
    align-items: center;
}

.viridbios-home .product-grid > * {
    min-width: 0;
}

.viridbios-home .product-left .section-title {
    margin-bottom: 16px;
}

.viridbios-home .product-list {
    margin-top: 34px;
    width: 60%;
}

.viridbios-home .product-list li {
    padding: 14px 0;
    border-bottom: 1px solid #cbd5e1;
    color: #334155;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    cursor: pointer;
}

.viridbios-home .product-list li.active {
    color: #f08ba0;
    font-weight: 700;
    border-bottom-color: #f08ba0;
}

/*.viridbios-home .product-image-wrap {*/
/*    width: 100%;*/
/*    max-width: 500px;*/
/*    aspect-ratio: 1 / 1;*/
/*    border-radius: 50%;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    padding: 10px;*/
    /*border: 1px dashed #cbd5e1;*/
/*    margin: 0 auto;*/
/*    display: none;*/
/*}*/

/*.viridbios-home .product-image-wrap::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    inset: 10px;*/
/*    border-radius: 50%;*/
/*    pointer-events: none;*/
/*    z-index: 1;*/
/*    background: radial-gradient(circle at 50%,*/
/*    rgba(79, 116, 149, 0) 20%,*/
/*    rgba(79, 116, 149, 0.9) 70%,*/
/*    rgba(79, 116, 149, 0.8) 90%);*/
/*}*/

.viridbios-home .product-image-wrap.active {
    display: block;
}

/*.viridbios-home .product-image {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    border-radius: 50%;*/
/*    object-fit: cover;*/
/*    display: block;*/
/*    position: relative;*/
/*    z-index: 0;*/
/*}*/

.viridbios-home .product-image-wrap {
    width: 100%;
    max-width: 500px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.viridbios-home .product-image-wrap img {
    position: absolute;
    inset: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.viridbios-home .product-image-wrap::after {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
    transform: scale(1.02);
    background: radial-gradient(circle at center,
        rgba(79, 116, 149, 0) 20%,
        rgba(79, 116, 149, 0.9) 70%,
        rgba(79, 116, 149, 0.8) 90%);
}


.viridbios-home .product-mid{
    background: url("/template/images/home-bg3-2.png") no-repeat;
    background-size: cover;
    width: 450px;
    height: 450px;
}

.viridbios-home .product-right {
    text-align: right;
    justify-self: end;
    /*max-width: 420px;*/
    display: none;
}

.viridbios-home .product-right.active {
    display: block;
}

.viridbios-home .product-num {
    font-size: 78px;
    line-height: 1;
    color: #cbd5e1;
    font-weight: 700;
    margin-bottom: 16px;
}

.viridbios-home .product-right h3 {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 24px;
}

.viridbios-home .markets-head {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 36px;
    align-items: flex-start;
}

.viridbios-home .markets-head .section-title,
.viridbios-home .news-head .section-title {
    margin-bottom: 10px;
}

.viridbios-home .markets-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    /*border-top: 1px solid #d1d5db;*/
    /*border-left: 1px solid #d1d5db;*/
    gap: 18px;
}

.viridbios-home .market-item {
    min-height: 190px;
    border-right: 1px solid #d1d5db;
    border-bottom: 1px solid #d1d5db;
    padding: 26px 20px;
    background: #ffffff;
    transition: 0.3s all;
}
.markets-head .section-title{
    width: 55%;
}
.markets-head .section-desc{
    width: 55%;
}
.viridbios-home .market-item .market-icon{
    margin-bottom: 5px;
}
.viridbios-home .market-item .market-icon .img1{
    display: block;
}
.viridbios-home .market-item .market-icon .img2{
    display: none;
}
.viridbios-home .market-item:hover h4{
    color: #fff;
}
.viridbios-home .market-item:hover p{
    color: #fff;
}
.viridbios-home .market-item:hover .market-icon .img1{
    display: none;
}
.viridbios-home .market-item:hover .market-icon .img2{
    display: block;
}
.viridbios-home .market-item:hover{
    transform: scale(1.03);
}

.viridbios-home .market-item .square {
    margin-bottom: 14px;
}

.viridbios-home .market-item h4 {
    font-size: 20px;
    margin-bottom: 8px;
}

.viridbios-home .market-item p {
    color: #6b7280;
    font-size: 14px;
}

.viridbios-home .market-item.active {
    color: #ffffff;
    background-image: linear-gradient(140deg, rgba(18, 40, 70, 0.78), rgba(43, 97, 149, 0.62));
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

.viridbios-home .market-item.active h4,
.viridbios-home .market-item.active p {
    color: #ffffff;
}

.viridbios-home .market-item.active .square {
    background: #ffffff;
}

.viridbios-home .news {
    background: #ffffff;
}

.viridbios-home .news-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
    margin-bottom: 38px;
}

.viridbios-home .news-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.viridbios-home .news-item {
    background: #ffffff;
    border: 1px solid #dbe1e9;
    display: flex;
    flex-direction: column;
    min-height: 520px;
}

.viridbios-home .news-item .img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    display: block;
    overflow: hidden;
}

.viridbios-home .news-body {
    padding: 20px 20px 80px;
    position: relative;
    flex: 1;
}

.viridbios-home .news-body h4 {
    font-size: 24px;
    line-height: 1.35;
    margin-bottom: 12px;
    height: 62px;
}

.viridbios-home .news-body p {
    color: #4b5563;
    height: 78px;
}

.viridbios-home .news-date {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 74px;
    height: 74px;
    background: #6b7280;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    letter-spacing: 0.6px;
    line-height: 1.15;
}

.viridbios-home .news-date strong {
    font-size: 28px;
    font-weight: 700;
}
.viridbios-home .news-item:hover{
    cursor: pointer;
}
.viridbios-home .news-item:hover .img img{
    transform: scale(1.05);
}
.viridbios-home .news-item:hover .news-body {
    background: #fdf2ed;
}

.viridbios-home .news-item:hover .news-body h4 {
    color: #ce7d67;
}

.viridbios-home .news-item:hover .news-date {
    background: #e7b29f;
}

.viridbios-home .cta-footer {
    margin-top: 26px;
    padding-top: 86px;
    color: #ffffff;
    background-image: linear-gradient(160deg, rgba(12, 34, 59, 0.92), rgba(13, 53, 90, 0.9)), url('__CDN__/assets/img/nodata.png');
    background-size: cover;
    background-position: center;
    border-radius: 56px 56px 0 0;
}

.viridbios-home .cta-content {
    text-align: center;
    max-width: 820px;
    margin: 0 auto;
}

.viridbios-home .cta-content h2 {
    font-size: 50px;
    line-height: 1.15;
    margin-bottom: 30px;
}

.viridbios-home .cta-content p {
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.86);
}

.viridbios-home .cta-content .solid-btn {
    margin-bottom: 72px;
    background-color: var(--themeColor);
    color: #fff;
    height: 60px;
    min-width: 200px;
}

.viridbios-home .footer-nav {
    padding: 34px 0 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.viridbios-home .footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
}

.viridbios-home .footer-menu {
    display: flex;
    gap: 8%;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 80%;
}

.viridbios-home .footer-menu a {
    color: rgba(255, 255, 255, 0.92);
    font-size: 18px;
    text-transform: uppercase;
    text-align: right;
}
.viridbios-home .footer-menu a:hover{
    color: var(--themeColor);
}

.viridbios-home .footer-copy {
    text-align: center;
    padding: 30px 20px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    border-top: 1px solid #fff;
}
.viridbios-home .footer-copy>a{
    color: var(--themeColor);
}

.nodata{
    width: 300px;
    margin: 0 auto;
    font-size: 18px;
    color: #333;
    text-align: center;
}

.market-content li,.market-content ul{
    list-style: unset;
}
.product-content ul,.product-content li{
    list-style: unset;
}


@media screen and (max-width: 1280px) {
    .viridbios-home .section-title {
        font-size: 36px;
    }

    .viridbios-home .hero-swiper {
        height: 760px;
    }

    .viridbios-home .hero-content h1 {
        font-size: 52px;
        max-width: 720px;
    }

    .viridbios-home .product-right h3 {
        font-size: 24px;
    }

    .viridbios-home .news-body h4 {
        font-size: 21px;
    }
    .header-navs .list>li{
        font-size: 15px;
    }
}

@media screen and (max-width: 1024px) {
    .home-header .header-search{
        padding-right: 20px;
    }
    .viridbios-home section {
        padding: 30px 0;
    }

    .viridbios-home .hero .header-row {
        height: 88px;
    }

    .viridbios-home .hero-logo,
    .viridbios-home .footer-logo {
        font-size: 28px;
    }
    .viridbios-home .footer-logo img{
        max-width: 80%;
    }

    .viridbios-home .hero-nav {
        gap: 18px;
    }

    .viridbios-home .hero-swiper {
        height: 680px;
    }

    .viridbios-home .hero-content {
        padding-top: 72px;
    }

    .viridbios-home .hero-content h1 {
        font-size: 34px;
    }

    .viridbios-home .product-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .viridbios-home .product-right {
        text-align: left;
        justify-self: stretch;
        max-width: 100%;
    }

    .viridbios-home .product-num {
        font-size: 56px;
    }

    .viridbios-home .markets-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .viridbios-home .news-grid {
        grid-template-columns: 1fr;
    }

    .viridbios-home .news-item {
        min-height: 1px;
    }

    .viridbios-home .cta-content h2 {
        font-size: 42px;
    }

    .viridbios-home .footer-nav {
        flex-direction: column;
        align-items: flex-start;
    }

    .viridbios-home .footer-menu {
        justify-content: flex-start;
        display: none;
    }

    .home-header::after{
        left: 0;
        right: 0;
    }
}

@media screen and (max-width: 768px) {
    .viridbios-home .home-inner {
        width: 92vw;
    }

    .viridbios-home .section-title {
        font-size: 28px;
    }

    .viridbios-home .outline-btn,
    .viridbios-home .solid-btn {
        min-width: 128px;
        height: 40px;
        padding: 0 16px;
        font-size: 12px;
    }

    .viridbios-home .hero .header-row {
        height: auto;
        padding: 14px 0 10px;
        flex-wrap: wrap;
    }

    .viridbios-home .hero-logo {
        font-size: 24px;
    }

    .viridbios-home .hero-nav {
        width: 100%;
        justify-content: space-between;
        gap: 10px;
        flex-wrap: wrap;
    }

    .viridbios-home .hero-nav a {
        font-size: 12px;
    }

    .viridbios-home .hero-swiper {
        height: 620px;
    }

    .viridbios-home .hero-content {
        padding-top: 106px;
        align-items: flex-end;
        padding-bottom: 76px;
    }

    .viridbios-home .hero-content h1 {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .viridbios-home .hero-content p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .viridbios-home .hero-actions {
        gap: 10px;
    }

    .viridbios-home .about-head,
    .viridbios-home .markets-head,
    .viridbios-home .news-head {
        flex-direction: column;
        gap: 18px;
    }

    .viridbios-home .about-image {
        height: 250px;
    }

    .viridbios-home .product-left {
        width: 100%;
    }

    .viridbios-home .product-left .section-desc {
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .viridbios-home .product-list {
        width: 100%;
        margin-top: 24px;
    }

    .viridbios-home .product-mid {
        width: min(100%, 450px);
        height: auto;
        aspect-ratio: 1 / 1;
        margin: 0 auto;
    }

    .viridbios-home .product-image-wrap {
        max-width: 100%;
    }

    .viridbios-home .markets-grid {
        grid-template-columns: 1fr;
    }

    .viridbios-home .market-item {
        min-height: 156px;
    }
    .viridbios-home .news-item .img{
        height: 220px;
    }
    .viridbios-home .news-item img {
        height: 220px;
    }

    .viridbios-home .news-body {
        padding: 16px 16px 72px;
    }

    .viridbios-home .news-body h4 {
        font-size: 20px;
        height: 58px;
    }

    .viridbios-home .cta-footer {
        border-radius: 28px 28px 0 0;
        padding-top: 62px;
    }

    .viridbios-home .cta-content h2 {
        font-size: 24px;
    }

    .viridbios-home .cta-content .solid-btn {
        margin-bottom: 48px;
    }
    .home-logo{
        width: 160px;
    }
    .markets-head .section-desc{
        width: 100%;
    }
    .markets-head .section-title{
        width: 100%;
    }
    .viridbios-home .news-head{
        align-items: flex-start;
    }
}
