﻿@media(max-width:1000px) {
 #khung {
        width: 100%;
    }
    .main-content{
        /*position:absolute;*/
        z-index:1;
    }
    .left-content {
        width: 100%;
    }
    .right-content {
        width:100%;
        
    }
    #menu-dm.open {
        position:absolute;
    }
    #menu-dm li{
        display:none;
        z-index:99;
         background-image:url(../../Images/bg.png);
        background-color:black;
    }
    #menu-dm li#logo{
        display:block;
        width:100% !important;
        height:50px !important;
        background-color: transparent;
        border: none;
        position:relative;
    }
    #logo .mb-menu{
        display:block;
        position:absolute;
            top: 6px;
    left: 10px;
    font-size: 30px;
        color: #FFF;
    text-shadow: 0px 0px 10px #00FF00;
    }
    #header{
        display:block;
    }
    .menu-main{
        display:none !important;
    }
    #logo_a{
        display:block;
        position:absolute;
        width:100%;
    }
    #logo_a b{
        display:block;
    }
    .open li{
        /*display:block !important;
        width:300px !important;
        height:33px !important;
            border: 1px #F4C300 dotted;*/
    }
    .open>li>a>i{
        display:inline !important;
    }


    .bot .wrapper {
    width: 230px;
    height: 50px;
    height: 100%;
    position: fixed;
    top: 58px;
    left: -229px;
    height: 100%;
    -webkit-transition: transform 250ms ease;
    -o-transition: transform 250ms ease;
    transition: transform 250ms ease;
    z-index: 1000;
    background: rgba(0,0,0,.6);
    display:block;
}
#header.open .bot .wrapper {
    -webkit-transform: translateX(229px);
    -moz-transform: translateX(229px);
    -ms-transform: translateX(229px);
    transform: translateX(229px);
    width: 100%;
}
#header.open .bot .wrapper {
    height: 50px;
    height: 100%;
    position: fixed;
    top: 0;
    left: -229px;
    height: 100%;
    -webkit-transition: transform 250ms ease;
    -o-transition: transform 250ms ease;
    transition: transform 250ms ease;
    z-index: 1000;
    background: rgba(0,0,0,.6);
}

.bot .menu_ul > ul {
    display: none;
    z-index: 1000;
    height: 100%;
    background-color: white;
    border-right: 1px solid;
    width: 230px;
    overflow-y: auto;
    overflow-x:hidden;
}
#header.open .bot .menu_ul > ul {
    display: block;    
}
.mis , #menu-dm{
    width:100%;
}

.bot{
   left:0px;
   height:480px;
}
 .bot .menu_ul > ul {
    position: absolute;
    top: 0px;
}
 li.d_head {
    background-image: url(../../Images/bg.jpg);
    width: 100%;
    height: 50px !important;
    padding: 12px 0;
    color:white;
    text-align: center;
}
 .d_head a{
     color: white;
     font-size:20px;
     font-weight:bold;
         text-shadow: 0px 0px 10px #ff0000;
 }
 .menu_ul > ul > li.item{
     background: -webkit-linear-gradient(top,#fff,#efefef);
    border-top: 1px solid #dfdfdf;
    position: relative;
    display:block;
    width:100%;
    height:30px;
    background-image: url(../Images/bg.png);
 }
  .item:hover ul{
      /*display:none;*/
  }   
 .menu_ul > ul > li.item > a {
    color: white;
    text-align: left;
    text-transform: none;
    font-weight: normal;
    position: relative;
    display: block;
    padding: 5px 15px;
    text-shadow: none;
}
 .menu_ul > ul > li.item > a > span{
     font-size:15px;
 }
 a.a-coll {
    position: absolute !important;
    top: -2px;
    right: -2px;
}
 .item ul{
     position:relative;
     left:-9px;
     width:233px;
     top:-2px;
 }
 .item ul.collapse{
     position:initial;
     display: none;
 }
 .item ul.collapse.in{
     display:block;
 }
 li.item ul > li{
       display: block;
    background-color: white;
    padding-left: 0;
    list-style: none;
    padding-bottom: 0;
    margin: 0;
    width: 100%;
    border-top: 1px solid #dfdfdf;
 }
  li.item ul > li a {
         padding: 10px 5px 8px 20px;
    color: wheat;
 }


.d_head , .menu_ul>ul li>a span{
    display:block !important;
}
  i.icon-menu {
    display: none;
}
  i.icon-menu1{
      display:inline-block;
      padding:0px;
  }
}

@media(min-width:1001px) {
     
}
