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

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

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

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

body {
  position: relative;
  background-image: url("../_img/layout/bg.png");
  --bs-body-bg: #F1EFE4;
  background-attachment: fixed;
}

main {
  overflow: hidden;
}

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

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

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

article {
  position: relative;
  overflow: hidden;
}

.fancybox__container {
  z-index: 9900;
}

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

/* COLOR OPTIONS */
.left-aside {
  width: 100%;
  max-width: 470px;
  overflow-y: auto;
  z-index: 9999;
  background: none;
  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-aside:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #59544b;
  backdrop-filter: blur(10px);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0.7;
}
.left-aside:after {
  content: "Meetlighting";
  display: block;
  font-family: "Junge";
  line-height: 1.5;
  color: #ddc9a7;
  position: absolute;
  right: 0;
  bottom: 2rem;
  opacity: 0.3;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
.left-aside .onoffcanvas-toggler {
  margin-left: auto;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 2.5rem;
  top: 2.3rem;
}
.left-aside .onoffcanvas-toggler:after {
  width: 100%;
}
.left-aside ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.left-menu {
  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;
  overflow: hidden;
  width: 100%;
  padding-left: 10% !important;
  padding-right: 10% !important;
  gap: 42px 0;
}
.left-menu li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
  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;
  text-align: center;
}
.left-menu li:hover a, .left-menu li.mm-active a {
  color: #F7CD4D;
}
.left-menu a {
  display: block;
  position: relative;
  padding: 0;
  outline: 0;
  text-decoration: none;
  color: #fff;
}
.left-menu a[href="#"] .arrows, .left-menu a[href=""] .arrows {
  display: none;
}
.left-menu a[href="#"] .arrows:before, .left-menu a[href=""] .arrows:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.left-menu a:hover {
  color: #fff;
}
.left-menu a:focus {
  color: #fff;
}
.left-menu a:active {
  color: #fff;
}
.left-menu a.has-submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 0;
}
.left-menu a.has-submenu span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.left-menu a.has-submenu .arrows {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.left-menu a.has-submenu .arrows:after {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  display: block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.left-menu a.has-submenu .arrows[aria-expanded=true]:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.left-menu ul {
  padding-left: 1rem;
}
.left-menu li.mm-active > a {
  color: #fff;
}
.left-menu ul {
  position: relative;
}
.left-menu ul:before {
  content: "";
  display: block;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.1;
  z-index: -1;
  left: 0;
  top: 0;
  position: absolute;
  display: block;
}
.left-menu ul[class*=mm-col]:before {
  visibility: visible;
}

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

.onoffcanvas-toggler {
  min-width: auto;
  min-height: auto;
  width: 30px;
  height: 30px;
  display: block;
  z-index: 9999;
  border: 0;
}
.onoffcanvas-toggler:before, .onoffcanvas-toggler:after {
  width: 100%;
  border-color: #fff;
}
.onoffcanvas-toggler:before {
  width: 80%;
  margin: auto;
  left: 20%;
}

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

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9000;
  padding: 2rem 2rem 1.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar.scroll {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 2rem 1rem;
}
.navbar.scroll .navbar-social a {
  color: #36311f;
}
.navbar.scroll .onoffcanvas-toggler:before, .navbar.scroll .onoffcanvas-toggler:after {
  border-color: #36311f;
}
.navbar.scroll .navbar-brand svg path {
  fill: #36311f;
}
@media (max-width: 991.98px) {
  .navbar .navbar-brand {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575.98px) {
  .navbar {
    padding: 0.5rem;
  }
  .navbar.scroll {
    padding: 0.5rem;
  }
}

@media (max-width: 991.98px) {
  .navbar .navbar-brand {
    width: 100px;
  }
}
.navbar .navbar-nav .nav-item {
  margin-left: 1rem;
  margin-right: 0;
}
@media (min-width: 992px) {
  .navbar .navbar-nav .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
  }
}
.navbar .navbar-nav .nav-item .nav-link {
  display: block;
  color: inherit;
  font-weight: bold;
}
.navbar .navbar-nav .nav-item .nav-link span {
  display: block;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.navbar .navbar-nav .nav-item:hover, .navbar .navbar-nav .nav-item.active {
  color: #F7CD4D;
}

.dropdown-menu {
  min-width: 180px;
  text-align: center;
  left: 50%;
  -webkit-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: #F7CD4D;
  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: #F7CD4D;
  color: #fff;
}
.nav-right .lang a.active {
  color: #fff;
  background-color: #000;
}
.nav-right .lang a + a {
  margin-left: -5px;
}

.navbar-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 27px;
  padding-top: 4px;
  margin-right: 27px;
}
.navbar-social a {
  color: #fff;
}
.navbar-social a:hover {
  color: #F7CD4D !important;
}

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

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

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

/*!
 * Lavalamp 
 * https://lavalamp.magicmediamuse.com/
 */
.lavalamp {
  position: relative;
}
.lavalamp__item {
  z-index: 5;
  position: relative;
}
.lavalamp__object {
  position: absolute;
  top: 0;
  left: 0;
}
.lavalamp__object:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='15' viewBox='0 0 27 15'%3E%3Cg id='组_19' data-name='组 19' transform='translate(-894.967 -22.001)'%3E%3Ccircle id='椭圆_1' data-name='椭圆 1' cx='7.5' cy='7.5' r='7.5' transform='translate(894.967 22.001)' fill='%23cea614'/%3E%3Ccircle id='椭圆_2' data-name='椭圆 2' cx='7.5' cy='7.5' r='7.5' transform='translate(906.967 22.001)' fill='%231936c0'/%3E%3C/g%3E%3C/svg%3E%0A");
  display: inline-block;
  left: 50%;
  top: 1rem;
  margin: auto;
  position: relative;
  -webkit-transform: translate(-50%, 0);
          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);
}

