/************************************PC***********************************************/

@media (min-width: 1024px) {
    .table-responsive{
        display: table;
    }
    .sticky {
        position:fixed;
    }
}
@media screen and (min-width: 700px) and (max-width: 1200px) {
    .navbar-brand-left{
        display: none;
    }
    .navbar-brand-right{
        display: none;
    }
    .navbar-brand{
        background: none;
    }
    .navbar-collapse .form-inline{
        display: none;
    }
}
/************************************Nhỏ hơn Desktop***********************************************/

@media (max-width: 960px) {
    .hiden-mobi {
        display: none!important;
    }
    .club-nav {
        position: inherit;
    }
    .ul-club-nav {
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        overflow-x: scroll;
        overflow-x: auto;
        white-space: nowrap;
        display: flex;
    }
    .club-images {
        display: none;
    }
    .clb-header-left{
        display: block;
        float: auto;
        width: 100%;
        margin-bottom: 0px;
    }
    .bg-square{
        display: none;
    }
    .club-header-logo {
        float: left;
        width: 22%;
        max-height: 100px;
        border-radius: 100%;
        padding: 1%;
        height: auto;
    }
    .club-header-logo img {
        height: auto;
        max-height: 100%;
    }
    .clb-header-left header{
        float: left;
        width: 68%;
    }
    .clb-header-left header strong{
        display: none;
    }
    .club-nav-item {
        padding: 0px 10px;
    }
    .anipad{
        display: none;
    }
}

/************************************Máy tính bảng width***********************************************/
@media (max-width: 800px) {
    .clb-firstnews img {
        width: 100%;
        float: auto;
        margin-right: 0px;
        margin-bottom: 10px;
    }

}

/************************************Máy tính bảng height***********************************************/

@media (max-width: 700px) {
    .clb-list3-item img{
        width: 100%;
    }
    .clb-list-item h3 {
        display: none;
    }
    .clb-list-item > h3 {
        display: block;
    }
    .clb-list-item img {
        float: right;
        width: 50%;
        margin-left: 3%;
        margin-right: 0px;
    }
    .clb-list-item p{
            margin-bottom: 0px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    }
    .clb-list-item header{
        float: left;
        width: 47%;
    }
    .clb-list-item .tags-club
    {
        display: none;
    }
    table.bangxephang tbody>tr>:nth-child(1) {
        /* color: red; */
        width: 70px;
        /* text-align: center; */
        white-space: normal;
    }
    .btn-icon-split {
        width: 49%;
        text-align: inherit;
    }
    .btn-icon-split .text {
        padding-right: 0px;
    }
    .anpc{
        display: inherit;
    }
    .header-child{
        display: none;
    }
    .clb-header {
       margin-top: 0px !important;
    }
    .left-content{
        padding-top:15px;
    }
    li.page-item {

        display: none;
    }

    .page-item:first-child,
    .page-item:nth-child( 2 ),
    .page-item:nth-child( 3 ),
    .page-item:nth-child( 4 ),
    .page-item:nth-last-child( 2 ),
    .page-item:last-child,
    .page-item.active,
    .page-item.disabled {

        display: block;
    }
    .leftside-banner {
        display: none;
    }
    .sidebar table{
        /*display: inline-table;*/
    }
    .bxh-index {
        padding: 0;
    }
}

/************************************điện thoại***********************************************/

@media (max-width: 480px) {


}
/***********************************điện thoại màn hình nhỏ***********************************************/

@media (max-width: 320px) {


}
