@charset "UTF-8";
/* @import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
*,
.h1,
.h2,
.h3,
.social,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
  padding: 0;
}

.maincontent img,
img {
  max-width: 100%;
}

.hidden,
.menu_top,
.none {
  display: none;
}

.catagory-list-detail > ul > li > a,
.catagory-list-detail > ul > li > ul > li > a,
.catagory-list > ul > li li > a,
.catagory-list > ul > li > a,
.catagory-list__fix > ul > li li > a,
.catagory-list__fix > ul > li > a {
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #191919;
  overflow: hidden;
}

.attr-pro-detail ins,
a:focus,
a[href^="tel"] {
  text-decoration: none;
}

:root {
  --font-family: "Roboto", sans-serif;
  /* --font-family: "Poppins", Arial, Helvetica, sans-serif; */
  --color-red: #ec2d3f;
  --color-medium-red: #cc2c32;
  --color-dark-red: #c31829;
  --color-green: #28a745;
  --color-dark-green: #207d36;
  --color-black: #212529;
  --color-gray: #6c757d;
}

.clear {
  clear: both;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

body {
  font-family: var(--font-family);
  font-size: 16px;
  line-height: 1.6;
}

a:focus {
  outline: 0;
  color: #000;
}

.social,
ul {
  list-style: none;
}

p {
  margin-bottom: 8px;
}

.slick-slide img {
  display: inline-block !important;
}

.social li,
.time-main span {
  display: inline-block;
  vertical-align: top;
}

a[href^="tel"] {
  color: inherit;
}

.text-align-center {
  text-align: center !important;
}

.fixwidth {
  max-width: 1360px;
  margin: auto;
  position: relative;
}

.fixpage {
  max-width: 1260px;
  margin: auto;
}

.maincontent {
  max-width: 1366px;
  margin: auto;
}

a {
  text-decoration: none !important;
}

button:focus {
  outline: 0;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

body::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  background-color: #999;
}

img {
  height: auto !important;
}
.gap {
  gap: 20px;
}
a,
input,
textarea {
  outline: 0;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.w-clear:after {
  display: block;
  content: "";
  clear: both;
}

.hidden-seoh {
  visibility: hidden;
  height: 0;
  margin: 0;
  overflow: hidden;
}

.wrap-content {
  max-width: 1260px;
  padding: 0 0 40px;
  margin: auto;
}

.wrap-home {
  max-width: 100%;
  padding: 0;
  /* overflow: hidden; */
}

.control-carousel {
  margin-bottom: 0;
  line-height: 30px;
  padding: 0;
  width: 30px;
  height: 30px;
  min-height: unset;
  background-color: #f7f7f7;
  color: #333;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  cursor: pointer;
}

.control-carousel.next-carousel {
  right: 0;
}

.control-carousel i {
  font-size: 14px;
  font-weight: 400;
}
.owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-top: 20px;
}
.owl-dot span {
  display: block;
  position: relative;
  width: 6px;
  height: 6px;
  background: #9c9c9c;
  border-radius: 50%;
}
.owl-dot.active span {
  background: #000;
}
.header_logo {
  position: relative;
  flex: 0 0 auto;
}

.header_logo img {
  transition: 0.3s;
  max-width: 165px;
  object-fit: scale-down;
  width: 100%;
}

.menu_destop {
  flex: 1 1 auto;
}

.menu {
  /* position: relative; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
#main-menu {
  justify-content: center;
  gap: 20px;
}
#main-menu > li {
  padding: 18px 0;
  /* position: relative; */
}
.menu_tintuc {
  position: relative;
}
#main-menu > li:nth-child(3) > ul > li:nth-child(3) > ul {
  flex-direction: row;
}
#main-menu > li > a {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.6;
  color: #000;
  display: flex;
  align-items: center;
  gap: 10px;
}
#main-menu > li.active > a {
  color: #c09250;
}
.icon_down i {
  font-weight: 300;
}
#main-menu > li > ul {
  position: absolute;
  z-index: 2;
  width: 100%;
  display: none;
  /* min-width: 250px; */
  background: #faf7eb;
  top: 100%;
  right: auto;
  left: 0;
  flex-direction: column;
  border-top: 1px solid #373737;
  border-bottom: 1px solid #373737;
  /* box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); */
  /* border-radius: 10px; */
  padding: 0 clamp(18px, 1.7vw, 36px);
  /* display: grid; */
  grid-template-columns: repeat(4, 1fr);
  align-items: start;
}
#main-menu > li:hover > ul {
  display: grid;
}
#main-menu > li.menu_tintuc:hover > ul {
  display: flex;
  min-width: 250px;
  padding: 0;
  gap: 0;
}
#main-menu > li > ul > li {
  position: relative;
  width: 100%;
  height: 100%;
  border-right: 1px solid #373737;
  padding: 40px 25px;
}
#main-menu > li.menu_tintuc > ul > li {
  padding: 5px;
}
#main-menu > li > ul > li:last-child {
  border-right: none;
}

#main-menu li ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  font-size: 16px;
  line-height: 1.6;
  padding: 5px 15px;
}
#main-menu > li > ul > li > a {
  font-size: 1.6vw;
  /* text-decoration: underline !important; */
  font-family: "Lora", serif;
}
#main-menu > li.menu_tintuc > ul > li > a {
  font-size: clamp(16px, 2vw, 16px);
}
#main-menu li ul li a .icon_down {
  display: none;
}
#main-menu > li > ul > li > ul {
  /* display: none; */
  /* position: absolute; */
  flex-direction: column;
  /* right: auto;
  left: 100%;
  top: 0; */
  /* border: 1px solid rgba(0, 0, 0, 0.1); */
  /* box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); */
  border-radius: 10px;
  min-width: fit-content;
  width: 100%;
  /* background: #fff; */
  align-items: flex-start;
}
/* #main-menu > li > ul > li:hover > ul {
  display: block;
} */
#main-menu > li > ul > li > ul > li > ul {
  /* display: none;
  position: absolute; */
  flex-direction: column;
  /* right: auto;
  left: 100%;
  top: 0; */
  /* border: 1px solid rgba(0, 0, 0, 0.1); */
  /* box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); */
  border-radius: 10px;
  min-width: fit-content;
  width: 100%;
  /* background: #fff; */
  align-items: flex-start;
  margin-top: 10px;
  /* padding-left: 20px; */
}
/* #main-menu > li > ul > li > ul > li:hover > ul {
  display: block;
} */
.none_boder_r {
  border-right: 0 !important;
}

.no_bg {
  background-image: none !important;
}

