
#ads {
    margin: 30px 0 30px 0;
}
#ads .img-fluid {
    margin-top: 30px;
}
#ads .card-notify-badge {
    position: absolute;
    left: -10px;
    top: -20px;
    background: #EFF9F6;
    text-align: center;
    border-radius: 30px 30px 30px 30px; 
    border: 1px #5E819C solid;
    color: #5E819C;
    padding: 5px 10px;
    font-size: 16px;
}
#ads .card-notify-year {
    position: absolute;
    right: -10px;
    top: -20px;
    background: #F68D21;/*#ff4444;*/
    border-radius: 50%;
    text-align: center;
    color: #fff;      
    font-size: 14px;      
    width: 50px;
    height: 50px;    
    padding: 14px 0 0 0;
}
#ads .card-detail-badge {      
    background: #5E819C;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    color: #FFF;
    padding: 5px 10px;
    font-size: 14px;        
}
#ads .card:hover {
    background: #fff;
    box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);
    border-radius: 4px;
    transition: all 0.3s ease;
}
#ads .card-image-overlay {
    font-size: 20px;

}
#ads .card-image-overlay span {
    display: inline-block;              
}
#ads .ad-btn {
    text-transform: uppercase;
    width: 150px;
    height: 40px;
    border-radius: 80px;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    border: 3px solid #e6de08;
    display: block;
    text-decoration: none;
    margin: 20px auto 1px auto;
    color: #000;
    overflow: hidden;        
    position: relative;
    background-color: #e6de08;
}
#ads .ad-btn:hover {
    background-color: #e6de08;
    color: #1e1717;
    border: 2px solid #e6de08;
    background: transparent;
    transition: all 0.3s ease;
    box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);
}

#ads .ad-title h5 {
    text-transform: uppercase;
}
