.mt-67 {
    margin-top: 67px;
}


.main_container {
    padding: 0;
}

.news_search_event {
    padding-right: 30px;
}

.news_search_event .events_search {
    position: relative;
}

.news_health_btn_more {
    margin: 40px auto auto;
    margin-bottom: 62px;
}

.news_health_btn_more .wrapper_btn_more {
    width: 221px;
    height: 50px;
    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;
}

.events_search img {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 36px;
}

.news_search_event .news_search_input {
    width: 600px;
    height: 60px;
    border: 1px solid #1133c5;
    border-radius: 38px;
    padding-left: 29px;
    padding-top: 19px;
    padding-bottom: 19px;
    outline: none;
}

.news_events {
    padding-top: 60px;
}

.news_events_list-item {
    padding-right: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #d8d8d8;
}

.news_events_list-item:last-child {
    border-bottom: 0;
    padding-top: 30px;
}

.list_event_left .news-item .item {
    display: grid;
    grid-template-columns: 324px auto;
    grid-column-gap: 22px;
    overflow: hidden;
}

.news_events_list-item .thumbnail_mobile_wrap {
    display: none;
}

.news_events_list-item .col-lg-9 {
    max-width: 71%;
}

.news_events_list-item .col-lg-3 {
    flex: 1 0 25%;
    max-width: 29%;
}

.news_events_list-item .news-item {
    margin-bottom: 37px;
}

.news_events_list-item .news-item:last-child {
    margin-bottom: 0;

}

.news_events_list-item .list_event_right {
    border-left: 1px solid #d8d8d8;
}

.news_events_list-item .news_events-title {
    color: #0957df;
    font-weight: 500;
    font-size: 45px;
    margin-bottom: 55px;
    margin-top: -55px;
}

.news_events_list-item .news_events_image {
    height: 100%;
    width: 324px;
}

.news_events_list-item .news_events_image a {
    display: block;
    height: 100%;
}

.news_events_list-item .news_events_image img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.news_events_list-item .content_title {
    padding-right: 23px;
}

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

