/* @font-face {
    font-family: Plus Jakarta Sans;
    src: url('fonts/Oswald-VariableFont_wght.ttf') format('truetype'),
        url('fonts/Oswald-VariableFont_wght.woff2') format('woff2');
    font-display: swap;
}

body {
    font-family: 'Oswald', sans-serif !important;
} */

.mt-86 {
  margin-top: 86.8px;
}

.wrap-img {
  display: block;
}

.img-100 {
  position: relative;
  height: 0;
  overflow: hidden;
  display: block;
}

.img-100 > img {
  object-fit: cover;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s linear;
}

a:focus {
  color: #921c1a;
  text-decoration: underline;
}

.logo img {
  height: 60px;
}
.p-detail-4 .s-breadcrumb-1 {
  margin-bottom: 25px;
  padding-bottom: 5px;
  border-bottom: 1px solid #f5f5f5;
}
.s-breadcrumb-1 li {
  display: contents;
  font-size: 13px;
}
.s-breadcrumb-1 li:not(:first-child)::before {
  content: "\f101";
  font-family: FontAwesome;
  font-size: 0.786em;
  margin: 0 0.637em;
  color: #888;
}
.p-detail-4 .p_title {
  line-height: 1.2em;
  margin-bottom: 15px;
  font-weight: 700;
}
.p-detail-4 .p_source li {
  display: inline-block;
  margin-right: 20px;
  line-height: 0;
}
.p-detail-4 .p_source li span.fa::before {
  color: #d00;
}
.p-detail-4 .p_source {
  margin-bottom: 20px;
}
.p-detail-4 .ht-editor img {
  margin: 15px auto;
}
.paging {
  margin-top: 50px;
  margin-bottom: 35px;
  text-align: center;
  width: 100%;
}
.paging span {
  width: 28px;
  height: 28px;
  display: inline-block;
  border: 1px solid #ddd;
  text-align: center;
  line-height: 28px;
}
.paging span.current {
  border: 1px solid #921c1a;
  background: #921c1a;
  color: #fff;
  font-weight: bold;
}

.ht-editor {
  margin-bottom: 35px;
}
.tmp-entry-content table {
  width: 100%;
}
.tmp-entry-content img,
.category-des img {
  max-width: 100% !important;
  height: auto !important;
  width: auto !important;
}
.menu-mobile-icon {
  display: none;
}
.menu-mobile-icon {
  position: fixed;
  /* top: 26px; */
  left: 15px;
  font-size: 40px;
  color: #333;
  z-index: 99999;
}
.tmp_section_slider_events .tmp-title-event {
  margin-top: 12px;
}
.tmp_section_banner {
  margin-bottom: 15px;
}

.tmp-entry-content {
  text-align: left;
}

.src {
  margin-bottom: 15px;
  margin-top: 10px;
}

.pdt-20 {
  padding-top: 20px;
}

.pdb-20 {
  padding-bottom: 20px;
}

.bdt-1 {
  border-top: 1px solid #e7e7e7;
}

.adm-glyphicon span {
  background: url("images/setting.png");
  background-size: cover;
  width: 12px;
  height: 12px;
  display: inline-block !important;
  position: relative;
  z-index: 9;
}

#mobile-menu {
  display: none;
}

.stop-scroll {
  height: 100%;
  overflow: hidden;
}

.tmp-w-big img {
  margin-bottom: 15px;
}

.wrapper-topstory .box-news-larger .title {
  font-size: 26px;
  font-family: "Source Serif Pro", serif;
  color: #222;
  text-align: left;
  font-weight: bold;
}

.home-1-temp-2 .content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(60%, rgb(28 28 28 / 0)),
    to(rgb(28 28 28 / 82%))
  );
  background: linear-gradient(
    to bottom,
    rgb(28 28 28 / 0) 60%,
    rgb(28 28 28 / 82%) 100%
  );
}

