@media screen and (max-width: 600px) {
    body, .form-control {
        font-size: 13px;
    }

    .leftmenu span {
        display: none;
    }

    .sidebar {
        width: 70px;
        left: -200px;
        transition: all 0.5s ease;
    }

    .hideSidebar {
        display: inline-block;
        left: 0;
    }

    .warpbody {
        margin-left: 0px;
    }

    .fullBody {
        margin-left: 0px;
    }

    .paddingResponBody {
        padding: 0.5rem !important;
    }

    .mbTop {
        margin-top: 30px;
    }

    .navTopright > li:first-child {
        padding-right: 6px;
    }

    .titlePanel h2 {
        font-size: 14px;
    }

    .contentPanel {
        padding: 20px 10px;
    }

    .titleColum {
        padding-left: 0;
        font-size: 14px;
        line-height: 16px;
    }

    .detailTextright {
        padding-right: 0;
        font-size: 14px;
        line-height: 16px;
    }

    .table thead th {
        font-size: 14px;
        line-height: 16px;
    }

    .fz16 {
        font-size: 14px;
    }

    .mbFooter {
        text-align: center !important;
        margin-bottom: 10px;
    }

    .widthCol {
        flex: 0 0 45%;
        max-width: 45%;
    }

    .card-block h3 {
        font-size: 1.35rem;
    }

    .icoWallet {
        width: 50px;
    }

    .titleCash {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 0;
    }

    .textMb {
        text-align: left !important;
    }

    .numBalance {
        font-size: 30px;
    }

    .leftdiv, .rightdiv {
        position: inherit !important;
        width: 100% !important;
    }

    .leftdiv, .rightdiv {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .sideLogin, .sideRegister {
        margin-left: 10% !important;
        margin-top: 0 !important;
        margin-right: 10% !important;
        padding-top: 10px !important;
    }

    .formLogin {
        max-width: 100% !important;
        flex: 0 0 100%;
    }

    .table th, .table td {
        padding: 0.5rem !important;
        white-space: nowrap;
    }
}

@media screen and (max-width: 960px) {
    .widthCol {
        flex: 0 0 35%;
        max-width: 35%;
    }
}

@media screen and (max-width: 850px) {
    .widthCol {
        flex: 0 0 40%;
        max-width: 40%;
    }
}

@media screen and (max-width: 480px) {
    .widthCol {
        flex: 0 0 70%;
        max-width: 70%;
    }

    .navBottom {
        display: block;
        background-color: #fff;
        position: fixed;
        bottom: 0;
        width: 100%;
        -webkit-box-shadow: 0px -5px 9px -4px rgba(153,153,153,0.27);
        -moz-box-shadow: 0px -5px 9px -4px rgba(153,153,153,0.27);
        box-shadow: 0px -5px 9px -4px rgba(153,153,153,0.27);
        z-index: 1000;
    }

    .bottomMenu {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
    }

        .bottomMenu li {
            display: inline-block;
            width: 19%;
            text-align: center;
        }

    .aMenu {
        display: block;
        padding: 14px 0;
        font-size: 12px;
        color: #BCC4C9;
    }

        .aMenu span {
            /*display: block;*/
            display: none;
            margin-top: 5px;
        }

    .mActive {
        color: #005584;
        font-weight: 600;
        background-color: #F4F4F4;
        border-top: 2px solid #E6B850;
    }

    footer {
        margin-bottom: 80px;
    }

    .col-bank {
        width: 50%;
        display: inline-block;
    }
}

@media screen and (max-width: 320px) {
    .widthCol {
        flex: 0 0 80%;
        max-width: 80%;
    }
}
