@media only screen and (min-width: 375px) and (max-width: 1024px) {
   header#header_vnpost{
      display: none !important;
   }
   .header-mobile {
      position: sticky;
      width: 100%;
      z-index: 999;
      top: 0px;
      background: rgb(255, 255, 255);
      border-bottom: none;
   }

   #header .header-md {
      background-color: #fff;
      padding: 0.5rem 15px;
      display: block !important;
   }

   .button-focus:focus {
      box-shadow: none !important;
      text-decoration: none;
      outline: 0;
   }

   .show {
      display: block !important;
   }

   .overlay-common {
      position: fixed;
      top: 0px;
      left: 0px;
      bottom: 0px;
      right: 0px;
      background: rgba(0, 0, 0, 0.2);
      height: 100%;
      display: none;
      z-index: 100;
   }

   .navbar-height {
      position: fixed;
      flex-direction: column;
      background-color: #f8af19;
      width: 80%;
      min-width: 265px;
      height: 100%;
      transform: translateX(-100%);
      top: 0;
      left: 0;
      z-index: 10;
      padding: 0;
      display: block !important;
   }

   .menu-dichuyen {
      transition: all 0.6s;
      transform: translateX(0%);
   }

   .danhmuc {
      display: flex;
      padding: 10px 12px;
      justify-content: space-between;
      background-color: #f8af19;
   }

   .danhmuc p {
      font-weight: 700;
      font-size: 18px;
      line-height: 32px;
      letter-spacing: -0.2px;
      text-transform: uppercase;
      color: #fff;
      margin-bottom: 0px;
   }

   .search-respon {
      background-color: #f2a40b;
      width: 100%;
      padding: 0 16px !important;
      display: flex;
      align-items: center;
      height: 50px;
   }

   .search-respon-input {
      font-weight: normal;
      padding-left: 10px;
      padding-right: 30px;
      width: 99%;
      height: 34px;
      border: 1px solid #E5E5E5;
      border-radius: 6px;
      background-color: #FFFFFF;
      font-size: 13px;
      display: initial;
   }

   .search-respon img {
      right: 30px;
   }

   .img-timkiem {
      position: absolute;
      right: 15%;
   }

   .navbar-nav {
      position: relative;
      display: flex;
      flex-direction: column;
      list-style: none;
      margin-bottom: 0;
      padding-left: 0;
   }

   #header .navbar-nav.w-100 li.nav-item {
      background-color: #f2a40b;
      border-top: 1px solid hsla(0, 0%, 100%, .11);
      padding: 10px 15px;
   }

   #header .header-md a {
      color: #fff;
      font-size: 14px;
      text-decoration: none;
   }

   .icon-submenu {
      color: #fff;
      position: absolute;
      right: 10px;
      margin-top: 2px;
   }

   .icon-submenu2 {
      color: #fff;
      position: absolute;
      top: 5px;
      right: -5px;
   }

   .child-menu,
   .child-item {
      display: none;
      padding-left: 15px;
   }

   .child-menu1,
   .child-item1 {
      position: relative;
      list-style: disc;
      color: aliceblue;
      border-top: 1px solid hsla(0, 0%, 100%, .11);
      line-height: 26px;
   }

   .icon-submenu.down,
   .icon-submenu2.down {
      transform: rotate(180deg);
   }

   .menu-danhmuc {
      position: fixed;
      width: 100%;
      height: 100px;
      top: 0;
      z-index: 1;
   }

   .sidebar-menu {
      margin-top: 100px;
      overflow-x: auto;
      height: 85%;
   }
   .banner-home-end{
      height:auto;
      overflow: initial;
   }
   .banner-home-end .carousel-indicators{
      bottom: 20px;
   }
}
@media only screen and (max-width: 430px){
   .post-office-tracking{
      z-index: 1;
   }
}
@media only screen and (min-width: 431px) and (max-width: 932px) {
   .post-office-tracking{
      z-index: 0;
   }
}