.item-news {
  margin-top: 0;
  margin-bottom: 30px;
}

.home-1-temp-2 .item-news .content .title {
  font-size: 16px;
  color: white;
  position: absolute;
  padding: 8px 15px;
  bottom: 0;
}

.home-1-temp-2 .item-news.mt {
  margin-top: 30px;
}

.home-1-temp-2 .item-news {
  margin-top: 0px;
}

.box-left .wrap-img {
  position: relative;
  padding-bottom: 62%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 40%;
  background-image: url(./fonts/not-image.svg);
  background-color: #f5f4f4;
  display: block;
}

.box-left .wrap-img img {
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.home-1-temp-2 .box-left .content {
  background: linear-gradient(
    to top,
    rgb(28 28 28 / 0) 60%,
    rgba(255 252 252) 100%
  );
}

.home-1-temp-2 .box-left .content .title {
  font-size: 26px;
  font-family: "Source Serif Pro", serif;
  color: #222;
  font-weight: bold;
  padding: 20px;
}

.main_box .category-title {
  padding: 0 120px;
}

.main_box .category-title:before {
  left: 0;
}

.main_box .category-title:after {
  right: 0;
}

.home-1-temp-3 .content .title {
  font-size: 35px;
  font-family: "Source Serif Pro", serif;
  color: #000;
  letter-spacing: -1px;
}

.home-1-temp-3 .content .des {
  color: #222;
  font-size: 18px;
}

.home-1-temp-3 .item-news {
  margin-top: 0px;
}

.home-1-temp-3 .cate {
  text-align: left;
}

.home-1-temp-4 .item-news {
  height: unset;
  margin-top: 0px;
}

.home-1-temp-4 .item-news:not(:first-child) {
  margin-top: 30px;
}

.home-1-temp-4 .item-news .tmp-title-large {
  font-size: 18px;
}

.home-1-temp-4 .box-left .wrap-img {
  padding-bottom: 59%;
}

.home-1-temp-4 .box-left .tmp-title-big {
  font-size: 26px;
  margin-top: 15px;
}

.home-2-temp-2 .tmp-title-large {
  font-size: 18px;
}

.ht-rbox {
  background: #fcfcfc;
  padding: 30px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.23);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.23);
}

.s-sidebar-6 {
  margin-bottom: 40px;
}

.s-sidebar-6:last-child {
  margin-bottom: 0;
}

.s-sidebar-6 .s_heading {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding-bottom: 5px;
  position: relative;
}

