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

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

::selection {
  background-color: #A82624;
  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;
}

.navbar {
  position: sticky;
  top: 0;
  z-index: 9000;
}
@media (max-width: 991.98px) {
  .navbar .navbar-brand {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    width: 200px;
  }
}
.navbar .navbar-nav .nav-item {
  margin-left: 1rem;
  margin-right: 0;
}
@media (min-width: 992px) {
  .navbar .navbar-nav .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
  }
}
.navbar .navbar-nav .nav-item .nav-link {
  display: block;
  color: inherit;
  font-weight: bold;
}
.navbar .navbar-nav .nav-item .nav-link span {
  display: block;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.navbar .navbar-nav .nav-item:hover, .navbar .navbar-nav .nav-item.active {
  color: #A82624;
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .navbar .navbar-nav .nav-item {
    margin-left: 0;
  }
}

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

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

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

.sidebar-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar-nav .metismenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sidebar-nav .metismenu li + li {
  margin-top: 5px;
}
.sidebar-nav .metismenu > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.sidebar-nav .metismenu a {
  position: relative;
  display: block;
  color: #231815;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
}
.sidebar-nav .metismenu a:hover, .sidebar-nav .metismenu a:focus, .sidebar-nav .metismenu a:active {
  color: #A82624;
  text-decoration: none;
}
.sidebar-nav .metismenu ul {
  padding-left: 1rem;
}
.sidebar-nav .metismenu .mm-active > a {
  color: #A82624;
  text-decoration: none;
  border-radius: 3px;
}

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

.onoffcanvas-toggler {
  min-width: auto;
  min-height: auto;
  width: 2rem;
  height: 2rem;
  display: block;
}

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

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

.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #A82624;
  opacity: 1;
  outline: 2px solid transparent;
  border: 2px solid transparent;
  position: relative;
}
.swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  outline: 1px solid #fff;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  outline-color: #A82624;
  border-color: #fff;
}

.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: #A82624;
  color: #fff;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

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

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

.font-pt-sans, #recruit-section1 .bg-text {
  font-family: "PT Sans Caption", sans-serif;
}

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

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

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

.fsr-13 {
  font-size: calc(0.80125rem + 0.015vw);
}
@media (min-width: 1200px) {
  .fsr-13 {
    font-size: 0.8125rem;
  }
}

.fs-14, #nav-top .search-item .search-input input {
  font-size: 0.875rem;
}

.fsr-14 {
  font-size: calc(0.8075rem + 0.09vw);
}
@media (min-width: 1200px) {
  .fsr-14 {
    font-size: 0.875rem;
  }
}

.fs-18, .form .form-control,
.form .form-select, .history-slider .history-item .detail, #about-section1 .icon-row2 .icon-item .txt-row .text, .mega-menu [class*=container] ul.product-mega-menu > li > a, .aside-list > li > a {
  font-size: 1.125rem;
}

.fsr-18 {
  font-size: calc(0.8325rem + 0.39vw);
}
@media (min-width: 1200px) {
  .fsr-18 {
    font-size: 1.125rem;
  }
}

.fs-20, .p-item .txt-row .p-name {
  font-size: 1.25rem;
}

.fsr-20 {
  font-size: calc(0.845rem + 0.54vw);
}
@media (min-width: 1200px) {
  .fsr-20 {
    font-size: 1.25rem;
  }
}

.fs-24, .history-slider .history-item .date {
  font-size: 1.5rem;
}

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

.fs-25, #about-section1 .icon-row2 .icon-item .txt-row .title {
  font-size: 1.5625rem;
}

