.solution-desc{
    margin-bottom: 118px;
}
.solution-desc .solution-text p{
    font-size: 18px;
    line-height: 26px;
}
.solution-desc .solution-text p a{
    color: var(--bgscolor);
}
/* palm-process */
.palm-process{
    width: 100%;
    background: #f6f6f6;
}
.palm-process .top h2{
    margin-bottom: 0;
}
.palm-process ul{
    margin-top: 55px;
}
.palm-process ul li{
    width: calc(50% - 40px);
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}
.palm-process ul li .img{
    width: 31%;
    max-width: 200px;
    margin-right: 40px;
}
.palm-process ul li .img img{
    border-radius: 10px;
}
.palm-process ul li .info{
    width: 65%;
}
.palm-process ul li span{
    display: inline-block;
    width: 98px;
    height: 42px;
    background: rgba(236, 111, 44, .3);
    border-radius: 6px;
    text-align: center;
    font-size: 20px;
    color: var(--fttcolor);
    line-height: 42px;
    font-family: 'Roboto-Bold';
    margin-top: 5px;
}
.palm-process ul li h3{
    margin: 20px 0 10px;
}
.solution-precess ul li p{
    font-size: 16px;
}
.palm-process .bottom{
    width: 100%;
    text-align: center;
    padding: 30px 48px 45px;
    border-radius: 20px;
    background: rgba(236, 111, 44, .1);
    border: 2px dashed var(--bgscolor);
}
.palm-process .bottom h2::before{
    display: none;
}
.palm-process .bottom h2{
    display: inline-block;
    width: 60%;
    max-width: 563px;
    background: url("/static/images/solution-single/palm/craft-flow-of-palm-oil-processing-bg.jpg") no-repeat;
    background-size: 100% 100%;
    line-height: 65px;
    font-size: 32px;
    color: var(--bgscolor);
    font-family: 'Roboto-Bold';
    text-align: center;
    text-transform: unset;
    margin-bottom: 30px;
}
/* palm-cpo */
.palm-cpo .container{
    display: flex;
    justify-content: space-between;
}
.palm-cpo .cpo-left{
    width: 50%;
    margin-right: 70px;
    position: relative;
}
.palm-cpo .cpo-right{
    width: 50%;
    padding-top: 70px;
}
.palm-cpo .cpo-left img{
    border-radius: 50%;
}
.palm-cpo ul{
    width: 50%;
    max-width: 300px;
    position: absolute;
    right: 0;
    bottom: 55px;
    z-index: 2;
}
.palm-cpo ul li{
    display: inline-block;
    width: 100%;
    height: 65px;
    background: var(--white);
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,.1);
    font-size: 20px;
    color: var(--fttcolor);
    text-align: center;
    border-radius: 15px;
    font-family: 'Roboto-Bold';
    padding: 22px 0;
    line-height: 22px;
}
.palm-cpo ul li:nth-child(2){
    margin: 30px 0;
    padding: 10px 0;
}
.palm-cpo span{
    font-size: 20px;
    color: var(--bgscolor);
    font-family: 'Roboto-Medium';
}
.palm-cpo h2{
    font-family: 'Roboto-Bold';
    font-size: 32px;
    color: var(--fttcolor);
    margin: 8px 0 13px;
}
.palm-cpo p{
    font-size: 18px;
    color: var(--fttcolor);
    line-height: 26px;
}
.palm-cpo 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: 30px;
}
/* palm-refining */
.palm-refining{
    width: 100%;
    background: #F6F6F6;
}
.palm-refining .top p{
    width: 50%;
}
.palm-refining ul{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.palm-refining ul li{
    width: 33.33%;
    padding: 130px 65px 200px;
    background: url("/static/images/solution-single/palm/degumming-and-deacidification-process.jpg") no-repeat;
    background-size: 100% 100%;
    text-align: center;
}
.palm-refining ul li:first-child{
    border-top-left-radius: 80px;
}
.palm-refining ul li:nth-child(2){
    padding: 130px 70px 200px;
    background: url("/static/images/solution-single/palm/bleaching-process.jpg") no-repeat;
    background-size: 100% 100%;
}
.palm-refining ul li:last-child{
    background: url("/static/images/solution-single/palm/deodorization-process.jpg") no-repeat;
    background-size: 100% 100%;
    border-bottom-right-radius: 80px;
}
.palm-refining ul li img{
    display: inline-block;
}
.palm-refining ul li h3{
    font-family: 'Roboto-Bold';
    font-size: 30px;
    color: var(--white);
    line-height: 38px;
    text-shadow: 1px 1px 2px var(--fttcolor);
    margin-bottom: 20px;
    margin-top: 45px;
}
.palm-refining ul li p{
    font-size: 20px;
    color: var(--white);
    line-height: 28px;
    text-shadow: 1px 1px 2px var(--fttcolor);
}
.palm-refining ul li:nth-child(2) h3{
    margin-top: 65px;
}
.palm-refining ul li:last-child h3{
    margin-top: 57px;
}
/*solution palm */
.solution-palm{
    width: 100%;
}
.solution-palm .palm-item .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.solution-palm .palm-item:nth-child(2){
    background: #F6F6F6;
}
.solution-palm .palm-text{
    width: 47%;
}
.solution-palm .palm-item:last-child{
    align-items: unset;
}
.solution-palm .palm-item:nth-child(2) .palm-text{
    margin: 0 70px 0 0;
}
.solution-palm .palm-text span{
    display: inline-block;
    width: 35%;
    max-width: 160px;
    height: 48px;
    background: #F5CCB6;
    font-size: 20px;
    color: var(--fttcolor);
    line-height: 48px;
    text-align: center;
    border-radius: 6px;
    font-family: 'Roboto-Bold';
}
.solution-palm .palm-item:last-child span{
    width: unset;
    max-width: unset;
    height: auto;
    background: unset;
    line-height: unset;
    font-family: 'Roboto-Medium';
    color: var(--bgscolor);
}
.solution-palm .palm-text h3{
    font-size: 32px;
    color: var(--fttcolor);
    font-family: 'Roboto-Bold';
    margin: 15px 0 10px;
}
.solution-palm .palm-text p{
    font-size: 18px;
    color: var(--ftcolor);
    line-height: 26px;
}

.solution-palm .palm-item:first-child .palm-text p{
    line-height: 22px;
}
.solution-palm .palm-text p:last-child{
    margin-bottom: 0;
}
.solution-palm .palm-item:last-child h3{
    margin: 8px 0 15px
}
.solution-palm .palm-img{
    width: calc(50% - 35px);
}
.solution-palm .palm-img img{
    width: 100%;
    border-radius: 50px 0 50px 0;
}
.solution-video {
    width: 100%;
    background: #f6f6f6;
}
#related-cases{
    background: var(--white);
}
#related-news{
    margin: 0;
    padding: 90px 0 70px;
    background: #f6f6f6;
}
@media(min-width:768px) and (max-width:1440px){
    .solution-palm h2{
        font-size: 36px;
    }
    .solution-palm .top p{
        width: 75%;
    }
    .solution-palm .palm-text h3{
        font-size: 30px;
    }
    .solution-palm .palm-text span {
        max-width: 140px;
        height: 40px;
        font-size: 18px;
        line-height: 40px;
    }
    .solution-palm .palm-text p {
        font-size: 16px;
        line-height: 22px;
    }
}
@media(min-width:768px) and (max-width:1260px){
    .palm-process ul li span {
        width: 80px;
        height: 35px;
        font-size: 16px;
        line-height: 35px;
    }
    .solution-precess ul li h3{
        font-size: 20px;
        margin: 15px 0 10px;
    }
    .solution-precess ul li p {
        font-size: 14px;
        line-height: 21px;
    }
}
@media(min-width:768px) and (max-width:1024px){
    .solution-palm h2{
        font-size: 30px;
    }
    .solution-palm .top p {
        width: 100%;
    }
    .solution-palm .palm-text h3 {
        font-size: 20px;
    }
    .solution-palm .palm-text{
        margin-right: 30px;
    }
    .solution-palm .palm-item:nth-child(2) .palm-text {
        margin-right: 0;
        margin-left: 30px;
    }
    .solution-palm .palm-item:first-child .palm-text {
        margin-top: 30px;
    }
    .solution-palm .palm-text span {
        max-width: 120px;
        height: 36px;
        font-size: 16px;
        line-height: 36px;
    }
    .solution-palm .palm-text p {
        font-size: 14px;
        line-height: 21px;
    }
}

