section.block-slider .slide-detail{ padding: 20px;}
.block-slider .col-right {
    margin-top: 40px;
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
}
.container.suop--slider:after {
    position: absolute;
    content: '';
    height: 300px;
    width: 50%;
    background: #0e3552;
    top: 119px;
    left: 45%;
    z-index: -1;
}
.block-slider {

    padding-bottom: 60px;

}
.slide-detail h5 {
    font-family: 'Kanit';
}
.slide-detail h3 {
    font-family: 'Kanit';
}
.slide-detail p {
    font-family: 'Kanit';
    color: #fff;
    text-indent: 45px;
}

@media(max-width: 480px){
    .container.suop--slider:after {
        position: absolute;
        content: '';
        height: 535px;
        width: 98%;
        background: #0e3552;
        top: 119px;
        left: 1%;
        z-index: -1;
    }



}