.fsr-25, .contact-block-row .contact-block-item .title, .happiness-title4 > div.t3, .happiness-title3 > div.t3, .happiness-title2 > div.t3, .happiness-title2 > div.t2 span.t2-2, .happiness-title1 > div.t2 span.t2-2 {
  font-size: calc(0.87625rem + 0.915vw);
}
@media (min-width: 1200px) {
  .fsr-25, .contact-block-row .contact-block-item .title, .happiness-title4 > div.t3, .happiness-title3 > div.t3, .happiness-title2 > div.t3, .happiness-title2 > div.t2 span.t2-2, .happiness-title1 > div.t2 span.t2-2 {
    font-size: 1.5625rem;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fs-70 {
  font-size: 4.375rem;
}

.fsr-70, .happiness-title4, .happiness-title3, .happiness-title2, .happiness-title1 {
  font-size: calc(1.1575rem + 4.29vw);
}
@media (min-width: 1200px) {
  .fsr-70, .happiness-title4, .happiness-title3, .happiness-title2, .happiness-title1 {
    font-size: 4.375rem;
  }
}

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

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

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

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

.fs-200 {
  font-size: 12.5rem;
}

.fsr-200, #recruit-section1 .bg-text {
  font-size: calc(1.97rem + 14.04vw);
}
@media (min-width: 1200px) {
  .fsr-200, #recruit-section1 .bg-text {
    font-size: 12.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: calc(0.80125rem + 0.015vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-13 {
    font-size: 0.8125rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-14 {
    font-size: 0.875rem;
  }
  .fsr-sm-14 {
    font-size: calc(0.8075rem + 0.09vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-14 {
    font-size: 0.875rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-18 {
    font-size: 1.125rem;
  }
  .fsr-sm-18 {
    font-size: calc(0.8325rem + 0.39vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-18 {
    font-size: 1.125rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-20 {
    font-size: 1.25rem;
  }
  .fsr-sm-20 {
    font-size: calc(0.845rem + 0.54vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-20 {
    font-size: 1.25rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-24 {
    font-size: 1.5rem;
  }
  .fsr-sm-24 {
    font-size: calc(0.87rem + 0.84vw);
  }
}
@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(0.87625rem + 0.915vw);
  }
}
@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(0.88875rem + 1.065vw);
  }
}
@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(0.9075rem + 1.29vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-35 {
    font-size: 2.1875rem;
  }
  .fsr-sm-35 {
    font-size: calc(0.93875rem + 1.665vw);
  }
}
@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(0.9325rem + 1.59vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-34 {
    font-size: 2.125rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-36 {
    font-size: 2.25rem;
  }
  .fsr-sm-36 {
    font-size: calc(0.945rem + 1.74vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-36 {
    font-size: 2.25rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-40 {
    font-size: 2.5rem;
  }
  .fsr-sm-40 {
    font-size: calc(0.97rem + 2.04vw);
  }
}
@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.00125rem + 2.415vw);
  }
}
@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.0325rem + 2.79vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-50 {
    font-size: 3.125rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-70 {
    font-size: 4.375rem;
  }
  .fsr-sm-70 {
    font-size: calc(1.1575rem + 4.29vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-70 {
    font-size: 4.375rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-72 {
    font-size: 4.5rem;
  }
  .fsr-sm-72 {
    font-size: calc(1.17rem + 4.44vw);
  }
}
@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.22rem + 5.04vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-80 {
    font-size: 5rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-200 {
    font-size: 12.5rem;
  }
  .fsr-sm-200 {
    font-size: calc(1.97rem + 14.04vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-200 {
    font-size: 12.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: calc(0.80125rem + 0.015vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-13 {
    font-size: 0.8125rem;
  }
}
@media (min-width: 768px) {
  .fs-md-14 {
    font-size: 0.875rem;
  }
  .fsr-md-14 {
    font-size: calc(0.8075rem + 0.09vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-14 {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .fs-md-18 {
    font-size: 1.125rem;
  }
  .fsr-md-18 {
    font-size: calc(0.8325rem + 0.39vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-18 {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .fs-md-20 {
    font-size: 1.25rem;
  }
  .fsr-md-20 {
    font-size: calc(0.845rem + 0.54vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-20 {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .fs-md-24 {
    font-size: 1.5rem;
  }
  .fsr-md-24 {
    font-size: calc(0.87rem + 0.84vw);
  }
}
@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(0.87625rem + 0.915vw);
  }
}
@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(0.88875rem + 1.065vw);
  }
}
@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(0.9075rem + 1.29vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 768px) {
  .fs-md-35 {
    font-size: 2.1875rem;
  }
  .fsr-md-35 {
    font-size: calc(0.93875rem + 1.665vw);
  }
}
@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(0.9325rem + 1.59vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-34 {
    font-size: 2.125rem;
  }
}
@media (min-width: 768px) {
  .fs-md-36 {
    font-size: 2.25rem;
  }
  .fsr-md-36 {
    font-size: calc(0.945rem + 1.74vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-36 {
    font-size: 2.25rem;
  }
}
@media (min-width: 768px) {
  .fs-md-40 {
    font-size: 2.5rem;
  }
  .fsr-md-40 {
    font-size: calc(0.97rem + 2.04vw);
  }
}
@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.00125rem + 2.415vw);
  }
}
@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.0325rem + 2.79vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-50 {
    font-size: 3.125rem;
  }
}
@media (min-width: 768px) {
  .fs-md-70 {
    font-size: 4.375rem;
  }
  .fsr-md-70 {
    font-size: calc(1.1575rem + 4.29vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-70 {
    font-size: 4.375rem;
  }
}
@media (min-width: 768px) {
  .fs-md-72 {
    font-size: 4.5rem;
  }
  .fsr-md-72 {
    font-size: calc(1.17rem + 4.44vw);
  }
}
@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.22rem + 5.04vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-80 {
    font-size: 5rem;
  }
}
@media (min-width: 768px) {
  .fs-md-200 {
    font-size: 12.5rem;
  }
  .fsr-md-200 {
    font-size: calc(1.97rem + 14.04vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-200 {
    font-size: 12.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: calc(0.80125rem + 0.015vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-13 {
    font-size: 0.8125rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-14 {
    font-size: 0.875rem;
  }
  .fsr-lg-14 {
    font-size: calc(0.8075rem + 0.09vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-14 {
    font-size: 0.875rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-18 {
    font-size: 1.125rem;
  }
  .fsr-lg-18 {
    font-size: calc(0.8325rem + 0.39vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-18 {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-20 {
    font-size: 1.25rem;
  }
  .fsr-lg-20 {
    font-size: calc(0.845rem + 0.54vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-20 {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-24 {
    font-size: 1.5rem;
  }
  .fsr-lg-24 {
    font-size: calc(0.87rem + 0.84vw);
  }
}
@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(0.87625rem + 0.915vw);
  }
}
@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(0.88875rem + 1.065vw);
  }
}
@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(0.9075rem + 1.29vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-35 {
    font-size: 2.1875rem;
  }
  .fsr-lg-35 {
    font-size: calc(0.93875rem + 1.665vw);
  }
}
@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(0.9325rem + 1.59vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-34 {
    font-size: 2.125rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-36 {
    font-size: 2.25rem;
  }
  .fsr-lg-36 {
    font-size: calc(0.945rem + 1.74vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-36 {
    font-size: 2.25rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-40 {
    font-size: 2.5rem;
  }
  .fsr-lg-40 {
    font-size: calc(0.97rem + 2.04vw);
  }
}
@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.00125rem + 2.415vw);
  }
}
@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.0325rem + 2.79vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-50 {
    font-size: 3.125rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-70 {
    font-size: 4.375rem;
  }
  .fsr-lg-70 {
    font-size: calc(1.1575rem + 4.29vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-70 {
    font-size: 4.375rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-72 {
    font-size: 4.5rem;
  }
  .fsr-lg-72 {
    font-size: calc(1.17rem + 4.44vw);
  }
}
@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.22rem + 5.04vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-80 {
    font-size: 5rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-200 {
    font-size: 12.5rem;
  }
  .fsr-lg-200 {
    font-size: calc(1.97rem + 14.04vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-200 {
    font-size: 12.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: calc(0.80125rem + 0.015vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-13 {
    font-size: 0.8125rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-14 {
    font-size: 0.875rem;
  }
  .fsr-xl-14 {
    font-size: calc(0.8075rem + 0.09vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-14 {
    font-size: 0.875rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-18 {
    font-size: 1.125rem;
  }
  .fsr-xl-18 {
    font-size: calc(0.8325rem + 0.39vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-18 {
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-20 {
    font-size: 1.25rem;
  }
  .fsr-xl-20 {
    font-size: calc(0.845rem + 0.54vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-20 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-24 {
    font-size: 1.5rem;
  }
  .fsr-xl-24 {
    font-size: calc(0.87rem + 0.84vw);
  }
}
@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(0.87625rem + 0.915vw);
  }
}
@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(0.88875rem + 1.065vw);
  }
}
@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(0.9075rem + 1.29vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-35 {
    font-size: 2.1875rem;
  }
  .fsr-xl-35 {
    font-size: calc(0.93875rem + 1.665vw);
  }
}
@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(0.9325rem + 1.59vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-34 {
    font-size: 2.125rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-36 {
    font-size: 2.25rem;
  }
  .fsr-xl-36 {
    font-size: calc(0.945rem + 1.74vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-36 {
    font-size: 2.25rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-40 {
    font-size: 2.5rem;
  }
  .fsr-xl-40 {
    font-size: calc(0.97rem + 2.04vw);
  }
}
@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.00125rem + 2.415vw);
  }
}
@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.0325rem + 2.79vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-50 {
    font-size: 3.125rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-70 {
    font-size: 4.375rem;
  }
  .fsr-xl-70 {
    font-size: calc(1.1575rem + 4.29vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-70 {
    font-size: 4.375rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-72 {
    font-size: 4.5rem;
  }
  .fsr-xl-72 {
    font-size: calc(1.17rem + 4.44vw);
  }
}
@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.22rem + 5.04vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-80 {
    font-size: 5rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-200 {
    font-size: 12.5rem;
  }
  .fsr-xl-200 {
    font-size: calc(1.97rem + 14.04vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-200 {
    font-size: 12.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: calc(0.80125rem + 0.015vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-13 {
    font-size: 0.8125rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-14 {
    font-size: 0.875rem;
  }
  .fsr-xxl-14 {
    font-size: calc(0.8075rem + 0.09vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-14 {
    font-size: 0.875rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-18 {
    font-size: 1.125rem;
  }
  .fsr-xxl-18 {
    font-size: calc(0.8325rem + 0.39vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-18 {
    font-size: 1.125rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-20 {
    font-size: 1.25rem;
  }
  .fsr-xxl-20 {
    font-size: calc(0.845rem + 0.54vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-20 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-24 {
    font-size: 1.5rem;
  }
  .fsr-xxl-24 {
    font-size: calc(0.87rem + 0.84vw);
  }
}
@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(0.87625rem + 0.915vw);
  }
}
@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(0.88875rem + 1.065vw);
  }
}
@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(0.9075rem + 1.29vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-35 {
    font-size: 2.1875rem;
  }
  .fsr-xxl-35 {
    font-size: calc(0.93875rem + 1.665vw);
  }
}
@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(0.9325rem + 1.59vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-34 {
    font-size: 2.125rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-36 {
    font-size: 2.25rem;
  }
  .fsr-xxl-36 {
    font-size: calc(0.945rem + 1.74vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-36 {
    font-size: 2.25rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-40 {
    font-size: 2.5rem;
  }
  .fsr-xxl-40 {
    font-size: calc(0.97rem + 2.04vw);
  }
}
@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.00125rem + 2.415vw);
  }
}
@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.0325rem + 2.79vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-50 {
    font-size: 3.125rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-70 {
    font-size: 4.375rem;
  }
  .fsr-xxl-70 {
    font-size: calc(1.1575rem + 4.29vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-70 {
    font-size: 4.375rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-72 {
    font-size: 4.5rem;
  }
  .fsr-xxl-72 {
    font-size: calc(1.17rem + 4.44vw);
  }
}
@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.22rem + 5.04vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-80 {
    font-size: 5rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-200 {
    font-size: 12.5rem;
  }
  .fsr-xxl-200 {
    font-size: calc(1.97rem + 14.04vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-200 {
    font-size: 12.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 .t1 {
  line-height: 0.4113;
  margin-bottom: 43px;
}
.main-title .t1 span {
  display: inline-block;
}
.main-title .t2 {
  line-height: 0.8;
}
.main-title .t2 span {
  display: inline-block;
}
.main-title.vr-line:after {
  content: "";
  display: block;
  width: 1px;
  height: 80px;
  margin: 54px auto;
  background-image: linear-gradient(to bottom, #A82624 0, #A82624 2px, transparent 2px, transparent 4px);
  background-size: 1px 4px;
}

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

.breadcrumb-item a {
  color: #888;
}
.breadcrumb-item a:hover {
  text-decoration: underline;
}
.editor ol {
  list-style: decimal;
  padding-left: 25px;
}
.editor ul {
  list-style: inherit;
  padding-left: 25px;
}

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

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

.aside-list {
  padding-left: 40px;
  position: relative;
}
.aside-list:before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #231815;
  top: 0;
  left: 27px;
  position: absolute;
}
.aside-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.aside-list a {
  display: block;
  padding: 0.6rem;
  color: inherit;
  color: #989898;
}
.aside-list > li {
  position: relative;
}
.aside-list > li:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 5px solid #A82624;
  background-color: #fff;
  position: absolute;
  left: -23px;
  top: 13px;
}
.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 {
  color: #231815;
  font-weight: bold;
}
.aside-list > li ul {
  padding-left: 1rem;
}
.aside-list > li ul li > a {
  position: relative;
}
.aside-list > li ul li > a:before {
  content: "\f054";
  font: var(--fa-font-regular);
  display: none;
}
.aside-list > li ul li > a svg {
  position: absolute;
  left: -5px;
  top: 15px;
}
.aside-list > li ul li:hover > a, .aside-list > li ul li.mm-active > a {
  color: #231815;
  font-weight: bold;
}

.m-button {
  background-color: #A82624;
  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: #28666e;
}
.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: #A82624;
  --bs-pagination-color: #231815;
  --bs-pagination-hover-color: #fff;
  --bs-pagination-disabled-bg: none;
}
.pages .pagination .page-item {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.pages .pagination .page-link {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

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

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

footer {
  border-top: 10px solid #A82624;
}
footer a {
  color: inherit;
}
footer #footer1 {
  border-top: 10px solid #000;
  background-color: #fff;
}
footer #footer1 .place {
  border-radius: 10px;
  padding: 0.9rem;
}

.contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.contact-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.contact-list li .icon {
  border-radius: 50%;
  border: 1px solid #A82624;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #A82624;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contact-list li .t {
  line-height: 35px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.deco-circle {
  z-index: -1;
}
.deco-circle img {
  -webkit-animation: rotate 15s linear infinite;
          animation: rotate 15s linear infinite;
}
@media (max-width: 575.98px) {
  .deco-circle img {
    width: 200px;
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.inner-banner {
  position: relative;
}
.inner-banner img {
  width: 100%;
}
.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: #A82624;
  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: #A82624;
  position: absolute;
  left: -1rem;
  top: 0;
}
.mega-menu [class*=container] ul.product-mega-menu > li ul a {
  display: block;
  color: #231815;
}
.mega-menu [class*=container] ul.product-mega-menu > li ul a:hover {
  color: #A82624;
  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: #A82624;
}
.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: #A82624;
  color: #fff;
}

#index #banner {
  margin-bottom: -2px;
}

.banner-slider a {
  display: block;
  position: relative;
}
.banner-slider .banner-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner-slider .banner-txt {
  -webkit-transform: translate(100px, 0);
      -ms-transform: translate(100px, 0);
          transform: translate(100px, 0);
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.banner-slider .swiper-slide-active .banner-txt {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}

#index-about-row {
  position: relative;
}
#index-about-row .deco01 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
#index-about-row:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 200%;
  left: 0;
  top: 0;
  background-color: #A82624;
  z-index: -1;
}
#index-about-row .about-txt {
  width: 754px;
  max-width: 100%;
  margin: 0 auto;
}
#index-about-row .about-txt:after {
  content: "";
  display: block;
  width: 1px;
  height: 80px;
  margin: 54px auto;
  background-image: linear-gradient(to bottom, #fff 0, #fff 2px, transparent 2px, transparent 4px);
  background-size: 1px 4px;
}

#index-brand {
  position: relative;
}
#index-brand .deco-circle {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(20%, 0);
      -ms-transform: translate(20%, 0);
          transform: translate(20%, 0);
}

.brand-list-row {
  max-width: 880px;
  margin: 0 auto;
}

.brand-list .brand-item {
  max-width: 400px;
  margin: 0 auto;
}
.brand-list .brand-item .img-row {
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  padding: 1rem;
}

#index-product {
  background: var(--eff1ed, #EFF1ED);
}
#index-product .p-list-row {
  width: 1324px;
  max-width: 100%;
  margin: 0 auto;
}
#index-product .p-list-row [class*=container] {
  padding-bottom: 4rem;
}
#index-product .p-list-row .index-p-slider {
  padding-top: 1rem;
  padding-left: 8px;
  padding-right: 8px;
}
#index-project {
  overflow: hidden;
}
#index-project .deco-circle {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-35%, -20%);
      -ms-transform: translate(-35%, -20%);
          transform: translate(-35%, -20%);
}

#index-award {
  background-color: #A82624;
  position: relative;
}
#index-award [class*=container] {
  position: relative;
  z-index: 100;
}
#index-award .deco {
  position: absolute;
  z-index: 0;
}
#index-award .deco01 {
  left: 0;
  top: 5%;
}
#index-award .deco02 {
  right: 0;
  top: 5%;
}
#index-award .deco03 {
  right: 0;
  bottom: 0;
}
@media (max-width: 767.98px) {
  #index-award .deco01 img {
    width: 150px;
  }
  #index-award .deco02 img {
    width: 100px;
  }
  #index-award .deco03 img {
    width: 150px;
  }
}
@media (max-width: 575.98px) {
  #index-award .deco01 {
    top: 50%;
  }
  #index-award .deco01 img {
    width: 80px;
  }
  #index-award .deco02 {
    top: 50%;
  }
  #index-award .deco02 img {
    width: 100px;
  }
  #index-award .deco03 img {
    width: 100px;
  }
}

.top-champion {
  position: relative;
}
.top-champion > * {
  position: relative;
  z-index: 100;
}
.top-champion:before {
  content: "";
  display: block;
  width: 470px;
  height: 470px;
  border-radius: 50%;
  opacity: 0.2;
  background-color: #A82624;
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
.top-champion:after {
  content: "";
  position: absolute;
  display: block;
  width: 578px;
  height: 578px;
  border-radius: 50%;
  opacity: 0.2;
  background-color: #A82624;
  mix-blend-mode: multiply;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: 1;
}
.top-champion .stars-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 776px;
  max-width: 100%;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-champion .stars-row:before, .top-champion .stars-row:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #fff;
}
.top-champion .stars-row .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 2rem;
  margin-right: 2rem;
}

.award-img-row {
  width: 890px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.award-img-row .img1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 584px;
          flex: 0 1 584px;
}
.award-img-row .img2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 274px;
          flex: 0 1 274px;
}
.award-img-row img {
  border: 3px solid #D4C572;
}

#about-section1 {
  position: relative;
}
#about-section1 .deco-circle {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(20%, -20%);
      -ms-transform: translate(20%, -20%);
          transform: translate(20%, -20%);
}
#about-section1 .icon-row {
  width: 952px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem 0;
}
#about-section1 .icon-row .icon {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#about-section1 .text01 {
  width: 939px;
  max-width: 100%;
  margin: 0 auto;
}
#about-section1 .icon-row2 {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem 0;
}
#about-section1 .icon-row2 .icon-item {
  width: 326px;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 100%;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#about-section1 .icon-row2 .icon-item .icon {
  text-align: center;
}
#about-section1 .icon-row2 .icon-item .txt-row .title {
  font-weight: bold;
  line-height: 1.152;
  margin-top: 2rem;
  margin-bottom: 2.3rem;
}
#about-section1 .icon-row2 .icon-item .txt-row .text {
  line-height: 1.6;
}

#about-section2 {
  background-color: #A82624;
}
#about-section2 .history-nav-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
#about-section2 .history-prev, #about-section2 .history-next {
  position: static;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  width: 60px;
  height: 60px;
  background: none;
  color: #fff;
  border: 1px solid #fff;
}

.history-slider {
  position: relative;
}
.history-slider:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 4.2rem;
  left: 0;
}
.history-slider .swiper-slide {
  width: 180px;
  text-align: center;
}
.history-slider .swiper-wrapper {
  position: relative;
}
.history-slider .history-item {
  text-align: center;
  color: #fff;
}
.history-slider .history-item .line {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.history-slider .history-item .line span {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
}
.history-slider .history-item .line span:before {
  content: "";
  width: 22px;
  height: 22px;
  border: 1px solid #A82624;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  position: absolute;
  border-radius: 50%;
}
.history-slider .history-item .line span:after {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #A82624;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  position: absolute;
  border-radius: 50%;
}
.history-slider .history-item .date {
  font-weight: bold;
}
.history-slider .history-item .detail {
  font-weight: bold;
}

.news-list {
  margin-bottom: 20px;
}
.news-list .news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  background: #fff;
  -webkit-box-shadow: 0px 3px 20px rgba(35, 24, 21, 0.16);
          box-shadow: 0px 3px 20px rgba(35, 24, 21, 0.16);
  text-decoration: none;
  position: relative;
  margin-bottom: 40px;
  color: inherit;
}
.news-list .news-item::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #A82624;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.news-list .news-item .news-title-box {
  width: 90%;
  padding: 20px 30px;
}
.news-list .news-item .news-title-box .text-box {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #231815 !important;
}
.news-list .news-item .news-date-box {
  width: 10%;
  background: #A82624;
  padding: 20px 0;
  color: #fff;
}
.news-list .news-item:hover .title {
  color: #A82624;
}
.news-list .news-item:hover::before {
  opacity: 1;
}

@media (max-width: 991.98px) {
  .news-list .news-item .news-title-box {
    width: 85%;
  }
  .news-list .news-item .news-date-box {
    width: 15%;
    padding: 25px 0;
  }
}
@media (max-width: 767.98px) {
  .news-list .news-item .news-title-box {
    width: 100%;
  }
  .news-list .news-item .news-date-box {
    width: 100%;
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 0;
  }
}
.news-page-box {
  -webkit-box-shadow: 0px 3px 6px rgba(35, 24, 21, 0.16);
          box-shadow: 0px 3px 6px rgba(35, 24, 21, 0.16);
  border-bottom: 1px solid #C8C9CA;
}
.news-page-box .n-date-title-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;
  border-bottom: 1px solid #C8C9CA;
}
.news-page-box .n-date-title-box .n-date {
  width: 10%;
  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;
  text-align: center;
  background: #A82624;
  padding: 10px 0;
  color: #fff;
}
.news-page-box .n-date-title-box .n-title {
  padding: 10px 20px;
  width: 90%;
}
@media (max-width: 767.98px) {
  .news-page-box .n-date-title-box .n-date {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 0;
  }
}

@media (max-width: 767.98px) {
  .service-item {
    max-width: 400px;
    margin: 0 auto;
  }
}
.service-item .img-row {
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background-color: #EFF1ED;
}
.service-item .txt-row {
  padding: 0 10%;
}
.service-item .txt-row .s-name {
  line-height: 1.152;
  padding-top: 13px;
  padding-bottom: 18px;
  margin-bottom: 7px;
  position: relative;
}
.service-item .txt-row .s-name:before {
  content: "";
  display: block;
  width: 1px;
  height: 120px;
  position: absolute;
  left: -18px;
  bottom: 0;
  background-color: #A82624;
}
.service-item .txt-row .s-detail {
  line-height: 1.6;
}

#service-section1 {
  position: relative;
}
#service-section1 .deco-circle {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(20%, -20%);
      -ms-transform: translate(20%, -20%);
          transform: translate(20%, -20%);
}
#service-section1 .service-list > .col:nth-child(1) .txt-row .s-name, #service-section1 .service-list > .col:nth-child(2) .txt-row .s-name, #service-section1 .service-list > .col:nth-child(3) .txt-row .s-name {
  text-align: center;
}
#service-section1 .service-list > .col:nth-child(1) .txt-row .s-name:before, #service-section1 .service-list > .col:nth-child(2) .txt-row .s-name:before, #service-section1 .service-list > .col:nth-child(3) .txt-row .s-name:before {
  display: none;
}

#project-section1 {
  position: relative;
}
#project-section1 .deco-circle {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(20%, -20%);
      -ms-transform: translate(20%, -20%);
          transform: translate(20%, -20%);
}

.p-tab-row .tab-nav li {
  width: auto;
}
.p-tab-row .tab-nav li button {
  width: 180px;
  max-width: 100%;
  border-radius: 100px;
  background: none;
  border: 1px solid var(--28666e, #28666e);
  line-height: 1.8;
  padding: 0.5rem;
}
.p-tab-row .tab-nav li button.active {
  background-color: #A82624;
  color: #fff;
  border-color: #A82624;
}
.p-tab-row .tab-nav li:hover button {
  background-color: #A82624;
  color: #fff;
  border-color: #A82624;
}
.p-tab-row .tab-content .custom-panel {
  padding: 5px;
}
.p-tab-row .project-custom-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -25px;
  margin-right: -25px;
  padding-left: 25px;
  padding-right: 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 0;
}
.p-tab-row .project-custom-list li {
  padding-left: 25px;
  padding-right: 25px;
  width: 33.3333%;
  text-align: center;
}
.p-tab-row .project-custom-list li .content {
  line-height: 1.8;
  padding: 20px;
  border-radius: 20px;
  background: var(--FFFFFF, #FFF);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767.98px) {
  .p-tab-row .project-custom-list {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
    gap: 20px 0;
  }
  .p-tab-row .project-custom-list li {
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
  }
  .p-tab-row .project-custom-list li .content {
    padding: 10px;
  }
}

.tab-content {
  overflow: hidden;
}
.tab-content .custom-panel {
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.tab-content .custom-panel.show {
  opacity: 1;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.tab-content .custom-panel.active {
  height: auto;
  opacity: 1;
}

#product-index-section1 {
  position: relative;
}
#product-index-section1 .deco-circle {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(20%, -20%);
      -ms-transform: translate(20%, -20%);
          transform: translate(20%, -20%);
}

.p-item .img-row {
  border-radius: 10px;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  position: relative;
}
.p-item .img-row img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-item .img-row .mask {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-item .img-row .mask:after {
  content: url(../_img/layout/logo_icon.svg);
  display: block;
}
.p-item .img-row .mask:before {
  content: "";
  display: block;
  width: calc(100% - 28px);
  height: calc(100% - 28px);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 10px;
  border: 1px solid #fff;
  position: absolute;
}
.p-item .txt-row .p-name {
  font-weight: bold;
  text-align: center;
  margin-top: 1rem;
}
.p-item a {
  color: inherit;
}
.p-item a:hover .mask {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-item a:hover .img-row img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 1s;
  transition: 1s;
}
.p-item a:hover .txt-row .p-name {
  color: #28666e;
}

.p-index-list .p-index-list-item .img-row {
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  background-color: #fff;
}
.p-index-list .p-index-list-item .img-row img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 1s;
  transition: 1s;
}
.p-index-list .p-index-list-item .img-row:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 1s;
  transition: 1s;
}
.p-index-list .p-index-list-item .img-row:hover + .txt-row .p-index-list-name {
  color: #A82624;
}

.p-inner-top {
  --bs-columns: 9;
}
@media (max-width: 767.98px) {
  .p-inner-top {
    width: 350px;
    max-width: 100%;
    margin: 0 auto;
  }
}
.p-inner-top .big-slider-row {
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.p-inner-top .p-small-slider {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.p-inner-top .p-small-slider .swiper-slide {
  cursor: pointer;
}
.p-inner-top .p-small-slider .swiper-slide:hover .pic, .p-inner-top .p-small-slider .swiper-slide.swiper-slide-thumb-active .pic {
  border-color: #A82624 !important;
}
.p-inner-top .p-prev,
.p-inner-top .p-next {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.p-inner-top .p-prev:hover,
.p-inner-top .p-next:hover {
  color: inherit;
}
.p-inner-top .p-prev {
  left: 0;
}
.p-inner-top .p-next {
  right: 0;
}
.p-inner-top .p-name {
  border-bottom: 2px solid #A82624;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
}

@media (max-width: 767.98px) {
  .p-detail-row {
    width: 350px;
    max-width: 100%;
    margin: 0 auto;
  }
}

.p-detail-head {
  border-bottom: 2px solid #A82624;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
}

.big-slider-row {
  position: relative;
}

.big-slider-row #overlayZoom {
  display: none;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: 200%;
  border-radius: 0px;
  z-index: 1000;
  pointer-events: none;
}

@media screen and (max-width: 991px) {
  .big-slider-row #overlayZoom {
    display: none !important;
  }
}
.big-slider-row #overlayZoom.active + .p-big-slider .swiper-slide {
  opacity: 0;
}

#recruit-section1 {
  position: relative;
}
#recruit-section1 .bg-text {
  font-weight: bold;
  line-height: 17.5%;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #525252;
  opacity: 0.3;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: auto;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  #recruit-section1 .bg-text {
    z-index: 0;
  }
}
#recruit-section1 .deco-circle {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(20%, -20%);
      -ms-transform: translate(20%, -20%);
          transform: translate(20%, -20%);
}
#recruit-section1 .img-row .img {
  width: 773px;
  height: 511px;
  max-width: none;
  position: relative;
  -webkit-mask: url(../_img/recruit/mask.png);
          mask: url(../_img/recruit/mask.png);
  -webkit-mask-position: right center;
          mask-position: right center;
  float: right;
}
#recruit-section1 .img-row .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767.98px) {
  #recruit-section1 .img-row .img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}

#happiness .inner-banner .swiper {
  height: 100%;
}
#happiness .inner-banner .swiper-wrapper, #happiness .inner-banner .swiper-slide {
  height: 100%;
}

#happiness-section1 {
  position: relative;
  padding-bottom: 20% !important;
}
#happiness-section1 .deco-circle {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(20%, -20%);
      -ms-transform: translate(20%, -20%);
          transform: translate(20%, -20%);
}
#happiness-section1 .img-row {
  position: relative;
}
#happiness-section1 .img-row .img01 {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
}
#happiness-section1 .img-row .img01 img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767.98px) {
  #happiness-section1 .img-row .img01 {
    width: 80%;
    padding-bottom: 80%;
  }
}
#happiness-section1 .img-row .img02 {
  width: 64.18%;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: 3px solid #A82624;
  padding: 20px;
  background-color: #fff;
  -webkit-transform: translate(40%, 40%);
      -ms-transform: translate(40%, 40%);
          transform: translate(40%, 40%);
}
#happiness-section1 .img-row .img02 .img {
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
}
#happiness-section1 .img-row .img02 .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767.98px) {
  #happiness-section1 .img-row .img02 {
    -webkit-transform: translate(0, 30%);
        -ms-transform: translate(0, 30%);
            transform: translate(0, 30%);
    padding: 10px;
    width: 48%;
  }
}
#happiness-section1 .bg-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 281px;
  padding: 22px;
  border: 1px dashed #A82624;
  border-radius: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
#happiness-section1 .bg-img .circle-round {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  -webkit-animation: rotate 10s linear infinite;
          animation: rotate 10s linear infinite;
}
#happiness-section1 .bg-img .circle-round:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #A82624;
  position: absolute;
  left: 0;
  right: 0;
  top: -13px;
  margin: auto;
}
#happiness-section1 .bg-img .img03 .img {
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
#happiness-section1 .bg-img .img03 .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cocver;
     object-fit: cocver;
}
@media (max-width: 767.98px) {
  #happiness-section1 .img-row {
    margin-bottom: 4rem;
  }
  #happiness-section1 .img-row .img-row-content {
    max-width: 400px;
    margin: 0 auto;
  }
  #happiness-section1 .txt-row img {
    display: none;
  }
  #happiness-section1 .bg-img {
    position: relative;
    margin: 0 auto;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.happiness-title1 {
  text-align: right;
  line-height: 0.4114;
  font-weight: bold;
  color: rgba(168, 38, 36, 0.5);
}
.happiness-title1:after {
  content: "";
  width: 10px;
  display: block;
  height: 50%;
  background-color: rgba(168, 38, 36, 0.5);
  position: absolute;
  right: calc(0.88rem + 0.96vw);
  top: calc(1.82rem + 12.24vw);
}
@media (min-width: 1200px) {
  .happiness-title1:after {
    right: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .happiness-title1:after {
    top: 11rem;
  }
}
.happiness-title1 > div {
  display: block;
}
.happiness-title1 > div span {
  display: block;
}
.happiness-title1 > div.t1 {
  margin-bottom: 41px;
  padding-right: calc(2.87rem + 24.84vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media (min-width: 1200px) {
  .happiness-title1 > div.t1 {
    padding-right: 21.5rem;
  }
}
.happiness-title1 > div.t1 span {
  padding-left: 0.5rem;
}
.happiness-title1 > div.t1:before {
  content: "";
  display: block;
  height: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: rgba(168, 38, 36, 0.5);
}
.happiness-title1 > div.t2 {
  display: inline-block;
}
.happiness-title1 > div.t2 span.t2-2 {
  font-weight: bold;
  line-height: 1.152;
  color: #231815;
  text-align: left;
  margin-top: 40px;
}
@media (max-width: 575.98px) {
  .happiness-title1 > div.t1 {
    margin-bottom: 20px;
  }
}

.album1 {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  grid-auto-rows: 1fr 1fr 1fr;
  -ms-grid-columns: 35.7% 20px 35.7fr 20px 28.6fr;
  grid-template-columns: 35.7% 35.7fr 28.6fr;
  -ms-grid-rows: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  gap: 20px 20px;
      grid-template-areas: "img1 img2 img4" "img1 img3 img5" "img6 img8 img10" "img7 img9 img10";
  padding-right: 5%;
}
.album1 img {
  width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.album1 .img1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: img1;
}
.album1 .img2 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: img2;
}
.album1 .img3 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: img3;
}
.album1 .img4 {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: img4;
}
.album1 .img5 {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  grid-area: img5;
}
.album1 .img6 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: img6;
}
.album1 .img7 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  grid-area: img7;
}
.album1 .img8 {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  grid-area: img8;
}
.album1 .img9 {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
  grid-area: img9;
}
.album1 .img10 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 3;
  -ms-grid-column: 5;
  grid-area: img10;
}
@media (max-width: 575.98px) {
  .album1 {
    gap: 5px;
    padding-right: 10%;
  }
}