#search button {
  position: absolute;
  top: 7px;
  right: 10px;
  border: none;
  width: 13px;
  height: 19px;
  background: 0 0;
  outline: 0;
}

.fixed {
  position: fixed !important;
  width: 100%;
  max-width: 100%;
  top: 0 !important;
  z-index: 999;
  left: 0;
  /* background: #fff; */
}

.button-more,
.item_slider,
.thumb {
  position: relative;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.item_slider > a img {
  position: relative;
  width: 100%;
}

#slider .owl-item.active .item_slider .slider_info,
#slider_mb .owl-item.active .item_slider .slider_info {
  opacity: 1;
  -webkit-animation: 1s 1.5s both fadeInRight;
  -moz-animation: 1s backwards fadeInRight;
  -o-animation: 1s 1.5s both fadeInRight;
  -ms-animation: fadeInRight 1s ease backwards;
  animation-fill-mode: both;
  animation-delay: 1.5s;
}

#slider .owl-item.active .owl-lazy,
#slider_mb .owl-item.active .owl-lazy {
  opacity: 1;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

.thumb {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

.all_slide_nho_slide,
.cart_mobile,
.catagory-list-detail > ul > li > ul,
.catagory-list > ul ul,
.catagory-list__fix > ul ul,
.header_logo_mobile,
.language_mobile,
.menu_mobile,
.search_mobile,
.tabs-pro-detail .content-tabs-pro-detail,
.timkiem_header_mobile,
coccocgrammar,
div.menu_mobi,
div.menu_mobi_add {
  display: none;
}

.slideshow {
  position: relative;
}

.item_slider > a {
  display: block;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  height: 100% !important;
}

.slideshow a img {
  object-fit: cover;
}

.control-slideshow {
  position: absolute;
  z-index: 2;
  top: calc(50% - 50px / 2);
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  cursor: pointer;
  margin: 0;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid rgba(75, 75, 75, 0.1);
  box-shadow: 0 0 7px 0 #00000040;
  display: flex;
  justify-content: center;
  align-items: center;
}

.control-slideshow i {
  color: #4b4b4b;
  font-weight: 500;
}

.alert-warning strong,
.scrollToTop i,
.share span {
  font-weight: 400;
}

.prev-slideshow {
  left: 5%;
}

.next-slideshow {
  right: 5%;
}

.row-flex-xs {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -25px;
}

.all_bread {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
  gap: 10px;
}

.bread_title {
  font-weight: 700;
  max-width: 720px;
  position: relative;
  /* text-transform: uppercase; */
  font-size: 30px;
  color: #000;
}

#background-banner {
  height: 250px;
}

#background-banner .fixwidth {
  height: 100%;
}

.breadcrumb {
  background: 0 0;
  margin-bottom: 0;
  padding: 0;
  justify-content: center;
}