:root {
  --fa-from--zoom: 0;
  --fa-to--zoom: 1;
  --fa-start--zoom: 0;
  --fa-end--zoom: 1;
  --fa-from--fade: 0;
  --fa-to--fade: 1;
  --fa-start--fade: 0;
  --fa-end--fade: 1;
  --fa-from--left-right: 0;
  --fa-to--left-right: 1;
  --fa-start--left-right: 0;
  --fa-end--left-right: 1;
  --fa-from--right-left: 0;
  --fa-to--right-left: 1;
  --fa-start--right-left: 0;
  --fa-end--right-left: 1;
  --fa-from--top-bottom: 0;
  --fa-to--top-bottom: 1;
  --fa-start--top-bottom: 0;
  --fa-end--top-bottom: 1;
  --fa-from--bottom-top: 0;
  --fa-to--bottom-top: 1;
  --fa-start--bottom-top: 0;
  --fa-end--bottom-top: 1;
  --fa-from--sweep-btt: 0;
  --fa-to--sweep-btt: 1;
  --fa-start--sweep-btt: 0;
  --fa-end--sweep-btt: 1;
  --fa-from--sweep-ttb: 0;
  --fa-to--sweep-ttb: 1;
  --fa-start--sweep-ttb: 0;
  --fa-end--sweep-ttb: 1;
  --fa-from--sweep-ltr: 0;
  --fa-to--sweep-ltr: 1;
  --fa-start--sweep-ltr: 0;
  --fa-end--sweep-ltr: 1;
  --fa-from--sweep-rtl: 0;
  --fa-to--sweep-rtl: 1;
  --fa-start--sweep-rtl: 0;
  --fa-end--sweep-rtl: 1;
  --fa-from--sweep-center-h: 0;
  --fa-to--sweep-center-h: 1;
  --fa-start--sweep-center-h: 0;
  --fa-end--sweep-center-h: 1;
  --fa-from--sweep-center-v: 0;
  --fa-to--sweep-center-v: 1;
  --fa-start--sweep-center-v: 0;
  --fa-end--sweep-center-v: 1;
  --fa-from--circle: 0;
  --fa-to--circle: 1;
  --fa-start--circle: 0;
  --fa-end--circle: 1;
  --fa-from--circle-tl: 0;
  --fa-to--circle-tl: 1;
  --fa-start--circle-tl: 0;
  --fa-end--circle-tl: 1;
  --fa-from--circle-tr: 0;
  --fa-to--circle-tr: 1;
  --fa-start--circle-tr: 0;
  --fa-end--circle-tr: 1;
  --fa-from--circle-bl: 0;
  --fa-to--circle-bl: 1;
  --fa-start--circle-bl: 0;
  --fa-end--circle-bl: 1;
  --fa-from--circle-br: 0;
  --fa-to--circle-br: 1;
  --fa-start--circle-br: 0;
  --fa-end--circle-br: 1;
  --fa-from--blinds-h: 0;
  --fa-to--blinds-h: 1;
  --fa-start--blinds-h: 0;
  --fa-end--blinds-h: 1;
  --fa-from--rotate: 0;
  --fa-to--rotate: 1;
  --fa-start--rotate: 0;
  --fa-end--rotate: 1;
  --fa-from--text-reveal: 0;
  --fa-to--text-reveal: 1;
  --fa-start--text-reveal: 0;
  --fa-end--text-reveal: 1;
  --fa-from--text-reveal-white: 0;
  --fa-to--text-reveal-white: 1;
  --fa-start--text-reveal-white: 0;
  --fa-end--text-reveal-white: 1;
  --fa-from--custom: 0;
  --fa-to--custom: 1;
  --fa-start--custom: 0;
  --fa-end--custom: 1 ;
}

.fa--custom {
  --fa-scaled--custom: clamp(var(--fa-from--custom), calc((var(--fa-percent) - var(--fa-start--custom)) / (var(--fa-end--custom) - var(--fa-start--custom)) * (var(--fa-to--custom) - var(--fa-from--custom)) + var(--fa-from--custom)), var(--fa-to--custom));
}

.fa--custom.fa--reverse {
  --fa-progress: calc((var(--fa-percent) - var(--fa-start--custom)) / (var(--fa-end--custom) - var(--fa-start--custom)));
  --fa-reverse-progress: calc(1 - (var(--fa-progress) * 2 - 1) * (var(--fa-progress) * 2 - 1));
  --fa-scaled--custom: clamp(var(--fa-from--custom), calc(var(--fa-from--custom) + (var(--fa-to--custom) - var(--fa-from--custom)) * var(--fa-reverse-progress)), var(--fa-to--custom));
}

.fa--custom:not(.fa--custom--inv) {
  --fa-scroll--custom: var(--fa-scaled--custom);
}

.fa--custom.fa--custom--inv {
  --fa-scroll--custom: calc((var(--fa-scaled--custom) - 1) * -1);
}

.fa--custom--from-5:not(.fa--custom--inv) {
  --fa-from--custom: .05;
}

.fa--custom--from-5.fa--custom--inv {
  --fa-to--custom: .95;
}

.fa--custom--to-5:not(.fa--custom--inv) {
  --fa-to--custom: .05;
}

.fa--custom--to-5.fa--custom--inv {
  --fa-from--custom: .95;
}

.fa--custom--from-10:not(.fa--custom--inv) {
  --fa-from--custom: .1;
}

.fa--custom--from-10.fa--custom--inv {
  --fa-to--custom: .9;
}

.fa--custom--to-10:not(.fa--custom--inv) {
  --fa-to--custom: .1;
}

.fa--custom--to-10.fa--custom--inv {
  --fa-from--custom: .9;
}

.fa--custom--from-15:not(.fa--custom--inv) {
  --fa-from--custom: .15;
}

.fa--custom--from-15.fa--custom--inv {
  --fa-to--custom: .85;
}

.fa--custom--to-15:not(.fa--custom--inv) {
  --fa-to--custom: .15;
}

.fa--custom--to-15.fa--custom--inv {
  --fa-from--custom: .85;
}

.fa--custom--from-20:not(.fa--custom--inv) {
  --fa-from--custom: .2;
}

.fa--custom--from-20.fa--custom--inv {
  --fa-to--custom: .8;
}

.fa--custom--to-20:not(.fa--custom--inv) {
  --fa-to--custom: .2;
}

.fa--custom--to-20.fa--custom--inv {
  --fa-from--custom: .8;
}

.fa--custom--from-25:not(.fa--custom--inv) {
  --fa-from--custom: .25;
}

.fa--custom--from-25.fa--custom--inv {
  --fa-to--custom: .75;
}

.fa--custom--to-25:not(.fa--custom--inv) {
  --fa-to--custom: .25;
}

.fa--custom--to-25.fa--custom--inv {
  --fa-from--custom: .75;
}

.fa--custom--from-30:not(.fa--custom--inv) {
  --fa-from--custom: .3;
}

.fa--custom--from-30.fa--custom--inv {
  --fa-to--custom: .7;
}

.fa--custom--to-30:not(.fa--custom--inv) {
  --fa-to--custom: .3;
}

.fa--custom--to-30.fa--custom--inv {
  --fa-from--custom: .7;
}

.fa--custom--from-35:not(.fa--custom--inv) {
  --fa-from--custom: .35;
}

.fa--custom--from-35.fa--custom--inv {
  --fa-to--custom: .65;
}

.fa--custom--to-35:not(.fa--custom--inv) {
  --fa-to--custom: .35;
}

.fa--custom--to-35.fa--custom--inv {
  --fa-from--custom: .65;
}

