.content {
    position: relative;
    z-index: 1;
    padding: 30px;
    margin: 20px 0 30px;
}
.content .ht-format-detail {
    column-count: 4;
}
.content::after {
    content: '';
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(0, 160, 70, 0.05), rgba(238, 238, 238, 0.07));
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
}
/* BEGIN s-slide-5 */
.s-slide-5 .b-nslide-ratio {
    width: 100%;
}
.s-slide-5 .b-nslide-ratio::before {
    padding-bottom: calc(37% + 0.88px);
}
/* END s-slide-5 */

/* BEGIN s_product */
.s_product {
    margin-top: 30px;
}
.s_product .s_title .col-md-3, .s-course .s_title .col-md-3, .s-home-12 .s_title .col-md-3 {
    border-right: 10px solid #0077b8;
    padding-right: 0;
}
.s_product .s_title, .s-course .s_title, .s-home-12 .s_title {
    padding-left: 35px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
}
.s_product .s_title .row, .s-course .s_title .row, .s-home-12 .s_title .row {
    display: flex;
    align-items: center;
}
.s_product .s_title span, .s-course .s_title span, .s-home-12 .s_title span {
    font-size: 24px;
    text-transform: uppercase;
    color: #0077b8;
    font-weight: 500;
}
.s_product .s_title span i, .s-course .s_title span i, .s-home-12 .s_title span i {
    margin-right: 3px;
}
.s_product .s_title p, .s-course .s_title p, .s-home-12 .s_title p {
    color: #333;
    font-size: 17px;
    padding-left: 20px;
    padding-top: 5px;
    font-weight: 300;
}
.s_product .row {
    margin-left: 0;
    margin-right: 0;
}
.s_product .row .col-md-6 {
    padding-left: 0;
    padding-right: 0;
}
.s_product .b-card-4 {
    display: block;
    flex-direction: unset;
    padding: 25px;
    margin-bottom: 15px;
}
.s_product .b-card-4 .b_content-title {
    font-size: 20px;
    font-weight: normal;
    color: #111;
    border-bottom: none;
    margin: 10px 0 0px;
}
.s_product.s_service .b-card-4 .b_content-title {
    text-transform: none;
}
.s_product .b-card-4 .b_content-desc {
    margin-top: 0;
    color: #333;
}
.s_product .b-card-4 ul {
    margin-bottom: 15px;
    margin-left: 20px;
}
.s_product .b-card-4 .b_content ul li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
    width: calc(50% - 10px);
}
.s_product .b-card-4 .b_content ul li:nth-child(2n+1) {
    margin-right: 10px;
}
.s_product .b-card-4 .b_content ul li a {
    font-weight: 300;
    color: #666;
    transition: all .25s;
}
.s_product .b-card-4 .b_content ul li a:before {
    content: '\f105';
    font-family: FontAwesome;
    color: #999;
    padding-right: 5px;
}
.s_product .b-card-4 .b_content ul li a:hover {
    color: #DB0007;
}
/* END s_product */

/* BEGIN s-home-8 */
.s-home-8 {
    margin-top: 20px;
    padding: 0 0 30px;
}
.s-home-8 .s_box {
    border-top: 1px solid #f5f5f5;
}
.s-home-8 .s_box-right .ht-ratio--60::before {
    padding-bottom: 60%;
}
.s-home-8 .s_box-left {
    padding: 30px 30px 80px;
}
.s-home-8 .s_box-left>.title {
    font-size: 25px;
    margin-bottom: 15px;
    text-align: right;
    font-weight: bold;
    text-transform: uppercase;
}
.s-home-8 .s_box-left>.title a {
    color: #0077b8;
    transition: all .25s;
}
.s-home-8 .s_box-left>.title a:hover {
    color: #DB0007;
}
.s-home-8 .s_box-left>.title a span {
    color: #888;
    font-weight: normal;
}
.s-home-8 .s_box-left>.title a:hover span {
    color: #DB0007;
}
.s-home-8 .s_box-left>div {
    color: #444;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.74em;
    text-align: justify;
}
/* END s-home-8 */

/* BEGIN s-course */
.s-course {
    margin-top: 25px;
}
.s-course .row {
    margin-left: 0;
    margin-right: 0;
}
.s-course .row .col-md-4 {
    padding-left: 0;
    padding-right: 0;
}
.s-course .b-card-4 {
    padding: 0 30px 30px;
    height: 100%;
    flex-direction: column;
}
.s-course .b-card-4 .b_content-title {
    text-transform: unset;
    margin: 15px 0 10px;
    padding-bottom: 10px;
    color: #444;
    font-size: 20px;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
}
.s-course .b-card-4 .b_content-title:hover {
    color: #0077b8;
}
.s-course .b-card-4 .b_thumb {
    margin: 15px 0.64px 0;
}
/* END s-course */

