﻿section.new a{
    color:#333;
    text-decoration:none;
}
.title-new{
       margin: 0;
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    background: #fff;
    padding: 12px;
    border-bottom: 3px solid #FFD340;
    background: #167AC6;
    color: #fff;
    border-radius: 4px 4px 0 0;
}
.col-content-new-3{
    background: #fff;
    overflow: hidden;
    padding: 0;
    border: none;
    box-sizing: content-box;
    border-top: none;
    margin-bottom:20px;
}
section h2, section h2 a{
    padding:0;
}
.col-item-new{
    float:left;
    padding-right:15px;
    width:103.33%;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 15px
}
.col-item-new p:first-child{
    font-size: 16px;
    font-weight:bold;
    overflow:hidden;
}
.col-item-new p{
    text-align:justify;
}
.col-item-new p:last-child{
    font-size: 14px;
    font-weight:normal;
    overflow:hidden;
}
section.banner {
    padding: 0;
    padding-top:5px !important;
    background: #fff;
}
.hot-new {
    padding-left: 20px;
}
.col-event,.iframe_video{
    padding-left:0;
}
/*-----------------------------------Phân Trang-----------------------------------------*/
.pagination {
    width: 100%;
    text-align: center;
    margin: 0;
}
.pagination span {
    display: inline-block !important;
}
.pagination span a.active {
    color: #fff;
    cursor: default;
}
.pagination span a:hover, .pagination span a:focus, .pagination span a.active {
    background-color: #167AC6;
    color: #fff;
}
.pagination span a {
    float: left;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    margin: 0 5px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    display: inline;
    font-weight: normal;
    font-size: 14px;
    background:#ECECEC;
}
/*custom pagination*/
.pagination a.page-numbers{
    float: left;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    margin: 0 5px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    display: inline;
    font-weight: normal;
    font-size: 14px;
    background:#ECECEC;
}
.pagination  a.current {
    background-color: #167AC6;
    color: #fff !important;
}
/*reponsive*/

@media screen and (max-width:767px){
    .new .col-md-8{
        margin-top:15px;
    }
    .col-item-new {
        padding-right:0;
        width: 100% !important;
    }
    .col-item-new .img-responsive{
        width:100% !important;
    }
    
    .col-item-new p:last-child {
        margin:0;
    }
    .col-item-6{
        width:100% !important;
        padding:15px !important;
    }
    .col-item-6 p{
        margin:0;
    }
}