.main_container {
    padding: 0;
}
.news_health{
    margin-top: 61px;
}
.news_health .news_health_wrap{
    display: grid;
    grid-template-columns: 773px auto;
    grid-column-gap: 46px;
    margin-top: 60px;
}
.news_health_list {
    margin-bottom: 48px;
}

.news_health_item_left {
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 30px;
}
.news_health_item_left:last-child {
    border: none;
}
.news_health_item_left .health_left_item {
    display: grid;
    grid-template-columns: 455px auto;
    grid-column-gap: 38px;
    overflow: hidden;
}

.news_health_item_left .news_health_top {
    padding-bottom: 30px;
}

.news_health_top .col-md-8 {
    max-width: 62.666667%;
}

.news_health_top .health_title {
    color: #0957df;
    font-size: 45px;
    margin-bottom: 21px;
    font-weight: 500;
}

.news_health_top .health_item-image {
    width: 100%;
}

.news_health_top .health_item-image a {
    display: block;
    width: 100%;
}

.news_health_top .thumbnail_mobile {
    display: none;
}

.news_health_top .health_item-image img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 12px;
    display: block;
}
.news_health_top .content_title {
    line-height: 30px;
    margin-bottom: 0;
}

.health_content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.news_health_top .content_title a {
    font-size: 25px;
    color: #000000;
    font-weight: 500;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news_health_top .content_description {
    color: #828282;
    font-size: 18px;
    line-height: 26px;
    margin-top: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-weight: 400;
}

.news_health_top .content_date {
    font-size: 13px;
    color: #8b8b8b;
}

/*Item left middle*/
.news_health_middle {
    padding: 31px 0;
    border-top: 1px solid #d8d8d8;
}


.news_health_middle_list {
    display: grid;
    grid-template-columns: repeat(3, 29%);
    grid-column-gap: 0;
    justify-content: space-between;
}

.news_health_middle_list .health_middle_item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.heath_middle_item-img{
    max-height: 100%;
}

.heath_middle_item-img .health_thumbnail {
    display: block;
    max-height: 100%;
    width: 100%;
}

.health_thumbnail img {
    width: 100%;
    max-height: 100%;
    border-radius: 12px;
}

.health_middle_item .health_title_link {
    font-size: 22px;
    display: block;
    color: #000000;
    font-weight: 500;
    line-height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    height: 54px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-top: 14px;
}

.news_health_bottom .health_bottom_item {
    padding: 30px 0;
}

.news_health_bottom .health_bottom_item:first-child {
    border-bottom: 1px solid #828282;
}

.health_bottom_item .col-lg-5 {
    max-width: 42.666667%;
}

.health_bottom_item .col-lg-7 {
    max-width: 57.333333%;
}

.health_bottom_item .health_bottom_item_image {
    width: 325px;
    height: 217px;
}

.health_bottom_item_image a {
    display: block;
    height: 100%;
    width: 100%;
}

.health_bottom_item_image img {
    max-width: 100%;
    border-radius: 12px;
    height: 100%;
}

.health_bottom_item .content_title_link {
    color: #000000;
    font-size: 22px;
    line-height: 27px;
    display: block;
    font-weight: 500;
}

.health_bottom_item .content_description {
    color: #828282;
    font-size: 18px;
    line-height: 26px;
    margin-top: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.health_bottom_item .content_date {
    color: #8b8b8b;
    font-size: 13px;
    line-height: 19px;
}

.news_health_btn_more {
    margin-top: 50px;
}

.news_health_btn_more .wrapper_btn_more {
    width: 221px;
    height: 50px;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
}

.news_health_btn_more a {
    height: 100%;
    color: #000000;
    width: 100%;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    border: 2px solid #0957df;
    border-radius: 30px;
}

.news_health_btn_more .wrapper_btn_more img {
    position: absolute;
    top: 13px;
    right: 15px;
    transform: rotate(90deg);
}

.news_health_btn_more .wrapper_btn_more:hover a {
    background-color: #0b57df;
    color: #ffffff;
}

/*Health right*/

.health_right {
    padding-left: 40px;
    height: 100%;
    border-left: 1px solid #d8d8d8;
    padding-top: 20px;
}

.health_item_right_item {
    margin-bottom: 10px;
}

.health_item_right_item:last-child {
    margin-bottom: 0;
    padding-top: 10px;
}

.health_item_right_item .health_right_heading {
    color: #0957df;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 24px;
}

.health_item_right_item .health_right_text {
    display: flex;
    height: 105px;
    align-items: center;
    border-bottom: 1px solid #d8d8d8;
}

.health_item_right_item .health_right_img {
    max-width: 100%;
    height: 100%;
}

.health_right_img a {
    display: block;
    width: 100%;
    height: 100%;
}

.health_right_img img {
    max-width: 100%;
    height: 100%;
    border-radius: 3px;
}

.health_item_right_item .health_right_title {
    font-size: 22px;
    color: #000000;

    line-height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.health_item_right_item .health_right_text:last-child {
    border-bottom: 0;
}
.border-btm {
    border-bottom: 1px solid #d8d8d8;
}
footer {
    margin-top: 85px;
}

@media screen and (max-width: 1201px) {
   .news_health.main_container {
        padding: 0 70px;
    }
    .news_health_item_left .health_left_item{
        grid-template-columns: 50% auto;
    }
}

/* TABLET */
@media screen and (max-width: 991px) {
    .news_health.main_container {
        padding: 0 35px;
    }
    .news_health .news_health_wrap{
        display: block;
    }
    .news_health_item_left .health_left_item {
        grid-template-columns: 302px auto;
        grid-column-gap: 38px;
    }
    .news_health_top .health_title {
        font-size: 25px;
        margin-bottom: 27px;
        line-height: 22px;
    }
    .news_health_top .content_title {
        line-height: 22px;
    }
    .news_health_top .content_title a {
        font-size: 18px;
    }
    .news_health_top .content_description {
        font-size: 15px;
        line-height: 22px;
        -webkit-line-clamp: 5;
    }
    .news_health_middle_list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 25px;
    }

    .news_health_middle{
        padding-bottom: 40px;
    }

    .health_thumbnail img {
        border-radius: 5px;
    }
    .health_middle_item .health_title_link {
        font-size: 18px;
        line-height: 22px;
        height: 44px;
    }
    .news_health_btn_more {
        margin-top: 34px;
    }
    .news_health_btn_more .wrapper_btn_more {
        width: 145px;
        height: 35px;
        border-radius: 30px;
        background-color: #0957df;
    }
    .news_health_btn_more a {
        color: white;
        font-size: 15px;
    }
    .news_health_btn_more .wrapper_btn_more img {
        top: 9px;
        right: 11px;
        width: 17px;
    }
    .health_right {
        display: none;
    }
    footer {
        margin-top: 5px;
    }
}

@media screen and (max-width: 667px) {
    .news_health_middle_list {
        grid-row-gap: 25px;
        grid-template-columns: repeat(2, 1fr);
    }
}

/* MOBILE */
@media screen and (max-width: 480px) {
    .news_health.main_container {
        padding: 0 17px;
    }

    .news_health_item_left .health_left_item {
        display: block;
    }
    .news_health_top .health_item-image {
        margin-top: 10px;
        margin-bottom: 18px;
    }
    .news_health_top .health_title {
        font-size: 25px;
        margin-bottom: 27px;
        line-height: 22px;
    }
    .news_health_top .content_title {
        line-height: 22px;
    }
    .news_health_top .health_content {
        display: flex;
        flex-direction: column;
    }
    .news_health_top .content_title a {
        font-size: 18px;
    }
    .news_health_top .thumbnail_pc {
        display: none;
    }
    .news_health_top .thumbnail_mobile {
        display: block;
    }
    .news_health_top .content_description {
        font-size: 15px;
        line-height: 22px;
        order: 4;
        -webkit-line-clamp: 5;
    }
    .news_health_middle_list {
        display: block;
    }
    .news_health_middle_list .health_middle_item {
        display: grid;
        grid-template-columns: 120px auto;
        grid-column-gap: 25px;
        margin-bottom: 16px;
        justify-content: start;
    }

    .health_thumbnail img {
        border-radius: 5px;
    }

    .health_middle_item .health_title_link {
        margin-top: 0;
        font-size: 18px;
        line-height: 22px;
        -webkit-line-clamp: 3;
        height: 66px;
    }
    .news_health_btn_more {
        margin-top: 52px;
    }
    .news_health_btn_more .wrapper_btn_more {
        width: 145px;
        height: 35px;
        border-radius: 30px;
        background-color: #0957df;
    }
    .news_health_btn_more a {
        color: white;
        font-size: 15px;
    }
    .news_health_btn_more .wrapper_btn_more img {
        top: 9px;
        right: 11px;
        width: 17px;
    }
    .health_right {
        display: none;
    }
    footer {
        margin-top: 5px;
    }
}
