.mergtop1{
  margin-top: 50px !important;
}
.mergbot1{
  margin-bottom: 20px !important;
}


/*
  .news-sec .news .img-news {
    --width: 282;
    --height: 236;
    --max-width-images: 282px;
    position: relative;
    max-width: var(--max-width-images);
    width: 100%;
    border-radius: 35% 65% 55% 45%/37% 51% 49% 63%;
    overflow: hidden;
}

*/
.img-news {
    width: 230px;
    height: 200px;
    --max-width-images: 220px;
    position: relative;
    max-width: var(--max-width-images);
    width: 100%;
    border-radius: 35% 65% 55% 45%/37% 51% 49% 63%;
    overflow: hidden;
    	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.img-news:hover{
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
 border-radius: 45% 55% 65% 35% / 63% 49% 51% 37%;
}

.img-news  img {
    position: absolute;
    left: 0;
    top: 0;
   width: 230px;
    height: 200px;
}


.onvannews{
    margin-top: 25px !important;
font-size: 14px;
    font-weight: 500;
        color: #0d0e12;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.onvannews a{
font-size: 14px;
    font-weight: 500;
}


.datenews{
   margin-top: 25px !important;
font-size: 12px;
    color: #eb1f25;
    font-weight: bold;
    direction:  ltr;
}











