﻿
.news-top {
    height: 150px;
}
.svg-bgk {
    background-color: rgb(25,40,83);
}
.min-height700 {
    min-height: 700px;
}
.ptop25{
    padding-top:25px;
}

/*RESPONSIVE*/
@media (max-width: 640px) {
    .h1-news {
        color: white;
        font-size: 35px;
        padding-top: 25px;
    }

    .news-container {
        position: relative;
        padding: 15px;
        border: 1px solid lightgray;
    }
    .news-title {
        color: black !important;
    }
    .news-par {
        text-align: justify;
        color: black !important;
        max-height: 300px;
        overflow: hidden;
    }
    .news-image {
        max-width: 250px;
        display: block;
        margin: auto;
        margin-top: 50px;
        border-radius: 10px;
    }
}

@media (min-width: 641px) {
    .h1-news {
        color: white;
        font-size: 35px;
        padding-top: 25px;
    }

    .news_float_img{
        position:absolute;
        bottom:15px;
        left:0px;
        width:100%;
        
    }

    .news-container {
        position: relative;
        float: left;
        width: 33.33%;
        padding: 15px;
        border: 1px solid lightgray;
        border-radius: 10px;
        margin: 5px;
        height: 700px;
    }
    .news-title {
        color: black !important;
    }
    .news-par {
        text-align: justify;
        color: black !important;
        max-height: 300px;
        overflow: hidden;
/*        white-space: nowrap;
        text-overflow: ellipsis;*/
        position:relative;
    }
    .news-image {
        max-width: 250px;
        display: block;
        margin: auto;
        border-radius: 10px;
    }

}

@media (min-width: 960px) {
}

@media (min-width: 1100px) {
    .h1-news {
        color: white;
        font-size: 50px;
        padding-top: 35px;
    }
}