/* Responsive */
@media (max-width: 1200px) {
  .wap_1200 {
    width: 97%;
  }
}
@media (max-width: 992px) {
  img {
    height: auto !important;
  }
  .menu {
    display: none;
  }
  .menu-res {
    display: block;
  }
  /*  -- menu mobile ---*/
  @-webkit-keyframes my {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-moz-keyframes my {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-o-keyframes my {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes my {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .hidden_mobi {
    display: none;
  }
  .hidden_destop {
    display: block;
  }
  .menu_baophu {
    background: #000;
    opacity: 0.8;
    z-index: 998;
    left: 0px;
    top: 0px;
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
  }
  .icon_menu_mobi {
    color: #000;
    font-size: 25px;
    text-decoration: none;
    display: block;
    width: 35%;
    cursor: pointer;
    display: block;
    cursor: pointer;
    float: left;
    margin: 0;
  }
  .icon_menu_mobi i {
    float: left;
    margin-top: 8px;
    color: #fff;
  }
  a.home_mobi {
    color: #000;
    text-decoration: none;
    float: right;
    font-size: 20px;
  }
  a.phone_mobi {
    color: #fff;
    text-decoration: none;
    float: left;
    font-size: 18px;
  }
  a.phone_mobi i {
    margin-right: 12px;
    -webkit-animation: my 700ms infinite;
    -moz-animation: my 700ms infinite;
    -o-animation: my 700ms infinite;
    animation: my 700ms infinite;
  }
  .mm-panel {
  }
  .mm-navbar_sticky {
  }
  .menu_mobi {
    display: block;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    display: block;
    padding: 0px 10px;
    width: 100%;
    cursor: pointer;
    display: block;
    height: 100%;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
    background: rgb(206, 170, 32);
    background: linear-gradient(
      0deg,
      rgba(206, 170, 32, 1) 0%,
      rgba(232, 214, 17, 1) 100%
    );
  }
  .menu_mobi_add {
    display: block;
    position: fixed;
    left: -100%;
    top: 0;
    background: #f1f1f1;
    z-index: 99999;
    color: #fff;
    height: 100vh;
    overflow: auto;
    line-height: 1.5;
    padding-top: 40px;
    padding-bottom: 20px;
    width: 85%;
    min-width: 140px;
    max-width: 440px;
    box-shadow: inset -4px 0px 8px rgba(0, 0, 0, 0.3);
    transition: 0.5s;
  }
  .menu_mobi_active {
    left: 0;
    transition: 0.5s;
  }
  .menu_mobi_add ul {
    list-style: none;
    padding: 0;
  }
  .menu_mobi_add ul li {
  }
  .menu_mobi_add ul li h2 {
    font-size: 15px;
  }
  .menu_mobi_add ul li b {
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
  }
  .menu_mobi_add ul li b img {
    display: inline-block;
    vertical-align: top;
  }
  .menu_mobi_add ul li a {
    text-decoration: none;
    color: #191919;
    display: block;
    border-bottom: 1px solid rgb(132 132 132 / 20%);
    padding: 10px 40px 10px 0;
    margin-left: 20px;
    font-size: 13px;
    position: relative;
    text-transform: uppercase;
  }
  .menu_mobi_add ul li a.active2 {
    color: #ec2d3f;
  }
  .menu_mobi_add ul li a i {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 40px;
    text-align: center;
    padding-top: 13px;
    transform: rotate(90deg);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .menu_mobi_add ul li a.active2 i {
    transform: rotate(0deg);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
  .menu_mobi_add ul ul {
    display: none;
    padding-left: 0;
  }
  .menu_mobi_add ul li ul li a {
    padding-left: 20px;
    color: #6f6f6f;
  }
  .menu_mobi_add ul li ul li ul li a {
    padding-left: 40px;
  }
  .close_menu {
    position: absolute;
    top: 5px;
    right: 7px;
    font-size: 15px;
    background: rgb(169 16 16 / 88%);
    width: 25px;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
  }
  /*  -- menu mobile ---*/
  .info-header
 {
    display: none;
  }
  div.css_flex {
    margin: 0 0px;
  }
  div.css_flex_product {
    margin: 0 -5px;
  }
  div.css_baiviet_ngang .news {
    width: calc(50% - 20px);
  }
  .news {
    width: 100%;
  }
  .product,
  .sanpham_col_flex .pro_right .product {
    width: calc(50% - 10px);
    margin: 0 5px 25px 5px;
  }
  .left-intro {
    width: 100%;
  }
  .right-intro {
    width: 100%;
    margin-top: 15px;
  }
  .footer-news:nth-child(1),
  .footer-news:nth-child(2),
  .footer-news:nth-child(3),
  .footer-news:nth-child(4) {
    width: 100%;
    margin-top: 15px;
  }
  .cart-product span {
    width: 100%;
    margin: 2px 0;
  }
  .newshome-best {
    width: 100%;
    display: none;
  }
  .newshome-scroll {
    width: 100%;
  }
  .header-bottom .wrap-content {
    flex-flow: column;
    
  }
  .list_monnb a {
    font-size: 14px;
    padding: 14px 10px;
    margin: 2px 3px;
  }
  .js-facebook-messenger-box,
  .btn-zalo,
  .btn-phone {
    display: none;
  }
  .scrollToTop,
  .js-facebook-messenger-box {
    right: 5px;
  }
  .title-intro {
    margin-bottom: 15px;
  }
  .footer-article .wrap-content {
    padding: 20px 10px;
  }
  .cart-fixed {
    bottom: 290px;
  }
  .owl-theme .owl-dots .owl-dot span {
    height: 6px;
    width: 20px;
  }
  .sanpham_col_flex .pro_left {
    display: none;
  }
  .sanpham_col_flex .pro_right {
    width: 100%;
  }
  /* cart */
  .wrap-cart {
    flex-wrap: wrap;
  }
  .top-cart,
  .bottom-cart {
    width: 100%;
    border-right: 0px;
    padding-right: 0px;
    margin-right: 0px;
  }
  .top-cart {
    margin-bottom: 30px;
  }
  .slick-prev {
    left: 10px;
  }
  .slick-next {
    right: 10px;
  }
  .copyright,
  .statistic {
    width: 100%;
  }
  .footer-powered .wrap-content {
    flex-wrap: wrap;
  }
  .mid-header,
  .left {
    display: none;
  }

  .left-hd {
    margin: auto;
    display: flex;
    flex-flow: column;
    justify-content: center;
  }
  .search-res .icon-search {
    color: #fff;
  }
  .left-slide {
    width: 100%;
    float: none;
    margin-top: 10px;
  }

  .slideshow,
  .right {
    width: 100%;
    float: none;
  }

  .logo-header {
    display: inline-block;
    text-align: center;
    margin: 0;
    margin-bottom: 10px;
  }

  .header {
    background: none;
  }
}
@media (max-width: 769px) {
  .top-contact {
    flex-wrap: wrap;
  }
  .left-pro-detail,
  .right-pro-detail,
  .top-contact .form-contact,
  .top-contact .article-contact {
    width: 100%;
    margin: 0px;
  }
  .left-pro-detail,
  .top-contact .article-contact {
    margin-bottom: 30px;
  }
  /* cart */
  .price-procart,
  .procart-label .quantity-procart p:first-child {
    display: none;
  }
  .price-procart-rp,
  .procart-label .quantity-procart p:last-child {
    display: block;
  }
  .quantity-procart {
    width: 25%;
    text-align: right;
    margin-right: 0px;
  }
  .info-procart {
    width: 65%;
  }
}
@media (max-width: 460px) {
  .row-input {
    grid-template-columns: 1fr;
    grid-gap: 0px;
  }
  .pic-news,
  .info-news {
    display: block;
    width: 100%;
    float: none;
    text-align: center;
    margin: 0px;
  }
  .info-news {
    margin-top: 15px;
  }
  .top-contact .form-contact .button-contact .file-contact span b {
    max-width: 105px;
  }
  /* cart */
  .procart-label {
    font-size: 12px;
  }
  .pic-procart {
    display: none;
  }
  .pic-procart-rp {
    display: block;
  }
  .info-procart {
    width: 65%;
    margin-right: 5%;
  }
  .quantity-procart {
    width: 35%;
  }
  .input-double-cart,
  .input-triple-cart {
    margin-bottom: 0px;
  }
  .input-double-cart .input-cart,
  .input-triple-cart .input-cart {
    width: 100%;
    float: none;
    margin: 0 0 0.5rem 0 !important;
  }
}
@media (max-width: 369px) {
  .cart-pro-detail {
    flex-wrap: wrap;
  }
  .cart-pro-detail a {
    width: 100%;
    text-align: center;
    margin: 0px !important;
    font-size: 12px;
  }
  .cart-pro-detail a:first-child {
    margin-bottom: 5px !important;
  }
  .cart-pro-detail a i {
    display: none;
  }
}
