@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans+SC:wght@100..900&family=Noto+Sans+TC:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Noto+Serif+SC:wght@200..900&family=Noto+Serif+TC:wght@200..900&display=swap");
::-moz-selection {
  background-color: #E5E0D9;
  color: #000;
}
::selection {
  background-color: #E5E0D9;
  color: #000;
}

body {
  line-height: 1.8;
  letter-spacing: 2%;
  position: relative;
  background: url(../_img/layout/main-bg.jpg) center fixed;
}
@media (max-width: 991.98px) {
  body {
    line-height: 1.65;
  }
}
@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;
}

.loader-mesk {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #292929;
  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: #292929;
  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(41, 41, 41, 0.8);
}

.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
  outline: none;
  border-radius: 100%;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #D9251C;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  cursor: pointer;
  z-index: 1000;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #D9D9D9;
  color: #292929;
  font-size: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  color: #fff;
  background: #686868;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}
@media (max-width: 991.98px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 40px;
    height: 40px;
    font-size: 0.9rem;
  }
}

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

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

.type-bottom .swiper-button-prev,
.type-bottom .swiper-button-next {
  right: 100px;
  bottom: 0;
  top: auto;
}
.type-bottom .swiper-button-prev {
  -webkit-transform: translateY(-50%) translateX(-130%);
      -ms-transform: translateY(-50%) translateX(-130%);
          transform: translateY(-50%) translateX(-130%);
  left: auto;
}
@media (max-width: 991.98px) {
  .type-bottom .swiper-button-prev {
    right: 50%;
    -webkit-transform: translateY(-50%) translateX(-15%);
        -ms-transform: translateY(-50%) translateX(-15%);
            transform: translateY(-50%) translateX(-15%);
  }
}
.type-bottom .swiper-button-next {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 991.98px) {
  .type-bottom .swiper-button-next {
    right: 50%;
    -webkit-transform: translateY(-50%) translateX(115%);
        -ms-transform: translateY(-50%) translateX(115%);
            transform: translateY(-50%) translateX(115%);
  }
}

.sort-box .swiper-button-prev,
.sort-box .swiper-button-next {
  width: 30px;
  height: 30px;
}
.sort-box .swiper-button-prev {
  left: -5px;
}
.sort-box .swiper-button-next {
  right: -5px;
}

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

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

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

.onoffcanvas-drawer.is-open {
  background: rgba(0, 0, 0, 0.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: #fff;
}

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

#index header, #index footer, #index #back-to-top {
  display: none;
}

.navbar {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1050;
}
.navbar.active {
  background: #292929;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar .navbar-brand {
  padding: 12px 0;
}
@media (max-width: 1199.98px) {
  .navbar .navbar-brand {
    width: 230px;
  }
}
.navbar .navbar-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar .navbar-nav .nav-item {
  margin-left: 2.9rem;
}
@media (max-width: 1199.98px) {
  .navbar .navbar-nav .nav-item {
    margin-left: 1.5rem;
  }
}
.navbar .navbar-nav .nav-item .nav-link {
  display: block;
  color: #fff;
  padding: 0;
  font-weight: 500;
  position: relative;
}
.navbar .navbar-nav .nav-item .nav-link span {
  display: inline-block;
}
.navbar .navbar-nav .nav-item:hover .nav-link, .navbar .navbar-nav .nav-item.active .nav-link {
  color: #D9251C;
}

