@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Arizonia&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: "Mulish", 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: 15px;
  line-height: 1.5;
}

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: 1200px;
  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;
}

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;
  width: fit-content;
  height: 60px;
}

.header_logo img {
  transition: 0.3s;
  max-width: 180px;
  object-fit: scale-down;
  width: fit-content;
}

.header-height {
  width: 100%;
}

#menu_top {
  position: relative;
  box-shadow: 0 4px 4px 0 #00000040;
  padding: 10px 0;
  background: #fff;
}

.menu {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.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;
}

.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;
}

.bread_title {
  font-weight: 700;
  max-width: 720px;
  position: relative;
  text-transform: uppercase;
  font-size: 35px;
  color: #fff;
}

#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: #fff;
  font-size: 15px;
}

.breadcrumb-item.active a {
  font-weight: 600;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  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_danhgia {
  background: #f8f8f8;
  padding: 40px 0;
}
.wrap_tintuc {
  background: #f8f8f8;
  padding-top: 40px;
  padding-bottom: 120px;
}
.wrap_product {
  padding-top: 50px;
  padding-bottom: 50px;
}

.wrap_product_index {
  padding-top: 50px;
}

.toppd0 {
  padding-top: 0;
}
.loadkhung_tintuc {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 30px;
}
.loadkhung_product {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.loadkhung_product1 {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 9px;
}

.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: 30px 0;
  position: relative;
}

.rows {
  margin: 0 -15px;
}

.boxfooter_container {
  color: #000;
  background: #fff;
  position: relative;
  padding-top: 80px;
  font-size: 15px;
}

/* SẢN PHẨM */
.title-pro-detail {
  color: #2b2b2b;
  font-size: clamp(25px, 5vw, 35px);
  font-weight: 800;
}
.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;
}
.left-pro-detail .MagicZoom figure {
  overflow: hidden;
  width: 100%;
}
.attr-pro-detail {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #6d6d6d;
}
.attr-pro-detail::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #6d6d6d;
  border-radius: 50%;
  bottom: -2px;
  left: 0;
}
.attr-pro-detail::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #6d6d6d;
  border-radius: 50%;
  bottom: -2px;
  right: 0;
}
.attr-pro-detail .title_gia i {
  color: #ff5b00;
  font-weight: 300;
  transform: rotate(90deg);
}
.attr-pro-detail .title_gia span {
  font-weight: 700;
  margin-left: 5px;
}
.all_gia_detail .price {
  color: #ff5b00;
  font-size: 30px;
  font-weight: 800;
  margin-top: 10px;
}
.all_linkvideo_hinhanh {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 20px 0;
}
.link_button {
  border: 1px solid #dadada;
  padding: 5px 10px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
  font-weight: 700;
  font-size: 15px;
}
.link_button img {
  width: 18px;
}
.all_diachi_rating_product .diachi_product {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
}
.all_diachi_rating_product .diachi_product i {
  font-weight: 300;
}

.left-pro-detail .MagicZoom img {
  object-fit: contain;
  width: 100%;
  aspect-ratio: 1/1;
  display: inline-block;
}

.thumb-pro-detail {
  display: block;
  position: relative;
  overflow: hidden;
}

.gallery-thumb-pro {
  position: relative;
  margin-top: 10px;
}

.thumb-pro-detail.mz-thumb.mz-thumb-selected {
  border-color: #cecfd2;
  overflow: hidden;
}

.thumb-pro-detail img {
  box-shadow: none !important;
  filter: brightness(100%) !important;
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 3/2;
  display: block;
}

.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 {
  display: table;
  counter-increment: item;
  margin-bottom: 5px;
}

.box-readmore ul li:before {
  content: "";
  display: table-cell;
  padding-right: 5px;
}

.box-readmore ul li a {
  color: #333;
  cursor: pointer;
  font-weight: 400;
}

.box-readmore ul li a:hover {
  color: #767676;
}

.meta-toc {
  /* position: sticky;
  top: 100px; */
}
.box-readmore {
  display: none;
}
.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;
}

.scrollToTop,
.toc_toggle {
  font-weight: 700;
  cursor: pointer;
}

.toc_toggle {
  color: #3cb44a;
}

