@media (min-width: 768px){
    #list-event-news.def-2-column li {
        box-shadow: none;
        margin-top: 0;
    }
    #list-event-news .third-title {
        height: 32px;
        margin: 12px 0 6px;
    }
    #list-event-news h3.label-news {
        font-size: 24px;
        position: relative;
        /* padding-left: 40px; */
        line-height: 1.5;
        height: auto;
        min-height: 0;
        margin-top: 0;
    }
    /* #list-event-news h3.label-news:before{
        content: '';
        position: absolute;
        width: 35px;
        height: 2px;
        background-color: #484848;
        left: 0;
        top: 50%;
    } */
    #list-event-news .card {
        background-color: #fff;
        padding: 15px;
    }

    #list-event-news .align-items-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important;
    }
    #list-event-news .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #list-event-news .col-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #list-event-news .img-detail {
        height: 175px;
        /* margin-right: 30px; */
        box-shadow: none;
    }
    #list-event-news .white-box {
        margin-top: 0;
    }
    #list-event-news .img-detail img.loaded {
        height: 100%;
        max-width: none;
    }
    .date, #list-event-news .content {
        color: #000;
    }
    #list-event-news a .img-hover img {
        width: 135px;
    }
    .button-black {
        text-align: right;
        color: #000;
        text-decoration: underline;
        margin-top: 12px;
    }

    #list-event-news .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    #list-event-news .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    #list-event-news .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    #list-event-news .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    #list-event-news a .img-hover{
        padding: 15px 0;
        /* height: calc(100% - 30px); */
        height: 100%;
        left: 0;
    }
}
@media (max-width: 767px){
    .def-2-column li {
        box-shadow: none;
    }
    #list-event-news li .button-black {
        background: url(../img/white-logo-tr.png), #000;
        background-repeat: no-repeat;
        background-size: 65px;
        background-position: center;
        padding: 13px 0;
        color: #fff;
        font-size: 14px;
        text-align: center;
        margin-top: 16px;
    }
}
#please-update {
    display: none;
}
#please-update.active-IE {
    display: block;
}