.downloads-container{
    width:100%;
    padding: 20px;
}
.downloads-container p a{
    font-size: 18px;
    color: inherit;
}
.downloads-container p{
    padding: 5px;
}
.fa-file-pdf{
    color: red;
    font-size: 22px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.3);
    margin-right: 10px;
}
.news-highlight-container{
    width:100%;
    background: #f1f1f1;
    padding: 10px;
    border-radius: 5px;
}
.news-highlight{
    position: relative;
    width: 100%;
    height:180px;
    background: lightgray;
    margin-bottom: 20px;
    overflow: hidden;

}
.news-highlight:hover img{
    transform: scale(1.2);
    transition: 0.5s;
}
.news-highlight img{
    width:100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;

}
.highlight-news-title{
    overflow-wrap: break-word;
    font-family: Ubuntu,Helvetica Neue,Helvetica,Arial,sans-serif;
    position: absolute;
    font-size: 16px;
    /*font-weight: bold;*/
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
    background: -webkit-linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
    padding: 8px;
    margin: 0;
    bottom: 0;
    width:100%;
    color: white;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 50px;
    line-height: 1.3;
    z-index: 10;
}
.highlight-blue {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.highlight-ribbon-blue {
    font-weight: bold;
    font-size: 14px !important;
    text-align: center;
    text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    left: -5px;
    top: 15px;
    width: 120px;
    background-color: #142448;
    color: #fff;
    -webkit-box-shadow: 0 5px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 5px 3px rgba(0,0,0,0.3);
    box-shadow: 0 5px 3px rgba(0,0,0,0.3);
}
.news-highlight:hover .highlight-blue .highlight-ribbon-blue{
    background-color: #e52107;
}

/*##########################notice detail css starts##########################*/

.downloads-container{
    width:100%;
    padding: 20px;
}
.downloads-container p a{
    font-size: 18px;
    color: inherit;
}
.downloads-container p{
    padding: 5px;
}
.fa-file-pdf{
    color: red;
    font-size: 22px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.3);
    margin-right: 10px;
}
.news-highlight-container{
    width:100%;
    background: #f1f1f1;
    padding: 10px;
    border-radius: 5px;
}
.news-highlight{
    position: relative;
    width: 100%;
    height:180px;
    background: lightgray;
    margin-bottom: 20px;
    overflow: hidden;

}
.news-highlight:hover img{
    transform: scale(1.2);
    transition: 0.5s;
}
.news-highlight img{
    width:100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;

}
.highlight-news-title{
    overflow-wrap: break-word;
    font-family: Ubuntu,Helvetica Neue,Helvetica,Arial,sans-serif;
    position: absolute;
    font-size: 16px;
    /*font-weight: bold;*/
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
    background: -webkit-linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
    padding: 8px;
    margin: 0;
    bottom: 0;
    width:100%;
    color: white;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 50px;
    line-height: 1.3;
    z-index: 10;
}
.highlight-blue {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.highlight-ribbon-blue {
    font-weight: bold;
    font-size: 14px !important;
    text-align: center;
    text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    left: -5px;
    top: 15px;
    width: 120px;
    background-color: #142448;
    color: #fff;
    -webkit-box-shadow: 0 5px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 5px 3px rgba(0,0,0,0.3);
    box-shadow: 0 5px 3px rgba(0,0,0,0.3);
}
.news-highlight:hover .highlight-blue .highlight-ribbon-blue{
    background-color: #e52107;
}
/*##########################notice detail css ends##########################*/

