﻿/****************Blog**************************/
.blog-section {
    max-width: 1100px;
    margin: 0 auto !important;
    padding-top: 50px;
}

.blog-category-section {
    max-width: 1100px;
    margin: 0 auto !important;
    padding-top: 30px;
}
    .blog-category-section .blog-section {
        padding-top: 10px;
    }

    .blog-category-section .home-tab .nav-tabs {
        border-bottom: unset;
    }

.blog-content {
    margin: 10px;
    position: relative;
    width: 250px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(204, 204, 204,1);
    -moz-box-shadow: 0px 0px 5px 1px rgba(204, 204, 204,1);
    box-shadow: 0px 0px 5px 1px rgba(204, 204, 204,1);
}

.blog-content-img {
    margin: 0 auto;
    max-height: 255px;
    position: relative;
    overflow:hidden;
}

.blog-content img {
    width: 100%;
    height: auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    outline: none;
}

.blog-content-detail {
    padding: 10px;
    text-align: left;
}

.blog-content-title {
    font-size: 14px;
    font-weight: bold;
    min-height: 50px;
    display: flex;
    align-items: center;
    width: 100%;
}

.blog-content-text {
    height: 60px;
    overflow: hidden;
}

.blog-content-arrow {
    float: right;
    width: 70px;
    color: #fff;
    /*font-weight:bold;*/
    margin-top: 10px;
    margin-right: 10px;
    padding: 5px 8px;
    background-color: #FFCC00;
}

    .blog-content-arrow i {
        padding-left: 10px;
        font-size: 20px;
        vertical-align: bottom;
    }

.blog-content .view-counter {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    padding-left: 10px;
    color: #fff;
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, 0));
    font-size: 13px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-top: 10px;
}

    .blog-content .view-counter i {
        color: #fff !important;
    }

.blog-content-last {
    position: relative;
    height: 385px;
    margin: 10px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(204, 204, 204,1);
    -moz-box-shadow: 0px 0px 5px 1px rgba(204, 204, 204,1);
    box-shadow: 0px 0px 5px 1px rgba(204, 204, 204,1);
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../Images/home/blog-last-bg.jpg);
}

.blog-content-last-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    margin: auto;
    text-align: center;
}

    .blog-content-last-content a {
        color: #fff;
    }

    .blog-content-last-content a:hover {
        color: #fff;
    }
        .blog-content-last-content a:active,
        .blog-content-last-content a:focus {
           outline:unset;
        }

@media(max-width:480px) {
    .blog-content-last {
        height: 410px;
    }
}

/****************End Blog**************************/
