.radius-right-0 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}

.radius-left-0 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}

@media (min-width: 768px) {
  .font-xl {
    font-size: 46pt;
  }
  .font-lg {
    font-size: 40pt;
  }
  .font-h1 {
    font-size: 34pt;
  }
  .font-h2 {
    font-size: 32pt;
  }
  .font-h3 {
    font-size: 28pt;
  }
  .font-h4 {
    font-size: 24pt;
  }
  .font-h5 {
    font-size: 22pt;
  }
  .font-h6 {
    font-size: 18pt;
  }
}
@media (max-width: 767px) {
  .font-xl {
    font-size: 46pt;
  }
  .font-lg {
    font-size: 40pt;
  }
  .font-h1 {
    font-size: 34pt;
  }
  .font-h2 {
    font-size: 32pt;
  }
  .font-h3 {
    font-size: 28pt;
  }
  .font-h4 {
    font-size: 24pt;
  }
  .font-h5 {
    font-size: 22pt;
  }
  .font-h6 {
    font-size: 18pt;
  }
}
@media (max-width: 575px) {
  .font-xl {
    font-size: 46pt;
  }
  .font-lg {
    font-size: 40pt;
  }
  .font-h1 {
    font-size: 34pt;
  }
  .font-h2 {
    font-size: 32pt;
  }
  .font-h3 {
    font-size: 28pt;
  }
  .font-h4 {
    font-size: 24pt;
  }
  .font-h5 {
    font-size: 22pt;
  }
  .font-h6 {
    font-size: 18pt;
  }
}
.grid-xl-12, .grid-xl-11, .grid-xl-10, .grid-xl-9, .grid-xl-8, .grid-xl-7, .grid-xl-6, .grid-xl-5, .grid-xl-4, .grid-xl-3, .grid-xl-2, .grid-xl, .grid-xl-1, .grid-lg-12, .grid-lg-11, .grid-lg-10, .grid-lg-9, .grid-lg-8, .grid-lg-7, .grid-lg-6, .grid-lg-5, .grid-lg-4, .grid-lg-3, .grid-lg-2, .grid-lg, .grid-lg-1, .grid-md-12, .grid-md-11, .grid-md-10, .grid-md-9, .grid-md-8, .grid-md-7, .grid-md-6, .grid-md-5, .grid-md-4, .grid-md-3, .grid-md-2, .grid-md, .grid-md-1, .grid-sm-12, .grid-sm-11, .grid-sm-10, .grid-sm-9, .grid-sm-8, .grid-sm-7, .grid-sm-6, .grid-sm-5, .grid-sm-4, .grid-sm-3, .grid-sm-2, .grid-sm, .grid-sm-1, .grid-auto, .grid-12, .grid-11, .grid-10, .grid-9, .grid-8, .grid-7, .grid-6, .grid-5, .grid-4, .grid-3, .grid-2, .grid, .grid-1 {
  width: 100%;
  position: relative;
}

.grid-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.grid {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  max-width: 100%;
}

.grid-auto {
  width: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
}

.grid-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.grid-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.grid-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.grid-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.grid-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.grid-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.grid-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.grid-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.grid-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.grid-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.grid-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.grid-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .grid-sm {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
  }
  .grid-sm-auto {
    width: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
  }
  .grid-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .grid-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .grid-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .grid-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .grid-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .grid-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .grid-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .grid-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .grid-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .grid-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .grid-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .grid-md {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
  }
  .grid-md-auto {
    width: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
  }
  .grid-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .grid-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .grid-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .grid-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .grid-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .grid-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .grid-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .grid-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .grid-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .grid-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .grid-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .grid-lg {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
  }
  .grid-lg-auto {
    width: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
  }
  .grid-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .grid-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .grid-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .grid-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .grid-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .grid-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .grid-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .grid-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .grid-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .grid-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .grid-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .grid-xl {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
  }
  .grid-xl-auto {
    width: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
  }
  .grid-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .grid-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .grid-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .grid-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .grid-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .grid-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .grid-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .grid-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .grid-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .grid-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .grid-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .scroll-hide {
    overflow: hidden;
  }
  .mask-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .mask-backdrop.mask-show {
    opacity: 1;
    z-index: 950;
  }
}
.white-col {
  padding: 0.25rem 0;
  margin-bottom: 3rem;
  background-color: #ffffff;
}

