/* Responsive */
@media (max-width: 1024px) {
  #hamburger {
    display: block;
    z-index: 999;
  }

  .menu-head {
    display: none;
  }

  .wrap-menu {
    display: inline-block;
    background: var(--color-main);
    width: 100%;
    opacity: 1;
    padding: 10px 0px;
  }

  .desc-news {
    font-size: 15px;
  }

  .cart-head {
    padding: 5px;
    font-size: 12px;
  }

  .flex-product-main {
    display: block;
  }

  .flex-product-main .left-product {
    position: fixed;
    z-index: 999;
    top: 0px;
    left: 0px;
    transform: translateX(-250px);
    bottom: 0px;
    overflow-x: hidden;
    background: #fff;
    box-shadow: 0px 0px 5px #000;
    transition: all 0.5s;
  }

  .flex-product-main .left-product.show {
    transform: translateX(0px);
  }

  .flex-product-main .right-product {
    width: 100%;
  }

  .grid-product {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .filter {
    display: block;
  }

  /* =============================== */
  .cart-pro-detail a {
    width: 100%;
  }

  .cart-pro-detail {
    flex-wrap: wrap;
    gap: 5px;
  }

  .content-product-info {
    padding: 20px 0px;
  }

  .top-header {
    display: none;
  }

  .bg_about {
    overflow: hidden;
    padding: 30px 0px;
  }

  .bg_tieuchi {
    overflow: hidden;
  }

  .bg_pronb {
    overflow: hidden;
  }

  .wrap-album {
    overflow: hidden;
    padding: 30px 0px;
  }

  .bg_feedback {
    padding: 30px 0px 0px;
    overflow: hidden;
  }

  .bg_contact {
    overflow: hidden;
    padding: 30px 0px;
  }

  .bg_news {
    overflow: hidden;
    padding: 30px 0px;
  }

  .wrap-menu .menu {
    display: none;
  }

  .title-about p {
    padding-left: 0;
  }

  .content-about:before {
    display: none;
  }

  .title-about h2 {
    margin-bottom: 30px;
    font-size: 34px;
  }

  .btn_more_intro {
    left: 0;
  }

  .btn_more_intro a {
    padding: 10px;
  }

  .bg_tieuchi::before {
    display: none;
  }

  .banner-tieuchi {
    margin-top: 30px;
    position: unset;
  }

  .title-pronb-1::before {
    display: none;
  }

  .bg_pronb {
    padding: 30px 0px;
  }

  .wrap-album::after {
    display: none;
  }

  .fanpage_feedback {
    position: unset;
  }

  .right_img_feedback {
    opacity: 1;
  }

  .left_img_feedback {
    order: 2;
  }

  .title_feedback_index h2 {
    font-size: 35px;
    word-spacing: 0px;
  }

  .title-main span {
    font-size: 30px;
  }

  .title-main2 {
    padding: 0px;
  }

  .title-news h2 {
    font-size: 35px;
    text-align: center;
    word-spacing: 0px;
  }

  .box-newsi {
    flex-wrap: wrap;
  }

  .image-newsi {
    width: 100%;
  }

  .info-newsi {
    width: 100%;
  }

  .box-news-2 .image-newsi {
    width: 100%;
  }

  .img.image-newsi {
    margin-right: 0px;
  }

  .txt-fb::before {
    display: none;
  }

  .txt-fb {
    height: 100%;
  }

  .gd_pc {
    display: none !important;
  }

  .gd_mb {
    display: block !important;
  }

  .title_album h2 {
    text-align: center;
    font-family: "mtd";
    font-size: 30px;
    word-spacing: 0px;
    text-transform: capitalize;
    color: white;
  }

  .title_album {
    margin-bottom: 30px;
  }

  .all_news_index {
    display: none;
  }

  .list_news_index {
    margin-bottom: 30px;
  }

  .bg_footer {
    background: #fcf2e9;
    padding: 30px;
    margin-bottom: 10px;
  }

  .social-header {
    justify-content: center;
  }

  .title-footer-index1 {
    font-size: 30px;
  }

  .info-footer:before {
    display: none;
  }

  .info-footer::after {
    display: none;
  }

  .copyright {
    text-align: center;
  }

  /* =========== */
  .slide_banner {
    width: 100%;
  }

  .slideshow,
  .slider_img {
    width: 100%;
  }

  .row-pro-cat {
    width: 100%;
    flex-wrap: wrap;
  }

  .left-pro-cat {
    width: 100%;
  }

  .right-pro-cat {
    width: 100%;
  }

  .banner-prolist {
    display: none;
  }

  .logo-header img {
    width: 60px;
  }

  .title-pronb {
    font-size: 20px;
  }

  .all-flex-tab-product {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }

  .box-tab-pronb .flex {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0px;
  }

  .box-tab-pronb .nav-pills .nav-link {
    padding: 0px 5px;
    font-size: 11px;
  }

  .all-title-pronb {
    padding: 15px 0px;
  }

  .box-title-nb {
    margin-bottom: 6px;
    width: 100%;
    text-align: center;
  }

  .box-tab-pronb .nav {
    margin-bottom: 10px;
  }

  .view-more-pro-1 a {
    font-size: 11px;
    padding: 5px 10px;
  }

  .view-more-pro-2 a {
    font-size: 11px;
    padding: 5px 10px;
  }

  .name-brand {
    font-size: 12px;
    margin-bottom: 0px;
  }

  .product .name-product a {
    font-size: 13px;
  }

  .product .price-new {
    font-size: 14px;
  }

  .product {
    padding: 5px;
    margin: 0px;
  }

  .title-product-danhmuc span {
    font-size: 20px;
  }

  .title-product-danhmuc {
    margin-bottom: 10px !important;
  }

  .title-cat-main span {
    padding: 12px;
  }

  .title-cat-main span:hover:before,
  .title-cat-main span.active:before {
    display: none;
  }

  .img-danhmuc img {
    margin: 0 auto;
  }

  .all-wrap-feedback {
    padding: 15px;
  }

  .title-feedback {
    font-size: 24px;
    margin-bottom: 5px;
  }

  .title-feedback2 {
    font-size: 14px;
  }

  .title-facebook2 {
    font-size: 20px;
  }

  .list-social {
    justify-content: center;
  }

  .flex-powered {
    flex-wrap: wrap;
    justify-content: center;
  }

  .flex-add-btn-pro {
    flex-wrap: wrap;
  }

  .view-more-pro-1,
  .view-more-pro-2 {
    width: 100%;
    text-align: center;
  }

  .view-more-pro-1 {
    margin-bottom: 5px;
  }

  .tag-pronb {
    display: none;
  }

  .product .price-product {
    margin-bottom: 0px;
  }

  .fix_head .all-header-top {
    display: block;
  }

  .header {
    background: #f9f9f9;
  }

  .fix_head .slide-header {
    display: none;
  }

  .box-title-nb .flex {
    justify-content: center;
  }

  .box-tab-pronb .flex {
    align-items: center;
  }

  .box-tab-pronb ul {
    margin-bottom: 0px !important;
  }

  .left-facebook {
    width: 100%;
  }

  .right-facebook {
    width: 100%;
  }

  .flex-news {
    flex-wrap: wrap;
  }

  .flex-box-news {
    flex-wrap: wrap;
  }

  .img-news-index {
    width: 100%;
  }

  .all-txt-news-index {
    width: 100%;
    text-align: left;
  }

  .date-news-index {
    justify-content: start;
  }

  .title-detail h1 {
    font-size: 30px;
    color: #d1788c;
  }
}

