@font-face {
    font-family: 'Galano-Grotesque';
    src: url('../woff2/galano-grotesque.woff2') format('woff2'), url('../eot/galano-grotesqued41d.eot#iefix') format('embedded-opentype'), url('../woff/galano-grotesque.woff') format('woff'), url('../ttf/galano-grotesque.ttf') format('truetype'), url('../svg/galano-grotesque.svg#Galano-Grotesque') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@media(min-width: 760px) {
    body{
        font-family:'Galano-Grotesque',Arial, sans-serif, serif;
    }
}
body{
    font-size: 16px;
    line-height: 1.6em;
    font-weight: normal;
    color: #333;
    margin:0;
    overflow-x: hidden;
}
@media (min-width: 998px){
    .head-nav .navbar-nav{
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    .head-nav .navbar-nav>li{
        flex:1;
    }
    .head-nav .navbar-nav>li>a{
        text-align: center;
    }
    .head-nav .nav>li:nth-child(3){
        flex-basis: 7%;
    }
    .head-nav .navbar-nav>li:nth-child(5),.head-nav .navbar-nav>li:nth-child(6){
        position: relative;
    }
    .head-nav .navbar-nav>li:nth-child(5) .dropdown-menu,.head-nav .navbar-nav>li:nth-child(6) .dropdown-menu{
        min-width: 320px;
    }
    .head-nav .navbar-nav>li:nth-child(5)>.dropdown-menu>li,.head-nav .navbar-nav>li:nth-child(6)>.dropdown-menu>li{
        width: 100%;
    }
    .head-nav .navbar-nav>li{
        margin-bottom: 0;
        position: static;
    }
    .head-nav .navbar-nav>li>.dropdown-menu{
        width: 100%;
    }
    .head-nav .navbar-nav>li.open>.dropdown-menu{
        display: flex;
        flex-wrap: wrap;
        max-height: 550px;
        overflow-y: auto;
    }
    .head-nav .navbar-nav>li.open>.dropdown-menu::-webkit-scrollbar{
        width: 5px;
        height: 5px;
    }
    .head-nav .navbar-nav>li.open>.dropdown-menu::-webkit-scrollbar-thumb{
        border-radius: 6px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
        background: rgba(0,0,0,0.1);
    }
    .head-nav .navbar-nav>li.open>.dropdown-menu::-webkit-scrollbar-track{
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
        border-radius: 0;
        background: rgba(0,0,0,0.1);
    }
    .head-nav .navbar-nav>li>.dropdown-menu>li>ul>li.open>a,.head-nav .navbar-nav>li>.dropdown-menu>li>ul>li.open>a:hover,.head-nav .navbar-nav>li>.dropdown-menu>li>ul>li.open>a:focus{
        background: #f9f9f9;
        color: #03c4a2;
    }
    .head-nav .navbar-nav>li>.dropdown-menu>li{
        width: 25%;
        float: left;
        padding: 0 10px;
    }
    .head-nav .navbar-nav>li>.dropdown-menu>li>ul>li>ul{
        width: 300px;
        padding-left: 10px;
        max-height: 250px;
        overflow-y: auto;
    }
    .head-nav .navbar-nav>li>.dropdown-menu>li>ul>li>ul::-webkit-scrollbar{
        width: 5px;
        height: 5px;
    }
    .head-nav .navbar-nav>li>.dropdown-menu>li>ul>li>ul::-webkit-scrollbar-thumb{
        border-radius: 6px;
        -webkit-box-shadow: inset 0 0 7px rgba(0,0,0,0.2);
        background: rgba(0,0,0,0.2);
    }
    .head-nav .navbar-nav>li>.dropdown-menu>li>ul>li>ul::-webkit-scrollbar-track{
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        border-radius: 0;
        background: rgba(0,0,0,0.1);
    }
    .head-nav .dropdown-menu .dropdown>a>.caret{
        position: absolute;
        top:48%;
        right: 5px;
        transform:rotate(-90deg);
        -ms-transform:rotate(-90deg);
        -moz-transform:rotate(-90deg);
        -webkit-transform:rotate(-90deg);
        -o-transform:rotate(-90deg);
        color: #888;
    }
    .head-nav .dropdown-menu{
        padding-left: 10px;
        padding-right: 10px;
    }
    .head-nav ul>li>ul.dropdown-menu>li>a{
        padding: 7px 0;
    }
    .head-nav .dropdown-menu>li>a{
        padding: 7px 0;
        border-bottom: 1px solid #ddd;
    }
    .head-nav .dropdown-menu>li>a:hover{
        border-bottom: 1px solid #53a86f;
    }
    .head-nav .navbar-default .navbar-nav>li>a:hover, .head-nav .navbar-default .navbar-nav>li>a:active{
        color: #53a86f;
    }
    .head-nav .navbar-default .navbar-nav>li>a>.caret{
        border: none;
        position: absolute;
        right: 0;
        font-size: .8em;
        width: 20px;
        height: 20px;
        display: inline-block;
        font-weight: normal;
        transition: all ease .35s;
    }
    .head-nav .navbar-default .navbar-nav>li>a>.caret:before{
        content: '\e915';
        font-family: 'icomoon';
        position: absolute;
        right: 0;
        top: 0;
    }
    .head-nav .navbar-nav>li>.dropdown-menu ul{
        margin-top: 10px;
        padding-left: 0;
        list-style: none;
    }
    .head-nav .navbar-nav>li>.dropdown-menu>li>ul>li{
        margin-bottom: 8px;
    }
    .head-nav .navbar-nav>li>.dropdown-menu ul>li>ul.dropdown-menu{
        position: absolute;
        left: 20px;
        top: 15px;
    }
    .head-nav .navbar-nav>li>.dropdown-menu ul>li>ul.dropdown-menu>li>a{
        padding-left: 4px;
    }
    .head-nav .navbar-default::before{
        width: 5px;
        height: 20px;
        position: absolute;
        left: 0;
        top:50%;
        margin-top: -10px;
        background: #86b02b;
    }
    .head-nav .navbar-default::after{
        position: absolute;
        right: 0;
        top: 50%;
        width: 5px;
        height: 20px;
        margin-top: -10px;
        background: #86b02b;
    }
}
@media (max-width: 998px){
    .head-nav .dropdown-menu>li>a{
        padding: 5px;
        font-size: .92em;
    }
    .head-nav .dropdown-menu{
        position:inherit;
        float: none;
        padding-left: 0;
        box-shadow: none;
        border: none;
    }
    .head-nav .caret{
        border: none;
    }
    .head-nav .dropdown>a>.caret:after{
        position: absolute;
        top:0;
        right: 0;
        content: '+';
        font-size: 18px;
    }
    .head-nav .navbar-nav>li.dropdown>a>.caret:after, .head-nav .navbar-nav>li.dropdown.on>a>.caret:after{
        top: 15px;
        right: 0;
    }
    .head-nav .dropdown.on>a>.caret:after{
        position: absolute;
        top:0;
        right: 0;
        content: "-";
        font-size: 24px;
    }
    .head-nav .navbar-nav{
        margin: 0;
    }
    .head-nav .dropdown-menu>.active>a,.head-nav .dropdown-menu>.active>a:hover,.head-nav .dropdown-menu>.active>a:focus{
        background: none;
    }
    .head-nav .navbar-default .navbar-nav>li>a{
        padding: 15px 5px;
        border-top: 1px solid #ddd;
    }
    .head-nav .navbar-nav>li>.dropdown-menu>li>ul{
        margin-top: 5px;
        padding-left: 5px;
        list-style: none;
    }
    .head-nav .navbar-nav>li>.dropdown-menu .dropdown-menu>li>a{
        padding: 0;
    }
    .head-nav .navbar-nav>li>.dropdown-menu ul>li>ul.dropdown-menu{
        margin: 0;
    }
    .head-nav .navbar-collapse{
        background: #fff;
    }
    .head-nav .navbar-nav>li>.dropdown-menu ul>li>a{
        width: 90%;
        overflow: hidden;
        display: inline-block;
    }
    .search-box{
        margin-bottom: 10px;
    }
}
a.logo-part {
    display: inline-block;
    padding-top: 5px;
}
.head-nav .open>a{
    background: none;
}
.head-nav .navbar-nav>li{
    margin-bottom: 0;
}
.navbar-brand{
    padding: 5px 0 0 0;
}
.search-box{
    margin-top: 10px;
    padding: 0 15px;
    position: relative;
}
.search-box .form-control{
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    border: 1px solid #86b02b;
    height: 44px;
}
.search-submit{
    position: absolute;
    right: 15px;
    top: 0;
    display: inline-block;
    padding: 0 20px;
    text-align: center;
    color: #fff;
    border: none;
    background: #86b02b;
    border-radius: 5px;
    margin-bottom: 20px;
    height: 44px;
    line-height: 44px;
    font-size: 19px;
}
.search-submit:hover{
    background: #53a86f;
    color: #fff;
    cursor: pointer;
}
.header-one {
    width: 100%;
    z-index: 90;
    background: #fff;
    padding-bottom: 1px;
    margin-top: -1px;
}
.header-one.affix{
    box-shadow: 0 0 15px #ddd;
    top: 0
}
.dropdown-menu>li>a{
    white-space: normal;
}
.head-nav .navbar-nav>li>.dropdown-menu{
    background: #fff;
    font-weight: 400;
}
.head-nav .navbar-nav>li>.dropdown-menu ul>li{
    line-height: 1.6em;
}
.head-nav .dropdown-menu{
    padding-top: 0;
}
.head-nav .dropdown-menu>li{
    margin-bottom: 0;
}
.head-nav ul.navbar-nav>li>ul.dropdown-menu>li>a{
    color: #444;
    white-space: normal;
    font-weight: 500;
    font-size: 1.1em;
}
.head-nav .dropdown-menu>li>a:hover,.head-nav .dropdown-menu>li>a:hover{
    background: none;
    color: #53a86f;
}
.head-nav li.open>a,.head-nav li.open>a:hover,.head-nav li.open>a:focus{
    background: none;
}
.head-nav a:hover{
    color: #53a86f;
}
.head-nav .navbar-default{
    background: none;
    border-radius: 0;
    border: none;
    margin-bottom:0;
}
.head-nav .navbar-default .navbar-nav>li>a{
    color: #333;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
}
.head-nav .navbar-default .navbar-nav>li>a>span.icon-search-1{
    font-size: 1.3em;
}
.head-nav .navbar-default .navbar-nav>.active>a:before{
    content: '';
}
.head-nav .navbar-default .navbar-nav>.open>a,.head-nav .navbar-default .navbar-nav>.open>a:hover,.head-nav .navbar-default .navbar-nav>.open>a:focus{
    background: none;
    color: #53a86f;
}
.head-nav .navbar-default .navbar-nav>.active>a, .head-nav .navbar-default .navbar-nav>.active>a:hover, .head-nav .navbar-default .navbar-nav>.active>a:focus{
    color: #53a86f;
    background: none;
    border-top: 4px solid #53a86f;
}
.head-nav .navbar-collapse{
    padding: 0;
}
.head-nav .navbar-default{
    position: relative;
}
.head-nav .dropdown-menu>.active>a{
    background: none;
}
.head-nav .dropdown-menu>.active>a:focus,.head-nav .dropdown-menu>.active>a:active{
    color: #53a86f;
}
.head-nav .navbar-toggle{
    margin-right: 0;
}
.footer-box{
    background: #374853;
    padding-top: 30px;
    margin-top: 60px;
    color: #fff;
}
.footer-box ul{
    list-style: none;
    padding-left: 0;
}
.footer-box a{
    color: #fff;
}
.footer-box a:hover,.footer-box a:focus,.foot-share span:hover{
    color: #53a86f;
}
.foot-share span{
    color: #acb4bc;
    font-size: 1.35em;
}
.backtop {
    position: fixed;
    right: 5px;
    bottom: 270px;
    cursor: pointer;
    color: #fff;
    z-index: 20;
    background: rgba(83,168,111,0.9);
    filter: Alpha(opacity=90);
    text-align: center;
    width: 70px;
    height: 70px;
    font-weight: bold;
    padding: 12px 5px 0 5px;
}
.footer-box .backtop span{
    display: block;
    padding-bottom: 4px;
    font-size: 20px;
    color: #fff;
}
.backtop:hover{
    background: rgba(83,168,111,1);
}
.media:first-child {
    margin-top: 0;
}
.media, .media-body {
    overflow: hidden;
    zoom: 1;
}
.media {
    padding-bottom: 15px;
    border-bottom: 1px solid #41525d;
}
.media p{
    font-size: 0.85em;
    font-weight: bold;
    line-height: 1.4em;
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.media-body{
    padding-left: 10px;
}
.media-left{
    position: relative;
    height: 70px;
    width: 70px;
    overflow: hidden;
}
.media-left img{
    min-width: 0;
    min-height: 100px;
    max-width: 200px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.media p.foot-data{
    margin-bottom: 2px;
    font-weight: normal;
    font-size: 0.8em;
}
.foot-copy{
    background: #24323c;
    color: #fff;
    font-size: 0.9em;
    margin-top: 40px;
    padding-top: 20px;
}
.foot-copy div[class*="col-md"]{
    padding-bottom: 20px;
}
.head-learn {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    width: 100%;
    padding: 6px 20px;
    display: flex;
    justify-content: center;
    background-color: #53a86f;
    align-items: center;
}
.head-learn a{
    color: #fff;
    text-decoration: none;
}
.head-learn img,.top-text {
    margin-right: 10px;
}
.head-learn .top-learn{
    position: relative;
    color: #53a86f;
    padding:9px 12px;
    background: #fff;
    display: inline-block;
    border: 1px solid transparent;
    line-height: 1em;
    border-radius: 30px
}
.head-learn .top-learn:hover {
    color: #fff;
    background: none;
    border: 1px solid #fff;
}
@media(max-width: 992px) {
    .top-text{
        display: block;
        padding: 10px 0;
    }
}
@media (min-width: 768px){
    .index-slide .carousel-caption .banner-title{
        font-size: 2.6em;
        margin-bottom: 50px;
        line-height: 1.3em;
        color: #24323c;
    }
    .carousel-caption .banner-title{
        animation: sport-h1 1s linear;
        -moz-animation: sport-h1 1s linear;
        -webkit-animation: sport-h1 1s linear;
        -o-animation: sport-h1 1s linear;
    }
    .carousel-caption p{
        animation: sport-p 2s linear;
        -moz-animation: sport-p 2s linear;
        -webkit-animation: sport-p 2s linear;
        -o-animation: sport-p 2s linear;
        text-shadow: none;
    }
    .carousel-caption .banner-more {
        animation: sport-p 2.2s linear;
        -moz-animation: sport-p 2.2s linear;
        -webkit-animation: sport-p 2.2s linear;
        -o-animation: sport-p 2.2s linear;
        text-shadow: none;
    }
    .index-slide .carousel-caption .banner-cell{
        padding-left:10%;
    }
}
@media (max-width: 768px){
    .index-slide .carousel-caption .banner-title{
        font-size: 2em;
        margin-bottom: 40px;
        color: #24323c;
        line-height: 1.3em;
    }
    .index-slide .carousel-inner>.item>a{
        width: 100%;
        position: relative;
        transform: none;
        display: block;
        height: 500px;
        overflow: hidden;
    }
    .index-slide .carousel-inner>.item>img,.index-slide .carousel-inner>.item>a>img{
        min-width: 0;
        min-height: 0;
        max-width: 400%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }
}
.carousel-fade .carousel-inner .item{
    opacity:0;
    -webkit-transition-property:opacity ;
    -moz-transition-property:opacity ;
    -ms-transition-property:opacity ;
    -o-transition-property:opacity ;
    transition-property:opacity ;
}
.carousel-fade .carousel-inner .active{
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,.carousel-fade .carousel-inner .active.right{
    left: 0;
    opacity: 0;
}
.carousel-fade .carousel-inner .next.left,.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.index-slide .carousel-indicators{
    z-index: 60;
}
.index-slide .carousel-indicators .active,.index-slide .carousel-indicators li:hover{
    border: 1px solid #86b02b;
}
.index-slide .carousel-indicators li{
    background:none;
    border: 1px solid #fff;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    position: relative;
}
.index-slide .carousel-indicators li.active>span,.index-slide .carousel-indicators li:hover>span{
    background: #86b02b;
}
.index-slide .carousel-indicators li>span{
    display: inline-block;
    background: rgba(255,255,255,.7);
    width: 6px;
    height: 6px;
    position: absolute;
    left: 3px;
    top: 3px;
    border-radius: 30px;
}
.index-slide .carousel-caption{
    text-shadow: none;
    z-index: 33;
    top:0;
    left: 0;
    width: 100%;
    bottom: 0;
    right: 0;
    text-align: left;
    padding: 0;
}
.index-slide .carousel-caption .container{
    display: table;
    height: 100%;
}
.index-slide .carousel-caption .banner-cell{
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}
.index-slide .carousel-caption .banner-title{
    margin-top: 0;
    font-weight: bold;
}
.index-slide .item>a{
    display: block;
    height: 500px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.index-slide .item>a .img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-zero {
    background-image: url(../jpg/holiday-greetings-2024-banner.jpg);
    background-image: -webkit-image-set( url("../webp/holiday-greetings-2024-banner.webp") 1x,url(../webp/holiday-greetings-2024-banner.webp) 2x,url(../webp/holiday-greetings-2024-banner-xs.webp) 3x );
    background-image: image-set( url("../webp/holiday-greetings-2024-banner.webp") 1x,url(../webp/holiday-greetings-2024-banner.webp) 2x,url(../webp/holiday-greetings-2024-banner-xs.webp) 3x );
    background-size: cover;
}
.banner-two {
    background-image: url(../jpg/molecular-breeding-at-lifeasible-banner-1.jpg);
    background-image: -webkit-image-set( url("../webp/molecular-breeding-at-lifeasible-banner-1.webp") 1x,url(../webp/molecular-breeding-at-lifeasible-banner-1.webp) 2x,url(../webp/molecular-breeding-at-lifeasible-banner-1-xs.webp) 3x );
    background-image: image-set( url("../webp/molecular-breeding-at-lifeasible-banner-1.webp") 1x,url(../webp/molecular-breeding-at-lifeasible-banner-1.webp) 2x,url(../webp/molecular-breeding-at-lifeasible-banner-1-xs.webp) 3x );
    background-size: cover;
}
.banner-three{
    background-image: url(../jpg/macleaya-cordata-extract-and-analysis-banner.jpg);
    background-image: -webkit-image-set( url("../webp/plant-genetic-transformation-banner-1.webp") 1x,url(../webp/plant-genetic-transformation-banner-1.webp) 2x,url(../webp/plant-genetic-transformation-banner-1-xs.webp) 3x );
    background-image: image-set( url("../webp/plant-genetic-transformation-banner-1.webp") 1x,url(../webp/plant-genetic-transformation-banner-1.webp) 2x,url(../webp/plant-genetic-transformation-banner-1-xs.webp) 3x );
    background-size: cover;
}
.banner-four {
    background-image: url(../jpg/exosomes-platform-banner.jpg);
    background-image: -webkit-image-set( url("../webp/exosomes-platform-banner.webp") 1x,url(../webp/exosomes-platform-banner.webp) 2x,url(../webp/exosomes-platform-banner-xs.webp) 3x );
    background-image: image-set( url("../webp/exosomes-platform-banner.webp") 1x,url(../webp/exosomes-platform-banner.webp) 2x,url(../webp/exosomes-platform-banner-xs.webp) 3x );
    background-size: cover;
}
.banner-five {
    background-image: url(../jpg/insecticidal-proteins-banner.jpg);
    background-image: -webkit-image-set( url("../webp/insecticidal-proteins-banner.webp") 1x,url(../webp/insecticidal-proteins-banner.webp) 2x,url(../webp/insecticidal-proteins-banner-xs.webp) 3x );
    background-image: image-set( url("../webp/insecticidal-proteins-banner.webp") 1x,url(../webp/insecticidal-proteins-banner.webp) 2x,url(../webp/insecticidal-proteins-banner-xs.webp) 3x );
    background-size: cover;
}
.banner-six {
    background-image: url(../jpg/recombinant-agrobacterium-cp4-epsps-protein-banner.jpg);
    background-image: -webkit-image-set( url("../webp/recombinant-agrobacterium-cp4-epsps-protein-banner.webp") 1x,url(../webp/recombinant-agrobacterium-cp4-epsps-protein-banner.webp) 2x,url(../webp/recombinant-agrobacterium-cp4-epsps-protein-banner-xs.webp) 3x );
    background-image: image-set( url("../webp/recombinant-agrobacterium-cp4-epsps-protein-banner.webp") 1x,url(../webp/recombinant-agrobacterium-cp4-epsps-protein-banner.webp) 2x,url(../webp/recombinant-agrobacterium-cp4-epsps-protein-banner-xs.webp) 3x );
    background-size: cover;
}
.banner-seven {
    background-image: url(../jpg/agrobacterium-competent-cells-banner-1.jpg);
    background-image: -webkit-image-set( url("../webp/agrobacterium-competent-cells-banner-1.webp") 1x,url(../webp/agrobacterium-competent-cells-banner-1.webp) 2x,url(../webp/agrobacterium-competent-cells-banner-1-xs.webp) 3x );
    background-image: image-set( url("../webp/agrobacterium-competent-cells-banner-1.webp") 1x,url(../webp/agrobacterium-competent-cells-banner-1.webp) 2x,url(../webp/agrobacterium-competent-cells-banner-1-xs.webp) 3x );
    background-size: cover;
}
.banner-eight {
    background-image: url(../jpg/holiday-greetings-2023-banner.jpg);
    background-image: -webkit-image-set( url("../webp/holiday-greetings-2023-banner.webp") 1x,url(../webp/holiday-greetings-2023-banner.webp) 2x,url(../webp/holiday-greetings-2023-banner-xs.webp) 3x );
    background-image: image-set( url("../webp/holiday-greetings-2023-banner.webp") 1x,url(../webp/holiday-greetings-2023-banner.webp) 2x,url(../webp/holiday-greetings-2023-banner-xs.webp) 3x );
    background-size: cover;
}
.carousel-control.left,.carousel-control.right{
    background: none;
    text-shadow: none;
    width: 5%;
    z-index: 99;
}
@-webkit-keyframes sport-h1 {
    0% {
        transform: translateY(-80px);
        opacity: 0;
    }
    100% {
        transform: translateY(0px);
        opacity: 1
    }
}
@keyframes sport-h1 {
    0% {
        transform: translateY(-80px);
        opacity: 0;
    }
    100% {
        transform: translateY(0px);
        opacity: 1
    }
}
@-o-keyframes sport-h1 {
    0% {
        transform: translateY(-80px);
        opacity: 0;
    }
    100% {
        transform: translateY(0px);
        opacity: 1
    }
}
@-moz-keyframes sport-h1 {
    0% {
        transform: translateY(-80px);
        opacity: 0;
    }
    100% {
        transform: translateY(0px);
        opacity: 1
    }
}
@-webkit-keyframes sport-p {
    0% {
        transform: translateY(80px);
        opacity: 0;
    }
    50%{
        opacity: 0;
    }
    100% {
        transform: translateY(0px);
        opacity: 1
    }
}
@keyframes sport-p {
    0% {
        transform: translateY(80px);
        opacity: 0;
    }
    50%{
        opacity: 0;
    }
    100% {
        transform: translateY(0px);
        opacity: 1
    }
}
@-o-keyframes sport-p {
    0% {
        transform: translateY(80px);
        opacity: 0;
    }
    50%{
        opacity: 0;
    }
    100% {
        transform: translateY(0px);
        opacity: 1
    }
}
@-moz-keyframes sport-p {
    0% {
        transform: translateY(80px);
        opacity: 0;
    }
    50%{
        opacity: 0;
    }
    100% {
        transform: translateY(0px);
        opacity: 1
    }
}
:root {
    --white-color:rgba(255,255,255,1);
    --light-green-color: rgba(134,176,43,1);
    --light-blue-color: rgba(83,168,111,1)
}
.banner-more,.learn-more {
    position: relative;
    width: 160px;
    height: 48px;
    font-weight: bold;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color:var(--light-green-color);
    display: flex;
    justify-content: center;
    align-items: center;
    background:transparent;
    text-transform: uppercase;
}
.banner-more span,.learn-more span{
    position: absolute;
    z-index: 2;
}
.banner-more::before,.learn-more::before {
    position: absolute;
    z-index: 1;
    content: '';
    -webkit-border-radius: var(--rd,30px);
    -moz-border-radius: var(--rd,30px);
    border-radius: var(--rd,30px);
    height:var(--hg,102%);
    width: var(--wd,102%);
    -webkit-transition: all cubic-bezier(0.2, 1, 0.3, 1) 0.6s;
    -moz-transition: all cubic-bezier(0.2, 1, 0.3, 1) 0.6s;
    -ms-transition: all cubic-bezier(0.2, 1, 0.3, 1) 0.6s;
    -o-transition: all cubic-bezier(0.2, 1, 0.3, 1) 0.6s;
    transition: all cubic-bezier(0.2, 1, 0.3, 1) 0.6s;
    border: 2px solid var(--light-green-color);
}
.banner-more::after,.learn-more::after{
    z-index:1;
    position: absolute;
    content:attr(data-text);
    width:var(--afterw,0);
    height:var(--afterh,0);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background:var(--bk,transparent);
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all cubic-bezier(0.2, 1, 0.3, 1) 0.6s;
    -moz-transition: all cubic-bezier(0.2, 1, 0.3, 1) 0.6s;
    -ms-transition: all cubic-bezier(0.2, 1, 0.3, 1) 0.6s;
    -o-transition: all cubic-bezier(0.2, 1, 0.3, 1) 0.6s;
    transition: all cubic-bezier(0.2, 1, 0.3, 1) 0.6s;
    opacity: var(--afterop,0);
}
.banner-more:hover,.learn-more:hover {
    --rd:0;
    --wd:50%;
    --bk:var(--light-blue-color);
    --hg:calc(100% + 8px);
    --afterw:100%;
    --afterh:100%;
    --afterop:1;
    color:var(--white-color);
}
.banner-more:hover::before,.learn-more:hover::before{
    border: 2px solid var(--light-blue-color);
}
.addtobasket{
    cursor:pointer
}
.buycar{
    position:fixed;
    top:150px;
    padding:10px;
    right:0;
    background-color:#f5f5f5;
    line-height:17px;
    z-index:100000;
    color:#444;
    border:1px solid #dddddd;
    display:inline-block;
    max-width:450px
}
.buycar .carcontent{
    display:none
}
.buycar .carcontent .btn{
    background-color:#fff !important;
    border:0 !important;
    font-size:16px;
    padding:8px 30px;
    color: #53a86f
}
.buycar .carcontent .btn:hover{
    background-color:#86b02b !important;
    border:0 !important;
    color:#fff
}
.buycar .carcontent td a{
    color:#fff !important
}
.buycar .carcontent td a:hover{
    color:#f2f2f2 !important
}
.buycar .icon-shopping-cart{
    cursor:pointer
}
.buycar .icon-false{
    cursor:pointer;
    position:absolute;
    top:0;
    right:0;
    padding:12px;
    font-size:16px
}
.buycar .icon-shopping-cart{
    font-size:20px;
    color:#53a86f;
    cursor:pointer
}
.buycar .Tit{
    margin-top:8px;
    margin-bottom:5px;
    color:#53a86f;
    font-weight:bold
}
.buycar .shoppingbasketnum{
    width: 15px;
    height: 15px;
    display: inline-block;
    background-color: #f96429;
    color: #ffffff;
    position: relative;
    top: -15px;
    right: 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 15px;
    z-index: 110;
}
.CarList{
    max-height:360px;
    overflow-y:auto
}
.CarList table{
    margin-bottom: 10px
}
.buycar.buycaron{
    background-color:#53a86f;
    padding:15px 10px 15px 20px;
    border:1px solid #53a86f;
    color:#fff
}
.buycar.buycaron .icon-shopping-cart{
    color:#fff
}
.dellink,.docare,.clearshoppingbasket{
    cursor: pointer;
    font-size: .9em;
    color: #666;
}
.ShoppingCarList select{
    width: 100px;
}
@media (min-width: 992px) {
    .ShoppingCarList table tr td:last-child{
        text-align: center;
    }
    .foot-subscribe{
        display: flex;
        align-items: center;
    }

}
.foot-subscribe{
    padding-top: 10px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid #3b5261;
}

.foot-subscribe .big-title{
    margin-bottom: 7px;
    font-size: 1.8em;
    color: #53a86f;
}
.foot-subscribe .big-title+p{
    color: #53a86f;
}
.subscribe-form{
    display: flex;
    margin-bottom: 15px;
    justify-content: space-between;
}
.foot-subscribe input,.foot-subscribe input:hover,.foot-subscribe input:focus{
    height: 54px;
    width: 73%;
    padding: 5px 15px;
    border-radius: 5px;
    color: #222;
    border: none;
    outline: none;
}
.subscribe-btn{
    height: 54px;
    width: 22%;
    border-radius: 5px;
    background: #53a86f;
    color: #fff;
    font-weight: bold;
    min-width: 94px;
    text-align: center;
    border: none;
}
.subscribe-btn:hover{
    background: #86b02b;
}