.happiness-title2 {
  line-height: 0.4114;
  font-weight: bold;
  color: rgba(168, 38, 36, 0.5);
}
.happiness-title2:after {
  content: "";
  width: 10px;
  display: block;
  height: 50%;
  background-color: rgba(168, 38, 36, 0.5);
  position: absolute;
  top: calc(1.07rem + 3.24vw);
  left: calc(0.89rem + 1.08vw);
}
@media (min-width: 1200px) {
  .happiness-title2:after {
    top: 3.5rem;
  }
}
@media (min-width: 1200px) {
  .happiness-title2:after {
    left: 1.7rem;
  }
}
.happiness-title2 > div {
  display: block;
}
.happiness-title2 > div span {
  display: block;
}
.happiness-title2 > div.t1 {
  margin-bottom: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.happiness-title2 > div.t2 {
  padding-left: calc(1.42rem + 7.44vw);
  padding-right: calc(1.72rem + 11.04vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media (min-width: 1200px) {
  .happiness-title2 > div.t2 {
    padding-left: 7rem;
  }
}
@media (min-width: 1200px) {
  .happiness-title2 > div.t2 {
    padding-right: 10rem;
  }
}
.happiness-title2 > div.t2:after {
  content: "";
  display: block;
  height: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: rgba(168, 38, 36, 0.5);
}
.happiness-title2 > div.t2 span.t2-1 {
  padding-right: 0.5rem;
}
.happiness-title2 > div.t2 span.t2-2 {
  font-weight: bold;
  line-height: 1.152;
  color: #231815;
  text-align: left;
  margin-top: 40px;
}
.happiness-title2 > div.t3 {
  color: #231815;
  font-weight: bold;
  line-height: 1.152;
  margin-top: 40px;
  padding-left: calc(1.32rem + 6.24vw);
}
@media (min-width: 1200px) {
  .happiness-title2 > div.t3 {
    padding-left: 6rem;
  }
}
@media (max-width: 575.98px) {
  .happiness-title2 > div.t1 {
    margin-bottom: 20px;
  }
}

.album2 {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  grid-auto-rows: 1fr 1fr 1fr;
  -ms-grid-columns: 55.7% 20px 26.9fr 20px 17.3fr;
  grid-template-columns: 55.7% 26.9fr 17.3fr;
  -ms-grid-rows: 1fr 20px 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 20px 20px;
      grid-template-areas: "img1 img2 img4" "img1 img3 img4";
  padding-left: 5%;
}
.album2 img {
  width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.album2 .img1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: img1;
}
.album2 .img2 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: img2;
}
.album2 .img3 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: img3;
}
.album2 .img4 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 5;
  grid-area: img4;
}
.album2 .img5 {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  grid-area: img5;
}
.album2 .img6 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: img6;
}
.album2 .img7 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  grid-area: img7;
}
@media (max-width: 575.98px) {
  .album2 {
    gap: 5px;
    padding-left: 10%;
  }
}

