/* BEGIN s-home-8 */
.s-home-8 {
    border-bottom: 1px solid #eee;
    overflow: hidden;
    background: linear-gradient(to bottom, rgb(255 255 255 / 99%) 0, rgb(255 255 255 / 97%) 100%), url(/images/bgs/bg-8.jpg) no-repeat;
    background-position: bottom left;
    background-size: 45%;
}
.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_lbox .s_desc {
    color: #444;
    line-height: 1.734em;
    text-align: justify;
}
.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: 500;
    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: #0c1745;
    left: 0;
}
.s-home-8 .s_lbox .s_title .title {
    font-size: 30px;
    line-height: 46px;
    color: #3eb348;
    font-weight: 700;
    text-transform: uppercase;
}
.s-home-8 .s_lbox .s_desc {
    color: #444;
    line-height: 1.734em;
    text-align: justify;
}
.s-home-8 .ht-ratio--55:before {
    padding-bottom: calc(55% - 0.5px);
}
.s-home-8 .s_lbox .s_btn {
    margin-top: 30px;
}
.s-home-8 .s_thumb {
    position: relative;
    margin: 0 1.5px;
}
.s-home-8 .s_thumb:after {
    position: absolute;
    right: -30px;
    top: -30px;
    content: "";
    width: 90%;
    height: 100%;
    border-radius: 2px;
    background-image: linear-gradient(180deg, #f3f3f3 0%, #f1f1f1 64%, #ffffff 100%);
    border-radius: 10px;
}

.s-home-8 .ht-ratio__img:not(img) {
    z-index: 9;
}
/* END s-home-8 */
.p_detail {
    background-color: #f5f5f5;
}
.p_detail .ht-format-detail {
    background-color: #fff;
    padding: 50px;
}
.s-footer-7 {
    margin-top: 0;
}
@media (min-width: 1260px) {
    .s-home-8 .s_lbox .s_title::before {
        content: '';
        display: block;
        width: 30%;
        height: 1px;
        position: absolute;
        bottom: 6px;
        background-color: rgba(255, 0, 0, 0);
        background-image: linear-gradient(to left, #ccc, #ccc0 100%);
    }
}
@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: 50px 60px;
    }
    .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 screen and (max-width: 991px) {
    .s-home-8 .s_rbox {
        margin-top: 40px;
    }
}
@media screen and (max-width: 575px) {
    .p_detail .ht-format-detail {
        padding: 15px;
    }
}