.fa--custom--from-40:not(.fa--custom--inv) {
  --fa-from--custom: .4;
}

.fa--custom--from-40.fa--custom--inv {
  --fa-to--custom: .6;
}

.fa--custom--to-40:not(.fa--custom--inv) {
  --fa-to--custom: .4;
}

.fa--custom--to-40.fa--custom--inv {
  --fa-from--custom: .6;
}

.fa--custom--from-45:not(.fa--custom--inv) {
  --fa-from--custom: .45;
}

.fa--custom--from-45.fa--custom--inv {
  --fa-to--custom: .55;
}

.fa--custom--to-45:not(.fa--custom--inv) {
  --fa-to--custom: .45;
}

.fa--custom--to-45.fa--custom--inv {
  --fa-from--custom: .55;
}

.fa--custom--from-50:not(.fa--custom--inv) {
  --fa-from--custom: .5;
}

.fa--custom--from-50.fa--custom--inv,
.fa--custom--to-50:not(.fa--custom--inv) {
  --fa-to--custom: .5;
}

.fa--custom--to-50.fa--custom--inv {
  --fa-from--custom: .5;
}

.fa--custom--end-50 {
  --fa-end--custom: .5;
}

.fa--custom--from-55:not(.fa--custom--inv) {
  --fa-from--custom: .55;
}

.fa--custom--from-55.fa--custom--inv {
  --fa-to--custom: .45;
}

.fa--custom--to-55:not(.fa--custom--inv) {
  --fa-to--custom: .55;
}

.fa--custom--to-55.fa--custom--inv {
  --fa-from--custom: .45;
}

.fa--custom--from-60:not(.fa--custom--inv) {
  --fa-from--custom: .6;
}

.fa--custom--from-60.fa--custom--inv {
  --fa-to--custom: .4;
}

.fa--custom--to-60:not(.fa--custom--inv) {
  --fa-to--custom: .6;
}

.fa--custom--to-60.fa--custom--inv {
  --fa-from--custom: .4;
}

.fa--custom--from-65:not(.fa--custom--inv) {
  --fa-from--custom: .65;
}

.fa--custom--from-65.fa--custom--inv {
  --fa-to--custom: .35;
}

.fa--custom--to-65:not(.fa--custom--inv) {
  --fa-to--custom: .65;
}

.fa--custom--to-65.fa--custom--inv {
  --fa-from--custom: .35;
}

.fa--custom--from-70:not(.fa--custom--inv) {
  --fa-from--custom: .7;
}

.fa--custom--from-70.fa--custom--inv {
  --fa-to--custom: .3;
}

.fa--custom--to-70:not(.fa--custom--inv) {
  --fa-to--custom: .7;
}

.fa--custom--to-70.fa--custom--inv {
  --fa-from--custom: .3;
}

.fa--custom--from-75:not(.fa--custom--inv) {
  --fa-from--custom: .75;
}

.fa--custom--from-75.fa--custom--inv {
  --fa-to--custom: .25;
}

.fa--custom--to-75:not(.fa--custom--inv) {
  --fa-to--custom: .75;
}

.fa--custom--to-75.fa--custom--inv {
  --fa-from--custom: .25;
}

.fa--custom--from-80:not(.fa--custom--inv) {
  --fa-from--custom: .8;
}

.fa--custom--from-80.fa--custom--inv {
  --fa-to--custom: .2;
}

.fa--custom--to-80:not(.fa--custom--inv) {
  --fa-to--custom: .8;
}

.fa--custom--to-80.fa--custom--inv {
  --fa-from--custom: .2;
}

.fa--custom--from-85:not(.fa--custom--inv) {
  --fa-from--custom: .85;
}

.fa--custom--from-85.fa--custom--inv {
  --fa-to--custom: .15;
}

.fa--custom--to-85:not(.fa--custom--inv) {
  --fa-to--custom: .85;
}

.fa--custom--to-85.fa--custom--inv {
  --fa-from--custom: .15;
}

.fa--custom--from-90:not(.fa--custom--inv) {
  --fa-from--custom: .9;
}

.fa--custom--from-90.fa--custom--inv {
  --fa-to--custom: .1;
}

.fa--custom--to-90:not(.fa--custom--inv) {
  --fa-to--custom: .9;
}

.fa--custom--to-90.fa--custom--inv {
  --fa-from--custom: .1;
}

.fa--custom--from-95:not(.fa--custom--inv) {
  --fa-from--custom: .95;
}

.fa--custom--from-95.fa--custom--inv {
  --fa-to--custom: .05;
}

.fa--custom--to-95:not(.fa--custom--inv) {
  --fa-to--custom: .95;
}

.fa--custom--to-95.fa--custom--inv {
  --fa-from--custom: .05;
}

.fa--fade {
  --fa-scaled--fade: clamp(var(--fa-from--fade), calc((var(--fa-percent) - var(--fa-start--fade)) / (var(--fa-end--fade) - var(--fa-start--fade)) * (var(--fa-to--fade) - var(--fa-from--fade)) + var(--fa-from--fade)), var(--fa-to--fade));
}

.fa--fade:not(.fa--fade--inv) {
  --fa-scroll--fade: var(--fa-scaled--fade);
}

body {
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Standard */
}

.font-junge {
  font-family: "Junge", serif;
}

