.solution-desc .solution-text {
    padding: 95px 0 65px 80px;
}
.solution-desc .solution-text p{
    font-size: 18px;
    line-height: 30px;
}
.solution-desc {
    margin-bottom: 130px;
}
/* ricebran-process */
.ricebran-process{
    width: 100%;
    background: #f6f6f6;
}
.ricebran-process .container{
    display: flex;
    justify-content: space-between;
}
.ricebran-process .cpo-left{
    width: 50%;
    margin-right: 70px;
    position: relative;
}
.ricebran-process .cpo-right{
    width: 50%;
    padding-top: 70px;
}
.ricebran-process .cpo-left img{
    border-radius: 50%;
}
.ricebran-process ul{
    width: 60%;
    max-width: 300px;
    position: absolute;
    right: 0;
    bottom: 50px;
    z-index: 2;
}
.ricebran-process ul li{
    display: inline-block;
    width: 100%;
    height: 56px;
    background: var(--white);
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,.1);
    font-size: 18px;
    color: var(--fttcolor);
    text-align: center;
    border-radius: 15px;
    font-family: 'Roboto-Bold';
    line-height: 20px;
    padding: 8px 35px;
    margin-bottom: 20px;
}
.ricebran-process ul li:last-child{
    margin-bottom: 0;
}
.ricebran-process .cpo-right>span{
    font-size: 20px;
    color: var(--bgscolor);
    font-family: 'Roboto-Medium';
}
.ricebran-process h2{
    font-family: 'Roboto-Bold';
    font-size: 32px;
    color: var(--fttcolor);
    margin: 8px 0 13px;
}
.ricebran-process p{
    font-size: 18px;
    color: var(--fttcolor);
    line-height: 30px;
}
.ricebran-process p span{
    font-family: 'Roboto-Bold';
}
.ricebran-process a{
    width: 160px;
    height: 40px;
    background: var(--bgscolor);
    border-radius: 20px;
    font-size: 14px;
    color: var(--white);
    line-height: 40px;
    text-align: center;
    margin-left: 0;
    font-family: 'Roboto-Bold';
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-top: 25px;
}
/* ricebran solution */
.ricebran-solution{
    width: 100%;
    background: url("/static/images/solution-single/ricebran/ricebran-solution-bg.jpg") no-repeat;
    background-size: 100% 100%;
}
.ricebran-solution h2{
    color: var(--white);
}
.ricebran-solution .main{
    display: flex;
    justify-content: space-between;
    border-radius: 30px;
    margin-top: 60px;
}
.ricebran-solution .main ul{
    width: 55%;
    max-width: 770px;
}
.ricebran-solution .main ul li{
    display: none;
}
.ricebran-solution .main ul li:first-child{
    display: block;
}
.ricebran-solution .main ul li img{
    border-top-left-radius: 30px;
}
.ricebran-solution .main ul li p{
    height: 245px;
    padding: 20px 50px 40px 40px;
    background: #F6F6F6;
    border-bottom-left-radius: 30px;
    font-size: 18px;
    color: var(--fttcolor);
    line-height: 30px;
}
.ricebran-solution .main ol{
    width: 45%;
}
.ricebran-solution .main ol li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 47px 50px 47px 72px;
    border-bottom: 1px solid #E1E1E1;
    background: var(--white);
    cursor: pointer;
}
.ricebran-solution .main ol li:first-child{
    border-top-right-radius: 30px;
}
.ricebran-solution .main ol li:last-child{
    border-bottom: 0;
    border-bottom-right-radius: 30px;
}
.ricebran-solution .main ol li h3{
    font-size: 30px;
    color: var(--fttcolor);
    margin-bottom: 15px;
}
.ricebran-solution .main ol li p{
    font-size: 16px;
    color: var(--fttcolor);line-height: 26px;
}
.ricebran-solution .main ol li img:last-child{
    display: none;
}
.ricebran-solution .main ol li img{
    width: 80%;
}
.ricebran-solution .main ol li.ricebranActive{
    background: var(--bgscolor);
}
.ricebran-solution .main ol li.ricebranActive h3,
.ricebran-solution .main ol li.ricebranActive p{
    color: var(--white);
}
.ricebran-solution .main ol li.ricebranActive img:first-child{
    display: none;
}
.ricebran-solution .main ol li.ricebranActive img:last-child{
    display: block;
}

