/*---body---system---start---here---*/
.body_system_relative{position: relative;}
.body_system_section .title_row {width: 694px;user-select: none;}
.body_system_section .title_wraper{width: 225px;}
.body_system_section .title_desc_colm{width: calc(100% - 225px);}
.body_system_slider{overflow: hidden;}
.body_system_relative .slider_arrow{position: absolute;top: 0px;right: 0px;z-index: 1;pointer-events: none;}
.body_system_back, .body_system_next{pointer-events: initial;}
.body_system_card{text-decoration: none;color: #fff;position: relative;border-radius: 16px;overflow: hidden;display: block;}
.body_system_card:after{content: '';position: absolute;top: 0px;bottom: 0px;left: 0px;width: 100%;height: 100%;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);z-index: 1;
}
.body_system_img{width: 100%;height: initial;transition: all 0.3s;display: block;line-height: 0px;}
.body_system_card:hover .body_system_img{transform: scale(1.1);}
.body_system_comntent{position: absolute;bottom: 0px;left: 0px;right: 0px;padding: 20px;z-index: 2;}
.body_system_title{font-size: 18px;font-weight: 500;color: #fff;line-height: 1.3;padding-right: 32px;}
.body_system_link_icon{width: 28px;position: absolute;bottom: 16px;right: 20px;transition: all 0.3s;}
.body_system_link_icon img{width: 100%;height: initial;}
.body_system_card:hover .body_system_link_icon{transform: rotate(45deg);}

@media only screen and (max-width: 1400px){
   .body_system_title{font-size: 16px;} 
}

@media only screen and (max-width: 991px){
   .body_system_relative .slider_arrow { top: 50%; left: -18px; right: 15px; justify-content: space-between;
        transform: translate(0px, -50%);}
   .body_system_wrapper{position: relative;margin-right: -30px;}
   .body_system_slider{padding-right: 30px;}
}

@media only screen and (max-width: 991px){
    .body_system_relative .slider_arrow{left: -9px;right: 7px;}
   .body_system_wrapper{position: relative;margin-right: -15px;}
   .body_system_slider{padding-right: 15px;}
}
/*---body---system---end---here---*/