/* BEGIN s-slide-5 */
.s-slide-5 .b-nslide-ratio::before {
    padding-bottom: calc(37% - 1px);
}

/* END s-slide-5 */
.s_product {
    position: relative;
    z-index: 1;
}
.s_product:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
    background-color: rgba(255, 255, 255, 0.98);
}
.s_product .ht-format-detail {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
.s_product .row>div:nth-child(even) .b-card-24 .b_content {
    text-align: left;
    margin-left: 0;
    left: 0;
}
.s_product .row>div:nth-child(even) .b-card-24 .b_content:before {
    left: 0;
}

.s_product .s_title .col-md-3 {
    border-right: 10px solid #0a5aaa;
    padding-right: 0;
}
.s_product .s_title {
    padding-left: 35px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
}
.s_product .s_title .row {
    display: flex;
    align-items: center;
}
.s_product .s_title h2, .s_product .s_title .h2 {
    font-size: 25px;
    text-transform: uppercase;
    float: left;
    font-weight: normal;
    color: #0a5aaa;
}
.s_product .s_title h2 i, .s_product .s_title .h2 i {
    margin-right: 3px;
}
.s_product .s_title p {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    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;
    display: flex;
}
.s_product .b-card-4 {
    display: block;
    flex-direction: unset;
    padding: 49px;
}
.s_product .b-card-4 .b_thumb.ht-ratio--75::before {
    padding-bottom: calc(60% + 1px);
}
.s_product .b-card-4 .b_content-title {
    font-size: 22px;
    font-weight: normal;
    color: #333;
    border-bottom: none;
    margin: 10px 0 0px;
}
.s_product .b-card-4 .b_content-title:hover {
    color: #0a5aaa;
}
.s_product .b-card-4 .b_content-desc {
    margin-top: 0;
}
/* BEGIN s-home-8 */
.s-home-8 {
    padding: 55px 0px;
    border-bottom: 1px solid #f5f5f5;
}
.s-home-8 .s_box-right .ht-ratio--60 {
    margin: 1.28px;
}
.s-home-8 .s_box-right .ht-ratio--60::before {
    padding-bottom: calc(60% + 2px);
}
.s-home-8 .s_box-left {
    background-color: #fff;
    padding: 30px 30px 80px;
}
.s-home-8 .s_box-left>.h2 {
    font-size: 25px;
    margin-bottom: 15px;
    text-align: right;
    font-weight: bold;
    text-transform: uppercase;
}
.s-home-8 .s_box-left>.h2 a {
    color: #21a045;
    transition: all .5s;
}
.s-home-8 .s_box-left>.h2 a:hover {
    color: #0a5aaa;
}
.s-home-8 .s_box-left>.h2 a span {
    color: #0a5aaa;
}
.s-home-8 .s_box-left>div {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.74em;
    margin-bottom: 30px;
    text-align: justify;
}


/* END s-home-8 */

/* BEGIN s-home-32 */
.s-home-32 .slick-list {
    margin: 0 20px;
}
.s-home-32 .slick-slider .slick-prev, .s-home-32 .slick-slider .slick-next {
    font-size: 8px;
}
.s-home-32 .item {
    margin: 0 20px;
    position: relative;
    overflow: hidden;
}
.s-home-32 .item::before {
    content: '';
    display: block;
    padding-bottom: 100%;
}
.s-home-32 .item>a, .s-home-32 .item>div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.s-home-32 .item>a>img, .s-home-32 .item>div>img {
    width: 100%;
}
.s-home-32 .item>a, .s-home-32 .item>div {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.s-home-32 .item>a img, .s-home-32 .item>div img {
    width: auto;
    max-height: 100%;
}
/* END s-home-32 */

/* BEGIN b-card-4 */
.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 .b_content {
    padding: 20px 50px 35px;
}

.s-course .b-card-4 .b_content-title {
    text-transform: unset;
    font-size: 23px;
}
.s-course .b-card-4 .b_content-title:hover {
    color: #0a5aaa;
}
.s-course .b-card-4 .b_thumb {
    margin: 0.68px;
}
.s-course .b-card-4 .b_thumb.ht-ratio--75::before {
    padding-bottom: calc(75% - 0.5px);
}
/*---------------- REPONSIVE ---------------------*/
@media screen and (min-width: 1200px) {
    .s-home-8 .s_box {
        display: table;
    }
    .s-home-8 .s_box-right {
        display: table-cell;
        width: 50%;
    }
    .s-home-8 .s_box-left {
        display: table-cell;
        width: 50%;
        vertical-align: middle;
        padding: 30px 70px 0;
    }
}
@media(max-width: 991px) {
    .s-home-8 .s_box-left {
        background-color: #fff;
        padding: 0px 30px 20px;
    }
}
@media(max-width: 767px) {
    .s_product .s_title .col-md-3 {
        border-right: none;
    }
    .s_product .s_title p {
        padding-left: 0;
        padding-top: 10px;
    }
    .s_product .s_title {
        padding-bottom: 0;
    }
    .s-course .b-card-4 .b_content {
        padding: 20px 30px 35px;
    }
    .s_product .b-card-4 {
        padding: 30px;
    }
}