.s-about {
    padding: 80px 0;
    background-color: #f5f5f5;
}
.s-about .s_lbox>.s_headline h2 {
    color: #f28331;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    text-align: right;
}
.s-about .s_lbox .s_headline span:first-child {
    font-size: 13px;
    margin-bottom: 10px;
}
.s-about .s_lbox .s_headline span:first-child::before, .s-about .s_lbox .s_headline span:first-child::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 20px;
    height: 2px;
    background-color: #e91a21;
}
.s-about .s_lbox .s_headline span:first-child::before {
    margin-right: 10px;
}
.s-about .s_lbox .s_headline span:first-child::after {
    margin-left: 10px;
}
.s-about .s_rbox>div {
    position: relative;
}
.s-about .s_rbox>div::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgb(242 131 49 / 20%);
    width: 100%;
    height: 100%;
    transform: rotate(-12.5deg);
}
.s-about .s_rbox .s_img>div {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
/* BEGIN b-card-24 */
.b-card-24 {
    position: relative;
    display: block;
}
.b-card-24 .b_content {
    text-align: right;
    width: calc(100% - 25px);
    padding: 20px 15px 20px;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    right: 0;
    bottom: 0;
    height: 35%;
}
.b-card-24 .b_title {
    color: #f60;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
/* END b-card-24 */


/* BEGIN b-card-26 */
.b-card-26 {
    padding: 15px;
}
.b-card-26 .b_avatar {
    line-height: 0;
    text-align: center;
    margin: 20px 0;
}
.b-card-26 .b_avatar img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 5px solid #eee;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.b-card-26 .b_title {
    color: #f28331;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.b-card-26 .b_desc {
    font-size: 15px;
    text-align: justify;
}
.b-card-26:hover .b_thumb {
    border-color: #f60;
}

/* END b-card-26 */

/* 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;
}
/* END b-card-2 */

/* BEGIN p-list-6 */
.p-list-6 {
    position: relative;
    padding: 30px 0;
    overflow: hidden;
}
.p-list-6 .b-card-2 .b_thumb {
    float: none;
    width: auto;
    margin-right: 0;
}
.p-list-6 .b-card-2 .p_separator {
    display: none;
}
.p-list-6 .p_list {
    position: relative;
}
.p-list-6 .p_list-line {
    width: 3px;
    height: 100%;
    background-color: #333;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.p-list-6 .p_list-line::after {
    bottom: 0;
}
.p-list-6 .b-card-2 {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
}
.p-list-6 .b-card-2 .b_content:before {
    content: "";
    position: absolute;
    top: 16px;
    left: 100%;
    height: 0;
    width: 0;
    border: 10px solid transparent;
    border-left: 10px solid #fff;
}
.p-list-6 .b-card-2:nth-child(2n) .b_content:before {
    content: "";
    position: absolute;
    top: 16px;
    right: 100%;
    left: auto;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #fff;
}
.p-list-6 .b-card-2:nth-child(2n) .b_content {
    border-left: none;
    border-right: 2px solid #f28331;
}
.p-list-6 .b-card-2 .b_thumb {
    width: 45%;
}
.p-list-6 .b-card-2 .p_separator {
    display: block;
    width: 120px;
    position: relative;
    text-align: center;
    display: block;
    padding: 5px 0px 8px 0px;
    background: #fff;
    font-weight: bold;
    font-size: 25px;
    margin: 0 15px;
}
.p-list-6 .b-card-2 .p_separator:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 22px;
    background: #f28331;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
}
.p-list-6 .b-card-2 .b_content .ht-format-detail p {
    position: relative;
    padding-left: 20px;
}
.p-list-6 .b-card-2 .b_content .ht-format-detail p:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 0;
    top: 7px;
    background: #f28331;
}
.p-list-6 .b-card-2 .b_content {
    width: 45%;
    padding: 30px 30px 20px;
    background: #fff;
    box-shadow: 0px 1px 20px rgba(33, 37, 41, 0.2);
    border-left: 2px solid #f28331;
    position: relative;
}
/* END p-list-6 */
.s-intro-4 {
    padding: 30px 0;
}
.s-intro-4 .item {
    margin: 0 10px;
    position: relative;
    overflow: hidden;
}
.s-intro-1 {
    padding: 50px 0;
}
.s-intro-2, .s-intro-3 {
    padding: 30px 0;
    background-color: #f5f5f5;
}

@media (min-width: 768px) {
    .p-list-6 .b-card-2:nth-child(2n + 1) {
        flex-direction: row-reverse;
    }
}
@media screen and (max-width: 991px) {
    .b-card-24 {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    .p-list-6 .p_list-line {
        left: 20px;
    }
    .p-list-6 .b-card-2 {
        flex-direction: column-reverse;
        align-items: flex-end;
    }
    .p-list-6 .b-card-2 .b_thumb,
    .p-list-6 .b-card-2 .b_content {
        width: 75%;
    }
    .p-list-6 .b-card-2 .b_content {
        margin-bottom: 20px;
        border-right: 2px solid #005abc;
        border-left: none;
    }
    .p-list-6 .b-card-2 .p_separator {
        position: absolute;
        top: 20px;
        left: -40px;
        font-size: 22px;
        margin: 0;
    }
    .p-list-6 .b-card-2 .b_content:before {
        right: 100% !important;
        left: auto !important;
        border: 10px solid transparent !important;
        border-right: 10px solid #fff !important;
        border-left: transparent !important;
        top: 30px !important;
    }
    .b-card-2 {
        margin-bottom: 30px;
    }
    .b-card-24 .b_content {
        padding: 10px 5px 0;
    }
}
@media (max-width: 575px) {
    .p-list-6 .p_list-line {
        left: 50px;
    }
    .p-list-6 .b-card-2 .p_separator {
        left: 0;
        font-size: 20px;
        width: 100px;
    }
    .b-card-24 .b_content {
        height: auto;
    }
    .s-about .s_rbox>div::before {
        transform: rotate(-3.5deg);
    }
}
@media (max-width: 479px) {
    .p-list-6 .b-card-2 .b_thumb,
    .p-list-6 .b-card-2 .b_content {
        width: 70%;
    }
    .p-list-6 .b-card-2 .b_content {
        padding: 20px;
    }
    .p-list-6 .b-card-2 .b_content .ht-format-detail p {
        padding-left: 15px;
    }
    .p-list-6 .b-card-2 .p_separator {
        left: 10px;
        font-size: 20px;
        width: 80px;
    }
    .s-about {
        padding: 30px 0;
    }
    .s-intro-1{
        padding: 30px 0;
    }
}
@media (max-width: 375px) {
    .p-list-6 .b-card-2 .b_thumb,
    .p-list-6 .b-card-2 .b_content {
        width: 65%;
    }
}