.product-img-content .swiper-slide{
    display: flex;
}

.product-img-content .swiper-slide img{
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.product-img-content{
    margin-top: 20px;
}

.mySwiper2:hover  .swiper-button-next:after,.mySwiper2:hover .swiper-button-prev:after{
    background-color: #2e85c1;

}

.mySwiper2 .swiper-button-next:after,.mySwiper2 .swiper-button-prev:after{
    font-size: 18px;
    padding: 13px 15px;
    border-radius: 4px;
}

.product-s1{
    border: 1px solid #eee;
    border-radius: 12px;
    margin-bottom: 10px;
    height: 430px;
}

.product-s2 .swiper-slide{
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
    height: 150px;
}

.product-s2 .swiper-slide .img-box{
    display: flex;
}

.product-s2 .swiper-slide .img-box img{
    object-fit: contain;
}

.product-s2 .swiper-slide-active{
    border-color: #000;
}

ul.leaf{
    list-style-type: none; 
}

ul.leaf li{
    padding-left: 30px; 
    background: url('../images/leaf.png') no-repeat left center; 
    background-size: 20px 20px; 
    line-height: 20px; 
}
.btn-set-color-css {
    
}
.btn-set-color-css:hover {
    background-color: #FF9333 !important;
}
.product-img-content .swiper-button-next:hover:after{
    background-color: #FF9333 !important;
}
.product-img-content .swiper-button-prev:hover:after{
    background-color: #FF9333 !important;
}
.product-right-box{
    margin-top: 30px;
    padding-left: 30px;
}

.product-right-box ul li{
    line-height: 23px;
    font-size: 16px;
    margin-bottom: 7px;
}

.product-cart{
    color: #333;
    font-weight: bold;
    margin: 10px 0;
    display: block;
    width: 200px;
}

.product-cart i{
    font-size: 18px;
}
.product-cart-selected {
    color: #ff9333;
}
.product-cart-un-selected {
    color: #333
}


.cart-mun{
    display: flex;
    align-items: center;
    font-size: 18px;
    width: 150px;
    border: 1px solid #ddd;
    border-radius: 8px;
    height: 50px;
    margin-right: 10px;
}

.cart-mun span{
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    width: 33.33%;
}

.cart-mun input{
    width: 33.33%;
    text-align: center;
    border: 0;
    padding: 10px;
}

.cart-mun input::-webkit-outer-spin-button,
.cart-mun input::-webkit-inner-spin-button {
   -webkit-appearance: none;
 }

 .prouduct-right-cart{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
 }



.btn2{
    background-color: #2e85c1;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 10px;
    border-radius: 8px;
    cursor: pointer;
    width: 100%;
    margin: 15px 0;
    display: block;
}

.btn2:hover{
    color: #fff;
    background-color: #074171;
}

.product-box h2{
    font-size: 30px;
    text-align: center;
    margin-bottom: 50px;
}

.mySwiper3 .img-box{
    display: flex;
}

.mySwiper3 .img-box img{
    object-fit: contain;
    width: 100%;
}

.product_h2{
    font-size: 30px;
    margin: 20px 0;
}

.product_h3{
    font-size: 22px;
}



/* choose us */

.choose-us{
    /* background: url(../images/bg-light-green.png);
    background-size: cover;
    background-repeat: no-repeat; */

    background-color: #2e85c122;
    padding: 80px 0 120px 0;
    margin: 80px 0 0 0;
}
.supply-info{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 143px;
}
.supply-info .supply-item{
    flex: 0 0 50%;
    border: 1px solid #ddd;
    border-radius: 15px;
    box-shadow: 0 4px 4px #00000040;
    text-align: center;
    margin: 0 10px;
}
.supply-info .supply-item:nth-child(1){
    background: #2e85c1;
    color: #ffffff;
}
.supply-info .supply-item:nth-child(2){
    background: #ffffff;
    color: #000000;
}


@media screen and (max-width: 1024px){
    .supply-info{
        display: block;
    }
    .supply-info .supply-item:nth-child(2) {
        margin-top: 80px;
    }
}
.supply-item .supply-pic{
    width: 75px;
    margin: -66px auto 30px;
    position: relative;
    padding-bottom: 50px;
}
.supply-item .supply-pic img{
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}
.supply-item .supply-text{
    margin-top:140px;
}
.supply-item .supply-text ul{
    margin-bottom: 6px;
    list-style: none;
    padding: 0;
}
.supply-item .supply-text ul li{
    font-size: 18px;
    padding: 20px 0;
    border-top: 1px solid #ddd;
    transition: all .5s ease;
}
.choose-us .banner-btn{
    margin-top: 60px;
    background: #000000;
    font-size: 1.6rem;
}
.swiper-button-next-altanutrion {
    width: 20px;
    height: 20px;
    cursor: pointer;
    border-radius: 5px;
    background: #154B79 url(../images/left-jt-icon.png) no-repeat center center;
    background-size: 10px;
}
.swiper-button-prev-altanutrion {
    width: 20px;
    height: 20px;
    background-color: #154B79;
    cursor: pointer;
    border-radius: 5px;
    background: #154B79 url(../images/right-jt-icon.png) no-repeat center center;
    background-size: 10px;
    margin-left: 20px;
}