@media (max-width: 991px) {
  .container-width,
  .full-width .ubermenu-nav,
  .container,
  .row {
    max-width: 100vw !important;
  }
}
@media (max-width: 768px) {
  /* header */
  header {
    margin: 0;
  }
  header .logo-site {
    /* width: 50%;
    height: 25px; */
  }
  .header-left {
    width: 100%;
  }
  .menu-wrapper {
    order: 2;
  }

  .input-group {
    max-width: 100%;
  }

  .menu-wrapper:hover .submenu,
  .menu-wrapper:hover .hover-bridge,
  .hover-bridge:hover + .submenu {
    display: none;
  }

  .menu-mobile.show {
    display: block;
    animation: slideIn 0.3s ease forwards;
  }
  ul.listmenu {
    background-color: #f1f1f1;
  }

  .menu-mobile ul.listmenu li {
    display: table;
    overflow: hidden;
    padding: 0 5px;
    border: 1px solid #ddd;
    height: calc(600px / 12);
    width: 100%;
    cursor: pointer;
  }
  .menu-mobile ul.listmenu li.active {
    background: #fff;
  }
  .menu-mobile ul.listmenu li.active a {
    color: #f8931e;
    font-weight: bold;
  }
  /* footer */
  .hotline-btn {
    bottom: 64px;
    left: 5px;
  }

  /* s-1 */
  .custom-prev,
  .custom-next {
    display: none;
  }
  /* s-4 */
  .section-3 img,
  .section-4 img {
    border-radius: 6px;
  }
.section4Swiper img {
  height: 120px;
}
  /* s-5 */
  .video-thumb .play-overlay span {
    height: 25px;
    width: 30px;
  }
  .video-thumb img {
    height: 60px;
  }
  /* s-6 */
  .list_key a {
    font-size: 13px;
    padding: 2px 15px;
    border-radius: 5px;
  }

  .titlehome:after {
    width: 95%;
  }
  /* blog */
  .form-wrapper {
    margin: 20px auto;
    max-width: 85%;
  }

  /* contact */
  .contact-w {
    width: 95%;
  }
  .map-responsive {
    height: 80vh;
  }
  /* product */
  .sidebar-container {
    height: 60vh;
  }
  .sidebar-right {
    height: 100%;
  }
    .archive-item a img{
height: 180px;
}
    .custom-hei {
   height: auto; 
}
}