@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Chiron+GoRound+TC:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --swiper-theme-color: #ACC63E;
}

::-moz-selection {
  background-color: #ACC63E;
  color: #fff;
}

::selection {
  background-color: #ACC63E;
  color: #fff;
}

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

body {
  position: relative;
  background-attachment: fixed;
  background-image: url(../_img/layout/bg.png);
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  body {
    background-attachment: initial;
    background-size: 100%;
    background-repeat: repeat-y;
  }
}

main {
  overflow: initial;
}

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

.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: #fff;
}
.left-aside .onoffcanvas-toggler {
  margin-left: auto;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.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: #242424;
  left: 0;
  top: 0;
  opacity: 0.5;
}
.left-menu > li:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #242424;
  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: #000000;
}
.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: #ACC63E;
}
.left-menu a:focus {
  color: #ACC63E;
}
.left-menu a:active {
  color: #ACC63E;
}
.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 #000000;
  border-right: 1px solid #000000;
  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: #ACC63E;
}
.left-menu ul {
  position: relative;
  background-color: #F4F4F4;
}
.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;
}

.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: #000000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
}
.sidebar-nav .metismenu a:hover {
  color: #ACC63E;
  text-decoration: none;
}
.sidebar-nav .metismenu a:focus {
  color: #ACC63E;
  text-decoration: none;
}
.sidebar-nav .metismenu a:active {
  color: #ACC63E;
  text-decoration: none;
}
.sidebar-nav .metismenu ul {
  padding-left: 1rem;
}
.sidebar-nav .metismenu .mm-active > a {
  color: #ACC63E;
  text-decoration: none;
  border-radius: 3px;
}

