.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;
  }
  .font-h7 {
    font-size: 16pt;
  }
}
@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;
  }
  .font-h7 {
    font-size: 16pt;
  }
}
@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;
  }
  .font-h7 {
    font-size: 16pt;
  }
}
.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;
  }
}
#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: -118px;
  }
}
#header .user-wrap {
  background-color: #2f3245;
}
#header .user-wrap > .container {
  position: relative;
}
#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: #1b161b;
}
#header .user-wrap [class*=user-hover-]::-webkit-scrollbar-thumb:hover {
  background-color: #0d0b0d;
}
#header .user-wrap .user-hover-search,
#header .user-wrap .user-hover-lang,
#header .user-wrap .user-hover-cart {
  top: 100%;
  right: 15px;
  z-index: 10;
  width: 250px;
  display: none;
  position: absolute;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
}
#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: #006bac;
  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: #006bac;
}
#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: 250px;
}
#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-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: #006bac;
  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: #1b161b;
}
#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-item {
  width: calc(100% - 210px);
  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-top: 1rem;
    background-color: #f7f7f7;
  }
}
#header .menu-wrap .menu-item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#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: #006bac;
}
#header .menu-wrap .header-search {
  width: 180px;
  margin: 0 0 0 20px;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px #666 solid;
}
@media (max-width: 991px) {
  #header .menu-wrap .header-search {
    margin: 0 10px 0 calc(100% - 400px);
  }
}
@media (max-width: 425px) {
  #header .menu-wrap .header-search {
    width: 140px;
    margin: 0 5px 0 calc(100% - 330px);
  }
}
@media (max-width: 399px) {
  #header .menu-wrap .header-search {
    width: auto;
    margin: 0 0 10px 20%;
  }
}
#header .menu-wrap .header-search .header-search-i-style {
  width: 25px;
  text-align: right;
  font-size: 1.05em;
  color: #999 !important;
}
#header .menu-wrap .header-search input {
  width: calc(100% - 30px);
  border: none;
}
#header .menu-wrap .header-search-pc-style {
  display: none;
}
@media (min-width: 992px) {
  #header .menu-wrap .header-search-pc-style {
    display: inline;
  }
}
#header .menu-wrap .header-search-ph-style {
  display: none;
}
@media (max-width: 991px) and (min-width: 400px) {
  #header .menu-wrap .header-search-ph-style {
    display: inline;
  }
}
#header .menu-wrap .header-search-phs-style {
  display: none;
}
@media (max-width: 399px) {
  #header .menu-wrap .header-search-phs-style {
    display: inline;
  }
}
#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);
}

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

#footer {
  padding: 30px 0;
  margin-top: 5rem;
  background-color: #1b161b;
  color: #ffffff;
  z-index: 10;
}
@media (max-width: 767px) {
  #footer {
    padding: 10px 0;
  }
}
#footer .footer-list {
  line-height: 2;
}
#footer .footer-list a {
  color: #FFF;
}
@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;
  }
}
#footer .footer-item .footer-community-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 30px 0;
}
@media (max-width: 767px) {
  #footer .footer-item .footer-community-icon {
    margin: 15px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#footer .footer-item .footer-community-icon a {
  width: 50px;
  margin: 0 10px 0 0;
  text-decoration: none;
  font-size: 1.85em;
  color: #FFF;
}
@media (max-width: 767px) {
  #footer .footer-item .footer-community-icon a {
    margin: 0 8px;
  }
}
#footer .footer-item .footer-community-icon .footer-community-icon-fb:hover {
  color: #385692;
}
#footer .footer-item .footer-community-icon .footer-community-icon-line:hover {
  color: #33b157;
}
#footer .footer-item .footer-community-icon .footer-community-icon-ig:hover {
  color: #e75c3d;
}
#footer .footer-item .footer-Copyright-text {
  width: 100%;
  font-size: 0.8em;
  letter-spacing: 1px;
  line-height: 1.65em;
  color: #FFF;
}
#footer .footer-item .footer-Copyright-text a {
  color: #FFF;
}

.copyright {
  padding: 0.35rem;
}