/*-----------------------------------------MAIN CONTENT ------------------------------------ */
.container-fluid{
    padding:0 !important;
}
#main_content{
    margin-top:20px;
}
.wrapper_blog header{
    background: transparent !important;
}
.link_blog{
    padding-left:10px;
}
.link_blog div a{
    max-width: 360px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    font-weight: 400;
    color: #666;
    text-decoration: none;
    margin-right:5px;
}
.link_blog div span{
    color: #666;
    cursor: default;
    margin-right: 4px;
}
.link_blog div a:last-child {
    font-weight: 700;
    color: #333 !important;
}
.list_blog{
    margin-top:40px;
}
.list_blog .layout_setup{
    min-height:340px;
    margin-bottom: 60px;
}
.list_blog .layout_setup .news_title:hover{
    color:#ff9800;
}
.list_blog .layout_setup .content_left{
    padding-top:80px;
}
.list_blog .layout_setup .content_left .timestamp{
    font-size: 12px;
    color: #666666;
    letter-spacing: 0.1em;
    margin-bottom: 18px;
}
.list_blog .layout_setup .content_left h2{
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
}
.list_blog .layout_setup .content_left h2 a{
    color:black;
    text-decoration: none;
    font-weight: 500;
}
.list_blog .layout_setup .content_left .detail p{
    font-size: 14px;
    color: #888888;
}
.list_blog .layout_setup .content_left .detail a{
    color: black;
    text-decoration: underline;
}
.content_right .thumb,
.content_right a{
    width:100%;
    height:100%;
}
.content_right a{
    display:block;
}
.content_right a img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

/* phân trang */
.pagination{
    text-align: center;
    margin: 10px 0;
    padding-top: 10px;
    padding-bottom: 5px;
    background-color: transparent;
    width:100%;
}
.paginator{
    width:100%;
}
.paginator .nav_disabled {
    cursor: not-allowed;
}
.paginator span{
    margin: 0 2.5px;
    width: 28px;
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
}
.paginator .currentPage, .paginator a:hover, .paginator span:hover{
    background-color: #fc5332;
    color: #fff;
}
.paginator a{
    margin: 0 2.5px;
    width: 28px;
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
}
a, .text-link{
    color: #575454;
    text-decoration: none;
    background: 0 0;
}
.labelPages, .titlePages{
    display:none !important;
}
.paging-next:after{
    content: '>';
}
.paging-previous:before{
    content: '<';
}
.paging-first:before{
    content: '<<';
}
.paging-last:after{
    content: '>>';
}
/* end phân trang */

/*detail_news*/
section#chir_collection {
    background: #Fff;
}
.page-header {
    text-align: center;
    padding: 20px 0 !important;
    margin: 0 0 10px 0 !important;
    border: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f1f2f4;
}

.hentry {
    margin: 0 0 1.5em;
}
.post-thumbnail {
    position: relative;
    display: block;
    height: 230px;
    overflow: hidden;
}
img {
    height: auto;
    max-width: 100%;
}
.entry-title {
    font-size: 40px;
    font-size: 2rem;
    font-weight: 400;
    margin: 15px 0 20px 0;
    height: 38px;
    overflow: hidden;
}

.entry-summary {
    color: #7c7c80;
}
.entry-summary {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 2;
    max-height: 4em;
    overflow: hidden;
}
.entry-summary p {
    margin-bottom: 0;
}
.line-hover:hover{
    opacity: 0.6;
}
.line-hover:after{
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    content: '';
    position: absolute;
    right: 0;
    bottom: -5px;
    width: 0;
    height: 2px;
    background-color: green;
}
.line-hover.read-more{
    position: relative;
    display: inline-block;
}
.line-hover:hover:after{
    left: 0;
    width: 100%;
    background-color: #ff9800;
}
.popular-posts-widget .widget-thumb {
    overflow: hidden;
    width: 43%;
    margin-right: 5%;
    display: inline-block;
}
.popular-posts-widget .widget-thumb img{
    width:100%;
    height:auto;
    object-fit: scale-down;
}
.popular-posts-widget h4 {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.69231;
    float: right;
    width: 52%;
}
.widget {
    padding: 0 0 20px;
}
.social-links-widget a {
    font-size: 14px;
    color: #909097;
    font-weight: 400;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 10px 10px 0;
    border: 1px solid #f1f2f4;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.paginator {
    text-align: center;
    color: #b0b0b0;
    padding: 20px 0;
}