.dropdown-menu {
  min-width: 180px;
  text-align: center;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.dropdown-menu > li:hover a, .dropdown-menu > li.active a {
  background-color: #D9251C;
  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: #D9251C;
  color: #fff;
}
.nav-right .lang a.active {
  color: #fff;
  background-color: #000;
}
.nav-right .lang a + a {
  margin-left: -5px;
}

footer {
  background-color: #292929;
  position: relative;
  line-height: 1.5;
  padding: 5rem 0 4.5rem;
  overflow: hidden;
  color: #B8B8B8;
}
@media (max-width: 767.98px) {
  footer {
    padding: 2.5rem 0 1rem;
  }
}
footer .f-title {
  font-weight: bold;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px #686868 solid;
  color: #fff;
}
footer .f-title .en {
  font-size: 1.275rem;
  margin-left: 2px;
}
footer .f-title .cn {
  font-size: 1.875rem;
}
@media (max-width: 991.98px) {
  footer .f-title {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
  footer .f-title .en {
    font-size: 1.1rem;
    margin-left: 2px;
  }
  footer .f-title .cn {
    font-size: 1.6rem;
  }
}
footer .f-t1 {
  font-weight: bold;
  font-size: 1.275rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 991.98px) {
  footer .f-t1 {
    font-size: 1.125rem;
    margin-bottom: 1rem;
  }
}
footer .f-info {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
footer .f-info li {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 3rem;
}
@media (max-width: 991.98px) {
  footer .f-info li {
    margin-bottom: 12px;
  }
}
footer .f-info li a {
  display: inline-block;
  color: #B8B8B8;
}
footer .f-info li a:hover {
  color: #D9251C;
}
footer .f-link {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 2rem;
}
footer .f-link li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.5rem;
  margin-bottom: 10px;
}
footer .f-link li .icon {
  display: block;
  font-size: 1.5rem;
  color: #B8B8B8;
  width: 55px;
  height: 55px;
  line-height: 53px;
  text-align: center;
  border-radius: 100%;
  background: #686868;
}
footer .f-link li .icon:hover {
  background: #D9251C;
  color: #fff;
}
@media (max-width: 991.98px) {
  footer .f-link {
    margin-top: 1rem;
  }
  footer .f-link li {
    margin-right: 1rem;
  }
  footer .f-link li .icon {
    font-size: 1.25rem;
    width: 45px;
    height: 45px;
    line-height: 43px;
  }
}

.copyright {
  margin-top: 2rem;
}
@media (max-width: 991.98px) {
  .copyright {
    margin-top: 1rem;
    font-size: 14px;
  }
}
.copyright a {
  display: inline-block;
  color: #B8B8B8;
}
.copyright a:hover {
  color: #D9251C;
}

.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;
}
.main-title .cn {
  font-size: 1.875rem;
  font-weight: bold;
  color: #292929;
}
.main-title .en {
  font-size: 1.25rem;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .main-title .cn {
    font-size: 1.5rem;
  }
  .main-title .en {
    font-size: 1rem;
    margin-top: 5px;
  }
  .main-title.small-t .cn {
    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;
  color: #686868;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-btn:hover {
  color: #D9251C;
}
.main-btn:hover svg {
  -webkit-animation: btnarrow 0.5s linear forwards;
          animation: btnarrow 0.5s linear forwards;
}
.main-btn:hover svg path {
  fill: #D9251C;
}
.main-btn .text {
  display: inline-block;
  position: relative;
  margin-right: 20px;
}
@media (max-width: 991.98px) {
  .main-btn .text {
    font-size: 0.85rem;
    margin-right: 15px;
  }
}
.main-btn .arrow {
  width: 76px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .main-btn .arrow {
    width: 50px;
  }
}
.main-btn.back .text {
  margin-right: 0;
  margin-left: 20px;
}
@media (max-width: 991.98px) {
  .main-btn.back .text {
    margin-left: 15px;
  }
}
.main-btn.back:hover svg {
  -webkit-animation: btnarrow2 0.5s linear forwards;
          animation: btnarrow2 0.5s linear forwards;
}

@-webkit-keyframes btnarrow {
  0% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes btnarrow {
  0% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@-webkit-keyframes btnarrow2 {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes btnarrow2 {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
.main-btn2 {
  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;
  color: #fff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px #fff solid;
  padding: 12px 20px;
}
.main-btn2:hover {
  color: #D9251C;
  border-color: #D9251C;
}
.main-btn2:hover svg {
  -webkit-animation: btnarrow 0.5s linear forwards;
          animation: btnarrow 0.5s linear forwards;
}
.main-btn2:hover svg path {
  fill: #D9251C;
}
.main-btn2 svg path {
  fill: #fff;
}
.main-btn2 .text {
  display: inline-block;
  position: relative;
  margin-right: 20px;
  font-size: 1.25rem;
}
@media (max-width: 991.98px) {
  .main-btn2 .text {
    font-size: 0.9rem;
    margin-right: 15px;
  }
}
.main-btn2 .arrow {
  width: 76px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .main-btn2 .arrow {
    width: 50px;
  }
}

@keyframes btnarrow {
  0% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
#back-to-top {
  position: fixed;
  z-index: 99;
  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: #D9251C;
  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: #000;
  -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: #000;
}
#bread .breadcrumb a:hover {
  color: #292929;
}

.inner-banner {
  position: relative;
  border: 0;
  overflow: hidden;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inner-banner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9;
}
.inner-banner .inner-text {
  position: relative;
  z-index: 10;
  margin: auto 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inner-banner .inner-text .page-title {
  display: inline-block;
  margin: auto 0;
  width: 100%;
  text-align: center;
  line-height: 1.5;
}
.inner-banner .inner-text .page-title .en {
  font-size: 3.75rem;
  font-weight: 700;
  text-transform: uppercase;
  font-style: normal;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #898989;
  font-family: "Noto Serif", "Noto Serif TC", "Noto Serif SC", "Noto Serif JP";
  color: transparent;
  letter-spacing: 1.2px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 0;
  width: 100%;
}
.inner-banner .inner-text .page-title .cn {
  font-size: 1.5rem;
  color: #fff;
  position: relative;
  z-index: 1;
  margin-top: 3rem;
}
@media (max-width: 991.98px) {
  .inner-banner .inner-text .page-title .en {
    font-size: 1.6rem;
    letter-spacing: 2%;
    line-height: 1;
    top: 55%;
  }
  .inner-banner .inner-text .page-title .cn {
    font-size: 1rem;
  }
}
@media (max-width: 991.98px) {
  .inner-banner {
    height: 250px;
  }
}
@media (max-width: 767.98px) {
  .inner-banner {
    height: 200px;
  }
}

.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: 10px;
  -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: 30px;
  height: 30px;
  line-height: 28px;
  border-radius: 100%;
  background: none;
  padding: 0;
  color: #000;
  border: 1px transparent solid;
}
@media (max-width: 991.98px) {
  .pages .page-item a {
    width: 25px;
    height: 25px;
    line-height: 23px;
  }
}
.pages .page-item.arrow a {
  border: 0;
  color: #000;
}
.pages .page-item.arrow.active a, .pages .page-item.arrow:hover a {
  background: none;
  color: #D9251C;
}
.pages .page-item.active a, .pages .page-item:hover a {
  color: #fff;
  background: #D9251C;
  border-color: #D9251C;
  -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: #000;
}
.light-box.small-box {
  max-width: 550px;
}
@media (max-width: 767.98px) {
  .light-box {
    padding: 40px 15px 20px;
  }
}

.sort-bg {
  background: rgba(41, 41, 41, 0.8);
}
@media (max-width: 991.98px) {
  .sort-bg {
    display: none;
  }
}

.sort-box .sort-list {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  padding: 15px 0 8px;
}
.sort-box .sort-list .sort-item {
  display: block;
  color: #B8B8B8;
  position: relative;
  padding: 0 10px 7px;
  font-size: 1.1rem;
  text-align: center;
  line-height: 1.3;
}
@media (max-width: 1199.98px) {
  .sort-box .sort-list .sort-item {
    font-size: 1rem;
  }
}
.sort-box .sort-list .sort-item::before {
  position: absolute;
  content: "";
  background: #fff;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  width: 20px;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.sort-box .sort-list:hover .sort-item, .sort-box .sort-list.active .sort-item {
  color: #fff;
}
.sort-box .sort-list:hover .sort-item::before, .sort-box .sort-list.active .sort-item::before {
  opacity: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

aside {
  line-height: 1.5;
  padding-right: 5px;
}
aside .submenu-title {
  position: relative;
  display: none;
}
aside .submenu {
  position: relative;
  list-style: none;
  padding-left: 0;
}
aside .submenu > li {
  position: relative;
  position: relative;
}
aside .submenu > li:last-child {
  margin-bottom: 0;
}
aside .submenu > li:hover > a, aside .submenu > li.active > a, aside .submenu > li:focus > a {
  color: #D9251C;
  border-color: #D9251C;
}
aside .submenu > li:hover > a::before, aside .submenu > li.active > a::before, aside .submenu > li:focus > a::before {
  opacity: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
aside .submenu > li a {
  display: block;
  padding-bottom: 10px;
  font-size: 1.1rem;
  margin-bottom: 10px;
  border-bottom: 1px #B8B8B8 solid;
  position: relative;
}
aside .submenu > li a::before {
  content: "";
  position: absolute;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid #D9251C;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
aside .submenu > li > a {
  position: relative;
  color: #292929;
}
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: #171717 !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);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
aside .css_arrow_down.active::before {
  content: "\f068";
  font: var(--fa-font-solid);
}

@media (max-width: 991.98px) {
  aside {
    display: none;
    margin-bottom: 1.75rem;
    padding-right: 0;
  }
  aside .submenu {
    max-height: 0;
    overflow: hidden;
  }
  aside .submenu li a {
    font-size: 0.95rem;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  aside .submenu-title {
    text-align: center;
    background: #D9251C;
    color: #fff;
    padding: 10px;
    font-size: 1rem;
    cursor: pointer;
    display: block;
    margin-bottom: 10px;
  }
  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%);
        -ms-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%);
        -ms-transform: rotate(180deg) translateY(50%);
            transform: rotate(180deg) translateY(50%);
  }
  aside .submenu-title.active + .submenu {
    max-height: 99999px;
  }
  aside .css_arrow_down {
    top: 10px;
  }
}
.data-table {
  margin-bottom: 0;
  line-height: 1.5;
  overflow: hidden;
  position: relative;
  border: 1px transparent solid;
  background: #fff;
  text-align: center;
}
.data-table a, .data-table span {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.data-table a {
  display: inline-block;
}
.data-table a:hover {
  color: #171717;
}
.data-table thead th {
  vertical-align: middle;
  background: #686868;
  color: #fff;
  padding: 10px 15px;
  font-weight: 500;
  text-transform: capitalize;
  word-break: keep-all;
}
.data-table tbody {
  border-top: 0 !important;
}
.data-table tbody td {
  padding: 10px 15px;
  vertical-align: middle;
  position: relative;
}
.data-table tbody td:first-child {
  text-align: left;
}
.data-table .icon {
  display: inline-block;
  color: #000;
  line-height: 1;
}
.data-table .icon:hover {
  color: #D9251C;
}

.form {
  position: relative;
}
.form .hstack {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  padding: 0;
  margin-bottom: 20px;
  border-bottom: 1px #686868 solid;
}
.form .hstack.checkbox {
  display: block;
  border-bottom: 0;
}
@media (max-width: 767.98px) {
  .form .hstack {
    margin-bottom: 20px;
  }
}
.form .form-control, .form .form-select {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 0;
  padding: 5px 0;
  background: none;
  border-radius: 0;
}
.form .select-icon {
  position: relative;
}
.form .select-icon::before {
  position: absolute;
  content: "\f078";
  font: var(--fa-font-solid);
  display: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #fff;
}
.form .select-icon svg {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.form .l-head {
  min-width: 8rem;
  font-weight: 500;
  font-size: 1.1rem;
}
@media (max-width: 767.98px) {
  .form .l-head {
    font-size: 1rem;
    min-width: 7rem;
  }
}
.form textarea {
  height: 120px;
  padding: 0;
}

[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%);
      -ms-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);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

#index-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.98px) {
  #index-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#index-box .bg {
  display: block;
  width: 50%;
  height: 100vh;
  position: relative;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767.98px) {
  #index-box .bg {
    width: 100%;
    height: 50vh;
  }
}
#index-box .bg:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
#index-box .bg .logo-box {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
}
@media (max-width: 1199.98px) {
  #index-box .bg .logo-box {
    width: 100%;
    padding: 15px;
  }
  #index-box .bg .logo-box img {
    margin: auto;
    width: 100%;
    max-width: 320px;
  }
}
#index-box .bg .arrow {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0;
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100%;
  color: #000;
  display: inline-block;
  margin-top: 3rem;
}
#index-box .bg .arrow:hover {
  background: #fff;
}
@media (max-width: 991.98px) {
  #index-box .bg .arrow {
    margin-top: 1rem;
    width: 35px;
    height: 35px;
    line-height: 33px;
  }
}