.s-sidebar-6 .s_heading::after {
  content: "";
  width: 40px;
  height: 3px;
  background-color: #d00;
  z-index: 3;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.b-card-5 {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}

.b-card-5 .b_title {
  font-size: 20px;
  font-family: "Source Serif Pro", serif;
  color: #222;
  font-weight: bold;
  margin: 15px 0 5px;
}

.b_title.min {
  font-size: 16px;
}

.s-sidebar-6 .s_list a:not(:last-child) {
  margin-bottom: 15px;
}

.s-sidebar-6 .s_list a {
  display: block;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.s-sidebar-6 .s_list .thumb {
  float: left;
  width: 70px;
  line-height: 0;
  margin-right: 12px;
}

[class*="ht-ratio--"] {
  position: relative;
  overflow: hidden;
}

.ht-ratio--75::before {
  padding-bottom: 75%;
}

[class*="ht-ratio--"]::before {
  content: "";
  display: block;
}

.ht-ratio__img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.s-sidebar-6 .s_list .title {
  width: calc(100% - 82px);
  float: right;
  font-size: 16px;
  font-family: "Source Serif Pro", serif;
  color: #222;
  font-weight: bold;
}

.s-sidebar-6 .lnewsright {
  padding-left: 17px;
}

.s-sidebar-6 .lnewsright > li:not(:last-child) {
  margin-bottom: 12px;
}

.s-sidebar-6 .lnewsright > li {
  list-style: disc;
}

.s-sidebar-6 .lnewsright > li .title {
  font-size: 16px;
  font-family: "Source Serif Pro", serif;
  color: #222;
  font-weight: bold;
}

.hover:hover {
  color: #921c1a !important;
}

.news-list-temp-3 .item-news {
  height: unset;
}

.px-10 {
  padding-left: 70px;
  padding-right: 70px;
}

.category-des h1 {
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 30px;
  font-weight: bold;
}

.tmp-entry-content h2,
.category-des h2 {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 26px;
  font-weight: bold;
}

.tmp-entry-content h3,
.category-des h3 {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 22px;
  font-weight: bold;
}

.tmp-entry-content h4,
.category-des h4 {
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 22px;
  font-weight: bold;
}

.tmp-entry-content h5,
.category-des h5 {
  font-size: 12px;
  margin-bottom: 15px;
  line-height: 18px;
  font-weight: bold;
}

.tmp-entry-content a,
.category-des a {
  color: #0000ff;
  font-weight: 700;
}

.tmp-entry-content a:hover,
.category-des a:hover {
  color: #0054af;
}

.category-des {
  color: #000;
}

footer .tmp-copyright .border-top {
  font-size: 14px;
}

footer .tmp-copyright .border-top p {
  margin-bottom: 10px;
}

.site-title {
  text-indent: -9999px;
  height: 10px;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

.tmp-w-300 {
  width: 100%;
}

.bg-gray-garden {
  background: unset;
}

#under_menu .owl-nav {
  height: 0px;
}

#under_menu .owl-nav .navText svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s linear;
}

#under_menu .owl-nav .nav-next svg {
  /* right: 16.25%; */
  right: 30px;
}

#under_menu .owl-nav .nav-prev svg {
  /* left: 16.25%; */
  left: 30px;
}

#under_menu:hover .owl-nav .navText svg {
  opacity: 1;
  visibility: visible;
}

#under_menu:hover .owl-nav .nav-next svg {
  transform: translate(-5px, -50%);
}

.tab-fixed-m {
  display: none;
}

.tmp-entry-content figure figcaption {
  padding: 0;
  background-color: transparent;
  font-size: 14px;
  font-style: italic;
}

.product-price {
  text-align: left;
  margin-top: 10px;
}

.product-price span.price-old {
  margin-right: 8px;
  text-decoration: line-through;
  color: #999;
}

.product-price span.price-new {
  color: #000;
}

#header.affix {
  position: fixed;
  z-index: 999;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07);
  animation: headerdown 0.5s linear;
}

.section_navbar.affix {
  position: fixed;
  z-index: 999;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07);
  animation: headerdown 0.5s linear;
}

#header .nav-item {
  position: relative;
}

#header .menu-child {
  display: block;
  position: absolute;
  top: 100%;
  background: #fff;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 9999;
}

#header .child-item {
  text-align: left;
  white-space: nowrap;
  padding: 10px 20px 10px 20px;
  border-bottom: 1px solid #e5e5e5;
  transition: all 0.2s linear;
}

#header .menu-grandchild {
  display: block;
  position: absolute;
  top: 0%;
  background: #fff;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 9999;
}

#header .nav-item svg {
  margin-left: 5px;
}
#header .child-item {
  position: relative;
}
#header .child-item a {
  transition: all 0.2s linear;
}

#header .child-item:hover {
  background-color: #921c1a;
}
#header .child-item:hover .menu-grandchild {
  opacity: 1;
  visibility: visible;
}
.menu-grandchild.nright {
  left: 100%;
}
.menu-grandchild.nleft {
  right: 100%;
}
#header .child-item:hover > a {
  color: #fff;
}
.nav-item .child-item svg {
  position: absolute;
  right: 15px;
}
#header .nav-item:hover .menu-child {
  opacity: 1;
  visibility: visible;
}