@media (max-width: 850px) {
  .news-left {
    width: 100%;
  }

  .news-right {
    width: 100%;
    margin-top: 30px;
    padding: 10px;
  }
}

@media (max-width: 769px) {
  .gutter-x-20 {
    --bs-gutter-x: 10px;
  }

  .flex-about {
    flex-wrap: wrap;
  }

  .content-about {
    width: 100%;
  }

  .photo-about {
    margin-top: 20px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .flex-video {
    flex-wrap: wrap;
  }

  .wr-video {
    width: 100%;
  }

  .wr-form {
    width: 100%;
    margin-top: 20px;
  }

  .item-news {
    padding: 5px;
  }

  .ds-news h3 {
    font-size: 14px;
  }

  .text-cart {
    display: none;
  }

  .grid-pro-detail {
    display: block;
  }

  .grid-pro-detail .left-pro-detail {
    width: 100%;
    padding: 0px;
    border-right: none;
  }

  .slick_photo1 {
    text-align: center;
  }

  .grid-pro-detail .right-pro-detail {
    width: 100%;
  }

  .grid-product,
  .grid-news {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .info-footer .flex-footer {
    display: block;
  }

  .box-footer {
    width: 100% !important;
    margin-top: 20px;
    text-align: center;
  }

  /* =============================== */
  .top-header {
    display: none;
  }

  .bg_about {
    overflow: hidden;
    padding: 30px 0px;
  }

  .bg_tieuchi {
    overflow: hidden;
  }

  .bg_pronb {
    overflow: hidden;
  }

  .wrap-album {
    overflow: hidden;
    padding: 30px 0px;
  }

  .bg_feedback {
    padding: 30px 0px 0px;
    overflow: hidden;
  }

  .bg_contact {
    overflow: hidden;
    padding: 30px 0px;
  }

  .bg_news {
    overflow: hidden;
    padding: 30px 0px;
  }

  .wrap-menu .menu {
    display: none;
  }

  .title-about p {
    padding-left: 0;
  }

  .content-about:before {
    display: none;
  }

  .title-about h2 {
    margin-bottom: 30px;
    font-size: 34px;
  }

  .btn_more_intro {
    left: 0;
  }

  .btn_more_intro a {
    padding: 10px;
  }

  .bg_tieuchi::before {
    display: none;
  }

  .banner-tieuchi {
    margin-top: 30px;
    position: unset;
  }

  .title-pronb-1::before {
    display: none;
  }

  .bg_pronb {
    padding: 30px 0px;
  }

  .wrap-album::after {
    display: none;
  }

  .fanpage_feedback {
    position: unset;
  }

  .right_img_feedback {
    opacity: 1;
  }

  .left_img_feedback {
    order: 2;
  }

  .title_feedback_index h2 {
    font-size: 35px;
    word-spacing: 0px;
  }

  .title-main span {
    font-size: 30px;
  }

  .title-main2 {
    padding: 0px;
  }

  .title-news h2 {
    font-size: 35px;
    text-align: center;
    word-spacing: 0px;
  }

  .box-newsi {
    flex-wrap: wrap;
  }

  .image-newsi {
    width: 100%;
  }

  .info-newsi {
    width: 100%;
  }

  .box-news-2 .image-newsi {
    width: 100%;
  }

  .img.image-newsi {
    margin-right: 0px;
  }

  .txt-fb::before {
    display: none;
  }

  .txt-fb {
    height: 100%;
  }

  .gd_pc {
    display: none !important;
  }

  .gd_mb {
    display: block !important;
  }

  .title_album h2 {
    text-align: center;
    font-family: "mtd";
    font-size: 30px;
    word-spacing: 0px;
    text-transform: capitalize;
    color: white;
  }

  .title_album {
    margin-bottom: 30px;
  }

  .all_news_index {
    display: none;
  }

  .list_news_index {
    margin-bottom: 30px;
  }

  .bg_footer {
    background: #fcf2e9;
    padding: 30px;
    margin-bottom: 10px;
  }

  .social-header {
    justify-content: center;
  }

  .title-footer-index1 {
    font-size: 30px;
  }

  .info-footer:before {
    display: none;
  }

  .info-footer::after {
    display: none;
  }

  .copyright {
    text-align: center;
    margin-bottom: 10px !important;
  }
}


@media (max-width: 376px) {

  .grid-product {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .title-content-detail {
    text-align: center;
    font-size: 20px;
  }

  .grid-news {
    grid-template-columns: repeat(1, 1fr);
  }

  .footer-powered {
    margin-bottom: 0px;
  }

  .item-news h3 {
    color: var(--color-main);
    font-size: 15px;
  }

  .statistic {
    text-align: center;
  }
}