#owl-topnews .card, #article .card {
    height: 100%;
}



.thumbnail {
    margin-bottom: 15px;
    display: block;
    position: relative;
}

    .thumbnail img {
        margin-bottom: 0px;
        display: block;
        object-fit: cover;
        border-radius:1rem;
        height:450px;
		width: 100%;
    }

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    padding: 0px 0px 0px 0px;
    transition: .5s ease;
    background-color:rgba(17, 46, 60, 0.6);
    /*border-radius:1rem*/
}

.owl-event1 .item:hover .overlay {
    opacity: 1;
    height: 100%;
    width: 100%;
}



.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

    .text i {
        border-radius: 100%;
    }

.dott:before {
    position: relative;
    content: "";
    width: 8%;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom: 2px dotted #d1d1d1;
    margin-right: 28px;
}

.news .dott:before {
    margin-right: 0px !important;
    margin-bottom: 4px !important;
}


.tag {
    background-color: #ee232b;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 10%;
    padding: 1px 15px;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
}

.tag2 {
    background-color: #ee232b;
    color: #fff;
padding: 0px 20px;
width: 85px;
font-size: 12px;
border-radius: 14px;
}


.news a:hover .overlay {
    opacity: 1;
    height: 100%;
    width: 100%;
}

.news a:hover::after {
    opacity: 1;
}


.news img {
    min-height: 118px;
    width: 100%;
    margin-left: 15px;
    object-fit: cover;
}

.news p {
    line-height: 1.8;
    font-size: 0.74rem;
}
