/* Responsive */
@media (max-width: 1024px) {
  .mm-panel {
    background: var(--color-sub);
  }

  .mm-navbar {
    background: var(--color-sub);
  }

  .mm-menu a,
  .mm-menu a:active,
  .mm-menu a:hover,
  .mm-menu a:link,
  .mm-menu a:visited {
    color: #fff;
    font-family: var(--font-k7);
  }

  .mm-navbar__title {
    font-size: 22px;
    font-family: var(--font-k7);
  }

  .search-res {
    pointer-events: none;
  }
  .logo-res img {
    max-height: 95px;
    width: auto;
  }
  .menu-res {
    padding: 7px 0;
  }

  .menu-res,
  #hamburger {
    display: block;
  }

  .video-contain:after,
  .album--index::after,
  .gioithieu--index::after,
  .header,
  .menu {
    display: none;
  }
  .w-menu.fix_head {
    background: var(--color-sub);
  }

  .block-img > div {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    margin: 0 5px;
    padding: 0;
    box-shadow: unset;
  }

  .block-img {
    display: flex;
    align-items: center;
  }

  .gioithieu-img2 {
    margin-left: 0;
    margin-bottom: 0;
  }

  .gioithieu-info--left .slogan-gioithieu {
    display: none;
  }

  .gioithieu-info {
    max-width: 100%;
    margin-top: 25px;
  }

  .gioithieu-info--right {
    max-width: calc(100% - 300px);
  }
  .index-desktop {
    display: none;
  }
  .index-mobile {
    display: block;
  }

  .video--index {
    margin-top: 60px;
    padding-bottom: 60px;
  }

  .footer-news:nth-child(1),
  .footer-news:nth-child(2) {
    max-width: 50%;
    margin-bottom: 15px;
  }

  .video-contain {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .productHot--index {
    padding-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .grid-pro-detail .right-pro-detail,
  .grid-pro-detail .left-pro-detail {
    width: 100%;
    padding: 0px;
    border-right: none;
  }

  .title-index h2 {
    padding: 10px 0;
    margin-bottom: 15px;
  }

  .title-index {
    background: transparent;
    top: unset;
    transform: none;
    left: unset;
    position: relative;
    width: 100%;
    text-align: center;
  }

  .line {
    margin-bottom: 0;
  }

  .grid-product {
    grid-template-columns: repeat(2, 1fr);
  }

  .index-mobile {
    padding-bottom: 40px;
  }

  .title-video {
    position: relative;
    bottom: unset;
    left: unset;
    transform: none;
    writing-mode: unset;
    text-align: center;
  }

  .slogan-video {
    position: relative;
    bottom: unset;
    left: unset;
    transform: none;
    writing-mode: unset;
    text-align: center;
  }

  .item-video img {
    max-height: 405px;
  }
}

@media (max-width: 767px) {
}

@media (max-width: 575px) {
  .logo-res img {
    max-height: 50px;
  }

  .block-img {
    flex-wrap: wrap;
  }

  .gioithieu-img1,
  .gioithieu-img2 {
    width: calc(50% - 10px);
  }

  .gioithieu-img3 {
    width: 100%;
    margin-top: 10px !important;
  }

  .gioithieu-info--left {
    max-width: 100%;
    text-align: center;
  }

  .gioithieu-info--left p {
    font-size: 20px;
  }

  .gioithieu-info--left span {
    font-size: 28px;
    line-height: normal;
  }

  .gioithieu-info--left h2 {
    font-size: 45px;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 0;
  }

  .gioithieu-info--right {
    max-width: 100%;
    margin-top: 10px;
  }

  .gioithieu-info--right span {
    line-height: 20px;
  }

  .line {
    display: none;
  }

  .title-index h2 {
    font-size: 35px;
    margin-bottom: 0px;
  }

  .grid-product {
    gap: 10px;
  }

  .product-info {
    margin-top: 10px;
    padding: 0;
  }

  .product-info h3 {
    font-size: 14px;
  }

  .product-info h3 a {
    -webkit-line-clamp: 2;
  }

  .product .price-new {
    font-size: 17px;
  }

  .productHot--index {
    padding-bottom: 15px;
  }

  .title-main h2,
  .title-detail h1 {
    font-size: 27px;
  }

  .title-main p {
    font-size: 16px;
  }

  .video--index {
    margin-top: 30px;
    padding-bottom: 30px;
  }

  .title-video {
    font-size: 33px;
    margin-bottom: 0;
  }

  .slogan-video {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .item-video img {
    max-height: 180px;
  }

  .item-video:after {
    width: 45px;
    height: 45px;
    background-size: cover;
  }

  .footer-news:nth-child(1),
  .footer-news:nth-child(2) {
    max-width: 100%;
  }

  .footer-name {
    font-size: 27px;
  }

  .footer-name span {
    font-size: 55px;
  }

  .footer-article {
    padding: 30px 0;
  }
  .news {
    padding: 10px;
  }

  .news-info {
    margin-top: 5px;
  }

  .news-info h3 {
    font-size: 14px;
  }

  .grid-product,
  .grid-news {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
