/* BEGIN s-home-8 */
.s-home-8 {
    overflow: hidden;
    background-position: bottom left;
    background-color: #fff;
    border-radius: 10px;
    padding: 0 30px;
    margin: 15px 0px;
}
.s-home-8 .s_lbox {
    padding: 15px;
}
.s-home-8 .s_lbox .s_title {
    font-size: 28px;
    text-align: right;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    margin-bottom: 15px;
}
.s-home-8 .s_lbox .s_title>span {
    color: #11559a;
}
.s-home-8 .s_rbox {
    position: relative;
}
.s-home-8 .s_rbox:before {
    top: 30px;
}
.s-home-8 .s_lbox .s_title {
    font-size: 20px;
    text-align: right;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    margin-bottom: 15px;
    color: #c90616;
    text-align: right;
    margin-bottom: 15px;
}
.s-home-8 .s_lbox .s_title .sub {
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
    color: #666666;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 5px;
    position: relative;
    padding-left: 60px;
}
.s-home-8 .s_lbox .s_title .sub:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 3px;
    top: 50%;
    transform: translateY(-50%);
    background: #2063ad;
    left: 0;
}
.s-home-8 .s_lbox .s_title .title {
    font-size: 25px;
    line-height: 46px;
    color: #2063ad;
    font-weight: 700;
    text-transform: uppercase;
}
.s-home-8 .s_lbox .s_desc {
    color: #444;
    line-height: 1.734em;
    text-align: justify;
    font-weight: 300;
}
.s-home-8 .ht-ratio--55:before {
    padding-bottom: calc(55% - 2px);
}
.s-home-8 .s_lbox .s_btn {
    margin-top: 30px;
}
.s-home-8 .s_thumb {
    position: relative;
    margin: 0 1.57px 0 1.58px;
}

.s-home-8 .ht-ratio__img:not(img) {
    z-index: 1;
}
/* END s-home-8 */
.s-detail-1 {
    background-color: #fff;
    border-radius: 10px;
    padding: 40px;
    margin-bottom: 35px;
}
@media (min-width: 992px) {
    .s-home-8 {
        display: table;
        width: 100%;
    }
    .s-home-8 .s_lbox {
        display: table-cell;
        width: 50%;
        vertical-align: middle;
        padding: 40px 35px 50px 10px;
    }
    .s-home-8 .s_lbox .s_title {
        font-size: 26px;
    }

    .s-home-8 .s_lbox .s_desc {
        font-size: 15px;
    }
    .s-home-8 .s_rbox {
        display: table-cell;
        width: 50%;
        padding: 50px 0;
        position: relative;
        vertical-align: middle;
    }
    .s-home-8 .s_rbox img {
        width: 100%;
    }
}
@media (max-width: 991px) {
    .s-home-8 {
        padding: 0 30px 30px;
    }
    .s-home-8 .s_lbox {
        margin-bottom: 30px;
    }
}
@media (max-width: 479px) {
    .s-home-8 {
        padding: 0 15px 15px;
    }
    .s-detail-1 {
        padding: 15px;
    }
}