@media (min-width: 1200px) {
}
@media (max-width: 1199px) {
  #menu ul {
    gap: 20px;
  }
  .diadiem-slick,
  .lydo-slick {
    margin-right: -15px;
  }
  .diadiem-slick .slick-slide,
  .lydo-slick .slick-slide {
    margin-right: 15px;
  }
  .xemay-grid {
    grid-template-columns: 31.1% repeat(3, 20.8%);
  }
  #search {
    right: 15px;
  }
  #container {
    padding: 20px 15px;
  }
  .box-dt {
    max-width: 95%;
  }
  .box-tintuc {
    max-width: 95%;
  }
  .box-product-list {
    gap: 15px;
  }
  .box-product {
    width: calc((100% - 30px) / 3);
  }
  .footer-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 0 20px;
  }
  .footer-2,
  .footer-3,
  .footer-4 {
    width: calc((100% - 60px) / 3);
    margin: 0 0 20px;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  .box-sp {
    width: 32%;
    margin: 0px 2% 20px 0px;
  }
  .box-sp:nth-child(3n) {
    margin-right: 0;
  }
  .box-sp:nth-child(3n + 1) {
    clear: both;
  }
  .box-album {
    width: 32%;
    margin: 0px 2% 20px 0px;
  }
  .box-album:nth-child(3n) {
    margin-right: 0;
  }
  .box-album:nth-child(3n + 1) {
    clear: both;
  }
  .box-video {
    width: 32%;
    margin: 0px 2% 20px 0px;
  }
  .box-video:nth-child(3n) {
    margin-right: 0;
  }
  .box-video:nth-child(3n + 1) {
    clear: both;
  }
}
@media (max-width: 992px) {
  .title-main p {
    margin: 0 0 6px;
  }
  .price-product {
    margin: 5px 0 15px;
  }
  .product-desc-flex {
    transform: translateY(0);
  }
  .product-desc {
    display: none;
  }
  .xemay-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
  .tintuc-list {
    flex-direction: column;
  }
  .tintuc-right,
  .tintuc-left {
    max-width: 100%;
  }
  .title-main {
    margin-bottom: 20px;
  }
  .title-flex {
    margin-bottom: 20px !important;
  }
  .btn-xemay {
    margin: 20px auto 0;
  }
  .diadiem-main,
  #xemay,
  .lydo-main,
  .tintuc-main,
  .footer-top,
  .feedback-main {
    padding: 30px 0;
  }
  .cuahang-main {
    padding: 15px 0 0;
  }
  .xemay-section ~ .xemay-section {
    margin-top: 30px;
  }
  .box-product-list {
    gap: 15px;
  }
  .box-product {
    width: calc((100% - 30px) / 3);
  }
  .product-detail_slick {
    margin-right: -15px;
  }
  .product-detail_slick .slick-slide {
    margin-right: 15px;
  }
  #header,
  .banner-ab,
  #menu,
  .right {
    display: none;
  }
  #banner .center {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .banner {
    padding: 0;
  }
  #menu-mobile {
    display: block;
  }
  #smenu a {
    font-family: RM;
    color: #fff;
    font-size: 16px;
    margin-left: 5px;
  }
  .left {
    width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .box-sp {
    width: 32%;
    margin: 0px 2% 20px 0px;
  }
  .box-sp:nth-child(3n) {
    margin-right: 0;
  }
  .box-sp:nth-child(3n + 1) {
    clear: both;
  }
  .box-album {
    width: 32%;
    margin: 0px 2% 20px 0px;
  }
  .box-album:nth-child(3n) {
    margin-right: 0;
  }
  .box-album:nth-child(3n + 1) {
    clear: both;
  }
  .box-video {
    width: 32%;
    margin: 0px 2% 20px 0px;
  }
  .box-video:nth-child(3n) {
    margin-right: 0;
  }
  .box-video:nth-child(3n + 1) {
    clear: both;
  }
}
@media (max-width: 768px) {
  .btn-xemay,
  .btn-xemtatca {
    font-size: 13px;
    padding: 0 12px;
    height: 34px;
    line-height: 34px;
  }
  .price-product {
    gap: 5px;
  }
  .xemay-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
  }
  .btn-banner {
    width: 160px;
    height: 34px;
    gap: 5px;
    font-size: 14px;
  }
  .btn-banner img {
    max-width: 14px;
  }
  .banner-content {
    top: 50%;
  }
  .banner-content p {
    margin: 5px 0 15px;
  }
  .diadiem-slick,
  .lydo-slick {
    margin-right: -10px;
  }
  .diadiem-slick .slick-slide,
  .lydo-slick .slick-slide {
    margin-right: 10px;
  }
  .cuahang-main {
    height: auto;
  }
  .cuahang-map {
    display: none !important;
  }
  .cuahang-list {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }
  .cuahang-box {
    width: calc((100% - 15px) / 2);
  }
  .cuahang-box1 {
    align-self: normal;
  }
  .cuahang-box2 {
    align-self: normal;
    margin-top: 0;
  }

  .footer-2,
  .footer-3,
  .footer-4 {
    width: 100%;
  }
  .box-product-list {
    gap: 20px 10px;
  }
  .box-product {
    width: calc((100% - 10px) / 2);
  }
  .product-detail-left,
  .product-detail-right {
    width: 100%;
  }

  .product-detail-image-container {
    flex-direction: column-reverse;
  }

  .product-detail-left > span {
    transform: translateY(-50%);
    top: 50%;
  }

  .product-detail-prev {
    left: -6px;
  }

  .product-detail-next {
    right: -6px;
    bottom: unset;
  }

  .left-pro-detail,
  .right-pro-detail {
    width: 100%;
  }
  .btn-tiktok,
  .btn-zalo,
  .btn-phone,
  #messages-facebook,
  .control-product {
    display: none;
  }
  .fix-toolbar {
    display: block;
  }
  .content iframe {
    width: 100% !important;
    height: 45vh;
  }
  .content img {
    height: inherit !important;
  }

  #footer {
    padding-bottom: 45px;
  }
  .footer-top {
    padding-bottom: 0;
  }

  .copyright,
  .statistic {
    width: 100%;
  }
  .statistic span {
    margin: 0 5px;
  }
  .ft-b .center > div {
    width: 100%;
  }
  .top-contact .article-contact {
    width: 100%;
    margin-bottom: 20px;
  }
  .form-contact {
    width: 100%;
    padding: 20px 15px;
  }
  #top .center > div {
    width: 100%;
  }
  #top #breadcrumb {
    margin-bottom: 0;
  }
  .pic-hot-news,
  .desc-hot-news {
    width: 100%;
  }

  .desc-hot-news {
    padding: 15px;
  }

  .box-hot-news {
    margin-bottom: 25px;
  }

  .news-total-container {
    margin: -8px;
  }

  .boxs-news {
    width: calc(100% / 2);
    padding: 8px;
  }
  .bottom-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .bottom-right:not(.onApp) {
    width: 100%;
  }
  .tintuc-l {
    width: 100%;
    margin-bottom: 20px;
  }
  .tintuc-r {
    width: 100%;
  }
  .left-pro-detail {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
  .right-pro-detail {
    float: none;
    width: 100%;
  }
  .grid-thuvienanh {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 22vh);
  }
  .box-thuvienanh .box-thuvienanh-content {
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
  }
  .item-address-contact {
    width: 100% !important;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .box-sp {
    width: 49%;
    margin: 0px 2% 15px 0px;
  }
  .box-sp:nth-child(2n) {
    margin-right: 0;
  }
  .box-sp:nth-child(2n + 1) {
    clear: both;
  }
  .box-album {
    width: 49%;
    margin: 0px 2% 15px 0px;
  }
  .box-album:nth-child(2n) {
    margin-right: 0;
  }
  .box-album:nth-child(2n + 1) {
    clear: both;
  }
  .box-video {
    width: 49%;
    margin: 0px 2% 15px 0px;
  }
  .box-video:nth-child(2n) {
    margin-right: 0;
  }
  .box-video:nth-child(2n + 1) {
    clear: both;
  }
}
@media (max-width: 576px) {
  .tintuc-item {
    gap: 10px;
  }
  .tintuc-img-small {
    max-width: 160px;
    min-width: 160px;
  }
  .xemay-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 5px;
  }
  .control-feedback,
  .feedback-quote {
    display: none !important;
  }
  .feedbackSwiper .swiper-slide {
    width: 100%;
  }
  .feedbackSwiper .swiper-slide .feedback-item {
    padding: 20px;
  }
  .btn-banner {
    width: 140px;
    height: 28px;
    gap: 5px;
    font-size: 12px;
  }
  .btn-banner img {
    max-width: 12px;
  }
  .banner-content h3,
  .banner-content p {
    max-width: 100%;
  }
  .diadiem-slick,
  .lydo-slick {
    margin-right: -5px;
  }
  .diadiem-slick .slick-slide,
  .lydo-slick .slick-slide {
    margin-right: 5px;
  }
  .cuahang-list {
    flex-wrap: wrap;
  }
  .cuahang-box {
    width: 100%;
  }
  .box-product-list {
    gap: 10px 5px;
  }
  .box-product {
    width: calc((100% - 5px) / 2);
  }
}
@media (max-width: 480px) {
  .logo {
    max-width: 200px;
  }
  .mmenu-ham {
    width: 30px;
  }
  .tintuc-img-small {
    max-width: 140px;
    min-width: 140px;
  }
  .box-sp {
    width: 49%;
    margin: 0px 2% 10px 0px;
  }
  .box-sp:nth-child(2n) {
    margin-right: 0;
  }
  .box-sp:nth-child(2n + 1) {
    clear: both;
  }
  .box-album {
    width: 49%;
    margin: 0px 2% 10px 0px;
  }
  .box-album:nth-child(2n) {
    margin-right: 0;
  }
  .box-album:nth-child(2n + 1) {
    clear: both;
  }
  .box-video {
    width: 49%;
    margin: 0px 2% 10px 0px;
  }
  .box-video:nth-child(2n) {
    margin-right: 0;
  }
  .box-video:nth-child(2n + 1) {
    clear: both;
  }
}
@media (max-width: 374px) {
  .lh-con-l,
  .lh-con-r {
    width: 100%;
    float: none;
    margin: 0px;
    padding: 0px;
  }
  .lh-con-r {
    margin-bottom: 10px;
  }
}