.breadcrumbs {
  border-radius: 20px;
  padding: 0.5rem 10px;
  margin-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .breadcrumbs {
    margin-bottom: 1rem;
  }
}
.breadcrumbs ul li {
  margin-left: 1rem;
  margin-right: 1rem;
  font-size: 0.85rem;
  display: inline-block;
  color: gray;
}
.breadcrumbs ul li a {
  color: gray;
}
.breadcrumbs ul li a:hover {
  color: #2f3245;
}
.breadcrumbs ul li:not(:last-child)::after {
  content: "\f101";
  font-weight: bold;
  padding-left: 0.4rem;
  color: gray;
  font-family: "Font Awesome 5 Free";
}
.breadcrumbs ul li:last-child, .breadcrumbs ul li:last-child a {
  color: #2f3245;
}

#header {
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  background-color: #ffffff;
  z-index: 1000;
  -webkit-transition: top 0.4s linear, opacity 0.4s linear;
  transition: top 0.4s linear, opacity 0.4s linear;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
@media (min-width: 992px) {
  #header.slideUp {
    opacity: 0;
    top: -148px;
  }
}
@media (max-width: 991px) {
  #header .small-wrap {
    padding: 0;
  }
  #header .mobile-cart-num {
    top: -10px;
    right: -10px;
    color: #ffffff;
    padding: 0.25rem;
    position: absolute;
    border-radius: 20px;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    background-color: red;
    font-size: 12px !important;
  }
}
#header .user-wrap {
  background-image: url("../images/background/bgg.jpg");
}
#header .user-wrap .disappear-item {
  display: block;
}
@media (max-width: 991px) {
  #header .user-wrap .disappear-item {
    display: none;
  }
}
#header .user-wrap > .container {
  position: relative;
}
#header .user-wrap > .container .grid-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#header .user-wrap > .container .grid-wrap button {
  padding: 0.15rem 0.5rem;
}
#header .user-wrap > .container .grid-wrap > * {
  position: static;
  padding: 0.45rem 0;
}
#header .user-wrap > .container .grid-wrap > *:not(:last-child) {
  margin-right: 0.5rem;
}
#header .user-wrap [class*=user-hover-] {
  max-height: 60vh;
  overflow-y: auto;
}
#header .user-wrap [class*=user-hover-]::-webkit-scrollbar-thumb {
  background-color: #dbb18f;
}
#header .user-wrap [class*=user-hover-]::-webkit-scrollbar-thumb:hover {
  background-color: #d5a47c;
}
#header .user-wrap .user-hover-search,
#header .user-wrap .user-hover-lang,
#header .user-wrap .user-hover-cart {
  top: 85%;
  right: 15px;
  z-index: 8;
  width: 250px;
  display: none;
  position: absolute;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
}
#header .user-wrap .user-hover-cart {
  top: 45%;
}
@media (max-width: 992px) {
  #header .user-wrap .user-hover-cart {
    top: 85%;
  }
}
#header .user-wrap .user-btn .user-hover-lang .lang-item {
  overflow-y: auto;
  max-height: 200px;
  font-weight: bold;
  text-align: center;
}
#header .user-wrap .user-btn .user-hover-lang .lang-item .lang-list a {
  display: block;
  font-size: 90%;
  color: #b18d64;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}