.wrap {
  max-width: 1290px;
  width: 100%;
  margin: 0 auto;
}

.img-list {
  margin-top: 10px;
  float: left;
  width: 100%;
}

.img-item {
  width: calc(100% / 5);
  padding: 6px;
  float: left;
  height: 100px;
}

.img-item img {
  height: 100%;
  border: 1px solid #921c1a;
}

.product-title {
  border-bottom: 2px solid #921c1a;
  padding-bottom: 3px;
  margin-bottom: 10px;
  padding-left: 5px;
}

.product-title h1 {
  font-size: 16px;
  text-transform: uppercase;
  color: #261511;
  margin-bottom: 16px;
}

.product-des {
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-left: 5px;
}

.product-des p {
  font-size: 16px;
  color: #261511;
  line-height: 1.7;
  margin-bottom: 0;
}

.product-item .product-price {
  text-align: center;
}

.product-price p {
  font-size: 52px;
  line-height: 40px;
  text-align: center;
  color: #261511;
}

.product-btn {
  border-top: 1px solid #ddd;
  padding: 15px 25px 0;
  margin: 15px 0 0;
}

.product-phone {
  background-size: 36px auto;
  display: block;
  height: 45px;
  border-radius: 8px;
  line-height: 48px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  margin: 0;
  text-align: center;
  background-color: #271511;
  background-repeat: no-repeat;
  background-position: 3px center;
}

.product-nav {
  margin-top: 30px;
}

.product-nav li a,
.sidebar-title,
.product-related-title {
  float: left;
  background: #271511;
  border-right: 0;
  width: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  padding: 7px 1px 7px 25px;
  display: block;
  cursor: pointer;
  text-align: center;
  background-color: #271511;
  background-repeat: no-repeat;
  background-position: 3px center;
}

.product-nav li:first-child a {
  border-right: 1px solid #fff;
}

.tab-content {
  padding: 20px;
  float: left;
  width: 100%;
  border: 1px solid #ddd;
}

.product-content p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 0;
}

.product-content img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.product-content table {
  width: 100%;
  text-align: center;
}

.product-content table td {
  padding: 6px 0;
}

.product-content table th {
  background: #261511;
  color: white;
  height: 30px;
}

.sidebar-title,
.product-related-title {
  float: none;
  width: 100%;
  margin-top: 30px;
}

.sidebar-content {
  padding: 20px;
  border: 1px solid #ddd;
}

.sidebar-content li {
  position: relative;
  font-size: 14px;
  display: flex;
  align-items: center;
  padding-left: 45px;
  margin-bottom: 8px;
  position: relative;
  min-height: 38px;
}

.sidebar-content li img {
  position: absolute;
  top: 0;
  left: 0;
}

.product-related-title {
  margin-bottom: 10px;
}

.product-item {
  padding: 3px;
  border: 1px solid #ddd;
  text-align: center;
  margin-bottom: 30px;
}

.product-item p {
  padding: 4px 0;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0;
}

.product-item .product-price {
  margin-top: 0;
}

.send-review p {
  font-size: 16px;
  line-height: 1.7;
}

.send-review label {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 5px;
  display: block;
}

.send-review input {
  width: 50%;
  background-color: #fff;
  border: 1px solid #ccc;
  padding-left: 10px;
}

.send-review textarea {
  width: 90%;
  background-color: #fff;
  border: 1px solid #ccc;
  padding-left: 10px;
  resize: vertical;
  min-height: 80px;
}

.send-review .btn-send {
  background: #261511;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  border: 0px;
}

.rating svg.hover,
.rating svg.active {
  color: #921c1a !important;
}

.rating svg {
  transition: all 0.2s linear;
  cursor: pointer;
}

.paging.min {
  margin-top: 0px;
}

.title.min {
  font-size: 14px !important;
}

.description.min {
  font-size: 12px !important;
}

