@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&display=swap");
:root {
  --swiper-theme-color: #008C96;
}

::-moz-selection {
  background-color: #008C96;
  color: #fff;
}

::selection {
  background-color: #008C96;
  color: #fff;
}

@media (max-width: 575.98px) {
  html {
    font-size: 0.9rem;
  }
}

body {
  position: relative;
}

main {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.bg-cover {
  background-size: cover;
  width: 100%;
  height: 0;
  display: block;
  background-position: 50% 50%;
}

svg {
  max-width: 100%;
  height: auto;
}

article {
  position: relative;
  overflow: hidden;
}

.fancybox__container {
  z-index: 9900;
}

.vr {
  opacity: 1;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
}

/* COLOR OPTIONS */
.left-aside {
  width: 80%;
  max-width: 400px;
  overflow-y: auto;
  z-index: 9999;
  background: #000;
}
.left-aside .onoffcanvas-toggler {
  margin-left: auto;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.left-aside .onoffcanvas-toggler:before, .left-aside .onoffcanvas-toggler:after {
  border-color: #fff;
}
.left-aside ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.left-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.left-menu > li:first-child:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  left: 0;
  top: 0;
  opacity: 0.5;
}
.left-menu > li:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  left: 0;
  bottom: 0;
  opacity: 0.5;
}
.left-menu li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.left-menu li:first-child {
  margin-top: 5px;
}
.left-menu li:last-child {
  margin-bottom: 5px;
}
.left-menu a {
  display: block;
  position: relative;
  padding: 0.8rem;
  outline: 0;
  text-decoration: none;
  color: #fff;
}
.left-menu a[href="#"] .arrows, .left-menu a[href=""] .arrows {
  display: none;
}
.left-menu a[href="#"] .arrows:before, .left-menu a[href=""] .arrows:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.left-menu a:hover {
  color: #fff;
}
.left-menu a:focus {
  color: #fff;
}
.left-menu a:active {
  color: #fff;
}
.left-menu a.has-submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 0;
}
.left-menu a.has-submenu span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.left-menu a.has-submenu .arrows {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.left-menu a.has-submenu .arrows:after {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  display: block;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.left-menu a.has-submenu .arrows[aria-expanded=true]:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.left-menu ul {
  padding-left: 1rem;
}
.left-menu li.mm-active > a {
  color: #fff;
}
.left-menu ul {
  position: relative;
}
.left-menu ul:before {
  content: "";
  display: block;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.1;
  z-index: -1;
  left: 0;
  top: 0;
  position: absolute;
  display: block;
}
.left-menu ul[class*=mm-col]:before {
  visibility: visible;
}

.onoffcanvas-drawer.is-open {
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
}

.onoffcanvas-toggler {
  min-width: auto;
  min-height: auto;
  width: 2rem;
  height: 2rem;
  display: block;
  border: 0;
}
.onoffcanvas-toggler:before, .onoffcanvas-toggler:after {
  border-color: #000;
}

.sidebar-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar-nav .metismenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sidebar-nav .metismenu li + li {
  margin-top: 5px;
}
.sidebar-nav .metismenu > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.sidebar-nav .metismenu a {
  position: relative;
  display: block;
  color: #231815;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
}
.sidebar-nav .metismenu a:hover {
  color: #008C96;
  text-decoration: none;
}
.sidebar-nav .metismenu a:focus {
  color: #008C96;
  text-decoration: none;
}
.sidebar-nav .metismenu a:active {
  color: #008C96;
  text-decoration: none;
}
.sidebar-nav .metismenu ul {
  padding-left: 1rem;
}
.sidebar-nav .metismenu .mm-active > a {
  color: #008C96;
  text-decoration: none;
  border-radius: 3px;
}

.navbar {
  position: sticky;
  top: 0;
  z-index: 9000;
  border-bottom: 8px solid #008C96;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1199.98px) {
  .navbar .navbar-brand {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.product-section-target {
  position: sticky;
  background-color: #fff;
  z-index: 8999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: none;
}
.product-section-target > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-section-target a {
  color: inherit;
  display: block;
  padding: 1rem;
}
.product-section-target a:hover, .product-section-target a.active {
  color: #008C96;
}
@media (max-width: 575.98px) {
  .product-section-target a {
    padding: 1rem 0.5rem;
    font-size: 14px !important;
  }
}

@media (max-width: 991.98px) {
  .navbar .navbar-brand {
    width: 200px;
  }
}
.navbar .navbar-nav .nav-item {
  margin-left: 1rem;
  margin-right: 0;
  letter-spacing: 3px;
}
@media (min-width: 1200px) {
  .navbar .navbar-nav .nav-item.d-h {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar .navbar-nav .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
  }
}
.navbar .navbar-nav .nav-item .nav-link {
  display: block;
  color: inherit;
  font-weight: bold;
}
.navbar .navbar-nav .nav-item .nav-link span {
  display: block;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.navbar .navbar-nav .nav-item:hover, .navbar .navbar-nav .nav-item.active {
  color: #008C96;
}

.dropdown-menu {
  min-width: 180px;
  text-align: center;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.dropdown-menu > li:hover a, .dropdown-menu > li.active a {
  background-color: #008C96;
  color: #fff;
}

#nav-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.nav-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media (max-width: 1199.98px) {
  .nav-right li.m-h {
    display: none;
  }
}
.nav-right li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  color: inherit;
  letter-spacing: 2px;
  white-space: nowrap;
}
.nav-right li a [class*=fa] {
  color: #008C96;
  margin-right: 5px;
}
.nav-right li a span {
  font-size: 13px;
}
.nav-right li a .count {
  color: red;
  letter-spacing: 0;
  padding-right: 2px;
}
.nav-right li a:hover {
  color: #008C96;
}
.nav-right .lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav-right .lang a {
  display: block;
  border-radius: 5px;
  border: 1px solid #000;
  color: inherit;
  width: 2.3rem;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}
.nav-right .lang a:hover {
  background-color: #008C96;
  color: #fff;
}
.nav-right .lang a.active {
  color: #fff;
  background-color: #000;
}
.nav-right .lang a + a {
  margin-left: -5px;
}

.cart-side {
  position: fixed;
  right: 0;
  width: 424px;
  height: auto;
  z-index: 9999 !important;
  background-color: #fff;
  -webkit-transform: translate(125%, 0);
      -ms-transform: translate(125%, 0);
          transform: translate(125%, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 20px;
  background: #FFF;
  -webkit-box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, 0.25);
}
.cart-side.active {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cart-side .head {
  padding-bottom: 20px;
}
.cart-side .cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #BEBEBE;
  border-bottom: 1px solid #BEBEBE;
  padding-top: 1rem;
  padding-bottom: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart-side .cart-item .img-row {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 28%;
  padding-left: 20px;
  padding-right: 20px;
}
.cart-side .cart-item .txt-row {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50%;
}
.cart-side .cart-item .price-row {
  font-size: 18px;
  font-weight: bold;
}
.cart-side .cart-item .del-row {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50px;
  text-align: center;
}
.cart-side .cart-item .del-row .del {
  cursor: pointer;
}
.cart-side .btn-row {
  text-align: center;
  margin-top: 1rem;
}
.cart-side .btn-row .btn {
  min-width: 280px;
}

.loader-mesk {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 9998;
}
.loader-mesk.finish {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100vw;
  height: 100vh;
  background: #fff;
  opacity: 1;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.preloader .preloader_inner {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.preloader .mesk {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.8);
}

.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #D9D9D9;
  opacity: 1;
  outline: none;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #BABABA;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  cursor: pointer;
  z-index: 1000;
  width: auto;
  height: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  outline: none;
  background: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: none;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: #008C96;
  color: #fff;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 1em;
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
}

.slider-small .swiper-slide {
  cursor: pointer;
}
.slider-small .swiper-slide:hover, .slider-small .swiper-slide.swiper-slide-thumb-active {
  opacity: 0.5;
}

/*!
 * Lavalamp 
 * https://lavalamp.magicmediamuse.com/
 */
.lavalamp {
  position: relative;
}
.lavalamp__item {
  z-index: 5;
  position: relative;
}
.lavalamp__object {
  position: absolute;
  top: 0;
  left: 0;
}
.lavalamp__object:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='15' viewBox='0 0 27 15'%3E%3Cg id='组_19' data-name='组 19' transform='translate(-894.967 -22.001)'%3E%3Ccircle id='椭圆_1' data-name='椭圆 1' cx='7.5' cy='7.5' r='7.5' transform='translate(894.967 22.001)' fill='%23cea614'/%3E%3Ccircle id='椭圆_2' data-name='椭圆 2' cx='7.5' cy='7.5' r='7.5' transform='translate(906.967 22.001)' fill='%231936c0'/%3E%3C/g%3E%3C/svg%3E%0A");
  display: inline-block;
  left: 50%;
  top: 1rem;
  margin: auto;
  position: relative;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.lavalamp__object {
  /**
   * Custom easing transitions
   */
  -webkit-transition-property: -webkit-transform, width, height;
  -webkit-transition-property: width, height, -webkit-transform;
  transition-property: width, height, -webkit-transform;
  transition-property: transform, width, height;
  transition-property: transform, width, height, -webkit-transform;
}
.lavalamp__object.ease {
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.lavalamp__object.ease-in {
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.lavalamp__object.ease-out {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.lavalamp__object.ease-in-out {
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.lavalamp__object.linear {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.lavalamp__object.easeInQuad {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.lavalamp__object.easeInCubic {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.lavalamp__object.easeInQuart {
  -webkit-transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.lavalamp__object.easeInQuint {
  -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.lavalamp__object.easeInSine {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
.lavalamp__object.easeInExpo {
  -webkit-transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}
.lavalamp__object.easeInCirc {
  -webkit-transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.lavalamp__object.easeInBack {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.lavalamp__object.easeOutQuad {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.lavalamp__object.easeOutCubic {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.lavalamp__object.easeOutQuart {
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.lavalamp__object.easeOutQuint {
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.lavalamp__object.easeOutSine {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
.lavalamp__object.easeOutExpo {
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.lavalamp__object.easeOutCirc {
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.lavalamp__object.easeOutBack {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.lavalamp__object.easeInOutQuad {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.lavalamp__object.easeInOutCubic {
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.lavalamp__object.easeInOutQuart {
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.lavalamp__object.easeInOutQuint {
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.lavalamp__object.easeInOutSine {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.lavalamp__object.easeInOutExpo {
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
.lavalamp__object.easeInOutCirc {
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.lavalamp__object.easeInOutBack {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.fs-12 {
  font-size: 0.75rem;
}

.fsr-12 {
  font-size: 0.75rem;
}

.fs-13, #effectiveness-intro .notice-text {
  font-size: 0.8125rem;
}

.fsr-13 {
  font-size: 0.8125rem;
}

.fs-14, .order-summary .free-shipping-note, footer, #nav-top .search-item .search-input input {
  font-size: 0.875rem;
}

.fsr-14 {
  font-size: 0.875rem;
}

.fs-16, .purchase-points-list .purchase-point h3, #effectiveness-intro h3, .health-benefits-list .health-benefits-item .card-body h3, #trial-stages .trial-stages-item h4 {
  font-size: 1rem;
}

.fsr-16 {
  font-size: 1rem;
}

.fs-18, #register .login-title .btn, .register-section .btn, #login-form .btn,
#forgot-form .btn, .line-section p, .cart-table .product-price,
.cart-table .product-subtotal, .cart-table .product-quantity .quantity-control .form-control, .faq-list .metismenu > li > a .q-title, .expert-item .title, .navigation-row .backto, .mega-menu [class*=container] ul.product-mega-menu > li > a, .aside-list > li > a, .product-section-target a {
  font-size: 1.125rem;
}

.fsr-18, .cart-table .product-info span.t, .navigation-row .navigation {
  font-size: 1.125rem;
}

.fs-20, .login-title .t, .section-title .t, .order-summary .summary-row.total-row .summary-value, .o-slider .o-item .txt-row .title, .welfare-list .welfare-item .txt-row .w-title, .expert-item .sub-title, #index-welfare .txt-row h3, #index-slogan-row .txt-row .title2 {
  font-size: 1.25rem;
}

.fsr-20, .blog-list .blog-item .txt-row .title {
  font-size: 1.25rem;
}

.fs-24, .register-section .title, .cart-table .product-remove button, .faq-list .category-title, #product-intro .quantity--price .price, #product-intro .txt-row .p-name, #trial-stages .trial-stages-item h3 {
  font-size: 1.5rem;
}

.fsr-24, .d-list .d-item h3, .achievements-list .achievements-item h3 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .fsr-24, .d-list .d-item h3, .achievements-list .achievements-item h3 {
    font-size: 1.5rem;
  }
}

.fs-25, .quantity-control .down,
.quantity-control .up {
  font-size: 1.5625rem;
}

.fsr-25 {
  font-size: calc(1.28125rem + 0.375vw);
}
@media (min-width: 1200px) {
  .fsr-25 {
    font-size: 1.5625rem;
  }
}

.fs-27 {
  font-size: 1.6875rem;
}

.fsr-27 {
  font-size: calc(1.29375rem + 0.525vw);
}
@media (min-width: 1200px) {
  .fsr-27 {
    font-size: 1.6875rem;
  }
}

.fs-30, .progress-steps .step-circle, .quantity-control .form-control {
  font-size: 1.875rem;
}

.fsr-30 {
  font-size: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  .fsr-30 {
    font-size: 1.875rem;
  }
}

.fs-35, #index-welfare .txt-row h2 {
  font-size: 2.1875rem;
}

.fsr-35 {
  font-size: calc(1.34375rem + 1.125vw);
}
@media (min-width: 1200px) {
  .fsr-35 {
    font-size: 2.1875rem;
  }
}

.fs-34 {
  font-size: 2.125rem;
}

.fsr-34 {
  font-size: calc(1.3375rem + 1.05vw);
}
@media (min-width: 1200px) {
  .fsr-34 {
    font-size: 2.125rem;
  }
}

.fs-40 {
  font-size: 2.5rem;
}

.fsr-40, .navigation-row .navigation [class*=fa] {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .fsr-40, .navigation-row .navigation [class*=fa] {
    font-size: 2.5rem;
  }
}

.fs-45 {
  font-size: 2.8125rem;
}

.fsr-45 {
  font-size: calc(1.40625rem + 1.875vw);
}
@media (min-width: 1200px) {
  .fsr-45 {
    font-size: 2.8125rem;
  }
}

.fs-48, .login-title .icon [class*=fa] {
  font-size: 3rem;
}

.fsr-48, .faq-list .metismenu > li .faq-answer .a-mark, .faq-list .metismenu > li > a .q-mark {
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .fsr-48, .faq-list .metismenu > li .faq-answer .a-mark, .faq-list .metismenu > li > a .q-mark {
    font-size: 3rem;
  }
}

.fs-50 {
  font-size: 3.125rem;
}

.fsr-50 {
  font-size: calc(1.4375rem + 2.25vw);
}
@media (min-width: 1200px) {
  .fsr-50 {
    font-size: 3.125rem;
  }
}

.fs-64 {
  font-size: 4rem;
}

.fsr-64 {
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
  .fsr-64 {
    font-size: 4rem;
  }
}

.fs-72 {
  font-size: 4.5rem;
}

.fsr-72 {
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .fsr-72 {
    font-size: 4.5rem;
  }
}

.fs-80 {
  font-size: 5rem;
}

.fsr-80 {
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .fsr-80 {
    font-size: 5rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-12 {
    font-size: 0.75rem;
  }
  .fsr-sm-12 {
    font-size: 0.75rem;
  }
  .fs-sm-13 {
    font-size: 0.8125rem;
  }
  .fsr-sm-13 {
    font-size: 0.8125rem;
  }
  .fs-sm-14 {
    font-size: 0.875rem;
  }
  .fsr-sm-14 {
    font-size: 0.875rem;
  }
  .fs-sm-16 {
    font-size: 1rem;
  }
  .fsr-sm-16 {
    font-size: 1rem;
  }
  .fs-sm-18 {
    font-size: 1.125rem;
  }
  .fsr-sm-18 {
    font-size: 1.125rem;
  }
  .fs-sm-20 {
    font-size: 1.25rem;
  }
  .fsr-sm-20 {
    font-size: 1.25rem;
  }
  .fs-sm-24 {
    font-size: 1.5rem;
  }
  .fsr-sm-24 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-25 {
    font-size: 1.5625rem;
  }
  .fsr-sm-25 {
    font-size: calc(1.28125rem + 0.375vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-25 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-27 {
    font-size: 1.6875rem;
  }
  .fsr-sm-27 {
    font-size: calc(1.29375rem + 0.525vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-27 {
    font-size: 1.6875rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-30 {
    font-size: 1.875rem;
  }
  .fsr-sm-30 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-35 {
    font-size: 2.1875rem;
  }
  .fsr-sm-35 {
    font-size: calc(1.34375rem + 1.125vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-35 {
    font-size: 2.1875rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-34 {
    font-size: 2.125rem;
  }
  .fsr-sm-34 {
    font-size: calc(1.3375rem + 1.05vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-34 {
    font-size: 2.125rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-40 {
    font-size: 2.5rem;
  }
  .fsr-sm-40 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-40 {
    font-size: 2.5rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-45 {
    font-size: 2.8125rem;
  }
  .fsr-sm-45 {
    font-size: calc(1.40625rem + 1.875vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-45 {
    font-size: 2.8125rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-48 {
    font-size: 3rem;
  }
  .fsr-sm-48 {
    font-size: calc(1.425rem + 2.1vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-48 {
    font-size: 3rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-50 {
    font-size: 3.125rem;
  }
  .fsr-sm-50 {
    font-size: calc(1.4375rem + 2.25vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-50 {
    font-size: 3.125rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-64 {
    font-size: 4rem;
  }
  .fsr-sm-64 {
    font-size: calc(1.525rem + 3.3vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-64 {
    font-size: 4rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-72 {
    font-size: 4.5rem;
  }
  .fsr-sm-72 {
    font-size: calc(1.575rem + 3.9vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-72 {
    font-size: 4.5rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-80 {
    font-size: 5rem;
  }
  .fsr-sm-80 {
    font-size: calc(1.625rem + 4.5vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-80 {
    font-size: 5rem;
  }
}
@media (min-width: 768px) {
  .fs-md-12 {
    font-size: 0.75rem;
  }
  .fsr-md-12 {
    font-size: 0.75rem;
  }
  .fs-md-13 {
    font-size: 0.8125rem;
  }
  .fsr-md-13 {
    font-size: 0.8125rem;
  }
  .fs-md-14 {
    font-size: 0.875rem;
  }
  .fsr-md-14 {
    font-size: 0.875rem;
  }
  .fs-md-16 {
    font-size: 1rem;
  }
  .fsr-md-16 {
    font-size: 1rem;
  }
  .fs-md-18 {
    font-size: 1.125rem;
  }
  .fsr-md-18 {
    font-size: 1.125rem;
  }
  .fs-md-20 {
    font-size: 1.25rem;
  }
  .fsr-md-20 {
    font-size: 1.25rem;
  }
  .fs-md-24 {
    font-size: 1.5rem;
  }
  .fsr-md-24 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .fs-md-25 {
    font-size: 1.5625rem;
  }
  .fsr-md-25 {
    font-size: calc(1.28125rem + 0.375vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-25 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 768px) {
  .fs-md-27 {
    font-size: 1.6875rem;
  }
  .fsr-md-27 {
    font-size: calc(1.29375rem + 0.525vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-27 {
    font-size: 1.6875rem;
  }
}
@media (min-width: 768px) {
  .fs-md-30 {
    font-size: 1.875rem;
  }
  .fsr-md-30 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 768px) {
  .fs-md-35 {
    font-size: 2.1875rem;
  }
  .fsr-md-35 {
    font-size: calc(1.34375rem + 1.125vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-35 {
    font-size: 2.1875rem;
  }
}
@media (min-width: 768px) {
  .fs-md-34 {
    font-size: 2.125rem;
  }
  .fsr-md-34 {
    font-size: calc(1.3375rem + 1.05vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-34 {
    font-size: 2.125rem;
  }
}
@media (min-width: 768px) {
  .fs-md-40 {
    font-size: 2.5rem;
  }
  .fsr-md-40 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-40 {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  .fs-md-45 {
    font-size: 2.8125rem;
  }
  .fsr-md-45 {
    font-size: calc(1.40625rem + 1.875vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-45 {
    font-size: 2.8125rem;
  }
}
@media (min-width: 768px) {
  .fs-md-48 {
    font-size: 3rem;
  }
  .fsr-md-48 {
    font-size: calc(1.425rem + 2.1vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-48 {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .fs-md-50 {
    font-size: 3.125rem;
  }
  .fsr-md-50 {
    font-size: calc(1.4375rem + 2.25vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-50 {
    font-size: 3.125rem;
  }
}
@media (min-width: 768px) {
  .fs-md-64 {
    font-size: 4rem;
  }
  .fsr-md-64 {
    font-size: calc(1.525rem + 3.3vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-64 {
    font-size: 4rem;
  }
}
@media (min-width: 768px) {
  .fs-md-72 {
    font-size: 4.5rem;
  }
  .fsr-md-72 {
    font-size: calc(1.575rem + 3.9vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-72 {
    font-size: 4.5rem;
  }
}
@media (min-width: 768px) {
  .fs-md-80 {
    font-size: 5rem;
  }
  .fsr-md-80 {
    font-size: calc(1.625rem + 4.5vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-80 {
    font-size: 5rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-12 {
    font-size: 0.75rem;
  }
  .fsr-lg-12 {
    font-size: 0.75rem;
  }
  .fs-lg-13 {
    font-size: 0.8125rem;
  }
  .fsr-lg-13 {
    font-size: 0.8125rem;
  }
  .fs-lg-14 {
    font-size: 0.875rem;
  }
  .fsr-lg-14 {
    font-size: 0.875rem;
  }
  .fs-lg-16 {
    font-size: 1rem;
  }
  .fsr-lg-16 {
    font-size: 1rem;
  }
  .fs-lg-18 {
    font-size: 1.125rem;
  }
  .fsr-lg-18 {
    font-size: 1.125rem;
  }
  .fs-lg-20 {
    font-size: 1.25rem;
  }
  .fsr-lg-20 {
    font-size: 1.25rem;
  }
  .fs-lg-24 {
    font-size: 1.5rem;
  }
  .fsr-lg-24 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-25 {
    font-size: 1.5625rem;
  }
  .fsr-lg-25 {
    font-size: calc(1.28125rem + 0.375vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-25 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-27 {
    font-size: 1.6875rem;
  }
  .fsr-lg-27 {
    font-size: calc(1.29375rem + 0.525vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-27 {
    font-size: 1.6875rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-30 {
    font-size: 1.875rem;
  }
  .fsr-lg-30 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-35 {
    font-size: 2.1875rem;
  }
  .fsr-lg-35 {
    font-size: calc(1.34375rem + 1.125vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-35 {
    font-size: 2.1875rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-34 {
    font-size: 2.125rem;
  }
  .fsr-lg-34 {
    font-size: calc(1.3375rem + 1.05vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-34 {
    font-size: 2.125rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-40 {
    font-size: 2.5rem;
  }
  .fsr-lg-40 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-40 {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-45 {
    font-size: 2.8125rem;
  }
  .fsr-lg-45 {
    font-size: calc(1.40625rem + 1.875vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-45 {
    font-size: 2.8125rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-48 {
    font-size: 3rem;
  }
  .fsr-lg-48 {
    font-size: calc(1.425rem + 2.1vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-48 {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-50 {
    font-size: 3.125rem;
  }
  .fsr-lg-50 {
    font-size: calc(1.4375rem + 2.25vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-50 {
    font-size: 3.125rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-64 {
    font-size: 4rem;
  }
  .fsr-lg-64 {
    font-size: calc(1.525rem + 3.3vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-64 {
    font-size: 4rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-72 {
    font-size: 4.5rem;
  }
  .fsr-lg-72 {
    font-size: calc(1.575rem + 3.9vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-72 {
    font-size: 4.5rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-80 {
    font-size: 5rem;
  }
  .fsr-lg-80 {
    font-size: calc(1.625rem + 4.5vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-80 {
    font-size: 5rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-12 {
    font-size: 0.75rem;
  }
  .fsr-xl-12 {
    font-size: 0.75rem;
  }
  .fs-xl-13 {
    font-size: 0.8125rem;
  }
  .fsr-xl-13 {
    font-size: 0.8125rem;
  }
  .fs-xl-14 {
    font-size: 0.875rem;
  }
  .fsr-xl-14 {
    font-size: 0.875rem;
  }
  .fs-xl-16 {
    font-size: 1rem;
  }
  .fsr-xl-16 {
    font-size: 1rem;
  }
  .fs-xl-18 {
    font-size: 1.125rem;
  }
  .fsr-xl-18 {
    font-size: 1.125rem;
  }
  .fs-xl-20 {
    font-size: 1.25rem;
  }
  .fsr-xl-20 {
    font-size: 1.25rem;
  }
  .fs-xl-24 {
    font-size: 1.5rem;
  }
  .fsr-xl-24 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-25 {
    font-size: 1.5625rem;
  }
  .fsr-xl-25 {
    font-size: calc(1.28125rem + 0.375vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-25 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-27 {
    font-size: 1.6875rem;
  }
  .fsr-xl-27 {
    font-size: calc(1.29375rem + 0.525vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-27 {
    font-size: 1.6875rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-30 {
    font-size: 1.875rem;
  }
  .fsr-xl-30 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-35 {
    font-size: 2.1875rem;
  }
  .fsr-xl-35 {
    font-size: calc(1.34375rem + 1.125vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-35 {
    font-size: 2.1875rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-34 {
    font-size: 2.125rem;
  }
  .fsr-xl-34 {
    font-size: calc(1.3375rem + 1.05vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-34 {
    font-size: 2.125rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-40 {
    font-size: 2.5rem;
  }
  .fsr-xl-40 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-40 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-45 {
    font-size: 2.8125rem;
  }
  .fsr-xl-45 {
    font-size: calc(1.40625rem + 1.875vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-45 {
    font-size: 2.8125rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-48 {
    font-size: 3rem;
  }
  .fsr-xl-48 {
    font-size: calc(1.425rem + 2.1vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-48 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-50 {
    font-size: 3.125rem;
  }
  .fsr-xl-50 {
    font-size: calc(1.4375rem + 2.25vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-50 {
    font-size: 3.125rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-64 {
    font-size: 4rem;
  }
  .fsr-xl-64 {
    font-size: calc(1.525rem + 3.3vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-64 {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-72 {
    font-size: 4.5rem;
  }
  .fsr-xl-72 {
    font-size: calc(1.575rem + 3.9vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-72 {
    font-size: 4.5rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-80 {
    font-size: 5rem;
  }
  .fsr-xl-80 {
    font-size: calc(1.625rem + 4.5vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-80 {
    font-size: 5rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-12 {
    font-size: 0.75rem;
  }
  .fsr-xxl-12 {
    font-size: 0.75rem;
  }
  .fs-xxl-13 {
    font-size: 0.8125rem;
  }
  .fsr-xxl-13 {
    font-size: 0.8125rem;
  }
  .fs-xxl-14 {
    font-size: 0.875rem;
  }
  .fsr-xxl-14 {
    font-size: 0.875rem;
  }
  .fs-xxl-16 {
    font-size: 1rem;
  }
  .fsr-xxl-16 {
    font-size: 1rem;
  }
  .fs-xxl-18 {
    font-size: 1.125rem;
  }
  .fsr-xxl-18 {
    font-size: 1.125rem;
  }
  .fs-xxl-20 {
    font-size: 1.25rem;
  }
  .fsr-xxl-20 {
    font-size: 1.25rem;
  }
  .fs-xxl-24 {
    font-size: 1.5rem;
  }
  .fsr-xxl-24 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-25 {
    font-size: 1.5625rem;
  }
  .fsr-xxl-25 {
    font-size: calc(1.28125rem + 0.375vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-25 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-27 {
    font-size: 1.6875rem;
  }
  .fsr-xxl-27 {
    font-size: calc(1.29375rem + 0.525vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-27 {
    font-size: 1.6875rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-30 {
    font-size: 1.875rem;
  }
  .fsr-xxl-30 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-35 {
    font-size: 2.1875rem;
  }
  .fsr-xxl-35 {
    font-size: calc(1.34375rem + 1.125vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-35 {
    font-size: 2.1875rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-34 {
    font-size: 2.125rem;
  }
  .fsr-xxl-34 {
    font-size: calc(1.3375rem + 1.05vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-34 {
    font-size: 2.125rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-40 {
    font-size: 2.5rem;
  }
  .fsr-xxl-40 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-40 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-45 {
    font-size: 2.8125rem;
  }
  .fsr-xxl-45 {
    font-size: calc(1.40625rem + 1.875vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-45 {
    font-size: 2.8125rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-48 {
    font-size: 3rem;
  }
  .fsr-xxl-48 {
    font-size: calc(1.425rem + 2.1vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-48 {
    font-size: 3rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-50 {
    font-size: 3.125rem;
  }
  .fsr-xxl-50 {
    font-size: calc(1.4375rem + 2.25vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-50 {
    font-size: 3.125rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-64 {
    font-size: 4rem;
  }
  .fsr-xxl-64 {
    font-size: calc(1.525rem + 3.3vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-64 {
    font-size: 4rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-72 {
    font-size: 4.5rem;
  }
  .fsr-xxl-72 {
    font-size: calc(1.575rem + 3.9vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-72 {
    font-size: 4.5rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-80 {
    font-size: 5rem;
  }
  .fsr-xxl-80 {
    font-size: calc(1.625rem + 4.5vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-80 {
    font-size: 5rem;
  }
}
.ls-1 {
  letter-spacing: 1px;
}

.ls-2 {
  letter-spacing: 2px;
}

.ls-3 {
  letter-spacing: 3px;
}

.ls-4 {
  letter-spacing: 4px;
}

.ls-5 {
  letter-spacing: 5px;
}

#back-to-top,
.right-icon {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #008C96;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}
.btn:not(.more) {
  min-width: 156px;
}
.btn-primary {
  color: #fff;
}
.btn-c4:hover {
  background-color: #008C96;
  color: #fff;
}
.btn-outline-primary:hover {
  color: #fff;
}
.btn-navar-line {
  background-color: #3FC74E;
  color: #fff;
}
.btn-navar-line:hover {
  opacity: 0.5;
  background-color: #3fc74e;
  color: #fff;
}

.breadcrumb-item a {
  color: #888;
}
.breadcrumb-item a:hover {
  text-decoration: underline;
}
.breadcrumb-item:last-child {
  color: #008C96;
}

.editor ol {
  list-style: decimal;
  padding-left: 25px;
}
.editor ul {
  list-style: inherit;
  padding-left: 25px;
}

.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ratio img {
  max-width: 100%;
  max-height: 100%;
}
.ratio.cover img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

@media (max-width: 767.98px) {
  .aside-menu.deactive {
    display: none;
  }
  .aside-menu.active {
    display: block;
  }
}

.aside-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .aside-list {
    max-width: 215px;
  }
}
.aside-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.aside-list a {
  display: block;
  padding: 0.6rem;
  color: inherit;
}
.aside-list > li {
  position: relative;
}
.aside-list > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 8px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.7;
  font-weight: bold;
}
.aside-list > li > a [class*=fa] {
  margin-top: 6px;
}
.aside-list > li:hover > a, .aside-list > li.mm-active > a, .aside-list > li.active > a {
  color: #008C96;
}
.aside-list > li:hover > a [class*=fa], .aside-list > li.mm-active > a [class*=fa], .aside-list > li.active > a [class*=fa] {
  display: block;
}
.aside-list > li ul {
  padding-left: 1rem;
}
.aside-list > li ul li:hover > a, .aside-list > li ul li.mm-active > a {
  color: #008C96;
}
@media (max-width: 767.98px) {
  .aside-list {
    background-color: #40A9B0;
  }
  .aside-list > li > a {
    color: #fff;
  }
  .aside-list > li:hover > a, .aside-list > li.active > a {
    background-color: #008C96;
    color: #fff;
  }
}

.m-button {
  background-color: #008C96;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 0.5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.m-button span {
  pointer-events: none;
}
.m-button:after {
  content: "\f107";
  font: var(--fa-font-solid);
  display: block;
  color: #fff;
  display: none;
}
.m-button [class*=fa] {
  position: absolute;
  right: 0.5rem;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-button.active {
  background-color: #40A9B0;
}
.m-button.active [class*=fa] {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pages .pagination {
  --bs-pagination-padding-y: 0;
  --bs-pagination-padding-x: 0;
  --bs-pagination-border-width: 0;
  --bs-pagination-hover-bg: #008C96;
  --bs-pagination-hover-color: #fff;
  --bs-pagination-disabled-bg: none;
}
.pages .pagination .page-item {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.pages .pagination .page-link {
  width: 1.5rem;
  height: 2rem;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#right-float-box {
  position: fixed;
  z-index: 8000;
  right: 0;
  bottom: 50px;
}
#right-float-box .right-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0.5rem;
}
#right-float-box .navar-line {
  background-color: #3FC74E;
  color: #fff;
}
#right-float-box .navar-line svg {
  width: 90%;
}
#right-float-box .email {
  background-color: #000;
  color: #fff;
}
#right-float-box .phone {
  background-color: #008C96;
  color: #fff;
}
#right-float-box #back-to-top {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.input-group-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #BEBEBE;
  border-radius: 4px;
  padding: 12px 1rem;
}
.input-group-container .form-label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 0;
  color: #008C96;
  line-height: 1.7;
}
.input-group-container .form-label.required {
  position: relative;
}
.input-group-container .form-label.required:after {
  content: "*";
  color: #E60012;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(calc(100% + 2px), 0);
      -ms-transform: translate(calc(100% + 2px), 0);
          transform: translate(calc(100% + 2px), 0);
}
.input-group-container .form-control {
  border: 0;
  padding: 0;
  padding-left: 1rem;
  line-height: 1.7;
}
.input-group-container.textarea {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.input-group-container.textarea .form-control {
  height: 130px;
}
.input-group-container.textarea .form-label {
  padding-top: 6px;
}
.input-group-container .form-select {
  border: 0;
}
.input-group-container.select-container .form-select {
  margin-left: 1rem;
  margin-right: -0.5rem;
  padding-left: 0;
}

.input-has-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.input-has-btn .input-group-container {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.input-has-btn .btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: auto !important;
  min-width: 0;
}

#nav-top {
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 1000;
}
@media (min-width: 992px) {
  #nav-top {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    font-size: 14px;
  }
}
#nav-top .search-item .search-input {
  position: relative;
}
#nav-top .search-item .search-input input {
  border-color: #E4E7EA;
  border-radius: 50rem;
  padding-top: 3px;
  padding-bottom: 3px;
}
#nav-top .search-item .search-input .search-t {
  position: absolute;
  right: 10px;
  top: 4px;
  cursor: pointer;
}
#nav-top .cart-num-item a:hover {
  color: #008C96 !important;
}

#contact-block {
  background-image: url(../_img/layout/footer_bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
@supports (-webkit-touch-callout: none) {
  #contact-block {
    background-attachment: scroll;
  }
}
#contact-block:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(230, 0, 18, 0.67);
  z-index: 0;
}
#contact-block > * {
  position: relative;
  z-index: 1;
}
#contact-block .contact-icon-list .contact-icon-item {
  width: 68px;
  height: 68px;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
}
#contact-block .contact-icon-list .contact-icon-item:hover {
  border-color: #40A9B0;
  background-color: #40A9B0;
}

footer {
  background-color: #008C96;
  color: #fff;
  border-top: 8px solid #E60012;
}
footer a {
  color: inherit;
}
footer a:hover {
  text-decoration: underline;
}
footer .left .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.8rem;
}
footer .left .contact-list-row .contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
footer .left .contact-list-row .line-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  margin-top: 1rem;
}
footer .right .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px !important;
}
footer .right .footer-nav li {
  width: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
footer .right .footer-other-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 7px 0;
}
footer .right .footer-other-link li {
  width: 50%;
  line-height: 1.7;
}
footer .right .copyright {
  opacity: 0.5;
  margin-top: 20px;
}
@media (max-width: 991.98px) {
  footer .left .content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .right .footer-nav {
    gap: 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .right .footer-nav li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  footer .right .footer-other-link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  footer .right .copyright {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  footer .left .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .right .footer-nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem !important;
  }
  footer .right .footer-other-link {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
}

.contact-list li [class*=fa] {
  width: 1.2rem;
  text-align: center;
  margin-right: 0.5rem;
}

.inner-banner img {
  width: 100%;
}

.mega-menu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: absolute;
  position: fixed;
  z-index: 9001;
  background-color: rgba(255, 255, 255, 0.95);
  display: none;
  width: 100%;
}
.mega-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mega-menu [class*=container] ul.product-mega-menu {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 10%;
}
.mega-menu [class*=container] ul.product-mega-menu a:hover {
  text-decoration: underline;
}
.mega-menu [class*=container] ul.product-mega-menu > li > a {
  color: #008C96;
  font-weight: bold;
  position: relative;
  display: block;
  margin-bottom: 1rem;
}
.mega-menu [class*=container] ul.product-mega-menu > li > a:before {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  background-color: #008C96;
  position: absolute;
  left: -1rem;
  top: 0;
}
.mega-menu [class*=container] ul.product-mega-menu > li ul a {
  display: block;
  color: #231815;
}
.mega-menu [class*=container] ul.product-mega-menu > li ul a:hover {
  color: #008C96;
  text-decoration: underline;
}
.mega-menu [class*=container] ul.product-mega-menu ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 0.3rem 1fr 0.3rem 1fr 0.3rem 1fr 0.3rem 1fr;
  grid-template-rows: repeat(5, 1fr);
  grid-auto-flow: column;
  grid-auto-rows: 3;
  gap: 0.3rem 1rem;
}
.mega-menu [class*=container] ul.brand-mega-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
  padding-right: 10px;
  gap: 2rem 0;
}
.mega-menu [class*=container] ul.brand-mega-menu > li {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}
.mega-menu [class*=container] ul.brand-mega-menu a {
  display: block;
  color: inherit;
}
.mega-menu [class*=container] ul.brand-mega-menu a:hover {
  color: #008C96;
}
.mega-menu [class*=container] ul.brand-mega-menu .img-row {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 3px 10px;
}
.mega-menu [class*=container] ul.brand-mega-menu .txt-row {
  text-align: center;
  margin-top: 0.5rem;
}

#metismenu .nav-brand-mega-menu > ul.mm-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 0;
}
#metismenu .nav-brand-mega-menu > ul li {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  text-align: center;
}
#metismenu .nav-brand-mega-menu > ul li:first-child {
  margin-top: 0;
}
#metismenu .nav-brand-mega-menu > ul li a {
  display: block;
}
#metismenu .nav-brand-mega-menu > ul li a .img-row {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 3px 10px;
}
#metismenu .nav-brand-mega-menu > ul li a .txt-row {
  margin-top: 5px;
}

.btn {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.btn.btn-light:hover {
  background-color: #008C96;
  color: #fff;
}

.navigation-row {
  gap: 2rem;
}
.navigation-row a {
  color: inherit;
}
.navigation-row .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  gap: 2rem;
}
.navigation-row .navigation.disable {
  opacity: 0.5;
  pointer-events: none;
}
.navigation-row .navigation [class*=fa] {
  color: #008C96;
}
.navigation-row .navigation [data-prefix=fas] {
  display: none;
}
.navigation-row .navigation:hover {
  color: #008C96;
}
.navigation-row .navigation:hover [data-prefix=fas] {
  display: block;
}
.navigation-row .navigation:hover [data-prefix=fal] {
  display: none;
}
.navigation-row .backto {
  font-weight: bold;
}
.navigation-row .backto:hover {
  color: #008C96;
}
.navigation-row .vr {
  border-color: #008C96;
}
@media (max-width: 575.98px) {
  .navigation-row {
    gap: 5px;
  }
  .navigation-row .navigation {
    font-size: 0;
  }
}

#index-video {
  width: 100%;
  height: auto;
}

#index-slogan-row .txt-row .title2 {
  background-color: #008C96;
  color: #fff;
  display: inline-block;
  color: #fff;
  letter-spacing: 4px;
  font-weight: bold;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  padding: 4px 24px 4px 19px;
}
#index-slogan-row .license-row .l-1 {
  text-align: center;
}
#index-slogan-row .license-row .l-1 img {
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  #index-slogan-row .license-row .l-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #index-slogan-row .license-row .l-1 > img {
    width: 10px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
#index-slogan-row .license-row .l-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#index-slogan-row .license-row .l-2 img {
  width: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
#index-slogan-row .license-row .l-2 img:last-child {
  margin-left: auto;
}
#index-slogan-row .health-principle {
  background-color: #40A9B0;
  border-radius: 10px;
  color: #fff;
  padding: 5%;
}

#trial-stages {
  background-color: #F9F9F9;
}
#trial-stages .trial-stages-item .content {
  width: 100%;
  max-width: 255px;
  margin: 0 auto;
}
#trial-stages .trial-stages-item h3 {
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.7;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
#trial-stages .trial-stages-item h4 {
  line-height: 27px;
  min-height: 81px;
  padding-left: 0.9rem;
  padding-right: 0.9rem;
}
#trial-stages .trial-stages-item ul {
  margin-top: 1.5rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
#trial-stages .trial-stages-item ul li {
  padding: 11px 20px;
  border-radius: 10px;
}
#trial-stages .trial-stages-item ul li:nth-child(odd) {
  background-color: #D9D9D9;
}
#trial-stages .trial-stages-item ul li:nth-child(even) {
  background-color: #E9E8E8;
}

.achievements-list .achievements-item {
  border: 0;
  background-color: #40A9B0;
  color: #fff;
  padding: 30px 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px;
}
.achievements-list .achievements-item .card-body {
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.achievements-list .achievements-item h3 {
  margin-bottom: 1rem;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 2px;
}
.achievements-list .achievements-item p {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767.98px) {
  .achievements-list .achievements-item {
    padding: 0;
  }
  .achievements-list .achievements-item .card-body {
    padding: 10px;
  }
}

#index-welfare > .row {
  height: 375px;
  overflow: hidden;
}
#index-welfare .img-row {
  height: 100%;
  overflow: hidden;
}
#index-welfare .img-row img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#index-welfare .txt-row {
  height: 100%;
  background-color: #40A9B0;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#index-welfare .txt-row h2 {
  font-weight: bold;
  letter-spacing: 2px;
}
#index-welfare .txt-row h3 {
  line-height: 1.7;
}
#index-welfare:hover .txt-row {
  background-color: #008C96;
}
#index-welfare:hover .img-row img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 1s;
  transition: 1s;
}

#index-recommend .swiper-wrapper,
#expert-recommendations .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#index-recommend .swiper-slide,
#expert-recommendations .swiper-slide {
  height: auto;
}
#index-recommend .expert-item,
#expert-recommendations .expert-item {
  height: 100%;
  background-color: #F5F5F5;
}
#index-recommend .expert-item .img-row,
#expert-recommendations .expert-item .img-row {
  overflow: hidden;
}
#index-recommend .expert-item .img-row .pic img,
#expert-recommendations .expert-item .img-row .pic img {
  -o-object-position: top;
     object-position: top;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#index-recommend .expert-item:hover .img-row img,
#expert-recommendations .expert-item:hover .img-row img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 1s;
  transition: 1s;
}
#index-recommend .expert-item .sub-title,
#expert-recommendations .expert-item .sub-title {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 1px solid #BEBEBE;
  border-bottom: 1px solid #BEBEBE;
  padding-left: 10%;
  padding-right: 10%;
}
#index-recommend .expert-item .detail,
#expert-recommendations .expert-item .detail {
  line-height: 1.7;
  margin-top: 1rem;
}
#index-recommend .btn-row .btn,
#expert-recommendations .btn-row .btn {
  max-width: 100%;
}

.expert-item .txt-row {
  padding: 0 1rem 1.5rem;
}
.expert-item .title {
  text-align: center;
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.expert-item .sub-title {
  font-weight: bold;
  color: #008C96;
  text-align: center;
}

#recommend .page-head2 {
  max-width: 554px;
  margin-left: auto;
  margin-right: auto;
}
#recommend .recommend-slider {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
#recommend .recommend-slider .expert-item .btn-row {
  margin-top: 20px;
}

#recommend-content .img-row .img {
  width: 310px;
  margin-left: 2rem;
  margin-right: 2rem;
}
@media (max-width: 767.98px) {
  #recommend-content .img-row .img {
    margin-left: auto;
    margin-right: auto;
  }
}
#recommend-content .img-row .img .pic {
  border-radius: 50%;
  overflow: hidden;
}

.welfare-list .welfare-item .txt-row {
  padding: 15px;
}
.welfare-list .welfare-item .txt-row .w-title {
  font-weight: bold;
  line-height: 34px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.welfare-list .welfare-item .txt-row .w-detail {
  line-height: 25px;
  color: rgba(35, 24, 21, 0.5);
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.welfare-inner-content {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 575.98px) {
  .welfare-inner-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#product .product-section-target {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  #product-intro .txt-row {
    padding-left: 3rem;
  }
}
#product-intro .txt-row .txt-content {
  border: 1px solid #BEBEBE;
  border-radius: 20px;
  padding: 1.25rem 2rem 2rem;
}
#product-intro .txt-row .pill {
  border: 1px solid #008C96;
  border-radius: 5px;
  line-height: 1.7;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  padding: 2px 1rem;
  color: #008C96;
}
#product-intro .txt-row .p-name {
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 2px;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
#product-intro .txt-row .detail {
  line-height: 1.7;
}
#product-intro .quantity--price {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
}
#product-intro .quantity--price .quantity-control {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#product-intro .quantity--price .price {
  font-weight: bold;
  line-height: 1.7;
}
#product-intro .btn-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 1.5rem;
}
#product-intro .btn-row .btn {
  width: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
  letter-spacing: 4px;
}
#product-intro .btn-row .btn-c4:hover {
  background-color: #060505;
  color: #fff;
}
#product-intro .btn-row .btn-navar-line {
  border: 2px solid #00c300;
}
#product-intro .btn-row .btn-navar-line svg path {
  fill: currentColor;
}
#product-intro .btn-row .btn-navar-line:hover {
  color: #fff;
  background-color: #00c300;
}
#product-intro .btn-row .btn-navar-line:hover path {
  fill: #fff;
}

.quantity-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.quantity-control .down,
.quantity-control .up {
  width: 36px;
  height: 36px;
  border: 1px solid #231815;
  border-radius: 50% !important;
  background: none;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  font-family: Aleo;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.quantity-control .down:hover,
.quantity-control .up:hover {
  background-color: #231815;
  color: #fff;
}
.quantity-control .form-control {
  border: 0;
  line-height: 1;
  padding: 0;
  height: 100%;
}

#expert-recommendations .expert-item {
  background: none;
}
#expert-recommendations .expert-item .img-row {
  border-radius: 10px;
  overflow: hidden;
}

#patent-technology {
  background-image: url(../_img/product/tech-bg.jpg);
  background-size: cover;
  background-position: 50% 50%;
}

.d-list .d-item {
  background-color: #F9F9F9;
  height: 100%;
}
.d-list .d-item .content {
  height: 100%;
  padding: 5%;
}
.d-list .d-item h3 {
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 2px;
  margin-bottom: 4px;
  margin-top: 8px;
}
.d-list .d-item h3 + p {
  margin-bottom: 0;
  line-height: 1.7;
  max-width: 240px;
  margin: 0 auto;
}
@media (max-width: 575.98px) {
  .d-list .col-4 {
    padding-left: 3px;
    padding-right: 3px;
  }
  .d-list .d-item h3 {
    font-size: 15px;
  }
  .d-list .d-item h3 + p {
    font-size: 12px;
  }
}

#additional-ingredients h2 + p {
  max-width: 780px;
  margin: 0 auto;
}
#additional-ingredients .d-list .d-item {
  color: #fff;
  background-color: #008C96;
}
.big-slider-row {
  position: relative;
}

.big-slider-row #overlayZoom {
  display: none;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: 200%;
  border-radius: 0px;
  z-index: 1000;
  pointer-events: none;
}

.health-benefits-list .health-benefits-item {
  border: 0;
  border-radius: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.health-benefits-list .health-benefits-item .card-body {
  padding: 0;
  width: 280px;
  max-width: 100%;
}
.health-benefits-list .health-benefits-item .card-body .pic img {
  width: 100%;
}
.health-benefits-list .health-benefits-item .card-body h3 {
  line-height: 1.7;
  font-weight: bold;
  background-color: #008C96;
  color: #fff;
  padding: 1.3rem 0.5rem;
}

.production-quality-list .production-quality-item .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.production-quality-list .production-quality-item .content .icon {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #008C96;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.production-quality-list .production-quality-item .content .txt {
  background-color: #F9F9F9;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.7;
  padding: 5px 20px;
}

.gmp-small-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  gap: 4px;
}
.gmp-small-img img {
  width: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 991.98px) {
  .gmp-small-img {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .gmp-small-img img {
    width: 100%;
  }
}

.safety-slider .swiper-slide img {
  width: 100%;
}

#effectiveness-intro {
  height: 740px;
  background-image: url(../_img/product/intro-bg.jpg);
  background-size: cover;
  background-position: 50% 0%;
}
#effectiveness-intro .notice-text {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  text-align: right;
  z-index: 100;
  color: #fff;
  font-weight: bold;
  padding: 0.5rem 1rem;
  border-radius: 5px;
}
#effectiveness-intro h3 {
  max-width: 780px;
  margin: auto;
  margin-top: 0.5rem;
}
@media (max-width: 575.98px) {
  #effectiveness-intro {
    height: 400px;
  }
}

.purchase-points-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 0;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: -10px;
  margin-right: -10px;
}
.purchase-points-list .purchase-point {
  line-height: 1.7;
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}
.purchase-points-list .purchase-point a {
  color: inherit;
}
.purchase-points-list .purchase-point a:hover {
  text-decoration: underline;
}
.purchase-points-list .purchase-point h3 {
  color: #008C96;
}
.purchase-points-list .purchase-point h3, .purchase-points-list .purchase-point p {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .purchase-points-list .purchase-point {
    width: 33.3333%;
  }
}
@media (max-width: 575.98px) {
  .purchase-points-list .purchase-point {
    width: 50%;
  }
}

@media screen and (max-width: 991px) {
  .big-slider-row #overlayZoom {
    display: none !important;
  }
}
.big-slider-row #overlayZoom.active + .p-big-slider .swiper-slide {
  opacity: 0;
}

.aos-animate[data-aos=scale] {
  -webkit-animation: scale-ani 1s linear;
          animation: scale-ani 1s linear;
}

@-webkit-keyframes scale-ani {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scale-ani {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.blog-list .blog-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f5f5;
}
.blog-list .blog-item .img-row {
  width: 450px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
}
.blog-list .blog-item .txt-row {
  padding: 1.5rem 1.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.blog-list .blog-item .txt-row .date {
  line-height: 1.7;
  color: rgba(35, 24, 21, 0.5);
}
.blog-list .blog-item .txt-row .title {
  font-weight: bold;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.blog-list .blog-item .txt-row .detail {
  line-height: 1.7;
  color: rgba(35, 24, 21, 0.5);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-list .blog-item .txt-row .more {
  margin-top: auto;
  text-align: right;
}
@media (max-width: 767.98px) {
  .blog-list .blog-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .blog-list .blog-item .img-row {
    width: 100%;
  }
  .blog-list .blog-item .txt-row {
    width: 100%;
  }
  .blog-list .blog-item .txt-row .more {
    margin-top: 2rem;
  }
}

.blog-inner-content {
  padding-left: 50px;
  padding-right: 50px;
}
.blog-inner-content .title--date--author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 50px;
}
.blog-inner-content .title--date--author .date--author {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #008C96;
  text-align: right;
  line-height: 1.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
}
@media (max-width: 767.98px) {
  .blog-inner-content .title--date--author {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .blog-inner-content .title--date--author .date--author {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .blog-inner-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#blog-inner-section2 {
  background-color: #F9F9F9;
}

.o-slider {
  max-width: 1000px;
  margin: 0 auto;
}
.o-slider .o-item {
  padding: 10px;
  background-color: #fff;
}
.o-slider .o-item .txt-row {
  padding: 15px 0;
}
.o-slider .o-item .txt-row .title {
  font-weight: bold;
  line-height: 34px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.o-slider .o-item .txt-row .detail {
  line-height: 25px;
  color: rgba(35, 24, 21, 0.5);
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.o-slider .o-item .txt-row .more {
  text-align: right;
  margin-top: 2rem;
}

.faq-list {
  max-width: 980px;
  margin: 0 auto;
}
.faq-list .category-title {
  font-weight: bold;
  color: #008C96;
  border-bottom: 1px solid #008C96;
  line-height: 1.7;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
}
.faq-list .category-title [class*=fa] {
  margin-right: 10px;
}
.faq-list .metismenu {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 5rem;
}
.faq-list .metismenu > li {
  width: 100%;
  margin-bottom: 1rem;
}
.faq-list .metismenu > li > a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 1rem 1rem;
  background-color: #E9E8E8;
  border-radius: 10px;
  color: inherit;
  gap: 1rem;
}
.faq-list .metismenu > li > a [class*=fa] {
  margin-left: auto;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #008C96;
}
.faq-list .metismenu > li > a .q-mark {
  color: #008C96;
  font-weight: bold;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.faq-list .metismenu > li > a .q-title {
  font-weight: bold;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}
.faq-list .metismenu > li.mm-active > a, .faq-list .metismenu > li:hover > a {
  background-color: #008C96;
}
.faq-list .metismenu > li.mm-active > a [class*=fa], .faq-list .metismenu > li:hover > a [class*=fa] {
  color: #fff;
}
.faq-list .metismenu > li.mm-active > a .q-mark,
.faq-list .metismenu > li.mm-active > a .q-title, .faq-list .metismenu > li:hover > a .q-mark,
.faq-list .metismenu > li:hover > a .q-title {
  color: #fff;
}
.faq-list .metismenu > li.mm-active > a [class*=fa] {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}
.faq-list .metismenu > li > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.faq-list .metismenu > li .faq-answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 28px 24px;
  gap: 9px;
}
.faq-list .metismenu > li .faq-answer .a-mark {
  font-weight: bold;
  line-height: 1;
  color: #008C96;
}

.progress-steps {
  width: 630px;
  max-width: 100%;
  margin: 0 auto;
}
.progress-steps .steps {
  gap: 1rem;
}
.progress-steps .step {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.progress-steps .step.active .step-circle {
  background-color: #008C96;
  color: #fff;
}
.progress-steps .step-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  font-weight: bold;
  background-color: #E9E8E8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
.progress-steps .t {
  margin-top: 1rem;
}
.progress-steps .step-line {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  height: 1px;
  background-color: #231815;
  margin-top: 35px;
}

.cart-content {
  width: 980px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.cart-main .cart-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #008C96;
  gap: 10px;
  -webkit-transform: translate(0, 42px);
      -ms-transform: translate(0, 42px);
          transform: translate(0, 42px);
}
.cart-main .cart-header [class*=fa] {
  font-size: 18px;
}
.cart-main .cart-header .t {
  font-weight: bold;
  line-height: 1.7;
}
@media (max-width: 767.98px) {
  .cart-main .cart-header {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.cart-table tr th {
  color: #818181;
  font-weight: normal;
}
.cart-table tr th:first-child {
  text-align: center;
}
.cart-table tr th:last-child {
  text-align: right;
}
.cart-table tr td {
  vertical-align: middle;
}
.cart-table .product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart-table .product-info .img {
  width: 146px;
  margin-right: 30px;
}
.cart-table .product-info span.t {
  font-weight: bold;
}
.cart-table .product-remove {
  text-align: right;
}
.cart-table .product-remove button {
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
}
.cart-table .product-price,
.cart-table .product-subtotal {
  font-weight: bold;
}
.cart-table.step3 tr th:last-child,
.cart-table.step3 tr td:last-child {
  text-align: right;
}
@media (max-width: 767.98px) {
  .cart-table {
    display: block;
  }
  .cart-table tbody {
    display: block;
  }
  .cart-table tr {
    display: block;
    width: 100%;
    border-bottom: 1px solid #E9E8E8;
    margin-bottom: 1rem;
    border: 1px solid #008C96;
  }
  .cart-table tr th {
    display: none;
  }
  .cart-table tr td {
    display: block;
    width: 100%;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px;
  }
  .cart-table tr td:before {
    content: attr(data-title);
    font-weight: bold;
    font-size: 18px;
  }
  .cart-table tr td.product-name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cart-table tr td.product-name:before {
    width: 100%;
  }
}

.order-summary {
  width: 317px;
  max-width: 100%;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  line-height: 1.7;
}
@media (max-width: 767.98px) {
  .order-summary {
    width: 100%;
    margin-top: 2rem;
  }
}
.order-summary .summary-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.order-summary .summary-row .summary-label {
  font-weight: bold;
}
.order-summary .summary-row.total-row .summary-value {
  font-weight: bold;
}
.order-summary .free-shipping-note {
  color: #E60012;
  text-align: right;
  margin-top: -1rem;
}
.order-summary hr {
  margin: 0;
}

.action-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.action-buttons .btn {
  width: 280px;
  max-width: 100%;
  font-weight: bold;
}

.line-section {
  background-color: #FFFDEB;
  text-align: center;
  padding-top: 26px;
  padding-bottom: 26px;
}
.line-section .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.line-section p {
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 2px;
  margin-bottom: 0;
}
.line-section .line-btn {
  font-weight: bold;
  width: 280px;
  max-width: 100%;
}
.line-section .line-btn svg {
  width: 32px;
  margin-right: 10px;
}

.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  border-bottom: 1px solid #008C96;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.section-title .t {
  font-weight: bold;
  line-height: 1.7;
  color: #008C96;
}

.shipping-payment-methods-row .payment-method .bank-code {
  border: 0;
  border-bottom: 1px solid #231815;
  border-radius: 0;
}
.shipping-payment-methods-row .payment-method .payment-info {
  background-color: #F9F9F9;
  padding: 1rem;
}

.invoice-section .section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.order-complete-container {
  background-color: #f9f9f9;
  padding: 5rem 1rem;
}

.customer-info-section {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: -webkit-min-content 1fr;
  -ms-grid-columns: min-content 1fr;
  grid-template-columns: -webkit-min-content 1fr;
  grid-template-columns: min-content 1fr;
  grid-row-gap: 1rem;
  line-height: 1.7;
}

.customer-info-item {
  display: contents;
  /* 讓子元素直接成為 grid 的項目 */
}

.customer-info-label {
  padding-right: 10px;
  white-space: nowrap;
  font-weight: bold;
}

.payment-info {
  width: 100%;
  background-color: #F9F9F9;
  padding: 1rem;
  border-radius: 10px;
  line-height: 1.7;
  margin-top: 1rem;
  max-width: 280px;
}

.login-title {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  margin-bottom: 2.8rem;
}
.login-title .icon {
  width: 106px;
  height: 106px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #008C96;
  color: #fff;
}
.login-title .t {
  font-weight: bold;
  margin-bottom: 0;
}

#login-form,
#forgot-form {
  width: 380px;
  max-width: 100%;
  margin: 0 auto;
}
#login-form .btn,
#forgot-form .btn {
  width: 280px;
  max-width: 100%;
  font-weight: bold;
  white-space: nowrap;
}
#login-form .btn-navar-line,
#forgot-form .btn-navar-line {
  padding-left: 1rem;
  padding-right: 1rem;
}
#login-form .btn-navar-line svg,
#forgot-form .btn-navar-line svg {
  width: 34px;
}
#login-form .btn-c4,
#forgot-form .btn-c4 {
  letter-spacing: 2px;
}
#login-form .forgot-password,
#forgot-form .forgot-password {
  margin-top: 1rem;
  text-decoration: underline;
  color: #008C96;
}

.register-section {
  text-align: center;
  width: 780px;
  max-width: 100%;
  margin: 5rem auto 0;
  background-color: #f9f9f9;
  border-radius: 20px;
  padding: 5%;
}
.register-section .title {
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 2px;
}
.register-section .btn {
  width: 280px;
  max-width: 100%;
  margin-top: 1.5rem;
  font-weight: bold;
  letter-spacing: 2px;
}

#forgot-fancybox,
#modify-fancybox {
  width: 530px;
  border-radius: 10px;
}

#register .login-title {
  margin-bottom: 3rem;
}
#register .login-title .btn {
  width: 294px;
  max-width: 100%;
  font-weight: bold;
  white-space: nowrap;
}
#register .login-title .btn-navar-line {
  padding-left: 1rem;
  padding-right: 1rem;
}
#register .login-title .btn-navar-line svg {
  width: 34px;
}
#register hr {
  margin-bottom: 3rem;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 580px;
}

#register-form,
#profile-form {
  width: 580px;
  max-width: 100%;
  margin: 0 auto;
}
#register-form .btn,
#profile-form .btn {
  width: 280px;
  max-width: 100%;
  font-weight: bold;
}

.member-sidebar hr {
  border-color: #008C96;
  opacity: 1;
}
@media (min-width: 768px) {
  .member-sidebar {
    width: 180px;
    max-width: 100%;
  }
}

.order-table {
  min-width: 500px;
}
.order-table tr th,
.order-table tr td {
  vertical-align: middle;
}
.order-table tr th {
  background-color: #008C96;
  color: #fff;
}
.order-table tr th:last-child {
  text-align: center;
}
.order-table tr td {
  border: 0;
}
.order-table tr td input {
  max-width: 130px;
}
.order-table tr td:last-child {
  text-align: center;
}
.order-table tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.order-table tbody tr:nth-child(even) {
  background-color: #E9E8E8;
}
@media (max-width: 767.98px) {
  .order-table {
    font-size: 13px;
  }
}

#order-inner .order-table tr th:last-child,
#order-inner .order-table tr td:last-child {
  text-align: left;
}
/*# sourceMappingURL=style.css.map */