@font-face {
  font-family: "Iansui";
  src: url("../font/Iansui.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ChenYuluoyan";
  src: url("../font/ChenYuluoyan-2.0-Thin.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.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, #nav-top .search-item .search-input input {
  font-size: 0.875rem;
}

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

.fs-18, .p-item .p-img-wrap:after, .mega-menu [class*=container] ul.product-mega-menu > li > a, .contact-list li .text, .aside-list > li > a {
  font-size: 1.125rem;
}

.fsr-18, .portfolio-list .portfolio-item .portfolio-txt .t1 {
  font-size: 1.125rem;
}

.fs-20, .form .form-label, #portfolio-inner-section01 .other-p-row .other-p-title .t1, .contact-list li .icon, .left-menu li {
  font-size: 1.25rem;
}

.fsr-20, .p-inner .p-name {
  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-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-32 {
  font-size: 2rem;
}

.fsr-32 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .fsr-32 {
    font-size: 2rem;
  }
}

.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-50 {
  font-size: 3.125rem;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .fs-sm-12 {
    font-size: 0.75rem;
  }
  .fsr-sm-12 {
    font-size: 0.75rem;
  }
  .fs-sm-13 {
    font-size: 0.8125rem;
  }
  .fsr-sm-13 {
    font-size: 0.8125rem;
  }
  .fs-sm-14 {
    font-size: 0.875rem;
  }
  .fsr-sm-14 {
    font-size: 0.875rem;
  }
  .fs-sm-18 {
    font-size: 1.125rem;
  }
  .fsr-sm-18 {
    font-size: 1.125rem;
  }
  .fs-sm-20 {
    font-size: 1.25rem;
  }
  .fsr-sm-20 {
    font-size: 1.25rem;
  }
  .fs-sm-24 {
    font-size: 1.5rem;
  }
  .fsr-sm-24 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-25 {
    font-size: 1.5625rem;
  }
  .fsr-sm-25 {
    font-size: calc(1.28125rem + 0.375vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-25 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-27 {
    font-size: 1.6875rem;
  }
  .fsr-sm-27 {
    font-size: calc(1.29375rem + 0.525vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-27 {
    font-size: 1.6875rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-30 {
    font-size: 1.875rem;
  }
  .fsr-sm-30 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-32 {
    font-size: 2rem;
  }
  .fsr-sm-32 {
    font-size: calc(1.325rem + 0.9vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-32 {
    font-size: 2rem;
  }
}
@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-50 {
    font-size: 3.125rem;
  }
  .fsr-sm-50 {
    font-size: calc(1.4375rem + 2.25vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-50 {
    font-size: 3.125rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-64 {
    font-size: 4rem;
  }
  .fsr-sm-64 {
    font-size: calc(1.525rem + 3.3vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-64 {
    font-size: 4rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-72 {
    font-size: 4.5rem;
  }
  .fsr-sm-72 {
    font-size: calc(1.575rem + 3.9vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-72 {
    font-size: 4.5rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-80 {
    font-size: 5rem;
  }
  .fsr-sm-80 {
    font-size: calc(1.625rem + 4.5vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-80 {
    font-size: 5rem;
  }
}
@media (min-width: 768px) {
  .fs-md-12 {
    font-size: 0.75rem;
  }
  .fsr-md-12 {
    font-size: 0.75rem;
  }
  .fs-md-13 {
    font-size: 0.8125rem;
  }
  .fsr-md-13 {
    font-size: 0.8125rem;
  }
  .fs-md-14 {
    font-size: 0.875rem;
  }
  .fsr-md-14 {
    font-size: 0.875rem;
  }
  .fs-md-18 {
    font-size: 1.125rem;
  }
  .fsr-md-18 {
    font-size: 1.125rem;
  }
  .fs-md-20 {
    font-size: 1.25rem;
  }
  .fsr-md-20 {
    font-size: 1.25rem;
  }
  .fs-md-24 {
    font-size: 1.5rem;
  }
  .fsr-md-24 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .fs-md-25 {
    font-size: 1.5625rem;
  }
  .fsr-md-25 {
    font-size: calc(1.28125rem + 0.375vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-25 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 768px) {
  .fs-md-27 {
    font-size: 1.6875rem;
  }
  .fsr-md-27 {
    font-size: calc(1.29375rem + 0.525vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-27 {
    font-size: 1.6875rem;
  }
}
@media (min-width: 768px) {
  .fs-md-30 {
    font-size: 1.875rem;
  }
  .fsr-md-30 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 768px) {
  .fs-md-32 {
    font-size: 2rem;
  }
  .fsr-md-32 {
    font-size: calc(1.325rem + 0.9vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-32 {
    font-size: 2rem;
  }
}
@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-50 {
    font-size: 3.125rem;
  }
  .fsr-md-50 {
    font-size: calc(1.4375rem + 2.25vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-50 {
    font-size: 3.125rem;
  }
}
@media (min-width: 768px) {
  .fs-md-64 {
    font-size: 4rem;
  }
  .fsr-md-64 {
    font-size: calc(1.525rem + 3.3vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-64 {
    font-size: 4rem;
  }
}
@media (min-width: 768px) {
  .fs-md-72 {
    font-size: 4.5rem;
  }
  .fsr-md-72 {
    font-size: calc(1.575rem + 3.9vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-72 {
    font-size: 4.5rem;
  }
}
@media (min-width: 768px) {
  .fs-md-80 {
    font-size: 5rem;
  }
  .fsr-md-80 {
    font-size: calc(1.625rem + 4.5vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-80 {
    font-size: 5rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-12 {
    font-size: 0.75rem;
  }
  .fsr-lg-12 {
    font-size: 0.75rem;
  }
  .fs-lg-13 {
    font-size: 0.8125rem;
  }
  .fsr-lg-13 {
    font-size: 0.8125rem;
  }
  .fs-lg-14 {
    font-size: 0.875rem;
  }
  .fsr-lg-14 {
    font-size: 0.875rem;
  }
  .fs-lg-18 {
    font-size: 1.125rem;
  }
  .fsr-lg-18 {
    font-size: 1.125rem;
  }
  .fs-lg-20 {
    font-size: 1.25rem;
  }
  .fsr-lg-20 {
    font-size: 1.25rem;
  }
  .fs-lg-24 {
    font-size: 1.5rem;
  }
  .fsr-lg-24 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-25 {
    font-size: 1.5625rem;
  }
  .fsr-lg-25 {
    font-size: calc(1.28125rem + 0.375vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-25 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-27 {
    font-size: 1.6875rem;
  }
  .fsr-lg-27 {
    font-size: calc(1.29375rem + 0.525vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-27 {
    font-size: 1.6875rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-30 {
    font-size: 1.875rem;
  }
  .fsr-lg-30 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-32 {
    font-size: 2rem;
  }
  .fsr-lg-32 {
    font-size: calc(1.325rem + 0.9vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-32 {
    font-size: 2rem;
  }
}
@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-50 {
    font-size: 3.125rem;
  }
  .fsr-lg-50 {
    font-size: calc(1.4375rem + 2.25vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-50 {
    font-size: 3.125rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-64 {
    font-size: 4rem;
  }
  .fsr-lg-64 {
    font-size: calc(1.525rem + 3.3vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-64 {
    font-size: 4rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-72 {
    font-size: 4.5rem;
  }
  .fsr-lg-72 {
    font-size: calc(1.575rem + 3.9vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-72 {
    font-size: 4.5rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-80 {
    font-size: 5rem;
  }
  .fsr-lg-80 {
    font-size: calc(1.625rem + 4.5vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-80 {
    font-size: 5rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-12 {
    font-size: 0.75rem;
  }
  .fsr-xl-12 {
    font-size: 0.75rem;
  }
  .fs-xl-13 {
    font-size: 0.8125rem;
  }
  .fsr-xl-13 {
    font-size: 0.8125rem;
  }
  .fs-xl-14 {
    font-size: 0.875rem;
  }
  .fsr-xl-14 {
    font-size: 0.875rem;
  }
  .fs-xl-18 {
    font-size: 1.125rem;
  }
  .fsr-xl-18 {
    font-size: 1.125rem;
  }
  .fs-xl-20 {
    font-size: 1.25rem;
  }
  .fsr-xl-20 {
    font-size: 1.25rem;
  }
  .fs-xl-24 {
    font-size: 1.5rem;
  }
  .fsr-xl-24 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-25 {
    font-size: 1.5625rem;
  }
  .fsr-xl-25 {
    font-size: calc(1.28125rem + 0.375vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-25 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-27 {
    font-size: 1.6875rem;
  }
  .fsr-xl-27 {
    font-size: calc(1.29375rem + 0.525vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-27 {
    font-size: 1.6875rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-30 {
    font-size: 1.875rem;
  }
  .fsr-xl-30 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-32 {
    font-size: 2rem;
  }
  .fsr-xl-32 {
    font-size: calc(1.325rem + 0.9vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-32 {
    font-size: 2rem;
  }
}
@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-50 {
    font-size: 3.125rem;
  }
  .fsr-xl-50 {
    font-size: calc(1.4375rem + 2.25vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-50 {
    font-size: 3.125rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-64 {
    font-size: 4rem;
  }
  .fsr-xl-64 {
    font-size: calc(1.525rem + 3.3vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-64 {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-72 {
    font-size: 4.5rem;
  }
  .fsr-xl-72 {
    font-size: calc(1.575rem + 3.9vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-72 {
    font-size: 4.5rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-80 {
    font-size: 5rem;
  }
  .fsr-xl-80 {
    font-size: calc(1.625rem + 4.5vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-80 {
    font-size: 5rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-12 {
    font-size: 0.75rem;
  }
  .fsr-xxl-12 {
    font-size: 0.75rem;
  }
  .fs-xxl-13 {
    font-size: 0.8125rem;
  }
  .fsr-xxl-13 {
    font-size: 0.8125rem;
  }
  .fs-xxl-14 {
    font-size: 0.875rem;
  }
  .fsr-xxl-14 {
    font-size: 0.875rem;
  }
  .fs-xxl-18 {
    font-size: 1.125rem;
  }
  .fsr-xxl-18 {
    font-size: 1.125rem;
  }
  .fs-xxl-20 {
    font-size: 1.25rem;
  }
  .fsr-xxl-20 {
    font-size: 1.25rem;
  }
  .fs-xxl-24 {
    font-size: 1.5rem;
  }
  .fsr-xxl-24 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-25 {
    font-size: 1.5625rem;
  }
  .fsr-xxl-25 {
    font-size: calc(1.28125rem + 0.375vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-25 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-27 {
    font-size: 1.6875rem;
  }
  .fsr-xxl-27 {
    font-size: calc(1.29375rem + 0.525vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-27 {
    font-size: 1.6875rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-30 {
    font-size: 1.875rem;
  }
  .fsr-xxl-30 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-32 {
    font-size: 2rem;
  }
  .fsr-xxl-32 {
    font-size: calc(1.325rem + 0.9vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-32 {
    font-size: 2rem;
  }
}
@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-50 {
    font-size: 3.125rem;
  }
  .fsr-xxl-50 {
    font-size: calc(1.4375rem + 2.25vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-50 {
    font-size: 3.125rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-64 {
    font-size: 4rem;
  }
  .fsr-xxl-64 {
    font-size: calc(1.525rem + 3.3vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-64 {
    font-size: 4rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-72 {
    font-size: 4.5rem;
  }
  .fsr-xxl-72 {
    font-size: calc(1.575rem + 3.9vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-72 {
    font-size: 4.5rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-80 {
    font-size: 5rem;
  }
  .fsr-xxl-80 {
    font-size: calc(1.625rem + 4.5vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-80 {
    font-size: 5rem;
  }
}
.ls-1 {
  letter-spacing: 1px;
}

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

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

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

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

.main-title.v {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
.main-title.v .t1 {
  letter-spacing: 12px;
  margin-top: -5px;
}

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

.btn.main-btn {
  min-width: 280px;
  position: relative;
  overflow: hidden;
}
.btn.main-btn span {
  position: relative;
  z-index: 100;
}
.btn.main-btn:before, .btn.main-btn:after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background-color: transparent;
  position: absolute;
  z-index: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn.main-btn:before {
  top: 0;
  right: 0;
  border-bottom: 1px solid currentColor;
  -webkit-transform: translate(55%, 0) rotate(45deg);
          transform: translate(55%, 0) rotate(45deg);
}
.btn.main-btn:after {
  bottom: 0;
  left: 0;
  border-top: 1px solid currentColor;
  -webkit-transform: translate(-55%, 0) rotate(45deg);
          transform: translate(-55%, 0) rotate(45deg);
}
.btn.main-btn:hover {
  background: none;
}
.btn.main-btn:hover:before, .btn.main-btn:hover:after {
  -webkit-transform: translate(0, 0) rotate(0);
          transform: translate(0, 0) rotate(0);
  background-color: #36311f;
  border-color: #36311f;
}
.breadcrumb-item a {
  color: #020300;
}
.breadcrumb-item a:hover {
  text-decoration: underline;
}
.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 > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #36311f;
  color: #59544b;
}
.aside-list > li > a:after {
  content: "\f107";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font: var(--fa-font-solid);
  display: none;
}
.aside-list > li > a [class*=fa] {
  margin-top: 6px;
  margin-left: 10px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.aside-list > li:hover > a, .aside-list > li.mm-active > a {
  color: #36311f;
}
.aside-list > li.mm-active > a [class*=fa] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.aside-list > li ul {
  padding-left: 2rem;
}
.aside-list > li ul li:first-child {
  margin-top: 10px;
}
.aside-list > li ul li a {
  padding: 0;
}
.aside-list > li ul li:hover > a, .aside-list > li ul li.mm-active > a {
  color: #020300;
}

.m-button {
  background-color: #F7CD4D;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 0.5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.m-button span {
  pointer-events: none;
}
.m-button:after {
  content: "\f107";
  font: var(--fa-font-solid);
  display: block;
  color: #fff;
  display: none;
}
.m-button [class*=fa] {
  position: absolute;
  right: 0.5rem;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-button.active {
  background-color: #5C5C5C;
}
.m-button.active [class*=fa] {
  -webkit-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-bg: none;
  --bs-pagination-color: #36311f;
  --bs-pagination-active-bg: #36311f;
  --bs-pagination-hover-bg: #36311f;
  --bs-pagination-hover-color: #fff;
  --bs-pagination-disabled-bg: none;
}
.pages .pagination .page-item {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.pages .pagination .page-link {
  width: 1.5rem;
  height: 2rem;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

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

footer {
  background-color: #f1efe4;
  position: relative;
}
footer .footer-logo {
  margin-bottom: 1.5rem;
}
footer .footer-logo svg path {
  fill: #36311f;
}
footer .copyright {
  margin-top: 2rem;
}
footer a {
  color: inherit;
}
footer a:hover {
  text-decoration: underline;
}

.contact-list li {
  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;
  gap: 0.5rem;
}
.contact-list li [class*=fa] {
  width: 1.2rem;
  text-align: center;
}
.circle-bg {
  position: absolute;
  z-index: 0;
}
.circle-bg + * {
  position: relative;
  z-index: 100;
}

.inner-banner {
  height: 400px;
  position: relative;
  overflow: hidden;
  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;
}
.inner-banner .banner-txt .t1 {
  letter-spacing: 3px;
}
.inner-banner .banner-txt:after {
  content: "";
  display: block;
  background-color: #f1efe4;
  height: 60px;
  width: 1px;
  margin: 28px auto 0;
}
.inner-banner:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 3, 0, 0.3);
  z-index: 50;
}
.inner-banner img {
  --fa-start--custom: .5;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center calc(var(--fa-scaled--custom) * 100%);
     object-position: center calc(var(--fa-scaled--custom) * 100%);
  z-index: 0;
}
.inner-banner img + * {
  position: relative;
  z-index: 100;
}
@media (max-width: 767.98px) {
  .inner-banner {
    height: 250px;
  }
  .inner-banner .banner-txt:after {
    height: 30px;
    margin-top: 10px;
  }
}

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

.banner-slider {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.banner-slider a {
  display: block;
  color: inherit;
}
.banner-slider a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 3, 0, 0.3);
  z-index: 150;
}
.banner-slider a img {
  position: relative;
  z-index: 100;
}
.banner-slider a .banner-txt {
  z-index: 200;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  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: #fff;
}

#index-about .circle-bg {
  right: 0;
  top: 0;
  -webkit-transform: translate(40%, calc(var(--fa-scaled--custom) * -100%));
          transform: translate(40%, calc(var(--fa-scaled--custom) * -100%));
}
#index-about .row {
  padding-top: 80px;
  padding-bottom: 80px;
}
#index-about .bg {
  position: relative;
  position: absolute;
  height: 100%;
  margin-top: -80px;
  margin-bottom: -80px;
  z-index: 5;
}
#index-about .bg:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1000%;
  height: 100%;
  display: block;
  background-color: #DDC9A7;
  opacity: 0.4;
}
#index-about .txt-row {
  position: relative;
  z-index: 10;
}
#index-about .txt-row .index-about-title {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  margin: 0 auto;
  line-height: 1.5;
  margin-top: 44px;
}
#index-about .txt-row .index-about-title .t1,
#index-about .txt-row .index-about-title .t2 {
  letter-spacing: 10px;
  margin-right: 32px;
}
#index-about .txt-row .text {
  margin-top: 80px;
}
#index-about .img-row {
  position: relative;
  z-index: 10;
}
#index-about .img-row .index-about-bg-rect-1 img {
  width: 580px;
  max-width: none;
}
#index-about .img-row .index-about-bg-rect-2 {
  margin-left: 20%;
  margin-top: 50px;
}
#index-about .img-row .index-about-bg-rect-2 img {
  width: 474px;
  max-width: none;
}
@media (max-width: 767.98px) {
  #index-about .txt-row {
    margin-bottom: 3rem;
  }
  #index-about .img-row {
    display: none;
  }
}

#index-news .row {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
#index-news .title-row {
  width: 180px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#index-news .title-row .news-slider-nav {
  position: relative;
}
@media (max-width: 575.98px) {
  #index-news .title-row {
    width: auto;
  }
}
#index-news .slider-row {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex: 1 1 0px;
      flex: 1 1 0;
  min-width: 0;
  overflow: hidden;
}
#index-news .slider-row .news-slider-wrap {
  width: 100%;
}
#index-news .news-slider-nav .n-prev, #index-news .news-slider-nav .n-next {
  position: static;
  -webkit-transform: translate(0);
          transform: translate(0);
}

#index-hero01 {
  position: relative;
}
#index-hero01 .hero-img-list {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
#index-hero01 .hero-img-list img {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  border-radius: 10px;
}
#index-hero01 > * {
  position: relative;
  z-index: 10;
}
#index-hero01 .index-hero01-bg-rect {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  height: 50%;
  background-color: #ddc9a7;
  opacity: 0.4;
}

#index-product {
  position: relative;
}
#index-product .circle-bg {
  left: 0;
  bottom: 0;
  -webkit-transform: translate(-50%, calc(var(--fa-scaled--custom) * -100%));
          transform: translate(-50%, calc(var(--fa-scaled--custom) * -100%));
}
#index-product .p-slider-nav .p-prev, #index-product .p-slider-nav .p-next {
  position: static;
  -webkit-transform: translate(0);
          transform: translate(0);
}

#index-license {
  position: relative;
}
#index-license .license-slider-nav .license-prev, #index-license .license-slider-nav .license-next {
  position: static;
  -webkit-transform: translate(0);
          transform: translate(0);
  color: #fff;
  border-color: #fff;
}
#index-license .bg {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  height: 50%;
  width: 100%;
  overflow: hidden;
}
#index-license .bg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(54, 49, 31, 0.5);
}
#index-license .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center calc(var(--fa-scaled--custom) * 100%);
     object-position: center calc(var(--fa-scaled--custom) * 100%);
}
#index-license .bg + * {
  position: relative;
  z-index: 100;
}

#contact {
  position: relative;
}
#contact .circle-bg {
  left: 0;
  top: 0;
  -webkit-transform: translate(-50%, calc(var(--fa-scaled--custom) * -100%));
          transform: translate(-50%, calc(var(--fa-scaled--custom) * -100%));
}
#contact .container-xl {
  position: relative;
}
#contact .container-xl:before {
  content: "";
  position: absolute;
  left: 180px;
  top: 0;
  width: 1000%;
  height: 100%;
  background-color: #DDC9A7;
  opacity: 0.4;
  z-index: 0;
}
#contact .container-xl > * {
  position: relative;
  z-index: 100;
}
#contact .contact-left {
  width: 180px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#contact .contact-right {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex: 1 1 0px;
      flex: 1 1 0;
  min-width: 0;
  padding-left: 45px;
  padding-right: 45px;
}
#contact .contact-right > * {
  position: relative;
  z-index: 100;
}
#contact .e-text:hover {
  opacity: 0.5;
}
#contact .map-wrap iframe {
  width: 100%;
  height: 540px;
  border: 0;
}
@media (max-width: 767.98px) {
  #contact .container-xl:before {
    left: 0;
  }
  #contact .contact-left {
    width: 100%;
  }
  #contact .contact-right {
    width: 100%;
  }
  #contact .contact-right .map-wrap iframe {
    height: 250px;
  }
  #contact .main-title {
    text-align: center;
  }
  #contact .main-title.v {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
  #contact .main-title.v .t1 {
    letter-spacing: normal;
    margin-top: 0;
  }
}

#about-section01 {
  position: relative;
}
#about-section01 .circle-bg {
  right: 0;
  top: 0;
  -webkit-transform: translate(40%, calc(var(--fa-scaled--custom) * -100%));
          transform: translate(40%, calc(var(--fa-scaled--custom) * -100%));
}
#about-section01 .top-text {
  --fa-start--custom: 0;
  --fa-end--custom: .5;
  --fa-from--fade: -.3;
  --fa-to--fade: 1;
  --fa-start--fade: .3;
  --fa-end--fade: .5;
  -webkit-filter: blur(calc((1 - var(--fa-scaled--custom)) * 5px));
          filter: blur(calc((1 - var(--fa-scaled--custom)) * 5px));
  opacity: calc(var(--fa-scaled--fade));
}
#about-section01 .t1 {
  margin-bottom: 30px;
}
#about-section01 .t2 {
  max-width: 565px;
  margin: 0 auto;
}
#about-section01 .img-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 980px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
  gap: 20px;
  --fa-start--custom: 0;
  --fa-end--custom: .5;
  --fa-from--fade: 0;
  --fa-to--fade: 1;
  --fa-start--fade: .1;
  --fa-end--fade: .5;
  -webkit-filter: blur(calc((1 - var(--fa-scaled--custom)) * 5px));
          filter: blur(calc((1 - var(--fa-scaled--custom)) * 5px));
  opacity: calc(var(--fa-scaled--fade));
}
#about-section01 .img-group img {
  border-radius: 10px;
}
#about-section01 .img-group .left,
#about-section01 .img-group .right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}
#about-section01 .img-group .left {
  margin-top: 20%;
}
#about-section01 .img-group .right img {
  margin-left: auto;
}
#about-section01 .img-group .right .text {
  margin-top: 60px;
}
@media (max-width: 767.98px) {
  #about-section01 .img-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #about-section01 .img-group .left {
    margin-top: 60px;
  }
  #about-section01 .img-group .left img {
    margin: auto;
  }
  #about-section01 .img-group .right img {
    margin: auto;
  }
  #about-section01 .img-group .right .text {
    text-align: center !important;
  }
}
#about-section01 .bg {
  position: absolute;
  bottom: 10%;
  right: 41.6666666667%;
  width: 100vw;
  height: 520px;
  background-color: #ddc9a7;
  opacity: 0.4;
  z-index: 0;
  --fa-to--custom: .3;
  -webkit-transform: translate(calc(var(--fa-scaled--custom) * 100%), 0);
          transform: translate(calc(var(--fa-scaled--custom) * 100%), 0);
}
#about-section01 .bg ~ * {
  position: relative;
  z-index: 100;
}

#service-section01 {
  position: relative;
}
#service-section01 .circle-bg {
  right: 0;
  top: 0;
  -webkit-transform: translate(40%, calc(var(--fa-scaled--custom) * -100%));
          transform: translate(40%, calc(var(--fa-scaled--custom) * -100%));
}
#service-section01 .top-text {
  margin-bottom: 67px;
}

.service-list {
  max-width: 980px;
  margin: 0 auto;
}
.service-list .service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -60px 0;
  gap: 20px;
}
.service-list .service-item img {
  border-radius: 10px;
}
.service-list .service-item .txt-row,
.service-list .service-item .img-row {
  width: 50%;
}
.service-list .service-item .txt-row:after {
  content: "";
  display: block;
  width: 135px;
  height: 1px;
  background-color: #36311f;
  -webkit-transform: translate(-40%, 0);
          transform: translate(-40%, 0);
}
.service-list .service-item .txt-row .service-num {
  color: transparent;
  -webkit-text-stroke: 1px #36311f;
}
.service-list .service-item:nth-child(odd) .txt-row:after {
  content: "";
}
.service-list .service-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.service-list .service-item:nth-child(even) .txt-row {
  text-align: right;
}
.service-list .service-item:nth-child(even) .txt-row:after {
  margin-left: auto;
  -webkit-transform: translate(40%, 0);
          transform: translate(40%, 0);
}
@media (max-width: 767.98px) {
  .service-list .service-item {
    margin: 20px 0;
  }
  .service-list .service-item .txt-row:after {
    display: none;
  }
  .service-list .service-item .txt-row .service-title {
    font-size: 14px !important;
  }
}

.p-item .p-img-wrap {
  border: 1px solid #685959;
  border-radius: 10px;
  overflow: hidden;
}
.p-item .p-img-wrap:after {
  content: "MORE";
  color: #fff;
  width: 100%;
  height: 100%;
  background-color: rgba(104, 89, 89, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-item a:hover .p-img-wrap:after {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.p-inner {
  width: 980px;
  max-width: calc(100% - 30px);
  padding: 50px 45px;
}
.p-inner .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-inner .img-row {
  width: 380px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-inner .img-container {
  border: 1px solid #d4c4a8;
}
.p-inner .txt-row {
  margin-left: 2rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.p-inner .p-name {
  color: #000;
  border-bottom: 1px solid #F7CD4D;
  padding-bottom: 9px;
  margin-bottom: 20px;
}
.p-inner .p-detail-table {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 9px 16px;
  color: #59544b;
}
.p-inner .p-detail-table .p-detail-row {
  display: contents;
}
.p-inner .p-detail-table .p-detail-label {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row-align: center;
      align-self: center;
}
.p-inner .p-detail-table .p-detail-value {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row-align: center;
      align-self: center;
}
@media (max-width: 767.98px) {
  .p-inner .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-inner .img-row {
    width: 100%;
  }
  .p-inner .txt-row {
    margin-top: 2rem;
    margin-left: 0;
  }
}

.aside-layout {
  position: relative;
  overflow: hidden;
}
.aside-layout .circle-bg {
  right: 0;
  top: 0;
  -webkit-transform: translate(40%, calc(var(--fa-scaled--custom) * -100%));
          transform: translate(40%, calc(var(--fa-scaled--custom) * -100%));
}

#product aside {
  width: 180px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#product .aside-row {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
#product .main-content {
  max-width: 880px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  min-width: 0;
}
@media (max-width: 767.98px) {
  #product .aside-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #product aside {
    width: 100%;
    margin-bottom: 2rem;
  }
  #product .main-content {
    width: 100%;
  }
}

#portfolio-section01,
#portfolio-inner-section01 {
  position: relative;
}
#portfolio-section01 .circle-bg,
#portfolio-inner-section01 .circle-bg {
  right: 0;
  top: 0;
  -webkit-transform: translate(40%, calc(var(--fa-scaled--custom) * -100%));
          transform: translate(40%, calc(var(--fa-scaled--custom) * -100%));
}

.portfolio-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
.portfolio-list a {
  color: inherit;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.portfolio-list .portfolio-item:nth-child(5n+1), .portfolio-list .portfolio-item:nth-child(5n+2), .portfolio-list .portfolio-item:nth-child(5n+3) {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.portfolio-list .portfolio-item:nth-child(5n+4) {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}
.portfolio-list .portfolio-item:nth-child(5n+5) {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}
.portfolio-list .portfolio-item .portfolio-img {
  position: relative;
  z-index: 50;
}
.portfolio-list .portfolio-item .portfolio-img .pic {
  --bs-aspect-ratio:calc((320 / 382) * 100%);
}
.portfolio-list .portfolio-item .portfolio-txt {
  position: absolute;
  left: 0;
  top: 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;
  color: #fff;
  z-index: 100;
  background-color: rgba(104, 89, 89, 0.6);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0);
          transform: scale(0);
  padding: 10px;
}
.portfolio-list .portfolio-item .portfolio-txt:after {
  content: "MORE";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  padding: 0.5rem 1rem;
  text-align: center;
}
.portfolio-list .portfolio-item a:hover .portfolio-txt {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 575.98px) {
  .portfolio-list {
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
  .portfolio-list .portfolio-item:nth-child(3n+1), .portfolio-list .portfolio-item:nth-child(3n+2) {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .portfolio-list .portfolio-item:nth-child(3n+3) {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
  .portfolio-list .portfolio-item .portfolio-txt {
    position: absolute;
    width: 100%;
    height: auto;
    top: auto;
    bottom: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .portfolio-list .portfolio-item .portfolio-txt:after {
    display: none;
  }
  .portfolio-list .portfolio-item .portfolio-txt .t1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

#portfolio-inner-section01 .big-slider-row {
  position: relative;
  padding-left: 5rem;
  padding-right: 5rem;
}
@media (max-width: 575.98px) {
  #portfolio-inner-section01 .big-slider-row {
    padding-left: 0;
    padding-right: 0;
  }
}
#portfolio-inner-section01 .p-small-slider .swiper-slide {
  cursor: pointer;
}
#portfolio-inner-section01 .p-small-slider .swiper-slide:hover, #portfolio-inner-section01 .p-small-slider .swiper-slide.swiper-slide-thumb-active {
  opacity: 0.5;
}
#portfolio-inner-section01 .other-p-row .other-p-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
}
#portfolio-inner-section01 .other-p-row .other-p-title:before, #portfolio-inner-section01 .other-p-row .other-p-title:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#portfolio-inner-section01 .other-p-row .other-p-title .t1 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 50px;
  margin-right: 50px;
}
@media (max-width: 575.98px) {
  #portfolio-inner-section01 .other-p-row .other-p-title {
    margin-bottom: 20px;
  }
  #portfolio-inner-section01 .other-p-row .other-p-title .t1 {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.news-item .news-slide-img {
  border-radius: 5px;
  overflow: hidden;
}
.news-item .news-slide-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.news-item a:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

#news-section1,
#news-inner-section1 {
  position: relative;
}
#news-section1 .circle-bg,
#news-inner-section1 .circle-bg {
  right: 0;
  top: 0;
  -webkit-transform: translate(40%, calc(var(--fa-scaled--custom) * -100%));
          transform: translate(40%, calc(var(--fa-scaled--custom) * -100%));
}

#news-inner-section1 .img-row {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
#news-inner-section1 .txt-row .title--date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#news-inner-section1 .txt-row .title--date .n-date {
  background-color: #F7CD4D;
  padding-left: 10px;
  padding-right: 10px;
}

#faq .aside-menu li a {
  border-bottom: 0;
}
#faq .aside-menu li a [class*=fa-] {
  display: none;
}
#faq .aside-menu li.mm-active a [class*=fa-] {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: block;
}

.faq-menu .faq-item {
  border-radius: 5px;
  overflow: hidden;
}
.faq-menu .faq-item.mm-active .faq-link .faq-link-content, .faq-menu .faq-item:hover .faq-link .faq-link-content {
  background-color: #F7CD4D;
}
.faq-menu .faq-item.mm-active .faq-link .faq-link-content .arrows .fa-plus {
  display: none;
}
.faq-menu .faq-item.mm-active .faq-link .faq-link-content .arrows .fa-minus {
  display: block;
}
.faq-menu .faq-item .faq-link {
  cursor: pointer;
}
.faq-menu .faq-item .faq-link .faq-link-content {
  padding: 1rem;
  background-color: #fff;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.faq-menu .faq-item .faq-link .faq-link-content .t {
  margin-right: 0.5rem;
}
.faq-menu .faq-item .faq-link .faq-link-content .title {
  margin-top: 2px;
}
.faq-menu .faq-item .faq-link .faq-link-content .arrows i,
.faq-menu .faq-item .faq-link .faq-link-content .arrows [class*=fa] {
  color: #36311f;
  margin-top: 11px;
}
.faq-menu .faq-item .faq-link .faq-link-content .arrows .fa-plus {
  display: block;
}
.faq-menu .faq-item .faq-link .faq-link-content .arrows .fa-minus {
  display: none;
}
.faq-menu .faq-item .faq-answer {
  background-color: #fff;
}
.faq-menu .faq-item .faq-answer .faq-answer-content {
  padding: 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.faq-menu .faq-item .faq-answer .faq-answer-content .t {
  margin-right: 0.5rem;
}
.faq-menu .faq-item .faq-answer .faq-answer-content .editor p:last-child {
  margin-bottom: 0;
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.form .form-control,
.form .form-select {
  --bs-body-bg: #f1efe4;
  border-radius: 5px;
}
.form .form-label {
  margin-bottom: 0;
}
.form .form-label.required:before {
  content: "*";
  display: inline-block;
}
.form textarea.form-control {
  min-height: 130px;
}
.form .l-head {
  width: 100%;
  max-width: 4rem;
}
.form .form-floating label:after {
  display: none;
}
.form .form-floating.required label:before {
  content: "*";
  display: inline-block;
  position: absolute;
  right: 0;
  color: #F7CD4D;
}
.form .custom-file-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form .file-button {
  background-color: #939393;
  border: none;
  color: white;
  border-radius: 5px;
  padding: 0.5rem 1.5rem;
  cursor: pointer;
}
.form .file-name {
  margin-left: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}