.album2-2 {
  margin-top: 20px;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  grid-auto-rows: 1fr 1fr 1fr;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 20px 20px;
      grid-template-areas: "img5 img6 img7";
  padding-left: 5%;
}
.album2-2 img {
  width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.album2-2 .img1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: img1;
}
.album2-2 .img2 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: img2;
}
.album2-2 .img3 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: img3;
}
.album2-2 .img4 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 5;
  grid-area: img4;
}
.album2-2 .img5 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: img5;
}
.album2-2 .img6 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: img6;
}
.album2-2 .img7 {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: img7;
}
@media (max-width: 575.98px) {
  .album2-2 {
    margin-top: 5px;
    gap: 5px;
    padding-left: 10%;
  }
}

.happiness-title3 {
  line-height: 0.4114;
  font-weight: bold;
  color: rgba(168, 38, 36, 0.5);
  text-align: right;
}
.happiness-title3:after {
  content: "";
  width: 10px;
  display: block;
  height: calc(100% - 8rem);
  background-color: rgba(168, 38, 36, 0.5);
  position: absolute;
  top: calc(1.52rem + 8.64vw);
  right: calc(0.87rem + 0.84vw);
}
@media (min-width: 1200px) {
  .happiness-title3:after {
    top: 8rem;
  }
}
@media (min-width: 1200px) {
  .happiness-title3:after {
    right: 1.5rem;
  }
}
.happiness-title3 > div {
  display: block;
}
.happiness-title3 > div span {
  display: block;
}
.happiness-title3 > div.t1 {
  margin-bottom: 41px;
  padding-right: calc(1.52rem + 8.64vw);
}
@media (min-width: 1200px) {
  .happiness-title3 > div.t1 {
    padding-right: 8rem;
  }
}
.happiness-title3 > div.t2 span.t2-1 {
  padding-right: 0.5rem;
}
.happiness-title3 > div.t3 {
  color: #231815;
  font-weight: bold;
  line-height: 1.152;
  margin-top: 40px;
  text-align: left;
  margin-bottom: 70px;
}
@media (max-width: 575.98px) {
  .happiness-title3 > div.t1 {
    margin-bottom: 20px;
  }
}