/* ricebran refining */
.strength{
    background: var(--white);
}
.strength .container{
    flex-wrap: wrap;
}
.strength ul{
    right: unset;
    left: -110px;
}
.strength ul li{
    padding: 0;
    line-height: 56px;
}
.strength .cpo-left{
    width: 38%;
    order: 2;
    margin-right: 0;
}
.strength .cpo-right{
    width: 45%;
    margin-right: 120px;
    padding-top: 117px;
}
.solution-video {
    width: 100%;
    background: #f6f6f6;
}
#related-cases{
    background: var(--white);
}
#related-news{
    margin: 0;
    padding: 90px 0 70px;
    background: #f6f6f6;
}
@media (any-hover: hover) {
    .ricebran-solution .main ol li:hover img:first-child{
        display: none;
    }
    .ricebran-solution .main ol li:hover img:last-child{
        display: block;
    }
}
@media(min-width:768px) and (max-width:1440px){
    .solution-desc .solution-text p{
        font-size: 20px;
        line-height: 26px;
    }
    .ricebran-solution h2{
        font-size: 36px;
    }
    .ricebran-solution .main ol li{
        padding: 25px 45px 35px 60px;
    }
    .ricebran-solution .main ol li p{
        line-height: 22px;
    }
}
@media(min-width:768px) and (max-width:1260px){
    .ricebran-solution .main ul li p{
        padding: 20px 50px 25px 40px;
        font-size: 16px;
        line-height: 20px;
    }
    .ricebran-solution .main ol li{
        padding: 25px 35px 32px 45px;
    }
}
@media(min-width:768px) and (max-width:1024px){
    .ricebran-solution h2{
        font-size: 30px;
    }
    .ricebran-solution .main ol li h3{
        font-size: 24px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:768px){
    .solution-desc{
        margin-bottom: 40px;
    }
    .solution-desc .solution-text{
        padding: 30px 15px 25px 15px;
    }
    .solution-desc .solution-text p{
        font-size: 16px;
        line-height: 24px;
    }
    .ricebran-solution .main{
        margin-top: 30px;
        flex-wrap: wrap;
    }
    .ricebran-solution .main ul,
    .ricebran-solution .main ol{
        width: 100%;
    }
    .ricebran-solution .main ul{
        order: 2;
        margin-top: 25px;
    }
    .ricebran-solution .main ol li{
        padding: 10px 15px 15px;
    }
    .ricebran-solution .main ol li h3 {
        font-size: 20px;
        margin-bottom: 6px;
    }
    .ricebran-solution .main ol li p{
        line-height: 17px;
        font-size: 14px;
    }
    .ricebran-solution .main ul li p{
        height: auto;
        padding: 20px 15px 25px;
        border-bottom-left-radius: 30px;
        font-size: 16px;
        line-height: 22px;
    }
    .ricebran-solution .main ol li:first-child,
    .ricebran-solution .main ul li img{
        border-radius: 20px 20px 0 0;
    }
    .ricebran-solution .main ol li:last-child,
    .ricebran-solution .main ul li p{
        border-radius: 0 0 20px 20px;
    }
    /* ricebran process */
    .ricebran-process .container{
        flex-wrap: wrap;
    }
    .ricebran-process .cpo-left {
        width: 100%;
        margin-right: 0px;
    }
    .ricebran-process ul{
        width: 52%;
        max-width: unset;
    }
    .ricebran-process ul li {
        height: 35px;
        font-size: 14px;
        border-radius: 8px;
        line-height: 35px;
        padding: 0;
    }
    .ricebran-process .cpo-right {
        width: 100%;
        padding-top: 20px;
        margin-right: 0;
        order: 2;
    }
    .ricebran-process .cpo-right>span {
        font-size: 16px;
    }
    .ricebran-process h2 {
        font-size: 20px;
        margin: 5px 0 10px;
    }
    .ricebran-process p {
        font-size: 16px;
        line-height: 24px;
    }
    .ricebran-process a{
        width: 45%;
        font-size: 16px;
        margin: 20px auto 0;
    }
    .strength ul{
        left: unset;
        right: 0;
    }
    .strength ul li{
        margin-bottom: 15px;
    }
    .strength .bottom {
        padding: 20px 15px;
        margin-top: 30px;
    }
    .strength .bottom h2{
        width: 100%;
        max-width: unset;
        font-size: 20px;
        line-height: 24px;
        background-size: 100% 100%;
        margin-bottom: 15px;
    }
}