hgroup#location {
    border-bottom: 2px solid #056e40;
    margin-top: 3rem;
}
.science .tuwen{
    overflow: hidden;
}
.science .tuwen img{
    float:right;
    width:25%;
    margin-left:2%;
}
.serve img{
    width: 100%;
    height: 300px;
    border-radius: 10px;
    margin-top:10px;
}
.view-products{
    margin-top:20px;
}
.view-products h2{
    margin-bottom:20px;
}

.view-products li{
    float: left;
    width:48%;
    border:1px solid #056e40;
    border-radius:10px;
    padding:15px;
    margin-top:30px;
}
.view-products li:nth-child(2n){
    float: right;
}
.view-products li .img-a{
    float:left;

}

.view-products li .product-infor{
    float:left;
    width:68%;
    margin-left:10px;
    /* margin-top:10px; */
}
.view-products li .button-a{
    float: right;
    margin-top:15px;
}

.view-products li .button-a span{
    border:1px solid #056e40;
    border-radius: 8px;
    color:#056e40;
    padding:5px 10px;
}
.view-products li .button-a span:hover{
    color: #fff;
    border-color: var(--theme_color);
    background-color: var(--theme_color);
   
}