@media screen and (max-width:768px){
    .solution-desc{
        margin-bottom: 40px;
    }
    /* palm process sm */
    .palm-process ul {
        margin-top: 30px;
    }
    .palm-process ul li{
        width: 100%;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .palm-process ul li .img{
        width: 100%;
        max-width: unset;
        margin-right: 0;
    }
    .palm-process ul li .info{
        width: 100%;
        margin-top: 20px;
    }
    .palm-process ul li h3 {
        margin: 15px 0 10px;
    }
    .palm-process ul li span {
        display: inline-block;
        width: 70px;
        height: 35px;
        border-radius: 5px;
        text-align: center;
        font-size: 16px;
        line-height: 35px;
    }
    .palm-process .bottom {
        padding: 20px 15px;
    }
    .palm-process .bottom h2{
        width: 100%;
        max-width: unset;
        font-size: 20px;
        line-height: 24px;
        background-size: 100% 100%;
        margin-bottom: 15px;
    }
    /* palm cpo */
    .palm-cpo .container{
        flex-wrap: wrap;
    }
    .palm-cpo .cpo-left {
        width: 100%;
        margin-right: 0px;
    }
    .palm-cpo ul{
        width: 52%;
        max-width: unset;
    }
    .palm-cpo ul li {
        height: 45px;
        font-size: 14px;
        border-radius: 8px;
        padding: 14px 0;
        line-height: 18px;
    }
    .palm-cpo ul li:nth-child(2) {
        margin: 15px 0;
        padding: 5px 0;
    }
    .palm-cpo .cpo-right {
        padding-top: 20px;
        width: 100%;
    }
    .palm-cpo span {
        font-size: 16px;
    }
    .palm-cpo h2 {
        font-size: 20px;
        margin: 5px 0 10px;
    }
    .palm-cpo p {
        font-size: 16px;
        line-height: 24px;
    }
    .palm-cpo a{
        width: 45%;
        font-size: 16px;
        margin: 25px auto 0;
    }
    /* palm refinin sm */
    .palm-refining ul {
        margin-top: 30px;
        flex-wrap: wrap;
    }
    .palm-refining ul li {
        width: 100%;
        padding: 65px 30px 100px!important;
        margin-bottom: 20px;
        border-radius: 40px 0 40px 0!important;
    }
    .palm-refining ul li img {
        width: 15%;
    }
    .palm-refining ul li h3 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 10px!important;
        margin-top: 20px!important;
    }
    .palm-refining ul li p {
        font-size: 18px;
        line-height: 26px;
    }
    .palm-refining ul li:last-child{
        margin-bottom: 0;
    }

    /* solution palm sm  */
    .solution-palm .palm-item .container{
        flex-wrap: wrap;
    }
    .solution-palm .palm-text{
        width: 100%;
        margin-right: 0;
        margin-top: 25px;
    }
    .solution-palm .palm-img{
        width: 100%;
    }
    .solution-palm .palm-img img{
        border-radius: 25px 0 25px 0;
    }
    .solution-palm .palm-item:first-child {
        margin-top: 35px;
        align-items: unset;
    }
    .solution-palm .palm-text span {
        width: 30%;
        max-width: 100px;
        height: 36px;
        font-size: 14px;
        line-height: 36px;
    }
    .solution-palm .palm-text h3 {
        font-size: 20px;
        margin: 18px 0 10px;
    }
    .solution-palm .palm-text p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .solution-palm .palm-item:nth-child(2) .palm-img{
        order: 1;
    }
    .solution-palm .palm-item:nth-child(2) .palm-text{
        order: 2;
        margin: 25px 0 0 0;
    }
    .solution-palm .palm-item:last-child h3{
        margin: 7px 0 12px;
    }
    #related-news{
        padding: 50px 0 40px;
    }
}