.album3 {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  grid-auto-rows: 1fr 1fr 1fr;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 20px auto 20px auto 20px auto;
  grid-template-rows: auto auto auto auto;
  gap: 20px 20px;
      grid-template-areas: "img1 img1 img2" "img3 img4 img6" "img3 img5 img6" "img7 img8 img9";
}
.album3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.album3 .img1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: img1;
}
.album3 .img2 {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: img2;
  position: relative;
}
.album3 .img2 a {
  padding-right: 20%;
  display: block;
}
.album3 .img2 img {
  width: 100%;
  height: auto;
}
.album3 .img3 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: img3;
}
.album3 .img4 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  grid-area: img4;
}
.album3 .img5 {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  grid-area: img5;
}
.album3 .img6 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  -ms-grid-column: 5;
  grid-area: img6;
}
.album3 .img7 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  grid-area: img7;
}
.album3 .img8 {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
  grid-area: img8;
}
.album3 .img9 {
  -ms-grid-row: 7;
  -ms-grid-column: 5;
  grid-area: img9;
}
.album3 .img10 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 3;
  -ms-grid-column: 5;
  grid-area: img10;
}
@media (max-width: 575.98px) {
  .album3 {
    gap: 5px;
  }
}

.happiness-title4 {
  line-height: 0.4114;
  font-weight: bold;
  color: rgba(168, 38, 36, 0.5);
}
.happiness-title4 > div {
  display: block;
}
.happiness-title4 > div span {
  display: block;
}
.happiness-title4 > div.t1 {
  margin-bottom: 41px;
  padding-right: calc(2.87rem + 24.84vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media (min-width: 1200px) {
  .happiness-title4 > div.t1 {
    padding-right: 21.5rem;
  }
}
.happiness-title4 > div.t1 span {
  padding-right: 0.5rem;
}
.happiness-title4 > div.t1:after {
  content: "";
  display: block;
  height: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: rgba(168, 38, 36, 0.5);
}
.happiness-title4 > div.t3 {
  color: #231815;
  font-weight: bold;
  line-height: 1.152;
  text-align: left;
}
@media (max-width: 575.98px) {
  .happiness-title4 > div.t1 {
    margin-bottom: 20px;
  }
}

.album4 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 20px 20px;
      grid-template-areas: "img1 img2";
}
.album4 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.album4 .img1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: img1;
}
.album4 .img2 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: img2;
}
.album4 .img3 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: img3;
}
.album4 .img4 {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: img4;
}
.album4 .img5 {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  grid-area: img5;
}
.album4 .img6 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: img6;
}
.album4 .img7 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  grid-area: img7;
}
.album4 .img8 {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  grid-area: img8;
}
.album4 .img9 {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
  grid-area: img9;
}
.album4 .img10 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 3;
  -ms-grid-column: 5;
  grid-area: img10;
}
@media (max-width: 575.98px) {
  .album4 {
    gap: 5px;
  }
}

