@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --swiper-theme-color: #F15822;
}

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

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

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

body {
  position: relative;
}

main {
  overflow: visible;
}

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

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

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

article {
  position: relative;
  overflow: visible;
}

.fancybox__container {
  z-index: 9900;
}

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

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

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

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

.onoffcanvas-toggler {
  min-width: auto;
  min-height: auto;
  width: 2rem;
  height: 2rem;
  display: block;
  position: absolute;
  right: 50px;
}
.onoffcanvas-toggler.navbar-toggler {
  border: 0px;
}
@media (max-width: 767.98px) {
  .onoffcanvas-toggler {
    right: 30px;
  }
}

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

.navbar {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9000;
}
@media (max-width: 991.98px) {
  .navbar .navbar-brand {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.navbar.fiexd {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media (max-width: 991.98px) {
  .navbar .navbar-brand {
    width: 200px;
  }
}
@media (max-width: 767.98px) {
  .navbar .navbar-brand {
    width: 125px;
  }
}
.navbar .navbar-nav .nav-item {
  margin: 0px 40px 0px 0px;
}
@media (min-width: 992px) {
  .navbar .navbar-nav .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
    padding: 0;
  }
}
.navbar .navbar-nav .nav-item .nav-link {
  display: block;
  color: #000;
}
.navbar .navbar-nav .nav-item .nav-link span {
  display: block;
  padding: 1.5rem 0;
}
.navbar .navbar-nav .nav-item:hover, .navbar .navbar-nav .nav-item.active {
  color: #F15822;
}
.navbar .navbar-nav .nav-item:hover .nav-link span, .navbar .navbar-nav .nav-item.active .nav-link span {
  color: #F15822;
}
@media (max-width: 1280px) {
  .navbar .navbar-nav .nav-item {
    margin: 0px 20px 0px 0px;
  }
}
@media (max-width: 1199.98px) {
  .navbar .navbar-nav .nav-item {
    margin: 0px 10px 0px 0px;
  }
}

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

.mm-collapse .text {
  color: #fff;
  font-weight: bold;
  padding-top: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fs-30 {
  font-size: 1.875rem;
}

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

.fs-32 {
  font-size: 2rem;
}

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

.fs-35 {
  font-size: 2.1875rem;
}

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

.fs-36 {
  font-size: 2.25rem;
}

.fsr-36 {
  font-size: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  .fsr-36 {
    font-size: 2.25rem;
  }
}

.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-18 {
    font-size: 1.125rem;
  }
  .fsr-sm-18 {
    font-size: 1.125rem;
  }
  .fs-sm-20 {
    font-size: 1.25rem;
  }
  .fsr-sm-20 {
    font-size: 1.25rem;
  }
  .fs-sm-24 {
    font-size: 1.5rem;
  }
  .fsr-sm-24 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-25 {
    font-size: 1.5625rem;
  }
  .fsr-sm-25 {
    font-size: calc(1.28125rem + 0.375vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-25 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-27 {
    font-size: 1.6875rem;
  }
  .fsr-sm-27 {
    font-size: calc(1.29375rem + 0.525vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-27 {
    font-size: 1.6875rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-30 {
    font-size: 1.875rem;
  }
  .fsr-sm-30 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-32 {
    font-size: 2rem;
  }
  .fsr-sm-32 {
    font-size: calc(1.325rem + 0.9vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-32 {
    font-size: 2rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-35 {
    font-size: 2.1875rem;
  }
  .fsr-sm-35 {
    font-size: calc(1.34375rem + 1.125vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-35 {
    font-size: 2.1875rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-36 {
    font-size: 2.25rem;
  }
  .fsr-sm-36 {
    font-size: calc(1.35rem + 1.2vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-36 {
    font-size: 2.25rem;
  }
}
@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-18 {
    font-size: 1.125rem;
  }
  .fsr-md-18 {
    font-size: 1.125rem;
  }
  .fs-md-20 {
    font-size: 1.25rem;
  }
  .fsr-md-20 {
    font-size: 1.25rem;
  }
  .fs-md-24 {
    font-size: 1.5rem;
  }
  .fsr-md-24 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .fs-md-25 {
    font-size: 1.5625rem;
  }
  .fsr-md-25 {
    font-size: calc(1.28125rem + 0.375vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-25 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 768px) {
  .fs-md-27 {
    font-size: 1.6875rem;
  }
  .fsr-md-27 {
    font-size: calc(1.29375rem + 0.525vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-27 {
    font-size: 1.6875rem;
  }
}
@media (min-width: 768px) {
  .fs-md-30 {
    font-size: 1.875rem;
  }
  .fsr-md-30 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 768px) {
  .fs-md-32 {
    font-size: 2rem;
  }
  .fsr-md-32 {
    font-size: calc(1.325rem + 0.9vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-32 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .fs-md-35 {
    font-size: 2.1875rem;
  }
  .fsr-md-35 {
    font-size: calc(1.34375rem + 1.125vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-35 {
    font-size: 2.1875rem;
  }
}
@media (min-width: 768px) {
  .fs-md-36 {
    font-size: 2.25rem;
  }
  .fsr-md-36 {
    font-size: calc(1.35rem + 1.2vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-36 {
    font-size: 2.25rem;
  }
}
@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-18 {
    font-size: 1.125rem;
  }
  .fsr-lg-18 {
    font-size: 1.125rem;
  }
  .fs-lg-20 {
    font-size: 1.25rem;
  }
  .fsr-lg-20 {
    font-size: 1.25rem;
  }
  .fs-lg-24 {
    font-size: 1.5rem;
  }
  .fsr-lg-24 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-25 {
    font-size: 1.5625rem;
  }
  .fsr-lg-25 {
    font-size: calc(1.28125rem + 0.375vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-25 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-27 {
    font-size: 1.6875rem;
  }
  .fsr-lg-27 {
    font-size: calc(1.29375rem + 0.525vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-27 {
    font-size: 1.6875rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-30 {
    font-size: 1.875rem;
  }
  .fsr-lg-30 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-32 {
    font-size: 2rem;
  }
  .fsr-lg-32 {
    font-size: calc(1.325rem + 0.9vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-32 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-35 {
    font-size: 2.1875rem;
  }
  .fsr-lg-35 {
    font-size: calc(1.34375rem + 1.125vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-35 {
    font-size: 2.1875rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-36 {
    font-size: 2.25rem;
  }
  .fsr-lg-36 {
    font-size: calc(1.35rem + 1.2vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-36 {
    font-size: 2.25rem;
  }
}
@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-18 {
    font-size: 1.125rem;
  }
  .fsr-xl-18 {
    font-size: 1.125rem;
  }
  .fs-xl-20 {
    font-size: 1.25rem;
  }
  .fsr-xl-20 {
    font-size: 1.25rem;
  }
  .fs-xl-24 {
    font-size: 1.5rem;
  }
  .fsr-xl-24 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-25 {
    font-size: 1.5625rem;
  }
  .fsr-xl-25 {
    font-size: calc(1.28125rem + 0.375vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-25 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-27 {
    font-size: 1.6875rem;
  }
  .fsr-xl-27 {
    font-size: calc(1.29375rem + 0.525vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-27 {
    font-size: 1.6875rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-30 {
    font-size: 1.875rem;
  }
  .fsr-xl-30 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-32 {
    font-size: 2rem;
  }
  .fsr-xl-32 {
    font-size: calc(1.325rem + 0.9vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-32 {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-35 {
    font-size: 2.1875rem;
  }
  .fsr-xl-35 {
    font-size: calc(1.34375rem + 1.125vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-35 {
    font-size: 2.1875rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-36 {
    font-size: 2.25rem;
  }
  .fsr-xl-36 {
    font-size: calc(1.35rem + 1.2vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-36 {
    font-size: 2.25rem;
  }
}
@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-18 {
    font-size: 1.125rem;
  }
  .fsr-xxl-18 {
    font-size: 1.125rem;
  }
  .fs-xxl-20 {
    font-size: 1.25rem;
  }
  .fsr-xxl-20 {
    font-size: 1.25rem;
  }
  .fs-xxl-24 {
    font-size: 1.5rem;
  }
  .fsr-xxl-24 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-25 {
    font-size: 1.5625rem;
  }
  .fsr-xxl-25 {
    font-size: calc(1.28125rem + 0.375vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-25 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-27 {
    font-size: 1.6875rem;
  }
  .fsr-xxl-27 {
    font-size: calc(1.29375rem + 0.525vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-27 {
    font-size: 1.6875rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-30 {
    font-size: 1.875rem;
  }
  .fsr-xxl-30 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-32 {
    font-size: 2rem;
  }
  .fsr-xxl-32 {
    font-size: calc(1.325rem + 0.9vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-32 {
    font-size: 2rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-35 {
    font-size: 2.1875rem;
  }
  .fsr-xxl-35 {
    font-size: calc(1.34375rem + 1.125vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-35 {
    font-size: 2.1875rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-36 {
    font-size: 2.25rem;
  }
  .fsr-xxl-36 {
    font-size: calc(1.35rem + 1.2vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-36 {
    font-size: 2.25rem;
  }
}
@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;
  }
}
.ls-1 {
  letter-spacing: 1px;
}

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

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

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

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

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

.main-title {
  color: #000;
  font-weight: bold;
}
.main-title span {
  color: #F15822;
}

.sub-main-title {
  color: #000;
}
.sub-main-title span {
  color: #F15822;
}

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

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

.shop-iocn__btn {
  width: 35px;
  height: 35px;
  border-radius: 99rem;
  background-color: #F15822;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 16px;
}
.shop-iocn__btn:hover {
  background-color: #FFBFA8;
  color: #484848;
}
@media (max-width: 767.98px) {
  .shop-iocn__btn {
    margin-right: 5px;
  }
}

.lang-icon__btn {
  width: 74px;
  height: 35px;
  padding: 5px 10px;
  border-radius: 99rem;
  border: 1px solid #484848;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.lang-icon__btn .lang-icon__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.lang-icon__btn .lang-icon__item {
  display: none;
  width: 90px;
  text-align: center;
  position: absolute;
  background-color: #fff;
  padding: 20px 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 35px;
  border-radius: 0px 0px 20px 20px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
}
.lang-icon__btn .lang-icon__item .lang_text {
  display: block;
  margin-bottom: 10px;
  color: #484848;
}
.lang-icon__btn .lang-icon__item .lang_text:hover {
  color: #F15822;
}
.lang-icon__btn .lang-icon__item .lang_text:nth-last-child(1) {
  margin-bottom: 0;
}
.lang-icon__btn:hover .lang-icon__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.98px) {
  .lang-icon__btn {
    width: 60px;
    padding: 5px 0px;
  }
}

.accept-all__btn {
  background-color: #F15822;
  padding: 15px 40px;
  border-radius: 5px;
  color: #fff;
  border: 0px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.accept-all__btn:hover {
  background-color: #FFBFA8;
  color: #484848;
}

.more-btn {
  display: block;
  width: 180px;
  height: 50px;
  border-radius: 10px;
  background-color: #F15822;
  text-align: center;
  color: #fff;
  line-height: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.more-btn:hover {
  background-color: #FFBFA8;
  color: #484848;
}

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

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

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

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

@media (min-width: 768px) {
  .aside-list {
    max-width: 215px;
  }
}
.aside-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.aside-list a {
  display: block;
  padding: 0.6rem;
  color: inherit;
}
.aside-list > li {
  position: relative;
}
.aside-list > li:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #F15822;
}
.aside-list > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.aside-list > li > a:after {
  content: "\e4b2";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font: var(--fa-font-regular);
  display: none;
}
.aside-list > li > a [class*=fa] {
  margin-top: 3px;
  margin-left: 10px;
  display: none;
}
.aside-list > li:hover > a, .aside-list > li.mm-active > a {
  background-color: #F15822;
  color: #fff;
}
.aside-list > li:hover > a [class*=fa], .aside-list > li.mm-active > a [class*=fa] {
  display: block;
}
.aside-list > li ul {
  padding-left: 1rem;
}
.aside-list > li ul li:hover > a, .aside-list > li ul li.mm-active > a {
  color: #F15822;
}

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

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

#right-float-box {
  position: fixed;
  z-index: 8000;
  left: 0;
  bottom: 0px;
}
#right-float-box .cookice-btn button {
  width: 45px;
  height: 45px;
  background-color: #F15822;
  border-radius: 99rem;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}

.light-box {
  display: none;
  max-width: 480px;
  width: 100%;
  max-height: 90vh;
  padding: 40px 25px 45px;
  border-radius: 10px;
}
.light-box .editor-box {
  max-height: 40vh;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (max-width: 767.98px) {
  .light-box {
    padding: 40px 20px;
  }
}
.light-box.contact-us__form {
  max-width: 780px;
}
.light-box.contact-us__form .contact-form__box {
  max-height: 60vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.product-contact-box {
  display: none;
  max-width: 980px;
  width: 100%;
  padding: 40px 25px 45px;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .product-contact-box {
    padding: 40px 20px;
  }
}

.fancybox__backdrop {
  opacity: 0.8 !important;
}

@media (max-width: 1280px) {
  .container {
    max-width: 1100px !important;
  }
}

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

footer {
  background-color: #292929;
  padding: 50px 0px 0px 0;
}
footer .footer-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}
footer .footer-nav__list .footer__title {
  font-weight: bold;
  color: #fff;
  margin-bottom: 24px;
}
footer .footer-nav__list .footer-nav__item {
  width: 20%;
}
footer .footer-nav__list .footer-nav__item .footer-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
footer .footer-nav__list .footer-nav__item .footer-nav__link a {
  color: #fff;
  display: block;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .footer-nav__list .footer-nav__item .footer-nav__link a:hover {
  color: #F15822;
}
@media (max-width: 991.98px) {
  footer .footer-nav__list .footer-nav__item {
    width: 33.3333333333%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  footer .footer-nav__list .footer-nav__item {
    width: 50%;
    margin-bottom: 30px;
  }
}

.copyright {
  background-color: #F15822;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}
.copyright a {
  color: #fff;
}

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

.inner-banner {
  position: relative;
  height: 490px;
}
.inner-banner img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.inner-banner .banner-page__title-box {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}
.inner-banner.product-banner {
  height: 650px;
}
@media (max-width: 991.98px) {
  .inner-banner.product-banner {
    height: 700px;
  }
  .inner-banner.product-banner .banner-page__title-box {
    top: 60%;
  }
}
@media (max-width: 767.98px) {
  .inner-banner.product-banner {
    height: 550px;
  }
}
.inner-banner.service-banner {
  height: 650px;
}
@media (max-width: 991.98px) {
  .inner-banner.service-banner {
    height: 1000px;
  }
}
@media (max-width: 767.98px) {
  .inner-banner.service-banner {
    height: 680px;
  }
}
@media (max-width: 991.98px) {
  .inner-banner.support-banner {
    height: 250px;
  }
  .inner-banner.support-banner .banner-page__title-box {
    top: 60%;
  }
}

.mega-menu {
  width: 780px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  position: absolute;
  position: fixed;
  left: 50%;
  top: 72px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9001;
  background-color: #F6F6F6;
  display: none;
  padding: 0;
  margin: 0;
}
.mega-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mega-menu [class*=container] {
  padding: 0;
}
.mega-menu [class*=container] ul.product-mega-menu {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding: 10px 0;
}
.mega-menu [class*=container] ul.product-mega-menu a:hover {
  text-decoration: underline;
}
.mega-menu [class*=container] ul.product-mega-menu {
  /* 左側主選單項目：About Us / News Center */
}
.mega-menu [class*=container] ul.product-mega-menu > li {
  display: block;
}
.mega-menu [class*=container] ul.product-mega-menu > li.has-submenu:hover a, .mega-menu [class*=container] ul.product-mega-menu > li.has-submenu.active a {
  background-color: #fff;
  text-decoration: none;
}
.mega-menu [class*=container] ul.product-mega-menu > li > a {
  color: #000;
  position: relative;
  display: block;
  cursor: pointer;
  padding: 10px 20px;
  position: relative;
  z-index: 1;
}
.mega-menu [class*=container] ul.product-mega-menu > li > a.active, .mega-menu [class*=container] ul.product-mega-menu > li > a:hover {
  color: #F15822;
  background-color: #fff;
  text-decoration: none;
}
.mega-menu [class*=container] ul.product-mega-menu > li {
  /* 右側內容（第二層 ul） */
}
.mega-menu [class*=container] ul.product-mega-menu > li ul {
  position: absolute;
  z-index: 2;
  border-radius: 0px 10px 10px 0px;
  top: 0;
  left: 35%;
  width: 65%;
  min-height: 100%;
  background-color: #fff;
  padding: 1.5rem 2rem;
  display: none;
}
.mega-menu [class*=container] ul.product-mega-menu > li ul .text {
  font-weight: bold;
  margin-bottom: 0.75rem;
  color: #070707;
}
.mega-menu [class*=container] ul.product-mega-menu > li ul li {
  margin-bottom: 0.4rem;
}
.mega-menu [class*=container] ul.product-mega-menu > li ul li a {
  display: block;
  color: #484848;
  text-decoration: none;
}
.mega-menu [class*=container] ul.product-mega-menu > li ul li a:hover {
  color: #F15822;
  text-decoration: underline;
}
.mega-menu [class*=container] ul.product-mega-menu > li:hover > a {
  color: #F15822;
}
.mega-menu [class*=container] ul.product-mega-menu > li:hover ul {
  display: block;
}

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

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

.cookie-btn {
  color: #000;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cookie-btn:hover {
  color: #F15822;
}

#index-banner {
  position: relative;
  z-index: 3;
  overflow: hidden;
}
#index-banner::before {
  content: "";
  width: 38vw;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 4;
  pointer-events: none;
}
#index-banner::after {
  content: "";
  width: 60px;
  height: 60px;
  background-image: url(../_img/index/plus.svg);
  position: absolute;
  left: 36.5vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 4;
  pointer-events: none;
}
#index-banner .banner-slider {
  position: relative;
  height: 990px;
}
#index-banner .banner-slider .parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
#index-banner .banner-slider .swiper-slide {
  position: relative;
}
#index-banner .banner-slider .swiper-slide img {
  width: 100%;
}
#index-banner .banner-slider .swiper-slide .banner-slogan {
  position: absolute;
  width: calc(100% - 42vw);
  right: 0;
  top: 47%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
  font-weight: bold;
  color: #000;
}
#index-banner .banner-text-box {
  position: absolute;
  width: 38vw;
  left: 0;
  top: 50%;
  font-weight: 500;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
  padding: 0 8rem;
  color: #000;
  pointer-events: none;
}
#index-banner .banner-text-box .text-box {
  font-size: 40px;
  font-weight: 500;
}
#index-banner .banner-text-box .text-box span {
  color: #F15822;
}
@media (max-width: 1440px) {
  #index-banner::before {
    width: 35vw;
  }
  #index-banner::after {
    left: 33vw;
  }
  #index-banner .banner-text-box {
    width: 35vw;
    padding: 0rem 4rem 0rem 7rem;
  }
  #index-banner .banner-text-box .text-box {
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  #index-banner .banner-text-box {
    padding: 0rem 4rem 0rem 6rem;
  }
}
@media (max-width: 1199.98px) {
  #index-banner::after {
    left: 32vw;
  }
  #index-banner .banner-slider {
    height: 690px;
  }
  #index-banner .banner-text-box {
    padding: 0rem 4rem;
  }
}
@media (max-width: 991.98px) {
  #index-banner::before {
    width: 100%;
    position: relative;
  }
  #index-banner::after {
    display: none;
  }
  #index-banner .banner-slider {
    height: 390px;
  }
  #index-banner .banner-slider .swiper-slide .banner-slogan {
    width: 100%;
    text-align: center;
  }
  #index-banner .banner-text-box {
    position: relative;
    width: 100%;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    padding: 70px 30px 30px;
  }
  #index-banner .banner-text-box .text-box {
    font-size: 1.5rem;
  }
}
#index-banner .vider-banner {
  width: 100%;
  position: relative;
}
#index-banner .vider-banner video {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#index-banner .vider-banner .banner-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.index-news-section {
  background-attachment: fixed;
  background-image: url(../_img/index/bg01.png);
  background-repeat: no-repeat;
  background-size: auto;
}
@media (max-width: 991.98px) {
  .index-news-section {
    background-attachment: initial;
  }
}

#index-about__section {
  background-color: #F6F6F6;
}
#index-about__section.index-about-section {
  background-attachment: fixed;
  background-image: url(../_img/index/about-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991.98px) {
  #index-about__section.index-about-section {
    background-attachment: initial;
  }
}

.index-technologies-setion {
  position: relative;
  background-attachment: fixed;
  background-image: url(../_img/index/technologie-bg.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  overflow: hidden;
}
.index-technologies-setion .technologies-tag__title {
  color: #F15822;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 25px;
}
.index-technologies-setion .technologies-tag__title::after {
  content: "";
  width: 150%;
  height: 1px;
  background-color: #F15822;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.index-technologies-setion .technologies-tag__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.index-technologies-setion .technologies-tag__list .technologies-tag__list-item {
  color: #484848;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 10px;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.index-technologies-setion .technologies-tag__list .technologies-tag__list-item .title {
  color: #484848;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index-technologies-setion .technologies-tag__list .technologies-tag__list-item::after {
  content: "";
  width: 160%;
  height: 1px;
  background-color: #D5D5D5;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index-technologies-setion .technologies-tag__list .technologies-tag__list-item.active .title {
  color: #F15822;
}
.index-technologies-setion .technologies-tag__list .technologies-tag__list-item.active::after {
  background-color: #F15822;
}
.index-technologies-setion .technologies-tag__list .technologies-tag__list-item.active {
  opacity: 1;
}
.index-technologies-setion .big-img-box {
  position: relative;
  z-index: 4;
}
.index-technologies-setion .technologies-text__box {
  position: relative;
  width: 320px;
  margin: -160px 0 160px auto;
}
.index-technologies-setion .technologies-text__box .technologies-tag__content-item {
  display: none;
}
.index-technologies-setion .application__fram {
  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;
}
.index-technologies-setion .application__fram .left-content {
  width: 45%;
}
.index-technologies-setion .application__fram .left-content .left-application__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 70px;
  position: relative;
  z-index: 3;
  left: 70px;
  cursor: pointer;
}
.index-technologies-setion .application__fram .left-content .left-application__text .application-text__box {
  width: calc(100% - 130px - 60px);
  margin-right: 60px;
  text-align: right;
}
.index-technologies-setion .application__fram .left-content .left-application__text .application-text__box .title {
  margin-bottom: 10px;
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index-technologies-setion .application__fram .left-content .left-application__text .application-icon__box {
  width: 130px;
  height: 130px;
  border-radius: 99rem;
  background-color: #F6F6F6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.index-technologies-setion .application__fram .left-content .left-application__text .application-icon__box svg path {
  fill: #F15822;
}
.index-technologies-setion .application__fram .left-content .left-application__text:hover .application-text__box .title {
  color: #F15822;
}
.index-technologies-setion .application__fram .left-content .left-application__text.active .application-text__box .title {
  color: #F15822;
}
.index-technologies-setion .application__fram .left-content .left-application__text.active .application-icon__box {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(241, 88, 34)), to(rgb(255, 191, 168)));
  background: linear-gradient(180deg, rgb(241, 88, 34) 0%, rgb(255, 191, 168) 100%);
}
.index-technologies-setion .application__fram .left-content .left-application__text.active .application-icon__box svg path {
  fill: #fff;
}
.index-technologies-setion .application__fram .left-content .left-application__text:nth-child(1) {
  left: 150px;
}
.index-technologies-setion .application__fram .left-content .left-application__text:nth-child(3) {
  left: 150px;
}
.index-technologies-setion .application__fram .right-content {
  width: 55%;
  position: relative;
  z-index: 2;
}
.index-technologies-setion .application__fram .right-content .application-img__box {
  width: 580px;
  height: 580px;
  border-radius: 99rem;
  -webkit-box-shadow: 0px 0px 130px rgba(241, 88, 34, 0.25);
          box-shadow: 0px 0px 130px rgba(241, 88, 34, 0.25);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.index-technologies-setion .application__fram .right-content .application-img__box::before {
  width: 600px;
  height: 600px;
  content: "";
  border: 3px solid #F15822;
  border-radius: 99rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
.index-technologies-setion .application__fram .right-content .application-img__box .application-img-box__item {
  width: 580px;
  height: 580px;
  border-radius: 99rem;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  display: none;
}
.index-technologies-setion .application__fram .right-content .application-img__box .application-img-box__item.active {
  display: block;
}
@media (max-width: 1199.98px) {
  .index-technologies-setion .technologies-text__box {
    margin-top: -40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 991.98px) {
  .index-technologies-setion {
    background-attachment: initial;
  }
  .index-technologies-setion .technologies-tag__title::after {
    width: 100%;
  }
  .index-technologies-setion .technologies-tag__list .technologies-tag__list-item::after {
    width: 100%;
  }
  .index-technologies-setion .technologies-text__box {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    background-color: rgba(241, 88, 34, 0.25);
    padding: 20px;
    border-radius: 10px;
  }
  .index-technologies-setion .application__fram .left-content {
    width: 100%;
  }
  .index-technologies-setion .application__fram .left-content .left-application__text {
    left: 0 !important;
    margin-bottom: 30px;
  }
  .index-technologies-setion .application__fram .left-content .left-application__text .application-text__box {
    text-align: left;
  }
  .index-technologies-setion .application__fram .right-content {
    width: 100%;
  }
  .index-technologies-setion .application__fram .right-content .application-img__box {
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .index-technologies-setion .application__fram .right-content .application-img__box {
    width: 300px;
    height: 300px;
  }
  .index-technologies-setion .application__fram .right-content .application-img__box::before {
    width: 320px;
    height: 320px;
  }
  .index-technologies-setion .application__fram .right-content .application-img__box .application-img-box__item {
    width: 300px;
    height: 300px;
  }
}

#index-prodct__section {
  background-color: #F6F6F6;
}
#index-prodct__section.index-product__section {
  background-attachment: fixed;
  background-image: url(../_img/index/product-bg.png);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: auto;
}
@media (max-width: 991.98px) {
  #index-prodct__section.index-product__section {
    background-attachment: initial;
  }
}
#index-prodct__section .product-item:nth-last-child(1) {
  margin-bottom: 0;
}

.product-item {
  margin-bottom: 60px;
}
.product-item .img-row {
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.16);
}
.product-item .pro-title__box {
  color: #000;
  margin-bottom: 20px;
}
.product-item .pro-text__box {
  color: #000;
  margin-bottom: 20px;
}
.product-item .pro-more__btn {
  display: block;
  width: 51px;
  height: 51px;
  background-image: url(../_img/index/pro-btn.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-item .pro-more__btn:hover {
  background-image: url(../_img/index/pro-btn_hover.svg);
}

.index-breakthrough__section .breakthrough__box {
  background-image: url(../_img/index/break-bg.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 200px;
}
.index-breakthrough__section .breakthrough__box .breakthrough__item {
  width: 33.3333333333%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.index-breakthrough__section .breakthrough__box .breakthrough__item .breakthrough-text__box {
  padding-right: 95px;
  position: relative;
}
.index-breakthrough__section .breakthrough__box .breakthrough__item .breakthrough-text__box::before {
  content: "";
  width: 90px;
  height: 133px;
  background-image: url(../_img/index/1.svg);
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: -50px;
}
.index-breakthrough__section .breakthrough__box .breakthrough__item .breakthrough__icon-box {
  width: 100%;
}
.index-breakthrough__section .breakthrough__box .breakthrough__item:nth-child(1) {
  margin-top: 220px;
}
.index-breakthrough__section .breakthrough__box .breakthrough__item:nth-child(1) .breakthrough__icon-box {
  margin-top: 0px;
}
.index-breakthrough__section .breakthrough__box .breakthrough__item:nth-child(2) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  top: -100px;
}
.index-breakthrough__section .breakthrough__box .breakthrough__item:nth-child(2) .breakthrough-text__box {
  padding-left: 40px;
  padding-right: 30px;
}
.index-breakthrough__section .breakthrough__box .breakthrough__item:nth-child(2) .breakthrough-text__box::before {
  background-image: url(../_img/index/2.svg);
  right: -50px;
}
.index-breakthrough__section .breakthrough__box .breakthrough__item:nth-child(2) .breakthrough__icon-box {
  margin-bottom: 80px;
}
.index-breakthrough__section .breakthrough__box .breakthrough__item:nth-child(3) {
  top: -150px;
}
.index-breakthrough__section .breakthrough__box .breakthrough__item:nth-child(3) .breakthrough-text__box::before {
  background-image: url(../_img/index/3.svg);
}
.index-breakthrough__section .breakthrough__box .breakthrough__item:nth-child(3) .breakthrough__icon-box {
  margin-bottom: 100px;
}
@media (max-width: 1199.98px) {
  .index-breakthrough__section .breakthrough__box .breakthrough__item:nth-child(1) {
    margin-top: 80px;
  }
  .index-breakthrough__section .breakthrough__box .breakthrough__item:nth-child(2) {
    top: 0px;
  }
}
@media (max-width: 991.98px) {
  .index-breakthrough__section .breakthrough__box {
    background-image: none;
    margin-top: 0;
  }
  .index-breakthrough__section .breakthrough__box .breakthrough__item {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
  .index-breakthrough__section .breakthrough__box .breakthrough__item .breakthrough-text__box {
    width: calc(100% - 148px);
    padding-right: 0;
    padding-left: 130px;
  }
  .index-breakthrough__section .breakthrough__box .breakthrough__item .breakthrough-text__box::before {
    z-index: -1;
  }
  .index-breakthrough__section .breakthrough__box .breakthrough__item .breakthrough__icon-box {
    width: 148px;
  }
  .index-breakthrough__section .breakthrough__box .breakthrough__item:nth-child(1) {
    margin-top: 0;
  }
  .index-breakthrough__section .breakthrough__box .breakthrough__item:nth-child(1) .breakthrough-text__box::before {
    top: 0;
    left: 0;
  }
  .index-breakthrough__section .breakthrough__box .breakthrough__item:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    top: 0px;
  }
  .index-breakthrough__section .breakthrough__box .breakthrough__item:nth-child(2) .breakthrough-text__box {
    padding: 0;
    padding-left: 130px;
  }
  .index-breakthrough__section .breakthrough__box .breakthrough__item:nth-child(2) .breakthrough-text__box::before {
    top: 0;
    right: 0;
    left: 0;
  }
  .index-breakthrough__section .breakthrough__box .breakthrough__item:nth-child(2) .breakthrough__icon-box {
    margin-bottom: 0px;
  }
  .index-breakthrough__section .breakthrough__box .breakthrough__item:nth-child(3) {
    top: 0px;
  }
  .index-breakthrough__section .breakthrough__box .breakthrough__item:nth-child(3) .breakthrough-text__box::before {
    top: 0;
    left: 0;
  }
  .index-breakthrough__section .breakthrough__box .breakthrough__item:nth-child(3) .breakthrough__icon-box {
    margin-bottom: 0px;
  }
}
@media (max-width: 767.98px) {
  .index-breakthrough__section .breakthrough__box .breakthrough__item .breakthrough-text__box {
    padding-left: 0;
  }
  .index-breakthrough__section .breakthrough__box .breakthrough__item .breakthrough-text__box::before {
    display: none;
  }
  .index-breakthrough__section .breakthrough__box .breakthrough__item:nth-child(1) .breakthrough-text__box::before {
    z-index: -1;
  }
  .index-breakthrough__section .breakthrough__box .breakthrough__item:nth-child(2) .breakthrough-text__box {
    padding-left: 0;
  }
}

.index-ready__section {
  background-color: #F6F6F6;
}
.index-ready__section .ready-item {
  color: #000;
}
.index-ready__section .ready-item .ready-more__btn {
  display: block;
  width: 51px;
  height: 51px;
  background-image: url(../_img/index/pro-btn.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index-ready__section .ready-item .ready-more__btn:hover {
  background-image: url(../_img/index/pro-btn_hover.svg);
}
@media (max-width: 767.98px) {
  .index-ready__section .ready-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;
  }
  .index-ready__section .ready-item .ready-icon__box {
    width: 95px;
    margin-bottom: 0 !important;
  }
  .index-ready__section .ready-item .ready__title {
    width: calc(100% - 105px);
    margin-left: 10px;
  }
  .index-ready__section .ready-item .ready__text {
    width: 80%;
  }
}

.inner-banner {
  position: relative;
  z-index: 2;
}
.inner-banner .banner-content__box {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}

.about-section__01 {
  background-attachment: fixed;
  background-image: url(../_img/about/about-bg__01.jpg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
.about-section__01 .about-text__list-box .about-text__item {
  width: 620px;
  margin-bottom: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-section__01 .about-text__list-box .about-text__item .about-text__icon {
  width: 54px;
  margin-right: 20px;
}
.about-section__01 .about-text__list-box .about-text__item .about-text__box {
  width: calc(100% - 74px);
}
.about-section__01 .about-text__list-box .about-text__item:nth-child(2) {
  margin-left: 80px;
}
.about-section__01 .about-text__list-box .about-text__item:nth-child(3) {
  margin-left: 160px;
}
.about-section__01 .about-text__list-box .about-text__item:nth-child(4) {
  margin-left: 240px;
}
@media (max-width: 1199.98px) {
  .about-section__01 {
    background-size: 25%;
  }
}
@media (max-width: 991.98px) {
  .about-section__01 {
    background-attachment: inherit;
  }
  .about-section__01 .about-text__list-box .about-text__item {
    width: 480px;
  }
  .about-section__01 .about-text__list-box .about-text__item:nth-child(2), .about-section__01 .about-text__list-box .about-text__item:nth-child(3), .about-section__01 .about-text__list-box .about-text__item:nth-child(4) {
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  .about-section__01 {
    background-position: 100% 100%;
  }
  .about-section__01 .about-text__list-box .about-text__item {
    width: 90%;
    margin: 0 auto 65px !important;
  }
}

.about-section__02 {
  background-attachment: fixed;
  background-image: url(../_img/about/about-bg__02.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 50% 0%;
}
.about-section__02 .milestones__list {
  position: relative;
  z-index: 3;
}
.about-section__02 .milestones__list::before {
  content: "";
  width: 4px;
  height: 100%;
  background-color: #484848;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.about-section__02 .milestones__list .milestons__item {
  width: 50%;
  position: relative;
  z-index: 2;
  padding-right: 40px;
}
.about-section__02 .milestones__list .milestons__item::after {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../_img/about/icon01.svg);
  background-position: 50% 50%;
  background-size: 100%;
  position: absolute;
  right: -20px;
  top: -10px;
  z-index: 3;
}
.about-section__02 .milestones__list .milestons__item .milestons-item__year {
  text-align: right;
  color: #000;
  margin-bottom: 20px;
}
.about-section__02 .milestones__list .milestons__item .milestons-item__text-box .text__content {
  overflow: hidden;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  margin-bottom: 20px;
}
.about-section__02 .milestones__list .milestons__item .milestons-item__text-box .text__content.expanded {
  height: auto !important;
}
.about-section__02 .milestones__list .milestons__item .milestons-item__text-box .text-more {
  background-color: transparent;
  border: 1px solid #ACACAC;
  border-radius: 10px;
  padding: 5px 20px;
  color: #ACACAC;
}
.about-section__02 .milestones__list .milestons__item:nth-child(even) {
  margin: 0 0 0 auto;
  padding-right: 0;
  padding-left: 40px;
}
.about-section__02 .milestones__list .milestons__item:nth-child(even)::after {
  right: auto;
  left: -20px;
}
.about-section__02 .milestones__list .milestons__item:nth-child(even) .milestons-item__year {
  text-align: left;
}
@media (max-width: 991.98px) {
  .about-section__02 .milestones__list::before {
    left: 0;
  }
  .about-section__02 .milestones__list .milestons__item {
    width: 90%;
    padding-left: 30px;
    margin-bottom: 50px;
  }
  .about-section__02 .milestones__list .milestons__item::after {
    right: auto;
    left: -20px;
  }
  .about-section__02 .milestones__list .milestons__item .milestons-item__year {
    text-align: left;
    padding-left: 0;
  }
  .about-section__02 .milestones__list .milestons__item:nth-child(even) {
    margin: 0 auto 50px 0;
  }
}

.about-section__04 {
  background-color: #F6F6F6;
}
.about-section__04 .team__item {
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 4px 20px rgba(72, 72, 72, 0.16);
          box-shadow: 0px 4px 20px rgba(72, 72, 72, 0.16);
  padding: 30px 0;
}
.about-section__04 .team__item .pic {
  width: 200px;
  height: 200px;
  border-radius: 99rem;
  margin: 0 auto;
  overflow: hidden;
}
.about-section__04 .team__item .team__title {
  margin-top: 20px;
}
.about-section__04 .team__item .team__text-box {
  color: #F15822;
  height: 50px;
  text-align: center;
  margin-bottom: 10px;
}
.about-section__04 .team__item .more__btn {
  color: #484848;
  width: 120px;
  border: 1px solid #D8D8D8;
  border-radius: 99rem;
  padding: 5px 15px;
  margin: 0 auto;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about-section__04 .team__item .more__btn:hover {
  background-color: #F15822;
  color: #fff;
}

.about-team-box {
  display: none;
  max-width: 1180px;
  width: 100%;
  max-height: 90vh;
  padding: 40px;
  border-radius: 20px;
  overflow: hidden;
}
.about-team-box .editor-box {
  max-height: 60vh;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (max-width: 991.98px) {
  .about-team-box {
    padding: 40px 20px;
  }
}
.about-team-box .about-team__pic .pic {
  border-radius: 20px;
  overflow: hidden;
}
.about-team-box .about-parthers__pic {
  width: 240px;
  margin: 0 auto;
}

.about-parthers__item .about-parther__pic {
  border-radius: 10px;
  overflow: hidden;
  padding: 15px 20px;
  -webkit-box-shadow: 0px 4px 20px rgba(72, 72, 72, 0.16);
          box-shadow: 0px 4px 20px rgba(72, 72, 72, 0.16);
}
.about-parthers__item .more__btn {
  color: #484848;
  width: 120px;
  border: 1px solid #D8D8D8;
  border-radius: 99rem;
  padding: 5px 15px;
  margin: 0 auto;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about-parthers__item .more__btn:hover {
  background-color: #F15822;
  color: #fff;
}

.about-aection__06 {
  background-color: #F6F6F6;
}
.about-aection__06 .about-join__item {
  height: 235px;
  color: #000;
  -webkit-box-shadow: 0px 4px 20px rgba(72, 72, 72, 0.16);
          box-shadow: 0px 4px 20px rgba(72, 72, 72, 0.16);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.about-aection__06 .about-join__item .about-join__before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 0px 20px;
}
.about-aection__06 .about-join__item .about-join__before .about-join__icon {
  margin-top: 50px;
  margin-bottom: 20px;
}
.about-aection__06 .about-join__item .about-join__before .about-join__icon img {
  width: 85px;
  height: 85px;
  margin: 0 auto;
}
.about-aection__06 .about-join__item .about-join__after {
  display: none;
}
.about-aection__06 .about-join__item:hover .about-join__before {
  display: none;
}
.about-aection__06 .about-join__item:hover .about-join__after {
  display: block;
  padding: 25px;
}
.about-aection__06 .about-join__item:hover .about-join__after .about-join__text {
  height: 144px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .about-aection__06 .about-join__item:hover .about-join__after {
    height: auto;
  }
}

.about-section__content .about-section__contact-link {
  background-color: #F15822;
  padding: 30px 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about-section__content .about-section__contact-link .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: 0px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about-section__content .about-section__contact-link .btn-box:hover {
  top: -10px;
}

.product-section__01 {
  background-attachment: fixed;
  background-image: url(../_img/product/bg01.png);
  background-position: 100% 30%;
  background-repeat: no-repeat;
  background-size: auto;
}
@media (max-width: 991.98px) {
  .product-section__01 {
    background-attachment: initial;
  }
}

.phone__navbox {
  background-color: #F15822;
  color: #fff;
  padding: 10px;
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991.98px) {
  .phone__navbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
  }
}

.product-page__tab-fram {
  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;
  border-bottom: 4px solid #D8D8D8;
  margin-bottom: 50px;
}
.product-page__tab-fram .tab__link {
  margin-right: 25px;
  padding: 10px 0;
  color: #ACACAC;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.product-page__tab-fram .tab__link::after {
  content: "";
  width: 0%;
  height: 4px;
  background-color: #F15822;
  position: absolute;
  left: 0;
  bottom: -4px;
  z-index: 3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-page__tab-fram .tab__link.active, .product-page__tab-fram .tab__link:hover {
  color: #000;
}
.product-page__tab-fram .tab__link.active::after, .product-page__tab-fram .tab__link:hover::after {
  width: 100%;
}
@media (max-width: 991.98px) {
  .product-page__tab-fram {
    display: none;
  }
  .product-page__tab-fram .tab__link {
    display: block;
    width: 100%;
  }
  .product-page__tab-fram .tab__link::after {
    bottom: 0px;
  }
}

.product-content__item .product-key__list .product-key__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;
  color: #000;
  margin-bottom: 20px;
}
.product-content__item .product-key__list .product-key__item .product-key__icon-box {
  width: 150px;
  height: 150px;
  background-color: #F6F6F6;
  border-radius: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px;
}
.product-content__item .product-key__list .product-key__item .product-key__text-box {
  width: calc(100% - 180px);
  margin-left: 30px;
}
.product-content__item .product-spec__table-fram .table-box {
  width: 100%;
  overflow-y: auto;
}
.product-content__item .product-spec__table-fram .table-box .table {
  width: 110%;
  color: #000;
}
.product-content__item .product-spec__table-fram .table-box .table thead {
  background-color: #F15822;
  color: #fff;
  padding: 20px;
}
.product-content__item .product-spec__table-fram .table-box .table thead tr th {
  border-right: 1px solid #fff;
  padding-left: 20px;
}
.product-content__item .product-spec__table-fram .table-box .table tbody tr {
  background-color: #F6F6F6;
}
.product-content__item .product-spec__table-fram .table-box .table tbody tr td,
.product-content__item .product-spec__table-fram .table-box .table tbody tr th {
  border-right: 1px solid #fff;
  padding-left: 20px;
  vertical-align: middle;
}
.product-content__item .product-spec__table-fram .table-box .table tbody tr:nth-child(even) {
  background-color: #D8D8D8;
}

.related-slider {
  position: relative;
}
.related-slider .swiper-slide a {
  display: block;
}
.related-slider .swiper-slide a .pic {
  border-radius: 20px;
  border: 1px solid #D8D8D8;
}
.related-slider .swiper-slide a .pro-title {
  margin: 20px 0;
  font-weight: bold;
}
.related-slider .related-prev {
  width: 23px;
  height: 44px;
  background-color: #D8D8D8;
  border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000;
  left: 0px;
  top: 40%;
}
.related-slider .related-next {
  width: 23px;
  height: 44px;
  background-color: #D8D8D8;
  border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000;
  right: 0px;
  top: 40%;
}

.need-assistance-box {
  position: sticky;
  left: 0;
  top: 100px;
  z-index: 99;
  background-color: #F6F6F6;
  padding: 30px;
  color: #000;
  border-radius: 20px;
}

.product-resource__list .product-resource__item {
  border-bottom: 1px solid #D8D8D8;
  color: #000;
  margin-bottom: 10px;
}
.product-resource__list .product-resource__item .product-resource__title {
  padding: 15px 0px;
  font-weight: bold;
  position: relative;
  padding-right: 30px;
}
.product-resource__list .product-resource__item .product-resource__title::after {
  content: "";
  width: 14px;
  height: 8px;
  background-image: url(../_img/product/chevron.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  right: 0;
  top: 20px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-resource__list .product-resource__item .product-resource__file-box {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 20px;
}
.product-resource__list .product-resource__item .product-resource__file-box .product-resource__file-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 10px;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #D8D8D8;
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-resource__list .product-resource__item .product-resource__file-box .product-resource__file-link:nth-last-child(1) {
  border-bottom: 0px;
}
.product-resource__list .product-resource__item .product-resource__file-box .product-resource__file-link:hover {
  color: #F15822;
}
.product-resource__list .product-resource__item.is-open {
  border-bottom: 0px solid #D8D8D8;
}
.product-resource__list .product-resource__item.is-open .product-resource__title::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.product-app__item {
  height: 330px;
  background-color: #F6F6F6;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px;
  color: #000;
}
.product-app__item .product-app__icon-box {
  width: 50px;
  height: 50px;
  margin: 0 auto;
}
.product-app__item .product-app__item-title {
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
}
.product-app__item .product-app__item-text-box {
  text-align: center;
}
@media (max-width: 991.98px) {
  .product-app__item {
    height: auto;
  }
}

.instruction__item {
  background-color: #F6F6F6;
  border-radius: 20px;
  padding: 30px;
}
.instruction__item .sort span {
  background-color: #fff;
  color: #F15822;
  padding: 8px 13px;
  border-radius: 5px;
}
.instruction__item .instruction-item__title {
  margin: 20px 0;
  color: #000;
}
.instruction__item .instruction-btn {
  display: block;
  color: #fff;
  background-color: #ACACAC;
  border-radius: 10px;
  padding: 13px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.instruction__item .instruction-btn:hover {
  background-color: #F15822;
}

.eposters-pic__box {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.eposters-pic__box .eposters-pic__icon {
  width: 85px;
  height: 85px;
  border-radius: 99rem;
  color: #F15822;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.eposters-pic__box:hover .eposters-pic__icon {
  color: #fff;
  background-color: #F15822;
}

.faq__left-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  padding-left: 15px;
  z-index: 2;
}
.faq__left-nav::before {
  content: "";
  width: 4px;
  height: 100%;
  background-color: #D8D8D8;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.faq__left-nav .faq__left-nav-link {
  position: relative;
}
.faq__left-nav .faq__left-nav-link::before {
  content: "";
  width: 4px;
  height: 100%;
  background-color: #F15822;
  position: absolute;
  left: -15px;
  top: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq__left-nav .faq__left-nav-link a {
  display: block;
  color: #000;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 10px;
}
.faq__left-nav .faq__left-nav-link.active::before, .faq__left-nav .faq__left-nav-link:hover::before {
  opacity: 1;
}
.faq__left-nav .faq__left-nav-link.active a, .faq__left-nav .faq__left-nav-link:hover a {
  color: #F15822;
}
@media (max-width: 991.98px) {
  .faq__left-nav {
    margin-top: 20px;
    display: none;
  }
}

.faq__right-content .faq-right-content__list .faq-right-content__item {
  background-color: #F6F6F6;
  padding: 20px 15px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.faq__right-content .faq-right-content__list .faq-right-content__item .faq-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}
.faq__right-content .faq-right-content__list .faq-right-content__item .faq-item__title .icon {
  width: 48px;
  height: 48px;
  background-color: #484848;
  border-radius: 99rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: bold;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq__right-content .faq-right-content__list .faq-right-content__item .faq-item__title .title {
  width: calc(100% - 88px);
  margin-left: 16px;
  padding-right: 16px;
  font-weight: bold;
}
.faq__right-content .faq-right-content__list .faq-right-content__item .faq-item__title::after {
  content: "";
  width: 15px;
  height: 10px;
  background-image: url(../_img/support/caret-down.svg);
  background-size: cover;
  position: absolute;
  right: 15px;
  top: 10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq__right-content .faq-right-content__list .faq-right-content__item .faq-item__text {
  margin-top: 20px;
  border-top: 1px solid #ACACAC;
  padding-top: 20px;
  display: none;
}
.faq__right-content .faq-right-content__list .faq-right-content__item.active .faq-item__title .icon {
  background-color: #F15822;
}
.faq__right-content .faq-right-content__list .faq-right-content__item.active .faq-item__title::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.news-item__link {
  display: block;
}
.news-item__link .img-row {
  position: relative;
  border-radius: 20px 20px 0px 0px;
  overflow: hidden;
  z-index: 2;
}
.news-item__link .img-row .news-sort {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  padding: 8px 13px;
  z-index: 3;
  right: 12px;
  top: 12px;
  color: #000;
}
.news-item__link .news-box__fram {
  padding: 12px 20px;
  height: 246px;
  background-color: #F6F6F6;
  border-radius: 0px 0px 20px 20px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.news-item__link .news-box__fram::before {
  content: "";
  width: 80px;
  height: 80px;
  background-image: url(../_img/index/news-btn.svg);
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-item__link .news-box__fram .news-box__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #000;
}
.news-item__link .news-box__fram .news-box__content .news-title__box {
  max-height: 60px;
  overflow: hidden;
  margin-bottom: 10px;
}
.news-item__link .news-box__fram .news-box__content .news-text__box {
  max-height: 96px;
  overflow: hidden;
}
.news-item__link .news-box__fram .news_date__box {
  color: #787878;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-item__link:hover .news-box__fram {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(241, 88, 34)), to(rgb(255, 191, 168)));
  background: linear-gradient(180deg, rgb(241, 88, 34) 0%, rgb(255, 191, 168) 100%);
}
.news-item__link:hover .news-box__fram::before {
  width: 80px;
  height: 80px;
  background-image: url(../_img/index/news-btn-hover.svg);
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}
.news-item__link:hover .news-box__fram .news-box__content {
  color: #fff;
}
.news-item__link:hover .news-box__fram .news_date__box {
  color: #484848;
}

.news-page__sort-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-page__sort-date .sort {
  background-color: #F15822;
  color: #fff;
  padding: 8px 13px;
  border-radius: 5px;
  margin-right: 10px;
}

.news-download__list .news-download__item {
  border-radius: 10px;
  overflow: hidden;
}
.news-download__list .news-download__item .download-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #484848;
  color: #fff;
}
.news-download__list .news-download__item .download-header .title-box {
  width: 80%;
  padding: 10px 20px;
}
.news-download__list .news-download__item .download-header .icon-title-box {
  width: 20%;
  padding: 10px;
  text-align: center;
  border-left: 1px solid #D8D8D8;
}
.news-download__list .news-download__item .news-download__content .news-download__content-item {
  background-color: #F6F6F6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #D8D8D8;
}
.news-download__list .news-download__item .news-download__content .news-download__content-item .title-box {
  width: 80%;
  padding: 10px 20px;
}
.news-download__list .news-download__item .news-download__content .news-download__content-item .icon-title-box {
  width: 20%;
  padding: 10px;
  text-align: center;
  border-left: 1px solid #D8D8D8;
}
.news-download__list .news-download__item .news-download__content .news-download__content-item .icon-title-box a {
  color: #000;
}
.news-download__list .news-download__item .news-download__content .news-download__content-item .icon-title-box a:hover {
  color: #F15822;
}
.news-download__list .news-download__item .news-download__content .news-download__content-item:nth-last-child(1) {
  border-bottom: 0px;
}

.contact-map__box {
  background-color: #F6F6F6;
  border-radius: 20px;
  padding: 20px 20px 30px 20px;
}
.contact-map__box .contact__map-btn {
  border: 1px solid #F15822;
  padding: 5px 10px;
  border-radius: 5px;
}
.contact-map__box .contact__map-btn:hover {
  background-color: #F15822;
  color: #fff;
}