.news_events_list-item .content_title_link-main {
    color: #000000;
    font-size: 22px;
    line-height: 27px;
    font-weight: 500;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news_events_list-item .content_title_link {
    color: #000000;
    font-size: 22px;
    line-height: 27px;
    display: block;
    font-weight: 500;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

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

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

.events-list .events_item {
    display: grid;
    grid-template-columns: auto 126px;
    margin-bottom: 45px;
}

.events-list .events_item:last-child {
    margin-bottom: 0;
}

.events-list .right {
    padding-right: 0;
}

.events-list .news_events_thumbnail img {
    width: 100%;
    height: 100%;
    border-radius: 3px;
}

@media screen and (max-width: 1201px) {
    .news_events.main_container {
        padding: 0 36px;
        padding-top: 30px;
    }
    .news_events_list-item{
        padding-right: 0;
    }
    .news_events_list-item .content_title{
        padding-right: 0;
    }
    .events-list .news_events_thumbnail{
        padding-left: 20px;
    }
}

/* TABLET */
@media screen and (max-width: 991px) {
    .events-list .news_events_thumbnail{
        padding-left: 0;
    }
    .news_search_event {
        justify-content: center !important;
        margin-bottom: 40px;
        margin-top: 13px;
        padding-right: 0;
    }
    .news_search_event .news_search_input {
        width: 460px;
        height: 38px;
    }
    .news_search_event .news_search_input {
        padding-left: 15px;
        font-size: 13px;
    }
    .events_search img {
        width: 15px;
        top: 13px;
        right: 25px;
    }
    .news_events_list-item {
        padding-right: 0;
        margin-bottom: 20px;
    }
    .news_events_list-item .row {
        margin: 0;
    }
    .news_events_list-item .col-lg-9 {
        max-width: 100%;
        padding: 0;
    }
    .news_events_list-item .news_events-title {
        font-size: 25px;
        margin-bottom: 27px;
        margin-top: 0;
    }
    .news_events_list-item .list_event_left {
        padding-bottom: 30px;
        border-bottom: 1px solid #d8d8d8;
    }
    .list_event_left .news-item .item {
        grid-template-columns: 203px auto;
        grid-column-gap: 25px;
    }

    .news_events_list-item .news-item {
        margin-bottom: 23px;
    }
    .news_events_list-item .news_events_image {
        width: 100%;
    }

    .news_events_list-item .content_title {
        padding-right: 0;
    }
    .news_events_list-item .content_title_link {
        font-size: 18px;
        -webkit-line-clamp: 2;
        line-height: 22px;
        height: 44px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }
    .news_events_list-item .content_title_link-main{
        font-size: 18px;
        -webkit-line-clamp: 1;
    }
    .news_events_list-item .content_description {
        font-size: 15px;
        -webkit-line-clamp: 3;
        line-height: 22px;
        margin-top: 0;
    }
    .news_events_list-item .content_date {
        font-size: 12px;
        line-height: 11px;
    }

    .news_events_list-item .list_event_right {
        border: none;
        padding: 0;
        margin-top: 21px;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .events_list-item_right {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }
    .events-list .events_item {
        display: block;
        margin-bottom: 0;
    }
    .events-list .news_events_thumbnail a {
        display: block;
        height: 100%;
    }
    .news_events_list-item .content_title_link {
        line-height: 22px;
    }
    .news_health_btn_more {
        margin-bottom: 38px;
    }
    .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;
    }
}

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

/* Mobile */
@media screen and (max-width: 480px) {
    .news_events.main_container {
        padding: 0 17px;
    }
    .news_search_event {
        justify-content: center !important;
        margin-bottom: 22px;
        margin-top: 22px;
        padding-right: 0;
    }
    .news_search_event .news_search_input {
        width: 325px;
        height: 38px;
    }
    .news_search_event .news_search_input {
        padding-left: 15px;
        font-size: 13px;
    }
    .events_search img {
        width: 15px;
        top: 13px;
        right: 25px;
    }
    .news_events_list-item {
        padding-right: 0;
        margin-bottom: 20px;
        border-bottom: 1px solid #d8d8d8;
    }
    .news_events_list-item .row {
        margin: 0;
    }
    .news_events_list-item .news_events-title {
        margin-bottom: 22px;
        font-size: 25px;
    }
    .news_events_list-item .list_event_left {
        border: none;
    }
    .list_event_left .news-item .item {
        display: block;
        letter-spacing: 0;
        margin: 0;
    }
    .list_event_left .content-left {
        padding-right: 0;
    }

    .news_events_list-item .news-item {
        margin-bottom: 25px;
        border-bottom: 1px solid #d8d8d8;
        padding-bottom: 30px;
    }
    .news-item .item .thumbnail_pc {
        display: none;
    }
    .news_events_list-item .content_title_link-main{
        line-height: 22px;
        -webkit-line-clamp: 2;
    }
    .news_events_list-item .news_events_image {
        height: 138px;
        width: 100%;
    }
    .news_events_list-item .news_events_content {
        display: flex;
        flex-direction: column;
    }
    .news_events_list-item .content_title {
        padding-right: 0;
    }
    .news_events_list-item .content_title_link {
        font-size: 18px;
        height: 66px;
        -webkit-line-clamp: 3;
    }
    .news_events_list-item .content_description {
        order: 4;
        font-size: 15px;
        -webkit-line-clamp: 4;
        line-height: 22px;
        height: auto;
        margin-top: 10px;
    }
    .news_events_list-item .content_date {
        font-size: 12px;
        line-height: 11px;
    }
    .news_events_list-item .thumbnail_mobile_wrap {
        display: block;
        margin-top: 15px;
        margin-bottom: 18px;
    }
    .news_events_list-item .thumbnail_mobile {
        width: 100%;
        display: block;
        border-radius: 14px;
    }

    .news_events_list-item .list_event_right {
        margin-bottom: 0;
        margin-top: 0;
    }
    .events_list-item_right {
        display: block;
    }
    .events-list .events_item {
        display: block;
        margin-bottom: 0;
        gap: 25px;
        grid-template-columns: 120px auto;
        display: grid;
        margin-bottom: 16px;
        grid-template-areas: "image text";
    }
    .events-list .news_events_thumbnail {
        width: 100%;
        grid-area: image;
        min-width: auto;
    }
    .events-list .news_events_thumbnail a {
        display: block;
        height: 100%;
    }
    .news_events_list-item .content_title_link {
        line-height: 22px;
        grid-area: text;
    }
    .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;
    }
    .news_container {
        margin-bottom: 0;
    }
}
