.news_list .box-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.list_news a {
    line-height: 1;
    font-size: 15px;
}

.new-experience .title_desp,
.list_news .title_desp {
    font-size: 13px;
}

.list_news img {
    height: 85px;
}

.section .news_list .title {
    border-bottom: 1px solid #000;
    padding: 20px 0 10px;
    margin-bottom: 20px;
}

.new-experience .box-item img {
    max-height: 150px;
}

.list_mall_news ul li:nth-child(1) {
    padding-top: 0px;
    border-top: none;
}


/* 
img {
width: 100%;
object-fit: cover;
} */

.avt._item_slider,
.item-news .avt.item_slider {
    position: relative;
    width: 100%;
    z-index: 0;
    overflow: hidden;
}

.avt._item_slider::before,
.item-news .avt.item_slider::before {
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    object-fit: cover;
    top: 0px;
    left: 0px;
    background-color: #000000d5;
    z-index: 1;
}

.avt._item_slider img {
    height: 300px;
}

.owl_list_news .desc,
.item-news .desc {
    position: absolute;
    top: 50%;
    width: 90%;
    background-color: transparent;
    color: #FFF;
    transform: translate(5%, -50%);
    text-align: justify;
    line-height: 1.5;
    text-align: center;
    z-index: 11;
}

.owl_list_news .titleA {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;
    color: #FFF;
    margin-bottom: 30px;
    transition: all .3s ease-in-out;
}

.item-news .titleA {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
    color: #FFF;
    margin-bottom: 30px;
    transition: all .3s ease-in-out;
    z-index: 111;
}

.owl_list_news .titleA:hover,
.item-news .titleA:hover {
    color: #4e9d24;
}

.owl_list_news .btn-detail,
.item-news .btn-detail {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
    color: #FFF;
    padding: 5px 15px;
    border-radius: 3px;
    border: 2px solid #FFF;
    text-align: center;
    margin-top: 20px;
}

.owl_list_news .btn-detail:hover {
    background-color: #005D7C;
}

.owl_list_news .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 10px);
}

.owl-theme .owl-dots .owl-dot span {
    background-color: transparent;
    border: 1px solid #f4f4f4;
}

.owl-theme .owl-dots .owl-dot.active span {
    border: 1px solid transparent;
    background-color: #FFF;
}

.item-news .item {
    margin-bottom: 20px;
}

.item-news .avt.item_slider img {
    width: 100%;
    transition: all .5s ease-in-out;
}

.avt img {
    width: 100%;
    height: 100%;
    min-height: 300px;
    object-fit: cover;
    transition: all .35s;
    overflow: hidden;
}

.item-news .item_slider img {
    min-height: 140px!important;
    overflow: hidden;
}

.item:hover>.avt img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}