.menu-bar-res,
.menu_mobi_add_content {
  width: 100%;
}

.hotline-email-responsive {
  padding: 20px 12px;
  /* border-top: 1px solid #fff; */
  width: 100%;
}

.hotline-email-responsive h2 {
  margin: 0 0 10px 0;
  font: 20px var(--fontB);
  color: var(--bgmainhv);
  text-transform: uppercase;
}

.hotline-email-responsive span,
.hotline-email-responsive a {
  display: block;
  padding: 5px 0;
  color: var(--colormain);
}

.hotline-email-responsive span i,
.hotline-email-responsive a i {
  padding: 0 5px 0 0;
  color: var(--bgmain);
}

.title-responsive-menu {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  padding: 15px 10px;
  border-bottom: 1px solid #ccc;
}

.title-responsive-menu p {
  width: calc(100% - 35px);
  color: #000;
  font-size: 18px;
  margin: 0;
}

.title-responsive-menu p i {
  font-size: 22px;
}

.mm-panel {}

.mm-navbar_sticky {}

.icon_menu_mobi {
  margin: 0px;
}

.menu_mobi {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  /* padding: 0px 10px; */
  display: none;
  /* height: 40px; */
  cursor: pointer;
  background: var(--bgmainhv);
  position: sticky;
  top: 0px;
  z-index: 11;
}

.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: 0;
  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;
  flex-wrap: wrap;
  align-content: space-between;
  align-items: stretch;
}

/* Cho phép mmenu hiển thị trên mobile */
/* .menu_mobi, .menu_mobi_add {
  display: none;
} */
.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 .logo {
  display: none;
}

.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;
  margin-left: 20px;
  font-size: 18px;
  position: relative;
  text-transform: capitalize;
  text-align: left;
  font-family: var(--fontPhilosopher);
}

.menu_mobi_add ul li a.active2 {
  color: var(--bgmain);
  /* 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 {
  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: #fff;
  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;
}

.title-mmenu {
  text-align: center;
  padding: 20px 0;
  color: var(--color-main);
  font: 30px var(--fontPhilosopher);
}

@media (min-width: 1200px) {
  /* .menu_mobi,.menu_mobi_add{display: none;} */
  /* Cho phép mmenu hiển thị trên desktop */
}

@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;
  }

  .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: 15px 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) {
  .right-oto {
    margin: 20px 0;
  }

  .dichvu-item-name a {
    font-size: 12px;
    padding: 10px 20px;
    height: 45px;
  }

  .title-home h2 {
    font-size: 20px;
  }

  .menu_mobi {
    display: block;
  }

  .bg-tieude .xemthem-gt {
    display: none;
  }

  .product {
    margin-bottom: 10px;
  }

  .menu_mobi_add {
    display: flex;
  }

  .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;
  }

  .box-bot {
    margin: 5px 0;
    height: inherit;
  }

  #footer .col-4,
  #footer .col-3,
  #footer .col-2,
  .baolistvideo,
  #video,
  .noidungf p {
    width: 100%;
    max-width: 100%;
  }

  .box-chinhsach {
    padding-left: 0;
  }

  .copy {
    width: 100%;
    text-align: center;
  }

  .dangkynhantin .wrap-content {
    flex-wrap: wrap;
  }

  .nhan_mail {
    display: block;
  }

  #frm_mail {
    /* display: block; */
    grid-template-columns: repeat(1, 1fr);
    gap: 5px;
  }

  .text-nhantin {
    display: block;
    width: 100%;
    /* margin: 5px 0; */
    float: initial;
  }

  .left-dangky,
  .right-dangky {
    width: 100%;
    padding: 0;
  }

  .thongke {
    width: 100%;
    justify-content: center;
    margin: 5px 0 0;
  }

  .video_left {
    width: 100%;
  }

  .video_right {
    width: 100%;
  }

  .video-main {
    height: 200px;
  }

  .row-album {
    grid-template-columns: 1fr 1fr;
    gap: 4px;
  }

  .title-home span {}

  .title-home img {
    max-height: 50px;
  }

  .about_left {
    display: block;
    padding: 0;
    background: transparent;
  }

  .photo-about1 {
    margin: 0;
  }

  .photo-about2 {
    margin: 5px 0;
    position: relative;
  }

  .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-size: 20px;
  }

  .about-text23 {
    font: 35px var(--fontFzPoppinsBold);
  }

  .pro-list-left {
    width: 100%;
  }

  .section-product:nth-child(2n+1) .pro-list-row .pro-list-right,
  .pro-list-right {
    width: 100%;
    padding-left: 0px;
    padding-top: 30px;
  }

  .wrap-content {
    width: calc(100% - 30px);
  }

  .section-product {
    width: 100%;
    padding: 10px 0px !important;
  }

  .padding {
    padding: 10px 0;
  }

  .bannerdanhmuc-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }

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

  .about-name {
    font-size: 22px;
  }

  .menu_mega_in {
    display: none;
  }

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

  .list_tieuchi {
    gap: 10px 10px;
    margin: 0;
  }

  .list_tieuchi>div {
    padding: 0;
    width: calc(50% - 5px);
  }

  .gr_tchi {
    height: 100%;
  }

  .title-newsletter {
    font-size: 14px;
  }

  .gr_tchi .img_tchi {
    width: 45px;
  }

  .grname_tchi {
    width: calc(100% - 45px - 20px);
  }

  .grname_tchi h4 {
    font-size: 14px;
  }

  .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;
  }

  .footer-powered {
    margin-bottom: 60px;
  }

  .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: 20px;
  }

  .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;
    min-height: 45px;
  }

  .price-product-in span {
    font-size: 14px;
  }

  .price-product-in span.price-new {
    font-size: 18px;
  }

  .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;
  }

  .wrap-top-row {
    grid-template-columns: 50% 1fr;
  }

  .header-right {
    justify-content: flex-end !important;
  }

  .hotline-tuvan {
    display: none;
  }

  .progress-wrap.active-progress {
    display: none;
  }

  .formdatlich-title span {
    font-size: 28px;
  }

  .bannerquangcao {
    padding: 20px 0;
  }

  .list_nav {
    width: 100%;
  }

  .show_spnb {
    width: 100%;
  }

  .ti_fixed {
    display: none;
  }

  .phoneNew {
    display: none;
  }
}

@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; */
  }

  .product-list-item-name a {
    font-size: 12px;
  }

  .name_pro a {
    font-size: 16px;
    min-height: 42px;
  }

  .tintuc-list-index-tab span,
  .camnhan-list-index-tab span {
    padding: 5px 10px;
  }

  .congty,
  .thongtin {
    width: 100%;
  }

  #footer {
    padding: 20px 0 0;
    margin: 0 0 50px 0;
  }

  .icon-box-text {
    font-size: 20px;
    padding: 20px 10px;
  }

  .grid-pro-detail-left {
    width: 100%;
  }

  .grid-pro-detail-right {
    width: 100%;
    display: none;
  }

  .hethong-list-index-tab span {
    width: 100%;
  }
}

@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;
  }
}