#header .user-wrap .user-btn .user-hover-lang .lang-item .lang-list a:hover {
  color: #ffffff;
  background-color: #b18d64;
}
#header .user-wrap .user-btn .user-hover-lang .lang-item > .lang-list:not(:last-child) a {
  border-bottom: 1px solid #dee2e6;
}
#header .user-wrap .user-btn .user-hover-search {
  padding: 0.75rem;
}
#header .user-wrap .user-btn .user-hover-cart {
  width: 300px;
}
@media (max-width: 575px) {
  #header .user-wrap .user-btn .user-hover-cart {
    width: 80vw;
  }
}
#header .user-wrap .user-btn .user-hover-cart .simple-cart-item {
  padding: 0.75rem;
  overflow-y: auto;
  max-height: 200px;
}
#header .user-wrap .user-btn .user-hover-cart .simple-cart-item > *:not(:last-child) {
  margin-bottom: 0.5rem;
}
#header .user-wrap .user-btn .user-hover-cart .simple-cart-item .simple-cart-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#header .user-wrap .user-btn .user-hover-cart .simple-cart-item .simple-cart-list .simple-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45px;
          flex: 0 0 45px;
  max-width: 45px;
  position: relative;
  padding-bottom: 45px;
}
#header .user-wrap .user-btn .user-hover-cart .simple-cart-item .simple-cart-list .simple-image img {
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#header .user-wrap .user-btn .user-hover-cart .simple-cart-item .simple-cart-list .grid {
  padding-left: 0.5rem;
}
#header .user-wrap .user-btn .user-hover-cart .simple-cart-item .simple-cart-list .grid p {
  font-size: 90%;
}
#header .user-wrap .user-btn .user-hover-cart .simple-cart-item .simple-cart-list .simple-cart-remove {
  cursor: pointer;
}
#header .user-wrap .user-btn .user-hover-cart .simple-cart-text {
  text-align: left;
  padding: 0.75rem 1.75rem;
  border-top: 1px solid #dee2e6;
  background-color: #b18d64;
}
#header .user-wrap .user-btn .user-hover-cart .simple-cart-text p {
  font-size: 100%;
  color: #dee2e6;
  font-weight: bold;
}
#header .user-wrap .user-btn .user-hover-cart .simple-cart-text > *:not(:last-child) {
  margin-bottom: 0.5rem;
}
#header .user-wrap .user-btn .user-hover-cart .simple-cart-bottom {
  text-align: center;
  padding: 0.5rem 0.75rem;
  border-top: 1px solid #dee2e6;
}
#header .user-wrap .user-btn .user-hover-cart .simple-cart-bottom p {
  font-size: 90%;
  color: #b18d64;
  font-weight: bold;
}
#header .user-wrap .user-btn .user-hover-cart .simple-cart-bottom > *:not(:last-child) {
  margin-bottom: 0.5rem;
}
#header .menu-wrap {
  padding: 0.5rem 0;
  overflow: hidden;
}
#header .menu-wrap .menu-qr {
  cursor: default;
  background-color: #dbb18f;
}
#header .menu-wrap .menu-qr img {
  max-width: 50px;
}
#header .menu-wrap .menu-qr span {
  color: #ffffff;
  font-size: 80%;
}
@media (max-width: 991px) {
  #header .menu-wrap > .container > .grid-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#header .menu-wrap .menu-logo {
  color: #000000;
  display: inline-block;
}
#header .menu-wrap .menu-logo > * {
  display: inline-block;
  vertical-align: middle;
}
#header .menu-wrap .menu-logo > *.logo-wrap {
  width: 60px;
  height: 60px;
  position: relative;
}
@media (max-width: 991px) {
  #header .menu-wrap .menu-logo > *.logo-wrap {
    width: 60px;
    height: 50px;
  }
}
#header .menu-wrap .menu-logo > *.logo-wrap > img {
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#header .menu-wrap .menu-show {
  display: none;
}
@media (max-width: 991px) {
  #header .menu-wrap .menu-show {
    display: block;
  }
}
#header .menu-wrap .menu-item {
  padding-left: 1rem;
}
@media (min-width: 992px) {
  #header .menu-wrap .menu-item {
    display: block !important;
  }
}
@media (max-width: 991px) {
  #header .menu-wrap .menu-item {
    padding: 0;
    display: none;
    margin-bottom: 1rem;
    margin-top: 1rem;
    background-color: #f7f7f7;
  }
}
#header .menu-wrap .menu-item ul li a {
  display: block;
  font-size: 95%;
  font-weight: bold;
  padding: 0.5rem 0.75rem;
  color: rgba(0, 0, 0, 0.7);
}
#header .menu-wrap .menu-item ul li a:hover, #header .menu-wrap .menu-item ul li a.active {
  color: #b18d64;
}
#header .bar-btn {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 1rem 0 1rem 0.45rem;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 992px) {
  #header .bar-btn {
    display: none;
  }
}
#header .bar-btn .icon-bar {
  left: 0;
  width: 25px;
  height: 2px;
  display: block;
  position: relative;
  border-radius: 1px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.6s cubic-bezier(0.12, 1.2, 0.22, 1.17);
  transition: all 0.6s cubic-bezier(0.12, 1.2, 0.22, 1.17);
}
#header .bar-btn .icon-bar:nth-child(1) {
  bottom: 6px;
}
#header .bar-btn .icon-bar:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#header .bar-btn .icon-bar:nth-child(3) {
  top: 6px;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