.banner-slider {
  position: relative;
  z-index: 100;
}
.banner-slider a {
  display: block;
  position: relative;
  padding-bottom: 100vh;
  background-size: cover;
  background-position: center center;
  z-index: 9;
}
.banner-slider a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 9;
}
@media (max-width: 991.98px) {
  .banner-slider a {
    padding-bottom: 50vh;
  }
}
.banner-slider a:hover {
  text-decoration: none;
}
.banner-slider a .container {
  color: #fff;
}
.banner-slider a .container .banner-txt {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  text-align: center;
  z-index: 9;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
}
@media (max-width: 991.98px) {
  .banner-slider a .container .banner-txt {
    top: 55%;
  }
}
.banner-slider a .container .banner-txt .t1 {
  font-size: 1.875rem;
}
@media (max-width: 991.98px) {
  .banner-slider a .container .banner-txt .t1 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .banner-slider a .container .banner-txt .t1 {
    font-size: 1.25rem;
  }
}

#home-product {
  position: relative;
}
#home-product .list .item {
  display: block;
  padding: 23px 0 8px 20px;
  margin-bottom: 18px;
  border-bottom: 1px #B8B8B8 solid;
  position: relative;
}
#home-product .list .item::before {
  content: "";
  position: absolute;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #D9251C;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#home-product .list .item .num {
  position: absolute;
  top: 0;
  left: 0;
  color: #C5C5C5;
  font-size: 1.875rem;
  font-weight: 900;
  z-index: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#home-product .list .item .name {
  font-size: 1.125rem;
  color: #292929;
  position: relative;
  z-index: 2;
}
@media (max-width: 991.98px) {
  #home-product .list .item {
    padding: 20px 0 7px 17px;
    margin-bottom: 15px;
  }
  #home-product .list .item .num {
    font-size: 1.7rem;
  }
  #home-product .list .item .name {
    font-size: 1.1rem;
  }
}
#home-product .list .item:hover {
  border-color: #D9251C;
}
#home-product .list .item:hover::before {
  opacity: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#home-product .list .item:hover .name {
  color: #D9251C;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