.product-img-item .wrap-img {
  padding-bottom: 74%;
}

.mb-2 {
  margin-bottom: 20px;
}

.s-sidebar-product .s_list .ht-ratio__img.ht-ratio_product__img,
.s-sidebar-6 .s_list .thumb.thumb-product {
  width: 100px;
}

.s-sidebar-product .s_list .title.title-product {
  width: calc(100% - 112px);
}

.s-sidebar-6 .lnewsright > li .title.title-news {
  font-size: 14px;
}

figcaption {
  text-align: center;
  max-width: 800px;
  margin: 5px auto 0;
  font-style: italic;
}

.product-home {
  text-align: center;
}

.product-home span {
  font-size: 24px;
}

.tmp-title-big.min {
  font-size: 24px;
}

.txt-sapo.min {
  font-size: 16px;
}

.tmp-title-large.min {
  font-size: 14px;
}

.home-1-temp-3 .content .title.min {
  font-size: 24px !important;
}

.home-1-temp-3 .des.min {
  font-size: 16px;
}

.section_navbar {
}

.section_navbar .box-main-nav .tmp-nav a {
  display: flex;
  align-items: center;
}

/* -------------------------up-to-top-------------------------- */
.social {
  position: fixed;
  right: 20px;
  bottom: 91px;
  display: flex;
  flex-direction: column;
  pointer-events: none;
  transition: 0.3s linear;
  z-index: 9999;
  /* transition: all .5s linear; */
}

.social-icon {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  text-align: center;
  margin-bottom: 16px;
  transform: translate(100px, 0);
  transition: 0.3s linear;
  opacity: 0;
  visibility: hidden;
  pointer-events: all;
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-icon:last-child {
  margin-bottom: 0;
}

.social-icon a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-icon svg {
  color: var(--second-color);
}

.tran-delay-1 {
  transition-delay: 0.1s;
  transition-property: all;
}

.tran-delay-2 {
  transition-delay: 0.2s;
  transition-property: all;
}

.tran-delay-3 {
  transition-delay: 0.3s;
  transition-property: all;
}

.tran-delay-4 {
  transition-delay: 0.4s;
  transition-property: all;
}

.social-icon.active {
  transform: translate(0, 0);
  visibility: visible;
  opacity: 1;
}

@media all and (max-width: 1380px) {
  #header .nav-item:last-child .child-item {
    padding: 10px 20px;
  }
}