/* BEGIN b-card-2 */
.b-card-2 {
    display: block;
    margin-bottom: 20px;
}
.b-card-2::after {
    content: '';
    display: table;
    clear: both;
}
.b-card-2 .b_thumb {
    float: left;
    width: 200px;
    margin-right: 15px;
}
.b-card-2 .b_title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.13em;
    margin-bottom: 10px;
    -webkit-transition: 0.3s color ease-in-out;
    -o-transition: 0.3s color ease-in-out;
    transition: 0.3s color ease-in-out;
}
.b-card-2 .b_title span {
    display: block;
    font-weight: 500;
}
.b-card-2 .b_desc {
    text-align: justify;
    color: #444;
}
.b-card-2:hover .b_title {
    color: #DB0007;
}
/* END b-card-2 */

/* BEGIN b-card-23 */
.b-card-23 {
    display: block;
    margin-bottom: 20px;
    padding: 15px 15px 20px;
    border-bottom: 2px solid #0077b8;
    box-shadow: 1px 1px 5px #bbb;
}
.b-card-23 .b_title {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.112em;
    margin: 15px 0 10px;
    -webkit-transition: 0.3s color ease-in-out;
    -o-transition: 0.3s color ease-in-out;
    transition: 0.3s color ease-in-out;
}
.b-card-23:hover .b_title {
    color: #DB0007;
}
/* END b-card-23 */

/* BEGIN s-home-12 */
.s-home-12 {
    margin-top: 40px;
}
.s-course .b-card-23 {
    padding: 25px 25px 20px;
}
.s-course .b-card-23 .b_desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-align: justify;
    font-weight: 300;
}
.s-course .s_title {
    margin-bottom: 20px;
}
.s-course .b-card-2 .b_thumb {
    width: 160px;
}
.s-course .b-card-2 .b_desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-weight: 100;
}
/* END s-home-12 */

/* END s-home-16 */
.s-home-16 {
    margin-top: 0;
}
/* END s-home-16 */

/*---------Responsive---------*/
@media screen and (min-width: 992px) {
    .s-home-8 .s_box {
        display: table;
    }
    .s-home-8 .s_box-right {
        display: table-cell;
        vertical-align: middle;
        width: 50%;
    }
    .s-home-8 .s_box-left {
        display: table-cell;
        width: 50%;
        vertical-align: middle;
        padding: 30px 70px 0;
    }
    .s-home-28 .box-right {
        text-align: right;
    }
    .s-home-28 .s_title::after {
        margin-left: auto;
    }
    .s_product .col-md-6:nth-child(2n+1) .b-card-4 {
        border-right: 1px solid;
        border-image: linear-gradient(to top, rgba(60, 60, 60, 0.3), rgba(220, 220, 220, 0.2));
        border-image-slice: 1;
    }
    .s_product .col-md-6:nth-child(2n+2) .b-card-4 {
        border-left: 1px solid transparent;
    }
}
@media screen and (min-width: 1200px) {
    .s-sidebar-1:hover .s_cate {
        display: block;
    }
}
@media screen and (max-width: 1199px) {
    .s-home-8 .s_box-left>h2 {
        text-align: center;
    }
    .s-home-28 .c-btn-border {
        display: none;
    }
    .s-home-12 .b-card-23 {
        padding: 20px 20.47px 15px;
    }
    .s-home-8 {
        margin-top: 10px;
    }
}
@media screen and (max-width: 991px) {
    .s-home-8 .s_box-left {
        padding: 20px 0 20px;
    }
    .s_product .b-card-4 {
        padding: 20px;
    }
    .s-home-8 {
        padding: 0 0 45px;
    }
    .content .ht-format-detail {
        column-count: unset;
    }
}
@media screen and (max-width: 767px) {
    .s_product .s_title, .s-course .s_title, .s-home-12 .s_title {
        padding-left: 0;
    }
    .s_product .s_title .col-md-3, .s-course .s_title .col-md-3, .s-home-12 .s_title .col-md-3 {
        border-right: none;
    }
    .s_product .s_title p, .s-course .s_title p, .s-home-12 .s_title p {
        padding-left: 0;
        padding-top: 10px;
    }
    .s-course .b-card-4 .b_content {
        padding: 20px 30px 35px;
    }
    .s_product .b-card-4 {
        padding: 20px;
    }
}
@media screen and (max-width: 575px) {
    .s_product .b-card-4 .b_content ul li {
        width: 100%;
    }
    .content {
        padding: 15px;
    }
}
@media screen and (max-width: 479px) {
    .s-course .b-card-4 {
        padding: 0 20px 30px;
    }
    .s-course .b-card-4 .b_content {
        padding: 20px 0 35px;
    }
    .b-card-2 .b_thumb {
        width: 150px;
    }
    .b-card-2 .b_content-title {
        font-size: 15px;
    }
    .c-headline-2 .c_divider:first-child::after {
        margin: 4px auto 0;
    }
    .s-home-12 .b-card-2 .b_thumb {
        width: 150px;
    }
    .s-home-12 .b-card-23 {
        padding: 15px 15px 15px;
    }
    .b-card-2 .b_thumb {
        width: 150px;
    }
    .b-card-2 .b_title {
        font-size: 18px;
        padding-top: 0;
    }
}
@media(max-width: 375px) {
    .s-home-8 .s_box-left>.title {
        font-size: 24px;
    }
}