@charset "utf-8";
/* CSS Document */
@media screen and (max-width: 3500px) {
    .Header_top_menu{
        display:none;
    }
    .Header_top_logo{
        display:block;
        position:absolute;
        left:5;
        top:10px;
    }
}
@media screen and (max-width: 768px) {
    /*MenuHeader*/
    .Header_top_QC{display:none;}
    .Header_menu{display:none;}
    .Header_top_logo{
        position:relative;
        margin-left:25%;
        top:8px;
    }
    .Header_top_menu{
        display:block;
        position:absolute;
        left:10px;
        top:20px;
    }

    /*Main*/
    .Main{
        margin:0 10px 0 10px;
    }
    .Main_content{
        width:100%;
        float:left;
        margin-left:0;
    }
    .Main_menu_left{
        width:100%;
        float:left;
    }

    /*BoxDANHSACH*/
    .BoxDS_Table_col_1{
        font-size:14PX;
    }
    .BoxDS_Table_1{
        width:21%;
        font-weight:normal;
        padding-left:0px;
    }
    .BoxDS_Table_2{
        width:25%;
        padding-left:3px;
    }
    .BoxDS_Table_3{
        /*        width:15%;*/
        padding-left:3px;
    }
    .BoxDS_Table_4{
        width:38%;
        text-align:left;
        padding-left:3px;
        line-height:28px;
    }
    /*BOXTINTUC*/
    .BoxNEW_col_1{
        width:100%;
        float:left;
        margin-right:0;
    }
    .BoxNEW_col_2{
        width:100%;
        float:left;
    }
    .BoxNEW_col_1 ul li:last-child{
        border-bottom:1px solid#f0eae2;
    }

    /*Footer*/
    .Footer{
        margin:0 10px 0 10px;
    }
    .Footer_col_1{
        width:48%;
        margin-right:2%;
        margin-bottom:10px;
    }
    .Footer_col_2{
        width:100%;
        float:left;
        text-align:center;
    }
    /*BOXTCDC*/
    .BoxTCDC_Table_col_1 ul li{
        line-height:32px;
        border-bottom:1px solid#eeeeee;
        font-size:12px;
    }

    .bg_menu-super {
        background-color: #3c3c3c;
        position: absolute;
        position: fixed;
        top: 0;
        height: 100%;
        z-index: 999999;
        width: 200px;
        overflow-x: none;
        overflow-y: auto;
        left: -200px;
        right: auto;
    }
}

.Mobile_BoxDS_Table_1{
    width:22%;
    text-align:left;
    padding-left:2px;
    font-weight:normal;
    line-height:28px;
}
.Mobile_BoxDS_Table_1 a{color:#363636;}
.Mobile_BoxDS_Table_1 a:hover{color:#C03;}
.Mobile_BoxDS_Table_2{
    //width:25%;
    text-align:left;
    padding-left:5px;
    line-height:28px;
}
.Mobile_BoxDS_Table_3{
    width:15%;
    text-align:left;
    padding-left:3px;
    line-height:28px;
}
.Mobile_BoxDS_Table_4{
    width:35%;
    text-align:left;
    padding-left:3px;
    line-height:28px;
}
.Mobile_BoxDS_Table_2 a{color:#707070;}
.Mobile_BoxDS_Table_2 a:hover{color:#C03;}
.Mobile_BoxDS_Table_3 a{color:#707070;}
.Mobile_BoxDS_Table_3 a:hover{color:#C03;}
.Mobile_BoxDS_Table_4 a{color:#707070;}
.Mobile_BoxDS_Table_4 a:hover{color:#C03;}