#home-video {
  height: 500px;
  background-attachment: fixed;
  background-image: url(../_img/home/video-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
@media (max-width: 767.98px) {
  #home-video {
    background-attachment: inherit;
    height: 300px;
  }
}
#home-video:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
}
#home-video .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 4;
  font-size: 4rem;
  color: #fff;
}
@media (max-width: 767.98px) {
  #home-video .icon {
    top: 90px;
    font-size: 3rem;
  }
}
#home-video .text-box {
  color: #fff;
  position: relative;
  z-index: 9;
  font-weight: bold;
}
#home-video .text-box .t1 {
  font-size: 1.25rem;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  #home-video .text-box .t1 {
    font-size: 1.15rem;
  }
}
#home-video .text-box .t2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

#home-service {
  position: relative;
  overflow: hidden;
}
#home-service .bg-img {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 767.98px) {
  #home-service .bg-img {
    max-width: 180px;
    opacity: 0.8;
  }
}

#home-achievements {
  position: relative;
  overflow: hidden;
}
#home-achievements::before {
  position: absolute;
  content: "";
  width: calc(100% - 250px);
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  z-index: 0;
}
@media (max-width: 767.98px) {
  #home-achievements {
    background: #fff;
  }
  #home-achievements::before {
    display: none;
  }
}

