@media (max-width: 1200px) {
  .index h2{
    margin-top: 40px;
  }
  li.product img {
    height: 100px !important;
  }
  .container-ab{
    padding: 0 50px;
  }
  a.mua-ngay {
    font-size: 14px;
      padding-left: 20px;
      padding-right: 20px;
  }

  .woocommerce div.product form.cart .button {
      padding: 0 15px;
      font-size: 14px;
  }
  .head-logo {
    width: 15%;
  }
}
@media (max-width: 991px) {
  .tips-detail-item>div {
    width: 100px;
  }
  .slick-next {
    right: 15px;
    z-index: 99;
  }
  .slick-prev {
    left: 15px;
    z-index: 99;
  }
  .footer-info img{
    width: 200px;
  }
  li.menu-item-has-children a {
    display: flex!important;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .nav-menu>ul>li>a {
    padding: 4px 0px;
  }
  .detail-item-left-top p {
    width: 100%;
  }
  .detail-item-left-bot {
    padding-bottom: 0 !important;
  }
  .detail-item-left-top {
    padding-bottom: 40px;
    padding-right: 40px;
  }
  .detail-item-left svg {
    bottom: 0;
  }
  .detail-item-left-bottom h5 {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .detail-item-left-bottom .svg-3 {
    top: 0 !important;
  }

  .footer-info {
  width: 50%;
  }
  .footer-detail {
  width: 50%;
  }
  .footer-map {
  width: 100%;
  }
  .footer-detail-top {
  width: 100%;
  }
  .footer-detail-top p {
  width: 73%;
  }
  .container-fluid {
    padding: 0 15px!important;
  }

  .head-icon{
    display: none !important;
  }
  .btn-show-menu {
    display: initial;
    border: none;
    background-color: #fff;
  }
  .nav-menu-bottom {
    padding-right: 45px;
    display: initial;
    padding-left: 45px;
    margin-top: 30px;
  }
  .nav-menu-bottom a{
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    
  }
  .nav-menu-bottom svg{
    width: 14%;
  }
  .nav-menu-head {
    display: initial;
    padding-top: 32px;
    padding-bottom: 32px;
    box-shadow: 0px 3px 7.2px 0px rgba(0, 0, 0, 0.25);
    
  }
  .nav-menu-head-img{
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
  .nav-menu-head img {
    width: 100%;
    aspect-ratio: 180 / 35;
    padding-left: 10px !important;
  }

  .nav-menu-head .menu-close{
    padding-top: 10px;
    border: none;
    background-color: #fff;
    padding-right: 10px !important;
    width: 100%;
  }
  .nav-menu-head .menu-close:hover{
    color: #ed1c24;
  }
  .nav-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    display: flex;
    flex-direction: column;
  }

  .nav-ul-menu {
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .nav-menu ul li {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .nav-menu ul li ul {
    width: 100%;
    position: relative;
    top: inherit!important;
    display: none;
    visibility: visible;
    opacity: 1;
  }

  #menu-bar:checked > ul {
    display: initial;
  }
  .nav-menu {
    position: fixed;
    top: 61px;
    left: -100%;
    z-index: 2000;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    border-radius: 0;
    transition: all 0.3s;
    background: #fff;
  }
  .nav-menu.menu-show {
    left: 0;
  }
  .nav-ul-menu-detail{
    width: 100%;
  }
  .btn-show-menu:hover{
    color: #ed1c24;

  }
  .head-logo img{
    width: 180px;
  }
  .nav-menu ul li.menu-item-has-children>a:after{
    display: none;
  }
  button.btn-show-menu span {
    width: 25px;
    height: 2px;
    display: block;
    background: #404040;
    margin-bottom: 6px;
  }

  button.btn-show-menu {
    cursor: pointer;
  }
  .btn-show-menu.active span {
    display: none;
    background: #7F0607;
    position: relative;
  }
  .btn-show-menu.active span:first-child {
    transform: rotate(45deg);
    display: block;
    top: 4px;
    position: relative;
    transition: all .3s;
  }

  .btn-show-menu.active span:last-child {
    transform: rotate(-45deg);
    display: block;
    position: relative;
    right: 0px;
    top: -4px;
  }
  span.click-submenu {
    cursor: pointer;
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border: 6px solid #e000;
    border-top: 6px solid #333;
    right: 0;
    top: 21px;
    z-index: 9999;
  }
  .head-logo {
    width: auto;
  }
  .form-login {
    padding: 20px 10px;
  }

  .login-left {
    position: relative;
    padding-bottom: 15px;
  }
  .date {
      position: relative;
  }
  a.mua-ngay {
      padding: 0 10px;
  }

  .woocommerce div.product form.cart .button {
      padding: 0 7px;
  }
}

@media (max-width: 768px) {
  .footer-detail,
  .footer-info{
    width: 100%;
  }
  .tips-detail-item {
      display: block;
      margin-top: 10px;
      padding-bottom: 10px;
  }

  .tips-detail-item p {
      margin-bottom: 0px;
  }
  .item-banner {
    margin-bottom: 10px;
  }
  .container-ab{
    padding: 0;
  }
  .section-about-one {
    margin: 20px 0; 
  }
  .truyenthong{
    padding: 20px 0;
  }
  .info-highline {
    width: 100%;
  }
  .list-data-section h2,
  .about-page .feedback h2{
    font-size: 20px;
  }
}