#header .bar-btn.open {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
#header .bar-btn.open .icon-bar:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
          transform: translateY(8px) rotate(-45deg);
}
#header .bar-btn.open .icon-bar:nth-child(2) {
  opacity: 0;
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
}
#header .bar-btn.open .icon-bar:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
          transform: translateY(-8px) rotate(45deg);
}

.dropdown-scrollbar {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media (max-width: 991px) {
  .dropdown-scrollbar {
    height: 350px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}

.menu-category .menu-sort {
  left: 10%;
  right: 10%;
  position: fixed;
  display: none;
}
@media (max-width: 990px) {
  .menu-category .menu-sort {
    position: relative !important;
  }
}
.menu-category .menu-sort::-webkit-scrollbar-thumb {
  background-color: #636991;
}
.menu-category .menu-sort::-webkit-scrollbar-thumb:hover {
  background-color: #393d54;
}
.menu-category .menu-sort a {
  display: block;
  font-size: 90%;
  color: #2f3245;
}

.item-wrap-1-menu .hot {
  top: 10px;
  z-index: 1;
  right: 10px;
  position: absolute;
}
.item-wrap-1-menu .item-list {
  display: block;
  position: relative;
  margin-bottom: 0.5rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.item-wrap-1-menu .item-list .item-image {
  overflow: hidden;
  position: relative;
  text-align: center;
  height: 100%;
  display: block;
}
@media (max-width: 991px) {
  .item-wrap-1-menu .item-list .item-image {
    height: 45px;
  }
}
.item-wrap-1-menu .item-list .item-image img {
  height: auto;
  display: block;
  max-width: 100%;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.item-wrap-1-menu .item-list .item-image > * {
  width: 100%;
  height: 100%;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 2rem;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #dbb18f;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.item-wrap-1-menu .item-list .item-image > * span,
.item-wrap-1-menu .item-list .item-image > * a {
  top: 55%;
  display: block;
  position: absolute;
  font-size: large;
}
@media (min-width: 1300px) {
  .item-wrap-1-menu .item-list .item-image > * span,
  .item-wrap-1-menu .item-list .item-image > * a {
    font-size: smaller;
  }
}
@media (max-width: 991px) {
  .item-wrap-1-menu .item-list .item-image > * span,
  .item-wrap-1-menu .item-list .item-image > * a {
    top: 25%;
    font-size: large;
  }
}
.item-wrap-1-menu .item-list .item-detail h6 {
  line-height: 1.4;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
}
.item-wrap-1-menu .item-list .item-detail > a {
  color: #000000;
  padding: 1rem;
  display: block;
  max-height: 100%;
  text-align: center;
  background-color: #ffffff;
}
.item-wrap-1-menu .item-list .item-detail > a > *:not(:last-child) {
  margin-bottom: 0.75rem;
}
.item-wrap-1-menu .item-list .item-detail > a .item-price > *:not(:last-child) {
  margin-bottom: 0.25rem;
}
.item-wrap-1-menu .item-list .item-detail > a .item-price .new {
  font-size: 90%;
  color: #2f3245;
}
.item-wrap-1-menu .item-list .item-share {
  top: 10px;
  left: 10px;
  position: absolute;
}
.item-wrap-1-menu .item-list .item-share > div {
  position: relative;
}
.item-wrap-1-menu .item-list .item-share > div:not(:last-child) {
  margin-bottom: 0.5rem;
}
.item-wrap-1-menu .item-list .item-share > div a {
  color: #000000;
  padding: 0.35rem;
  display: inline-block;
  background-color: #ffffff;
}
.item-wrap-1-menu .item-list .item-share > div a:hover, .item-wrap-1-menu .item-list .item-share > div a.heart.active {
  color: #ffffff;
  background-color: #2f3245;
}
.item-wrap-1-menu .item-list .item-share > div a svg {
  width: 1.1em !important;
  height: 1.1em !important;
}
@media (max-width: 575px) {
  .item-wrap-1-menu .item-list .item-share {
    top: 5px;
    left: 5px;
  }
  .item-wrap-1-menu .item-list .item-share > div:not(:last-child) {
    margin-bottom: 0.25rem;
  }
  .item-wrap-1-menu .item-list .item-share > div a {
    padding: 0.25rem;
  }
  .item-wrap-1-menu .item-list .item-share > div a svg {
    width: 0.9em !important;
    height: 0.9em !important;
  }
}
@media (min-width: 768px) {
  .item-wrap-1-menu .item-list .item-share > div {
    opacity: 0;
    -webkit-transition: top 0.25s ease-in-out, opacity 0.25s ease-in-out;
    transition: top 0.25s ease-in-out, opacity 0.25s ease-in-out;
  }
  .item-wrap-1-menu .item-list .item-share > div:nth-child(1) {
    top: 20px;
    -webkit-transition-delay: 0;
            transition-delay: 0;
  }
  .item-wrap-1-menu .item-list .item-share > div:nth-child(2) {
    top: 20px;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .item-wrap-1-menu .item-list .item-share > div:nth-child(3) {
    top: 20px;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
}
@media (min-width: 768px) {
  .item-wrap-1-menu .item-list:hover .item-image img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .item-wrap-1-menu .item-list:hover .item-share > div {
    top: 0;
    opacity: 1;
  }
}
@media (max-width: 575px) {
  .item-wrap-1-menu {
    margin-left: -5px;
    margin-right: -5px;
  }
  .item-wrap-1-menu > [class*=col] {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.item-wrap-1-product-list .hot {
  top: 10px;
  z-index: 1;
  right: 10px;
  position: absolute;
}
.item-wrap-1-product-list .item-list {
  display: block;
  position: relative;
  margin-bottom: 0.5rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.item-wrap-1-product-list .item-list .item-image {
  overflow: hidden;
  position: relative;
  text-align: center;
  height: 100%;
  display: block;
}
@media (max-width: 991px) {
  .item-wrap-1-product-list .item-list .item-image {
    height: 45px;
  }
}
.item-wrap-1-product-list .item-list .item-image img {
  height: auto;
  display: block;
  max-width: 100%;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.item-wrap-1-product-list .item-list .item-image > * {
  width: 100%;
  height: 100%;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 2rem;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.item-wrap-1-product-list .item-list .item-image > * span,
.item-wrap-1-product-list .item-list .item-image > * a {
  top: 50%;
  display: block;
  position: absolute;
  font-size: large;
}
@media (max-width: 1200px) {
  .item-wrap-1-product-list .item-list .item-image > * span,
  .item-wrap-1-product-list .item-list .item-image > * a {
    position: relative;
  }
}
@media (max-width: 991px) {
  .item-wrap-1-product-list .item-list .item-image > * span,
  .item-wrap-1-product-list .item-list .item-image > * a {
    top: 10%;
  }
}
.item-wrap-1-product-list .item-list .item-detail h6 {
  line-height: 1.4;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
}
.item-wrap-1-product-list .item-list .item-detail > a {
  color: #000000;
  padding: 1rem;
  display: block;
  max-height: 100%;
  text-align: center;
  background-color: #ffffff;
}
.item-wrap-1-product-list .item-list .item-detail > a > *:not(:last-child) {
  margin-bottom: 0.75rem;
}
.item-wrap-1-product-list .item-list .item-detail > a .item-price > *:not(:last-child) {
  margin-bottom: 0.25rem;
}
.item-wrap-1-product-list .item-list .item-detail > a .item-price .new {
  font-size: 90%;
  color: #2f3245;
}
.item-wrap-1-product-list .item-list .item-share {
  top: 10px;
  left: 10px;
  position: absolute;
}
.item-wrap-1-product-list .item-list .item-share > div {
  position: relative;
}
.item-wrap-1-product-list .item-list .item-share > div:not(:last-child) {
  margin-bottom: 0.5rem;
}
.item-wrap-1-product-list .item-list .item-share > div a {
  color: #000000;
  padding: 0.35rem;
  display: inline-block;
  background-color: #ffffff;
}
.item-wrap-1-product-list .item-list .item-share > div a:hover, .item-wrap-1-product-list .item-list .item-share > div a.heart.active {
  color: #ffffff;
  background-color: #2f3245;
}
.item-wrap-1-product-list .item-list .item-share > div a svg {
  width: 1.1em !important;
  height: 1.1em !important;
}
@media (max-width: 575px) {
  .item-wrap-1-product-list .item-list .item-share {
    top: 5px;
    left: 5px;
  }
  .item-wrap-1-product-list .item-list .item-share > div:not(:last-child) {
    margin-bottom: 0.25rem;
  }
  .item-wrap-1-product-list .item-list .item-share > div a {
    padding: 0.25rem;
  }
  .item-wrap-1-product-list .item-list .item-share > div a svg {
    width: 0.9em !important;
    height: 0.9em !important;
  }
}
@media (min-width: 768px) {
  .item-wrap-1-product-list .item-list .item-share > div {
    opacity: 0;
    -webkit-transition: top 0.25s ease-in-out, opacity 0.25s ease-in-out;
    transition: top 0.25s ease-in-out, opacity 0.25s ease-in-out;
  }
  .item-wrap-1-product-list .item-list .item-share > div:nth-child(1) {
    top: 20px;
    -webkit-transition-delay: 0;
            transition-delay: 0;
  }
  .item-wrap-1-product-list .item-list .item-share > div:nth-child(2) {
    top: 20px;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .item-wrap-1-product-list .item-list .item-share > div:nth-child(3) {
    top: 20px;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
}
@media (max-width: 575px) {
  .item-wrap-1-product-list {
    margin-left: -5px;
    margin-right: -5px;
  }
  .item-wrap-1-product-list > [class*=col] {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.qr-modal .modal-dialog {
  max-width: 300px;
}
@media (max-width: 575px) {
  .qr-modal .modal-dialog {
    margin: 0.5rem auto;
  }
}

@media (max-width: 767px) {
  .flip {
    cursor: pointer;
  }
}

@media (max-width: 767px) {
  .panel {
    display: none;
  }
}
@media (min-width: 768px) {
  .panel {
    display: block !important;
  }
}

.home ~ #footer {
  margin-top: 0;
}

.course ~ #footer {
  margin-top: 0;
}

#footer {
  padding: 30px 0;
  margin-top: 5rem;
  background-color: #2f3245;
  color: #ffffff;
  z-index: 10;
}
@media (max-width: 767px) {
  #footer {
    padding: 10px 0;
  }
}
#footer .footer-list {
  line-height: 2;
}
@media (max-width: 767px) {
  #footer .footer-item {
    padding: 2rem 1rem;
  }
  #footer .footer-item > *:not(:last-child) {
    margin-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  #footer .footer-item {
    margin-left: -20px;
    margin-right: -20px;
  }
  #footer .footer-item > * {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1199px) {
  #footer .footer-item {
    margin-left: -30px;
    margin-right: -30px;
  }
  #footer .footer-item > * {
    padding-left: 30px;
    padding-right: 30px;
  }
}
#footer .footer-item .text-con h6 {
  font-size: 1.1rem;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 767px) {
  #footer .footer-item .text-con {
    text-align: center;
  }
}

.copyright {
  padding: 0.35rem;
}