@charset "utf-8";
 /*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
      
      #mn_box{display:block}
      #khung_resmenu{display:none;}

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 600px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
    .bn-diachi{display:block;}
    }
    
    @media only screen and (min-width : 800px) {
      
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
     #mn_box{display:block;}
     .bn-dienthoai{display:block;}
      #first_right {
        float: right !important;
      }
      #ft_menu {display:block;}
      #footer {
        background: #bd0000 url(../images/ft_main_bg.png) 0 0 repeat-x;padding:0;
      }
    }
    /* Medium Devices, Desktops */
    @media only screen and (min-width : 1024px) {
      .container{width:1000px;}
      #khung_resmenu{display:none;}
      #sb_container {width:236px;
      }
    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
      .container{box-sizing:content-box;}
    }
 /*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {

    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        
    }