@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=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap" rel="stylesheet');
@import url('https://fonts.googleapis.com/css2?family=Whisper&display=swap" rel="stylesheet');
@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&display=swap" rel="stylesheet');
::-moz-selection {
  background-color: #EAE7E4;
  color: #4B3B32;
}
::selection {
  background-color: #EAE7E4;
  color: #4B3B32;
}

body {
  line-height: 1.8;
  letter-spacing: 1px;
  position: relative;
}
@media (max-width: 991.98px) {
  body {
    line-height: 1.65;
    letter-spacing: 0.5px;
  }
}
@media (max-width: 575.98px) {
  body {
    line-height: 1.5;
    font-size: 0.95rem;
  }
}

a {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
a:hover {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  text-decoration: none;
}

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

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

.overflow-x-h {
  overflow-x: hidden;
}

.overflow-y-h {
  overflow-y: hidden;
}

.overflow-h {
  overflow: hidden;
}

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

article {
  position: relative;
}
article section {
  padding: 50px 0;
}
@media (min-width: 992px) {
  article section {
    padding: 80px 0;
  }
}

.g-recaptcha {
  text-align: center;
  display: inline-block;
}

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

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

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

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

.navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #EAE7E4;
}
@media (max-width: 991.98px) {
  .navbar .navbar-brand {
    padding: 8px 0;
    width: 150px;
  }
}
.navbar .navbar-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar .navbar-nav .nav-item {
  margin-left: 30px;
}
.navbar .navbar-nav .nav-item .nav-link {
  display: block;
  color: #4B3B32;
  padding: 28px 0;
  position: relative;
}
.navbar .navbar-nav .nav-item .nav-link::before {
  position: absolute;
  content: "";
  width: 0;
  height: 5px;
  background: #4B3B32;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar .navbar-nav .nav-item .nav-link span {
  display: inline-block;
}
.navbar .navbar-nav .nav-item:hover .nav-link::before, .navbar .navbar-nav .nav-item.active .nav-link::before {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.h-lang-bg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #D0C2B8;
  border-radius: 5px;
  font-size: 14px;
  margin-left: 10px;
}
.h-lang-bg a {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 5px;
  color: #A27F6B;
}
.h-lang-bg a.active {
  background: #4B3B32;
  color: #fff;
}
.h-lang-bg a:hover {
  color: #fff;
}
@media (max-width: 991.98px) {
  .h-lang-bg {
    margin: 10px 0;
    background: none;
  }
  .h-lang-bg a {
    margin-left: 10px;
    background: #EAE7E4;
    color: #4B3B32;
    min-width: 50px;
    text-align: center;
  }
  .h-lang-bg a.active {
    background: #A27F6B;
    color: #fff;
  }
  .h-lang-bg a:hover {
    background: #D0C2B8;
    color: #4B3B32;
  }
}

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

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  cursor: pointer;
  z-index: 1000;
  width: 30px;
  height: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  outline: none;
  background: rgba(120, 120, 120, 0.74);
  border-radius: 0;
  font-size: 1.25rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  color: #fff;
  background: #4B3B32;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}
@media (max-width: 767.98px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 25px;
    height: 35px;
    font-size: 1rem;
  }
}

.swiper-button-prev {
  left: 10px;
}
@media (max-width: 767.98px) {
  .swiper-button-prev {
    left: 0;
  }
}

.swiper-button-next {
  right: 10px;
}
@media (max-width: 767.98px) {
  .swiper-button-next {
    right: 0;
  }
}

.type-bottom .swiper-button-prev,
.type-bottom .swiper-button-next {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: none;
  font-size: 1rem;
  border: 1px #4B3B32 solid;
  color: #4B3B32;
}
.type-bottom .swiper-button-prev:hover,
.type-bottom .swiper-button-next:hover {
  color: #fff;
  background: #4B3B32;
}
.type-bottom .swiper-button-prev:after,
.type-bottom .swiper-button-next:after {
  display: none;
}
@media (max-width: 767.98px) {
  .type-bottom .swiper-button-prev,
  .type-bottom .swiper-button-next {
    width: 40px;
    height: 40px;
    font-size: 0.9rem;
  }
}
.type-bottom .swiper-button-prev {
  left: 50%;
  bottom: 0;
  top: auto;
  -webkit-transform: translateX(-120%);
          transform: translateX(-120%);
}
.type-bottom .swiper-button-next {
  right: 50%;
  bottom: 0;
  top: auto;
  -webkit-transform: translateX(120%);
          transform: translateX(120%);
}

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

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

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

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

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

.fs-19 {
  font-size: 1.1875rem;
}

.fsr-19 {
  font-size: 1.1875rem;
}

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

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

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

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

