

@media only screen and (min-width: 600px) {
    /* For tablets: */

}

@media only screen and (max-width: 600px) {
/* mobile */

.navbar1{
    display: none;
}
.saom-box{
    display: none;
}
.wall-banner{
    height: 30px;
}
.wall-register{
    width: 100%;
}
.img-register{
    width: 100%;
  }
  .grup-ship ul{
padding-left: 0;
  }
  .mobile{
    display: block;
    width: 100%;
    background-color: #0e173ef0;
    overflow: auto;
    position: fixed;
    bottom: 0;
    border-radius: 15px;
  }
  .form-login .btn-login {
    background-image: linear-gradient(to right, #ebebeb, #dfdfdf);
    color: rgb(14, 17, 21);
    margin-top: 10px;
}
.form-login .btn-register {
    background-image: linear-gradient(to right, #e00404, #870404);
    color: aliceblue;
    margin-top: 10px;
}
.form-login {
    display: block;
    float: right;
    margin-top: 0px;
    margin-bottom: 18px;
}

.head-login {
    display: block;
}
.head-login .logo {
    width: 230px;
    display: block;
    margin: auto;
}
.control-input {
    height: calc(1.5em + 0.75rem + 2px);
    font-size: 24px;
}
.mvp-content {
    margin: 5px 5px 0 0;
    padding: 20px;
    width: 100%;
}
.mvp-right {
    width: 100%;
}
.tobox .box-service {
    display: inline-block;
    width: 47.85%;
}
.mvp-p-1{
    width: 100%;
}
#panel{
    display: none;
}
#blog .wall-blog {
    display: inline-block;
    width: 100%;
    margin-right: 0px;
margin-left: 0px;
}
/* navbar */
.mobile-button li{
    display: inline-block;
}
*{
    font-family: sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  /* html {
    background-color: #ebebeb;
  }
  
  body {
    width: 480px;
    height: 100vh;
    margin: 0 auto;
    background-color: #fff;
  }
   */
  nav{
    display: flex;
    justify-content: space-around;
    background-color: #1a555e;
    /* padding: 12px; */
    position: fixed;
    bottom: 0;
    width: 100%;
    border-radius: 10px;
margin-bottom: -5px;
  }
  
  .nav-item{
    display: flex;
    align-items: center;
    text-decoration: none;
    color: white;
    padding: 2px 16px;
    border-radius: 50px;
    background-color: rgba(0, 0, 0, 0);
  }
  
  .nav-item span{
    width: 0;
    overflow: hidden;
  }
  
  .nav-item:focus{
    text-decoration: none;
    color: white;
    background-color: rgba(255, 255, 255, 0.2);
    transition: .2s;
  }
  
  .nav-item:focus span{
    width: 100%;
    margin-left: 8px;
    transition: .2s;
  }
  
  *:focus{
    outline: none;
    border: none;
  }

/* slide navbar */

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 14px;
  }
  
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 15px;
    color: #818181;
    display: block;
    transition: 0.3s;
    /* border-bottom: 1px solid #40404059; */
  }
  
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: -14px;
    right: 12px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  #main {
    transition: margin-left .5s;
    padding: 16px;
  }
  
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }

/* Style the sidenav links and the dropdown button */
.sidenav  .dropdown-btn {
    padding: 13px 8px 6px 33px;
    text-decoration: none;
    font-size: 15px;
    color: #818181;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
  }
  
  /* On mouse-over */
  .sidenav a:hover, .dropdown-btn:hover {
    color: #f1f1f1;
  }
  
  /* Main content */
  .main {
    margin-left: 200px; /* Same as the width of the sidenav */
    font-size: 20px; /* Increased text to enable scrolling */
    padding: 0px 10px;
  }
  
  /* Add an active class to the active dropdown button */
  .active {
    background-color: green;
    color: white;
  }
  
  /* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
  .dropdown-container {
    display: none;
    background-color: #262626;
    padding-left: 8px;
  }
  
  /* Optional: Style the caret down icon */
.caret-down {
    float: right;
    padding-right: 8px;
    width: 15px;
  }
#mySidenav .i-tem{
    width: 100px;
    padding: 0;
    display: inline-block;
}
#mySidenav .i-tem p{
font-size: 13px;
font-weight: bold;
text-overflow: clip;
text-align: center;
}
#navmobile{
    display:flex;
  }
  #mySidenav{
    display: inline-block;
  }
}