@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");
:root {
  --swiper-theme-color: #C03526;
}

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

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

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

body {
  position: relative;
}

main {
  overflow: hidden;
}

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

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

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

article {
  position: relative;
  overflow: hidden;
}

.fancybox__container {
  z-index: 9900;
}

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

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

.right-navbar {
  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;
}
.right-navbar .menu-btn {
  color: #fff;
  margin: 0 1.5rem;
  cursor: pointer;
}
.right-navbar .contact-btn {
  width: 133px;
  height: 35px;
  border-radius: 99rem;
  border: 1px solid #C03526;
  background-color: #fff;
  font-weight: 600;
  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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.right-navbar .contact-btn:hover {
  background-color: #C03526;
  color: #fff;
}
.right-navbar .lang-btn {
  color: #fff;
  position: relative;
  cursor: pointer;
  margin: 0 1.5rem;
}
.right-navbar .lang-btn .lang-btn-title {
  padding: 1rem 0rem;
}
.right-navbar .lang-btn .lang-list {
  position: absolute;
  width: 100px;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.right-navbar .lang-btn .lang-list .lang-btn-item {
  padding: 0.5rem 1rem;
}
.right-navbar .lang-btn .lang-list .lang-btn-item.active {
  color: #242325;
}
.right-navbar .lang-btn:hover .lang-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.98px) {
  .right-navbar .contact-btn {
    display: none;
  }
}

.navbar {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: rgba(80, 80, 80, 0.3);
  padding: 0.5rem 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar.fiexd {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 0.1rem 0;
}
.navbar.fiexd .navbar-brand {
  width: 150px;
}
.navbar .navbar-brand {
  width: 200px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 991.98px) {
  .navbar .navbar-brand {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 767.98px) {
  .navbar .navbar-brand {
    width: 150px;
  }
}
@media (max-width: 767.98px) {
  .navbar {
    background-color: rgba(36, 35, 37, 0.8);
  }
}

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

.navbar-collapse {
  position: fixed;
  top: 0;
  right: -9999px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar-collapse .closed-navbar-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  color: #E7E7E7;
  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;
  cursor: pointer;
  z-index: 9999;
}
.navbar-collapse .navbar-nav {
  z-index: 2;
  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;
  width: 300px;
  height: 200vh;
  padding-top: 80px;
  position: relative;
}
.navbar-collapse .navbar-nav::after {
  content: "";
  width: 200%;
  height: 3000px;
  background: #ffffff;
  -webkit-transform: skewX(18deg);
      -ms-transform: skewX(18deg);
          transform: skewX(18deg);
  position: absolute;
  right: -558px;
  top: 0;
  z-index: -1;
  -webkit-box-shadow: 0px 4px 4px rgba(80, 80, 80, 0.25);
          box-shadow: 0px 4px 4px rgba(80, 80, 80, 0.25);
}
.navbar-collapse .navbar-nav .nav-item {
  margin: 0;
}
.navbar-collapse .navbar-nav .nav-item.active .nav-link {
  color: #fff;
}
.navbar-collapse .navbar-nav .nav-item.active .nav-link::after {
  background-color: #C03526;
  opacity: 1;
}
.navbar-collapse .navbar-nav .nav-item .nav-link {
  display: block;
  font-weight: bold;
  line-height: 48px;
  padding: 0 35px 0 45px;
  position: relative;
  white-space: nowrap;
  z-index: 2;
}
.navbar-collapse .navbar-nav .nav-item .nav-link::after {
  content: "";
  background-color: #E7E7E7;
  width: 175%;
  height: 70%;
  -webkit-transform: skewX(18deg);
      -ms-transform: skewX(18deg);
          transform: skewX(18deg);
  position: absolute;
  top: 15%;
  right: -150px;
  z-index: -1;
  -webkit-box-shadow: 0px 4px 4px rgba(80, 80, 80, 0.25);
          box-shadow: 0px 4px 4px rgba(80, 80, 80, 0.25);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: #fff;
}
.navbar-collapse .navbar-nav .nav-item .nav-link:hover::after {
  background-color: #C03526;
  opacity: 1;
}
.navbar-collapse .navbar-nav .nav-item:nth-child(1).active .nav-link::after {
  right: -20px;
}
.navbar-collapse .navbar-nav .nav-item:nth-child(1) .nav-link:hover::after {
  right: -20px;
}
.navbar-collapse .navbar-nav .nav-item:nth-child(2).active .nav-link::after {
  right: -45px;
}
.navbar-collapse .navbar-nav .nav-item:nth-child(2) .nav-link:hover::after {
  right: -45px;
}
.navbar-collapse .navbar-nav .nav-item:nth-child(3).active .nav-link::after {
  right: -70px;
}
.navbar-collapse .navbar-nav .nav-item:nth-child(3) .nav-link:hover::after {
  right: -70px;
}
.navbar-collapse .navbar-nav .nav-item:nth-child(4).active .nav-link::after {
  right: -95px;
}
.navbar-collapse .navbar-nav .nav-item:nth-child(4) .nav-link:hover::after {
  right: -95px;
}
.navbar-collapse .navbar-nav .nav-item:nth-child(5).active .nav-link::after {
  right: -120px;
}
.navbar-collapse .navbar-nav .nav-item:nth-child(5) .nav-link:hover::after {
  right: -120px;
}
.navbar-collapse .navbar-nav .nav-item:nth-child(6).active .nav-link::after {
  right: -145px;
}
.navbar-collapse .navbar-nav .nav-item:nth-child(6) .nav-link::after {
  right: -185px;
}
.navbar-collapse .navbar-nav .nav-item:nth-child(6) .nav-link:hover::after {
  right: -145px;
}
.navbar-collapse .navbar-nav .nav-item .nav-link-contact {
  width: 153px;
  height: 45px;
  color: #fff;
  background-color: #C03526;
  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;
  margin: 2rem 0 2rem 3rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar-collapse .navbar-nav .nav-item .nav-link-contact span {
  text-align: center;
}
.navbar-collapse .navbar-nav .nav-item .nav-link-contact:hover {
  background-color: #242325;
}
.navbar-collapse .navbar-nav .nav-item.social {
  margin: 1rem 0 0 3rem !important;
}
.navbar-collapse .navbar-nav .nav-item.social .community-btn {
  margin-right: 20px;
  color: #242325;
}
.navbar-collapse .navbar-nav .nav-item.social .community-btn:hover {
  color: #C03526;
}
@media (max-width: 767.98px) {
  .navbar-collapse .navbar-nav {
    padding-top: 0px;
  }
  .navbar-collapse .navbar-nav::after {
    width: 270%;
    -webkit-transform: skewX(5deg);
        -ms-transform: skewX(5deg);
            transform: skewX(5deg);
  }
  .navbar-collapse .navbar-nav .nav-item .nav-link::after {
    top: 10px;
    -webkit-transform: skewX(5deg);
        -ms-transform: skewX(5deg);
            transform: skewX(5deg);
  }
  .navbar-collapse .navbar-nav .nav-item:nth-child(4).active .nav-link::after {
    right: -150px;
  }
  .navbar-collapse .navbar-nav .nav-item:nth-child(4) .nav-link:hover::after {
    right: -150px;
  }
  .navbar-collapse .navbar-nav .nav-item:nth-child(5).active .nav-link::after {
    right: -160px;
  }
  .navbar-collapse .navbar-nav .nav-item:nth-child(5) .nav-link:hover::after {
    right: -160px;
  }
  .navbar-collapse .navbar-nav .nav-item:nth-child(6).active .nav-link::after {
    right: -170px;
  }
  .navbar-collapse .navbar-nav .nav-item:nth-child(6) .nav-link:hover::after {
    right: -170px;
  }
}
.navbar-collapse.show {
  right: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

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

.loader-mesk {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 9998;
}
.loader-mesk.finish {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100vw;
  height: 100vh;
  background: #fff;
  opacity: 1;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.preloader .preloader_inner {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.preloader .mesk {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.8);
}

.swiper-pagination-bullets.swiper-pagination {
  width: auto;
  left: auto;
  right: 2rem;
  bottom: auto;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.swiper-pagination-bullets.swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border: 3px solid transparent;
  background-color: rgba(36, 35, 37, 0.7);
  opacity: 1;
  outline: none;
  border-radius: 10px;
}
.swiper-pagination-bullets.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #C03526;
  border: 3px solid #fff;
}
@media (max-width: 767.98px) {
  .swiper-pagination-bullets.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: 30px;
  }
}
@media (max-width: 767.98px) {
  .swiper-pagination-bullets.swiper-pagination {
    right: 10px;
  }
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  cursor: pointer;
  z-index: 1000;
  width: auto;
  height: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  outline: none;
  background: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  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: #C03526;
  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;
}

.swiper-scrollbar {
  opacity: 1 !important;
  background-color: #D9D9D9;
  height: 5px !important;
  top: 20px !important;
}
.swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #C03526;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fs-22 {
  font-size: 1.375rem;
}

.fsr-22 {
  font-size: calc(1.2625rem + 0.15vw);
}
@media (min-width: 1200px) {
  .fsr-22 {
    font-size: 1.375rem;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

.fs-34 {
  font-size: 2.125rem;
}

.fsr-34 {
  font-size: calc(1.3375rem + 1.05vw);
}
@media (min-width: 1200px) {
  .fsr-34 {
    font-size: 2.125rem;
  }
}

.fs-40 {
  font-size: 2.5rem;
}

.fsr-40 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .fsr-40 {
    font-size: 2.5rem;
  }
}

.fs-45 {
  font-size: 2.8125rem;
}

.fsr-45 {
  font-size: calc(1.40625rem + 1.875vw);
}
@media (min-width: 1200px) {
  .fsr-45 {
    font-size: 2.8125rem;
  }
}

.fs-50 {
  font-size: 3.125rem;
}

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

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

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

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

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

@media (min-width: 576px) {
  .fs-sm-12 {
    font-size: 0.75rem;
  }
  .fsr-sm-12 {
    font-size: 0.75rem;
  }
  .fs-sm-13 {
    font-size: 0.8125rem;
  }
  .fsr-sm-13 {
    font-size: 0.8125rem;
  }
  .fs-sm-14 {
    font-size: 0.875rem;
  }
  .fsr-sm-14 {
    font-size: 0.875rem;
  }
  .fs-sm-16 {
    font-size: 1rem;
  }
  .fsr-sm-16 {
    font-size: 1rem;
  }
  .fs-sm-18 {
    font-size: 1.125rem;
  }
  .fsr-sm-18 {
    font-size: 1.125rem;
  }
  .fs-sm-20 {
    font-size: 1.25rem;
  }
  .fsr-sm-20 {
    font-size: 1.25rem;
  }
  .fs-sm-22 {
    font-size: 1.375rem;
  }
  .fsr-sm-22 {
    font-size: calc(1.2625rem + 0.15vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-22 {
    font-size: 1.375rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-24 {
    font-size: 1.5rem;
  }
  .fsr-sm-24 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-25 {
    font-size: 1.5625rem;
  }
  .fsr-sm-25 {
    font-size: calc(1.28125rem + 0.375vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-25 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-27 {
    font-size: 1.6875rem;
  }
  .fsr-sm-27 {
    font-size: calc(1.29375rem + 0.525vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-27 {
    font-size: 1.6875rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-30 {
    font-size: 1.875rem;
  }
  .fsr-sm-30 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-32 {
    font-size: 2rem;
  }
  .fsr-sm-32 {
    font-size: calc(1.325rem + 0.9vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-32 {
    font-size: 2rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-35 {
    font-size: 2.1875rem;
  }
  .fsr-sm-35 {
    font-size: calc(1.34375rem + 1.125vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-35 {
    font-size: 2.1875rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-34 {
    font-size: 2.125rem;
  }
  .fsr-sm-34 {
    font-size: calc(1.3375rem + 1.05vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-34 {
    font-size: 2.125rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-40 {
    font-size: 2.5rem;
  }
  .fsr-sm-40 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-40 {
    font-size: 2.5rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-45 {
    font-size: 2.8125rem;
  }
  .fsr-sm-45 {
    font-size: calc(1.40625rem + 1.875vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-45 {
    font-size: 2.8125rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-50 {
    font-size: 3.125rem;
  }
  .fsr-sm-50 {
    font-size: calc(1.4375rem + 2.25vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-50 {
    font-size: 3.125rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-72 {
    font-size: 4.5rem;
  }
  .fsr-sm-72 {
    font-size: calc(1.575rem + 3.9vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-72 {
    font-size: 4.5rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-80 {
    font-size: 5rem;
  }
  .fsr-sm-80 {
    font-size: calc(1.625rem + 4.5vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-80 {
    font-size: 5rem;
  }
}
@media (min-width: 768px) {
  .fs-md-12 {
    font-size: 0.75rem;
  }
  .fsr-md-12 {
    font-size: 0.75rem;
  }
  .fs-md-13 {
    font-size: 0.8125rem;
  }
  .fsr-md-13 {
    font-size: 0.8125rem;
  }
  .fs-md-14 {
    font-size: 0.875rem;
  }
  .fsr-md-14 {
    font-size: 0.875rem;
  }
  .fs-md-16 {
    font-size: 1rem;
  }
  .fsr-md-16 {
    font-size: 1rem;
  }
  .fs-md-18 {
    font-size: 1.125rem;
  }
  .fsr-md-18 {
    font-size: 1.125rem;
  }
  .fs-md-20 {
    font-size: 1.25rem;
  }
  .fsr-md-20 {
    font-size: 1.25rem;
  }
  .fs-md-22 {
    font-size: 1.375rem;
  }
  .fsr-md-22 {
    font-size: calc(1.2625rem + 0.15vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-22 {
    font-size: 1.375rem;
  }
}
@media (min-width: 768px) {
  .fs-md-24 {
    font-size: 1.5rem;
  }
  .fsr-md-24 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .fs-md-25 {
    font-size: 1.5625rem;
  }
  .fsr-md-25 {
    font-size: calc(1.28125rem + 0.375vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-25 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 768px) {
  .fs-md-27 {
    font-size: 1.6875rem;
  }
  .fsr-md-27 {
    font-size: calc(1.29375rem + 0.525vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-27 {
    font-size: 1.6875rem;
  }
}
@media (min-width: 768px) {
  .fs-md-30 {
    font-size: 1.875rem;
  }
  .fsr-md-30 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 768px) {
  .fs-md-32 {
    font-size: 2rem;
  }
  .fsr-md-32 {
    font-size: calc(1.325rem + 0.9vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-32 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .fs-md-35 {
    font-size: 2.1875rem;
  }
  .fsr-md-35 {
    font-size: calc(1.34375rem + 1.125vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-35 {
    font-size: 2.1875rem;
  }
}
@media (min-width: 768px) {
  .fs-md-34 {
    font-size: 2.125rem;
  }
  .fsr-md-34 {
    font-size: calc(1.3375rem + 1.05vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-34 {
    font-size: 2.125rem;
  }
}
@media (min-width: 768px) {
  .fs-md-40 {
    font-size: 2.5rem;
  }
  .fsr-md-40 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-40 {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  .fs-md-45 {
    font-size: 2.8125rem;
  }
  .fsr-md-45 {
    font-size: calc(1.40625rem + 1.875vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-45 {
    font-size: 2.8125rem;
  }
}
@media (min-width: 768px) {
  .fs-md-50 {
    font-size: 3.125rem;
  }
  .fsr-md-50 {
    font-size: calc(1.4375rem + 2.25vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-50 {
    font-size: 3.125rem;
  }
}
@media (min-width: 768px) {
  .fs-md-72 {
    font-size: 4.5rem;
  }
  .fsr-md-72 {
    font-size: calc(1.575rem + 3.9vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-72 {
    font-size: 4.5rem;
  }
}
@media (min-width: 768px) {
  .fs-md-80 {
    font-size: 5rem;
  }
  .fsr-md-80 {
    font-size: calc(1.625rem + 4.5vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-80 {
    font-size: 5rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-12 {
    font-size: 0.75rem;
  }
  .fsr-lg-12 {
    font-size: 0.75rem;
  }
  .fs-lg-13 {
    font-size: 0.8125rem;
  }
  .fsr-lg-13 {
    font-size: 0.8125rem;
  }
  .fs-lg-14 {
    font-size: 0.875rem;
  }
  .fsr-lg-14 {
    font-size: 0.875rem;
  }
  .fs-lg-16 {
    font-size: 1rem;
  }
  .fsr-lg-16 {
    font-size: 1rem;
  }
  .fs-lg-18 {
    font-size: 1.125rem;
  }
  .fsr-lg-18 {
    font-size: 1.125rem;
  }
  .fs-lg-20 {
    font-size: 1.25rem;
  }
  .fsr-lg-20 {
    font-size: 1.25rem;
  }
  .fs-lg-22 {
    font-size: 1.375rem;
  }
  .fsr-lg-22 {
    font-size: calc(1.2625rem + 0.15vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-22 {
    font-size: 1.375rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-24 {
    font-size: 1.5rem;
  }
  .fsr-lg-24 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-25 {
    font-size: 1.5625rem;
  }
  .fsr-lg-25 {
    font-size: calc(1.28125rem + 0.375vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-25 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-27 {
    font-size: 1.6875rem;
  }
  .fsr-lg-27 {
    font-size: calc(1.29375rem + 0.525vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-27 {
    font-size: 1.6875rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-30 {
    font-size: 1.875rem;
  }
  .fsr-lg-30 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-32 {
    font-size: 2rem;
  }
  .fsr-lg-32 {
    font-size: calc(1.325rem + 0.9vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-32 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-35 {
    font-size: 2.1875rem;
  }
  .fsr-lg-35 {
    font-size: calc(1.34375rem + 1.125vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-35 {
    font-size: 2.1875rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-34 {
    font-size: 2.125rem;
  }
  .fsr-lg-34 {
    font-size: calc(1.3375rem + 1.05vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-34 {
    font-size: 2.125rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-40 {
    font-size: 2.5rem;
  }
  .fsr-lg-40 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-40 {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-45 {
    font-size: 2.8125rem;
  }
  .fsr-lg-45 {
    font-size: calc(1.40625rem + 1.875vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-45 {
    font-size: 2.8125rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-50 {
    font-size: 3.125rem;
  }
  .fsr-lg-50 {
    font-size: calc(1.4375rem + 2.25vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-50 {
    font-size: 3.125rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-72 {
    font-size: 4.5rem;
  }
  .fsr-lg-72 {
    font-size: calc(1.575rem + 3.9vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-72 {
    font-size: 4.5rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-80 {
    font-size: 5rem;
  }
  .fsr-lg-80 {
    font-size: calc(1.625rem + 4.5vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-80 {
    font-size: 5rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-12 {
    font-size: 0.75rem;
  }
  .fsr-xl-12 {
    font-size: 0.75rem;
  }
  .fs-xl-13 {
    font-size: 0.8125rem;
  }
  .fsr-xl-13 {
    font-size: 0.8125rem;
  }
  .fs-xl-14 {
    font-size: 0.875rem;
  }
  .fsr-xl-14 {
    font-size: 0.875rem;
  }
  .fs-xl-16 {
    font-size: 1rem;
  }
  .fsr-xl-16 {
    font-size: 1rem;
  }
  .fs-xl-18 {
    font-size: 1.125rem;
  }
  .fsr-xl-18 {
    font-size: 1.125rem;
  }
  .fs-xl-20 {
    font-size: 1.25rem;
  }
  .fsr-xl-20 {
    font-size: 1.25rem;
  }
  .fs-xl-22 {
    font-size: 1.375rem;
  }
  .fsr-xl-22 {
    font-size: calc(1.2625rem + 0.15vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-22 {
    font-size: 1.375rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-24 {
    font-size: 1.5rem;
  }
  .fsr-xl-24 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-25 {
    font-size: 1.5625rem;
  }
  .fsr-xl-25 {
    font-size: calc(1.28125rem + 0.375vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-25 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-27 {
    font-size: 1.6875rem;
  }
  .fsr-xl-27 {
    font-size: calc(1.29375rem + 0.525vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-27 {
    font-size: 1.6875rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-30 {
    font-size: 1.875rem;
  }
  .fsr-xl-30 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-32 {
    font-size: 2rem;
  }
  .fsr-xl-32 {
    font-size: calc(1.325rem + 0.9vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-32 {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-35 {
    font-size: 2.1875rem;
  }
  .fsr-xl-35 {
    font-size: calc(1.34375rem + 1.125vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-35 {
    font-size: 2.1875rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-34 {
    font-size: 2.125rem;
  }
  .fsr-xl-34 {
    font-size: calc(1.3375rem + 1.05vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-34 {
    font-size: 2.125rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-40 {
    font-size: 2.5rem;
  }
  .fsr-xl-40 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-40 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-45 {
    font-size: 2.8125rem;
  }
  .fsr-xl-45 {
    font-size: calc(1.40625rem + 1.875vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-45 {
    font-size: 2.8125rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-50 {
    font-size: 3.125rem;
  }
  .fsr-xl-50 {
    font-size: calc(1.4375rem + 2.25vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-50 {
    font-size: 3.125rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-72 {
    font-size: 4.5rem;
  }
  .fsr-xl-72 {
    font-size: calc(1.575rem + 3.9vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-72 {
    font-size: 4.5rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-80 {
    font-size: 5rem;
  }
  .fsr-xl-80 {
    font-size: calc(1.625rem + 4.5vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-80 {
    font-size: 5rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-12 {
    font-size: 0.75rem;
  }
  .fsr-xxl-12 {
    font-size: 0.75rem;
  }
  .fs-xxl-13 {
    font-size: 0.8125rem;
  }
  .fsr-xxl-13 {
    font-size: 0.8125rem;
  }
  .fs-xxl-14 {
    font-size: 0.875rem;
  }
  .fsr-xxl-14 {
    font-size: 0.875rem;
  }
  .fs-xxl-16 {
    font-size: 1rem;
  }
  .fsr-xxl-16 {
    font-size: 1rem;
  }
  .fs-xxl-18 {
    font-size: 1.125rem;
  }
  .fsr-xxl-18 {
    font-size: 1.125rem;
  }
  .fs-xxl-20 {
    font-size: 1.25rem;
  }
  .fsr-xxl-20 {
    font-size: 1.25rem;
  }
  .fs-xxl-22 {
    font-size: 1.375rem;
  }
  .fsr-xxl-22 {
    font-size: calc(1.2625rem + 0.15vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-22 {
    font-size: 1.375rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-24 {
    font-size: 1.5rem;
  }
  .fsr-xxl-24 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-25 {
    font-size: 1.5625rem;
  }
  .fsr-xxl-25 {
    font-size: calc(1.28125rem + 0.375vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-25 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-27 {
    font-size: 1.6875rem;
  }
  .fsr-xxl-27 {
    font-size: calc(1.29375rem + 0.525vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-27 {
    font-size: 1.6875rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-30 {
    font-size: 1.875rem;
  }
  .fsr-xxl-30 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-32 {
    font-size: 2rem;
  }
  .fsr-xxl-32 {
    font-size: calc(1.325rem + 0.9vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-32 {
    font-size: 2rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-35 {
    font-size: 2.1875rem;
  }
  .fsr-xxl-35 {
    font-size: calc(1.34375rem + 1.125vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-35 {
    font-size: 2.1875rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-34 {
    font-size: 2.125rem;
  }
  .fsr-xxl-34 {
    font-size: calc(1.3375rem + 1.05vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-34 {
    font-size: 2.125rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-40 {
    font-size: 2.5rem;
  }
  .fsr-xxl-40 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-40 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-45 {
    font-size: 2.8125rem;
  }
  .fsr-xxl-45 {
    font-size: calc(1.40625rem + 1.875vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-45 {
    font-size: 2.8125rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-50 {
    font-size: 3.125rem;
  }
  .fsr-xxl-50 {
    font-size: calc(1.4375rem + 2.25vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-50 {
    font-size: 3.125rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-72 {
    font-size: 4.5rem;
  }
  .fsr-xxl-72 {
    font-size: calc(1.575rem + 3.9vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-72 {
    font-size: 4.5rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-80 {
    font-size: 5rem;
  }
  .fsr-xxl-80 {
    font-size: calc(1.625rem + 4.5vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-80 {
    font-size: 5rem;
  }
}
.ls-1 {
  letter-spacing: 1px;
}

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

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

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

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

.main-title {
  color: #242325;
  font-weight: 900;
}

.main-page-title {
  position: relative;
  z-index: 3;
  border-bottom: 1px solid #505050;
}
.main-page-title::before {
  content: attr(data-mask);
  font-weight: bold;
  font-size: 7rem;
  color: #E6E6E6;
  position: absolute;
  z-index: -1;
  left: -45px;
  bottom: -35px;
}
.main-page-title::after {
  content: "";
  width: 77px;
  height: 5px;
  background-color: #C03526;
  position: absolute;
  right: 0;
  bottom: -1px;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .main-page-title::before {
    font-size: 5rem;
    left: -20px;
    bottom: -35px;
  }
}
@media (max-width: 767.98px) {
  .main-page-title .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-page-title .title span {
    width: 100%;
    display: block;
  }
  .main-page-title::before {
    left: 0;
    bottom: -10px;
  }
}

.main-sub-title {
  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;
  padding-bottom: 30px;
  margin-bottom: 20px;
  position: relative;
}
.main-sub-title::before {
  content: "";
  width: 77px;
  height: 5px;
  background-color: #C03526;
  position: absolute;
  left: 0;
  bottom: 0;
}
.main-sub-title.text-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

#back-to-top,
.right-icon {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #C03526;
  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;
}

.more-btn {
  display: block;
  width: 150px;
  height: 40px;
  background-color: #fff;
  color: #C03526;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.more-btn::after {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../_img/index/arrow-r.svg);
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
}
.more-btn:hover {
  background-color: #242325;
  color: #fff;
}
.more-btn.mc1 {
  background-color: #C03526;
  color: #fff;
}
.more-btn.mc1::after {
  background-image: url(../_img/index/arrow-white.svg);
}
.more-btn.mc1:hover {
  background-color: #242325;
}
.more-btn.long-btn {
  width: 250px;
}
.more-btn.back {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.more-btn.back::after {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
  right: auto;
  left: 10px;
}

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

.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: #C03526;
}
.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: #C03526;
  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: #C03526;
}

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

.pages .pagination {
  --bs-pagination-padding-y: 0;
  --bs-pagination-padding-x: 0;
  --bs-pagination-border-width: 0;
  --bs-pagination-hover-bg: #C03526;
  --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-item:hover .page-link, .pages .pagination .page-item.active .page-link {
  color: #fff;
}
.pages .pagination .page-link {
  width: 36px;
  height: 36px;
  color: #242325;
  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;
}
.pages .pagination .page-link.arrow-btn:hover {
  background-color: #E7E7E7;
}

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

.lh-28 {
  line-height: 35px;
}

.page-bg-sectiom {
  background-image: url(../_img/product/bg01.svg);
  background-position: 0 100%;
  background-size: 100px;
  background-repeat: no-repeat;
}
@media (max-width: 1199.98px) {
  .page-bg-sectiom {
    background-image: none;
  }
}

.line-hr {
  opacity: 1;
  border-top: 1px solid #E7E7E7;
}

.pretty-select {
  background-image: url(../_img/product/sort.svg);
  background-position: 95% 50%;
  background-repeat: no-repeat;
}

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

.fw-600 {
  font-weight: 600;
}

footer {
  background-color: #242325;
  padding: 80px 0;
}
footer .footer-navbar-list {
  margin-right: 6rem;
}
footer .footer-navbar-list .footer-navbar-item {
  display: block;
  border-bottom: 1px solid #505050;
  padding: 10px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}
footer .footer-navbar-list .footer-navbar-item:hover {
  color: #C03526;
}
footer .footer-social-list {
  margin-top: 30px;
}
footer .footer-social-list .footer-social-item {
  color: #fff;
  margin-right: 1.5rem;
}
footer .footer-social-list .footer-social-item:hover {
  color: #C03526;
}
footer .footer-navbar-link {
  display: block;
  padding: 5px 15px;
  position: relative;
  color: #fff;
}
footer .footer-navbar-link::before {
  content: "";
  width: 7px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 15px;
}
footer .footer-navbar-link:hover {
  color: #C03526;
}
footer .footer-btn {
  display: block;
  width: 180px;
  padding: 10px 0;
  text-align: center;
  background-color: #C03526;
  color: #fff;
  border-radius: 10px;
}

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

.mega-menu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: absolute;
  position: fixed;
  z-index: 9001;
  background-color: rgba(255, 255, 255, 0.95);
  display: none;
  width: 100%;
}
.mega-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mega-menu [class*=container] ul.product-mega-menu {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 10%;
}
.mega-menu [class*=container] ul.product-mega-menu a:hover {
  text-decoration: underline;
}
.mega-menu [class*=container] ul.product-mega-menu > li > a {
  color: #C03526;
  font-weight: bold;
  position: relative;
  display: block;
  margin-bottom: 1rem;
}
.mega-menu [class*=container] ul.product-mega-menu > li > a:before {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  background-color: #C03526;
  position: absolute;
  left: -1rem;
  top: 0;
}
.mega-menu [class*=container] ul.product-mega-menu > li ul a {
  display: block;
  color: #505050;
}
.mega-menu [class*=container] ul.product-mega-menu > li ul a:hover {
  color: #C03526;
  text-decoration: underline;
}
.mega-menu [class*=container] ul.product-mega-menu ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 0.3rem 1fr 0.3rem 1fr 0.3rem 1fr 0.3rem 1fr;
  grid-template-rows: repeat(5, 1fr);
  grid-auto-flow: column;
  grid-auto-rows: 3;
  gap: 0.3rem 1rem;
}
.mega-menu [class*=container] ul.brand-mega-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
  padding-right: 10px;
  gap: 2rem 0;
}
.mega-menu [class*=container] ul.brand-mega-menu > li {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}
.mega-menu [class*=container] ul.brand-mega-menu a {
  display: block;
  color: inherit;
}
.mega-menu [class*=container] ul.brand-mega-menu a:hover {
  color: #C03526;
}
.mega-menu [class*=container] ul.brand-mega-menu .img-row {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 3px 10px;
}
.mega-menu [class*=container] ul.brand-mega-menu .txt-row {
  text-align: center;
  margin-top: 0.5rem;
}

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

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

.index-banner {
  position: relative;
  z-index: 1;
}
.index-banner .swiper-slide img {
  width: 100%;
}
.index-banner .bnner-text-box {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 50%;
  width: 100%;
  pointer-events: none;
}
.index-banner .bnner-text-box .banner-title {
  width: 80%;
  padding-left: 40px;
  position: relative;
  font-weight: 900;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.index-banner .bnner-text-box .banner-title::before {
  content: "";
  width: 17px;
  height: 100%;
  background-color: #C03526;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.index-banner .banner-mask {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 2;
}
.index-banner .banner-mask img {
  width: 100%;
}
@media (max-width: 767.98px) {
  .index-banner .bnner-text-box .banner-title.fsr-30 {
    font-size: 0.8rem;
  }
}

.index-article {
  overflow: initial;
}

.index-about-section {
  position: relative;
  z-index: 2;
  padding: 80px 0 170px;
}
.index-about-section .e-img {
  width: 400px;
  position: absolute;
  z-index: 3;
  right: -100px;
  top: 0px;
}
.index-about-section .index-about-textbox {
  position: relative;
  z-index: 3;
  padding: 100px 0;
}
.index-about-section .index-about-textbox::before {
  content: "";
  width: 60%;
  height: 100%;
  background-color: #C03526;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.index-about-section .index-about-textbox .right-about-imgbox {
  position: absolute;
  width: 55%;
  right: 0;
  top: 150px;
  z-index: 4;
}
@media (max-width: 1440px) {
  .index-about-section {
    padding-bottom: 0px;
  }
}
@media (max-width: 1199.98px) {
  .index-about-section .e-img {
    width: 400px;
    top: -150px;
  }
  .index-about-section .index-about-textbox::before {
    width: 100%;
    height: 50%;
  }
  .index-about-section .index-about-textbox .right-about-imgbox {
    width: 100%;
    position: relative;
    top: 0;
    margin-top: 50px;
  }
}
@media (max-width: 991.98px) {
  .index-about-section .e-img {
    display: none;
  }
  .index-about-section .index-about-textbox {
    padding: 50px 0;
  }
}
@media (max-width: 767.98px) {
  .index-about-section {
    padding: 0;
  }
  .index-about-section .index-about-textbox {
    padding: 30px 0;
  }
  .index-about-section .index-about-textbox::before {
    width: 100%;
    height: 70%;
  }
}

.index-news-section {
  background-image: url(../_img/index/news-bg.svg);
  background-position: 100% 20%;
  background-size: auto;
  background-repeat: no-repeat;
  padding: 150px 0;
}
.index-news-section .news-list-swiper {
  position: relative;
}
.index-news-section .news-list-swiper .news-index-item .img-row {
  position: relative;
}
.index-news-section .news-list-swiper .news-index-item .img-row .hover-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-news-section .news-list-swiper .news-index-item .img-row .hover-mask .img-box {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 3;
}
.index-news-section .news-list-swiper .news-index-item .img-row .hover-mask::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.index-news-section .news-list-swiper .news-index-item .txt-row .news-date-sort-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
.index-news-section .news-list-swiper .news-index-item .txt-row .news-date-sort-box .news-date {
  color: #242325;
}
.index-news-section .news-list-swiper .news-index-item .txt-row .news-date-sort-box .news-sort {
  margin-left: 13px;
}
.index-news-section .news-list-swiper .news-index-item .txt-row .news-title {
  color: #242325;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-news-section .news-list-swiper .news-index-item:hover .img-row .hover-mask {
  opacity: 1;
}
@media (max-width: 1199.98px) {
  .index-news-section {
    padding: 80px 0;
  }
}
@media (max-width: 991.98px) {
  .index-news-section .news-text-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 767.98px) {
  .index-news-section {
    padding: 50px 0;
    background-image: none;
  }
}

.index-markets-section {
  position: relative;
}
.index-markets-section .mask-icon {
  position: absolute;
  right: 50px;
  top: 60vh;
  z-index: 3;
}
.index-markets-section .markets-img-box {
  position: relative;
  z-index: 2;
}
.index-markets-section .markets-img-box .top-mask {
  position: absolute;
  top: -1px;
  left: 0;
}
.index-markets-section .markets-img-box .top-mask img {
  width: 100%;
}
.index-markets-section .markets-img-box .bottom-mask {
  position: absolute;
  bottom: -1px;
  left: 0;
}
.index-markets-section .markets-img-box .bottom-mask img {
  width: 100%;
}
.index-markets-section .masrkets-container {
  margin-top: -260px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1199.98px) {
  .index-markets-section .mask-icon {
    top: 25vh;
  }
  .index-markets-section .masrkets-container {
    margin-top: -150px;
  }
}
@media (max-width: 767.98px) {
  .index-markets-section .mask-icon {
    top: 10vh;
  }
  .index-markets-section .mask-icon img {
    width: 30px;
  }
  .index-markets-section .markets-img-box .top-mask {
    display: none;
  }
  .index-markets-section .markets-img-box .bottom-mask {
    display: none;
  }
  .index-markets-section .masrkets-container {
    margin-top: 0px;
  }
}

.masrkets-container-list {
  padding: 50px 0px 100px;
  background-image: url(../_img/index/news-bg.svg);
  background-position: 100% 20%;
  background-size: 40%;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}
.masrkets-container-list::after {
  content: "";
  width: 160px;
  height: 568px;
  background-image: url(../_img/index/m-mask-left.svg);
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  position: absolute;
  left: -20px;
  bottom: 40px;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .masrkets-container-list {
    padding-bottom: 0px;
  }
  .masrkets-container-list::after {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .masrkets-container-list {
    background-image: none;
  }
}

.markets-index-item {
  display: block;
}
.markets-index-item .img-row {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.markets-index-item .img-row .hover-title {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0px 20px;
  text-align: center;
  left: 0;
  top: 0;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.markets-index-item .img-row .hover-title::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.markets-index-item .txt-row {
  color: #242325;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.markets-index-item:hover .img-row .hover-title {
  opacity: 1;
}
.markets-index-item:hover .txt-row {
  color: #242325;
  opacity: 0;
}

.certification-index-section {
  position: relative;
  z-index: 2;
}
.certification-index-section .mask-icon {
  position: absolute;
  z-index: 3;
  left: 50px;
  top: 50px;
}
.certification-index-section .certification-imgbox {
  position: relative;
  z-index: 2;
}
.certification-index-section .certification-imgbox .top-mask {
  position: absolute;
  top: -1px;
  left: 0;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.certification-index-section .certification-imgbox .top-mask img {
  width: 100%;
}
.certification-index-section .certification-imgbox .bottom-mask {
  position: absolute;
  bottom: -2px;
  right: -1px;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.certification-index-section .certification-imgbox .bottom-mask img {
  width: 100%;
}
.certification-index-section .certification-container {
  background-image: url(../_img/index/c-bottom.svg);
  background-position: 100% 100%;
  background-size: auto;
  background-repeat: no-repeat;
  padding: 50px 0px 100px;
}
@media (max-width: 991.98px) {
  .certification-index-section .certification-container {
    padding: 50px 0px 100px;
  }
}
@media (max-width: 767.98px) {
  .certification-index-section .mask-icon {
    display: none;
  }
  .certification-index-section .certification-imgbox .top-mask {
    display: none;
  }
  .certification-index-section .certification-imgbox .bottom-mask {
    display: none;
  }
}

.inner-banner {
  position: relative;
  z-index: 2;
}
.inner-banner::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.inner-banner .banner-title {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 0;
  font-weight: 600;
  text-transform: uppercase;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.inner-banner .banner-mask {
  width: 100%;
  position: absolute;
  z-index: 3;
  bottom: -1px;
  left: 0;
}
@media (max-width: 767.98px) {
  .inner-banner {
    position: relative;
    height: 280px;
  }
  .inner-banner img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .inner-banner .banner-title {
    top: 80%;
  }
}

.abour-page-section {
  padding: 80px 0;
  position: relative;
  z-index: 2;
}
.abour-page-section .about-right-bg {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 100px;
}
@media (max-width: 1199.98px) {
  .abour-page-section .about-right-bg img {
    width: 100px;
  }
}
@media (max-width: 767.98px) {
  .abour-page-section .about-right-bg {
    display: none;
  }
}

.page-point-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;
}
.page-point-list .page-point-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: bold;
  color: #242325;
  text-align: center;
  -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: 10px 60px;
  border-left: 1px solid #E7E7E7;
}
.page-point-list .page-point-link span {
  margin-bottom: 5px;
}
.page-point-list .page-point-link:nth-last-child(1) {
  border-right: 1px solid #E7E7E7;
}
.page-point-list .page-point-link.product-page-point-link {
  padding: 10px 40px;
}
@media (max-width: 1199.98px) {
  .page-point-list .page-point-link {
    padding: 10px 20px;
  }
}
@media (max-width: 991.98px) {
  .page-point-list .page-point-link {
    padding: 10px 20px;
  }
}
@media (max-width: 991.98px) {
  .page-point-list .page-point-link {
    width: 100%;
    padding: 10px;
    text-align: left !important;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-bottom: 1px solid #E7E7E7;
    border-left: 0px solid #000;
  }
  .page-point-list .page-point-link span:nth-child(1) {
    padding-right: 10px;
  }
  .page-point-list .page-point-link span:nth-last-child(1) {
    display: none;
  }
}

.about-page-01 {
  padding: 80px 0;
}
@media (max-width: 767.98px) {
  .about-page-01 {
    padding: 50px 0;
  }
}
.about-page-01 .about-slider {
  padding: 80px 100px;
}
@media (max-width: 991.98px) {
  .about-page-01 .about-slider {
    padding: 80px 50px;
  }
}

.about-greetin-item .greetin-title {
  position: relative;
  margin-bottom: 80px;
  border-bottom: 1px solid #505050;
  padding-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 2;
}
.about-greetin-item .greetin-title::before {
  content: attr(data-mask);
  font-weight: bold;
  font-size: 7rem;
  color: #E6E6E6;
  position: absolute;
  z-index: -1;
  left: -42px;
  bottom: -30px;
}
.about-greetin-item .greetin-title::after {
  content: "";
  width: 77px;
  height: 5px;
  background-color: #C03526;
  position: absolute;
  right: 0;
  bottom: -1px;
  z-index: 1;
}

.about-page-02 {
  margin-top: 50px;
  padding: 250px 0;
  background-image: url(../_img/about/about-02bg.jpg);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.about-page-02 .about-title-2 {
  position: relative;
  z-index: 3;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.about-page-02 .about-title-2::before {
  content: attr(data-mask);
  font-weight: bold;
  font-size: 7rem;
  color: #E6E6E6;
  position: absolute;
  z-index: -1;
  left: -22px;
  bottom: -15px;
  opacity: 0.4;
}

.about-page-03 {
  padding: 100px 0 80px;
}
@media (max-width: 1199.98px) {
  .about-page-03 {
    padding-bottom: 0px;
  }
}
@media (max-width: 767.98px) {
  .about-page-03 {
    padding: 50px 0 0;
  }
}

.about-page-section-2 {
  background-image: url(../_img/about/about-03bg.jpg);
  padding: 80px 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .about-page-section-2 {
    padding: 50px 0;
  }
}
.about-page-section-2 .consistency-text-fram {
  width: 45%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  padding: 50px 30px;
}
.about-page-section-2 .consistency-text-fram .consistency-title {
  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;
  padding-bottom: 30px;
  margin-bottom: 20px;
  position: relative;
}
.about-page-section-2 .consistency-text-fram .consistency-title::before {
  content: "";
  width: 77px;
  height: 5px;
  background-color: #C03526;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 991.98px) {
  .about-page-section-2 .consistency-text-fram {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
  }
}

.about-page-section-3 {
  padding: 80px 0 0;
  position: relative;
  z-index: 3;
}
.about-page-section-3 .r-img-bg {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 300px;
}
.about-page-section-3::after {
  content: "";
  width: 100%;
  height: 20%;
  background-color: #E7E7E7;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .about-page-section-3 {
    padding: 50px 0;
  }
}
.about-page-section-3 .inn-text-fram {
  background-image: url(../_img/about/img04.jpg);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.about-page-section-3 .inn-text-fram .inn-text-box {
  width: 50%;
  padding: 50px 40px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 991.98px) {
  .about-page-section-3 .inn-text-fram .inn-text-box {
    width: 100%;
  }
}

.about-page-section-4 {
  position: relative;
  z-index: 4;
  padding: 170px 0 0;
  z-index: 2;
}
.about-page-section-4 .top-mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.about-page-section-4 .right-icon-bg {
  position: absolute;
  right: 100px;
  top: 200px;
  z-index: -1;
}
.about-page-section-4 .bottom-icon-r {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 100px;
}
@media (max-width: 1199.98px) {
  .about-page-section-4 .right-icon-bg {
    right: 50px;
  }
  .about-page-section-4 .right-icon-bg img {
    width: 50px;
  }
  .about-page-section-4 .bottom-icon-r img {
    width: 100px;
  }
}
@media (max-width: 991.98px) {
  .about-page-section-4 .bottom-icon-r {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .about-page-section-4 {
    padding-top: 50px;
  }
  .about-page-section-4 .right-icon-bg {
    display: none;
  }
}

.about-page-section-05 {
  padding-bottom: 50px;
  position: relative;
  z-index: 2;
}
.about-page-section-05::after {
  width: 100%;
  height: 80%;
  background-image: url(../_img/about/bg-05.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: -1;
}

.inquiry-car-btn {
  position: fixed;
  right: 0px;
  top: 50vh;
  background-color: #C03526;
  border-radius: 10px 0px 0px 10px;
  z-index: 999;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.inquiry-car-btn .inquiry-car {
  margin-top: 5px;
  width: 56px;
  height: 56px;
  position: relative;
  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;
}
.inquiry-car-btn .inquiry-car .number-box {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 99rem;
  background-color: #000;
  color: #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;
  right: 5px;
  top: 5px;
}

.product-page-section {
  padding: 0px 0;
}

.add-inquiry-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  background-color: #C03526;
  color: #fff;
  border-radius: 10px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.add-inquiry-btn:hover {
  background-color: #242325;
}

.left-bar-box {
  width: 380px;
  height: 100vh;
  overflow-y: auto;
  position: fixed;
  padding: 40px 20px 20px;
  top: 0;
  left: -999px;
  z-index: 9998;
  background-color: #fff;
  -webkit-box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.25);
}
.left-bar-box .left-closed-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 25px;
  height: 25px;
  display: block;
  cursor: pointer;
  z-index: 999;
}
.left-bar-box .left-bar {
  margin-top: 30px;
}
.left-bar-box .left-bar .left-bar-list .left-bar-title {
  padding: 10px 20px;
  position: relative;
  border-bottom: 1px solid #E7E7E7;
}
.left-bar-box .left-bar .left-bar-list .left-bar-title::after {
  content: "";
  width: 10px;
  height: 14px;
  background-image: url(../_img/product/sort.svg);
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 20px;
  z-index: 3;
}
.left-bar-box .left-bar .left-bar-list .left-bar-title a {
  display: block;
  width: 90%;
  color: #505050;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.left-bar-box .left-bar .left-bar-list .left-bar-title.active, .left-bar-box .left-bar .left-bar-list .left-bar-title:hover {
  background-color: #C03526;
}
.left-bar-box .left-bar .left-bar-list .left-bar-title.active a, .left-bar-box .left-bar .left-bar-list .left-bar-title:hover a {
  color: #fff;
}
.left-bar-box .left-bar .left-bar-list .left-bar-item {
  display: none;
  padding: 20px 40px;
  list-style: none;
  margin: 0;
}
.left-bar-box .left-bar .left-bar-list .left-bar-item .left-sub-title {
  position: relative;
  padding: 5px 0;
  display: block;
  margin-bottom: 5px;
  color: #505050;
}
.left-bar-box .left-bar .left-bar-list .left-bar-item .left-sub-title::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 99rem;
  background-color: #505050;
  position: absolute;
  left: -18px;
  top: 13px;
}
.left-bar-box .left-bar .left-bar-list .left-bar-item .sbu-navbar-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.left-bar-box .left-bar .left-bar-list .left-bar-item .sbu-navbar-list .sbu-navbar-item {
  position: relative;
  padding: 5px 0px 5px 15px;
  color: #505050;
}
.left-bar-box .left-bar .left-bar-list .left-bar-item .sbu-navbar-list .sbu-navbar-item::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 99rem;
  background-color: #505050;
  position: absolute;
  left: 0px;
  top: 13px;
}
.left-bar-box .left-bar .left-bar-list .left-bar-item .sbu-navbar-list .sbu-navbar-item .sbu-navbar-link {
  display: block;
  color: #505050;
}
.left-bar-box .left-bar .left-bar-list .left-bar-item .sbu-navbar-list .sbu-navbar-item.active .sbu-navbar-link, .left-bar-box .left-bar .left-bar-list .left-bar-item .sbu-navbar-list .sbu-navbar-item:hover .sbu-navbar-link {
  color: #000;
}
.left-bar-box .left-bar .left-bar-list .left-bar-item .third-navbar-list {
  padding: 0;
  margin: 10px 0;
  list-style: none;
}
.left-bar-box .left-bar .left-bar-list .left-bar-item .third-navbar-list .third-navbar-item {
  padding: 5px 0px 5px 15px;
  position: relative;
}
.left-bar-box .left-bar .left-bar-list .left-bar-item .third-navbar-list .third-navbar-item::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #505050;
  position: absolute;
  left: 2px;
  top: 0;
}
.left-bar-box .left-bar .left-bar-list .left-bar-item .third-navbar-list .third-navbar-item::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 99rem;
  background-color: #505050;
  position: absolute;
  left: 0px;
  top: 13px;
  opacity: 0;
}
.left-bar-box .left-bar .left-bar-list .left-bar-item .third-navbar-list .third-navbar-item .third-navbar-link {
  color: #505050;
  display: block;
}
.left-bar-box .left-bar .left-bar-list .left-bar-item .third-navbar-list .third-navbar-item:hover .third-navbar-link, .left-bar-box .left-bar .left-bar-list .left-bar-item .third-navbar-list .third-navbar-item.active .third-navbar-link {
  color: #000;
}
.left-bar-box .left-bar .left-bar-list .left-bar-item .third-navbar-list .third-navbar-item:hover::after, .left-bar-box .left-bar .left-bar-list .left-bar-item .third-navbar-list .third-navbar-item.active::after {
  opacity: 1;
}
.left-bar-box .left-bar .left-bar-list .left-bar-item.show {
  display: block;
}
.left-bar-box .left-bar .left-bar-list .left-bar-item.show .left-sub-title:hover, .left-bar-box .left-bar .left-bar-list .left-bar-item.show .left-sub-title.active {
  color: #C03526;
  font-weight: bolder;
}
.left-bar-box .left-bar .left-bar-list .left-bar-item.show .left-sub-title:hover::before, .left-bar-box .left-bar .left-bar-list .left-bar-item.show .left-sub-title.active::before {
  background-color: #C03526;
}
.left-bar-box.show {
  left: 0;
}
@media (max-width: 767.98px) {
  .left-bar-box {
    width: 300px;
  }
}

.product-bar-btn {
  width: 280px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  background-color: #C03526;
  color: #fff;
  margin-bottom: 40px;
  cursor: pointer;
}
.product-bar-btn.applications {
  width: 350px;
}
@media (max-width: 767.98px) {
  .product-bar-btn {
    width: 100%;
  }
  .product-bar-btn.applications {
    width: 100%;
  }
}

.product-subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #505050;
}

.product-page-section-02 {
  padding: 0px 0px 80px 0;
}

.product-page-section-03 {
  background-image: url(../_img/product/bg01.svg);
  background-position: 0 100%;
  background-size: 100px;
  background-repeat: no-repeat;
}
@media (max-width: 1199.98px) {
  .product-page-section-03 {
    background-image: none;
  }
}

.product-page-point-list .page-point-link span:nth-child(2) {
  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;
  width: 150px;
  height: 45px;
  margin: 15px auto;
}
@media (max-width: 991.98px) {
  .product-page-point-list .page-point-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product-page-point-list .page-point-link span {
    margin-bottom: 0;
  }
  .product-page-point-list .page-point-link span:nth-child(2) {
    width: 88%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: auto;
  }
}

.page-content-box .down-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #E7E7E7;
  border-radius: 99px;
  padding: 10px 20px;
  color: #242325;
  -webkit-transition: all 0.03s ease-in-out;
  transition: all 0.03s ease-in-out;
}
.page-content-box .down-list:hover {
  color: #fff;
  background-color: #C03526;
}

.product-fram-box {
  width: 100%;
  overflow-x: auto;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.product-fram-box .product-table {
  width: 100%;
}
.product-fram-box .product-table thead {
  background-color: #C03526;
}
.product-fram-box .product-table thead tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-fram-box .product-table thead tr th {
  color: #fff;
  font-weight: normal;
  width: 200px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #fff;
}
.product-fram-box .product-table thead tr th:nth-last-child(1) {
  border-right: none;
}
.product-fram-box .product-table tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #E7E7E7;
}
.product-fram-box .product-table tbody tr td {
  font-weight: normal;
  width: 200px;
  padding: 20px 10px;
  border-right: 1px solid #fff;
}
.product-fram-box .product-table tbody tr td:nth-last-child(1) {
  border-right: none;
}
.product-fram-box .product-table tbody tr:nth-child(odd) {
  background-color: #fff;
}

.pdf-down-list {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pdf-down-list .pdf-dwon-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #E7E7E7;
  border-radius: 99px;
  padding: 10px 20px;
  color: #242325;
  margin-bottom: 20px;
  -webkit-transition: all 0.03s ease-in-out;
  transition: all 0.03s ease-in-out;
}
.pdf-down-list .pdf-dwon-item:hover {
  background-color: #C03526;
  color: #fff;
}

.applicable-fram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.applicable-fram .applicable-box {
  width: calc(50% - 40px);
  margin: 0px 20px;
  border-radius: 10px;
  border: 3px solid #388697;
  padding: 20px;
  position: relative;
  background-color: #fff;
}
.applicable-fram .applicable-box .title {
  position: relative;
  margin-top: -45px;
  padding: 10px;
}
.applicable-fram .applicable-box .title span {
  background-color: #fff;
  padding: 10px;
}
.applicable-fram .applicable-box:nth-child(1) {
  background-image: url(../_img/product/shield-check.svg);
  background-position: 100% 100%;
  background-size: auto;
  background-repeat: no-repeat;
}
.applicable-fram .applicable-box:nth-child(1) .title {
  color: #388697;
}
.applicable-fram .applicable-box:nth-last-child(1) {
  background-image: url(../_img/product/shield-xmark.svg);
  background-position: 100% 100%;
  background-size: auto;
  background-repeat: no-repeat;
  border-color: #E7E7E7;
}
.applicable-fram .applicable-box:nth-last-child(1) .title {
  color: #505050;
}
@media (max-width: 767.98px) {
  .applicable-fram .applicable-box {
    width: 100%;
    margin: 0px 0px 30px;
  }
}

.product-info-section {
  padding: 80px 0;
}
.product-info-section .info-product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-info-section .info-product-list .info-product-box {
  width: 20%;
  border: 1px solid #E7E7E7;
}
.product-info-section .info-product-list .info-product-box .sort-title {
  border-bottom: 1px solid #E7E7E7;
  padding: 10px;
}
.product-info-section .info-product-list .info-product-box .sort-item-fram {
  padding: 10px;
}
.product-info-section .info-product-list .info-product-box .sort-item-fram .sort-item {
  display: block;
  margin-bottom: 10px;
}
.product-info-section .info-product-list .info-product-box .sort-item-fram .more-btn {
  width: 120px;
}
@media (max-width: 991.98px) {
  .product-info-section .info-product-list .info-product-box {
    width: 33.3333333333%;
  }
}
@media (max-width: 767.98px) {
  .product-info-section .info-product-list .info-product-box {
    width: 100%;
  }
}

.pro-catalog-box {
  cursor: pointer;
  position: fixed;
  right: 0;
  top: 42vh;
  color: #fff;
  background-color: #C03526;
  width: 56px;
  height: 56px;
  border-radius: 10px 0px 0px 10px;
  z-index: 999;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  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;
}

.shop-car-box {
  display: none;
  max-width: 550px;
  width: 100%;
  padding: 10px;
  border-radius: 20px;
}
.page-applications-section {
  padding: 80px 0;
}
@media (max-width: 767.98px) {
  .page-applications-section {
    padding: 50px 0;
  }
}

.applications-page-img {
  border-radius: 30px;
  overflow: hidden;
}

.news-page-item {
  display: block;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #242325;
}
.news-page-item .img-row {
  border: 1px solid #242325;
}

.news-page-date-sort {
  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-date-sort .date-box {
  color: #505050;
  font-weight: bold;
  margin-right: 20px;
}

.news-page-title {
  color: #242325;
  margin-top: 5px;
}

.page-applications-section {
  position: relative;
}
.page-applications-section .top-icon-right {
  position: absolute;
  z-index: 4;
  right: 3vw;
  top: 20vh;
}
@media (max-width: 1199.98px) {
  .page-applications-section .top-icon-right {
    width: 50px;
    right: 5vw;
  }
}
@media (max-width: 991.98px) {
  .page-applications-section .top-icon-right {
    display: none;
  }
}

.inquiry-car-item {
  background-color: #E6E6E6;
  padding: 20px 15px;
  border-radius: 20px;
}
.inquiry-car-item .delete-btn {
  text-align: right;
  cursor: pointer;
  color: #C03526;
}
.inquiry-car-item .amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px 0 0;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
}
.inquiry-car-item .amount .input-row {
  width: calc(100% - 60px);
}
.inquiry-car-item .amount .input-row input {
  width: 100%;
  border: 0px;
  text-align: center;
}
.inquiry-car-item .amount .down, .inquiry-car-item .amount .up {
  cursor: pointer;
}

.form-control {
  background-color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  border: 0px;
}
.form-control.page {
  padding: 10px 20px 10px 10px;
  border-radius: 99rem;
}
.form-control.textarea {
  padding: 10px 20px 10px 10px;
  border-radius: 20px;
}

.inquiry-car-section {
  background-color: #E6E6E6;
  padding: 0px 0px 20px;
  margin-top: -1px;
}

.dm-down-box {
  display: block;
}
.dm-down-box .title {
  color: #242325;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.dm-down-box:hover .title {
  color: #C03526;
}

.left-aside-menu .left-aside-menu-link {
  display: block;
  background-color: #E6E6E6;
  color: #242325;
  padding: 10px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.left-aside-menu .left-aside-menu-link.active, .left-aside-menu .left-aside-menu-link:hover {
  color: #fff;
  background-color: #C03526;
}

.datasheet-list-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 3px solid #E7E7E7;
  border-radius: 5px;
  padding: 10px 20px;
  color: #242325;
  margin-bottom: 10px;
}
.datasheet-list-down .icon {
  width: 30px;
}
.datasheet-list-down .title {
  width: calc(100% - 40px);
}
.datasheet-list-down:hover {
  background-color: #C03526;
  color: #fff;
}

.esg-title {
  font-weight: bold;
  color: #000;
  position: relative;
  z-index: 999;
  margin-bottom: 30px;
  z-index: 2;
}
.esg-title::before {
  content: attr(data-mask);
  position: absolute;
  font-size: 5rem;
  color: #E6E6E6;
  position: absolute;
  z-index: -1;
  left: -10px;
  bottom: -10px;
}
.esg-title.white-title::before {
  color: #fff;
  bottom: 30px;
}
@media (max-width: 991.98px) {
  .esg-title {
    margin-top: 50px;
  }
  .esg-title::before {
    color: #fff;
  }
  .esg-title.white-title::before {
    color: #E6E6E6;
    left: -10px;
    bottom: -10px;
  }
}

.page-esg-section {
  position: relative;
  z-index: 3;
}
.page-esg-section .top-icon-right {
  position: absolute;
  z-index: 4;
  right: 10vw;
  top: 20vh;
}
.page-esg-section .bottom-icon-left {
  position: absolute;
  z-index: 4;
  left: 0;
  bottom: 15vh;
}
@media (max-width: 1199.98px) {
  .page-esg-section .top-icon-right {
    width: 50px;
    right: 5vw;
  }
  .page-esg-section .bottom-icon-left {
    width: 80px;
    position: absolute;
    z-index: 4;
    left: 0;
    bottom: 10vh;
  }
}
@media (max-width: 991.98px) {
  .page-esg-section .top-icon-right, .page-esg-section .bottom-icon-left {
    display: none;
  }
}

.page-esg-section-01 {
  position: relative;
  z-index: 3;
  padding-bottom: 60px;
}
.page-esg-section-01::before {
  content: "";
  width: 100%;
  height: 65%;
  background-color: #E6E6E6;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.page-esg-section-02 {
  position: relative;
  padding-bottom: 60px;
  z-index: 3;
}
.page-esg-section-02::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #E6E6E6;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.page-esg-section2 {
  padding: 50px 0 160px;
  position: relative;
  background-image: url(../_img/esg/bg01.svg);
  background-position: 50% 150px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 3;
}
.page-esg-section2 .bottom-text-fram {
  position: relative;
  z-index: 2;
}
.page-esg-section2 .bottom-text-fram::after {
  content: "";
  width: 340px;
  height: 440px;
  background-color: #E7E7E7;
  position: absolute;
  bottom: -50px;
  right: 0px;
  z-index: -3;
}
.page-esg-section2 .bottom-text-box {
  background-image: url(../_img/esg/bg01.jpg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 50px;
  position: relative;
  z-index: 3;
}
.page-esg-section2 .bottom-text-box .esg-title-box {
  width: 55%;
  margin: 0 0 0 auto;
  padding: 80px 70px 80px;
  background-color: rgba(0, 0, 0, 0.5);
}
.page-esg-section2 .bottom-text-box .esg-title-box .esg-title.white-title::before {
  opacity: 0.4;
}
@media (max-width: 991.98px) {
  .page-esg-section2 .bottom-text-box .esg-title-box {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .page-esg-section2 {
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .page-esg-section2 .bottom-text-fram::after {
    display: none;
  }
  .page-esg-section2 .bottom-text-box {
    margin-right: 0;
  }
  .page-esg-section2 .bottom-text-box .esg-title-box {
    padding: 20px;
  }
}

.contact-main-title {
  position: relative;
  margin-bottom: 80px;
  border-bottom: 1px solid #505050;
  padding-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 2;
}
.contact-main-title::before {
  content: attr(data-mask);
  font-weight: bold;
  font-size: 7rem;
  color: #E6E6E6;
  position: absolute;
  z-index: -1;
  left: -42px;
  bottom: -30px;
}
.contact-main-title::after {
  content: "";
  width: 77px;
  height: 5px;
  background-color: #C03526;
  position: absolute;
  right: 0;
  bottom: -1px;
  z-index: 1;
}

.contact-info-box {
  margin-right: 50px;
  padding-bottom: 10px;
  padding-left: 20px;
}
.contact-info-box .title-box {
  padding: 10px 20px;
  color: #fff;
  background-color: #C03526;
}
.contact-info-box .contact-info-item {
  padding: 0 10px;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #E7E7E7;
}
.contact-info-box .contact-info-item .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 10px;
}
.contact-info-box .contact-info-item .item .icon {
  width: 20px;
}
.contact-info-box .contact-info-item .item .text {
  width: calc(100% - 30px);
  margin-left: 10px;
}
.contact-info-box .contact-info-item .item .text a {
  color: #242325;
}
.contact-info-box .contact-info-item:nth-last-child(1) {
  padding-top: 20px;
  border-bottom: 0px;
}
/*# sourceMappingURL=style.css.map */