#home-contact {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#home-contact::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 47%;
  background: #292929;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#home-contact .hc-t {
  position: absolute;
  top: 70px;
  right: 0;
  z-index: 1;
}
@media (max-width: 991.98px) {
  #home-contact .hc-t {
    top: 30px;
    max-width: 250px;
  }
}
#home-contact .left {
  width: 35%;
  margin-bottom: 100px;
}
@media (max-width: 991.98px) {
  #home-contact .left {
    display: none;
  }
}
#home-contact .center {
  width: 37.5%;
  margin: auto 0;
  padding: 3%;
  padding-bottom: 100px;
}
@media (max-width: 991.98px) {
  #home-contact .center {
    width: 100%;
    padding-bottom: 0;
  }
}
#home-contact .right {
  width: 27.5%;
  margin-top: auto;
  position: relative;
}
@media (max-width: 991.98px) {
  #home-contact .right {
    display: none;
  }
}
#home-contact .hc-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 7rem;
}
@media (max-width: 1199.98px) {
  #home-contact .hc-tel {
    margin-top: 4rem;
  }
}
@media (max-width: 991.98px) {
  #home-contact .hc-tel {
    margin-top: 0;
  }
}
#home-contact .hc-tel .icon {
  display: block;
  font-size: 1.5rem;
  color: #B8B8B8;
  width: 55px;
  height: 55px;
  line-height: 53px;
  text-align: center;
  border-radius: 100%;
  background: #686868;
  margin-right: 20px;
}
@media (max-width: 991.98px) {
  #home-contact .hc-tel .icon {
    font-size: 1rem;
    width: 35px;
    height: 35px;
    line-height: 33px;
    margin-right: 12px;
  }
}
#home-contact .hc-tel .icon:hover {
  background: #D9251C;
  color: #fff;
}
#home-contact .hc-tel span {
  display: inline-block;
  font-size: 1.875rem;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 991.98px) {
  #home-contact .hc-tel span {
    font-size: 1.25rem;
    color: #000;
  }
}