@media all and (max-width: 768px) {
  .tmp_section_slider_events .tmp-title-event {
    margin-top: 4px;
  }
  .menu-mobile-icon {
    display: block;
  }
  .hidden-xs {
    display: none !important;
  }
  #artNavbar {
    display: none;
  }
  .main_box .tmp-title-big {
    font-size: 24px;
    text-align: center;
  }
  /* .tmp-title-large {font-size: 20px !important;} */
  .tmp-title-large {
    font-size: 17px !important;
  }
  .mm-menu.mm-offcanvas {
    z-index: 99;
  }
  #header form {
    display: none !important;
  }
  #mobile-menu .nav-item {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e7e7e7;
  }
  .tmp-entry-header,
  .tmp-entry-content {
    padding-right: 0;
    padding-left: 0;
  }
  .tmp-entry-header h1 {
    font-size: 24px;
    text-align: left !important;
  }
  .item-cate-news h3.tmp-title-large {
    /* font-weight: normal; */
    font-size: 17px !important;
  }
  .tmp_section_cate_featured {
    margin-top: 0 !important;
  }

  .xs-pdb-20 {
    padding-bottom: 20px !important;
  }

  .xs-pdt-20 {
    padding-top: 20px !important;
  }

  .xs-bd-1 {
    border-bottom: 1px solid #e7e7e7 !important;
  }

  .xs-bt-1 {
    border-top: 1px solid #e7e7e7 !important;
  }

  .xs-mt0 {
    margin-top: 0px !important;
  }

  #mobile-menu {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 80vw;
    left: 0;
    transition: all 0.2s ease-in-out 0s;
    /* box-shadow: 2px 0 5px 0 rgba(0, 0, 0, 0.15); */
    z-index: 99999;
    background-color: #f4f2f2;
    transform: translateX(-100%);
    visibility: hidden;
    opacity: 0;
    padding: 15px;
    overflow-y: auto;
  }

  #mobile-menu.active {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
  }

  #mobile-menu .nav-item {
    /* text-align: center; */
    position: relative;
    padding-bottom: 10px;
  }

  #mobile-menu .nav-link {
    margin-bottom: 0;
  }

  .menu-child {
    padding-left: 20px;
  }

  .menu-child li {
    padding: 10px 0;
  }

  #mobile-menu .nav-item svg {
    position: absolute;
    z-index: 1;
    top: 12px;
    right: 0;
    text-align: center;
  }

  .collapse.in {
    display: block !important;
  }

  .overlay-menu-mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    transition: all 0.2s ease-in-out 0s;
    z-index: 99998;
    opacity: 0;
    visibility: hidden;
  }

  .overlay-menu-mobile.active {
    opacity: 1;
    visibility: visible;
  }

  .wrapper-topstory .box-news-larger .title {
    font-size: 17px;
  }

  .home-1-temp-2 .box-left .content .title {
    font-size: 18px;
  }

  .home-1-temp-2 .item-news {
    margin-top: 30px;
  }

  .home-1-temp-3 .item-news {
    text-align: center;
  }

  .home-1-temp-3 .content .title {
    font-size: 24px;
  }

  .home-1-temp-3 .content .des {
    font-size: 16px;
  }
  .home-1-temp-4 .box-left .tmp-title-big {
    font-size: 19px;
    margin-top: 10px;
  }

  .home-1-temp-4 .item-news {
    margin-top: 30px;
  }

  .home-1-temp-4 .item-news .tmp-title-large,
  .home-2-temp-2 .tmp-title-large {
    margin-top: 10px;
  }

  .ht-rbox {
    margin-top: 30px;
  }

  .tmp-w-300 {
    flex: unset;
  }

  #under_menu .owl-nav .navText svg {
    opacity: 1;
    visibility: visible;
    width: 15px;
  }

  /* Tối ưu */
  #under_menu.owl-carousel {
    display: block;
  }

  #under_menu.owl-carousel .item {
    display: none;
  }

  #under_menu.owl-carousel .item:first-child {
    display: block !important;
  }

  .tab-fixed-m {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    padding: 7px 10px;
    background: rgba(255, 255, 255, 0.96);
    z-index: 10000;
    box-shadow: 2px 1px 9px #dedede;
    border-top: 1px solid #eaeaea;
  }

  .tab-fixed-m .item {
    text-align: center;
  }

  .tab-fixed-m .item img {
    max-width: 25px;
  }

  .tab-fixed-m .item span {
    display: block;
    font-size: 13px;
    margin-top: 5px;
  }

  footer .tmp-copyright {
    margin-bottom: 65px;
  }
  .product-price p {
    font-size: 25px;
  }

  .img-item {
    width: calc(100% / 4);
    height: 60px;
  }

  .product-title {
    margin-top: 20px;
  }

  .product-nav li a,
  .sidebar-title,
  .product-related-title {
    font-size: 13px;
  }

  .send-review input {
    width: 100%;
  }

  .send-review textarea {
    width: 100%;
  }

  .mt-86 {
    margin-top: 54px;
  }

  .social {
    display: none;
  }

  .logo-default img {
    max-width: 50px;
  }
  .child-item.child-m-1 a{
    font-size: 15px;
  }
  .child-item.child-m-2 a{
    font-size: 14px;
  }
}

@keyframes headerdown {
  0% {
    opacity: 0;
    transform: translate(0, -100%);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
