/* BEGIN b-card-21 */
.b-card-21 {
    display: block;
    height: 100%;
    text-align: center
}
.b-card-21 .b_title {
    font-size: 22px;
    font-weight: bold;
    margin: 15px 0 10px;
    transition: 0.3s color ease-in-out;
    display: block;
    color: #2b5597;
}
.b-card-21 .b_desc {
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: center;
    /*   font-size: 15px; */
    font-weight: 500
}
.b-card-21:hover .b_title {
    color: #00a7e1;
}

/* END b-card-21 */
.s-hoso {
    padding: 50px 0;
}
/* BEGIN c-statistic-3 */
.c-statistic-3 {
    text-align: center;
    margin-bottom: 30px;
    height: calc(100% - 30px);
}
.c-statistic-3 .c_icon img {
    height: 80px;
    margin: 0 auto;
}
.c-statistic-3 .c_number {
    color: #fff;
    margin: 10px 0;
    font-size: 35px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    line-height: 1;
}
.c-statistic-3 .c_number::before {
    content: "\f067";
    position: absolute;
    font-family: FontAwesome;
    top: 55%;
    right: -28px;
    transform: translateY(-50%);
    font-weight: normal;
    font-size: 25px;
}
.c-statistic-3 .c_text {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
}

/* END c-statistic-3 */
.s-thanhtuu {
    background-position: center;
    background-size: cover;
    padding: 50px 0 20px;
    position: relative;
}
.s-thanhtuu::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgb(40 21 100 / 30%);
    position: absolute;
    top: 0;
    left: 0;
}
.s-thanhtuu .headline-1 h2, .s-thanhtuu .headline-1 div {
    background-color: transparent;
    color: #fff;
}
.s-thanhtuu .headline-1 h2::before, .s-thanhtuu .headline-1 div::before {
    display: none
}
.s-thanhtuu .headline-1 span {
    color: #fff;
}
@media (min-width: 1260px) {
    .s-hoso .hoso {
        margin: 0 100px;
    }
}
@media (max-width: 767px) {
    .b-card-21 {
        margin-bottom: 30px;
        height: calc(100% - 30px);
    }
    .s-hoso {
        padding: 30px 0;
    }
}
@media (max-width: 479px) {
    .c-statistic-3 .c_icon img {
        height: 60px;
    }
    .c-statistic-3 .c_number {
        font-size: 25px
    }
}