﻿@media (max-width: 1024px) {
    .page-title, .boxed-title, .formInput, .formBtn, .formTitle {
        padding-left: 10px;
        padding-right: 10px;
    }

    .table-list .tb-action {
        display: block;
    }

    .formPg05 .formInput.formPg-l {
        padding-left: 5px;
    }

    .wd16c {
        width: calc(100%/8);
    }

    .wd8c {
        width: calc(100%/6);
    }
}

@media (max-width: 770px) {
    .containerLeft {
        position: absolute;
        left: -270px;
        width: 270px !important;
        display: none;
        background: #fafafa;
        height: 100%;
        padding-bottom: 0;
    }

    .containerRight {
        background: #fafafa;
        width: 100% !important;
        min-height: 100%;
        -webkit-transition: -webkit-transform 150ms ease;
        -o-transition: transform 150ms ease;
        transition: transform 150ms ease;
    }

    #containerMain.containerMainFull .containerLeft {
        display: block;
        overflow-y: auto;
        -webkit-transform: translateX(270px);
        -moz-transform: translateX(270px);
        -ms-transform: translateX(270px);
        transform: translateX(270px);
    }

    #containerMain.containerMainFull .containerRight {
        overflow-x: hidden;
        -webkit-transform: translateX(270px);
        -moz-transform: translateX(270px);
        -ms-transform: translateX(270px);
        transform: translateX(270px);
        position: relative;
    }

        #containerMain.containerMainFull .containerRight:after {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            background: #000;
            z-index: 100000;
            display: block;
            top: 0;
            left: 0;
            opacity: .8;
        }

    .containerMainMin .sideBar-list > p > a span {
        display: inline-block;
    }

    body {
        min-width: 0;
    }

    .hideMb {
        display: none !important;
    }

    .frMb {
        float: right;
    }

    .br {
        display: inline;
        font-size: 100%;
        font-style: normal;
        line-height: inherit;
    }

    .box-full, .box-three, .box-min {
        width: calc(100% - 20px);
        margin-left: auto;
        margin-right: auto;
        float: none;
        padding-bottom: 10px;
    }

    .wd25, .wd20 {
        width: 50%;
    }

    .tabList a {
        font-size: 10px;
    }

    .table-list tr th:first-child {
        display: block;
        width: 100%;
    }

    .table-list tr th {
        display: none;
    }

    .table-list tr td {
        display: block;
        width: 100%;
        padding: 2px 10px;
        text-align: left !important;
        float: left;
    }

        .table-list tr td.td50 {
            float: left;
            width: 33.33333%;
        }

        .table-list tr td:after, .table-list tr:after {
            content: "";
            display: block;
            clear: both;
        }

    .table-list tbody tr {
        padding: 10px 0;
        display: block;
        position: relative;
    }

        .table-list tbody tr.trAction {
            padding-bottom: 30px;
        }

    .table-list .tb-action {
        position: absolute;
        bottom: 10px;
        left: 10px;
        text-align: left !important;
    }

        .table-list .tb-action li {
            border-left: 0;
            float: left;
            padding: 0 5px;
            text-decoration: underline;
        }

    .table-list .tdTitle {
        font-size: 13px;
        font-weight: 600;
        float: left;
        padding-right: 5px;
        display: block;
    }

    .breakWord {
        max-width: none !important;
    }

    .cbUserscroll {
        width: 100%;
        border-right: 0;
    }

    .cbChatContent {
        display: none;
    }

        .cbChatContent.showChat {
            position: absolute;
            display: block;
            width: 100%;
            background: #fff;
            border-right: 0;
            z-index: 10;
        }

    .cbInfo {
        display: none;
    }

    .closeChat {
        display: block !important;
        font-size: 20px;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 5px;
        right: 5px;
        text-align: center;
        color: #000;
        text-decoration: none !important;
    }

    .formChat .boxed {
        margin-top: 0;
        border-top: 0;
        padding-bottom: 0;
    }

    .wd6c, .wd8c, .wd16c {
        width: calc(100%/4);
    }
}

@media (max-width: 480px) {
    #toggleCatgory {
        left: 5px;
    }

    .logo strong {
        display: none;
    }

    .navTop > li {
        margin-right: 15px;
    }

    .box-full, .box-three, .box-min {
        width: 100%;
        border-left: 0;
        border-right: 0;
        min-width: 0;
    }

    .table-list tr td.td50 {
        width: 50%;
    }

    .boxbtn-top {
        position: static;
        padding: 5px 0;
        height: auto;
        border-bottom: 1px solid #ddd;
    }

    .wd50, .wd25, .wd20 {
        width: 100%;
    }

    .formInput {
        padding-bottom: 0;
    }

    .listBonus {
        padding-left: 15px;
    }

    .wd6c, .wd8c, .wd16c {
        width: calc(100%/2);
    }
}
