﻿body {
}
.blogs-container {
    background-color: #f5f5f5;
}
.content-area, .sidebar-wrapper {
    padding: 0;
}
.outer-wrapper {
    padding-top: 20px;
}
.post-outer {
    padding-left: 0;
    padding-right: 30px;
}
.post {
    background: #fff;
    margin-bottom: 30px;
    border: 1px solid #e7e7e7;
    min-height: 440px;
    position: relative;
    box-shadow: 2px 3px 8px rgba(0,0,0,0.2);
    border-radius: 5px;
}
    .post a:hover {
        color: #FD6504;
    }
.post-image {
    margin: 0;
    z-index: 1;
    padding: 0;
    /*float: left;*/
    overflow: hidden;
    /*margin-bottom: 10px;*/
    transition: all 1s ease-out;
    /*border-bottom: 3px solid #2980b9;
    height: 270px;*/
    height: 262px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
    .post-image img {
        width: 100%;
        /* height: 210px; */
        transition: 0.9s;
    }
    /*.post-image:hover img {
        opacity: 0.6;
        -webkit-transform: scale3d(1.1,1.1,1);
        transform: scale3d(1.1,1.1,1);
    }*/
    .post-image > .label-info {
        position: absolute;
        top: 0;
        left: 0;
        /*background-color: #2980b9;*/
        background-color: rgba(41, 128, 185, 0.9);
        padding: 8px 10px;
        color: #fff;
        font-size: 13px;
        font-weight: 600;
        border-top-left-radius: 5px;
    }
        .post-image > .label-info:hover {
            background-color: #fff;
            border: 1px solid #FD6504;
        }
.postdata {
    padding: 10px;
}
h2.post-title {
    border: 0 none;
    color: #2D2D2D;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    height: 42px;
    overflow: hidden;
}
    h2.post-title a {
        color: #2D2D2D;
        line-height: 1.3;
    }
.post-info {
    text-transform: capitalize;
    line-height: 250%;
    overflow: hidden;
    color: #999999;
    font-size: 12px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}
    .post-info a {
        display: inline;
        background: transparent;
        color: #8c919b;
        padding: 5px;
        padding-left: 0;
        margin-bottom: 10px;
        transition: all .3s ease-out;
    }
    .post-info abbr[title], abbr[data-original-title] {
        border-bottom: none;
    }
.comment-info, .time-info {
    display: inline;
    margin-right: 30px;
}
.author-info {
    float: right;
}
.post-body {
    line-height: 1.5;
    /*color: #6F6E6E;*/
    color: #404040;
    font-size: 14px;
    font-weight: 400;
    text-overflow: ellipsis;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 5px;
    height: 85px;
    overflow: hidden;
}
.postdata2 {
    padding: 10px;
}
.readmore2 {
    font-size: 13px;
    color: #657293;
    font-weight: 500;
    text-transform: uppercase;
    padding: 3px;
}
.sidebar .widget {
    background: #fff;
    margin-bottom: 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #E6E6E6;
    box-shadow: 2px 3px 8px rgba(0,0,0,0.4);
}
    .sidebar .widget h2 {
        color: #2D2D2D;
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 10px;
        text-align: left;
        text-transform: capitalize;
        margin: 0;
        background: #FCFCFC;
        padding: 18px;
        border-bottom: 1px solid #E6E6E6;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    .sidebar .widget .widget-content {
        padding: 8px;
    }
    .sidebar .widget .adv {
        padding: 8px;
    }
    .sidebar .widget p {
        margin: 0;
    }
        .sidebar .widget .adv img, .sidebar .widget p img {
            width: 100%;
        }

.popular-posts ul, .popular-posts li, .popular-posts li img, .popular-posts li a, .popular-posts li a img {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    background: none;
    outline: none;
    color: #333;
}
    .popular-posts ul li {
        background-color: #fff;
        margin: 2px;
        position: relative;
        transition: all 0.3s ease-out;
        border-bottom: 1px solid rgb(239, 239, 239);
        padding: 0.7em 0;
    }
        .popular-posts ul li:first-child {
            border-top: none;
        }
        .popular-posts ul li:last-child {
            border-bottom: none;
        }
        .popular-posts ul li .item-title a, .popular-posts ul li a {
            color: #333;
            text-decoration: none;
            font-size: 15px;
            font-weight: 600;
            transition: all 0.3s ease-out;
            line-height: 1.3;
            text-align: justify;
        }
.popular-posts .item-thumbnail {
    float: left;
    margin: 0;
}
.popular-posts ul li img {
    display: block;
    margin-right: 10px;
    width: 110px;
    height: 90px;
    float: left;
    transition: all 0.3s ease-out;
}
.cloud-label-widget-content {
    display: inline-block;
    text-align: left;
}
    .cloud-label-widget-content .label-size {
        display: inline-block;
        float: left;
        margin: 5px 5px 0 0;
        opacity: 1;
        line-height: 1.3;
    }
        .cloud-label-widget-content .label-size a, .cloud-label-widget-content .label-size span {
            background-color: #F5F5F5;
            -moz-border-radius: 3px;
            -webit-border-radius: 3px;
            border-radius: 20px;
            color: #1E1E1E;
            display: block;
            padding: 10px 15px;
        }
            .cloud-label-widget-content .label-size a:hover {
                background-color: #FD6504;
                color: #fff;
            }
.tag-search {
    padding-right: 30px;
    margin-bottom: 20px;
}
    .tag-search .tag-item {
        padding: 10px 8px;
        background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.4) 2px 3px 8px;
    }