@media (min-width: 576px) {
  .fs-sm-12 {
    font-size: 0.75rem;
  }
  .fsr-sm-12 {
    font-size: 0.75rem;
  }
  .fs-sm-13 {
    font-size: 0.8125rem;
  }
  .fsr-sm-13 {
    font-size: 0.8125rem;
  }
  .fs-sm-14 {
    font-size: 0.875rem;
  }
  .fsr-sm-14 {
    font-size: 0.875rem;
  }
  .fs-sm-16 {
    font-size: 1rem;
  }
  .fsr-sm-16 {
    font-size: 1rem;
  }
  .fs-sm-18 {
    font-size: 1.125rem;
  }
  .fsr-sm-18 {
    font-size: 1.125rem;
  }
  .fs-sm-19 {
    font-size: 1.1875rem;
  }
  .fsr-sm-19 {
    font-size: 1.1875rem;
  }
  .fs-sm-20 {
    font-size: 1.25rem;
  }
  .fsr-sm-20 {
    font-size: 1.25rem;
  }
  .fs-sm-24 {
    font-size: 1.5rem;
  }
  .fsr-sm-24 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-25 {
    font-size: 1.5625rem;
  }
  .fsr-sm-25 {
    font-size: calc(1.28125rem + 0.375vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-25 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-27 {
    font-size: 1.6875rem;
  }
  .fsr-sm-27 {
    font-size: calc(1.29375rem + 0.525vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-27 {
    font-size: 1.6875rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-30 {
    font-size: 1.875rem;
  }
  .fsr-sm-30 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-35 {
    font-size: 2.1875rem;
  }
  .fsr-sm-35 {
    font-size: calc(1.34375rem + 1.125vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-35 {
    font-size: 2.1875rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-34 {
    font-size: 2.125rem;
  }
  .fsr-sm-34 {
    font-size: calc(1.3375rem + 1.05vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-34 {
    font-size: 2.125rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-40 {
    font-size: 2.5rem;
  }
  .fsr-sm-40 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-40 {
    font-size: 2.5rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-45 {
    font-size: 2.8125rem;
  }
  .fsr-sm-45 {
    font-size: calc(1.40625rem + 1.875vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-45 {
    font-size: 2.8125rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-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-72 {
    font-size: 4.5rem;
  }
  .fsr-sm-72 {
    font-size: calc(1.575rem + 3.9vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-72 {
    font-size: 4.5rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-80 {
    font-size: 5rem;
  }
  .fsr-sm-80 {
    font-size: calc(1.625rem + 4.5vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-80 {
    font-size: 5rem;
  }
}
@media (min-width: 768px) {
  .fs-md-12 {
    font-size: 0.75rem;
  }
  .fsr-md-12 {
    font-size: 0.75rem;
  }
  .fs-md-13 {
    font-size: 0.8125rem;
  }
  .fsr-md-13 {
    font-size: 0.8125rem;
  }
  .fs-md-14 {
    font-size: 0.875rem;
  }
  .fsr-md-14 {
    font-size: 0.875rem;
  }
  .fs-md-16 {
    font-size: 1rem;
  }
  .fsr-md-16 {
    font-size: 1rem;
  }
  .fs-md-18 {
    font-size: 1.125rem;
  }
  .fsr-md-18 {
    font-size: 1.125rem;
  }
  .fs-md-19 {
    font-size: 1.1875rem;
  }
  .fsr-md-19 {
    font-size: 1.1875rem;
  }
  .fs-md-20 {
    font-size: 1.25rem;
  }
  .fsr-md-20 {
    font-size: 1.25rem;
  }
  .fs-md-24 {
    font-size: 1.5rem;
  }
  .fsr-md-24 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .fs-md-25 {
    font-size: 1.5625rem;
  }
  .fsr-md-25 {
    font-size: calc(1.28125rem + 0.375vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-25 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 768px) {
  .fs-md-27 {
    font-size: 1.6875rem;
  }
  .fsr-md-27 {
    font-size: calc(1.29375rem + 0.525vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-27 {
    font-size: 1.6875rem;
  }
}
@media (min-width: 768px) {
  .fs-md-30 {
    font-size: 1.875rem;
  }
  .fsr-md-30 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 768px) {
  .fs-md-35 {
    font-size: 2.1875rem;
  }
  .fsr-md-35 {
    font-size: calc(1.34375rem + 1.125vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-35 {
    font-size: 2.1875rem;
  }
}
@media (min-width: 768px) {
  .fs-md-34 {
    font-size: 2.125rem;
  }
  .fsr-md-34 {
    font-size: calc(1.3375rem + 1.05vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-34 {
    font-size: 2.125rem;
  }
}
@media (min-width: 768px) {
  .fs-md-40 {
    font-size: 2.5rem;
  }
  .fsr-md-40 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-40 {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  .fs-md-45 {
    font-size: 2.8125rem;
  }
  .fsr-md-45 {
    font-size: calc(1.40625rem + 1.875vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-45 {
    font-size: 2.8125rem;
  }
}
@media (min-width: 768px) {
  .fs-md-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-72 {
    font-size: 4.5rem;
  }
  .fsr-md-72 {
    font-size: calc(1.575rem + 3.9vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-72 {
    font-size: 4.5rem;
  }
}
@media (min-width: 768px) {
  .fs-md-80 {
    font-size: 5rem;
  }
  .fsr-md-80 {
    font-size: calc(1.625rem + 4.5vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-80 {
    font-size: 5rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-12 {
    font-size: 0.75rem;
  }
  .fsr-lg-12 {
    font-size: 0.75rem;
  }
  .fs-lg-13 {
    font-size: 0.8125rem;
  }
  .fsr-lg-13 {
    font-size: 0.8125rem;
  }
  .fs-lg-14 {
    font-size: 0.875rem;
  }
  .fsr-lg-14 {
    font-size: 0.875rem;
  }
  .fs-lg-16 {
    font-size: 1rem;
  }
  .fsr-lg-16 {
    font-size: 1rem;
  }
  .fs-lg-18 {
    font-size: 1.125rem;
  }
  .fsr-lg-18 {
    font-size: 1.125rem;
  }
  .fs-lg-19 {
    font-size: 1.1875rem;
  }
  .fsr-lg-19 {
    font-size: 1.1875rem;
  }
  .fs-lg-20 {
    font-size: 1.25rem;
  }
  .fsr-lg-20 {
    font-size: 1.25rem;
  }
  .fs-lg-24 {
    font-size: 1.5rem;
  }
  .fsr-lg-24 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-25 {
    font-size: 1.5625rem;
  }
  .fsr-lg-25 {
    font-size: calc(1.28125rem + 0.375vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-25 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-27 {
    font-size: 1.6875rem;
  }
  .fsr-lg-27 {
    font-size: calc(1.29375rem + 0.525vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-27 {
    font-size: 1.6875rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-30 {
    font-size: 1.875rem;
  }
  .fsr-lg-30 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-35 {
    font-size: 2.1875rem;
  }
  .fsr-lg-35 {
    font-size: calc(1.34375rem + 1.125vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-35 {
    font-size: 2.1875rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-34 {
    font-size: 2.125rem;
  }
  .fsr-lg-34 {
    font-size: calc(1.3375rem + 1.05vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-34 {
    font-size: 2.125rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-40 {
    font-size: 2.5rem;
  }
  .fsr-lg-40 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-40 {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-45 {
    font-size: 2.8125rem;
  }
  .fsr-lg-45 {
    font-size: calc(1.40625rem + 1.875vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-45 {
    font-size: 2.8125rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-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-72 {
    font-size: 4.5rem;
  }
  .fsr-lg-72 {
    font-size: calc(1.575rem + 3.9vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-72 {
    font-size: 4.5rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-80 {
    font-size: 5rem;
  }
  .fsr-lg-80 {
    font-size: calc(1.625rem + 4.5vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-80 {
    font-size: 5rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-12 {
    font-size: 0.75rem;
  }
  .fsr-xl-12 {
    font-size: 0.75rem;
  }
  .fs-xl-13 {
    font-size: 0.8125rem;
  }
  .fsr-xl-13 {
    font-size: 0.8125rem;
  }
  .fs-xl-14 {
    font-size: 0.875rem;
  }
  .fsr-xl-14 {
    font-size: 0.875rem;
  }
  .fs-xl-16 {
    font-size: 1rem;
  }
  .fsr-xl-16 {
    font-size: 1rem;
  }
  .fs-xl-18 {
    font-size: 1.125rem;
  }
  .fsr-xl-18 {
    font-size: 1.125rem;
  }
  .fs-xl-19 {
    font-size: 1.1875rem;
  }
  .fsr-xl-19 {
    font-size: 1.1875rem;
  }
  .fs-xl-20 {
    font-size: 1.25rem;
  }
  .fsr-xl-20 {
    font-size: 1.25rem;
  }
  .fs-xl-24 {
    font-size: 1.5rem;
  }
  .fsr-xl-24 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-25 {
    font-size: 1.5625rem;
  }
  .fsr-xl-25 {
    font-size: calc(1.28125rem + 0.375vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-25 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-27 {
    font-size: 1.6875rem;
  }
  .fsr-xl-27 {
    font-size: calc(1.29375rem + 0.525vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-27 {
    font-size: 1.6875rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-30 {
    font-size: 1.875rem;
  }
  .fsr-xl-30 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-35 {
    font-size: 2.1875rem;
  }
  .fsr-xl-35 {
    font-size: calc(1.34375rem + 1.125vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-35 {
    font-size: 2.1875rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-34 {
    font-size: 2.125rem;
  }
  .fsr-xl-34 {
    font-size: calc(1.3375rem + 1.05vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-34 {
    font-size: 2.125rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-40 {
    font-size: 2.5rem;
  }
  .fsr-xl-40 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-40 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-45 {
    font-size: 2.8125rem;
  }
  .fsr-xl-45 {
    font-size: calc(1.40625rem + 1.875vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-45 {
    font-size: 2.8125rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-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-72 {
    font-size: 4.5rem;
  }
  .fsr-xl-72 {
    font-size: calc(1.575rem + 3.9vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-72 {
    font-size: 4.5rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-80 {
    font-size: 5rem;
  }
  .fsr-xl-80 {
    font-size: calc(1.625rem + 4.5vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-80 {
    font-size: 5rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-12 {
    font-size: 0.75rem;
  }
  .fsr-xxl-12 {
    font-size: 0.75rem;
  }
  .fs-xxl-13 {
    font-size: 0.8125rem;
  }
  .fsr-xxl-13 {
    font-size: 0.8125rem;
  }
  .fs-xxl-14 {
    font-size: 0.875rem;
  }
  .fsr-xxl-14 {
    font-size: 0.875rem;
  }
  .fs-xxl-16 {
    font-size: 1rem;
  }
  .fsr-xxl-16 {
    font-size: 1rem;
  }
  .fs-xxl-18 {
    font-size: 1.125rem;
  }
  .fsr-xxl-18 {
    font-size: 1.125rem;
  }
  .fs-xxl-19 {
    font-size: 1.1875rem;
  }
  .fsr-xxl-19 {
    font-size: 1.1875rem;
  }
  .fs-xxl-20 {
    font-size: 1.25rem;
  }
  .fsr-xxl-20 {
    font-size: 1.25rem;
  }
  .fs-xxl-24 {
    font-size: 1.5rem;
  }
  .fsr-xxl-24 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-25 {
    font-size: 1.5625rem;
  }
  .fsr-xxl-25 {
    font-size: calc(1.28125rem + 0.375vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-25 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-27 {
    font-size: 1.6875rem;
  }
  .fsr-xxl-27 {
    font-size: calc(1.29375rem + 0.525vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-27 {
    font-size: 1.6875rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-30 {
    font-size: 1.875rem;
  }
  .fsr-xxl-30 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-35 {
    font-size: 2.1875rem;
  }
  .fsr-xxl-35 {
    font-size: calc(1.34375rem + 1.125vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-35 {
    font-size: 2.1875rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-34 {
    font-size: 2.125rem;
  }
  .fsr-xxl-34 {
    font-size: calc(1.3375rem + 1.05vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-34 {
    font-size: 2.125rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-40 {
    font-size: 2.5rem;
  }
  .fsr-xxl-40 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-40 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-45 {
    font-size: 2.8125rem;
  }
  .fsr-xxl-45 {
    font-size: calc(1.40625rem + 1.875vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-45 {
    font-size: 2.8125rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-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-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;
  }
}
.main-title {
  position: relative;
  display: inline-block;
  z-index: 9;
  line-height: 1.5;
}
.main-title .en {
  font-size: 2.5rem;
  font-family: "Lato", sans-serif;
}
.main-title .cn {
  font-size: 1.25rem;
}
@media (max-width: 991.98px) {
  .main-title .en {
    font-size: 2rem;
  }
  .main-title .cn {
    font-size: 1.2rem;
  }
}

.main-title2 {
  position: relative;
  display: inline-block;
  z-index: 9;
  line-height: 1.5;
  font-size: 1.4rem;
  font-weight: bold;
}
@media (max-width: 991.98px) {
  .main-title2 {
    font-size: 1.25rem;
  }
}

.main-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-bottom: 2px #D0C2B8 solid;
  color: #4B3B32;
  min-width: 180px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-btn:hover {
  background: #A27F6B;
  color: #fff;
  padding: 0 20px;
}
.main-btn:hover .text::before {
  display: none;
}
.main-btn .text {
  display: inline-block;
  position: relative;
  padding: 5px 0;
  letter-spacing: 2px;
}
.main-btn .text::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #4B3B32;
  bottom: -2px;
  left: 0;
}
@media (max-width: 991.98px) {
  .main-btn .text {
    padding: 8px 0;
  }
}
.main-btn svg {
  margin-left: 20px;
}

#back-to-top {
  position: fixed;
  z-index: 8000;
  text-align: center;
  right: 10px;
  bottom: 55px;
  cursor: pointer;
  opacity: 1;
}
@media (max-width: 991.98px) {
  #back-to-top {
    right: 5px;
  }
}
#back-to-top .item {
  margin-top: 8px;
  width: 50px;
  height: 50px;
  line-height: 48px;
  background: #AD9E8E;
  border-radius: 100%;
  color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-size: 1.4rem;
}
@media (max-width: 991.98px) {
  #back-to-top .item {
    width: 37px;
    height: 37px;
    line-height: 35px;
    margin-top: 5px;
    font-size: 1.2rem;
  }
}
#back-to-top .item a {
  display: block;
  color: #fff;
}
#back-to-top .item:hover {
  background: #4B3B32;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

#bread {
  padding: 0;
  line-height: 1.5;
  font-size: 14px;
  margin-right: 10px;
  margin-top: 8px;
}
@media (max-width: 767.98px) {
  #bread {
    margin-right: 5px;
  }
}
#bread .breadcrumb {
  padding-left: 0;
  padding: 0;
  margin: 0;
  background: none;
}
#bread .breadcrumb > li {
  display: inline-block;
  padding-left: 0;
}
#bread .breadcrumb > li + li:before {
  padding: 0 3px 0 5px;
  float: none;
}
#bread .breadcrumb > li svg {
  margin-right: 2px;
  font-size: 14px;
}
#bread .breadcrumb a {
  display: inline-block;
  color: #4B3B32;
}
#bread .breadcrumb a:hover {
  color: #060505;
}

.inner-banner {
  position: relative;
  border: 0;
  overflow: hidden;
  width: 100%;
}
.inner-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, transparent), to(#D0C2B8));
  background: linear-gradient(90deg, transparent 40%, #D0C2B8 100%);
}
@media (max-width: 767.98px) {
  .inner-banner::before {
    background: rgba(234, 231, 228, 0.65);
  }
}
.inner-banner .bn-img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.inner-banner .h-control {
  height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.98px) {
  .inner-banner .h-control {
    height: 200px;
  }
}
.inner-banner .inner-text {
  margin: auto 0;
  position: relative;
  z-index: 9;
  text-align: right;
  width: 100%;
  line-height: 1.5;
}
.inner-banner .inner-text .page-title {
  letter-spacing: 10px;
  font-size: 2rem;
}
@media (max-width: 767.98px) {
  .inner-banner .inner-text {
    text-align: center;
  }
  .inner-banner .inner-text .page-title {
    font-size: 1.5rem;
    letter-spacing: 5px;
  }
}

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

.pages .page-item {
  display: block;
  margin: 5px;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
@media (max-width: 991.98px) {
  .pages .page-item {
    margin: 5px;
  }
}
.pages .page-item a {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 0;
  width: 25px;
  font-size: 1rem;
  border-radius: 0 !important;
  background: none;
  padding: 0;
  color: #060505;
  border: 1px transparent solid;
}
.pages .page-item.arrow a {
  border: 0;
  color: #060505;
}
.pages .page-item.arrow.active a, .pages .page-item.arrow:hover a {
  background: none;
  color: #A27F6B;
}
.pages .page-item.active a, .pages .page-item:hover a {
  color: #fff;
  background: #A27F6B;
  border-color: #A27F6B;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.light-box {
  display: none;
  max-width: 1180px;
  width: 95%;
  margin: auto;
  border-radius: 0;
  padding: 2.5rem;
  border-radius: 0;
  color: #4B3B32;
}
.light-box.small-box {
  max-width: 550px;
}
@media (max-width: 767.98px) {
  .light-box {
    padding: 40px 15px 20px;
  }
}

.sort-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.sort-box li {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  display: inline-block;
  position: relative;
  margin: 5px 10px 5px 0;
}
.sort-box li .sort-item {
  display: block;
  padding: 10px 25px;
  text-align: center;
  background: #D0C2B8;
  color: #4B3B32;
  border-radius: 30px;
  font-size: 1.2rem;
  font-weight: bold;
}
@media (max-width: 991.98px) {
  .sort-box li .sort-item {
    font-size: 1.05rem;
  }
}
.sort-box li:hover .sort-item, .sort-box li.active .sort-item {
  background: #A27F6B;
  color: #fff;
}

aside {
  line-height: 1.5;
}
aside .submenu-title {
  font-weight: bold;
  position: relative;
  margin-bottom: 25px;
  font-size: 1.25rem;
}
aside .submenu {
  position: relative;
  list-style: none;
  padding-left: 0;
}
aside .submenu::before {
  position: absolute;
  content: "";
  background: #EAE7E4;
  width: 3px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
aside .submenu > li {
  position: relative;
  margin-bottom: 15px;
  position: relative;
}
aside .submenu > li:last-child {
  margin-bottom: 0;
}
aside .submenu > li:hover > a::before, aside .submenu > li.active > a::before, aside .submenu > li:focus > a::before {
  opacity: 1;
}
aside .submenu > li a {
  display: block;
  padding: 0px 0 0px 15px;
}
aside .submenu > li > a {
  position: relative;
  color: #4B3B32;
}
aside .submenu > li > a::before {
  position: absolute;
  content: "";
  background: #4B3B32;
  width: 3px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}
aside .submenu > li .menu_body {
  margin: 5px 0 20px;
  padding: 0;
  list-style: none;
  position: relative;
}
aside .submenu > li .menu_body::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: #A27F6B;
  width: 5px;
  height: 100%;
}
aside .submenu > li .menu_body li {
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}
aside .submenu > li .menu_body li > a {
  display: block;
  padding: 8px 10px 8px 28px;
  border: 0;
  color: #060505;
  position: relative;
  position: relative;
}
aside .submenu > li .menu_body li > a::before {
  position: absolute;
  content: "";
  border: 14px solid;
  border-color: transparent transparent transparent #D0C2B8;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
aside .submenu > li .menu_body li:hover > a, aside .submenu > li .menu_body li.active > a, aside .submenu > li .menu_body li:focus > a {
  color: #4B3B32;
  font-weight: bold;
}
aside .submenu > li .menu_body li:hover > a::before, aside .submenu > li .menu_body li.active > a::before, aside .submenu > li .menu_body li:focus > a::before {
  opacity: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
aside .css_arrow_down {
  position: absolute;
  top: 15px;
  right: 0;
  display: inline-block;
  width: 35px;
  height: auto;
  text-align: center;
  cursor: pointer;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  background: none !important;
  border: 0 !important;
  font-weight: normal !important;
  padding: 0 !important;
  color: #D0C2B8 !important;
}
aside .css_arrow_down::before {
  position: absolute;
  content: "\f067";
  font: var(--fa-font-solid);
  display: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
aside .css_arrow_down.active {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
aside .css_arrow_down.active::before {
  content: "\f068";
  font: var(--fa-font-solid);
}
aside .css_arrow_down.active + .menu_body {
  display: block;
  max-height: 99999px;
}
aside .menu_body {
  display: none;
  overflow: hidden;
  padding: 0;
  max-height: 0;
  width: 100%;
}
aside .menu_body li {
  position: relative;
}

@media (max-width: 991.98px) {
  aside {
    margin-bottom: 30px;
  }
  aside .submenu {
    max-height: 0;
    overflow: hidden;
  }
  aside .submenu-title {
    text-align: center;
    background: #A27F6B;
    color: #fff;
    padding: 10px;
    font-size: 1rem;
    cursor: pointer;
    margin-bottom: 20px;
  }
  aside .submenu-title::before {
    position: absolute;
    content: "\f078";
    font: var(--fa-font-solid);
    display: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  aside .submenu-title svg {
    position: absolute;
    font-size: 0.95rem;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  aside .submenu-title.active svg {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transform: rotate(180deg) translateY(50%);
            transform: rotate(180deg) translateY(50%);
  }
  aside .submenu-title.active + .submenu {
    max-height: 99999px;
  }
  aside .css_arrow_down {
    top: 10px;
  }
}
footer {
  background-color: #D0C2B8;
  position: relative;
  line-height: 1.5;
  padding: 4rem 0 3rem;
  font-size: 14px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  footer {
    padding: 3rem 0 2rem;
  }
}
footer .f-line {
  position: relative;
}
footer .f-line::before {
  position: absolute;
  content: "";
  background: #4B3B32;
  width: 1px;
  height: 1000px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 0;
  right: 20px;
}
@media (max-width: 991.98px) {
  footer .f-line::before {
    display: none;
  }
}
footer .f-info {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
}
@media (max-width: 991.98px) {
  footer .f-info {
    margin-top: 35px;
  }
}
@media (max-width: 575.98px) {
  footer .f-info {
    text-align: center;
    margin-top: 30px;
  }
}
footer .f-info li {
  margin-bottom: 5px;
}
@media (max-width: 991.98px) {
  footer .f-info li {
    margin-bottom: 8px;
  }
}
footer .f-info li.title {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  footer .f-info li.title {
    margin-bottom: 15px;
  }
}
footer .f-info li a {
  display: inline-block;
  color: #4B3B32;
}
footer .f-info li a:hover {
  color: #A27F6B;
}
footer .f-info li svg {
  width: 15px;
  margin-right: 5px;
}
@media (max-width: 575.98px) {
  footer .f-info li svg {
    margin-right: 2px;
  }
}
footer .f-link {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 0;
  text-align: center;
}
footer .f-link li {
  color: #4B3B32;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  margin-top: 10px;
}
footer .f-link li .icon {
  color: #4B3B32;
  font-size: 1.5rem;
}
footer .f-link li .icon:hover {
  color: #A27F6B;
}

.copyright {
  font-size: 14px;
  text-align: center;
  padding: 8px 0;
  color: #fff;
  background: #AD9E8E;
}
.copyright a {
  display: inline-block;
  color: #fff;
}
.copyright a:hover {
  color: #4B3B32;
}

.form .form-floating .form-control,
.form .form-floating .form-select {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #AD9E8E;
  background: none;
  padding: 1.5rem 0 5px;
}
.form .form-floating .form-control:not(:-moz-placeholder-shown), .form .form-floating .form-select:not(:-moz-placeholder-shown) {
  border-color: #A27F6B;
}
.form .form-floating .form-control:not(:-ms-input-placeholder), .form .form-floating .form-select:not(:-ms-input-placeholder) {
  border-color: #A27F6B;
}
.form .form-floating .form-control:focus, .form .form-floating .form-control:not(:placeholder-shown),
.form .form-floating .form-select:focus,
.form .form-floating .form-select:not(:placeholder-shown) {
  border-color: #A27F6B;
}
.form .form-floating label {
  padding: 1rem 0 5px;
  top: 5px;
}
.form .form-floating label::after {
  background-color: transparent !important;
}
.form .form-floating textarea {
  min-height: 150px;
}
.form .l-head {
  width: 100%;
  max-width: 4rem;
}
.form .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  transform: scale(0.9) translateY(-1.5rem);
  color: #A27F6B;
}
.form .form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  transform: scale(0.9) translateY(-1.5rem);
  color: #A27F6B;
}
.form .form-floating > .form-control-plaintext ~ label, .form .form-floating > .form-control:focus ~ label, .form .form-floating > .form-control:not(:placeholder-shown) ~ label, .form .form-floating > .form-select ~ label {
  -webkit-transform: scale(0.9) translateY(-1.5rem);
          transform: scale(0.9) translateY(-1.5rem);
  color: #A27F6B;
}

[data-aos=letter-spacing] {
  letter-spacing: -2rem;
}
[data-aos=letter-spacing].aos-animate {
  letter-spacing: 0.5px;
}

.ani-01 {
  background: #c8c8c8;
  will-change: transform;
}

.aos-animate .ani-01 {
  background: #000;
  will-change: transform;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.splitting .char {
  visibility: visible;
  opacity: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-delay: calc(0.2s + 0.08s * var(--char-index));
          transition-delay: calc(0.2s + 0.08s * var(--char-index));
}

.aos-animate .char {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#index-banner {
  position: relative;
  overflow: hidden;
}
#index-banner::before {
  content: "";
  position: absolute;
  background: #EAE7E4;
  top: 0;
  right: 0;
  width: 100%;
  height: calc(100% - 90px);
}
@media (max-width: 767.98px) {
  #index-banner::before {
    display: none;
  }
}

.banner-slider {
  position: relative;
  width: calc(100% - 90px);
  margin-left: 0;
}
@media (max-width: 767.98px) {
  .banner-slider {
    width: 100%;
  }
}
.banner-slider .bg {
  display: block;
  position: relative;
  padding-bottom: 100vh;
  background-size: cover;
  background-position: center center;
  z-index: 9;
  padding-bottom: calc(100vh - 85px);
}
@media (max-width: 991.98px) {
  .banner-slider .bg {
    padding-bottom: calc(100vh - 70.1px);
  }
}
@media (max-width: 767.98px) {
  .banner-slider .bg {
    padding-bottom: 250px;
  }
}
.banner-slider .bg:hover {
  text-decoration: none;
}
.banner-slider .bg .container {
  color: #000;
  width: 100%;
  max-width: 1200px;
  padding: 10px;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translateY(-50%) translateX(50%);
          transform: translateY(-50%) translateX(50%);
}
.banner-slider .bg .container .banner-txt {
  z-index: 9;
  width: 100%;
  text-align: center;
  color: #fff;
}
.banner-slider .bg .container .banner-txt .t1 {
  font-size: 6rem;
  font-family: "Whisper", cursive;
  line-height: 1;
}
@media (max-width: 991.98px) {
  .banner-slider .bg .container .banner-txt .t1 {
    font-size: 4rem;
  }
}
@media (max-width: 767.98px) {
  .banner-slider .bg .container .banner-txt .t1 {
    font-size: 2.2rem;
  }
}
.banner-slider .bg .container .banner-txt .t2 {
  position: relative;
  margin-top: 20px;
  line-height: 1.5;
  font-size: 1.5rem;
}
@media (max-width: 991.98px) {
  .banner-slider .bg .container .banner-txt .t2 {
    font-size: 1.25rem;
    margin-top: 15px;
  }
}
@media (max-width: 767.98px) {
  .banner-slider .bg .container .banner-txt .t2 {
    font-size: 1rem;
  }
}

#index-about {
  position: relative;
}
#index-about::before {
  position: absolute;
  content: "";
  width: 60%;
  height: 100%;
  background: #EAE7E4;
  left: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 575.98px) {
  #index-about::before {
    width: 90%;
  }
}
#index-about .bg-text {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 991.98px) {
  #index-about .bg-text {
    max-width: 50px;
  }
}

#index-product {
  position: relative;
}
#index-product::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 280px;
  bottom: 0;
  left: 0;
  background: #D0C2B8;
  z-index: -1;
}

#index-case {
  position: relative;
}
#index-case::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 320px;
  top: 0;
  left: 0;
  background: #D0C2B8;
  z-index: -1;
}

#index-contact {
  position: relative;
}
#index-contact::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 76%;
  bottom: 0;
  left: 0;
  background: #EAE7E4;
  z-index: -1;
}
@media (max-width: 991.98px) {
  #index-contact::before {
    display: none;
  }
}

.about-box .t1 .en {
  letter-spacing: 2px;
  font-family: "Lato", sans-serif;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}
.about-box .t1 .en::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background: #A27F6B;
  right: 0;
  top: 50%;
  -webkit-transform: translateX(135%) translateY(-50%);
          transform: translateX(135%) translateY(-50%);
}
.about-box .t1 .cn {
  font-size: 2rem;
  letter-spacing: 10px;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .about-box .t1 .cn {
    font-size: 1.75rem;
    letter-spacing: 5px;
    margin-bottom: 20px;
  }
}
.about-box .t2 {
  margin-bottom: 35px;
  position: relative;
}
.about-box .t2 .en {
  letter-spacing: 0;
  font-family: "Alex Brush", cursive;
  color: #D0C2B8;
  font-size: 40px;
}
@media (max-width: 767.98px) {
  .about-box .t2 .en {
    font-size: 2.2rem;
  }
}
.about-box .t2 .cn {
  font-size: 2rem;
  letter-spacing: 10px;
  position: absolute;
  z-index: 9;
  top: 20px;
  left: 20px;
}
@media (max-width: 767.98px) {
  .about-box .t2 .cn {
    font-size: 1.75rem;
    letter-spacing: 5px;
  }
}

.product-box .item {
  display: block;
}
.product-box .item:hover .title {
  color: #A27F6B;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-box .item:hover .title .icon {
  background: #A27F6B;
}
.product-box .item:hover .img-box .pic img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-box .item .img-box .pic {
  padding-bottom: 66.38%;
  overflow: hidden;
}
.product-box .item .img-box .pic img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-box .item .title {
  background: #fff;
  padding: 10px 30px 10px 20px;
  color: #4B3B32;
  font-size: 1.125rem;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-box .item .title span {
  display: inline-block;
}
.product-box .item .title .icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  background: #4B3B32;
  text-align: center;
}
.product-box .item .title .icon svg {
  margin: auto;
  font-size: 14px;
}

.product-list .item {
  display: block;
}
.product-list .item:hover .title {
  color: #A27F6B;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-list .item:hover .img-box .pic img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-list .item .img-box .pic {
  padding-bottom: 66.38%;
  overflow: hidden;
}
.product-list .item .img-box .pic img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-list .item .title {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #4B3B32;
  text-align: center;
  margin-top: 10px;
  font-weight: 500;
}

.product-detail .pic {
  padding-bottom: 66.326%;
}
.product-detail .detail-sort {
  background: #4B3B32;
  color: #fff;
  padding: 3px 12px;
  display: inline-block;
  margin-bottom: 10px;
}
.product-detail .slider-small img {
  border: 1px #4B3B32 solid;
}
.product-detail .slider-small .swiper-slide-thumb-active img {
  border-color: #A27F6B;
}

@media (min-width: 768px) {
  .case-box .row:nth-child(even) .top-one {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .case-box .row:nth-child(even) .other-one {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media (min-width: 992px) {
  .case-box .top-one .item .hover-box .title-box .title {
    font-size: 2rem;
  }
  .case-box .top-one .item .hover-box .title-box .sort {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.case-box .item {
  display: block;
  position: relative;
}
.case-box .item:hover .hover-box {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.case-box .item .img-box {
  position: relative;
}
.case-box .item .img-box .pic {
  padding-bottom: 73.07%;
}
.case-box .item .hover-box {
  position: absolute;
  z-index: 10;
  color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
}
.case-box .item .hover-box:before {
  position: absolute;
  content: "";
  border: 1px #fff solid;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.case-box .item .hover-box::after {
  position: absolute;
  content: "";
  background: rgba(173, 158, 142, 0.9);
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.case-box .item .hover-box .title-box {
  margin: auto 0;
  position: relative;
  z-index: 9;
  padding: 10px 3rem;
}
.case-box .item .hover-box .title-box .title {
  font-size: 1.25rem;
  word-break: break-word;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .case-box .item .hover-box {
    opacity: 1;
  }
  .case-box .item .hover-box::after {
    background: rgba(173, 158, 142, 0.7);
  }
}

.case-detail .pic {
  padding-bottom: 66.326%;
}
.case-detail .slider-small img {
  border: 1px #4B3B32 solid;
}
.case-detail .slider-small .swiper-slide-thumb-active img {
  border-color: #A27F6B;
}

.contact-bg {
  position: relative;
  overflow: hidden;
}
.contact-bg::before {
  position: absolute;
  content: "";
  width: 68%;
  height: 100%;
  background: #EAE7E4;
  left: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 575.98px) {
  .contact-bg::before {
    display: none;
  }
}
.contact-bg .bg-text {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 991.98px) {
  .contact-bg .bg-text {
    display: none;
  }
}

.contact-box {
  position: relative;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .contact-box .c-map iframe {
    height: 680px;
  }
}
@media (max-width: 767.98px) {
  .contact-box .c-map {
    margin-top: 40px;
  }
  .contact-box .c-map iframe {
    height: 280px;
  }
}