/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 17/01/2020, 2:23:40 PM
    Author     : OEM
*/
.news-holder{
    padding: 20px 10px;
    width: 33.3%;
    float: left;
}
.news-holder .top-image{
    width: 100%;
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.news-holder .top-image .link-news{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.news-holder .news-title{
    margin-top: 10px;
    
    height: 40px;
    overflow: hidden;
}
.news-holder .news-title .title-link{
    color: #102843;
    font-size: 16px;
    line-height: 19px;
    font-family: GothamBold;
}
.news-holder .news-title .title-link:hover, .news-holder .news-title .title-link:focus{
    color: #0089CE;
}
.news-holder .news-author{
    color: #0089CE;
    font-size: 13px;
}

@media (max-width: 767px){
    .news-holder{
        width: 50%;
    }
    .news-holder .top-image{
        height: 180px;
    }
}

.news-author{
    color: #0089CE;
    padding-bottom: 10px;
}
.news-date{
    padding-bottom: 25px;
}

.product-nav-holder{
   padding-top: 50px;
}
.btn-holder{
    width: 33.3%;
    float: left;
    min-height: 2px;
}

.pre-holder{
    text-align: left;
}
.next-holder{
    text-align: right;
}
.viewall-btn-holder{
    text-align: center;
}
.btn-holder a {
    color: #0089CE;
}