.tag-item span {
    font-weight: bold;
}

/* Hội thảo - Workshop */
.post-workshop {
    padding: 30px;
}
    .post-workshop .post-info2 {
        text-transform: capitalize;
        line-height: 250%;
        overflow: hidden;
        color: #999999;
        font-size: 12px;
        font-weight: 600;
        font-family: "Open Sans", sans-serif;
        margin-bottom: 10px;
    }
        .post-workshop .post-info2 a {
            background-color: #2980b9;
            padding: 8px 10px;
            color: #fff;
            font-size: 13px;
            font-weight: 600;
            border: 1px solid #2980b9;
            transition: all .3s ease-out;
        }
            .post-workshop .post-info2 a:hover {
                background-color: rgba(41, 128, 185, 0.7);
                color: #fff;
            }
    .post-workshop h2.post-title {
        font-size: 23px;
        height: auto;
    }
.post-workshop .post-info {
    margin-bottom: 10px;
}
.post-workshop .post-image {
    height: auto;
    margin-bottom: 20px;
    border: none;
}
.post-workshop .post-body {
    padding: 0;
    height: auto;
    margin-bottom: 30px;
}
.post-workshop .readmore2 {
    background-color: #2980b9;
    color: #fff;
    padding: 10px 20px;
}
    .post-workshop .readmore2:hover {
        background-color: rgba(41, 128, 185, 0.7);
        color: #fff;
    }
/* End Hội thảo - Workshop */
/* Thông báo - Quy định */
.post-thongbao {
    padding: 30px;
    min-height: 430px;
}
    
    .post-thongbao .post-info2 {
        text-transform: capitalize;
        line-height: 250%;
        overflow: hidden;
        color: #999999;
        font-size: 12px;
        font-weight: 600;
        font-family: "Open Sans", sans-serif;
        margin-bottom: 10px;
    }

        .post-thongbao .post-info2 a {
            background-color: #2980b9;
            padding: 8px 10px;
            color: #fff;
            font-size: 13px;
            font-weight: 600;
            border: 1px solid #2980b9;
            transition: all .3s ease-out;
        }

            .post-thongbao .post-info2 a:hover {
                background-color: rgba(41, 128, 185, 0.7);
                color: #fff;
            }

    .post-thongbao h2.post-title {
        font-size: 23px;
        height: auto;
    }

.post-thongbao .post-info {
    margin-bottom: 10px;
}

    .post-thongbao .post-image {
        height: auto;
        border: none;
        width: 300px;
        float: left;
        margin-right: 20px;
        overflow: hidden;
    }

    .post-thongbao .post-body {
        padding: 0;
        height: auto;
        margin-bottom: 30px;
        max-height: 165px;
        overflow: hidden;
    }

.post-thongbao .readmore2 {
    background-color: #2980b9;
    color: #fff;
    padding: 10px 20px;
}

    .post-thongbao .readmore2:hover {
        background-color: rgba(41, 128, 185, 0.7);
        color: #fff;
    }
/* End Thông báo - Quy định */
/* Paging */
.pagination .link:hover {
    color: red !important;
}

.pagination .active {
    color: whitesmoke !important;
    background-color: #337ab7 !important;
    border: 1px solid #337ab7;
    cursor: no-drop;
}

.pagination .control {
    color: #337ab7 !important;
    background-color: whitesmoke !important;
    border: 1px solid #ddd;
}
/* End Paging */

@media (max-width: 768px) {
    .outer-wrapper {
        padding-top: 40px;
    }
    .post-outer {
        padding-left: 15px;
        padding-right: 15px;
    }

    .post-workshop {
        padding: 15px;
    }

    .post-thongbao h2.post-title {
        font-size: 17px;
    }
    .post-thongbao .post-image {
        float: none;
    }
}