﻿@media only screen and (max-width: 1910px) {
    .table-wrapper {
        width: 56% !important;
    }
    .tooltip3 .tooltiptext3 {

    }

    .navbar navbar-inverse {
        display: none !important;
    }

    .navbar-custom-menu {
        display: block !important;
    }

}
@media only screen and (max-width: 1700px) {
    .table-wrapper {
        width: 55% !important;
    }

    .navbar navbar-inverse {
        display: none !important;
    }

    .navbar-custom-menu {
        display: block !important;
    }
}
@media only screen and (max-width: 1600px) {
    .table-wrapper {
        width: 52% !important;
    }
    .navbar navbar-inverse {
        display: none !important;
    }

    .navbar-custom-menu {
        display: block !important;
    }
}
@media only screen and (max-width: 1400px) {
    .table-wrapper {
        width: 48% !important;
    }
    .navbar navbar-inverse {
        display: none !important;
    }

    .navbar-custom-menu {
        display: block !important;
    }
}
@media only screen and (max-width: 1200px) {
    .table-wrapper {
        width: 40% !important;
    }
    .B2 {
        margin-left: 4% !important;
    }
}
@media only screen and (max-width: 1024px) {
    .table-wrapper {
        width: 42% !important;
        display: none !important;
    }
    .navbar navbar-inverse {
        display: none !important;
    }
    .navbar-custom-menu {
        display: block !important;
    }
    .B1 {
        display: none !important;
    }

    .B1E {
        display: none !important;
    }
    .B2 {
        margin-left: 23% !important;
        margin-top: 3% !important;
        margin-bottom: 10% !important;
    }
}
/* Dành cho điện thoại */
@media all and (Max-width: 320px) {   
    .B2 {
        margin-left: 15% !important;
        margin-top: 3% !important;
        margin-bottom: 10% !important;
    }
}
@media all and (Max-width: 480px) {    
    .B2 {
        margin-left: 15% !important;
        margin-top: 3% !important;
        margin-bottom: 10% !important;
    }
}
@media all and (Max-width: 600px) {
    .B2 {
        margin-left: 15% !important;
        margin-top: 3% !important;
        margin-bottom: 10% !important;
    }
    .table-wrapper {
        width: 25% !important;
        display: none !important;
    }

    div > ul > li > ul {
        z-index: 10000 !important;
        position: fixed !important;
    }
}
@media all and (Max-width: 750px) {
    .B1 {
        display: none !important;
    }
    .B1E{
        display:none !important;
    }
    .table-wrapper {
        width: 35% !important;
        display:none !important;
    }
    .B2 {
        margin-left: 16% !important;
        margin-top: 3% !important;
        margin-bottom:10% !important;
    }
    .navbar-custom-menu
    {
        display:none !important;
    }
    .navbar-inverse {
        display: block !important;
    }
    .logo {
        display: none !important;
    }

    div > ul > li > ul {
        z-index: 10000 !important;
        position: fixed !important;
    }
}
/* Dành cho máy tính bảng chiều dọc */

@media all and (min-width: 320px) {
    
}

@media (min-width: 320px) and (max-width: 767.98px) {
   

}