@media (min-width: 768px) {
  .menu_mobi,.menu_mobi_add{display: none;}
}
@media (max-width: 1199px) {
  .wrap-field .field-top .info-field{text-align: center;}
  .info-field__title{justify-content: center;}
  .logo-head{margin:0 auto;}
  .header .wrap-content{}
  .menu {
    /* display: none; */
  }

  .menu-res {
    display: block;
  }
  .hidden-1200{display: none;}
  .head-bottom{position: sticky;top:0;}
  .header{border:none;position: relative;}
  .mm-panel{}
  .mm-navbar_sticky{}
  .icon_menu_mobi{margin:0px;}
  .menu_mobi {color: var(--bgmainhv);font-size: 18px;text-decoration: none;/* padding: 0px 10px; */display: none;/* height: 40px; */cursor: pointer;background: #fff;position: sticky;top: 0px;z-index: 999;}
  .menu_mobi_add {display:block;position: fixed;left: -100%;top: 0;background: #f3f3f3;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: #000;display: block;border-bottom: 1px solid rgba(0,0,0,0.1);padding: 10px 40px 10px 0;padding-left: 12px;font-size: 14px;position: relative;text-transform: uppercase;text-align: left;}
  .menu_mobi_add ul li a.active2 {color: #000;font-weight: bold;}
  .menu_mobi_add ul li a i{position:absolute;/* height:100%; */right:0;top: 0px;bottom: 0px;border-bottom: 1px solid rgba(255,255,255,0.1);width: 41px;text-align:center;padding-top: 9px;/* transform:rotate(90deg); */border-left: 1px solid rgba(0,0,0,0.1);color: #6e6e6e;}
  .menu_mobi_add ul li a.active2 i{transform: rotate(-90deg);border-top: 1px solid rgba(0,0,0,0.1);border-left: none;}
  .menu_mobi_add ul ul {display:none;padding-left: 0;}
  .menu_mobi_add ul li ul li a {padding-left: 20px;color: #000;}
  .menu_mobi_add ul li ul li a img{display: none;}
  .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: #fff;width: 30px;text-align: center;line-height: 30px;cursor: pointer;color: var(--color-main);border-radius: 50%;}   
  .menu_baophu{margin:0;}
  .menu_baophu {background: #000;opacity: 0.8;z-index: 998;left: 0px;top: 0px;position: fixed;width: 100%;height: 100%;display: none;}
  
  #hamburger {display: block;width: 40px;height: 33px;position: relative;padding: 6px;/* border: 1px solid #000; */}
  #hamburger:before,#hamburger:after,#hamburger span {background: var(--bgbtntienich);content: '';display: block;width: 75%;height: 1px;position: absolute;left: 0px;right: 0;margin: 0 auto;}
  #hamburger:before {top: 8px;}
  #hamburger span {top: 16px;}
  #hamburger:after {top: 24px;}
  #hamburger:before,#hamburger:after,#hamburger span {-webkit-transition: none 0.5s ease 0.5s;transition: none 0.5s ease 0.5s;-webkit-transition-property: transform,top,bottom,left,opacity;transition-property: transform,top,bottom,left,opacity;}
  .info-head i{font-size: 22px;}
  .info-head {
      margin: 0;
      display: inline-flex;
      justify-content: start;
      align-items: center;
      gap: 5px;
      color: #fff;
      font-size: 21px;
      font-weight: bold;
  }
}
@media (max-width: 1024px) {
  .hidden-1024{display: none;}
}
@media (max-width: 1024px) {
  .yep {
    position: absolute;
    top: 0px;
    left: -6px;
    width: 30px;
    height: 50px;
    opacity: 0;
  }
  .check-toolbar { display: none; position: fixed; right: 30px; bottom: 100px; width: 18px; height: 50px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; z-index: 99; }
  .check-toolbar label { position: absolute; bottom: 0; left: 6px; width: 6px; height: 50px; border-radius: 32px; background: linear-gradient(to bottom, #b3b3b3, #e6e6e6); cursor: pointer; transition: all 0.3s ease; opacity: 0.7; box-shadow: 0 0 5px #ccc; }
  .check-toolbar label:after { content: ''; position: absolute; bottom: 1px; left: -3px; width: 12px; height: 20px; border-radius: 3px; background-color: #fff; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); transition: all 0.3s ease; }
  .check-toolbar input[type="checkbox"]:checked + label {background: var(--background-static);opacity: 1;}
  .check-toolbar input[type="checkbox"]:checked + label:after { transform: translateY(-29px); }
  .check-toolbar label:hover { background: linear-gradient(to bottom, #b3b3b3, #e6e6e6); }
  .check-toolbar label:hover:after { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }

  .hidden-toolbar { padding-top: 0px; transition: 0.7s; }
  .hidden-toolbar .toolbar { transform: translateY(120%); transition: 0.7s; }
  .hidden-toolbar .head { transform: translateY(-120%) !important; transition: 0.7s; }
  .show-toolbar .toolbar { transform: translateY(0); transition: 0.7s; }
  .check-toolbar {/* display: block; */}
  .contact-input{
    margin-bottom: 15px;
  }
  .flex-cus,
  .row-video, .row-20 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .mg-cus,
  .mg-video, .col-20 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .content-text img {
    height: auto !important;
  }

  .padding-top-bottom {
    padding: 2rem 0;
  }

  .pad-top {
    padding-top: 2rem;
  }

  .pad-bottom {
    padding-bottom: 2rem;
  }

  .mg-top {
    margin-top: 2rem;
  }

  .mg-bottom {
    margin-bottom: 2rem;
  }

  .title-detail-main {
    font-size: 20px;
  }

  .cart-fixed {
    bottom: 220px;
  }

  .btn-frame {
    /* display: none; */
  }

  .cart-pro-detail {
    width: 100%;
    margin-top: 10px;
  }

  .pad-bottom {
    padding-bottom: 2rem !important;
  }

  .pad-top {
    padding-top: 2rem !important;
  }

  .padding-top-bottom {
    /* padding: 2rem 0 !important; */
  }

  

  .product-tool {
    opacity: 1;
    visibility: visible;
    position: initial;
  }

  .product-tool a span {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  
}
@media only screen and (max-width: 991px) {
  .row-product-list {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px 10px;
    }
  .row-product{
      grid-template-columns: repeat(2, 1fr);
      gap: 10px;
  }
  .wrap-why .why-item .why-item_img{display: none;}
  .cover-why{margin-top:0px;}
  .wrap-why .why-item{margin: 1rem calc(var(--bs-gutter-x) * -.5) 2rem;text-align: left;}
  .wrap-why .why-item .why-item_text{margin:0.3rem 0px;}
  /*
  .menu {
    display: none;
  }
    */
  .menu-res {
    display: block;
  }
  .top-cart {
    margin-bottom: 2rem;
  }
  .othernews{
    position: initial;
  }
  .footer-title:after {
    width: 100%;
  }

  #fanpage-facebook {
    width: 300px;
    overflow: hidden;
    margin: auto;
  }

  .footer-news:nth-child(4) {
    width: 100%;
  }

  .footer-news:nth-child(3) {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-news:nth-child(2) {
    width: 100%;
    margin: 20px 0;
  }

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

  .time-news {
    display: none;
  }

  .copyright,
  .statistic {
    width: 100%;
    text-align: center;
  }

  .footer-ul li {
    width: calc(100% / 2 - 5px);
  }

  .footer-ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .procart-label .quantity-procart p:first-child {
    display: block;
  }
  .procart-label .quantity-procart p:last-child {
    display: none;
  }
  
}
@media only screen and (max-width: 767px) {
  .product-list-item-hotline{
    font-size: 14px;
  }
  .product-list-item-hotline span{
    
  }
  .menu_mobi, .menu_mobi_add {
    display: block;
    /* flex-wrap: wrap; */
    /* align-content: space-between; */
  }
  .grid-pro-detail {
      margin-bottom: 0rem;
  }
  .tabs-pro-detail {
      margin-top: 1rem;
  }
  .tabs-pro-detail .tab-content{
    padding: 10px 0 !important;
  }
  .title-home h3{
		font-size:24px;
	}
	.title-home p{
		font-size:14px;	
	}
	.title-home span{
		
	}
	.title-home img{
		max-height:50px;
	}
  .about_left {
		display:block;
		padding: 0;
	}
	.photo-about1{
		margin: 0;
	}
	.photo-about2{
		margin: 5px 0;
		position: relative;
		left: 0;
		bottom: 0;
		box-shadow: none;
	}
	.photo-about3{
		
	}
	.about_left img {
		width:-webkit-fill-available;
	}
	#video-fotorama{
		margin:20px 0 0;
	}
	.fotorama__stage{
		height:400px !important;
	}
	.fotorama__nav-wrap{
		padding:10px;
	}
	.logoft{
		width:100%;
		text-align:center;
	}
	.line-footer{
		height: 1px;
		width: 100%;
	}
	.mangxahoi_footer div{
		width: 100%;
		text-align: center;
	}
	.mangxahoi_footer span{
		display:none;
	}
      .media_left, .media_right, .about_left {
        width: 100%;
        padding: 5px 0;
    }
.about_right{
    width: 100%;
        padding: 10px;
  }
  .about-text1{
    font: 36px var(--fontUTMBeautifulCaps);
}
.about-text23{
    font: 35px var(--fontFzPoppinsBold);
}
 
      .padding {
        padding: 10px 0;
    }
  .row-product-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px 10px;
    }
  .menu_mega_in{
    /* display:none; */
  }
  .row-product{
      grid-template-columns: repeat(2, 1fr);
      gap: 10px;
  }
  .why-row {
	    grid-template-columns: repeat(1, 1fr);
	    gap: 20px 0;
	}
	.whyStatic-text12,
	.whyStatic-text34,
	.whyStatic-text5{
		font-size:30px;
	}
	.whys-item{
		padding:20px 14px;
	}
	.why-left,.why-right{
		width:100%;
		padding: 0;
	}
	.whys-name span{
		font-size:16px;
	}
	.whys-name p{
		font-size:14px;
	}
      .footer1, .footer2, .footer3, .footer4 {
        width: 100%;
        padding: 5px;
    }
	.header{
		display:none;
	}
	.scrollToTop, #messages-facebook {
        /* display: none !important; */
    }
  .content-detail iframe{max-width: 100% !important;height: 250px;}
  .footer{padding-bottom: 3rem;}
  ul.social-top{display: flex;align-items: center;justify-content: center;margin: 0px !important;}
  .control-owl.control-dev button.owl-next{right:-10px;}
  .control-owl.control-dev button.owl-prev{left:-10px;}
  .wrap-form-phone{margin-bottom: 2rem;}
  .icon_play{max-width: 50px;}
  .camket-pro-detail{margin-top:2rem;}
  .time-newshome{margin-bottom: 5px;}
  .news-slick h3 a.name-newshome{font-size: 15px;}
  .news-slick .img{width: 150px;}
  .news-slick{min-height: 110px;}
  .title-main span{font-size: 30px;}
  .box-product-in{margin-bottom: 15px;}
  .cover-info-product-in{
    width: calc(100% - 30px);
    margin-top: 10px;
}
  .name-product-in{
    font-size: 18px;
    margin-bottom: 10px;
}
  .price-product-in{
    font-size: 14px;
}
  .price-product-in span{
    font-size: 14px;
}
  .price-product-in span{}
  .cover-chungchi{padding:1.5rem;}
  .criteria-items .criteria-items__content div{font-size: 25px;}
  .criteria-items .criteria-items__content h3{font-size: 15px;}
  .footer-copyright,.footer-statistic{text-align: center;margin:2px 0px;}
  
  .item-video1 img {
    height: 250px;
  }

  .right-intro {
    width: 100%;
  }

  .left-intro {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .left-pro-detail,
  .right-pro-detail {
    width: 100%;
    margin: 0px;
  }

  .left-pro-detail,
  .top-contact .article-contact {
    margin-bottom: 30px;
  }

  .pic-news {
  width: 40%;
  }
  .info-news{
    width: 60%;
    padding-left: 10px;
  }
  .name-news{
    font-size: 15px;
  }
  .desc-news.text-split{
    -webkit-line-clamp:2;
  }
  .formdatlichfollowus {
    display: block;
 }
  .wrap-content-menu{
    padding: 0;
  }
  .wrap-menu-home::before{
    display:none;
  }
  .wrap-menu-home{
    padding: 30px 0;
  }
  .title-main-menu{
    position: relative;
    top: -30px;
    width: 140px;
    height: 70px;
    margin: 0 auto;
    left: 0;
  }
  .bamdexemmenu {
    position: relative;
    display: none;
  }
  .bamdexemmenu a{
    
  }
  .wrap-product {
    padding: 15px 0;
  }
  .title-album{
    font-size:40px;
  }
  .price-product{
    width:100%
  }
  .box-khonggian-home {
      grid-template-columns: 1fr;
  }
  .section-albumhome{
    padding: 20px 0;
  }
  .header-right{
    display:none;
  }
  .progress-wrap.active-progress{
    /* display:none; */
  }
  .formdatlich-title span{
    font-size: 28px;
  }
  .section-sanphamHome .wrap-content{
    width: 100%;
  }
  .dichvu-item-name a{
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .name-procart a {
    font-size: 13px;
  }
  .procart-label {
    font-size: 13px;
  }
  .toast-cus{
    left: 5px;
    width: calc(100% - 10px);
  }
  .box-readmore {
    width: calc(100% - 5px);
  }
  .newshome-scroll {
    width: 100%;
  }

  .newshome-intro {
    width: 100%;
    margin-bottom: 20px;
  }

  .top-contact .form-contact .button-contact .file-contact span b {
    max-width: 105px;
  }

  .cart-pro-detail {
    /* flex-wrap: wrap; */
  }

  .cart-pro-detail a {
    /* width: 100%; */
    /* text-align: center; */
    /* margin: 0px !important; */
  }

  .cart-pro-detail a:first-child {
    /* margin-bottom: 5px !important; */
  }
}

@media (min-width: 1200px){
  .hidden-xl{display: none !important;}
}
@media (min-width: 992px)  and (max-width: 1199px){
  .hidden-lg{display: none !important;}
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md{display: none !important;}
}
@media (min-width: 576px) and (max-width: 767px) {
  .hidden-sm{display: none !important;}
}
@media (max-width: 575px) {
  .hidden-xs{display: none !important;}
}
@media (max-width: 767px) {
  .title-anhi{
      font-size: 22px;
      margin: 0 0 10px 0;
  }
}
@media(max-width:1001px) {
  .toolbar { display: block; }
  .scrollToTop, #messages-facebook {/* display: none !important; */}
}
@media (max-width: 800px) {
  .section-cacdongruoungoai .products-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
  }
}

@media (max-width: 768px) {
  .section-cacdongruoungoai {
    padding: 40px 0;
  }

  .section-cacdongruoungoai .title-section {
      font-size: 32px;
  }
  
  /* Giữ 2 cột khi <= 768px */
  .section-cacdongruoungoai .products-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 15px;
  }
  
  /* Nhỏ dần hình ảnh và nội dung */
  .section-cacdongruoungoai .product-item {
      border-width: 1.5px;
  }
  
  .section-cacdongruoungoai .product-photo {
      padding: 8px;
  }
  
  .section-cacdongruoungoai .product-photo img {
      object-fit: contain;
  }
  
  .section-cacdongruoungoai .product-info {
      padding: 8px;
  }
  
  .section-cacdongruoungoai .product-new {
      font-size: 10px;
      padding: 3px 8px;
      margin-bottom: 6px;
  }
  
  .section-cacdongruoungoai .product-name {
      font-size: 14px;
      margin-bottom: 6px;
      line-height: 1.3;
  }
  
  .section-cacdongruoungoai .product-desc {
      font-size: 12px;
      margin-bottom: 8px;
      -webkit-line-clamp: 3;
      line-clamp: 3;
  }
  
  .section-cacdongruoungoai .product-price {
      font-size: 16px;
  }
  
  /* Nhỏ dần btn-filter */
  .section-cacdongruoungoai .button-group {
      gap: 10px;
      margin-bottom: 30px;
  }
  
  .section-cacdongruoungoai .btn-filter {
      padding: 8px 20px;
      font-size: 14px;
      border-width: 1.5px;
      border-radius: 20px;
  }
}

@media (max-width: 576px) {
  /* Vẫn giữ 2 cột, không chuyển thành 1 cột */
  .section-cacdongruoungoai .products-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 10px;
  }
  
  /* Tiếp tục nhỏ dần */
  .section-cacdongruoungoai .product-item {
      border-width: 1px;
      border-radius: 6px;
  }
  
  .section-cacdongruoungoai .product-photo {
      padding: 5px;
  }
  
  .section-cacdongruoungoai .product-info {
      padding: 5px;
  }
  
  .section-cacdongruoungoai .product-new {
      font-size: 9px;
      padding: 2px 6px;
      margin-bottom: 4px;
  }
  
  .section-cacdongruoungoai .product-name {
      font-size: 12px;
      margin-bottom: 4px;
      -webkit-line-clamp: 2;
      line-clamp: 2;
  }
  
  .section-cacdongruoungoai .product-desc {
      font-size: 11px;
      margin-bottom: 6px;
      -webkit-line-clamp: 2;
      line-clamp: 2;
  }
  
  .section-cacdongruoungoai .product-price {
      font-size: 14px;
  }
  
  .section-cacdongruoungoai .button-group {
      gap: 8px;
      margin-bottom: 25px;
  }
  
  .section-cacdongruoungoai .btn-filter {
      padding: 6px 16px;
      font-size: 12px;
      border-width: 1px;
      border-radius: 18px;
  }
}

@media (max-width: 480px) {
  /* Vẫn giữ 2 cột, tiếp tục nhỏ dần */
  .section-cacdongruoungoai .products-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 8px;
  }
  
  .section-cacdongruoungoai .product-item {
      border-radius: 4px;
  }
  
  .section-cacdongruoungoai .product-photo {
      padding: 4px;
  }
  
  .section-cacdongruoungoai .product-info {
      padding: 4px;
  }
  
  .section-cacdongruoungoai .product-new {
      font-size: 8px;
      padding: 2px 5px;
      margin-bottom: 3px;
  }
  
  .section-cacdongruoungoai .product-name {
      font-size: 11px;
      margin-bottom: 3px;
      line-height: 1.2;
  }
  
  .section-cacdongruoungoai .product-desc {
      font-size: 10px;
      margin-bottom: 4px;
      -webkit-line-clamp: 2;
      line-clamp: 2;
  }
  
  .section-cacdongruoungoai .product-price {
      font-size: 12px;
  }
  
  .section-cacdongruoungoai .button-group {
      gap: 6px;
      margin-bottom: 20px;
  }
}

@media (max-width: 499px) {
  .section-cacdongruoungoai .btn-filter {
    padding: 5px 12px;
    font-size: 15px;
    border-radius: 15px;
}
}

/* Button group scroll ngang cho màn hình ≤ 499px */
@media (max-width: 499px) {
  .section-cacdongruoungoai .button-group {
      flex-wrap: nowrap;
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: thin;
      /*scrollbar-color: rgba(255, 122, 39, 0.5) transparent;*/
      padding-bottom: 10px;
      margin-left: -15px;
      margin-right: -15px;
      padding-left: 15px;
      padding-right: 15px;
  }
  
  .section-cacdongruoungoai .button-group::-webkit-scrollbar {
      height: 4px;
  }
  
  .section-cacdongruoungoai .button-group::-webkit-scrollbar-track {
      background: transparent;
  }
  
  .section-cacdongruoungoai .button-group::-webkit-scrollbar-thumb {
      background: rgba(255, 122, 39, 0.5);
      border-radius: 10px;
  }
  
  .section-cacdongruoungoai .button-group::-webkit-scrollbar-thumb:hover {
      background: rgba(255, 122, 39, 0.8);
  }
  
  .section-cacdongruoungoai .btn-filter {
      flex-shrink: 0;
      white-space: nowrap;
  }
}
/* Responsive - Splide tự xử lý responsive qua breakpoints */

@media (max-width: 860px) {
  .section-sanphamnoibat {
    padding: 40px 0;
  }
  .section-sanphamnoibat .content-wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .section-sanphamnoibat .left-content,
  .section-sanphamnoibat .right-content {
    flex: 0 0 100%;
    width: 100%;
  }
}

/* Nút Xem thêm cho mobile ≤ 499px */
@media (max-width: 499px) {
  /* Ẩn nút trong left-content */
  .section-sanphamnoibat .left-content .btn-seemore {
    display: none;
  }
  
  /* Hiển thị nút mobile dưới right-content */
  .section-sanphamnoibat .btn-seemore-mobile {
    display: inline-block;
    margin-top: 30px;
    text-align: center;
    width: fit-content;
  }
  
  .section-sanphamnoibat .content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

/* Desktop - Ẩn nút mobile, hiển thị nút trong left-content */
@media (min-width: 500px) {
  .section-sanphamnoibat .btn-seemore-mobile {
    display: none;
  }
  
  .section-sanphamnoibat .left-content .btn-seemore {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .section-sanphamnoibat .title-section {
      font-size: 36px;
  }
  
  /* Splide tự động hiển thị 2 sản phẩm qua breakpoints */
  
  /* Nhỏ dần ảnh */
  .section-sanphamnoibat .product-photo {
      height: 220px;
  }
  
  /* Nhỏ dần chữ */
  .section-sanphamnoibat .product-info {
      padding: 15px;
  }

  .section-sanphamnoibat .product-label {
    display: none;
  }
  
  .section-sanphamnoibat .product-label {
      font-size: 11px;
      margin-bottom: 6px;
  }
  
  .section-sanphamnoibat .product-name {
      font-size: 16px;
      margin-bottom: 10px;
  }
  
  .section-sanphamnoibat .product-price {
      font-size: 20px;
      margin-bottom: 12px;
  }
  
  /* Nhỏ dần nút xem thêm */
  .section-sanphamnoibat .product-btn-viewmore {
      padding: 8px 20px;
      font-size: 13px;
      border-radius: 18px;
  }

  .wrap-content-trang-chu {
    padding: 25px 10px;
  }
  
  .section-sanphamnoibat .splide__arrow--prev {
      left: 0;
      transform: translateX(-50%) translateY(-50%);
  }
  
  .section-sanphamnoibat .splide__arrow--prev:hover {
      transform: translateX(-50%) translateY(-50%) scale(1.1);
  }
  
  .section-sanphamnoibat .splide__arrow--next {
      right: 0;
      transform: translateX(50%) translateY(-50%);
  }
  
  .section-sanphamnoibat .splide__arrow--next:hover {
      transform: translateX(50%) translateY(-50%) scale(1.1);
  }
}

@media (max-width: 576px) {
  /* Splide vẫn giữ 2 sản phẩm qua breakpoints */
  
  /* Tiếp tục nhỏ dần ảnh */
  .section-sanphamnoibat .product-photo {
      height: 190px;
  }
  
  /* Tiếp tục nhỏ dần chữ */
  .section-sanphamnoibat .product-info {
      padding: 12px;
  }
  
  .section-sanphamnoibat .product-label {
      font-size: 10px;
      margin-bottom: 5px;
  }
  
  .section-sanphamnoibat .product-name {
      font-size: 14px;
      margin-bottom: 8px;
  }
  
  .section-sanphamnoibat .product-price {
      font-size: 18px;
      margin-bottom: 10px;
  }
  
  /* Tiếp tục nhỏ dần nút */
  .section-sanphamnoibat .product-btn-viewmore {
      padding: 7px 16px;
      font-size: 12px;
      border-radius: 16px;
  }
  
  .section-sanphamnoibat .title-section {
      font-size: 32px;
  }
}

@media (max-width: 480px) {
  /* Vẫn giữ 2 sản phẩm */
  .section-sanphamnoibat .product-card {
      flex: 0 0 calc(50% - 6px);
      min-width: calc(50% - 6px);
  }
  
  .section-sanphamnoibat .products-scroll-container {
      gap: 12px;
  }
  
  /* Tiếp tục nhỏ dần ảnh */
  .section-sanphamnoibat .product-photo {
      height: 160px;
  }
  
  /* Tiếp tục nhỏ dần chữ */
  .section-sanphamnoibat .product-info {
      padding: 10px;
  }
  
  
  .section-sanphamnoibat .title-section {
      font-size: 28px;
  }
  
  .section-sanphamnoibat .splide__arrow--prev {
      left: 0;
      transform: translateX(-50%) translateY(-50%);
  }
  
  .section-sanphamnoibat .splide__arrow--prev:hover {
      transform: translateX(-50%) translateY(-50%) scale(1.1);
  }
  
  .section-sanphamnoibat .splide__arrow--next {
      right: 0;
      transform: translateX(50%) translateY(-50%);
  }
  
  .section-sanphamnoibat .splide__arrow--next:hover {
      transform: translateX(50%) translateY(-50%) scale(1.1);
  }
}

@media (max-width: 499px) {
  .section-sanphamnoibat .product-label {
    font-size: 20px;
    margin-bottom: 4px;
  }

  .section-sanphamnoibat .product-name {
      font-size: 29px;
      margin-bottom: 6px;
      line-height: 1.2;
  }

  .section-sanphamnoibat .btn-seemore-mobile {
    display: none;
  }

  /* Ẩn product-price và product-btn-viewmore khi ≤ 499px */
  .section-sanphamnoibat .product-price {
    display: none;
  }

  .section-sanphamnoibat .product-btn-viewmore {
    display: none;
  }

  /* Hiển thị Product Attributes Grid */
  .section-sanphamnoibat .product-attributes-grid {
    display: grid;
  }

  /* Product Attributes Grid cho trang chi tiết sản phẩm */
  .right-pro-detail .product-attributes-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
  }

  .section-sanphamnoibat .product-photo {
    height: 400px;
  }

  .section-sanphamnoibat .desc-section {
    display: none;
  }
}

/* Slogan bar mobile - chỉ hiển thị khi width <= 499px */
.slogan-bar-mobile {
  display: none;
}

@media (max-width: 499px) {
  .slogan-bar-mobile {
    display: block;
    background-color: #650D0D;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 40px;
    line-height: 40px;
    z-index: 1000;
  }

  .slogan-bar-wrapper {
    width: 150%;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
  }

  .slogan-text {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    font-family: '1FTV Rinella', sans-serif;
    white-space: nowrap;
    animation: marquee 15s linear infinite;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-left: 100%;
  }

  /* Animation marquee: text bắt đầu từ bên phải (padding-left: 100%) rồi chạy sang trái */
  @keyframes marquee {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }

  /* Đảm bảo animation mượt mà trên mọi trình duyệt */
  @-webkit-keyframes marquee {
    0% {
      -webkit-transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-100%);
    }
  }
}

/* Section Mat Hang Khac - Responsive */
@media (max-width: 992px) {
  .section-mat-hang-khac .product-item {
      gap: 10px;
  }
  
  .section-mat-hang-khac .product-image-wrapper {
      flex: 0 0 150px;
      width: 150px;
      height: 150px;
  }
  
  .section-mat-hang-khac .product-name {
      font-size: 20px;
  }
  
  .section-mat-hang-khac .product-price {
      font-size: 18px;
  }
}

@media (max-width: 768px) {
  .section-mat-hang-khac {
      padding: 40px 0;
  }
  
  .section-mat-hang-khac .title-section {
      font-size: 36px;
  }
  
  .section-mat-hang-khac .header-section {
      margin-bottom: 40px;
  }
  
  .section-mat-hang-khac .products-columns-wrapper {
      gap: 20px;
  }
  
  .section-mat-hang-khac .products-column {
      gap: 30px;
  }
  
  .section-mat-hang-khac .product-image-wrapper {
      flex: 0 0 40%;
      width: 40%;
      height: auto;
  }
  
  .section-mat-hang-khac .product-bg-circle {
      width: 100%;
      height: 100%;
  }

  .section-mat-hang-khac .product-desc {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .section-mat-hang-khac .product-name {
      font-size: 18px;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
  }
  
  .section-mat-hang-khac .product-price {
      font-size: 16px;
  }
}

@media (max-width: 576px) {
  .section-mat-hang-khac .products-columns-wrapper {
    flex-direction: column;
    gap: 20px;
  }
}

@media (max-width: 480px) {
  .section-mat-hang-khac .products-column-left,
  .section-mat-hang-khac .products-column-right {
      padding: 20px 15px;
  }
  
  .section-mat-hang-khac .title-section {
      font-size: 28px;
  }
  
  .section-mat-hang-khac .product-image-wrapper {
      flex: 0 0 40%;
      width: 40%;
      height: auto;
  }
  
  .section-mat-hang-khac .product-bg-circle {
      width: 100%;
      height: 100%;
  }
  
  .section-mat-hang-khac .product-name {
      font-size: 16px;
  }
  
  .section-mat-hang-khac .product-desc {
      font-size: 13px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
  }
  
  .section-mat-hang-khac .product-price {
      font-size: 14px;
  }
  
  .section-mat-hang-khac .btn-view-all a {
      padding: 12px 30px;
      font-size: 14px;
  }
}

/* Section Why Choose Us - Responsive */
@media (max-width: 992px) {
  .section-why-choose-us .why-title {
      font-size: 40px;
  }
  
  .section-why-choose-us .why-card {
      padding: 25px;
  }
  
  .section-why-choose-us .why-card-header {
      gap: 15px;
  }
  
  .section-why-choose-us .why-card-image {
      flex: 0 0 70px;
      width: 70px;
      height: 70px;
  }
  
  .section-why-choose-us .why-card-name {
      font-size: 18px;
  }
}

@media (max-width: 768px) {
  .section-why-choose-us .why-title {
      font-size: 36px;
  }
  
  .section-why-choose-us .why-subtitle {
      font-size: 16px;
  }
  
  .section-why-choose-us {
      padding: 40px 0 80px;
  }
  
  .section-why-choose-us .why-swiper-wrapper {
      margin-top: 20px;
      transform: translateY(30px);
  }
  
  .section-why-choose-us .why-card {
      padding: 20px;
  }
  
  .section-why-choose-us .why-card-header {
      flex-direction: column;
      text-align: center;
      gap: 15px;
      padding-bottom: 15px;
  }
  
  .section-why-choose-us .why-card-image {
      margin: 0 auto;
  }
  
  .section-why-choose-us .why-card-name {
      font-size: 18px;
      text-align: center;
  }
  
  .section-why-choose-us .why-card-desc {
      text-align: center;
  }
  
  .section-why-choose-us .why-card-seemore {
      justify-content: center;
  }
}

@media (max-width: 480px) {
  .section-why-choose-us .why-title {
      font-size: 28px;
  }
  
  .section-why-choose-us .why-subtitle {
      font-size: 14px;
  }
  
  .section-why-choose-us {
      padding: 30px 0 70px;
  }
  
  .section-why-choose-us .why-swiper-wrapper {
      margin-top: 10px;
      transform: translateY(10px);
  }
  
  .section-why-choose-us .why-card {
      padding: 15px;
  }
  
  .section-why-choose-us .why-card-image {
      width: 60px;
      height: 60px;
      flex: 0 0 60px;
  }
  
  .section-why-choose-us .why-card-name {
      font-size: 16px;
  }
  
  .section-why-choose-us .why-card-desc {
      font-size: 13px;
  }
  
  .section-why-choose-us .why-card-seemore {
      font-size: 13px;
  }
}

/* Responsive - Section Cau Hoi Thuong Gap */
@media (max-width: 991px) {
  .section-caccauhoithuonggap .newsletter-title {
      font-size: 42px;
  }
  
  .section-caccauhoithuonggap .newsletter-box {
      min-height: auto;
  }
  
  .section-caccauhoithuonggap .newsletter-header {
      padding: 30px 25px 20px;
  }
  
  .section-caccauhoithuonggap .newsletter-form {
      padding: 0 25px 30px;
  }
  
  .section-caccauhoithuonggap .newsletter-box::before {
      top: 8px;
      left: 8px;
      right: 8px;
      bottom: 8px;
      border-width: 2px;
  }
}

@media (max-width: 767px) {
  .section-caccauhoithuonggap .content-wrapper {
      gap: 30px;
      flex-direction: column;
  }
  .section-caccauhoithuonggap .content-wrapper .left-content {
    width: 100%;
  }
  .section-caccauhoithuonggap .content-wrapper .right-content {
    width: 100%;
  }
  
  .section-caccauhoithuonggap .title-section {
      font-size: 32px;
  }
  
  .section-caccauhoithuonggap .faq-number {
      font-size: 32px;
  }
  
  .section-caccauhoithuonggap .faq-title {
      font-size: 14px;
  }
  
  .section-caccauhoithuonggap .faq-desc {
      padding: 0 15px 15px 60px;
      font-size: 14px;
  }
  
  .section-caccauhoithuonggap .newsletter-header {
      padding: 25px 20px 15px;
  }
  
  .section-caccauhoithuonggap .newsletter-form {
      padding: 0 20px 25px;
  }
  
  .section-caccauhoithuonggap .newsletter-box::before {
      top: 6px;
      left: 6px;
      right: 6px;
      bottom: 6px;
      border-width: 1.5px;
  }
  
  .section-caccauhoithuonggap .newsletter-icon {
      width: 50px;
  }
  
  .section-caccauhoithuonggap .newsletter-title {
      font-size: 37px;
  }
  
  .section-caccauhoithuonggap .newsletter-desc {
      font-size: 14px;
  }
  
  .section-caccauhoithuonggap .input-wrapper .form-control {
      padding: 10px 40px 10px 12px;
      font-size: 14px;
  }
  
  .section-caccauhoithuonggap .input-wrapper i {
      right: 12px;
  }
  
  .section-caccauhoithuonggap .btn-submit {
      padding: 12px 25px;
      font-size: 14px;
  }
}

@media (max-width: 480px) {
  .section-caccauhoithuonggap .title-section {
      font-size: 28px;
  }
  
  .section-caccauhoithuonggap .desc-section {
      font-size: 14px;
  }
  
  .section-caccauhoithuonggap .faq-number {
      font-size: 29px;
      min-width: 25px;
  }
  
  .section-caccauhoithuonggap .faq-desc {
      padding: 0 12px 12px 45px;
      font-size: 13px;
  }
  
  .section-caccauhoithuonggap .newsletter-header {
      padding: 20px 15px 15px;
  }
  
  .section-caccauhoithuonggap .newsletter-form {
      padding: 0 15px 20px;
      gap: 15px;
  }
  
  .section-caccauhoithuonggap .newsletter-box::before {
      top: 5px;
      left: 5px;
      right: 5px;
      bottom: 5px;
      border-width: 1.5px;
  }
  
  .section-caccauhoithuonggap .newsletter-icon {
      width: 40px;
  }
  
  .section-caccauhoithuonggap .newsletter-title {
      font-size: 32px;
  }
  
  .section-caccauhoithuonggap .newsletter-desc {
      font-size: 13px;
  }
  
  .section-caccauhoithuonggap .newsletter-header {
      padding: 25px 20px 15px;
  }
  
  .section-caccauhoithuonggap .newsletter-form {
      padding: 0 20px 25px;
  }
  
  .section-caccauhoithuonggap .newsletter-box::before {
      top: 6px;
      left: 6px;
      right: 6px;
      bottom: 6px;
      border-width: 1.5px;
  }
  
  .section-caccauhoithuonggap .input-wrapper .form-control {
      padding: 10px 40px 10px 12px;
      font-size: 13px;
  }
  
  .section-caccauhoithuonggap .input-wrapper i {
      right: 12px;
      font-size: 14px;
  }
  
  .section-caccauhoithuonggap .input-wrapper.textarea-wrapper i {
      right: 12px;
      top: 12px;
  }
  
  .section-caccauhoithuonggap .btn-submit {
      padding: 12px 20px;
      font-size: 13px;
  }
}

/* Section Partner Responsive */
@media (max-width: 991px) {
  .section-partner {
      margin-top: -50px;
      padding-top: 60px;
      padding-bottom: 40px;
  }
  
  .section-partner .partner-title {
      font-size: 36px;
  }
  
  .section-partner .partner-subtitle {
      font-size: 16px;
  }
  
  .section-partner .partner-swiper {
      margin-bottom: 20px;
  }
  
  .section-partner .partner-logo-img {
      max-height: 70px;
  }
}

@media (max-width: 767px) {
  .section-partner {
      margin-top: -40px;
      padding-top: 50px;
      padding-bottom: 30px;
  }
  
  .section-partner .partner-header-section {
      margin-bottom: 30px;
  }
  
  .section-partner .partner-title {
      font-size: 32px;
      line-height: 1.3;
  }
  
  .section-partner .partner-subtitle {
      font-size: 15px;
  }
  
  .section-partner .partner-swiper {
      margin-bottom: 20px;
  }
  .section-partner .partner-logo-link {
      padding: 10px;
  }
  
  .section-partner .partner-logo-img {
      max-height: 60px;
  }
}

@media (max-width: 499px) {
  .section-partner {
      margin-top: -30px;
      padding-top: 40px;
      padding-bottom: 25px;
  }
  
  .section-partner .partner-header-section {
      margin-bottom: 25px;
  }
  
  .section-partner .partner-title {
      font-size: 28px;
      line-height: 1.2;
  }
  
  .section-partner .partner-subtitle {
      font-size: 14px;
  }
  
  .section-partner .partner-swiper {
      margin-bottom: 15px;
  }
  
  /* Grid layout cho màn hình <= 499px */
  .section-partner .partner-grid-wrapper.partner-grid-active {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 15px;
      width: 100%;
      transform: none !important;
      transition: none !important;
  }
  
  .section-partner .partner-grid-wrapper.partner-grid-active.partner-grid-center {
      grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
      justify-content: center;
      max-width: 300px;
      margin: 0 auto;
  }
  
  .section-partner .partner-grid-wrapper.partner-grid-active .partner-grid-item {
      width: 100% !important;
      margin: 0 !important;
      flex-shrink: 0 !important;
  }
  
  .section-partner .partner-logo-item {
      max-width: 100%;
      width: 100%;
  }
  
  .section-partner .partner-logo-link {
      padding: 10px;
  }
  
  .section-partner .partner-logo-img {
      max-height: 60px;
  }
}

@media (max-width: 480px) {
  
  .section-partner .partner-logo-link {
      padding: 8px;
  }
  
  .section-partner .partner-logo-img {
      max-height: 50px;
  }
}

/* Section Tintuc Responsive */
@media (max-width: 991px) {
  .section-tintuc {
      padding: 50px 0;
  }
  
  .section-tintuc .tintuc-title {
      font-size: 36px;
  }
  
  .section-tintuc .tintuc-subtitle {
      font-size: 16px;
  }
  
  .section-tintuc .tintuc-header-section {
      margin-bottom: 30px;
  }
  
  .section-tintuc .tintuc-column {
      gap: 25px;
  }
  
  .section-tintuc .tintuc-item {
      min-height: 250px;
  }
  
  .section-tintuc .tintuc-item-content {
      padding: 25px;
  }
  
  .section-tintuc .tintuc-stt {
      font-size: 56px;
  }
  
  .section-tintuc .tintuc-name {
      font-size: 20px;
  }
  
  .section-tintuc .tintuc-desc {
      font-size: 14px;
  }
}

@media (max-width: 767px) {
  .section-tintuc {
      padding: 40px 0;
  }
  
  .section-tintuc .tintuc-header-section {
      margin-bottom: 25px;
  }
  
  .section-tintuc .tintuc-title {
      font-size: 32px;
      line-height: 1.3;
  }
  
  .section-tintuc .tintuc-subtitle {
      font-size: 15px;
  }
  
  .section-tintuc .tintuc-column {
      gap: 20px;
  }
  /*
  .section-tintuc .tintuc-item {
      flex-direction: column !important;
      min-height: auto;
  }
  */
  /*
  .section-tintuc .tintuc-item-image,
  .section-tintuc .tintuc-item-content {
      width: 100%;
      height: auto;
  }
  */
  .section-tintuc .tintuc-item-image {
      height: 250px;
  }
  
  .section-tintuc .tintuc-item-content {
      padding: 20px;
  }
  
  .section-tintuc .tintuc-stt {
      font-size: 48px;
      margin-bottom: 12px;
  }
  
  .section-tintuc .tintuc-name {
      font-size: 18px;
      margin-bottom: 12px;
  }
  
  .section-tintuc .tintuc-desc {
      font-size: 13px;
  }
  
  .section-tintuc .tintuc-nav-next,
  .section-tintuc .tintuc-nav-prev {
      width: 40px;
      height: 40px;
  }
  
  .section-tintuc .tintuc-nav-next::after,
  .section-tintuc .tintuc-nav-prev::after {
      font-size: 16px;
  }
}

@media (max-width: 480px) {
  .section-tintuc {
      padding: 35px 0;
  }
  
  .section-tintuc .tintuc-header-section {
      margin-bottom: 25px;
  }
  
  .section-tintuc .tintuc-title {
      font-size: 28px;
      line-height: 1.2;
  }
  
  .section-tintuc .tintuc-subtitle {
      font-size: 14px;
  }
  
  .section-tintuc .tintuc-column {
      gap: 15px;
  }
  .section-tintuc .tintuc-item {
    min-height: 200px;
  }
  
  .section-tintuc .tintuc-item-image {
      height: 200px;
  }
  .section-tintuc .tintuc-item-content {
     height: 200px;
      padding: 15px;
  }
  
  .section-tintuc .tintuc-stt {
      font-size: 40px;
      margin-bottom: 10px;
  }
  
  .section-tintuc .tintuc-name {
      font-size: 16px;
      margin-bottom: 10px;
  }
  
  .section-tintuc .tintuc-desc {
      font-size: 12px;
      line-height: 1.5;
  }
  
  .section-tintuc .tintuc-nav-next,
  .section-tintuc .tintuc-nav-prev {
      width: 35px;
      height: 35px;
  }
  
  .section-tintuc .tintuc-nav-next::after,
  .section-tintuc .tintuc-nav-prev::after {
      font-size: 14px;
  }
}

/* ============================================
   FOOTER SHOP RUOU CO LOA - RESPONSIVE
   ============================================ */

/* Tablet */
@media (max-width: 991px) {
  .footer-shopruou {
    margin-top: -250px;
    padding-top: 270px;
  }
  
  .footer-shopruou .footer-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: 
      "contact"
      "right-top"
      "facebook"
      "right-bottom";
    gap: 30px;
  }
  
  .footer-shopruou .footer-left {
    width: 100%;
    display: contents;
  }
  
  .footer-shopruou .footer-right {
    width: 100%;
    display: contents;
  }
  
  /* Sắp xếp lại layout ở màn hình <= 991px */
  .footer-shopruou .footer-contact-wrapper {
    grid-area: contact;
  }
  
  .footer-shopruou .footer-right-top {
    grid-area: right-top;
    flex-direction: column;
    gap: 30px;
  }
  
  .footer-shopruou .footer-facebook-section {
    grid-area: facebook;
  }
  
  .footer-shopruou .footer-right-bottom {
    grid-area: right-bottom;
  }
  
  .footer-shopruou .footer-policy-section,
  .footer-shopruou .footer-product-section {
    width: 100%;
  }
  
  .footer-shopruou .footer-map-wrapper {
    height: 350px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .footer-shopruou .footer-container {
    padding: 0 15px;
    gap: 25px;
  }
  
  .footer-shopruou .footer-contact-title,
  .footer-shopruou .footer-section-title {
    font-size: 20px;
  }
  
  .footer-shopruou .footer-grape-icon {
    width: 28px;
  }
  
  .footer-shopruou .footer-contact-icon-wrapper {
    width: 35px;
    height: 35px;
  }
  
  .footer-shopruou .footer-contact-icon {
    font-size: 16px;
  }
  
  .footer-shopruou .footer-contact-text {
    font-size: 14px;
  }
  
  .footer-shopruou .footer-desc {
    font-size: 13px;
    margin-top: 25px;
    margin-bottom: 20px;
    padding: 0 15px;
  }
  
  .footer-shopruou .footer-fanpage-title {
    font-size: 18px;
  }
  
  .footer-shopruou .footer-policy-item,
  .footer-shopruou .footer-product-item {
    font-size: 14px;
  }
  
  .footer-shopruou .footer-map-wrapper {
    height: 300px;
  }
  
  .footer-shopruou .footer-copyright {
    margin-top: 30px;
    padding-top: 20px;
  }
  
  .footer-shopruou .footer-copyright-text {
    font-size: 12px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .footer-shopruou .footer-container {
    padding: 0 10px;
    gap: 20px;
  }
  
  .footer-shopruou .footer-contact-title-wrapper,
  .footer-shopruou .footer-section-title-wrapper {
    gap: 10px;
    margin-bottom: 20px;
  }
  
  .footer-shopruou .footer-contact-title,
  .footer-shopruou .footer-section-title {
    font-size: 18px;
  }
  
  .footer-shopruou .footer-grape-icon {
    width: 24px;
  }
  
  .footer-shopruou .footer-contact-item {
    gap: 12px;
    margin-bottom: 15px;
  }
  
  .footer-shopruou .footer-contact-icon-wrapper {
    width: 32px;
    height: 32px;
  }
  
  .footer-shopruou .footer-contact-icon {
    font-size: 14px;
  }
  
  .footer-shopruou .footer-contact-text {
    font-size: 13px;
  }
  
  .footer-shopruou .footer-map-wrapper {
    height: 250px;
  }
}

/* ============================================
   SECTION GIOI THIEU - RESPONSIVE
   ============================================ */

/* Tablet */
@media (max-width: 991px) {
  .section-gioithieu .gioithieu-container {
    gap: 20px;
  }
  
  .section-gioithieu .gioithieu-block-left,
  .section-gioithieu .gioithieu-block-center,
  .section-gioithieu .gioithieu-block-right {
    height: auto;
  }
  
  .section-gioithieu .gioithieu-block-left {
    margin-top: 60px;
  }
  
  .section-gioithieu .gioithieu-block-center {
    margin-top: 120px;
  }
  
  .section-gioithieu .gioithieu-info-block {
    padding: 25px;
  }
  
  .section-gioithieu .gioithieu-name {
    font-size: 36px;
    -webkit-line-clamp: 1;
    line-clamp: 1;
  }
  
  .section-gioithieu .gioithieu-text1 {
    font-size: 16px;
    -webkit-line-clamp: 1;
    line-clamp: 1;
  }
  
  .section-gioithieu .gioithieu-text2 {
    font-size: 15px;
    -webkit-line-clamp: 1;
    line-clamp: 1;
  }
  
  .section-gioithieu .gioithieu-desc {
    font-size: 14px;
    -webkit-line-clamp: 5;
    line-clamp: 5;
  }
  
  .section-gioithieu .gioithieu-btn-seemore {
    padding: 12px 35px;
    font-size: 15px;
  }
  
  /* Block center - chữ và nút nhỏ hơn */
  .section-gioithieu .gioithieu-block-center .gioithieu-name {
    font-size: 32px;
  }
  
  .section-gioithieu .gioithieu-block-center .gioithieu-text1 {
    font-size: 14px;
  }
  
  .section-gioithieu .gioithieu-block-center .gioithieu-text2 {
    font-size: 13px;
  }
  
  .section-gioithieu .gioithieu-block-center .gioithieu-desc {
    font-size: 13px;
    -webkit-line-clamp: 4;
    line-clamp: 4;
  }
  
  .section-gioithieu .gioithieu-block-center .gioithieu-btn-seemore {
    padding: 10px 30px;
    font-size: 14px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .section-gioithieu .gioithieu-container {
    gap: 15px;
  }
  
  .section-gioithieu .gioithieu-block-left,
  .section-gioithieu .gioithieu-block-center,
  .section-gioithieu .gioithieu-block-right {
    height: auto;
  }
  
  .section-gioithieu .gioithieu-block-left {
    margin-top: 40px;
  }
  
  .section-gioithieu .gioithieu-block-center {
    margin-top: 100px;
  }
  
  .section-gioithieu .gioithieu-info-block {
    padding: 20px;
  }
  
  .section-gioithieu .gioithieu-name {
    font-size: 28px;
    -webkit-line-clamp: 1;
    line-clamp: 1;
  }
  
  .section-gioithieu .gioithieu-text1 {
    font-size: 14px;
    -webkit-line-clamp: 1;
    line-clamp: 1;
  }
  
  .section-gioithieu .gioithieu-text2 {
    font-size: 13px;
    -webkit-line-clamp: 1;
    line-clamp: 1;
  }
  
  .section-gioithieu .gioithieu-desc {
    font-size: 13px;
    -webkit-line-clamp: 4;
    line-clamp: 4;
  }
  
  .section-gioithieu .gioithieu-btn-seemore {
    padding: 10px 28px;
    font-size: 14px;
  }
  
  /* Block center - chữ và nút nhỏ hơn */
  .section-gioithieu .gioithieu-block-center .gioithieu-name {
    font-size: 24px;
  }
  
  .section-gioithieu .gioithieu-block-center .gioithieu-text1 {
    font-size: 12px;
  }
  
  .section-gioithieu .gioithieu-block-center .gioithieu-text2 {
    font-size: 11px;
  }
  
  .section-gioithieu .gioithieu-block-center .gioithieu-desc {
    font-size: 12px;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
  
  .section-gioithieu .gioithieu-block-center .gioithieu-btn-seemore {
    padding: 8px 24px;
    font-size: 13px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .section-gioithieu .gioithieu-container {
    gap: 10px;
  }
  .section-gioithieu .gioithieu-block-center {
    height: auto;
  }
  
  .section-gioithieu .gioithieu-info-block {
    padding: 15px;
  }
  
  .section-gioithieu .gioithieu-icon-wrapper {
    margin-bottom: 8px;
  }
  
  .section-gioithieu .gioithieu-name {
    font-size: 24px;
    -webkit-line-clamp: 1;
    line-clamp: 1;
  }
  
  .section-gioithieu .gioithieu-text1 {
    font-size: 13px;
    -webkit-line-clamp: 1;
    line-clamp: 1;
  }
  
  .section-gioithieu .gioithieu-text2 {
    font-size: 12px;
    -webkit-line-clamp: 1;
    line-clamp: 1;
  }
  
  .section-gioithieu .gioithieu-desc {
    font-size: 12px;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
  
  .section-gioithieu .gioithieu-btn-seemore {
    padding: 8px 24px;
    font-size: 13px;
  }
  
  /* Block center - chữ và nút nhỏ hơn */
  .section-gioithieu .gioithieu-block-center .gioithieu-name {
    font-size: 20px;
  }
  
  .section-gioithieu .gioithieu-block-center .gioithieu-text1 {
    font-size: 11px;
  }
  
  .section-gioithieu .gioithieu-block-center .gioithieu-text2 {
    font-size: 10px;
  }
  
  .section-gioithieu .gioithieu-block-center .gioithieu-desc {
    font-size: 11px;
  }
  
  .section-gioithieu .gioithieu-block-center .gioithieu-btn-seemore {
    padding: 6px 20px;
    font-size: 12px;
  }
}

/* Mobile - max-width 499px */
@media (max-width: 499px) {
  /* Ẩn block left và right */
  .section-gioithieu .gioithieu-block-left,
  .section-gioithieu .gioithieu-block-right {
    display: none;
  }

  .section-gioithieu .gioithieu-block-center .gioithieu-desc {
    font-size: 11px;
    line-clamp: 4;
    -webkit-line-clamp: 4;
  }
  
  /* Block center chiếm toàn bộ chiều rộng và nằm giữa */
  .section-gioithieu .gioithieu-block-center {
    width: 90%;
    flex: 0 0 90%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
  
  /* Đảm bảo container căn giữa */
  .section-gioithieu .gioithieu-container {
    justify-content: center;
  }
}

/* ============================================
   SECTION DANH MUC SAN PHAM - RESPONSIVE
   ============================================ */

/* Tablet - Swiper tự xử lý qua breakpoints */
@media (max-width: 990px) {
  .section-danhmucsanpham {
    padding: 60px 0;
  }
  
  .section-danhmucsanpham .product-image-wrapper .product-image {
    height: 420px;
  }
  
  .section-danhmucsanpham .danhmuc-title {
    font-size: 42px;
  }
  
  .section-danhmucsanpham .danhmuc-subtitle {
    font-size: 16px;
  }
  
  .section-danhmucsanpham .product-name {
    font-size: 16px;
  }
}

/* Mobile - Swiper tự xử lý qua breakpoints */
@media (max-width: 600px) {
  .section-danhmucsanpham {
    padding: 40px 0;
  }
  
  .section-danhmucsanpham .danhmuc-header-section {
    margin-bottom: 40px;
  }
  
  .section-danhmucsanpham .product-image-wrapper .product-image {
    height: 370px;
  }
  
  .section-danhmucsanpham .danhmuc-title {
    font-size: 32px;
  }
  
  .section-danhmucsanpham .danhmuc-subtitle {
    font-size: 15px;
  }
  
  .section-danhmucsanpham .product-name {
    font-size: 14px;
    padding: 12px 8px;
  }
  
  .section-danhmucsanpham .product-image-wrapper .product-content {
    padding: 12px 8px;
  }
}

/* Mobile nhỏ - ≤ 499px */
@media (max-width: 499px) {
  .section-danhmucsanpham .product-image-wrapper .product-image {
    height: 290px;
  }
}

@media (max-width: 499px) {
  .section-danhmucsanpham .product-name {
    font-size: 11px;
    padding: 10px 6px;
  }
  
  .section-danhmucsanpham .product-image-wrapper .product-content {
    padding: 10px 6px;
  }
}

@media (min-width: 1025px) {
  .product-detail-row {
    flex-direction: row-reverse;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .section-danhmucsanpham {
    padding: 30px 0;
  }
  
  .section-danhmucsanpham .danhmuc-header-section {
    margin-bottom: 30px;
  }
  
  .section-danhmucsanpham .danhmuc-title {
    font-size: 28px;
  }
  
  .section-danhmucsanpham .danhmuc-subtitle {
    font-size: 14px;
  }
  .section-danhmucsanpham .product-content {
    margin-top: 15px;
  }
}

@media (max-width: 990px) {
  .products-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
  }
}

@media (max-width: 768px) {
  /* Giữ 2 cột khi <= 768px */
  
  /* Nhỏ dần hình ảnh và nội dung */
  .products-grid .product-item {
      border-width: 1.5px;
  }
  
  .products-grid .product-photo {
      padding: 8px;
  }
  
  .products-grid .product-photo img {
      object-fit: contain;
  }
  
  .products-grid .product-info {
      padding: 8px;
  }
  
  .products-grid .product-new {
      font-size: 10px;
      padding: 3px 8px;
      margin-bottom: 6px;
  }
  
  .products-grid .product-name {
      font-size: 14px;
      line-height: 1.3;
  }
  
  .products-grid .product-desc {
      font-size: 12px;
      margin-bottom: 8px;
  }
  
  .products-grid .product-price {
      font-size: 16px;
  }
}

@media (max-width: 576px) {
  /* Vẫn giữ 2 cột, không chuyển thành 1 cột */
  .products-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 10px;
  }
  
  /* Tiếp tục nhỏ dần */
  .products-grid .product-item {
      border-width: 1px;
      border-radius: 6px;
  }
  
  .products-grid .product-photo {
      padding: 5px;
  }
  
  .products-grid .product-info {
      padding: 5px;
  }
  
  .products-grid .product-new {
      font-size: 9px;
      padding: 2px 6px;
      margin-bottom: 4px;
  }
  
  .products-grid .product-name {
      font-size: 12px;
      -webkit-line-clamp: 2;
      line-clamp: 2;
  }
  
  .products-grid .product-desc {
      font-size: 11px;
      margin-bottom: 6px;
  }
  
  .products-grid .product-price {
      font-size: 14px;
  }
}

@media (max-width: 499px) {
  .products-grid .product-name {
    font-size: 17px;
  }
}

@media (max-width: 480px) {
  /* Vẫn giữ 2 cột, tiếp tục nhỏ dần */
  .products-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 8px;
  }
  
  .products-grid .product-item {
      border-radius: 4px;
  }
  
  .products-grid .product-photo {
      padding: 4px;
  }
  
  .products-grid .product-info {
      padding: 4px;
  }
  
  .products-grid .product-new {
      font-size: 8px;
      padding: 2px 5px;
      margin-bottom: 3px;
  }
  
  .products-grid .product-desc {
      font-size: 10px;
      margin-bottom: 4px;
  }
  
  .products-grid .product-price {
      font-size: 12px;
  }
  
  .btn-load-more {
      padding: 14px 30px;
      font-size: 15px;
      width: auto;
      min-width: 150px;
      cursor: pointer !important;
      -webkit-tap-highlight-color: rgba(139, 69, 19, 0.2);
      touch-action: manipulation;
  }
  
  .load-more-wrapper {
      margin-top: 30px;
      margin-bottom: 30px;
      padding: 10px 0;
  }
}

@media(max-width:1001px) {
  .toolbar { display: block; }
  .scrollToTop, #messages-facebook {/* display: none !important; */}
}

@media (max-width: 767px) {
  .title-anhi{
      font-size: 22px;
      margin: 0 0 10px 0;
  }
}

@media (max-width: 865px) {
  .menu-sanpham {
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 30px;
  }
  
  .list-sanpham {
      flex: 0 0 100%;
      max-width: 100%;
  }
}

@media (max-width: 499px) {
  .menu-sanpham {
    display: none !important;
  }
}

@media (max-width: 576px) {
  .age-verification-content {
      padding: 30px 20px;
      max-width: 90%;
  }
  
  .age-verification-brand {
      font-size: 22px;
  }
  
  .age-verification-notice {
      font-size: 14px;
  }
  
  .age-verification-question {
      font-size: 18px;
  }
  
  .age-verification-buttons {
      flex-direction: column;
  }
  
  .age-btn {
      width: 100%;
  }
}

@media (max-width: 768px) {
  .home-slider .home-slider-caption {
      bottom: 30px;
      left: 30px;
      right: 30px;
  }
  
  .home-slider .home-slider-caption h1 {
      font-size: 2rem;
  }
  
  .home-slider .home-slider-caption p {
      font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .home-slider .home-slider-caption h1 {
      font-size: 1.5rem;
  }
  
  .home-slider .home-slider-caption p {
      font-size: 0.9rem;
  }
}

/* Slider Desktop/Mobile - Responsive */
@media (max-width: 499px) {
  .home-slider-mobile .swiper {
    /* height: 400px; */
  }

  /* Ẩn slider desktop */
  .home-slider-desktop {
    display: none;
  }
  
  /* Hiển thị slider mobile */
  .home-slider-mobile {
    display: block;
  }
}

@media (min-width: 500px) {
  /* Ẩn slider mobile */
  .home-slider-mobile {
    display: none;
  }
  
  /* Hiển thị slider desktop */
  .home-slider-desktop {
    display: block;
  }
}

@media (max-width: 768px) {
  .news-grid-wrapper {
      grid-template-columns: 1fr;
      gap: 20px;
  }
  
  .florist-toc.meta-toc {
      margin: 20px 0;
  }
}

@media (max-width: 768px) {
  .gallery-grid-container {
      grid-template-columns: repeat(2, 1fr);
      gap: 15px;
  }
  
  .static-gallery-modal-content {
      padding: 40px 10px 60px;
  }
  
  .static-gallery-close {
      top: 10px;
      right: 10px;
      width: 40px;
      height: 40px;
      font-size: 24px;
  }
  
  .static-gallery-nav {
      width: 40px;
      height: 40px;
  }
  
  .static-gallery-prev {
      left: 10px;
  }
  
  .static-gallery-next {
      right: 10px;
  }
  
  .static-gallery-counter {
      bottom: 20px;
      padding: 8px 16px;
      font-size: 14px;
  }
}

@media (max-width: 576px) {
  .gallery-grid-container {
      grid-template-columns: 1fr;
      gap: 15px;
  }
}

@media (min-width: 1025px) {
  .col-content-similar-products {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .col-menu-products-list {
    flex: 0 0 30%;
    max-width: 30%;
  }
}

@media (max-width: 576px) {
  .banner-page {
    height: 200px;
  }
  .banner-page img {
    height: 200px;
  }
}

/* Product Grid - Mobile max-width 499px */
@media (max-width: 499px) {
  /* Products Grid - cacdongruoungoai.php, product_tpl.php */
  .products-grid .product-item,
  .section-cacdongruoungoai .product-item {
    flex-direction: column;
  }
  
  .products-grid .product-photo,
  .section-cacdongruoungoai .product-photo {
    width: auto;
    height: 120px;
    flex: none;
  }
  
  .products-grid .product-photo img,
  .section-cacdongruoungoai .product-photo img {
    width: auto;
    height: 100%;
    object-fit: cover;
  }
  
  .products-grid .product-info,
  .section-cacdongruoungoai .product-info {
    width: 100%;
    flex: none;
  }

  /* Row Product - từ hàm showProductRow trong product_detail_tpl.php */
  .row-product .col-product .product-item {
    flex-direction: column;
  }
  
  .row-product .col-product .product-photo {
    width: auto;
    height: 120px;
    flex: none;
  }
  
  .row-product .col-product .product-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .row-product .col-product .product-info {
    width: 100%;
    flex: none;
  }

  .products-grid .product-photo a,
  .section-cacdongruoungoai .product-photo a,
  .row-product .col-product .product-photo {
    width: auto;
    height: 100%;
    margin: 0 auto;
  }
}

/* Icon Footer */
@media (max-width: 499px) {
  .progress-wrap.active-progress{
    display:none;
  }

  .js-facebook-messenger-box {
    display: none;
  }

  .btn-zalo {
    left: 20px;
    bottom: 70px;
  }

  .btn-phone {
    bottom: 70px;
  }
}

@media (max-width: 768px) {
  .section-caccauhoithuonggap {
    padding: 120px 0 90px;
  }
}