.breadCrumbs {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.breadcrumb-item a {
  color: #000;
  font-size: 15px;
}

.breadcrumb-item.active a {
  font-weight: 600;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  color: #000;
  font-size: 12px;
  font-weight: 300;
}

.breadCrumbs .wrap-content {
  padding: 0.75rem 10px;
  max-width: 1260px;
}

.breadCrumbs .wrap-content .breadcrumb {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 0;
}

.breadCrumbs .wrap-content .breadcrumb-item a {
  color: var(--color-black);
}

.breadCrumbs .wrap-content .breadcrumb-item.active a {
  color: var(--color-gray);
}

.pagination-ajax,
.paging_ajax {
  text-align: center;
  margin-top: 20px;
}

.paging_ajax a {
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 8px 12px;
  margin: 0 3px;
  min-width: 30px;
  cursor: pointer;
}

.paging_ajax a.current,
.paging_ajax a:hover {
  background: #9d0000;
  color: #fff;
}
.wrap_tintuc {
  background: #f8f8f8;
  padding-top: 40px;
  padding-bottom: 120px;
}
.wrap_product {
  padding-top: 50px;
  padding-bottom: 50px;
}
.toppd0 {
  padding-top: 0;
}
.loadkhung_tintuc {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.loadkhung_product1 {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 9px;
}
.loadkhung_product {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
.loadkhung_product3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.pagination-home {
  margin-top: 30px;
  margin-bottom: 2%;
}

.pagination {
  flex-wrap: wrap;
}
.wrap_search,
.wrap_product {
  background: #f8f8f8;
}
.wrap_bottom {
  padding: 40px 0;
  /* padding-top: 60px; */
  position: relative;
}

.rows {
  margin: 0 -15px;
}

/* SẢN PHẨM */

.left-pro-detail .MagicZoom {
  border-radius: 5px;
  width: 100%;
}
.al_hinhanh_product {
  position: relative;
  margin: 30px 0;
}
.al_hinhanh_product .control-carousel {
  width: 40px;
  height: 40px;
  border: 1px solid #e6e6e6;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.al_hinhanh_product .prev-carousel {
  left: -20px;
}
.al_hinhanh_product .next-carousel {
  right: -20px;
}

.box-readmore li ul > li:before {
  content: counters(item, ".") " ";
}
.box-readmore ul {
  list-style-type: none;
  counter-reset: item;
  margin-bottom: 0px;
  padding-left: 0px !important;
  margin-top: 8px;
}
.box-readmore ul li {
  display: table;
  counter-increment: item;
  margin-bottom: 5px;
}
.box-readmore ul li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 5px;
}
.box-readmore li ul > li {
  margin: 0 0 8px;
}

.box-readmore ul {
  list-style-type: none;
  counter-reset: item;
  margin-bottom: 0;
  /* padding-left: 0 !important; */
  margin-top: 8px;
}

.box-readmore ul li {
  position: relative;
  display: table;
  counter-increment: item;
  margin-bottom: 5px;
}

.box-readmore ul li.active a {
  opacity: 1;
}
.box-readmore ul li a {
  color: #333;
  cursor: pointer;
  padding: 4px 0;
  font-weight: 400;
  /* opacity: 0.58; */
  display: block;
}

.box-readmore ul li a:hover {
  color: #767676;
}
.all_meta-toc {
  margin-bottom: 20px;
}
.all_meta-toc .box-readmore {
  display: none;
}
.meta-toc {
  /* position: sticky;
  top: 100px; */
}

.toc_title_mucluc i {
  border: 1px solid #000;
  padding: 5px;
  border-radius: 5px;
  font-weight: 400;
}
.toc_title {
  cursor: pointer;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  /* padding-bottom: 10px; */
  border: 1px solid #9c9c9c;
  padding: 10px;
  border-radius: 6px;
}

.scrollToTop,
.toc_toggle {
  font-weight: 700;
  cursor: pointer;
}

.toc_toggle {
  color: #3cb44a;
  width: 30px;
  height: 30px;
  border: 1px solid #9c9c9c;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loadkhung_news {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}

.pagination-home .pagination .page-item .page-link {
  color: #555;
  font-size: 0.875rem;
  padding: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  background: #fafafa;
}

.pagination-home .pagination .page-item.active .page-link {
  color: #fff;
  background-color: #926828;
  border-color: #926828;
}

.pagination-ajax .pagination {
  justify-content: center !important;
}

.pagination-ajax a {
  display: inline-block;
  vertical-align: top;
  margin: 0 2px 3px;
  color: #333;
  background: #fff;
  border: 1px solid rgba(161, 161, 161, 0.4);
  font-size: 12px;
  cursor: pointer;
  padding: 5px;
  width: 35px;
  border-radius: 2px;
  height: 35px;
  line-height: 26px;
}

.pagination-ajax a.current,
.pagination-ajax a:hover {
  background: #3985f7;
  color: #fff;
  border-color: #3985f7;
}

.grecaptcha-badge {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  visibility: hidden !important;
  overflow: hidden;
}

.scrollToTop {
  background-color: hsla(0, 0%, 100%, 0.8);
  border-radius: 50%;
  box-shadow: 0 0 15px 0 #0000001c;
  width: 41px;
  height: 41px;
  text-align: center;
  color: #444;
  text-decoration: none;
  position: fixed;
  bottom: 30px;
  right: 6px;
  display: none;
  z-index: 10;
}

.scrollToTop i {
  color: #000;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.transition {
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.alert-warning {
  color: #000;
  background-color: #fff;
  border-color: #d2d2d2;
  margin: 0;
}

.menu_mobi_add .menulicha i {
  position: absolute;
  right: 0;
  top: 0;
  padding: 12px 16px;
}

.all_breadCrumbs {
  position: relative;
  height: 150px;
}
.all_breadCrumbs::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #f0f0f0;
}
.all_breadCrumbs .fixwidth {
  height: 100%;
}

/* RATING */
.all_bancothethich_fw {
  /* padding: 20px; */
  /* margin-top: 20px; */
  /* margin-bottom: 20px; */
  /* background: #fff; */
  /* border-radius: 20px; */
  /* box-shadow: 0px 0px 45px 0px #00000029; */
  max-width: 1100px;
  margin: auto;
}
.title_csbh {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: "Lora", serif;
}
.all_rating_des {
  display: flex;
  gap: 10px;
}
.rating_des_left {
  width: 70%;
}
.rating_des_right {
  width: 30%;
  text-align: center;
}
.all_rating_right_des {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.all_number_rating {
  width: 30%;
  text-align: center;
}
.rating_right_number {
  font-size: 60px;
  font-weight: 600;
  color: #373737;
  font-family: "Lora", serif;
}
.rating_right_soluong {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rating_right_soluong .rating--inner-top {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.rating {
  position: relative;
  display: flex;
  gap: 20px;
}
.rating--inner ul,
.rating--inner-top ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.rating--inner-top,
.rating--inner-top ul {
  align-items: center;
  display: flex;
}
.rating--inner-top ul {
  flex-direction: row-reverse;
}
.rating--inner-top ul li {
  padding-right: 5px;
  display: flex;
  align-items: center;
}
.rating--inner ul li:first-child,
.rating--inner-top ul li:first-child {
  padding-right: 0;
}
.rating--inner-top .rating > span::before,
.rating--inner-top ul li i {
  font-size: 18px;
  font-family: "Font Awesome 5 Pro";
  color: #bba887;
}
.rating--inner .rating > span,
.rating--inner-top .rating > span {
  pointer-events: none;
  transition: 0.1s;
  width: 0;
  display: block;
  overflow: hidden;
}
.rating--inner-top .rating > span {
  position: absolute;
  left: 0;
  top: -1px;
}
.rating--inner-top .rating > span::before {
  content: "\f005\f005\f005\f005\f005";
  font-weight: 700;
  letter-spacing: 5px;
  line-height: normal;
  display: block;
}
.votes {
  width: 100%;
  margin-top: 6px;
  font-size: 15px;
}
.all_rating_loai {
  width: 70%;
}
.percentages {
  width: 50%;
  position: relative;
}
.glsr-bar {
  display: table-row;
  white-space: nowrap;
  width: 100%;
}
.glsr-bar > span {
  display: table-cell;
  line-height: 1.5;
  vertical-align: middle;
}
.glsr-bar-label {
  font-size: 14px;
  padding: 3px 18px 3px 0;
  color: #000;
}
span.glsr-bar-background {
  position: relative;
  width: 100%;
}
.glsr-bar-background::before {
  background-color: #00000014;
  content: "";
  display: block;
  height: 12px;
  margin-top: -4px;
  opacity: 0.9;
  position: absolute;
  top: 50%;
  width: 100%;
  border-radius: 10px;
}
span.glsr-bar-background-percent {
  height: 12px;
  border-radius: 10px;
  color: #373737;
  display: block;
  position: relative;
  background-color: currentColor;
}
span.glsr-bar-percent {
  font-size: 13px;
  padding-left: 12px;
}
.title_danhgia_sp {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.chiase_camnhan {
  display: flex;
  justify-content: flex-end;
}
.chiase_camnhan > span {
  font-size: 14px;
  color: #4d4e4f;
  margin-bottom: 10px;
  display: block;
}
.chiase_camnhan button {
  font-weight: 700;
  align-items: center;
  background: transparent;
  border: 1px solid #373737;
  border-radius: 4px;
  color: #373737;
  display: flex;
  font-size: 16px;
  text-transform: uppercase;
  height: 48px;
  justify-content: center;
  line-height: 1;
  opacity: 1;
  padding: 0 24px;
  font-family: "Lora", serif;
}
.chiase_camnhan button:hover {
  background: #373737;
  color: #fff;
}
.all_noidung_danhgia .all_rating > .rating {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #373737;
}
.all_name_img_rating {
  text-align: left;
  font-weight: 800;
  font-size: 16px;
  flex: 0 0 auto;
  font-family: "Lora", serif;
}
.img_rating {
  font-size: 45px;
  line-height: 1;
}
.img_rating i {
  font-weight: 300;
}
.noidung_rating {
  margin: 5px 0;
}
.all_noidung_rating {
  flex: 1 1 auto;
}
.all_date_rating {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  flex: 0 0 auto;
}
.all_date_rating i {
  font-weight: 300;
}
.all_noidung_rating .rating--inner-top ul li i {
  font-size: 18px;
}
.all_noidung_rating .rating--inner-top .rating > span::before {
  font-size: 18px;
}

/* END RATING */

/* TÁC GIẢ */
.tacgia {
  background: #fff;
  border-radius: 20px;
  display: flex;
  gap: 15px;
  margin-top: 40px;
  padding: 40px 20px;
}
.author-img {
  width: 100px;
}
.author-img img {
  width: 100px;
  height: 100px !important;
  object-fit: cover;
  border-radius: 50%;
}
.author-description {
  width: calc(100% - 100px - 15px);
}
.name_author {
  font-size: 20px;
  font-weight: 600;
  color: #4f4f4f;
}
.wrap-main-product {
  /* overflow: hidden; */
}
/* END TÁC GIẢ */

@media (max-width: 1500px) {
  .fixwidth,
  .maincontent {
    max-width: 90%;
    margin: auto;
  }
  .wrap_custom_page .wrap_banner_custom .content_col_vct {
    max-width: 90%;
  }
}

@media (max-width: 1160px) {
  #main-menu {
    gap: 15px;
  }
  .header_logo img {
    /* max-width: 150px; */
  }
  #main-menu li a {
    font-size: 13px;
  }
  .loadkhung_tintuc_news_list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1024px) {
  .fixwidth,
  .maincontent {
    max-width: 90%;
    margin: auto;
  }
  .all_sanpham_noibat .all_sp_noibat {
    width: 90%;
    margin: auto;
  }
  .grid-pro-detail
    .right-pro-detail
    .right-pro-detail-sticky
    .product-paddle-design-wrap
    a {
    font-size: 14px;
  }
  .grid-pro-detail
    .right-pro-detail
    .right-pro-detail-sticky
    .all_soluong_addtocart
    .addcart {
    font-size: 14px;
  }
  .grid-pro-detail
    .right-pro-detail
    .right-pro-detail-sticky
    .all_soluong_addtocart
    .quantity-pro-detail {
    flex: 0 0 120px;
    height: 45px;
  }
  .grid-pro-detail .right-pro-detail {
    padding: 20px;
  }
  .header-height .menu .all_button_search_header {
    flex: 0 0 60px;
  }
  .header-height .menu .all_button_search_header .all_user_login {
    display: none;
  }
  .header_logo {
    flex: 1 1 auto;
    text-align: center;
    z-index: 99999;
  }
  .icon_down i {
    display: none;
  }
  .loadkhung_product1 {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
  }

  .loadkhung_product3 {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
  }
  .menu_destop {
    display: none !important;
  }
  .header-height {
    padding: 18px clamp(18px, 1.7vw, 36px);
  }
  .header-height .menu {
    position: relative;
  }
  .menu_mobi_add ul li ul {
    margin-left: 4%;
  }

  .menu_mobi_add ul li ul li a {
    padding-left: 20px;
  }

  .menu_mobi_add ul li ul li ul li a {
    padding-left: 30px;
  }

  .menu_mobi_add ul li ul li ul li ul li a {
    padding-left: 40px;
  }

  div.menu_mobi_add {
    background: #f3f0e2;
    display: block;
    position: fixed;
    left: -100%;
    top: 0;
    z-index: 99999;
    color: #080808;
    height: 100vh;
    overflow: auto;
    line-height: 1.5;
    padding-top: 70px;
    padding-bottom: 50px;
    width: 85%;
    transition: 0.5s;
  }

  div.menu_mobi_active {
    left: 0;
    transition: 0.5s;
  }

  div.menu_mobi_add ul {
    list-style: none;
  }

  .icon_menu_mobi {
    font-size: 30px;
    display: flex;
    cursor: pointer;
    margin-bottom: 0;
    align-items: center;
    justify-content: center;
  }

  .icon_menu_mobi i {
    font-weight: 300;
  }

  .icon_menu_mobi img {
    height: 20px !important;
    filter: invert(49%) sepia(59%) saturate(504%) hue-rotate(2deg)
      brightness(100%) contrast(89%);
  }

  .menu_baophu {
    background: #000;
    opacity: 0.8;
    z-index: 998;
    left: 0;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
  }
  div.menu_mobi_add .header_user_login {
    border-bottom: 1px solid #373737;
  }
  div.menu_mobi_add .header_user_login a {
    color: #373737;
    padding: 18px 16px;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  a.home_mobi {
    color: #b4882d;
    float: right;
    font-size: 20px;
    display: none;
  }

  .close_menu {
    position: absolute;
    top: 15px;
    left: 20px;
    font-size: 20px;
    background: #f3f0e2;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
  }

  .close_menu i {
    color: #000;
    font-weight: 300;
    font-size: 25px;
  }

  div.menu_mobi_add > ul > .menu-item > a {
    position: relative;
    border-bottom: 1px solid #373737;
  }
  div.menu_mobi_add ul .menu-item a {
    text-decoration: none;
    color: #373737;
    /* text-transform: uppercase; */
    display: block;
    padding: 18px 16px;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    text-align: left;
  }

  div.menu_mobi {
    flex: 0 0 60px;
    display: block;
    color: #000;
    font-size: 18px;
    display: flex;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    justify-content: flex-start;
    align-items: center;
  }

  div.menu_mobi_add ul .menu-item > a {
    padding: 5px 20px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  div.menu_mobi_add ul .menu-item ul li > a {
    color: #373737;
    text-transform: capitalize;
    padding: 5px 20px;
    min-height: 50px;
    display: flex;
    align-items: center;
    font-size: 18px;
  }
  div.menu_mobi_add ul .menu-item a i {
    font-weight: 300;
  }
}

@media (max-width: 1000px) {
  .all_tintuc_bottom_list .all_right_tintuc_bars {
    flex: 0 0 300px;
  }
}

@media (max-width: 900px) {
  .all_contact_lienhe .all_banner_contact {
    grid-template-columns: repeat(1, 1fr);
  }
  .products {
    grid-template-columns: repeat(2, 1fr);
  }
  .all_right_tintuc_bars {
    display: none;
  }
}

@media (max-width: 769px) {
  .wrap_contact_map .all_grid_contact_index .cell .contact_form form .title_form{
    padding: 15px 25px;
    font-size: 20px;
  }
  .wrap_contact_map .all_grid_contact_index{
    grid-template-columns: repeat(1, 1fr);
  }
  .wrap_contact_map .all_grid_contact_index .cell .iframe_map iframe{
    min-height: 300px;
  }
  .all_contact_lienhe .all_banner_contact .col_banner_contact:nth-child(1) {
    padding: 50px 0;
  }
  .product .all_img_product .all_url_product {
    flex-direction: column;
    display: none;
  }
  .boxfooter_container .boxfooter_top .inner-row .cell .img_bocongthuong {
    text-align: left;
  }
  .boxfooter_container .boxfooter_top .inner-row .cell .img_bocongthuong img {
    max-width: 190px;
  }
  .wrap_visaochon .all_visao_chon .content_visao_chon .title_visao_chon {
    font-size: 20px;
  }
  .wrap_visaochon .all_visao_chon .content_visao_chon .desc_visao_chon {
    font-size: 16px;
  }
  .wrap_danhmuc_news {
    padding: 40px 0;
  }
  .wrap_visaochon .all_visao_chon {
    grid-template-columns: repeat(1, 1fr);
  }
  .all_tintuc_bottom_list {
    max-width: 100%;
  }
  .wrap_custom_page
    .all_page_khachhang_custom
    .all_tab_khachhang
    .tab-content
    .tab-pane
    .all-post-khachhang
    .control-slideshow.next-khachhang {
    right: 0;
  }
  .shop-bar.active {
    margin-bottom: 60px;
  }
  .shop-bar .shop-inside .all_soluong_addtocart {
    margin-bottom: 15px;
  }
  .shop-bar .shop-inside .all_soluong_addtocart .quantity-pro-detail {
    flex: 0 0 90px;
  }
  .shop-bar .shop-inside .all_soluong_addtocart .addcart ins {
    display: none;
  }
  .all_detail_news_page .all_share_buy_together .share_buy_together_left {
    flex: 1 1 auto;
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .all_detail_news_page .all_share_buy_together {
    flex-direction: column;
  }
  .all_detail_news_page .row_col_tintuc .col-ttleft .title_news {
    font-size: 30px;
  }
  .all_detail_news_page .row_col_tintuc .col-ttright {
    display: none;
  }
  .wrap_custom_page .all-gallerycustom-page .all-gallerycustom.is-offset {
    padding-left: 0;
  }
  .content-main-page-news .page_news_slide_noibat .news_slide_noibat.is-offset {
    padding-left: 0;
  }
  .content-main-page-news .page_news_slide_noibat .news_slide_noibat {
    max-width: 95%;
    margin: auto;
  }
  .check_danhmuc_pagesp .row_page_sp .col-page-sp .tatsasp {
    position: relative;
    top: 0;
    margin-bottom: 20px;
  }
  .wrap_banner_instagram
    .all_grid_instagram
    #popup_instagram
    .modal-body
    .f-carousel
    button.is-prev {
    top: 15px;
    left: 0;
  }
  .wrap_banner_instagram
    .all_grid_instagram
    #popup_instagram
    .modal-body
    .f-carousel
    button.is-next {
    top: 15px;
    left: calc(0% + 60px);
  }
  .wrap_banner_instagram
    .all_grid_instagram
    #popup_instagram
    .modal-body
    .f-carousel
    .f-carousel__viewport {
    padding-top: 40px;
  }
  .wrap_banner_instagram
    .all_grid_instagram
    #popup_instagram
    .modal-body
    .f-carousel
    .grid_carousel_instagram {
    display: block;
  }
  .wrap_banner_instagram
    .all_grid_instagram
    #popup_instagram
    .modal-body
    .f-carousel
    .grid_carousel_instagram
    .content_instagram {
    position: unset !important;
  }
  .wrap_banner_instagram
    .all_grid_instagram
    #popup_instagram
    .modal-body
    .f-carousel
    .grid_carousel_instagram
    .content_instagram
    .constrol_instagram {
    top: -40px;
  }
  .wrap_banner_instagram
    .all_grid_instagram
    #popup_instagram
    .modal-body
    .f-carousel
    .grid_carousel_instagram
    img {
    aspect-ratio: 3/2;
  }
  .wrap_custom_page
    .all_page_cachthuc_hoatdong
    .all_cachthuc_hoatdong
    .cachthuc_hoatdong
    .title {
    font-size: 20px;
  }
  .wrap_custom_page .all_page_cachthuc_hoatdong {
    padding-top: 40px;
  }
  .wrap_custom_page
    .all_page_khachhang_custom
    .all_tab_khachhang
    .tab-content
    .tab-pane
    .all-post-khachhang
    .owl-khachhang {
    width: 100%;
  }
  .wrap_custom_page
    .all_banner_bottom_custom
    .content_banner_bottom_custom
    .link {
    font-size: 16px;
    padding: 10px 30px;
  }
  .wrap_custom_page
    .all_banner_bottom_custom
    .content_banner_bottom_custom
    .desc {
    font-size: 16px;
  }
  .wrap_custom_page .all_banner_bottom_custom .content_banner_bottom_custom {
    align-items: flex-start;
    padding: 0;
  }
  .wrap_custom_page
    .all_banner_bottom_custom
    .content_banner_bottom_custom
    .title {
    font-size: 40px;
  }
  .wrap_custom_page
    .all_danhgia_custom_page
    .all_danhgia_custom
    .danhgia_custom
    .testimonial__blockquote-quotes {
    left: 0;
    top: 0;
  }
  .wrap_custom_page
    .all_danhgia_custom_page
    .all_danhgia_custom
    .danhgia_custom {
    padding: 20px;
  }
  .wrap_custom_page .all_danhgia_custom_page .all_danhgia_custom {
    grid-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
  .wrap_custom_page
    .all_banner_center_custom
    .row_banner_center_custom
    .cel_banner_center_custom
    .content
    .link {
    font-size: 16px;
    padding: 12px 30px;
  }
  .wrap_custom_page
    .all_banner_center_custom
    .row_banner_center_custom
    .cel_banner_center_custom
    .content
    .desc {
    font-size: 16px;
    text-align: justify;
  }
  .wrap_custom_page
    .all_banner_center_custom
    .row_banner_center_custom
    .cel_banner_center_custom
    .content
    .title {
    font-size: 30px;
  }
  .wrap_custom_page
    .all_banner_center_custom
    .row_banner_center_custom
    .cel_banner_center_custom
    .content {
    margin-top: 30px;
  }
  .wrap_custom_page .all_banner_center_custom .row_banner_center_custom {
    grid-template-columns: repeat(1, 1fr);
  }
  .wrap_custom_page .all_banner_center_custom {
    padding-top: 0;
  }
  .wrap_custom_page
    .all_page_khachhang_custom
    .all_tab_khachhang
    .nav-pills
    .nav-item
    a {
    font-size: 13px;
  }
  .wrap_custom_page .all_page_khachhang_custom .title_khachhang_custom {
    margin: 0 0 15px;
    font-size: 30px;
  }
  .wrap_custom_page .all_slogan_custom .slogan_custom {
    flex-direction: column;
  }
  .wrap_custom_page .all_slogan_custom .slogan_custom .slogan span {
    font-size: 20px;
    padding: 10px 0;
    margin: 0;
    text-align: center;
  }
  .wrap_custom_page .all_slogan_custom .slogan_custom .slogan::after {
    content: none;
  }
  .wrap_custom_page
    .all_page_cachthuc_hoatdong
    .content_top_cachthuc_hoatdong
    .title {
    font-size: 30px;
  }
  .wrap_custom_page
    .all_page_cachthuc_hoatdong
    .content_top_cachthuc_hoatdong
    .desc {
    font-size: 16px;
    text-align: justify;
  }
  .wrap_custom_page .all_page_cachthuc_hoatdong .all_cachthuc_hoatdong {
    grid-template-columns: repeat(1, 1fr);
  }
  .all_gioithieu_index h1,
  .all_gioithieu_index_page h1 {
    font-size: 30px;
  }
  .all_gioithieu_index h2,
  .all_gioithieu_index_page h2 {
    font-size: 23px;
  }
  .all_detail_news_page {
    padding: 30px 0;
  }
  .all_contact_lienhe .all_banner_contact .col_banner_contact .content .desc,
  .all_contact_lienhe .all_form_contact .content_form_contact .desc {
    font-size: 35px;
    font-weight: 600;
    line-height: 1.2;
  }
  .all_contact_lienhe .all_form_contact .content_form_contact {
    margin-bottom: 20px;
  }
  .content-main-page-news .all_page_one_news .row_page_one_news {
    grid-template-columns: repeat(1, 1fr);
  }
  .content-main-page-news
    .all_page_one_news
    .row_page_one_news
    .col_page_one_news
    .content_one_news {
    padding: 20px;
  }
  .content-main-page-news
    .all_page_one_news
    .row_page_one_news
    .col_page_one_news
    .content_one_news
    .descr
    .title {
    font-size: 30px;
  }
  .content-main-page-news
    .all_page_one_news
    .row_page_one_news
    .col_page_one_news
    .content_one_news
    .descr
    .xemthem {
    font-size: 15px;
    padding: 12px 30px;
  }
  .content-main-page-news .all_page_tab_danhmuc_news {
    padding: 40px 0;
  }
  .content-main-page-news
    .all_page_tab_danhmuc_news
    .title_page_tab_danhmuc_news {
    font-size: 30px;
    margin: 0 0 10px;
  }
  .content-main-page-news .all_page_tab_danhmuc_news .tab-content {
    max-width: 100%;
  }
  .content-main-page-news
    .all_page_tab_danhmuc_news
    .tab-content
    .tab-pane
    .paging-product-index
    .button_loadmore
    .loadMoreBtn {
    font-size: 15px;
    padding: 12px 30px;
  }
  .content-main-page-news
    .all_page_danhgianews
    .row_danhgianews
    .col_danhgianews {
    flex: auto;
  }
  .content-main-page-news .all_page_danhgianews .row_danhgianews {
    gap: 20px;
  }
  .content-main-page-news
    .all_page_danhgianews
    .row_danhgianews
    .col_danhgianews
    .content_danhgianews
    .desc {
    font-size: 20px;
  }
  .content-main-page-news
    .all_page_danhgianews
    .row_danhgianews
    .col_danhgianews
    .content_danhgianews
    .link {
    font-size: 16px;
    padding: 18px 20px;
  }
  .content-main-page-news .page_noidung_danhgianews {
    padding: 40px 0;
  }
  .content-main-page-news .page_news_slide_noibat .title_news_slide_noibat {
    font-size: 30px;
  }
  .content-main-page-news .page_news_slide_noibat {
    padding-bottom: 40px;
    padding-top: 30px;
  }
  .content-main-page-news
    .page_news_noibat
    .slide_news_noibat
    a
    .all_content_news_noibat
    .content_news_noibat {
    padding: 45px 20px;
  }
  .post .all_content_post {
    padding: 10px;
  }
  .post .all_content_post .title_news {
    font-size: 16px;
  }
  .chiase_camnhan button {
    font-size: 14px;
    height: 40px;
    padding: 0 15px;
  }
  .title_csbh {
    font-size: 30px;
  }
  .rating {
    flex-direction: column;
  }
  .all_sanpham_noibat {
    padding: 20px 0;
  }
  .all_sanpham_noibat .all_title_sp_noibat .title_sp_noibat {
    font-size: 30px;
  }
  .grid-pro-detail
    .right-pro-detail
    .right-pro-detail-sticky
    .product-paddle-design-wrap
    a {
    padding: 10px;
  }
  .grid-pro-detail {
    flex-direction: column;
  }
  .grid-pro-detail .gallery_pro-detail {
    display: block;
    width: 100%;
  }
  .grid-pro-detail .gallery_pro-detail .item_slide_pro-detail img {
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 100%;
  }
  .grid-pro-detail .gallery_pro-detail .owl-slideshow .owl-dots {
    margin: 0;
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    display: none;
  }
  .grid-pro-detail .gallery_pro-detail .owl-slideshow .owl-dots .owl-dot span {
    height: 3px;
    width: 40px;
    border-width: 0px;
    border-radius: 0;
    background: #eaeaea;
    margin: 0 4px;
    opacity: 1;
  }
  .grid-pro-detail
    .gallery_pro-detail
    .owl-slideshow
    .owl-dots
    .owl-dot.active
    span {
    background: #373737;
  }
  .grid-pro-detail .left-pro-detail {
    display: none;
  }
  .check_danhmuc_pagesp .boloc_all_search .boloc_arrange span,
  .check_danhmuc_pagesp .boloc_all_search .boloc_arrange select {
    font-size: 15px;
  }
  .check_danhmuc_pagesp .all_filter_danhmuc_page .all_danhmuc_page ul {
    justify-content: center;
  }
  .check_danhmuc_pagesp .all_filter_danhmuc_page .all_danhmuc_page ul li a {
    padding: 0 6px;
  }
  .check_danhmuc_pagesp .boloc_all_search .boloc_arrange {
    justify-content: flex-start;
  }
  .check_danhmuc_pagesp .all_filter_danhmuc_page .filter_page {
    height: 40px;
    padding: 0 20px;
    font-size: 13px;
  }
  .check_danhmuc_pagesp .all_filter_danhmuc_page {
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 15px;
    flex-direction: column-reverse;
  }
  .check_danhmuc_pagesp
    .row_page_sp
    .col-page-search
    .all_title_danhmuc_sanpham_right
    .all_danhmuc_sp
    label {
    font-size: 18px;
  }
  .check_danhmuc_pagesp
    .row_page_sp
    .col-page-search
    .all_title_danhmuc_sanpham_right
    .all_danhmuc_sp
    .all_check_dm
    .check_boloc
    span {
    font-size: 12px;
  }
  .check_danhmuc_pagesp
    .row_page_sp
    .col-page-search
    .all_title_danhmuc_sanpham_right
    .all_danhmuc_sp
    .all_check_dm
    .check_boloc {
    height: 45px;
    padding: 0px 15px;
  }
  .check_danhmuc_pagesp .row_page_sp .col-page-search .close_col-page-search {
    display: block;
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 25px;
  }
  .check_danhmuc_pagesp .row_page_sp .col-page-search .close_col-page-search i {
    font-weight: 300;
  }
  .check_danhmuc_pagesp.active .row_page_sp .col-page-search {
    position: fixed;
    top: 50%;
    left: 50%;
    background: #fff;
    z-index: 9999;
    max-height: 90vh;
    overflow: scroll;
    width: 90%;
    transform: translate(-50%, -50%);
    padding: 30px;
    display: none;
  }
  .check_danhmuc_pagesp.active .row_page_sp .col-page-search {
    display: block;
  }
  .check_danhmuc_pagesp.active .row_page_sp::before {
    content: "";
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #72756352;
    top: 0;
    left: 0;
    z-index: 9;
  }
  .wrap_gioithieu .aboutpage-text__wrap .homepage-text__message {
    max-width: 100%;
  }
  .wrap_gioithieu .aboutpage-text__wrap {
    padding: 40px 0 40px 0;
  }
  .wrap_gioithieu .aboutpage-text__wrap .homepage-text__title {
    font-size: 30px;
  }
  .wrap_gioithieu .wrap_vechungtoi {
    grid-template-columns: repeat(1, 1fr);
  }
  .wrap_gioithieu .wrap_vechungtoi .col_vct .content_col_vct {
    padding: 30px 20px;
  }

  .wrap_banner_sale .all_grid_sale {
    grid-template-columns: repeat(1, 1fr);
  }
  .wrap_banner_sale .all_grid_sale .cell .content_grid_sale .desc {
    font-size: 50px;
  }
  .wrap_banner_sale .all_grid_sale .cell .content_grid_sale .url {
    margin-top: 15px;
  }
  .wrap_danhmuc_noibat {
    padding: 60px 0;
  }
  .wrap_danhmuc_noibat .hd_title,
  .wrap_sp_nb .all_title_nb .hd_title,
  .wrap_banner_instagram .all_title_nb .hd_title,
  .wrap_danhmuc_news .title_page_tab_danhmuc_news,
  .wrap_visaochon .title_page_tab_danhmuc_news {
    font-size: 30px;
    font-weight: 600;
  }
  .wrap_danhmuc_noibat
    .all_danhmuc_noibat
    .item_danhmuc_noibat
    .content_danhmuc_noibat
    .ten_danhmuc_noibat {
    font-size: 25px;
  }
  .wrap_danhmuc_noibat
    .all_danhmuc_noibat
    .item_danhmuc_noibat
    .content_danhmuc_noibat
    .url_danhmuc_noibat {
    font-size: 12px;
  }
  .wrap_sp_nb .all_title_nb .fixwidth {
    margin-bottom: 0;
  }
  .content-main-page-news .all_page_tab_danhmuc_news .nav-pills .nav-item a {
    font-size: 12px;
  }
  .wrap_sp_nb {
    padding-top: 0 !important;
  }
  .product .content_product .title_product {
    font-size: 20px;
  }
  .product .content_product .procr_sp {
    font-size: 16px;
  }
  .product .all_img_product .url_product {
    font-size: 14px;
    border: 1px solid #000;
  }
  .wrap_sp_nb .all_sanpham_noibat {
    padding-bottom: 40px;
  }
  .wrap_banner_instagram .all_title_nb a {
    padding: 10px 20px;
  }
  .boxfooter_container .boxfooter_top .inner-row {
    grid-template-columns: repeat(1, 1fr);
  }
  .boxfooter_container .boxfooter_top::after {
    content: none;
  }
  .boxfooter_container .boxfooter_top {
    padding: 40px 0;
  }
  .boxfooter_container .boxfooter_top .inner-row .all_form_footer {
    max-width: 100%;
    margin: auto;
    margin-bottom: 30px;
  }
  .boxfooter_container .boxfooter_top .inner-row .cell .title_chinhanh_footer {
    font-size: 15px;
    padding-top: 30px;
  }
  .boxfooter_container
    .boxfooter_top
    .inner-row
    .cell
    .all_img-thanhtoan_footer {
    margin-bottom: 0 !important;
  }
  .boxfooter_container .boxfooter_top .inner-row .cell .all_menu_footer {
    margin-bottom: 0;
  }
  .boxfooter_container
    .boxfooter_top
    .inner-row
    .cell
    .all_menu_footer
    p:last-child {
    margin-bottom: 0;
  }
  .boxfooter_container .boxfooter_top .inner-row .cell .all_mxh_footer {
    margin-top: 30px;
  }
  .scrollToTop {
    bottom: 80px;
  }

  .boloc_mobile {
    display: block !important;
  }
  .all_rating_des {
    flex-direction: column;
  }
  .rating_des_left,
  .rating_des_right {
    width: 100%;
    margin-bottom: 20px;
  }
  .all_number_rating {
    text-align: left;
  }
  .rating_right_soluong {
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .all_rating_right_des {
    align-items: flex-start;
    flex-direction: column;
  }
  .all_number_rating,
  .all_rating_loai,
  .percentages {
    width: 100%;
  }

  .right-pro-detail .row {
    flex-direction: column-reverse;
    width: auto;
    margin: auto;
    margin-right: -15px;
    margin-left: -15px;
  }

  .loadkhung_tintuc {
    margin-bottom: 0 !important;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
  .copyright .fixwidth {
    flex-direction: column;
    gap: 5px;
  }

  .copyright {
    margin-bottom: 52px;
    margin-top: 30px;
  }

  .loadkhung_news,
  .loadkhung_product,
  .loadkhung_product1,
  .loadkhung_product3 {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }

  .header-cachtop,
  .icon_down,
  .section.add_this-section ul.add_this li .add_this-inner > .title {
    display: none;
  }
  .section.add_this-section ul.add_this li .add_this-inner .alo-circle {
    display: none;
  }
  .section.add_this-section ul.add_this li .add_this-inner .alo-circle-fill {
    display: none;
  }
  #background-banner {
    height: 200px;
  }

  .section.add_this-section ul.add_this li .add_this-inner {
    width: 35px;
    height: 35px;
  }

  .section.add_this-section ul.add_this {
    padding: 8px 0;
    width: 100%;
    justify-content: space-evenly;
    flex-direction: row;
  }

  .section.add_this-section {
    width: 100%;
    bottom: 0;
    text-align: center;
    background: rgba(255, 255, 255, 0.7);
    right: 0;
    padding: 0;
    border-radius: 0;
    box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.1);
  }

  .loadkhung_product {
    display: grid;
  }
}

@media (max-width: 600px) {
  .wrap_danhmuc_news .nav-pills .nav-item {
    width: calc(100% / 2 - 10px);
  }
  .wrap_danhmuc_news .nav-pills .nav-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 13px;
    padding: 10px;
  }
  .grid-pro-detail
    .right-pro-detail
    .right-pro-detail-sticky
    .all_frequently_bought_together
    .all_sp_addtocart_frequently {
    flex-direction: column;
  }
  .grid-pro-detail
    .right-pro-detail
    .right-pro-detail-sticky
    .all_frequently_bought_together
    .all_sp_addtocart_frequently
    .rebuy-bundle__images {
    order: inherit;
    width: 100%;
    flex: 1 1 auto;
    justify-content: center;
  }
  .grid-pro-detail
    .right-pro-detail
    .right-pro-detail-sticky
    .all_frequently_bought_together
    .all_sp_addtocart_frequently
    .rebuy-bundle__images
    .rebuy-bundle__image {
    flex: 1;
  }
  .grid-pro-detail
    .right-pro-detail
    .right-pro-detail-sticky
    .all_frequently_bought_together
    .all_sp_addtocart_frequently
    .all_addtocart_rebuy {
    width: 100%;
  }
  .boxfooter_container .boxfooter_center .all_mxh_menu_footer {
    flex-direction: column;
    align-items: flex-start;
  }
  .boxfooter_container .boxfooter_center {
    padding: 25px 0;
  }
  .boxfooter_container .copyright .logo_footer {
    padding-top: 0;
  }
  .boxfooter_container .copyright .content_copyright {
    padding-bottom: 20px;
  }
  .wrap_banner_instagram .all_title_nb .fixwidth {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
  }
  .wrap_sp_nb .all_title_nb .fixwidth {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    min-height: auto;
  }
  .wrap_sp_nb {
    padding-top: 40px !important;
  }
  .wrap_sp_nb .all_title_nb .fixwidth {
    margin-bottom: 30px;
  }
  .row {
    width: 100%;
    margin: 0;
  }
  .form-contact .row {
    width: auto;
    margin: 0 -15px;
  }
}

@media (max-width: 440px) {
  .check_danhmuc_pagesp .all_filter_danhmuc_page .all_danhmuc_page ul {
    justify-content: flex-start;
    gap: 12px;
  }
  .check_danhmuc_pagesp .all_filter_danhmuc_page .all_danhmuc_page ul li,
  .check_danhmuc_pagesp .all_filter_danhmuc_page .all_danhmuc_page ul li a {
    padding: 0;
  }
  .product .all_img_product .url_product {
    font-size: 12px;
    padding: 10px;
  }
  .wrap_banner_sale .all_grid_sale .cell .content_grid_sale {
    padding: 30px;
  }
  .wrap_banner_sale .all_grid_sale .cell .content_grid_sale .desc {
    font-size: 35px;
  }

  .all_buy_together
    .loadkhung_product
    .product_news
    .content_product
    .all_gia_rating {
    align-items: flex-start;
    flex-direction: column;
  }
  .all_buy_together
    .loadkhung_product
    .product_news
    .content_product
    .all_gia_rating
    .rating {
    gap: 5px;
    width: 100%;
    flex-direction: row;
  }
  .wrap_custom_page
    .all_banner_bottom_custom
    .content_banner_bottom_custom
    .desc {
    text-align: justify;
  }
  .content-main-page-news .page_noidung_danhgianews .desc {
    text-align: justify;
  }
  .content-main-page-news
    .all_page_one_news
    .row_page_one_news
    .col_page_one_news
    .content_one_news
    .descr
    .desc {
    font-size: 16px;
    text-align: justify;
  }
  .wrap_custom_page
    .all_page_cachthuc_hoatdong
    .all_cachthuc_hoatdong
    .cachthuc_hoatdong
    .desc {
    max-width: 100%;
    text-align: justify;
  }
  .wrap_gioithieu .aboutpage-text__wrap .homepage-text__message {
    text-align: justify;
  }
  .wrap_gioithieu
    .wrap_vechungtoi
    .col_vct
    .content_col_vct
    .all_gioithieu_index {
    text-align: justify;
  }
  .wrap_custom_page .all_danhgia_custom_page .all_danhgia_custom {
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-pro-detail
    .right-pro-detail
    .right-pro-detail-sticky
    .all_soluong_addtocart {
    flex-direction: column;
  }
  .grid-pro-detail
    .right-pro-detail
    .right-pro-detail-sticky
    .all_soluong_addtocart
    .quantity-pro-detail {
    max-height: 45px;
    width: 120px;
  }
  .grid-pro-detail
    .right-pro-detail
    .right-pro-detail-sticky
    .all_soluong_addtocart
    .addcart {
    height: 45px;
  }
  .check_danhmuc_pagesp.active .row_page_sp .col-page-search {
    padding: 20px;
  }
  .header_logo img {
    max-width: 130px;
  }
  .wrap_danhmuc_noibat .all_danhmuc_noibat.owl-wrap.is-offset {
    padding-left: 0;
    max-width: 95%;
    margin: auto;
  }
  .loadkhung_product3 {
    /* grid-template-columns: repeat(1, 1fr); */
  }
}

@media (max-width: 369px) {
  .product .content_product .title_product {
    font-size: 16px;
    font-weight: 500;
    min-height: 40px;
  }
  .product .content_product .procr_sp {
    font-size: 15px;
  }
}