.navbar .container {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.navbar .navbar-collapse {
  -ms-flex-preferred-size: auto !important;
      flex-basis: auto !important;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
}
@media (max-width: 991.98px) {
  .navbar .container {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
}

.navbar {
  position: sticky;
  top: 0;
  z-index: 9000;
}
@media (max-width: 991.98px) {
  .navbar .navbar-brand {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.navbar {
  padding: 0.5rem 0;
}
@media (max-width: 991.98px) {
  .navbar .navbar-brand {
    width: 200px;
  }
}
.navbar .navbar-nav {
  border-bottom: 1px solid #000000;
  margin: 0px 50px;
}
@media (min-width: 992px) {
  .navbar .navbar-nav .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
  }
}
.navbar .navbar-nav .nav-item .nav-link {
  width: 100px;
  display: block;
  color: inherit;
  text-align: center;
  height: 24px;
  overflow: hidden;
  margin: 1rem 0rem;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.navbar .navbar-nav .nav-item .nav-link span {
  display: block;
  font-weight: 500;
  position: relative;
}
.navbar .navbar-nav .nav-item .nav-link span.tw {
  margin-top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar .navbar-nav .nav-item .nav-link span.en {
  color: #ACC63E;
  margin-top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar .navbar-nav .nav-item:hover .nav-link span.tw, .navbar .navbar-nav .nav-item.active .nav-link span.tw {
  margin-top: -25px;
}

.left-aside .navbar-toggler {
  position: relative;
}

.navbar-toggler {
  position: absolute;
  right: 10px;
  border: 0;
}
.navbar-toggler::after, .navbar-toggler::before {
  border-color: #242424;
}

.phone-cart-btn {
  display: none;
  margin-right: 50px;
}
@media (max-width: 767.98px) {
  .phone-cart-btn {
    display: block;
  }
}

.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: #ACC63E;
  color: #fff;
}

.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: #ACC63E;
  color: #fff;
}
.nav-right .lang a.active {
  color: #fff;
  background-color: #000;
}
.nav-right .lang a + a {
  margin-left: -5px;
}

.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: #FFA41F;
  opacity: 1;
  outline: none;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ACC63E;
}

.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%;
  color: #000000;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 1;
  -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 {
  color: #ACC63E;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

.p-small-slider .swiper-slide {
  cursor: pointer;
}
.p-small-slider .swiper-slide:hover, .p-small-slider .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);
}

.en-font {
  font-family: "Noto Sans", sans-serif;
}

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

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

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

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

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

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

.fs-18, .mega-menu [class*=container] ul.product-mega-menu > li > a {
  font-size: 1.125rem;
}

.fsr-18 {
  font-size: 1.125rem;
}

.fs-20 {
  font-size: 1.25rem;
}

.fsr-20 {
  font-size: 1.25rem;
}

.fs-24 {
  font-size: 1.5rem;
}

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

.fs-25 {
  font-size: 1.5625rem;
}

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

.fs-26 {
  font-size: 1.625rem;
}

.fsr-26 {
  font-size: calc(1.2875rem + 0.45vw);
}
@media (min-width: 1200px) {
  .fsr-26 {
    font-size: 1.625rem;
  }
}

.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 {
  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 {
  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 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .fsr-40 {
    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 {
  font-size: 3rem;
}

.fsr-48 {
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .fsr-48 {
    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-60 {
  font-size: 3.75rem;
}

.fsr-60 {
  font-size: calc(1.5rem + 3vw);
}
@media (min-width: 1200px) {
  .fsr-60 {
    font-size: 3.75rem;
  }
}

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

.fs-100 {
  font-size: 6.25rem;
}

.fsr-100 {
  font-size: calc(1.75rem + 6vw);
}
@media (min-width: 1200px) {
  .fsr-100 {
    font-size: 6.25rem;
  }
}

@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-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-26 {
    font-size: 1.625rem;
  }
  .fsr-sm-26 {
    font-size: calc(1.2875rem + 0.45vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-26 {
    font-size: 1.625rem;
  }
}
@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-60 {
    font-size: 3.75rem;
  }
  .fsr-sm-60 {
    font-size: calc(1.5rem + 3vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-60 {
    font-size: 3.75rem;
  }
}
@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: 576px) {
  .fs-sm-100 {
    font-size: 6.25rem;
  }
  .fsr-sm-100 {
    font-size: calc(1.75rem + 6vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-100 {
    font-size: 6.25rem;
  }
}
@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-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-26 {
    font-size: 1.625rem;
  }
  .fsr-md-26 {
    font-size: calc(1.2875rem + 0.45vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-26 {
    font-size: 1.625rem;
  }
}
@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-60 {
    font-size: 3.75rem;
  }
  .fsr-md-60 {
    font-size: calc(1.5rem + 3vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-60 {
    font-size: 3.75rem;
  }
}
@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: 768px) {
  .fs-md-100 {
    font-size: 6.25rem;
  }
  .fsr-md-100 {
    font-size: calc(1.75rem + 6vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-100 {
    font-size: 6.25rem;
  }
}
@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-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-26 {
    font-size: 1.625rem;
  }
  .fsr-lg-26 {
    font-size: calc(1.2875rem + 0.45vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-26 {
    font-size: 1.625rem;
  }
}
@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-60 {
    font-size: 3.75rem;
  }
  .fsr-lg-60 {
    font-size: calc(1.5rem + 3vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-60 {
    font-size: 3.75rem;
  }
}
@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: 992px) {
  .fs-lg-100 {
    font-size: 6.25rem;
  }
  .fsr-lg-100 {
    font-size: calc(1.75rem + 6vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-100 {
    font-size: 6.25rem;
  }
}
@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-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-26 {
    font-size: 1.625rem;
  }
  .fsr-xl-26 {
    font-size: calc(1.2875rem + 0.45vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-26 {
    font-size: 1.625rem;
  }
}
@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-60 {
    font-size: 3.75rem;
  }
  .fsr-xl-60 {
    font-size: calc(1.5rem + 3vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-60 {
    font-size: 3.75rem;
  }
}
@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: 1200px) {
  .fs-xl-100 {
    font-size: 6.25rem;
  }
  .fsr-xl-100 {
    font-size: calc(1.75rem + 6vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-100 {
    font-size: 6.25rem;
  }
}
@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-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-26 {
    font-size: 1.625rem;
  }
  .fsr-xxl-26 {
    font-size: calc(1.2875rem + 0.45vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-26 {
    font-size: 1.625rem;
  }
}
@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-60 {
    font-size: 3.75rem;
  }
  .fsr-xxl-60 {
    font-size: calc(1.5rem + 3vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-60 {
    font-size: 3.75rem;
  }
}
@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;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-100 {
    font-size: 6.25rem;
  }
  .fsr-xxl-100 {
    font-size: calc(1.75rem + 6vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-100 {
    font-size: 6.25rem;
  }
}
.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;
}

.main-title {
  letter-spacing: 1px;
  line-height: 1.3;
}
.main-title .tw-font {
  font-weight: 500;
}

#section-fram-01 {
  line-height: 1.3;
  letter-spacing: 1px;
}

#back-to-top,
.right-icon {
  display: block;
  width: 60px;
  height: 60px;
  background-color: #ACC63E;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 575.98px) {
  #back-to-top,
  .right-icon {
    width: 50px;
    height: 50px;
  }
}

.btn:not(.more) {
  min-width: 180px;
}

.btn-1 {
  position: relative;
  width: 119px;
  height: 53px;
  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;
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}
.btn-1 svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn-1 svg path {
  fill: #ACC63E;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-1:hover {
  color: #fff;
}
.btn-1:hover svg path {
  fill: #FFA41F;
}

.btn-2 {
  position: relative;
  width: 119px;
  height: 53px;
  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;
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
  margin-right: 14px;
}
.btn-2 svg {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn-2 svg path {
  fill: #FFA41F;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-2:hover {
  color: #fff;
}
.btn-2:hover svg path {
  fill: #242424;
}
.btn-2:nth-last-child(1) {
  margin-right: 0;
}

.btn-3 {
  display: block;
  position: relative;
  width: 211px;
  height: 67px;
  font-weight: 500;
  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;
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}
.btn-3 svg {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn-3 svg path {
  fill: #ACC63E;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-3:hover svg path {
  fill: #060505;
}
.btn-3:hover span {
  color: #fff;
}

.btn-4 {
  display: block;
  position: relative;
  width: 211px;
  height: 67px;
  font-weight: 500;
  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;
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}
.btn-4 svg {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn-4 svg path {
  fill: #FFA41F;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-4:hover svg path {
  fill: #060505;
}
.btn-4:hover span {
  color: #fff;
}

.store-btn {
  background-color: #FFA41F;
  padding: 10px;
  display: block;
  color: #000000;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 30px;
}
.store-btn:hover {
  background-color: #ACC63E;
}

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

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

@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:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #ACC63E;
}
.aside-list > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.aside-list > li > a:after {
  content: "\e4b2";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font: var(--fa-font-regular);
  display: none;
}
.aside-list > li > a [class*=fa] {
  margin-top: 3px;
  margin-left: 10px;
  display: none;
}
.aside-list > li:hover > a, .aside-list > li.mm-active > a {
  background-color: #ACC63E;
  color: #fff;
}
.aside-list > li:hover > a [class*=fa], .aside-list > li.mm-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: #ACC63E;
}

.m-button {
  background-color: #ACC63E;
  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;
}
.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: #FFA41F;
}
.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: #ACC63E;
  --bs-pagination-hover-color: #fff;
  --bs-pagination-disabled-bg: none;
}
.pages .pagination .page-item {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
.pages .pagination .page-item:hover .page-link, .pages .pagination .page-item.active .page-link {
  background-color: transparent;
  color: #000000;
  border-bottom: 1px solid #000000;
}
.pages .pagination .page-link {
  width: 2rem;
  height: 2rem;
  border-radius: 0px;
  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;
  font-weight: 500;
  font-size: 1rem;
}

#right-float-box {
  position: fixed;
  z-index: 8000;
  right: 10px;
  bottom: 50px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#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: #00c300;
  color: #fff;
}
#right-float-box .email {
  background-color: #000;
  color: #fff;
}
#right-float-box .phone {
  position: relative;
  background-color: #ACC63E;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#right-float-box .phone:hover {
  background-color: #FFA41F;
}
#right-float-box .phone .cart-count {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 999px;
  background: #ff5a5f;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 0 0 2px #fff;
          box-shadow: 0 0 0 2px #fff;
  pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
  #right-float-box .phone .cart-count {
    -webkit-animation: cart-badge-pop 0.2s ease-out;
            animation: cart-badge-pop 0.2s ease-out;
  }
}
#right-float-box .buy-tickets-btn {
  display: inline-block;
  position: relative;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#right-float-box .buy-tickets-btn:hover {
  -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
          transform: rotate(10deg);
}
@media (max-width: 767.98px) {
  #right-float-box .phone,
  #right-float-box .buy-tickets-btn {
    display: none;
  }
}

.hover-img .pic {
  overflow: hidden;
}
.hover-img .pic img {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.hover-img:hover .pic img {
  -webkit-transform: scale(1.2, 1.2);
      -ms-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}

.pretty-select {
  background-image: url(../_img/onlineshop/down.svg);
  background-position: 98% 50%;
  background-repeat: no-repeat;
}

.hr-line {
  margin: 80px 0 !important;
  padding: 0;
  color: #ACC63E;
  opacity: 1;
}

footer {
  position: relative;
  padding-top: 114px;
  z-index: 3;
}
footer:before {
  content: "";
  width: 100%;
  height: 114px;
  background-image: url(../_img/layout/footer-bg.svg);
  position: absolute;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
  top: 0px;
  z-index: -1;
}
footer .flower-icon1 {
  position: absolute;
  left: 330px;
  top: -45px;
  z-index: 2;
}
footer .flower-icon2 {
  position: absolute;
  right: 330px;
  top: -10px;
  z-index: 2;
}
footer #footer1 {
  background-color: #ACC63E;
  background-image: url(../_img/layout/footer-bg1.svg);
  background-position: 70% 0%;
  background-repeat: no-repeat;
  background-size: auto;
}
footer #footer1 .footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}
footer #footer1 .footer-logo .img-row {
  margin-right: 15px;
}
footer #footer1 .footer-logo .footer-company-info .tw {
  font-weight: 500;
  letter-spacing: 2px;
}
footer #footer1 .footer-logo .footer-company-info .en {
  letter-spacing: 3px;
}
footer #footer1 .footer-info-box .text-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 5px;
}
footer #footer1 .footer-info-box .text-row a {
  color: #000000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer #footer1 .footer-info-box .text-row a:hover {
  color: #fff;
}
footer #footer1 .footer-info-box .text-row span {
  margin-right: 10px;
}
footer #footer1 .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}
footer #footer1 .sitemap-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer #footer1 .sitemap-info .title-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer #footer1 .sitemap-info .title-row .en-font {
  letter-spacing: 2px;
}
footer #footer1 .sitemap-info .community-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer #footer1 .sitemap-info .community-group .footer-icon {
  margin-left: 20px;
}
footer #footer1 .sitemap-navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer #footer1 .sitemap-navbar .sitemap-navber-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-right: 1px solid #fff;
  padding-right: 70px;
}
footer #footer1 .sitemap-navbar .sitemap-navber-list .sitemap-navber__title-link {
  color: #000000;
  font-weight: 500;
  margin-bottom: 20px;
  display: block;
}
footer #footer1 .sitemap-navbar .sitemap-navber-list .sitemap-navber__title-link:hover {
  color: #fff;
}
footer #footer1 .sitemap-navbar .sitemap-navber-list .sitemap-navber__sub-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 10px;
}
footer #footer1 .sitemap-navbar .sitemap-navber-list .sitemap-navber__sub-list .sitemap-mavber__sub-list-link {
  color: #242424;
  margin-bottom: 10px;
  display: block;
}
footer #footer1 .sitemap-navbar .sitemap-navber-list .sitemap-navber__sub-list .sitemap-mavber__sub-list-link:hover {
  color: #fff;
}
footer #footer1 .sitemap-navbar .sitemap-navber-list:nth-child(2) {
  padding: 0px 70px;
}
footer #footer1 .sitemap-navbar .sitemap-navber-list:nth-last-child(1) {
  border-right: none;
  padding-right: 0;
  padding-left: 70px;
}
footer #footer1 .copyrihgt-box {
  margin-top: 50px;
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #fff;
}
@media (max-width: 1440px) {
  footer .flower-icon1 {
    left: 2rem;
  }
  footer .flower-icon2 {
    right: 6rem;
  }
  footer #footer1 {
    background-position: 80% 0%;
  }
}
@media (max-width: 1199.98px) {
  footer::before {
    background-size: 100%;
    top: 30px;
  }
  footer .flower-icon1 {
    top: 0;
  }
  footer .flower-icon2 {
    top: 16px;
    right: 9rem;
  }
  footer #footer1 {
    background-position: 200% 0%;
  }
  footer #footer1 .btn-group .btn-2 {
    margin-bottom: 10px;
  }
}
@media (max-width: 900px) {
  footer::before {
    top: 40px;
  }
  footer .flower-icon1 {
    width: 100px;
    top: 30px;
  }
  footer .flower-icon2 {
    width: 100px;
    top: 40px;
  }
  footer #footer1 {
    background-image: url(../_img/layout/footer-bg1-phone.svg);
    background-size: auto;
    background-position: 80% 200px;
  }
  footer #footer1 .btn-group {
    display: none;
  }
  footer #footer1 .sitemap-info {
    margin-top: 30px;
  }
  footer #footer1 .sitemap-navbar .sitemap-navber-list {
    width: 33.3333333333%;
    padding-right: 0px;
  }
  footer #footer1 .sitemap-navbar .sitemap-navber-list:nth-child(1) {
    width: calc(33.3333333333% - 50px);
  }
  footer #footer1 .sitemap-navbar .sitemap-navber-list:nth-child(2) {
    padding: 0px;
    padding-left: 5rem;
  }
  footer #footer1 .sitemap-navbar .sitemap-navber-list:nth-last-child(1) {
    padding: 0;
    padding-left: 5rem;
  }
}
@media (max-width: 767.98px) {
  footer {
    padding-top: 0px;
    padding-bottom: 40px;
  }
  footer::before {
    top: -60px;
  }
  footer .flower-icon1, footer .flower-icon2 {
    display: none;
  }
  footer #footer1 {
    background-image: none;
  }
  footer #footer1 .footer-logo {
    margin-bottom: 20px;
    padding: 0 20px;
  }
  footer #footer1 .footer-info-box,
  footer #footer1 .sitemap-info,
  footer #footer1 .btn-group {
    padding: 0 20px;
  }
  footer #footer1 .btn-group {
    margin-top: 10px;
  }
  footer #footer1 .btn-group .btn-2 {
    width: calc(33.3333333333% - 20px);
    height: 30px;
    margin-right: 10px;
  }
  footer #footer1 .sitemap-navbar .sitemap-navber-list {
    width: 100% !important;
    padding: 0 20px !important;
    border: none !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  footer #footer1 .sitemap-navbar .sitemap-navber-list .sitemap-navber__title-link {
    margin-bottom: 10px;
    margin-right: 20px;
  }
  footer #footer1 .sitemap-navbar .sitemap-navber-list .sitemap-navber__sub-list {
    display: none;
  }
}