.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: 400px;
}
.all_breadCrumbs::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #00000085;
}
.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;
}
.title_csbh {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.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: #116e68;
}
.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: 14px;
  font-family: "Font Awesome 5 Pro";
  color: #ffa400;
}
.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: 13px;
  padding: 6px 18px 6px 0;
  color: #000;
}
span.glsr-bar-background {
  position: relative;
  width: 100%;
}
.glsr-bar-background::before {
  background-color: #e6e6e6;
  content: "";
  display: block;
  height: 5px;
  margin-top: -2.5px;
  opacity: 0.9;
  position: absolute;
  top: 50%;
  width: 100%;
}
span.glsr-bar-background-percent {
  height: 5px;
  color: #ffa400;
  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 > span {
  font-size: 14px;
  color: #4d4e4f;
  margin-bottom: 10px;
  display: block;
}
.chiase_camnhan button {
  background-color: #116e68;
  border: 1px solid #116e68;
  color: #fff;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}
.all_name_img_rating {
  text-align: center;
  font-weight: 800;
  font-size: 16px;
}
.img_rating {
  font-size: 45px;
  line-height: 1;
}
.img_rating i {
  font-weight: 300;
}
.noidung_rating {
  margin: 10px 0;
}
.all_date_rating {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
}
.all_date_rating i {
  font-weight: 300;
}
.all_noidung_rating .rating--inner-top ul li i {
  font-size: 11px;
}
.all_noidung_rating .rating--inner-top .rating > span::before {
  font-size: 11px;
}
/* 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: 1460px) {
  .fixwidth,
  .maincontent {
    max-width: 95%;
    margin: auto;
  }
}

@media (max-width: 1160px) {
  #main-menu {
    gap: 15px;
  }
  .header_logo img {
    max-width: 150px;
  }
  #main-menu li a {
    font-size: 13px;
  }
  .button_lienhe a {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .all_form_tour {
    justify-content: center;
  }
  .form_tour_input {
    width: calc(100% / 3 - 15px);
  }
  .header-cachtop {
    display: none;
  }
  .header_logo {
    width: calc(100% - 60px);
    text-align: center;
    margin-right: 30px;
  }
  .button_lienhe {
    display: none;
  }
  .item_slider .all_content_noidung_slide .ten_slide {
    margin-bottom: 30px;
  }
  .item_slider .all_content_noidung_slide {
    top: 50%;
  }
  .wrap_search {
    padding-top: 50px;
  }
  .all_form_tour {
    top: 0;
  }

  .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;
  }

  .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: #fff;
    display: block;
    position: fixed;
    left: -100%;
    top: 0;
    z-index: 99999;
    color: #080808;
    height: 100vh;
    overflow: auto;
    line-height: 1.5;
    padding-top: 40px;
    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: 400;
  }

  .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;
  }

  a.home_mobi {
    color: #b4882d;
    float: right;
    font-size: 20px;
    display: none;
  }

  .close_menu {
    position: absolute;
    top: 5px;
    right: 7px;
    font-size: 20px;
    background: #fff;
    width: 35px;
    line-height: 35px;
    border-radius: 50%;
  }

  .close_menu i {
    color: #c33;
  }

  div.menu_mobi_add ul .menu-item a {
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    display: block;
    padding: 12px 40px 12px 10px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    text-align: left;
  }

  div.menu_mobi {
    display: block;
    color: #116e68;
    font-size: 18px;
    display: flex;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    justify-content: center;
    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: #848484;
    text-transform: capitalize;
    padding: 5px 20px;
    min-height: 50px;
    display: flex;
    align-items: center;
  }
}

@media (max-width: 1000px) {
  .contact_index_right img {
    position: relative;
    bottom: 0;
    width: 100%;
    max-width: 260px;
  }
  .wrap_contact {
    padding: 0;
  }
  .wrap_tintuc {
    padding-bottom: 30px;
  }
}

@media (max-width: 900px) {
  .products {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 769px) {
  .noidung_prodetail_tour {
    font-size: 15px;
  }
  .al_hinhanh_product .prev-carousel {
    left: 0;
  }
  .al_hinhanh_product .next-carousel {
    right: 0;
  }
  .all_danhgia_index .control-dv.prev-dv {
    left: 20px;
  }
  .all_danhgia_index .control-dv.next-dv {
    right: -10px;
  }
  .form_tour_input {
    width: 100%;
  }
  .inputList--item {
    width: calc(100% - 10px);
  }
  .all_folow_contact {
    margin-bottom: 30px;
  }
  .all_noidung_danhgia {
    margin-top: 20px;
  }
  .all_rating_des {
    flex-direction: column;
  }
  .rating_des_left,
  .rating_des_right {
    width: 100%;
  }
  .right-pro-detail .row {
    flex-direction: column-reverse;
    width: auto;
    margin: auto;
    margin-right: -15px;
    margin-left: -15px;
  }
  .all_giaproduct_baogia {
    top: 0;
    margin-top: 30px;
  }
  .all_thongtin_prodetail_tour {
    gap: 20px;
  }
  .thongtin_prodetail_tour {
    width: calc(100% / 2 - 10px);
  }
  .pt_mobile {
    padding-top: 0 !important;
  }
  .all_title_danhmuc_sanpham_right {
    display: none;
  }
  .boloc_mobile {
    display: block;
  }
  .loadkhung_tintuc {
    margin-bottom: 0 !important;
  }
  .all_right_tintuc_bars {
    display: none;
  }
  .img_trainghiem {
    margin-bottom: 30px;
  }
  .nhungconso {
    width: calc(100% / 2 - 20px);
  }
  .wrap_tintuc {
    padding-top: 20px;
  }
  .wrap_danhgia {
    padding-bottom: 0;
    padding-top: 0;
  }
  .all_mota_danhgia {
    width: 100%;
  }
  .form-contact-index {
    width: 100%;
  }

  .noidung_contact_index {
    text-align: center;
  }
  .copyright .fixwidth {
    flex-direction: column;
    gap: 5px;
  }
  .copyright .fixwidth span {
    text-align: center;
  }
  .copyright {
    margin-bottom: 52px;
    margin-top: 30px;
  }
  .boxfooter_container {
    padding-top: 40px;
  }
  .wrap_contact {
    padding: 40px 0;
  }
  .contact_index_left {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .contact_index_right {
    display: none;
  }
  .all_content_gioithieu_index {
    grid-template-columns: repeat(1, 1fr);
  }
  .all_tieuchi {
    grid-template-columns: repeat(1, 1fr);
  }
  .all_title_tour_index {
    flex-direction: column;
    margin-bottom: 30px;
    gap: 10px;
    align-items: flex-start;
  }
  .all_title_tour_index .title_tour_index_left .tab-buttons {
    margin-bottom: 0;
  }
  .all_form_tour .row {
    gap: 15px;
  }
  .item_slider img {
    min-height: 400px;
  }
  .item_slider .all_content_noidung_slide {
    /* display: none; */
  }

  .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;
  }

  #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_trainghiem {
    padding: 30px 0;
  }
  .row {
    width: 100%;
    margin: 0;
  }
  .form-contact .row {
    width: auto;
    margin: 0 -15px;
  }
}

@media (max-width: 440px) {
}

@media (max-width: 369px) {
}
