/* FILE:9.0-BLOGCATEGORY.TRANSFER.CSS*/

.project-box__title-left, .project-detail__title-left {
    width: calc((100% - 40px) / 1);
    /*padding-left: 50px;*/
    margin-bottom: 25px;
}
.page-news .popular-posts h2.title {
   
    padding-bottom: 20px;
    color: gray;
}
.page-news .popular-posts .item {
    border-top: 1px solid;
    margin-bottom: 20px;
    padding: 25px 0px;
}

.page-news .popular-posts .item a {
    color: #888;
    font-weight: 700;
}
    .page-news .popular-posts .item a:hover {
        color: #ed1c24;
    }
    .page-news .popular-posts .item .meta {
        color: gray;
        width: 100%;
        float: left;
        margin-top: 10px;
        font-size: 12px;
    }
.page-news .list-thumbnail {
    width: calc((100%));
    overflow: hidden;
    margin-bottom: 50px;
}
    .page-news .list-thumbnail .thumbnail {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        float: left;
    }

    .page-news .list-thumbnail .thumbnail {
        width: calc((100% - 0px));
        position: relative;
        height: 440px;
    }
        .page-news .list-thumbnail .thumbnail:hover {
            
        }
        
        .page-news .list-thumbnail .thumbnail .text {
            margin-bottom: 25px;
            position: absolute;
            left: 0;
            bottom: 0;
            z-index: 2;
            padding-left: 25px;
            padding-right: 50px;
        }
        .page-news .list-thumbnail .thumbnail:nth-of-type(4n+1) .text .thumbnail-title {
            font-size: 20px;
            color: #fff;
            margin-bottom: 5px;
            font-weight: 700;
        }
        .page-news .list-thumbnail .thumbnail:nth-of-type(4n+1) .text .the-date {
            display: flex;
            font-size: 14px;
            color: #fff;
        }
            .page-news .list-thumbnail .thumbnail:nth-of-type(4n+1) .text .the-date p {
                color: #ffffff;
                font-size: 12px;
            }
        .page-news .list-thumbnail .thumbnail:after {
            position: absolute;
            content: '';
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(to bottom,#ccc0 10%,#252525 100%);
            width: 100%;
            height: 30%;
        }
    .page-news .list-thumbnail:hover .thumbnail:after {
         background: #00000069;
    }
    .page-news .list-thumbnail:hover .page-news .list-thumbnail .thumbnail:nth-of-type(4n+1) .text .thumbnail-title {
        color: #ed1c24;
    }
    .page-news .popular-posts item {
        border-bottom: 1px solid;
        padding: 25px 0px;
    }

.blog-list-content .header-block {
    padding-top: 35px;
    overflow: hidden;
    border-bottom: 1px solid #e9e9e9;
    background: #ED1C24;
    text-align: center;
}

    .blog-list-content   .header-block .tab-list {
        display: inline-block;
        
    }

        .blog-list-content   .header-block .tab-list li {
            margin-right: 30px;
            display: inline-block;
            padding-bottom: 16px
        }

            .blog-list-content   .header-block .tab-list li.active {
                border-bottom: 1px solid #000
            }

            .blog-list-content   .header-block .tab-list li:hover {
                border-bottom: 1px solid #ed1d24
            }

            .blog-list-content  .header-block .tab-list li a {
                font-size: 15px;
                text-transform: uppercase;
                color: #fff;
                font-weight: 700;
            }


/* FILE:9.1-STYLE-RESPONSIVE.TRANSFER.CSS*/
@media (max-width: 767px) {
    .page-news .list-thumbnail .thumbnail {
        width: calc((100% - 0px));
        position: relative;
        height: 242px;
        border: 0px solid #f8f9fa;
    }
    .blog-list-content .header-block .tab-list li {
       
        padding-bottom: 5px;
        margin-bottom: 10px;
    }
    .content-our-blog .title-general span {
        left: 96px !important;
    }
}
    