.about-box img {
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.25);
}
.about-box .text-box2 {
  padding: 0 20px;
  margin-top: 2.7rem;
}
.about-box .text-box2 .title {
  font-size: 3.75rem;
  font-weight: 700;
  color: #B8B8B8;
  margin-bottom: 1.2rem;
  letter-spacing: 1.2px;
  -webkit-transform: translateX(-105px);
      -ms-transform: translateX(-105px);
          transform: translateX(-105px);
}
@media (max-width: 1199.98px) {
  .about-box .text-box2 {
    padding: 0;
    margin-top: 1.5rem;
  }
  .about-box .text-box2 .title {
    font-size: 1.75rem;
    margin-bottom: 10px;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

.about-box2 {
  position: relative;
}
.about-box2::before {
  position: absolute;
  content: "";
  width: 41.8%;
  height: 340px;
  background: #B8B8B8;
  z-index: -1;
  bottom: 0;
  right: 0;
}
@media (max-width: 991.98px) {
  .about-box2::before {
    display: none;
  }
}
.about-box2 ul {
  padding-left: 0;
  list-style: none;
  padding: 0 25px 0 15px;
}
@media (max-width: 991.98px) {
  .about-box2 ul {
    padding: 0;
  }
}
.about-box2 ul li {
  margin-top: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-box2 ul li span {
  display: inline-block;
}
.about-box2 ul li img {
  margin-right: 15px;
}
@media (max-width: 991.98px) {
  .about-box2 ul li img {
    margin-right: 10px;
    max-width: 25px;
    width: 25px;
  }
}

.about-box3 {
  position: relative;
  overflow: hidden;
}
.about-box3 .bg-img {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 767.98px) {
  .about-box3 .bg-img {
    max-width: 180px;
    opacity: 0.8;
  }
}
.about-box3 .item {
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  .about-box3 .item {
    padding: 0 10px;
  }
}
.about-box3 .item img {
  margin: auto;
}
@media (max-width: 767.98px) {
  .about-box3 .item img {
    max-width: 130px;
  }
}
.about-box3 .item .title {
  margin-top: 15px;
}

.product-box {
  overflow: hidden;
}
.product-box .item {
  display: block;
  position: relative;
}
.product-box .item:hover .title {
  color: #D9251C;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-box .item:hover .img-box .pic img {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-box .item .img-box {
  position: relative;
  overflow: hidden;
}
.product-box .item .img-box img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-box .item .img-box .pic {
  padding-bottom: 65.6%;
}
.product-box .item .title {
  padding: 5px 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #292929;
  font-size: 1.125rem;
}
@media (max-width: 767.98px) {
  .product-box .item .title {
    font-size: 0.95rem;
    text-align: center;
  }
}

.product-detail {
  overflow: hidden;
}
.product-detail .pic {
  padding-bottom: 65.6%;
}
.product-detail .e-title {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 767.98px) {
  .product-detail .e-title {
    font-size: 1.35rem;
    margin: 1rem 0;
  }
}
.product-detail .editor-title {
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem;
  position: relative;
  margin-top: 3.5rem;
  margin-bottom: 1.5rem;
}
.product-detail .editor-title::before {
  position: absolute;
  content: "";
  background: #686868;
  width: calc(50% - 100px);
  height: 1px;
  left: 0;
  top: 50%;
}
.product-detail .editor-title::after {
  position: absolute;
  content: "";
  background: #686868;
  width: calc(50% - 100px);
  height: 1px;
  right: 0;
  top: 50%;
}
@media (max-width: 767.98px) {
  .product-detail .editor-title {
    font-size: 1.1rem;
    margin-top: 2.5rem;
  }
  .product-detail .editor-title::before, .product-detail .editor-title::after {
    width: calc(50% - 70px);
  }
}

.efficacy-box .list {
  padding: 50px 0;
}
.efficacy-box .list:nth-child(even) {
  background: #fff;
}
.efficacy-box .list:first-child {
  padding-top: 0;
}
@media (max-width: 767.98px) {
  .efficacy-box .list {
    padding: 40px 0;
  }
}
.efficacy-box .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.efficacy-box .item:hover .img-box .pic img {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.efficacy-box .item:hover .text-box .title {
  color: #D9251C;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.efficacy-box .item .img-box {
  width: 34%;
  padding-right: 20px;
}
.efficacy-box .item .img-box .pic {
  padding-bottom: 72.36%;
  overflow: hidden;
}
.efficacy-box .item .img-box .pic img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.efficacy-box .item .text-box {
  width: 66%;
  color: #292929;
  padding-left: 5px;
}
.efficacy-box .item .text-box .title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.efficacy-box .item .text-box .date {
  color: #686868;
  font-size: 14px;
  margin: 10px 0;
}
.efficacy-box .item .text-box .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .efficacy-box .item .img-box {
    width: 100%;
    padding-right: 0;
  }
  .efficacy-box .item .text-box {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .efficacy-box .item .text-box .title {
    font-size: 1.1rem;
  }
  .efficacy-box .item .text-box .date {
    margin: 8px 0;
  }
}

.efficacy-detail .bg {
  background: #fff;
  padding: 25px 25px 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
}
.efficacy-detail .bg .title-box {
  font-weight: bold;
  border-bottom: 1px #686868 solid;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
}
.efficacy-detail .bg .title-box .title {
  font-size: 1.25rem;
}
.efficacy-detail .bg .title-box .date {
  color: #686868;
  font-size: 14px;
  margin: 5px 0;
}
@media (max-width: 991.98px) {
  .efficacy-detail .bg {
    padding: 25px 20px 20px;
  }
  .efficacy-detail .bg .title-box .title {
    font-size: 1.125rem;
  }
}

.video-box .item {
  display: block;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.video-box .item .text-box {
  background: #fff;
  padding: 1rem;
}
.video-box .item .text-box .title {
  font-size: 1.1rem;
  color: #000;
  line-height: 1.5;
}
.video-box .item .text-box .date {
  color: #686868;
  font-size: 14px;
  margin-top: 5px;
}
.video-box .item .img-box .pic {
  padding-bottom: 72.9%;
  overflow: hidden;
}
.video-box .item .img-box .pic img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.video-box .item:hover .img-box .pic img {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.video-box .item:hover .text-box .title {
  color: #D9251C;
}

.achievements-box .item {
  display: block;
  position: relative;
}
.achievements-box .item:hover .title2 {
  color: #D9251C;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.achievements-box .item:hover .img-box::before {
  width: 70%;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.achievements-box .item:hover .img-box .title {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.achievements-box .item .img-box {
  position: relative;
}
.achievements-box .item .img-box::before {
  position: absolute;
  content: "";
  width: 0;
  height: 70%;
  background: rgba(0, 0, 0, 0.5);
  top: 15%;
  left: 15%;
  z-index: 9;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.achievements-box .item .img-box .title {
  font-size: 1.125rem;
  color: #fff;
  position: absolute;
  width: 70%;
  top: 50%;
  left: 50%;
  padding: 10%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  text-align: center;
  z-index: 9;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.achievements-box .item .title2 {
  text-align: center;
  margin-top: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #292929;
  font-size: 1.125rem;
}
@media (max-width: 767.98px) {
  .achievements-box .item .img-box::before, .achievements-box .item .img-box .title {
    display: none;
  }
  .achievements-box .item .title2 {
    font-size: 1rem;
  }
}

.achievements-detail .pic {
  padding-bottom: 53.76%;
}
.achievements-detail .title {
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 1.5rem;
}
.achievements-detail .ac-line {
  margin: 2.5rem 0 2rem;
  background: #292929;
  height: 1px;
  width: 100%;
}

.design-box .bg {
  background: #fff;
  padding: 25px 25px 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
}
.design-box .bg .title-box {
  font-weight: bold;
  border-bottom: 1px #686868 solid;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
}
.design-box .bg .title-box .title {
  font-size: 1.25rem;
}
.design-box .bg .title-box .date {
  color: #686868;
  font-size: 14px;
  margin: 5px 0;
}
@media (max-width: 991.98px) {
  .design-box .bg {
    padding: 25px 20px 20px;
  }
  .design-box .bg .title-box .title {
    font-size: 1.125rem;
  }
}

.contact-box {
  color: #292929;
  position: relative;
  overflow: hidden;
}
.contact-box .c-info {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.contact-box .c-info li {
  margin-bottom: 5px;
}
.contact-box .c-info li .item {
  color: #292929;
  display: inline-block;
}
.contact-box .c-info li .item:hover {
  color: #D9251C;
}
.contact-box .c-title {
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 767.98px) {
  .contact-box .c-title {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.contact-box .c-map {
  margin-top: 2rem;
}
@media (max-width: 767.98px) {
  .contact-box .c-map {
    margin-bottom: 2.5rem;
  }
  .contact-box .c-map iframe {
    height: 280px;
  }
}
/*# sourceMappingURL=style.css.map */