#contact-section1 {
  position: relative;
}
#contact-section1 .deco-circle {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(20%, -20%);
      -ms-transform: translate(20%, -20%);
          transform: translate(20%, -20%);
}

.contact-block-row a {
  color: inherit;
}
.contact-block-row .contact-block-item {
  border-radius: 25px;
  border: 1px solid #EFF1ED;
  background: #EFF1ED;
  padding: 32px 25px;
  height: 100%;
}
.contact-block-row .contact-block-item .title {
  font-weight: bold;
  line-height: 1.152;
  margin-bottom: 20px;
}
.contact-block-row .contact-block-item .contact-list {
  gap: 10px;
}
.contact-block-row .contact-block-item .contact-list li {
  gap: 5px;
  color: #376996;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.contact-block-row .contact-block-item .contact-list li .icon {
  border: 0;
  width: 16px;
  height: auto;
  line-height: 1.8;
  color: #376996;
  padding-top: 7px;
}
.contact-block-row .contact-block-item .contact-list li .t {
  line-height: 1.8;
}
.contact-block-row .contact-block-item .contact-hr {
  color: #989898;
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1rem 0;
}
.contact-block-row .contact-block-item .contact-hr span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 20px;
}
.contact-block-row .contact-block-item .contact-hr:before, .contact-block-row .contact-block-item .contact-hr:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #989898;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.contact-block-row .contact-block-item .contact-list2-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.contact-block-row .contact-block-item .contact-list2-row .contact-list2-item .contact-list2-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #28666e;
  line-height: 1.8;
  gap: 5px;
  margin-bottom: 10px;
}
.contact-block-row .contact-block-item .contact-list2-row .contact-list2-item .contact-list2-title .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contact-block-row .contact-block-item .contact-list2-row .contact-list2-item .contact-list2-title .t {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: bold;
}
.contact-block-row .contact-block-item .contact-list2-row .contact-list2-item .contact-list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.contact-block-row .contact-block-item .contact-list2-row .contact-list2-item .contact-list2 li {
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-block-row .contact-block-item .contact-list2-row .contact-list2-item .contact-list2 li .head {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contact-block-row .contact-block-item .contact-list2-row .contact-list2-item .contact-list2 li .t {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 575.98px) {
  .contact-block-row {
    font-size: 12px;
  }
  .contact-block-row .contact-block-item {
    padding: 20px 10px !important;
  }
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.form .form-control,
.form .form-select {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #000;
  background: none;
  line-height: 1.6;
  padding: 10px;
}
.form .form-control:not(:-moz-placeholder-shown), .form .form-select:not(:-moz-placeholder-shown) {
  border-color: #A82624;
}
.form .form-control:not(:-ms-input-placeholder), .form .form-select:not(:-ms-input-placeholder) {
  border-color: #A82624;
}
.form .form-control:focus, .form .form-control:not(:placeholder-shown),
.form .form-select:focus,
.form .form-select:not(:placeholder-shown) {
  border-color: #A82624;
}
.form textarea.form-control {
  min-height: 180px;
}
.form .l-head {
  width: 100%;
  max-width: 4rem;
}
.form .form-floating label:after {
  display: none;
}
.form .form-floating.required label:before {
  content: "*";
  display: inline-block;
  position: absolute;
  right: 0;
  color: #A82624;
}
.form .custom-file-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form .file-button {
  background-color: #939393;
  border: none;
  color: white;
  border-radius: 5px;
  padding: 0.5rem 1.5rem;
  cursor: pointer;
}
.form .file-name {
  margin-left: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}

.contact-left .info-row a {
  color: inherit;
}
.contact-left .info-row a:hover {
  text-decoration: underline;
  color: #A82624;
}
.contact-left .social-row {
  border-top: 1px solid #E4E7EA;
}
/*# sourceMappingURL=style.css.map */