/* Responsive */

@media (max-width: 1001px) {
  .wrap-content {
    width: 90%;
    max-width: 1200px;
    margin: 0px auto;
  }
  .header .slogantop {
    padding: 5px 0px;
    width: 100%;
  }

  .header {
    position: fixed !important;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 999;
    -webkit-animation: fadeInDown 1.3s ease backwards;
    -moz-animation: fadeInDown 1.3s ease backwards;
    -o-animation: fadeInDown 1.3s ease backwards;
    -ms-animation: fadeInDown 1.3s ease backwards;
    background-color: white;
  }

  .slideshow {
    margin-top: 0px;
  }
  body {
    padding-top: 70px;
  }
  .menu {
    width: 100%;
  }
  .btn-menu {
    display: none;
  }
  .flex-header {
    display: flex;
    gap: 5px;
  }
  .gachxanh {
    height: 70px;
    margin-top: 20px;
  }
  .flex-about {
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
  }
  .article {
    padding: 30px 0px;
  }
  .content-about1 h2 {
    font-size: 50px;
    margin-bottom: 0;
  }
  .content-about1 .welcome {
    max-width: 80%;
  }
  .content-about1 p {
    width: 80%;
    -webkit-line-clamp: 5;
  }
  .content-about {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0;
  }
  .title-about {
    margin-bottom: 20px;
  }
  .title-about h2 {
    font-size: 40px;
  }
  .title-about span {
    font-size: 20px;
  }
  .photo-about {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  .photo2 {
    position: relative;
  }
  .xoaytron {
    top: 0;
    right: 0;
  }
  .tieuchi .wrap-content {
    padding: 20px;
  }
  .tieuchigrid {
    grid-template-columns: repeat(2, 1fr);
  }
  .sanphamgrid {
    grid-template-columns: repeat(2, 1fr);
  }
  .mauchudao {
    display: block;
    font-size: 30px;
  }
  .albumtong {
    display: none;
  }
  .albumgrid {
    margin-top: 20px;
    display: grid;
  }
  .socialalbum {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    justify-content: center;
    margin-top: 20px;
  }
  .dichvu .swiper {
    width: 100%;
    margin-left: 0;
  }
  .dichvutong {
    padding: 50px;
  }
  .camnhan {
    padding: 40px 0px;
    margin-bottom: 20px;
  }
  .camnhan .flex {
    flex-wrap: wrap;
  }
  .camnhan .flex .img {
    margin: auto;
  }
  .camnhan .swiper-navigation {
    width: 60%;
    margin: auto;
  }
  .itemnut {
    height: 45px;
  }
  .tiktok {
    margin-top: 20px;
  }
  .tiktok .wrap-content {
    padding: 30px 0px;
  }
  .tiktok-embed iframe {
    max-height: auto;
  }
  .form {
    margin-bottom: 30px;
  }
  .form .wrap-content {
    padding: 40px;
  }
  .form .formtong {
    padding: 20px;
  }
  .feedbacktong {
    width: 100%;
  }
  .video {
    width: 100%;
  }

  /* .tieuchi .swiper {
    display: none;
  } */

  .album {
    padding: 60px 0px;
  }
  .banner-fixed {
    height: 600px;
    background-size: 140% 100%;
  }
  .banggia {
    padding: 60px 0px;
  }
  .banggia .f-flipbook {
    display: none;
  }
  .banggia .swiper {
    display: block;
  }
  .banggiatong img {
    cursor: pointer;
  }

  .tintuctong {
    padding: 12px 12px 140px;
  }
  .danhgia-info {
    width: 100%;
    padding: 10px 15px;
  }

  .headertop {
    display: none;
  }
  .header .flex {
    gap: 20px;
  }

  .socialheader2 {
    display: flex;
  }
  #hamburger {
    display: block;
    /* margin: auto; */
    width: 5%;
  }
  .tencongty {
    font-size: 40px;
    margin: auto;
  }
  .tencongty h5 {
    margin-bottom: 0;
  }
  .diachitop {
    display: none;
  }
  .hotlinetop {
    gap: 10px;
  }
  .wrap-content .logo-header {
    /* display: none; */
    width: 80% !important;
    display: flex;
    justify-content: center;
    display: none;
  }
  .logo-header {
    width: auto !important;
  }
  .wrap-content .logo-headernone {
    width: fit-content;
    margin-top: 0;
    display: flex;
    justify-content: center;
    margin: auto;
  }
  .wrap-content .logo-headernone img {
    width: 120px;
  }
  .search2 {
    display: block;
  }
  .search2 input {
    width: 170px;
  }

  .hotlinemenu2 {
    display: flex;
    padding: 10px 30px;
  }
  .gachmenu {
    display: block;
    margin: 0px 15px;
  }
  .header-translate2 {
    display: flex;
  }
  .header-translate2-wrapper {
    position: relative;
    display: inline-block;
  }

  .dropdown-menu {
    position: absolute;
    top: 25px;
    left: 0;
    background: #efefef;
    border: 1px solid #ccc;
    padding: 5px;
    z-index: 1000;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    min-width: fit-content;
  }

  .dropdown-lang {
    width: 24px;
    height: 17px;
    background-size: cover;
    cursor: pointer;
    transition: transform 0.2s;
    margin: auto;
  }
  .dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
  }

  .flag-icon {
    width: 24px;
    height: 17px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #ccc;
  }

  .socialtopnone {
    display: flex;
  }
  .search-menu {
    width: 40%;
  }
  .flex-header .search-menu input {
    height: 40px !important;
  }
  .search-menu p {
    font-size: 16px;
    padding: 8px 20px 10px 20px;
  }
  .search-menu p i {
    font-size: 16px;
    margin-left: 2px;
  }

  .menu-mobile ul li a img {
    background-color: var(--color-main);
    width: 22px !important;
  }
  .menu-mobile .mxhheader {
    width: 100%;
    background-color: #5f2d08;
    padding: 10px;
  }
  .social {
    justify-content: start !important;
  }
  .menu-head {
    display: none;
  }
  .wrap-menu {
    display: none;
  }

  .grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-news {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  .grid-newsalbum {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .grid-newsdv {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .grid-product {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .grid-newstt {
    grid-template-columns: repeat(2, 1fr);
  }
  .socialalbumtong p {
    width: fit-content;
  }
  /* .cart-head {
    font-size: 12px;
    gap: 10px;
  }
  .cart-head .count-cart {
    right: 50%;
    left: 30%;
    transform: translateX(-50%);
    width: 22px;
    height: 22px;
  } */
  .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%;
  }

  /* footer */
  footer {
    padding: 30px 0px 20px;
  }
  .footertong {
    flex-wrap: wrap;
    gap: 20px;
  }
  .footer1 {
    width: 100%;
  }
  .footer2 {
    width: 100%;
    margin-top: 0;
  }
  .footer2 .flex {
    flex-wrap: wrap;
    gap: 20px;
  }

  .footer3 {
    width: 100%;
    margin-top: 0;
  }
  .footer4 {
    width: 100%;
  }
  .fanpage {
    justify-content: start;
  }

  .title-detail h1 {
    font-size: 30px;
  }
  .copyright .flex {
    text-align: center;
  }
  .copyright p {
    width: 100%;
  }
  .statistic {
    width: 100%;
  }

  /* .filter {
    display: block;
  } */
}

@media (max-width: 850px) {
  .header .wrap-content .flex-header .search {
    width: 60%;
  }
  .search-menu {
    width: 60%;
  }
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  /* ///// */
  .flex-header .mxhheader {
    display: none;
  }
  .flex-header .mxhheader .social {
    display: none;
  }

  .offcanvas-body .menu-mobile .mxhheader {
    display: block;
  }
  .tintuc-main {
    display: block;
  }
  .news-left {
    width: 100%;
  }
  .news-right {
    width: 100%;
    margin-top: 30px;
    padding: 10px;
  }

  /* footer */
}
@media (max-width: 769px) {
  .dichvu .mauchudao {
    font-size: 35px;
  }
  .dichvutong h5 {
    font-size: 20px;
    padding: 10px 0px 5px 0px;
  }
  .tencongty {
    font-size: 25px;
  }
  .search2 input {
    width: 150px;
  }
  .search2 label {
    padding: 5px 10px 0px 0px;
  }
  .wrap-content .flex-header .logo-headernone {
    margin-left: 10px;
  }
  .photo-about h2 {
    font-size: 60px;
  }
  .tintuctong {
    padding: 12px 12px 80px;
  }
  .tintuc-info span {
    width: 85%;
    margin: auto;
  }
  .form .row {
    margin-bottom: 0 !important;
  }
  .col-sm-4 {
    width: 100%;
    margin-bottom: 10px;
  }
  .col-sm-6 {
    width: 100%;
    margin-bottom: 0px;
  }
  .form .noidung {
    width: 100%;
  }
  .col-sm-8 {
    width: 100%;
    margin-bottom: 10px;
  }
  .title-cat-main {
    gap: 15px;
  }
  .title-cat-main span {
    padding: 8px 15px;
  }
  .header .wrap-content .flex-header .search {
    width: 60%;
  }
  .grid-newssp {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  /* ***** */
  .gutter-x-20 {
    --bs-gutter-x: 10px;
  }
  .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 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .grid-news {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  .grid-newstt {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-newsalbum {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  /* footer */
  footer h5 {
    font-size: 40px;
  }
  .footer1 {
    width: 100%;
  }
  .footer2 {
    width: 100%;
  }
}

@media (max-width: 670px) {
  .wrap-content .flex-header .logo-headernone {
    margin-left: 0;
  }
  .anhslidechung {
    flex-wrap: wrap;
  }
  .photo-about {
    width: 100%;
  }
  .flex-powered {
    display: block;
    text-align: center;
  }
  .flex-product-main .right-product .d-flex {
    display: block !important;
  }
  .copyright .flex {
    justify-content: center !important;
  }
}
@media (max-width: 600px) {
  .gachxanh {
    height: 50px;
    margin-top: 30px;
  }
  #hamburger {
    width: 7%;
  }
  .search input {
    width: 100px;
  }
  .hotlinetop p {
    display: none;
  }
  .slogantop p {
    font-size: 14px;
  }
  .wrap-content .logo-headernone img {
    width: 100px;
  }
  .tencongty {
    font-size: 20px;
  }
  .search2 input {
    width: 120px;
  }
  .gachmenu {
    margin: 0px 7px 0px 2px;
  }
  .slogantop {
    width: 50%;
  }
  .marquee-text {
    display: inline-block;
    animation: marquee 15s linear infinite; /* Thời gian và kiểu hoạt ảnh */
  }
  .menu-show ul {
    padding: 10px 0px 0px 0px;
  }
  .menu-show ul li {
    padding: 10px 30px 0px 0px;
  }
  .tenchudao {
    font-size: 40px;
  }
  .product .lienheproduct a p {
    font-size: 13px;
  }
  .product .lienheproduct a p span {
    font-size: 15px;
  }
  .dichvu .swiper-slide {
    background-color: var(--color-main) !important;
  }
  .camnhanflex {
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px;
  }
  .camnhan-info {
    width: 100%;
    text-align: center;
  }
  .camnhan-info p {
    -webkit-line-clamp: 3;
  }
  .banggia {
    padding: 30px 0px;
  }
  .banggia .swiper {
    padding: 35px 25px;
  }
  .tintuc {
    padding: 40px 0px;
  }
  .tintuctong {
    padding: 12px 12px 150px;
  }
  .tintuc-info span {
    width: 100%;
  }
  .feedback {
    padding: 40px 0px;
  }
  .feedbackflex {
    flex-wrap: wrap;
  }
  .feedback-img {
    margin: auto;
  }
  .feedback-info {
    width: 100%;
    text-align: center;
  }
  .feedback-info p {
    margin-top: 15px;
  }

  .video {
    padding: 40px 0px 20px;
  }
  .form .wrap-content {
    padding: 25px;
  }
  .banner-fixed {
    height: 300px;
    background-size: 160% 100%;
  }
  .album {
    padding: 30px 0px;
  }

  .dichvu {
    padding: 30px 0px 0px;
  }
  .menuquan .title-list-main span {
    padding: 10px 10px 10px 30px;
    font-size: 16px;
  }
  .product .name-product .text-split {
    font-size: 16px;
  }
  .sanpham {
    padding: 30px 0px;
  }
  .sanphamgrid {
    gap: 15px;
  }

  .title-detail h1 {
    font-size: 26px;
  }

  .col-sm-6 {
    width: 100%;
  }

  .wrap-content .flex-header .logo-headernone {
    margin-left: 0;
    width: 70% !important;
  }

  .tudongchay {
    animation: moveBackground 40s linear infinite;
  }
  .grid-news {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .grid-newsdv {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .grid-newstt {
    grid-template-columns: repeat(1, 1fr);
  }
  .search-menu {
    width: 80%;
  }

  .product .price-old {
    margin: 0;
  }
  .product .price-old {
    padding: 1px 10px;
  }
  .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 575px) {
  .flex-sm-fill {
    display: flex !important;
    flex: 1 1 auto !important;
    justify-content: center;
  }
}
@media (max-width: 500px) {
  .photo-about h2 {
    font-size: 40px;
  }
  .tintuctong {
    padding: 12px 12px 120px;
  }
  .header .wrap-content .flex-header .search {
    width: 82%;
  }
  .cart-head {
    gap: 5px;
  }
  /* .header .wrap-content {
    width: 95%;
  } */
  .search-menu {
    width: 90%;
  }
  .product h4 p {
    width: 95%;
  }
  footer h5 {
    font-size: 25px;
  }

  /* ////// */
}
@media (max-width: 369px) {
}
