.s-home-20 {
  background-color: rgba(26, 80, 181, 0.1);
  border-top: 15px solid rgba(26, 80, 181, 0.2);
}
.s-home-20 .row{
  margin-right: 0;
  align-items: center;
}
.s-home-20 .item .s_imgs{
  margin: 0.11px;
}
.s-home-20 .item .s_imgs.ht-ratio--60::before {
  padding-bottom: calc(60% - 0.4px);
}
.s-home-20 .item .s_content {
  color: #fff;
  font-size: 14px;
  padding: 70px 170px 0px 20px;
  text-align: left;
}
.s-home-20 .item .s_content-title {
  font-weight: normal;
  font-size: 25px;
  text-transform: uppercase;
  color: #202f8c;
}
.s-home-20 .item .s_content-title span{
  color: red;
}
.s-home-20 .item .s_content-desc {
  text-align: justify;
  margin: 20px 0 35px;
  color: #666;
  font-weight: 300;
  font-size: 16px;
}
.s-home-1 {
    background-size: cover;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 100%), url(/images/bgs/bg-8.jpg) repeat 0 0;
}
.s-home-1 .s-dnews__detail {
    background-color: #FFF;
    padding: 50px 80px;
    margin-bottom: 0px;
    font-weight: 300;
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    text-align: justify;
}
@media screen and (max-width: 991px) {
  .s-home-20 .item .s_content {
    padding: 25px 20px 0px 20px;
  }
  .s-home-1 .s-dnews__detail{
    padding: 30px 40px;
  }
}
@media screen and (max-width: 767px){
  .s-home-1 .s-dnews__detail {
    padding: 20px 20px;
  }
}