.phone-buy-tickets-btn {
  background-color: #FFA41F;
  position: fixed;
  z-index: 999;
  width: 100%;
  left: 0;
  bottom: 0;
  display: none;
}
.phone-buy-tickets-btn a {
  display: block;
  color: #000000;
  padding: 10px;
  text-align: center;
  font-weight: bold;
}
.phone-buy-tickets-btn:hover {
  background-color: #242424;
}
.phone-buy-tickets-btn:hover a {
  color: #fff;
}
@media (max-width: 767.98px) {
  .phone-buy-tickets-btn {
    display: block;
  }
}

.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: #ACC63E;
  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: #ACC63E;
  position: absolute;
  left: -1rem;
  top: 0;
}
.mega-menu [class*=container] ul.product-mega-menu > li ul a {
  display: block;
  color: #000000;
}
.mega-menu [class*=container] ul.product-mega-menu > li ul a:hover {
  color: #ACC63E;
  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: #ACC63E;
}
.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: #ACC63E;
  color: #fff;
}

#banner {
  position: relative;
  z-index: 2;
  background-color: #fff;
}
#banner .banner-slider, #banner.inner-banner {
  padding-top: 20px;
}
#banner .scrollDown {
  position: absolute;
  left: 50%;
  bottom: 10px;
  z-index: 99;
  width: 102px;
  height: 102px;
  display: block;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
#banner .scrollDown .img-box {
  width: 102px;
  height: 102px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
#banner .scrollDown .text-row {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#banner .scrollDown:hover .img-box {
  -webkit-animation: changebtn 3s linear infinite;
          animation: changebtn 3s linear infinite;
}
@media (max-width: 991.98px) {
  #banner .banner-slider, #banner.inner-banner {
    padding-top: 0;
  }
}
@media (max-width: 767.98px) {
  #banner {
    background-color: transparent;
  }
  #banner .scrollDown {
    position: relative;
    display: none;
  }
}

