﻿.input-search {
   height: 40px;
}

.btn-search {
   height: 40px;
   background-color: #449fc8;
   border-color: #449fc8;
   width: 60px;
}

.list-news img.thumbnail, .list-news div.thumbnail{
    width: 185px;
    margin: 0px 20px 0px 0px;
    padding: 0px;
    border-radius: 0px;
    height: 130px;
    object-fit: cover;
}

.list-news div.thumbnail {
    min-height: 130px;
}

.list-news .news-title {
    color: #6f6d6d;
    font-size: 20px;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.3;
}

    .list-news .news-title a {
        color: #333;
        text-decoration: none;
    }

        .list-news .news-title a:hover {
            color: #333;
            text-decoration: none;
        }

.list-news .news-title-small {
    color: #6f6d6d;
    font-size: 17px;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.3;
    margin: 0px 0px 5px 0px;
}

    .list-news .news-title-small a {
        color: #6f6d6d;
        text-decoration: none;
    }

        .list-news .news-title-small a:hover {
            color: #7f7d7d;
            text-decoration: none;
        }

.list-news .news-title-big {
    font-size: 30px;
    color: #58595b;
}

.list-news .datetime {
    color: #b5b6b7;
    font-size: 13px;
    margin: 10px 0px;
}

.list-news p {
    margin: 0px;
}

.list-news .TextInList {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.list-news .no-img {
    background-image: Url('../../images/no-image.jpg');

    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.hotnews {
    background-color: #f6f7f9;
    padding: 15px;
}

    .hotnews .item {
        border-top: 1px solid #dde3ef;
        position: relative;
        margin: 0px 15px;
        padding: 8px 0px 8px 25px;
    }

    .hotnews .list-number {
        position: absolute;
        top: 0px;
        left: 0px;
        color: #9a9c9f;
        font-size: 24px;
        font-weight: 600;
    }

    .hotnews .item .news-title-small {
        color: #58595b;
        font-weight: 600;
    }

        .hotnews .item .news-title-small a {
            color: #333;
            text-decoration: none;
        }

            .hotnews .item .news-title-small a:hover {
                color: #333;
                text-decoration: none;
            }

    .hotnews .item .datetime {
        margin: 4px 0px;
        font-size: 13px;
        color: #bec0c2;
    }

    .hotnews hr {
        margin: 0px;
    }

    .hotnews .hotnews-header {
        color: #68acc4; 
        font-size: 24px; 
        margin: 0px 10px 10px 0px;
    }

.list-news .responsive {
    margin-right: 15px;
}

.list-news hr {
    background-color: #fff;
    border-top: 1px solid #cfcaca;
    margin: 20px 0px;
}

.list-news .content {
    color: #5f5e5e;
}

#allcontent {
    margin-top: 30px;
    margin-bottom: 30px;
}

.header .searchbar{
    margin: 20px 0px;
}

.header .news-header {
    color: #626265;
    font-size: 30px;
    font-weight:300;
    margin: 20px 0px;
}
@media (max-width: 767px) {
    .list-news img.thumbnail, .list-news div.thumbnail {
        margin: 0px 10px 0px 0px;
        width: 140px;
    }

    .list-news .TextInList {
        margin-left: 0px;
        margin-right: 0px;
    }

    .list-news .HotNews {
        margin: 200px;
        margin-top: 500px;
    }

    .list-news .responsive {
        margin-right: 0px;
    }

    .list-news .datetime {
        margin: 0px 10px;
    }

    .list-news hr {
        background-color: #fff;
        border-top: 1px dashed #cfcaca;
        margin: 10px 0px;
    }

    .hotnews {
        padding: 10px;
        margin-bottom: 5px;
    }
    #allcontent {
        margin-top: 10px;
    }
    .header .searchbar{
        margin-top: 0px;
    }
    .header .news-header {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .hotnews .hotnews-header {
        font-size: 20px; 
    }

    .list-news div.thumbnail {
        min-height: 90px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .list-news img.thumbnail , .list-news div.thumbnail{
        margin: 0px 20px 0px 0px;
        width: 200px;
    }

    .list-news .TextInList {
        padding-left: 0px;
        padding-right: 0px;
        margin-right: 0px;
        margin-left: 0px;
    }

    .list-news .HotNews {
        margin: 20px;
        margin-top: 50px;
    }

    .list-news .responsive {
        margin-right: 0px;
    }

    .header .news-header {
        font-size: 25px;
    }

    .hotnews .hotnews-header {
        font-size: 20px; 
    }
}