.paginator span, .paginator a {
    color: #000;
    text-decoration: none;
}

.paginator span.currentPage {
    background: #fc5332;
    position: relative;
    padding: 3px 10px;
    margin: 0 3px;
    display: inline-block;
}

.paginator > a {
    display: inline-block;
    position: relative;
    padding: 3px 10px;
    margin: 0 3px;
    border: 1px solid transparent;
    color: #000;
}

.paginator > a:hover {
    background: #fc5332;
    text-decoration: none;
}

.paginator .labelPages, .paginator .titlePages {
    display: none;
}
.td-module-thumb a:last-child::before {
    opacity: 0.6;
}
.td-module-thumb a:last-child:before {
    bottom: 0;
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    height: 70%;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.7) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.7) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
}
#center_column{
    border-right:1px solid #c7c7c7;
}
#center_column img{
    object-fit: scale-down;
    height: auto!important;
}
.blog-all-background {
    position: relative
}

.blog-all-background .blog-top-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    color: #fff
}
.twitter .iTwitter{
    color:#fff !important;
    background: #00b6f1;
    border-radius: 2px;
    text-decoration: none !important;
    padding:1px 5px;
    font-size: 14px;
}
.twitter .iTwitter i{
    color:#fff;
}
@media screen and (max-width: 812px){
    .blog-all-background .blog-top-content{
        display:none;
    }
    .list_blog .layout_setup .content_left h2 a{
        font-size: 20px;
    }
}
@media screen and (max-width: 480px){
    .list_blog .layout_setup .content_left{
        padding:15px !important;
    }
    .list_blog .layout_setup .content_left{
        padding:30px;
    }
}
.news-contents h1{
    color: #444a4f;
    font-size: 25px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
}
.widget-title{
    background: url(/tp/T0308/img/bg-title-news.jpg) no-repeat;
    font-family: Roboto Slab;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    padding-left: 16px;
    text-transform: uppercase;
}
.popular-posts-widget h4 a{
    display: -webkit-box;
    color: #666;
    font-family: arial;
    font-size: 13px;
    font-weight: 200;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 60px;
    line-height: 20px;
    text-overflow: ellipsis;

}
.popular-posts-widget .entry-date {
    color: #999;
    font-family: arial;
    font-size: 12px;
    font-weight: 200;
    display:block;
}
.popular-posts-widget .popular-post{
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding:10px 0;
}
.tag-block a{
    background: #f6f6f6;
    color: #8f8f8f;
    float: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 100;
    line-height: 36px;
    margin: 0 3px 3px 0;
    padding: 0 10px;
    text-decoration: none;
    font-weight: bold;
}
.tag-block a:hover{
    background: #337ab7 !important;
    color: #fff !important;
    text-decoration: none;
}
/*INDEX NEWS*/
.news-highlighs .title-news{
    color: #6a7884;
    font-size: 28px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 20px;
    margin-top: 25px;
    text-transform: uppercase;
    width: 100%;
    font-weight: bold;
}
.news-highlighs .wp-content-item{
    max-height:325px;
    width:100%;
    position: relative;
    padding:10px;
}
.news-highlighs .wp-content-item .wp-img{
    display:flex;
    align-items: center;
    width:100%;
    height:100%;
}
.news-highlighs .wp-content-item .wp-img img{
    max-width:100%;
    height:auto;
}
.news-highlighs .wp-content-item .wp-img::before {position: absolute;content: '';width: 100%;height: 100%;top: 0;left: 0;z-index: 1;-webkit-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;}
.news-highlighs .wp-content-item .wp-img::after {position: absolute;content: '';width: 100%;height: 100%;top: 0;left: 0;z-index: 1;-webkit-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;}
.news-highlighs .wp-content-item .wp-img:hover:before {right: 50%;left: 50%;width: 0;background: rgba(255, 255, 255, 0.3);}
.news-highlighs .wp-content-item .wp-img:hover::after {bottom: 50%;top: 50%;height: 0;background: rgba(255, 255, 255, 0.3);}
.news-highlighs .wp-content-item .item-info{position:absolute;bottom:0;z-index:999;padding:10px;width:100%}
.news-highlighs .wp-content-item .info-title a{
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    display:block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-highlighs .wp-content-item .info-description{
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 20px !important;
    display: -webkit-box;
    max-height: 60px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-new{margin-top:25px}
.news-new .news-item{
    background: #f6f8f9;
    border-right: 2px solid #ebeef0;
    margin-bottom: 10px;
    width: 100%;
    padding:5px;
}
.news-new .wp-title{
    display:flex;
    justify-content: space-between;
}
.news-new .wp-title h1{
    color: #444a4f;
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    white-space: nowrap;
}
.news-new .wp-title .cate-news{
    width:100%;
    display:flex;
    justify-content: center;
    flex-wrap: wrap
}
.news-new .wp-title .cate-news li{
    margin-right:20px
}
.news-new .wp-title .cate-news li a{
    color: #444a4f;
    font-size: 15px;
    font-weight: 700;
    line-height: 28px
}
.news-new .wp-title .cate-news li a:hover,
.news-new .wp-title .cate-news li a.active{
    color:#4080ff
}
.news-new .list-news .wp-img{
    margin-right: 30px;
    width: 185px;
    margin-top:8px
}
.news-new .list-news .wp-img img{
    max-width:100%;
    max-height: 150px
}
.news-new .list-news .item-info{
    display:table
}
.news-new .list-news .item-info .time{
    color: #7b8a97;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    margin-top: 10px;
    width: 100%
}
.news-new .list-news .item-info .item-title a{
    color: #6a7884;
    font-size: 20px;
    font-weight: 500;
}
.news-new .list-news .item-info .item-summary{
    color: #7b8a97;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    display: -webkit-box;
    max-height: 60px;
    line-height: 20px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}
.news-new .list-news .item-info .item-more{
    color: #46a3f7;
    font-size: 14px;
    font-weight: 500
}
.box-tag{margin-top:15px}
.box-tag .tag-link{
    background: #f6f6f6;
    color: #8f8f8f;
    float: left;
    font-size: 14px;
    font-weight: 300;
    line-height: 36px;
    margin: 0 3px 3px 0;
    padding: 0 10px;
    text-decoration: none;
}
.box-tag .tag-link:hover{
    background: #46a3f7;
    color:#fff;
}
.connect-facebook{margin-top:15px}
.connect-facebook ._2p3a{
    width:100% !important;
}
.owl-carousel .owl-prev,.owl-carousel .owl-next{top:50% !important}
.list-cate-title{
    position:relative;
}
.icon-cate-news{
    float: right;
    width: 45px;
    height: 45px;
    line-height: 40px;
    background: #f5502b;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    display:none;
}
.icon-cate-news img{
    width: 30px;
}

/*END INDEX NEWS*/

@media screen and (max-width: 812px) {
    .popular-posts-widget .popular-post{
        width:50%;
        float: left;
    }
    .popular-posts-widget .widget-thumb img{height:100px}

    .news-new .wp-title .cate-news{
        position: absolute;
        float: none;
        top: 200%;
        right: 0;
        background: #fff;
        min-width: 250px;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        border-bottom: 3px solid transparent;
        border-bottom-color: #d21212;
        visibility: hidden;
        opacity: 0;
        filter: alpha(opacity=0);
        z-index: 10;
        line-height: normal;
        margin: 0;
    }
    .news-new .wp-title .cate-news.active{
        top: 100%;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=1);
    }
    .icon-cate-news{display: block;}
    .news-new .wp-title .cate-news li{margin-right:0}

}
@media screen and (max-width: 480px) {
    .news-new .list-news .wp-img{
        width:100%;
        text-align: center;
        margin:0;
    }
    .news-new .list-news .wp-img img{
        height:auto;
        max-height: 100%;
    }
    .news-new .list-news .item-info{
        padding:5px;
    }

    .popular-posts-widget .popular-post{
        width:100%;
        float: none;
    }
    .popular-posts-widget .widget-thumb img{height:auto}
}