@-webkit-keyframes changebtn {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes changebtn {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
.glance-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.glance-group .glance-item {
  display: block;
  width: 33.3333333333%;
  margin-top: 50px;
  position: relative;
  z-index: 1;
}
.glance-group .glance-item .img-row img {
  margin: 0 auto;
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.glance-group .glance-item .text-row {
  color: #fff;
  position: absolute;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 55%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.glance-group .glance-item .text-row .tw {
  width: 55px;
  letter-spacing: 1px;
  line-height: 1.3;
  font-weight: 500;
}
.glance-group .glance-item .text-row .en {
  font-weight: bold;
}
.glance-group .glance-item:nth-child(2) {
  margin-top: 0;
}
.glance-group .glance-item:nth-child(2) .text-row {
  top: 45%;
  left: 48%;
}
.glance-group .glance-item:nth-last-child(1) {
  margin-top: 40px;
}
.glance-group .glance-item:nth-last-child(1) .text-row {
  top: 58%;
  left: 45%;
}
.glance-group .glance-item:hover .img-row img {
  opacity: 0.8;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 767.98px) {
  .glance-group .glance-item {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .glance-group .glance-item:nth-child(2) .text-row {
    top: 50%;
  }
  .glance-group .glance-item:nth-last-child(1) {
    margin-top: 0;
  }
  .glance-group .glance-item:nth-last-child(1) .text-row {
    left: 50%;
  }
}

.index-section__box-2 {
  background-image: url(../_img/index/news-bg.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}
.index-section__box-2 .news-icon-box {
  width: 150px;
  position: absolute;
  right: 0;
  bottom: -80px;
}
@media (max-width: 1440px) {
  .index-section__box-2 {
    background-size: cover;
  }
}
@media (max-width: 991.98px) {
  .index-section__box-2 .news-icon-box {
    width: 130px;
    bottom: -20px;
  }
}
@media (max-width: 767.98px) {
  .index-section__box-2 {
    background-color: rgba(172, 198, 62, 0.4);
    background-image: none;
  }
  .index-section__box-2 .news-icon-box {
    display: none;
  }
}

.about-section__box1 {
  letter-spacing: 1px;
  line-height: 1.3;
}
.about-section__box1 .about-en-title {
  position: relative;
  z-index: 2;
}
.about-section__box1 .about-en-title::before {
  content: "";
  width: 80%;
  height: 1px;
  background-color: #ACC63E;
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.about-section__box1 .about-en-title span {
  padding-right: 20px;
  color: #ACC63E;
}
.about-section__box1 .about-info__title {
  font-weight: bold;
}
.about-section__box1 .about-info__img-box2 {
  margin-right: 70px;
  margin-left: auto;
}
@media (max-width: 1199.98px) {
  .about-section__box1 .about-en-title::before {
    width: 70%;
  }
}
@media (max-width: 767.98px) {
  .about-section__box1 .about-en-title::before {
    width: 40%;
  }
}

.about-section__family .about-family__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about-section__family .about-family__list .about-family__link {
  width: calc(16.6666666667% - 10px);
  margin: 0px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  letter-spacing: 1px;
  line-height: 1.3;
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about-section__family .about-family__list .about-family__link .img-row {
  margin-bottom: 11px;
}
.about-section__family .about-family__list .about-family__link .title-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.about-section__family .about-family__list .about-family__link .title-row .tw-font {
  color: #000000;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about-section__family .about-family__list .about-family__link:hover {
  top: -20px;
}
.about-section__family .about-family__list .about-family__link:hover .title-row .tw-font {
  color: #FFA41F;
}
@media (max-width: 767.98px) {
  .about-section__family .about-family__list .about-family__link {
    width: calc(33.3333333333% - 10px);
    margin-bottom: 30px;
  }
}
.about-section__family .about-family-group {
  margin-top: 80px;
}
.about-section__family .about-family-group .about-family__item {
  padding: 90px 0;
  background-image: url(../_img/about/f-bg.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.3;
  letter-spacing: 1px;
  margin-bottom: 26px;
}
.about-section__family .about-family-group .about-family__item .family__img-box {
  width: 45%;
  background-image: url(../_img/about/flower-bg.svg);
  background-position: 0% 85%;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
}
.about-section__family .about-family-group .about-family__item .family__img-box .img-box {
  position: relative;
  top: 0;
}
.about-section__family .about-family-group .about-family__item .family__text-box {
  width: 55%;
  padding-right: 200px;
}
.about-section__family .about-family-group .about-family__item .family__text-box .title-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 30px;
}
.about-section__family .about-family-group .about-family__item .family__text-box .title-row .job_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-section__family .about-family-group .about-family__item .family__text-box .title-row .job_title .line-box {
  width: 30px;
  height: 30px;
  position: relative;
  display: block;
}
.about-section__family .about-family-group .about-family__item .family__text-box .title-row .job_title .line-box::before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #ACC63E;
  position: absolute;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 50%;
  left: 50%;
}
.about-section__family .about-family-group .about-family__item .family__text-box .title-row .job_title .text-box {
  font-weight: 600;
}
.about-section__family .about-family-group .about-family__item .family__text-box .text-row {
  padding-left: 30px;
}
.about-section__family .about-family-group .about-family__item .family__text-box .like-food__box {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
}
.about-section__family .about-family-group .about-family__item .family__text-box .like-food__box .text-row {
  font-weight: 600;
}
.about-section__family .about-family-group .about-family__item .family__text-box .phiz__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about-section__family .about-family-group .about-family__item:hover .family__img-box .img-box {
  -webkit-animation: fleximg 0.5s linear infinite alternate;
          animation: fleximg 0.5s linear infinite alternate;
}
.about-section__family .about-family-group .about-family__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.about-section__family .about-family-group .about-family__item:nth-child(even) .family__img-box {
  background-position: 100% 85%;
}
.about-section__family .about-family-group .about-family__item:nth-child(even) .family__text-box {
  padding-right: 50px;
  padding-left: 50px;
}
@media (max-width: 1199.98px) {
  .about-section__family .about-family-group .about-family__item .family__img-box {
    background-size: 100%;
  }
  .about-section__family .about-family-group .about-family__item .family__text-box {
    padding-left: 20px;
    padding-right: 80px;
  }
  .about-section__family .about-family-group .about-family__item:nth-child(even) .family__text-box {
    padding-left: 20px;
    padding-right: 80px;
  }
}
@media (max-width: 991.98px) {
  .about-section__family .about-family-group .about-family__item .family__text-box {
    padding-left: 30px;
    padding-right: 30px;
  }
  .about-section__family .about-family-group .about-family__item .family__text-box .phiz__group .icon {
    display: none;
  }
  .about-section__family .about-family-group .about-family__item:nth-child(even) .family__text-box {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767.98px) {
  .about-section__family .about-family-group {
    margin-top: 0;
  }
  .about-section__family .about-family-group .about-family__item {
    padding: 50px 0 0 0;
    background-position: 50% 30%;
  }
  .about-section__family .about-family-group .about-family__item .family__img-box {
    width: 80%;
    margin: 0 auto;
  }
  .about-section__family .about-family-group .about-family__item .family__text-box {
    width: 100%;
    margin: 20px auto 0;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .about-section__family .about-family-group .about-family__item .family__text-box .phiz__group {
    display: none;
  }
}

@-webkit-keyframes fleximg {
  0% {
    top: 0px;
  }
  100% {
    top: -15px;
  }
}

@keyframes fleximg {
  0% {
    top: 0px;
  }
  100% {
    top: -15px;
  }
}
.phone-naver-box {
  padding: 15px;
  background-color: #ACC63E;
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991.98px) {
  .phone-naver-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.product-sort__naver-fram {
  padding: 0px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ACC63E;
  margin-bottom: 20px;
}
.product-sort__naver-fram .product-sort_navber-link {
  color: #000000;
  padding: 15px 0;
  display: inline-block;
  margin: 0px 12px;
  position: relative;
}
.product-sort__naver-fram .product-sort_navber-link::after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../_img/onlineshop/arrorw.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  bottom: -3px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-sort__naver-fram .product-sort_navber-link.active, .product-sort__naver-fram .product-sort_navber-link:hover {
  font-weight: bold;
}
.product-sort__naver-fram .product-sort_navber-link.active::after, .product-sort__naver-fram .product-sort_navber-link:hover::after {
  opacity: 1;
}
@media (max-width: 991.98px) {
  .product-sort__naver-fram {
    background-color: #F4F4F4;
    display: none;
  }
  .product-sort__naver-fram .product-sort_navber-link {
    display: block;
    width: 100%;
    padding-left: 20px;
  }
  .product-sort__naver-fram .product-sort_navber-link::after {
    bottom: 18px;
    left: 0;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-list .product-item {
  display: block;
  width: 25%;
  margin-bottom: 30px;
  text-align: center;
  border: 1px solid #ACC63E;
  border-right: 0px;
}
.product-list .product-item .pro-img {
  margin: 23px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.product-list .product-item .pro-img .news-product__icon {
  position: absolute;
  z-index: 3;
  left: -3px;
  top: 10px;
}
.product-list .product-item .pro-name-box {
  padding: 20px 0;
  border-top: 1px solid #ACC63E;
  color: #000000;
}
.product-list .product-item:nth-child(4n) {
  border-right: 1px solid #ACC63E;
}
.product-list .product-item:hover .pro-name-box .pro__title {
  color: #FFA41F;
}
@media (max-width: 991.98px) {
  .product-list {
    margin-top: 40px;
  }
  .product-list .product-item {
    width: 33.3333333333%;
  }
  .product-list .product-item:nth-child(3n) {
    border-right: 1px solid #ACC63E;
  }
  .product-list .product-item:nth-child(4n) {
    border-right: 0;
  }
  .product-list .product-item:nth-last-child(1) {
    border-right: 1px solid #ACC63E;
  }
}
@media (max-width: 767.98px) {
  .product-list .product-item {
    width: 100%;
    border-right: 1px solid #ACC63E !important;
  }
}

.product-page__title {
  margin-bottom: 10px;
}

.product-page__line {
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 164, 31)), to(rgb(172, 198, 62)));
  background: linear-gradient(90deg, rgb(255, 164, 31) 0%, rgb(172, 198, 62) 100%);
  margin: 15px 0 20px 0;
}

.product-page__text {
  margin-bottom: 30px;
}

.product-page__select .form-group .form-control {
  height: 45px;
  border: 1px solid #B8B8B8;
}

.product-page__amount-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.product-page__amount-box .title {
  width: 50px;
  margin-right: 20px;
}
.product-page__amount-box .amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-page__amount-box .amount .down,
.product-page__amount-box .amount .up {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-page__amount-box .amount .input-row input {
  border-radius: 5px;
  text-align: center;
  width: 150px;
  height: 45px;
  border: 1px solid #B8B8B8;
}

.product-page__like-fram {
  padding: 80px 0;
}
.product-page__like-fram .product-page__title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.product-page__like-fram .product-page__title .title {
  width: 160px;
}
.product-page__like-fram .product-page__title .line {
  width: calc(100% - 181px);
  height: 1px;
  background-color: #ACC63E;
  margin-left: 20px;
}
.product-page__like-fram .product-page-like__link {
  display: block;
  position: relative;
  z-index: 2;
}
.product-page__like-fram .product-page-like__link::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-page__like-fram .product-page-like__link .btn-2 {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-page__like-fram .product-page-like__link:hover::before {
  background-color: rgba(255, 255, 255, 0.5);
}
.product-page__like-fram .product-page-like__link:hover .btn-2 {
  top: 50%;
  opacity: 1;
}

.cart-box__header {
  background-color: #ACC63E;
  color: #fff;
  padding: 10px 0;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .cart-box__header {
    display: none;
  }
}

.cart-box__body .cart-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ACC63E;
}
.cart-box__body .cart-item .cart-product__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart-box__body .cart-item .cart-product__item .cart-img-box {
  width: 100px;
}
.cart-box__body .cart-item .cart-product__item .cart-title-box {
  margin: 0px 20px;
}
.cart-box__body .cart-item .cart-product__item .cart-title-box .title {
  font-weight: 500;
}
.cart-box__body .cart-item .cart-product__item .cart-title-box .spec_title {
  color: #242424;
}
.cart-box__body .cart-item .amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart-box__body .cart-item .amount .down,
.cart-box__body .cart-item .amount .up {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cart-box__body .cart-item .amount .input-row input {
  border-radius: 5px;
  text-align: center;
  width: 100px;
  height: 45px;
  border: 1px solid #B8B8B8;
}
.cart-box__body .cart-item .delete-btn {
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .cart-box__body .cart-item {
    position: relative;
    background-color: #fff;
  }
  .cart-box__body .cart-item .cart-product__item {
    position: relative;
  }
  .cart-box__body .cart-item .cart-product__item::before {
    content: attr(data-mask);
    padding-right: 10px;
    font-weight: bold;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    color: #242424;
  }
  .cart-box__body .cart-item .amount {
    position: relative;
  }
  .cart-box__body .cart-item .amount::before {
    content: attr(data-mask);
    padding-right: 10px;
    font-weight: bold;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    color: #242424;
  }
  .cart-box__body .cart-item .cart_price {
    position: relative;
  }
  .cart-box__body .cart-item .cart_price::before {
    content: attr(data-mask);
    padding-right: 10px;
    font-weight: bold;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    color: #242424;
  }
  .cart-box__body .cart-item .delete-btn {
    position: absolute;
    right: 15px;
    top: 15px;
  }
}

.cart-price__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cart__list-box {
  margin-bottom: 50px;
  padding-right: 20px;
}
.cart__list-box .title-box {
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 1px solid #ACC63E;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cart__list-box .title-box .form-check {
  font-weight: normal;
}
.cart__list-box .cart-forms-box {
  padding-right: 10px;
}

.cart-text-box {
  padding: 10px;
}

.cart-list__fram {
  position: sticky;
  top: 90px;
  background-color: #fff;
  padding: 30px 0;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.cart-list__fram .title {
  padding: 0px 30px;
  font-weight: 500;
  margin-bottom: 20px;
}
.cart-list__fram .cart-list__header {
  background-color: #ACC63E;
  color: #fff;
  padding: 10px;
}

.cart-list__body .cart-list__item {
  padding-top: 15px;
  border-bottom: 1px solid #F4F4F4;
  padding-bottom: 10px;
  margin: 10px 20px 10px 20px;
}
.cart-list__body .cart-list__item .cart-list__title {
  padding-left: 15px;
}
.cart-list__body .cart-list__item .cart-list__title .title-text {
  font-weight: 500;
}
.cart-list__body .cart-list__item:nth-last-child(1) {
  border-bottom: 1px solid #ACC63E;
}

.cart-list__price-box {
  margin: 0px 20px;
  border-bottom: 1px solid #ACC63E;
  padding-bottom: 10px;
  padding-top: 10px;
}
.cart-list__price-box .cart-list__price {
  padding: 10px 0;
}
.cart-list__price-box .cart-list__price .cart-list__title {
  padding-left: 18px;
}

.cart-titlte_total-price {
  margin: 0px 20px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.cart-titlte_total-price .cart-list__totalprice-item {
  padding: 10px 0;
}
.cart-titlte_total-price .cart-list__totalprice-item .cart-list__title {
  padding-left: 18px;
}

.text-row__order-text {
  line-height: 1.8;
}

.new-item {
  display: block;
}
.new-item .neww-item__img-row {
  overflow: hidden;
  border-radius: 80px 0 0 0;
}
.new-item .neww-item__text-row {
  background-color: #FFA41F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  line-height: 1.3;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.new-item .neww-item__text-row .news-date-row {
  width: 70px;
  font-weight: 500;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-align: center;
}
.new-item .neww-item__text-row .news-title-row {
  width: calc(100% - 90px);
  height: 40px;
  overflow: hidden;
  margin-left: 20px;
  color: #000000;
}
.new-item:hover .neww-item__text-row {
  background-color: #ACC63E;
}

.top-title__box {
  padding-top: 80px;
  padding-bottom: 50px;
  text-align: center;
}
.top-title__box .sub-title__box {
  font-weight: 500;
  position: relative;
  z-index: 2;
}
.top-title__box .sub-title__box::before {
  content: "";
  width: 47px;
  height: 53px;
  background-image: url(../_img/news/s01.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 50%;
  position: absolute;
  left: -70px;
  top: -10px;
  z-index: 2;
  -webkit-animation: flashingimg 1s linear infinite;
          animation: flashingimg 1s linear infinite;
}
.top-title__box .sub-title__box::after {
  content: "";
  width: 24px;
  height: 29px;
  background-image: url(../_img/news/s02.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: -20px;
  -webkit-animation: flashingimg 1.2s linear infinite;
          animation: flashingimg 1.2s linear infinite;
}

@-webkit-keyframes flashingimg {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes flashingimg {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.news-fram__box {
  background-color: #fff;
  padding: 80px 100px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1199.98px) {
  .news-fram__box {
    padding: 50px 50px;
  }
}

.left__navber .left-navber_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-left: 1px solid #ACC63E;
  padding: 10px 0px 10px 10px;
}
.left__navber .left-navber_list .left-navbar_link {
  margin-bottom: 10px;
  color: #242424;
}
.left__navber .left-navber_list .left-navbar_link span {
  position: relative;
  padding-right: 20px;
}
.left__navber .left-navber_list .left-navbar_link span::after {
  content: "";
  width: 7px;
  height: 10px;
  background-image: url(../_img/news/arrow.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.left__navber .left-navber_list .left-navbar_link.active span, .left__navber .left-navber_list .left-navbar_link:hover span {
  font-weight: bold;
}
.left__navber .left-navber_list .left-navbar_link.active span::after, .left__navber .left-navber_list .left-navbar_link:hover span::after {
  opacity: 1;
}
.left__navber .phone-left-naber {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #ACC63E;
  padding: 10px;
}
@media (max-width: 991.98px) {
  .left__navber .phone-left-naber {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .left__navber .left-navber_list {
    display: none;
  }
  .left__navber .left-navber_list .left-navbar_link {
    display: block;
  }
}

.news-box__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-box__item .news-bg-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-box__item .news-img-box {
  width: 280px;
  height: 280px;
  margin-right: 30px;
  background-color: #ACC63E;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-box__item .news-img-box .img-box {
  border-radius: 80px 0 0 0;
  overflow: hidden;
}
.news-box__item .news-text-box__item {
  width: calc(100% - 310px);
}
.news-box__item .news-text-box__item .news-title {
  color: #000000;
}
.news-box__item .news-text-box__item .news-sort__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ACC63E;
}
.news-box__item .news-text-box__item .news-sub-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 1px;
  line-height: 1.8;
  color: #000000;
}
.news-box__item .news-line-more {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}
.news-box__item .news-line-more .line {
  display: block;
  width: calc(100% - 150px);
  margin-right: 20px;
  height: 1px;
  background-color: #ACC63E;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-box__item:hover .news-bg-box {
  background-color: #F4F4F4;
}
.news-box__item:hover .news-img-box {
  background-color: #FFA41F;
}
.news-box__item:hover .news-line-more .line {
  background-color: #FFA41F;
}
.news-box__item:hover .news-line-more .btn-1 {
  color: #fff;
}
.news-box__item:hover .news-line-more .btn-1 svg path {
  fill: #FFA41F;
}
@media (max-width: 767.98px) {
  .news-box__item {
    margin-bottom: 30px;
  }
  .news-box__item .news-img-box {
    width: 100%;
    margin: 0 auto 40px;
  }
  .news-box__item .news-text-box__item {
    width: 100%;
  }
}

.news-page-title__box {
  padding: 30px 0;
  position: relative;
}
.news-page-title__box::before {
  content: "";
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 164, 31)), to(rgb(172, 198, 62)));
  background: linear-gradient(90deg, rgb(255, 164, 31) 0%, rgb(172, 198, 62) 100%);
  position: absolute;
  left: 0;
  top: 0;
}
.news-page-title__box::after {
  content: "";
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 164, 31)), to(rgb(172, 198, 62)));
  background: linear-gradient(90deg, rgb(255, 164, 31) 0%, rgb(172, 198, 62) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}

.news-page__date-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
}
.news-page__date-group .news-sort,
.news-page__date-group .news-date {
  color: #ACC63E;
  font-weight: 500;
}
.news-page__date-group .social-group {
  margin-left: 20px;
}
.news-page__date-group .social-group .social-icon {
  display: inline-block;
  margin-right: 10px;
  color: #FFA41F;
}
.news-page__date-group .social-group .social-icon:hover {
  color: #ACC63E;
}

.activity-fram {
  padding: 80px 0;
}
.activity-fram .activity-fram__title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.activity-fram .activity-fram__title .title {
  width: 120px;
}
.activity-fram .activity-fram__title .line {
  width: calc(100% - 141px);
  height: 1px;
  background-color: #ACC63E;
  margin-left: 20px;
}
.activity-fram .activity-fram__link {
  display: block;
  position: relative;
  z-index: 2;
}
.activity-fram .activity-fram__link::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.activity-fram .activity-fram__link .btn-2 {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.activity-fram .activity-fram__link:hover::before {
  background-color: rgba(255, 255, 255, 0.5);
}
.activity-fram .activity-fram__link:hover .btn-2 {
  top: 50%;
  opacity: 1;
}

.ins-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ins-group .ins-group__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(50% - 15px);
  margin: 0 15px 15px 0;
}
.ins-group .ins-group__list .ins-list__left-row {
  width: calc(69% - 15px);
  margin-right: 15px;
}
.ins-group .ins-group__list .ins-list__right-row {
  width: 31%;
}
.ins-group .ins-group__list .ins-list__right-row .ins-item {
  margin-bottom: 14px;
}
.ins-group .ins-group__list .ins-list__right-row .ins-item:nth-last-child(1) {
  margin-bottom: 0;
}
.ins-group .ins-group__list .ins-item {
  display: block;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  z-index: 3;
}
.ins-group .ins-group__list .ins-item .icon {
  position: absolute;
  color: #fff;
  left: 15px;
  bottom: 10px;
  z-index: 4;
}
.ins-group:nth-child(even) .ins-group__list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.ins-group:nth-child(even) .ins-group__list .ins-list__left-row {
  margin-left: 15px;
  margin-right: auto;
}
@media (max-width: 767.98px) {
  .ins-group .ins-group__list {
    width: 100%;
    margin: 0px;
    margin-bottom: 15px;
  }
}

.funtimes-section-01 .funtimes-fram__title {
  font-weight: 500;
  margin-bottom: 30px;
}
.funtimes-section-01 .funtimes-fram__icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.funtimes-section-01 .funtimes-fram__icon-list .funtimesfram__icon-item {
  width: 130px;
  margin: 0px 2px;
}
.funtimes-section-01 .funtimes-fram__icon-list .funtimesfram__icon-item img {
  margin: 0 auto;
  -webkit-animation: iconimg 1s linear infinite;
          animation: iconimg 1s linear infinite;
}
.funtimes-section-01 .funtimes-fram__sbu-title {
  font-weight: 500;
  color: #ACC63E;
  margin: 30px 0 50px;
}

@-webkit-keyframes iconimg {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes iconimg {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
#funtimes .ins-group .ins-group__list .ins-list__left-row {
  width: calc(67% - 15px);
}

.services-section__box1 .service-text-_item {
  margin: 20px 0;
}
.services-section__box1 .service-text-_item .title {
  color: #ACC63E;
  margin-bottom: 10px;
  position: relative;
}

.services-text-row {
  padding-top: 80px;
  padding-bottom: 50px;
  text-align: center;
}
.services-text-row .sub-title__box {
  position: relative;
  z-index: 2;
}
.services-text-row .sub-title__box::before {
  content: "";
  width: 47px;
  height: 53px;
  background-image: url(../_img/news/s01.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 50%;
  position: absolute;
  left: -70px;
  top: -10px;
  z-index: 2;
  -webkit-animation: flashingimg 1s linear infinite;
          animation: flashingimg 1s linear infinite;
}
.services-text-row .sub-title__box::after {
  content: "";
  width: 24px;
  height: 29px;
  background-image: url(../_img/news/s02.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: -20px;
  -webkit-animation: flashingimg 1.2s linear infinite;
          animation: flashingimg 1.2s linear infinite;
}
@media (max-width: 767.98px) {
  .services-text-row .sub-title__box::before, .services-text-row .sub-title__box::after {
    display: none;
  }
}

.sever-text__info-fram {
  color: #ACC63E;
  font-weight: 500;
}

.serive-cooperate__lits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.serive-cooperate__lits .service-cooperate__itme {
  width: 50%;
}
@media (max-width: 767.98px) {
  .serive-cooperate__lits .service-cooperate__itme {
    width: 100%;
  }
}

.parkinfo-top-img__box {
  border-bottom: 1px solid #ACC63E;
  margin-bottom: 50px;
}

.parkinfo-secticon__title {
  font-weight: 500;
}

.parkinfo-secticon__line-box {
  width: 500px;
  height: 2px;
  margin: 20px auto;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 164, 31)), to(rgb(172, 198, 62)));
  background: linear-gradient(90deg, rgb(255, 164, 31) 0%, rgb(172, 198, 62) 100%);
}
@media (max-width: 991.98px) {
  .parkinfo-secticon__line-box {
    width: 100%;
  }
}

.parkinfo__ticket-box {
  background-color: rgba(172, 198, 62, 0.3);
  padding: 50px 0 120px;
}
.parkinfo__ticket-box .parkinfo__ticket-info .title {
  font-weight: 500;
}
.parkinfo__ticket-box .parkinfo__img-box {
  position: relative;
}
.parkinfo__ticket-box .parkinfo__img-box img {
  position: relative;
  -webkit-animation: driftimg 0.5s linear infinite alternate;
          animation: driftimg 0.5s linear infinite alternate;
}
.parkinfo__ticket-box .parkinfo__ticket-title .price-box {
  color: #FF0000;
}
.parkinfo__ticket-box .parkinfo__ticket-group {
  position: relative;
}
.parkinfo__ticket-box .parkinfo__ticket-group .figure-img {
  position: absolute;
  bottom: -80px;
  left: 320px;
}
@media (max-width: 991.98px) {
  .parkinfo__ticket-box .img-box {
    padding: 0px 10px;
  }
  .parkinfo__ticket-box .img-box img {
    width: 100%;
  }
  .parkinfo__ticket-box .parkinfo__ticket-group .img-row {
    padding: 0px 10px;
  }
  .parkinfo__ticket-box .parkinfo__ticket-group .figure-img {
    left: auto;
    right: 30px;
  }
}
@media (max-width: 767.98px) {
  .parkinfo__ticket-box .parkinfo__ticket-group .figure-img {
    display: none;
  }
}

@-webkit-keyframes driftimg {
  0% {
    top: 0;
  }
  100% {
    top: 10px;
  }
}

@keyframes driftimg {
  0% {
    top: 0;
  }
  100% {
    top: 10px;
  }
}
.parkinfo-section-02 .traffic-row .traffic-row__title {
  font-weight: 500;
}

.livestreaming-fram__title {
  font-weight: 500;
  margin-bottom: 50px;
}

.livestreaming-text-row {
  text-align: center;
}
.livestreaming-text-row .livestreaming__box {
  position: relative;
  z-index: 2;
}
.livestreaming-text-row .livestreaming__box::before {
  content: "";
  width: 47px;
  height: 53px;
  background-image: url(../_img/news/s01.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 50%;
  position: absolute;
  left: -70px;
  top: -10px;
  z-index: 2;
  -webkit-animation: flashingimg 1s linear infinite;
          animation: flashingimg 1s linear infinite;
}
.livestreaming-text-row .livestreaming__box::after {
  content: "";
  width: 24px;
  height: 29px;
  background-image: url(../_img/news/s02.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: -20px;
  -webkit-animation: flashingimg 1.2s linear infinite;
          animation: flashingimg 1.2s linear infinite;
}
@media (max-width: 767.98px) {
  .livestreaming-text-row .sub-title__box::before, .livestreaming-text-row .sub-title__box::after {
    display: none;
  }
}

.livestreaming-vidoe__box {
  margin-top: 50px;
}
.livestreaming-vidoe__box .ivestreaming-video__item {
  margin-bottom: 50px;
}
.livestreaming-vidoe__box {
  /* 只會作用在這個區塊底下的 iframe 外框 */
}
.livestreaming-vidoe__box iframe {
  display: block; /* 讓 margin: auto 生效 */
  margin: 0 auto; /* 置中 */
  max-width: 100%; /* 手機不爆版 */
  border: 0; /* 移除邊框（若有） */
}

.parkguide-top__body-map {
  position: relative;
  z-index: 4;
}
.parkguide-top__body-map .parkguide__map-box {
  position: relative;
  z-index: 4;
}
.parkguide-top__body-map .parkguide__map-box .img-box img {
  width: 100%;
}
.parkguide-top__body-map .parkguide-top__map-btn-list .map-btn-item {
  position: absolute;
  z-index: 5;
}
.parkguide-top__body-map .parkguide-top__map-btn-list .map-btn-item .map-btn-box {
  cursor: pointer;
  width: 160px;
  position: relative;
  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;
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}
.parkguide-top__body-map .parkguide-top__map-btn-list .map-btn-item .map-btn-box svg {
  position: absolute;
  top: 60%;
  left: 0;
  z-index: -1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.parkguide-top__body-map .parkguide-top__map-btn-list .map-btn-item .map-btn-box svg path.btn-bg {
  fill: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.parkguide-top__body-map .parkguide-top__map-btn-list .map-btn-item .map-btn-box svg path.btn-line {
  fill: #ACC63E;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.parkguide-top__body-map .parkguide-top__map-btn-list .map-btn-item .map-btn-box .img-icon {
  width: 62px;
  height: 64px;
  position: absolute;
  z-index: 3;
  right: -30px;
  bottom: -30px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.parkguide-top__body-map .parkguide-top__map-btn-list .map-btn-item .map-btn-box .text-row {
  text-align: center;
}
.parkguide-top__body-map .parkguide-top__map-btn-list .map-btn-item .map-btn-box .text-row .title {
  font-weight: bold;
  color: #ACC63E;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.parkguide-top__body-map .parkguide-top__map-btn-list .map-btn-item .map-btn-box .text-row .text {
  color: #58524E;
  font-size: 12px;
  margin-top: -5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.parkguide-top__body-map .parkguide-top__map-btn-list .map-btn-item.active .map-btn-box svg path.btn-bg, .parkguide-top__body-map .parkguide-top__map-btn-list .map-btn-item:hover .map-btn-box svg path.btn-bg {
  fill: #FFA41F;
}
.parkguide-top__body-map .parkguide-top__map-btn-list .map-btn-item.active .map-btn-box svg path.btn-line, .parkguide-top__body-map .parkguide-top__map-btn-list .map-btn-item:hover .map-btn-box svg path.btn-line {
  fill: #fff;
}
.parkguide-top__body-map .parkguide-top__map-btn-list .map-btn-item.active .map-btn-box .img-icon, .parkguide-top__body-map .parkguide-top__map-btn-list .map-btn-item:hover .map-btn-box .img-icon {
  opacity: 1;
}
.parkguide-top__body-map .parkguide-top__map-btn-list .map-btn-item.active .map-btn-box .text-row .title,
.parkguide-top__body-map .parkguide-top__map-btn-list .map-btn-item.active .map-btn-box .text-row .text, .parkguide-top__body-map .parkguide-top__map-btn-list .map-btn-item:hover .map-btn-box .text-row .title,
.parkguide-top__body-map .parkguide-top__map-btn-list .map-btn-item:hover .map-btn-box .text-row .text {
  color: #fff;
}
.parkguide-top__body-map .parkguide-top__map-btn-list .map-btn-item.map-btn-1 {
  top: 60px;
  right: 450px;
}
.parkguide-top__body-map .parkguide-top__map-btn-list .map-btn-item.map-btn-1 .map-btn-box .img-icon {
  bottom: -10px;
}
.parkguide-top__body-map .parkguide-top__map-btn-list .map-btn-item.map-btn-2 {
  top: 160px;
  left: 500px;
}
.parkguide-top__body-map .parkguide-top__map-btn-list .map-btn-item.map-btn-3 {
  top: 250px;
  left: 650px;
}
.parkguide-top__body-map .parkguide-top__map-btn-list .map-btn-item.map-btn-4 {
  top: 280px;
  left: 420px;
}
.parkguide-top__body-map .parkguide-top__map-btn-list .map-btn-item.map-btn-4 .map-btn-box .img-icon {
  right: auto;
  left: -30px;
}
.parkguide-top__body-map .parkguide-top__map-btn-list .map-btn-item.map-btn-5 {
  top: 380px;
  left: 600px;
}
.parkguide-top__body-map .parkguide-top__map-btn-list .map-btn-item.map-btn-5 .map-btn-box .img-icon {
  right: auto;
  left: -30px;
  bottom: -30px;
}
.parkguide-top__body-map .parkguide-top__map-btn-list .map-btn-item.map-btn-6 {
  bottom: 220px;
  left: 290px;
}
.parkguide-top__body-map .parkguide-top__map-btn-list .map-btn-item.map-btn-7 {
  bottom: 300px;
  right: 230px;
}
.parkguide-top__body-map .parkguide-top__map-btn-list .map-btn-item.map-btn-8 {
  bottom: 220px;
  right: 230px;
}
.parkguide-top__body-map .parkguide-top__map-btn-list .map-btn-item.map-btn-9 {
  bottom: 380px;
  right: 60px;
}
@media (max-width: 1199.98px) {
  .parkguide-top__body-map .parkguide-top__map-btn-list .map-btn-item.map-btn-1 {
    top: 60px;
    right: 300px;
  }
  .parkguide-top__body-map .parkguide-top__map-btn-list .map-btn-item.map-btn-2 {
    top: 120px;
    left: 380px;
  }
  .parkguide-top__body-map .parkguide-top__map-btn-list .map-btn-item.map-btn-3 {
    top: 180px;
    left: 500px;
  }
  .parkguide-top__body-map .parkguide-top__map-btn-list .map-btn-item.map-btn-4 {
    top: 200px;
    left: 320px;
  }
  .parkguide-top__body-map .parkguide-top__map-btn-list .map-btn-item.map-btn-5 {
    top: 300px;
    left: 460px;
  }
  .parkguide-top__body-map .parkguide-top__map-btn-list .map-btn-item.map-btn-6 {
    bottom: 160px;
    left: 220px;
  }
  .parkguide-top__body-map .parkguide-top__map-btn-list .map-btn-item.map-btn-7 {
    bottom: 250px;
    right: 150px;
  }
  .parkguide-top__body-map .parkguide-top__map-btn-list .map-btn-item.map-btn-8 {
    bottom: 170px;
    right: 150px;
  }
  .parkguide-top__body-map .parkguide-top__map-btn-list .map-btn-item.map-btn-9 {
    bottom: 320px;
    right: 40px;
  }
}
@media (max-width: 991.98px) {
  .parkguide-top__body-map .parkguide-top__map-btn-list .map-btn-item {
    display: none;
  }
}
.parkguide-top__body-map .parkguide-top__light-box {
  display: none;
  width: 360px;
  height: 450px;
  background-color: #FFA41F;
  position: absolute;
  border-radius: 100px 0 0 0;
  top: 0;
  left: 0;
  padding: 10px;
  z-index: 100;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
}
.parkguide-top__body-map .parkguide-top__light-box .close-btn {
  color: #fff;
  text-align: right;
  cursor: pointer;
}
.parkguide-top__body-map .parkguide-top__light-box .parkguide-top__light-box-img-box {
  width: 190px;
  height: 155px;
  margin: 0 auto;
}
.parkguide-top__body-map .parkguide-top__light-box .parkguide-top__light-box-img-box img {
  margin: 0 auto;
}
.parkguide-top__body-map .parkguide-top__light-box .parkguide-top__light-box-title-row {
  text-align: center;
  margin: 10px 0;
}
.parkguide-top__body-map .parkguide-top__light-box .parkguide-top__light-box-text-row {
  padding: 10px 20px 0;
}
.parkguide-top__body-map .parkguide-top__light-box.is-open {
  display: block;
  pointer-events: auto;
}
@media (max-width: 991.98px) {
  .parkguide-top__body-map .parkguide-top__light-box {
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.85);
            box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.85);
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.parkguide-bottom__btn-group {
  margin-top: 80px;
  position: relative;
  z-index: 3;
}
.parkguide-bottom__btn-group .parkguide-bottom__title-box .title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.parkguide-bottom__btn-group .parkguide-bottom__title-box .title-box .tw-font {
  font-weight: bold;
}
.parkguide-bottom__btn-group .parkguide-bottom__title-box .title-box .en-font {
  color: #ACC63E;
}
.parkguide-bottom__btn-group .parkguide-bottom__title-box .title-box::before {
  content: "";
  width: 40%;
  height: 1px;
  background-color: #ACC63E;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
}
.parkguide-bottom__btn-group .parkguide-bottom__title-box .title-box::after {
  content: "";
  width: 40%;
  height: 1px;
  background-color: #ACC63E;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
}
.parkguide-bottom__btn-group .parkguide-bottom__icon-img-left {
  position: absolute;
  bottom: 35px;
  right: 130px;
  -webkit-animation: rightruning 1s linear infinite alternate;
          animation: rightruning 1s linear infinite alternate;
}
.parkguide-bottom__btn-group .parkguide-bottom__icon-img-right {
  position: absolute;
  bottom: 35px;
  left: 120px;
  -webkit-animation: leftruning 1s linear infinite alternate;
          animation: leftruning 1s linear infinite alternate;
}
@media (max-width: 1199.98px) {
  .parkguide-bottom__btn-group .parkguide-bottom__icon-img-left {
    right: 80px;
  }
  .parkguide-bottom__btn-group .parkguide-bottom__icon-img-right {
    left: 60px;
  }
}
@media (max-width: 991.98px) {
  .parkguide-bottom__btn-group .parkguide-bottom__icon-img-left {
    right: 0px;
  }
  .parkguide-bottom__btn-group .parkguide-bottom__icon-img-right {
    left: 0px;
  }
}
@media (max-width: 767.98px) {
  .parkguide-bottom__btn-group {
    margin-top: 50px;
  }
  .parkguide-bottom__btn-group .parkguide-bottom__icon-img-left {
    display: none;
  }
  .parkguide-bottom__btn-group .parkguide-bottom__icon-img-right {
    display: none;
  }
}

.parkguide-bottom__icon-img-bottom {
  position: relative;
  -webkit-animation: bottomruning 1s linear infinite;
          animation: bottomruning 1s linear infinite;
}

@-webkit-keyframes bottomruning {
  0% {
    top: 0px;
  }
  50% {
    top: 10px;
  }
  100% {
    top: 0px;
  }
}

@keyframes bottomruning {
  0% {
    top: 0px;
  }
  50% {
    top: 10px;
  }
  100% {
    top: 0px;
  }
}
.parkguide-btn {
  width: 100%;
  height: 70px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ACC63E;
  color: #000000;
  position: relative;
  border-radius: 10px;
  z-index: 3;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.parkguide-btn .icon-box {
  position: absolute;
  width: 85px;
  height: 66px;
  left: -20px;
  top: -30px;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
  z-index: 3;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.parkguide-btn::before {
  content: "";
  width: 98%;
  height: 92%;
  border: 1px solid #fff;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.parkguide-btn::after {
  content: "";
  width: 8px;
  height: 13px;
  background-image: url(../_img/parkguide/asrrow.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  z-index: 2;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.parkguide-btn.active, .parkguide-btn:hover {
  background-color: #FFA41F;
  color: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.parkguide-btn.active .icon-box, .parkguide-btn:hover .icon-box {
  opacity: 1;
}
.parkguide-btn.active::after, .parkguide-btn:hover::after {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.voucher-fram__box .voucher-box__qr-img {
  width: 200px;
  margin-bottom: 30px;
}
.voucher-fram__box .voucher-box__qr-img img {
  width: 200px;
  height: auto;
}
.voucher-fram__box .voucher-box__title-box .voucher-box__title-item {
  margin-bottom: 10px;
}
.voucher-fram__box .voucher-box__title-box .voucher-box__title-item .title-box {
  color: #FFA41F;
  margin-bottom: 5px;
}
.voucher-fram__box .voucher-box__title-box .voucher-box__title-item .text-row {
  color: #000000;
}

.qrcode-table {
  background-color: #fff;
  padding: 10px 15px 0;
  margin-bottom: 50px;
}
.qrcode-table .qrcode__header {
  background-color: #FFA41F;
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.qrcode-table .qrcode-table__img-box {
  padding: 5px 10px;
  margin-bottom: 10px;
}
.qrcode-table .qrcode-table__img-box .title-box {
  width: 100%;
  font-weight: bold;
  text-align: center;
}
.qrcode-table .qrcode-table__tbbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 5px 10px;
}
.qrcode-table .qrcode-table__tbbox .title-box {
  font-weight: bold;
  padding-right: 20px;
}
.qrcode-table .qrcode-table__tbbox .text-box {
  color: #707070;
}
/*# sourceMappingURL=style.css.map */