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

::-moz-selection {
  background-color: #243A76;
  color: #fff;
}

::selection {
  background-color: #243A76;
  color: #fff;
}

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

body {
  position: relative;
  line-height: 1.8;
}

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

:root {
  --header-color: #fff;
}

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

.left-menu,
.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;
  overflow: hidden;
}
.left-menu ul,
.sidebar-nav .metismenu ul {
  padding-left: 1rem;
  position: relative;
}
.left-menu ul:before,
.sidebar-nav .metismenu ul:before {
  content: "";
  display: block;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.1;
  z-index: -1;
  left: 0;
  top: 0;
  position: absolute;
}
.left-menu ul[class*=mm-col]:before,
.sidebar-nav .metismenu ul[class*=mm-col]:before {
  visibility: visible;
}
.left-menu > li,
.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;
}
.left-menu > li:first-child,
.sidebar-nav .metismenu > li:first-child {
  margin-top: 5px;
}
.left-menu > li:first-child::before,
.sidebar-nav .metismenu > li:first-child::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  left: 0;
  top: 0;
  opacity: 0.5;
}
.left-menu > li:after,
.sidebar-nav .metismenu > li:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  left: 0;
  bottom: 0;
  opacity: 0.5;
}
.left-menu li,
.sidebar-nav .metismenu 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,
.sidebar-nav .metismenu li:first-child {
  margin-top: 5px;
}
.left-menu li:last-child,
.sidebar-nav .metismenu li:last-child {
  margin-bottom: 5px;
}
.left-menu a,
.sidebar-nav .metismenu 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,
.sidebar-nav .metismenu a[href="#"] .arrows,
.sidebar-nav .metismenu a[href=""] .arrows {
  display: none;
}
.left-menu a[href="#"] .arrows:before, .left-menu a[href=""] .arrows:before,
.sidebar-nav .metismenu a[href="#"] .arrows:before,
.sidebar-nav .metismenu a[href=""] .arrows:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.left-menu a:hover,
.sidebar-nav .metismenu a:hover {
  color: #fff;
}
.left-menu a:focus,
.sidebar-nav .metismenu a:focus {
  color: #fff;
}
.left-menu a:active,
.sidebar-nav .metismenu a:active {
  color: #fff;
}
.left-menu a.has-submenu,
.sidebar-nav .metismenu 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,
.sidebar-nav .metismenu a.has-submenu span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.left-menu a.has-submenu .arrows,
.sidebar-nav .metismenu 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,
.sidebar-nav .metismenu a.has-submenu .arrows:after {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  display: block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.left-menu a.has-submenu .arrows[aria-expanded=true]:after,
.sidebar-nav .metismenu a.has-submenu .arrows[aria-expanded=true]:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.left-menu ul,
.sidebar-nav .metismenu ul {
  padding-left: 1rem;
}
.sidebar-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.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;
  border: 0;
}
.onoffcanvas-toggler:before, .onoffcanvas-toggler:after {
  border-color: var(--header-color);
}

.desktop-menu-toggler {
  margin-left: 43px;
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  -webkit-transition: var(--bs-navbar-toggler-transition);
  transition: var(--bs-navbar-toggler-transition);
  position: relative;
  display: inline-block;
  min-width: 2.5rem;
  min-height: 2.5rem;
  cursor: pointer;
  padding: 0;
  vertical-align: middle;
  white-space: nowrap;
  min-width: auto;
  min-height: auto;
  width: 2rem;
  height: 2rem;
  display: block;
  border: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.desktop-menu-toggler:before, .desktop-menu-toggler:after {
  content: "";
  position: absolute;
  width: 80%;
  left: 10%;
  top: 50%;
  border-style: solid;
  border-color: var(--header-color);
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.desktop-menu-toggler:after {
  border-width: 2px 0;
  height: 50%;
}
.desktop-menu-toggler:before {
  border-width: 2px 0 0 0;
}
.desktop-menu-toggler.active:before, .desktop-menu-toggler.active:after {
  width: 100%;
  height: 2px;
  left: 0;
}
.desktop-menu-toggler.active:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.desktop-menu-toggler.active:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-width: 2px 0 0 0;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9000;
}
.navbar:before {
  content: "";
  display: block;
  z-index: 1;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.navbar [class*=container] {
  position: relative;
  z-index: 100;
}
@media (max-width: 991.98px) {
  .navbar .navbar-brand {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    width: 200px;
  }
}
.navbar .navbar-nav {
  color: #fff;
}
.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;
    max-height: 700px;
    overflow-x: auto;
  }
}
.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: #243A76;
}
.navbar:hover, .navbar.active {
  --header-color: #000000;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
}
.navbar:hover:before, .navbar.active:before {
  display: none;
}
.navbar:hover .navbar-brand svg .logo-text path, .navbar.active .navbar-brand svg .logo-text path {
  fill: #243A76 !important;
}
.navbar:hover .navbar-nav, .navbar.active .navbar-nav {
  color: #000000;
}

.nav-lang {
  margin-left: 30px;
  margin-right: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: var(--header-color);
}
.nav-lang .dropdown-menu {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 120px;
  min-width: auto;
}
.nav-lang:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  min-width: 180px;
  text-align: center;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #243A76;
  border-radius: 0;
}
.dropdown-menu > li .dropdown-item {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #243A76;
}
.dropdown-menu > li:active a, .dropdown-menu > li:focus a, .dropdown-menu > li:hover a, .dropdown-menu > li.active a {
  background-color: #243A76;
  color: #ffd700;
}
.dropdown-menu > li:active a.dropdown-item, .dropdown-menu > li:focus a.dropdown-item, .dropdown-menu > li:hover a.dropdown-item, .dropdown-menu > li.active a.dropdown-item {
  background-color: #243A76;
}

.nav-right .lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav-right .lang a {
  display: block;
  border-radius: 5px;
  border: 1px solid #000;
  color: inherit;
  width: 2.3rem;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}
.nav-right .lang a:hover {
  background-color: #243A76;
  color: #fff;
}
.nav-right .lang a.active {
  color: #fff;
  background-color: #000;
}
.nav-right .lang a + a {
  margin-left: -5px;
}

.desktop-menu-toggler {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.desktop-menu-toggler:hover {
  opacity: 0.8;
}
.desktop-menu-toggler.active .icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.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 {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #ffd700;
  opacity: 1;
  outline: none;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #243A76;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  cursor: pointer;
  z-index: 1000;
  width: auto;
  height: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  outline: none;
  background: none;
  width: auto;
  height: auto;
}
.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:after,
.swiper-button-next:after {
  display: none;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  height: 1em;
  width: auto;
}

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

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

:root {
  --fa-from--zoom: 0;
  --fa-to--zoom: 1;
  --fa-start--zoom: 0;
  --fa-end--zoom: 1;
  --fa-from--fade: 0;
  --fa-to--fade: 1;
  --fa-start--fade: 0;
  --fa-end--fade: 1;
  --fa-from--left-right: 0;
  --fa-to--left-right: 1;
  --fa-start--left-right: 0;
  --fa-end--left-right: 1;
  --fa-from--right-left: 0;
  --fa-to--right-left: 1;
  --fa-start--right-left: 0;
  --fa-end--right-left: 1;
  --fa-from--top-bottom: 0;
  --fa-to--top-bottom: 1;
  --fa-start--top-bottom: 0;
  --fa-end--top-bottom: 1;
  --fa-from--bottom-top: 0;
  --fa-to--bottom-top: 1;
  --fa-start--bottom-top: 0;
  --fa-end--bottom-top: 1;
  --fa-from--sweep-btt: 0;
  --fa-to--sweep-btt: 1;
  --fa-start--sweep-btt: 0;
  --fa-end--sweep-btt: 1;
  --fa-from--sweep-ttb: 0;
  --fa-to--sweep-ttb: 1;
  --fa-start--sweep-ttb: 0;
  --fa-end--sweep-ttb: 1;
  --fa-from--sweep-ltr: 0;
  --fa-to--sweep-ltr: 1;
  --fa-start--sweep-ltr: 0;
  --fa-end--sweep-ltr: 1;
  --fa-from--sweep-rtl: 0;
  --fa-to--sweep-rtl: 1;
  --fa-start--sweep-rtl: 0;
  --fa-end--sweep-rtl: 1;
  --fa-from--sweep-center-h: 0;
  --fa-to--sweep-center-h: 1;
  --fa-start--sweep-center-h: 0;
  --fa-end--sweep-center-h: 1;
  --fa-from--sweep-center-v: 0;
  --fa-to--sweep-center-v: 1;
  --fa-start--sweep-center-v: 0;
  --fa-end--sweep-center-v: 1;
  --fa-from--circle: 0;
  --fa-to--circle: 1;
  --fa-start--circle: 0;
  --fa-end--circle: 1;
  --fa-from--circle-tl: 0;
  --fa-to--circle-tl: 1;
  --fa-start--circle-tl: 0;
  --fa-end--circle-tl: 1;
  --fa-from--circle-tr: 0;
  --fa-to--circle-tr: 1;
  --fa-start--circle-tr: 0;
  --fa-end--circle-tr: 1;
  --fa-from--circle-bl: 0;
  --fa-to--circle-bl: 1;
  --fa-start--circle-bl: 0;
  --fa-end--circle-bl: 1;
  --fa-from--circle-br: 0;
  --fa-to--circle-br: 1;
  --fa-start--circle-br: 0;
  --fa-end--circle-br: 1;
  --fa-from--blinds-h: 0;
  --fa-to--blinds-h: 1;
  --fa-start--blinds-h: 0;
  --fa-end--blinds-h: 1;
  --fa-from--rotate: 0;
  --fa-to--rotate: 1;
  --fa-start--rotate: 0;
  --fa-end--rotate: 1;
  --fa-from--text-reveal: 0;
  --fa-to--text-reveal: 1;
  --fa-start--text-reveal: 0;
  --fa-end--text-reveal: 1;
  --fa-from--text-reveal-white: 0;
  --fa-to--text-reveal-white: 1;
  --fa-start--text-reveal-white: 0;
  --fa-end--text-reveal-white: 1;
  --fa-from--custom: 0;
  --fa-to--custom: 1;
  --fa-start--custom: 0;
  --fa-end--custom: 1;
  --fba-delay: 0.1s;
  --fba-duration: 1s;
  --fba-duration-text: 1;
}

.fa--custom {
  --fa-scaled--custom: clamp(var(--fa-from--custom), calc((var(--fa-percent) - var(--fa-start--custom)) / (var(--fa-end--custom) - var(--fa-start--custom)) * (var(--fa-to--custom) - var(--fa-from--custom)) + var(--fa-from--custom)), var(--fa-to--custom));
}

.fa--custom.fa--reverse {
  --fa-progress: calc((var(--fa-percent) - var(--fa-start--custom)) / (var(--fa-end--custom) - var(--fa-start--custom)));
  --fa-reverse-progress: calc(1 - (var(--fa-progress) * 2 - 1) * (var(--fa-progress) * 2 - 1));
  --fa-scaled--custom: clamp(var(--fa-from--custom), calc(var(--fa-from--custom) + (var(--fa-to--custom) - var(--fa-from--custom)) * var(--fa-reverse-progress)), var(--fa-to--custom));
}

.fa--custom:not(.fa--custom--inv) {
  --fa-scroll--custom: var(--fa-scaled--custom);
}

.fa--custom.fa--custom--inv {
  --fa-scroll--custom: calc((var(--fa-scaled--custom) - 1) * -1);
}

.fa--custom--from-5:not(.fa--custom--inv) {
  --fa-from--custom: .05;
}

.fa--custom--from-5.fa--custom--inv {
  --fa-to--custom: .95;
}

.fa--custom--to-5:not(.fa--custom--inv) {
  --fa-to--custom: .05;
}

.fa--custom--to-5.fa--custom--inv {
  --fa-from--custom: .95;
}

.fa--custom--from-10:not(.fa--custom--inv) {
  --fa-from--custom: .1;
}

.fa--custom--from-10.fa--custom--inv {
  --fa-to--custom: .9;
}

.fa--custom--to-10:not(.fa--custom--inv) {
  --fa-to--custom: .1;
}

.fa--custom--to-10.fa--custom--inv {
  --fa-from--custom: .9;
}

.fa--custom--from-15:not(.fa--custom--inv) {
  --fa-from--custom: .15;
}

.fa--custom--from-15.fa--custom--inv {
  --fa-to--custom: .85;
}

.fa--custom--to-15:not(.fa--custom--inv) {
  --fa-to--custom: .15;
}

.fa--custom--to-15.fa--custom--inv {
  --fa-from--custom: .85;
}

.fa--custom--from-20:not(.fa--custom--inv) {
  --fa-from--custom: .2;
}

.fa--custom--from-20.fa--custom--inv {
  --fa-to--custom: .8;
}

.fa--custom--to-20:not(.fa--custom--inv) {
  --fa-to--custom: .2;
}

.fa--custom--to-20.fa--custom--inv {
  --fa-from--custom: .8;
}

.fa--custom--from-25:not(.fa--custom--inv) {
  --fa-from--custom: .25;
}

.fa--custom--from-25.fa--custom--inv {
  --fa-to--custom: .75;
}

.fa--custom--to-25:not(.fa--custom--inv) {
  --fa-to--custom: .25;
}

.fa--custom--to-25.fa--custom--inv {
  --fa-from--custom: .75;
}

.fa--custom--from-30:not(.fa--custom--inv) {
  --fa-from--custom: .3;
}

.fa--custom--from-30.fa--custom--inv {
  --fa-to--custom: .7;
}

.fa--custom--to-30:not(.fa--custom--inv) {
  --fa-to--custom: .3;
}

.fa--custom--to-30.fa--custom--inv {
  --fa-from--custom: .7;
}

.fa--custom--from-35:not(.fa--custom--inv) {
  --fa-from--custom: .35;
}

.fa--custom--from-35.fa--custom--inv {
  --fa-to--custom: .65;
}

.fa--custom--to-35:not(.fa--custom--inv) {
  --fa-to--custom: .35;
}

.fa--custom--to-35.fa--custom--inv {
  --fa-from--custom: .65;
}

.fa--custom--from-40:not(.fa--custom--inv) {
  --fa-from--custom: .4;
}

.fa--custom--from-40.fa--custom--inv {
  --fa-to--custom: .6;
}

.fa--custom--to-40:not(.fa--custom--inv) {
  --fa-to--custom: .4;
}

.fa--custom--to-40.fa--custom--inv {
  --fa-from--custom: .6;
}

.fa--custom--from-45:not(.fa--custom--inv) {
  --fa-from--custom: .45;
}

.fa--custom--from-45.fa--custom--inv {
  --fa-to--custom: .55;
}

.fa--custom--to-45:not(.fa--custom--inv) {
  --fa-to--custom: .45;
}

.fa--custom--to-45.fa--custom--inv {
  --fa-from--custom: .55;
}

.fa--custom--from-50:not(.fa--custom--inv) {
  --fa-from--custom: .5;
}

.fa--custom--from-50.fa--custom--inv,
.fa--custom--to-50:not(.fa--custom--inv) {
  --fa-to--custom: .5;
}

.fa--custom--to-50.fa--custom--inv {
  --fa-from--custom: .5;
}

.fa--custom--end-50 {
  --fa-end--custom: .5;
}

.fa--custom--from-55:not(.fa--custom--inv) {
  --fa-from--custom: .55;
}

.fa--custom--from-55.fa--custom--inv {
  --fa-to--custom: .45;
}

.fa--custom--to-55:not(.fa--custom--inv) {
  --fa-to--custom: .55;
}

.fa--custom--to-55.fa--custom--inv {
  --fa-from--custom: .45;
}

.fa--custom--from-60:not(.fa--custom--inv) {
  --fa-from--custom: .6;
}

.fa--custom--from-60.fa--custom--inv {
  --fa-to--custom: .4;
}

.fa--custom--to-60:not(.fa--custom--inv) {
  --fa-to--custom: .6;
}

.fa--custom--to-60.fa--custom--inv {
  --fa-from--custom: .4;
}

.fa--custom--from-65:not(.fa--custom--inv) {
  --fa-from--custom: .65;
}

.fa--custom--from-65.fa--custom--inv {
  --fa-to--custom: .35;
}

.fa--custom--to-65:not(.fa--custom--inv) {
  --fa-to--custom: .65;
}

.fa--custom--to-65.fa--custom--inv {
  --fa-from--custom: .35;
}

.fa--custom--from-70:not(.fa--custom--inv) {
  --fa-from--custom: .7;
}

.fa--custom--from-70.fa--custom--inv {
  --fa-to--custom: .3;
}

.fa--custom--to-70:not(.fa--custom--inv) {
  --fa-to--custom: .7;
}

.fa--custom--to-70.fa--custom--inv {
  --fa-from--custom: .3;
}

.fa--custom--from-75:not(.fa--custom--inv) {
  --fa-from--custom: .75;
}

.fa--custom--from-75.fa--custom--inv {
  --fa-to--custom: .25;
}

.fa--custom--to-75:not(.fa--custom--inv) {
  --fa-to--custom: .75;
}

.fa--custom--to-75.fa--custom--inv {
  --fa-from--custom: .25;
}

.fa--custom--from-80:not(.fa--custom--inv) {
  --fa-from--custom: .8;
}

.fa--custom--from-80.fa--custom--inv {
  --fa-to--custom: .2;
}

.fa--custom--to-80:not(.fa--custom--inv) {
  --fa-to--custom: .8;
}

.fa--custom--to-80.fa--custom--inv {
  --fa-from--custom: .2;
}

.fa--custom--from-85:not(.fa--custom--inv) {
  --fa-from--custom: .85;
}

.fa--custom--from-85.fa--custom--inv {
  --fa-to--custom: .15;
}

.fa--custom--to-85:not(.fa--custom--inv) {
  --fa-to--custom: .85;
}

.fa--custom--to-85.fa--custom--inv {
  --fa-from--custom: .15;
}

.fa--custom--from-90:not(.fa--custom--inv) {
  --fa-from--custom: .9;
}

.fa--custom--from-90.fa--custom--inv {
  --fa-to--custom: .1;
}

.fa--custom--to-90:not(.fa--custom--inv) {
  --fa-to--custom: .9;
}

.fa--custom--to-90.fa--custom--inv {
  --fa-from--custom: .1;
}

.fa--custom--from-95:not(.fa--custom--inv) {
  --fa-from--custom: .95;
}

.fa--custom--from-95.fa--custom--inv {
  --fa-to--custom: .05;
}

.fa--custom--to-95:not(.fa--custom--inv) {
  --fa-to--custom: .95;
}

.fa--custom--to-95.fa--custom--inv {
  --fa-from--custom: .05;
}

.fb-word span {
  --fa-delay-text: calc(var(--fa-t) * var(--fba-duration-text) / 3.5 + var(--fba-delay));
  -webkit-animation-delay: var(--fa-delay-text);
          animation-delay: var(--fa-delay-text);
  -webkit-animation-duration: calc(var(--fba-duration) / 3);
          animation-duration: calc(var(--fba-duration) / 3);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform-origin: left;
          transform-origin: left;
  opacity: 0;
  display: inline-block;
}

@-webkit-keyframes fb-anim--visible {
  to {
    opacity: 1;
  }
}

@keyframes fb-anim--visible {
  to {
    opacity: 1;
  }
}
[data-aos=text-fade] .fb-word > span {
  opacity: 0;
}
[data-aos=text-fade].aos-animate .fb-word > span {
  -webkit-animation-name: fa-text-fade;
          animation-name: fa-text-fade;
}

@-webkit-keyframes fa-text-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fa-text-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
[data-aos=text-blur] .fb-word > span {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
[data-aos=text-blur].aos-animate .fb-word > span {
  -webkit-animation-name: fa-text-blur, fb-anim--visible;
          animation-name: fa-text-blur, fb-anim--visible;
}

@-webkit-keyframes fa-text-blur {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}

@keyframes fa-text-blur {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
[data-aos=text-flip-x] .fb-word > span {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
[data-aos=text-flip-x].aos-animate .fb-word > span {
  -webkit-animation-name: fa-text-flip-x, fb-anim--visible;
          animation-name: fa-text-flip-x, fb-anim--visible;
}

@-webkit-keyframes fa-text-flip-x {
  0% {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}

@keyframes fa-text-flip-x {
  0% {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}
[data-aos=text-flip-y] .fb-word > span {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
[data-aos=text-flip-y].aos-animate .fb-word > span {
  -webkit-animation-name: fa-text-flip-y, fb-anim--visible;
          animation-name: fa-text-flip-y, fb-anim--visible;
}

@-webkit-keyframes fa-text-flip-y {
  0% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

@keyframes fa-text-flip-y {
  0% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
[data-aos=zoom-in] .fb-word > span {
  -webkit-transform: scale(0);
          transform: scale(0);
}
[data-aos=zoom-in].aos-animate .fb-word > span {
  -webkit-animation-name: fa-zoom-in, fb-anim--visible;
          animation-name: fa-zoom-in, fb-anim--visible;
}

@-webkit-keyframes fa-zoom-in {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fa-zoom-in {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
[data-aos=zoom-out] .fb-word > span {
  -webkit-transform: scale(2);
          transform: scale(2);
}
[data-aos=zoom-out].aos-animate .fb-word > span {
  -webkit-animation-name: fa-zoom-out, fb-anim--visible;
          animation-name: fa-zoom-out, fb-anim--visible;
}

@-webkit-keyframes fa-zoom-out {
  0% {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fa-zoom-out {
  0% {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
[data-aos=slide-down] .fb-word > span {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
[data-aos=slide-down].aos-animate .fb-word > span {
  -webkit-animation-name: fa-slide-down, fb-anim--visible;
          animation-name: fa-slide-down, fb-anim--visible;
}

@-webkit-keyframes fa-slide-down {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fa-slide-down {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
[data-aos=slide-up] .fb-word > span {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
[data-aos=slide-up].aos-animate .fb-word > span {
  -webkit-animation-name: fa-slide-up, fb-anim--visible;
          animation-name: fa-slide-up, fb-anim--visible;
}

@-webkit-keyframes fa-slide-up {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fa-slide-up {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fa--mouse-3d {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.fa--mouse-3d-wrapper:not(:hover) .fa--mouse-3d:not(.fa--mouse--bounce) {
  -webkit-transition: all 0.35s, -webkit-transform 0.3s 0.1s !important;
  transition: all 0.35s, -webkit-transform 0.3s 0.1s !important;
  transition: all 0.35s, transform 0.3s 0.1s !important;
  transition: all 0.35s, transform 0.3s 0.1s, -webkit-transform 0.3s 0.1s !important;
}

.fa--mouse-3d-wrapper:hover .fa--mouse-3d:not(.fa--mouse--bounce) {
  -webkit-transition: all 0.35s, -webkit-transform 0.1s !important;
  transition: all 0.35s, -webkit-transform 0.1s !important;
  transition: all 0.35s, transform 0.1s !important;
  transition: all 0.35s, transform 0.1s, -webkit-transform 0.1s !important;
}

.fa--mouse-3d {
  --fa-factor-x: 1.25deg;
  --fa-factor-y: 1.25deg;
  -webkit-transform: rotateX(calc(var(--fa-mouse-x) * var(--fa-factor-x))) rotateY(calc(var(--fa-mouse-y) * var(--fa-factor-y)));
          transform: rotateX(calc(var(--fa-mouse-x) * var(--fa-factor-x))) rotateY(calc(var(--fa-mouse-y) * var(--fa-factor-y)));
}

.fa--mouse-3d__inner {
  -webkit-transform: translatez(100px) scale(0.85);
          transform: translatez(100px) scale(0.85);
}

.fa--mouse-move:not(.fa--mouse--bounce):not(:hover) {
  -webkit-transition: all 0.35s, -webkit-transform 0.3s 0.1s !important;
  transition: all 0.35s, -webkit-transform 0.3s 0.1s !important;
  transition: all 0.35s, transform 0.3s 0.1s !important;
  transition: all 0.35s, transform 0.3s 0.1s, -webkit-transform 0.3s 0.1s !important;
}

.fa--mouse-move:not(.fa--mouse--bounce):hover {
  -webkit-transition: all 0.35s, -webkit-transform 0.1s !important;
  transition: all 0.35s, -webkit-transform 0.1s !important;
  transition: all 0.35s, transform 0.1s !important;
  transition: all 0.35s, transform 0.1s, -webkit-transform 0.1s !important;
}

.fa--mouse-move {
  --fa-factor-x: .25px;
  --fa-factor-y: .25px;
  -webkit-transform: translate(calc(var(--fa-mouse-x) * var(--fa-factor-x)), calc(var(--fa-mouse-y) * var(--fa-factor-y)));
          transform: translate(calc(var(--fa-mouse-x) * var(--fa-factor-x)), calc(var(--fa-mouse-y) * var(--fa-factor-y)));
}

[class*=fb-hover],
[class*=fb-hover]:after,
[class^=fb-hover],
[class^=fb-hover]:after {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-property: all;
  transition-property: all;
}

[class*=fb-hover]:hover,
[class*=fb-hover]:hover:after,
[class^=fb-hover]:hover,
[class^=fb-hover]:hover:after {
  -webkit-animation-delay: 0s !important;
          animation-delay: 0s !important;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
}

.fb-hover:hover {
  -webkit-animation-name: fb-hover;
          animation-name: fb-hover;
}

.hover-primary {
  --fba-primary: #243A76;
}

.hover-primary2 {
  --fba-primary: #ffd700;
}

.hover-primary3 {
  --fba-primary: #a7754d;
}

.hover-c1 {
  --fba-primary: #000000;
}

.hover-c2 {
  --fba-primary: #2b2b2b;
}

.hover-c3 {
  --fba-primary: #f5f3f5;
}

.hover-c4 {
  --fba-primary: #878787;
}

@-webkit-keyframes fb-hover {
  0% {
    -webkit-box-shadow: 0 0 0 0 var(--fba-primary);
            box-shadow: 0 0 0 0 var(--fba-primary);
  }
  to {
    -webkit-box-shadow: 0 0 0 3em transparent;
            box-shadow: 0 0 0 3em transparent;
  }
}

@keyframes fb-hover {
  0% {
    -webkit-box-shadow: 0 0 0 0 var(--fba-primary);
            box-shadow: 0 0 0 0 var(--fba-primary);
  }
  to {
    -webkit-box-shadow: 0 0 0 3em transparent;
            box-shadow: 0 0 0 3em transparent;
  }
}
.hover-up:hover {
  -webkit-transform: scale(1.05) translateY(-3%);
          transform: scale(1.05) translateY(-3%);
}

.hover-zoom {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.hover-zoom:hover {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.hover-zoom-out:hover,
.hover-zoom:hover {
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
          transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.hover-zoom-out:hover {
  -webkit-transform: scale(0.93);
          transform: scale(0.93);
}

[data-aos=sweep-ltr] {
  opacity: 0;
}
[data-aos=sweep-ltr].aos-animate {
  opacity: 1;
  -webkit-animation: fa-sweep-ltr 0.5s ease-in-out forwards;
          animation: fa-sweep-ltr 0.5s ease-in-out forwards;
}

@-webkit-keyframes fa-sweep-ltr {
  0% {
    clip-path: polygon(0 0, 1% 0, 1% 100%, 0 100%);
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

@keyframes fa-sweep-ltr {
  0% {
    clip-path: polygon(0 0, 1% 0, 1% 100%, 0 100%);
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-webkit-keyframes floatBlob {
  0%, 100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
  25% {
    -webkit-transform: translate(50px, -35px) scale(1.1);
            transform: translate(50px, -35px) scale(1.1);
  }
  50% {
    -webkit-transform: translate(-30px, 40px) scale(0.9);
            transform: translate(-30px, 40px) scale(0.9);
  }
  75% {
    -webkit-transform: translate(35px, 25px) scale(1.05);
            transform: translate(35px, 25px) scale(1.05);
  }
}
@keyframes floatBlob {
  0%, 100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
  25% {
    -webkit-transform: translate(50px, -35px) scale(1.1);
            transform: translate(50px, -35px) scale(1.1);
  }
  50% {
    -webkit-transform: translate(-30px, 40px) scale(0.9);
            transform: translate(-30px, 40px) scale(0.9);
  }
  75% {
    -webkit-transform: translate(35px, 25px) scale(1.05);
            transform: translate(35px, 25px) scale(1.05);
  }
}
@-webkit-keyframes subtleFlicker {
  0%, 100% {
    opacity: 0.6;
  }
  20% {
    opacity: 0.4;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0.5;
  }
  80% {
    opacity: 0.8;
  }
}
@keyframes subtleFlicker {
  0%, 100% {
    opacity: 0.6;
  }
  20% {
    opacity: 0.4;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0.5;
  }
  80% {
    opacity: 0.8;
  }
}
.fs-12 {
  font-size: 0.75rem;
}

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

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

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

.fs-14, .contact-list li .icon, #nav-top .search-item .search-input input, .breadcrumb-item {
  font-size: 0.875rem;
}

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

.fs-18, #index--service-product .product-row .product-content-col .index-product-list .index-product-item, .mega-menu [class*=container] ul.product-mega-menu > li > a {
  font-size: 1.125rem;
}

.fsr-18, .history-content .history-list .history-item .content, .contact-list li .text {
  font-size: 1.125rem;
}

.fs-20, .custom-list .customer-category .category-header h2, #index-product .p-item .p-name .name {
  font-size: 1.25rem;
}

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

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

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

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

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

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

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

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

.fsr-30, .history-content .history-list .history-item .years .year {
  font-size: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  .fsr-30, .history-content .history-list .history-item .years .year {
    font-size: 1.875rem;
  }
}

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

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

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

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

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

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

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

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

.fs-48 {
  font-size: 3rem;
}

.fsr-48 {
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .fsr-48 {
    font-size: 3rem;
  }
}

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

.fsr-50, #index-product .p-item .p-name .product-number {
  font-size: calc(1.4375rem + 2.25vw);
}
@media (min-width: 1200px) {
  .fsr-50, #index-product .p-item .p-name .product-number {
    font-size: 3.125rem;
  }
}

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

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

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

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

.fs-100 {
  font-size: 6.25rem;
}

.fsr-100, #inquiry-cart .big-title .title, #company-history .big-title .title, #index--service-product .product-section .big-title .title {
  font-size: calc(1.75rem + 6vw);
}
@media (min-width: 1200px) {
  .fsr-100, #inquiry-cart .big-title .title, #company-history .big-title .title, #index--service-product .product-section .big-title .title {
    font-size: 6.25rem;
  }
}

.fs-128 {
  font-size: 8rem;
}

.fsr-128, #index-contact .big-title .marquee-content span {
  font-size: calc(1.925rem + 8.1vw);
}
@media (min-width: 1200px) {
  .fsr-128, #index-contact .big-title .marquee-content span {
    font-size: 8rem;
  }
}

@media (min-width: 576px) {
  .fs-sm-12 {
    font-size: 0.75rem;
  }
  .fsr-sm-12 {
    font-size: 0.75rem;
  }
  .fs-sm-13 {
    font-size: 0.8125rem;
  }
  .fsr-sm-13 {
    font-size: 0.8125rem;
  }
  .fs-sm-14 {
    font-size: 0.875rem;
  }
  .fsr-sm-14 {
    font-size: 0.875rem;
  }
  .fs-sm-18 {
    font-size: 1.125rem;
  }
  .fsr-sm-18 {
    font-size: 1.125rem;
  }
  .fs-sm-20 {
    font-size: 1.25rem;
  }
  .fsr-sm-20 {
    font-size: 1.25rem;
  }
  .fs-sm-24 {
    font-size: 1.5rem;
  }
  .fsr-sm-24 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-25 {
    font-size: 1.5625rem;
  }
  .fsr-sm-25 {
    font-size: calc(1.28125rem + 0.375vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-25 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-27 {
    font-size: 1.6875rem;
  }
  .fsr-sm-27 {
    font-size: calc(1.29375rem + 0.525vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-27 {
    font-size: 1.6875rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-30 {
    font-size: 1.875rem;
  }
  .fsr-sm-30 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-35 {
    font-size: 2.1875rem;
  }
  .fsr-sm-35 {
    font-size: calc(1.34375rem + 1.125vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-35 {
    font-size: 2.1875rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-34 {
    font-size: 2.125rem;
  }
  .fsr-sm-34 {
    font-size: calc(1.3375rem + 1.05vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-34 {
    font-size: 2.125rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-40 {
    font-size: 2.5rem;
  }
  .fsr-sm-40 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-40 {
    font-size: 2.5rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-45 {
    font-size: 2.8125rem;
  }
  .fsr-sm-45 {
    font-size: calc(1.40625rem + 1.875vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-45 {
    font-size: 2.8125rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-48 {
    font-size: 3rem;
  }
  .fsr-sm-48 {
    font-size: calc(1.425rem + 2.1vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-48 {
    font-size: 3rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-50 {
    font-size: 3.125rem;
  }
  .fsr-sm-50 {
    font-size: calc(1.4375rem + 2.25vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-50 {
    font-size: 3.125rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-72 {
    font-size: 4.5rem;
  }
  .fsr-sm-72 {
    font-size: calc(1.575rem + 3.9vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-72 {
    font-size: 4.5rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-80 {
    font-size: 5rem;
  }
  .fsr-sm-80 {
    font-size: calc(1.625rem + 4.5vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-80 {
    font-size: 5rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-100 {
    font-size: 6.25rem;
  }
  .fsr-sm-100 {
    font-size: calc(1.75rem + 6vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-100 {
    font-size: 6.25rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-128 {
    font-size: 8rem;
  }
  .fsr-sm-128 {
    font-size: calc(1.925rem + 8.1vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-128 {
    font-size: 8rem;
  }
}
@media (min-width: 768px) {
  .fs-md-12 {
    font-size: 0.75rem;
  }
  .fsr-md-12 {
    font-size: 0.75rem;
  }
  .fs-md-13 {
    font-size: 0.8125rem;
  }
  .fsr-md-13 {
    font-size: 0.8125rem;
  }
  .fs-md-14 {
    font-size: 0.875rem;
  }
  .fsr-md-14 {
    font-size: 0.875rem;
  }
  .fs-md-18 {
    font-size: 1.125rem;
  }
  .fsr-md-18 {
    font-size: 1.125rem;
  }
  .fs-md-20 {
    font-size: 1.25rem;
  }
  .fsr-md-20 {
    font-size: 1.25rem;
  }
  .fs-md-24 {
    font-size: 1.5rem;
  }
  .fsr-md-24 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .fs-md-25 {
    font-size: 1.5625rem;
  }
  .fsr-md-25 {
    font-size: calc(1.28125rem + 0.375vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-25 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 768px) {
  .fs-md-27 {
    font-size: 1.6875rem;
  }
  .fsr-md-27 {
    font-size: calc(1.29375rem + 0.525vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-27 {
    font-size: 1.6875rem;
  }
}
@media (min-width: 768px) {
  .fs-md-30 {
    font-size: 1.875rem;
  }
  .fsr-md-30 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 768px) {
  .fs-md-35 {
    font-size: 2.1875rem;
  }
  .fsr-md-35 {
    font-size: calc(1.34375rem + 1.125vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-35 {
    font-size: 2.1875rem;
  }
}
@media (min-width: 768px) {
  .fs-md-34 {
    font-size: 2.125rem;
  }
  .fsr-md-34 {
    font-size: calc(1.3375rem + 1.05vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-34 {
    font-size: 2.125rem;
  }
}
@media (min-width: 768px) {
  .fs-md-40 {
    font-size: 2.5rem;
  }
  .fsr-md-40 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-40 {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  .fs-md-45 {
    font-size: 2.8125rem;
  }
  .fsr-md-45 {
    font-size: calc(1.40625rem + 1.875vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-45 {
    font-size: 2.8125rem;
  }
}
@media (min-width: 768px) {
  .fs-md-48 {
    font-size: 3rem;
  }
  .fsr-md-48 {
    font-size: calc(1.425rem + 2.1vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-48 {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .fs-md-50 {
    font-size: 3.125rem;
  }
  .fsr-md-50 {
    font-size: calc(1.4375rem + 2.25vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-50 {
    font-size: 3.125rem;
  }
}
@media (min-width: 768px) {
  .fs-md-72 {
    font-size: 4.5rem;
  }
  .fsr-md-72 {
    font-size: calc(1.575rem + 3.9vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-72 {
    font-size: 4.5rem;
  }
}
@media (min-width: 768px) {
  .fs-md-80 {
    font-size: 5rem;
  }
  .fsr-md-80 {
    font-size: calc(1.625rem + 4.5vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-80 {
    font-size: 5rem;
  }
}
@media (min-width: 768px) {
  .fs-md-100 {
    font-size: 6.25rem;
  }
  .fsr-md-100 {
    font-size: calc(1.75rem + 6vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-100 {
    font-size: 6.25rem;
  }
}
@media (min-width: 768px) {
  .fs-md-128 {
    font-size: 8rem;
  }
  .fsr-md-128 {
    font-size: calc(1.925rem + 8.1vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-128 {
    font-size: 8rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-12 {
    font-size: 0.75rem;
  }
  .fsr-lg-12 {
    font-size: 0.75rem;
  }
  .fs-lg-13 {
    font-size: 0.8125rem;
  }
  .fsr-lg-13 {
    font-size: 0.8125rem;
  }
  .fs-lg-14 {
    font-size: 0.875rem;
  }
  .fsr-lg-14 {
    font-size: 0.875rem;
  }
  .fs-lg-18 {
    font-size: 1.125rem;
  }
  .fsr-lg-18 {
    font-size: 1.125rem;
  }
  .fs-lg-20 {
    font-size: 1.25rem;
  }
  .fsr-lg-20 {
    font-size: 1.25rem;
  }
  .fs-lg-24 {
    font-size: 1.5rem;
  }
  .fsr-lg-24 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-25 {
    font-size: 1.5625rem;
  }
  .fsr-lg-25 {
    font-size: calc(1.28125rem + 0.375vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-25 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-27 {
    font-size: 1.6875rem;
  }
  .fsr-lg-27 {
    font-size: calc(1.29375rem + 0.525vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-27 {
    font-size: 1.6875rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-30 {
    font-size: 1.875rem;
  }
  .fsr-lg-30 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-35 {
    font-size: 2.1875rem;
  }
  .fsr-lg-35 {
    font-size: calc(1.34375rem + 1.125vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-35 {
    font-size: 2.1875rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-34 {
    font-size: 2.125rem;
  }
  .fsr-lg-34 {
    font-size: calc(1.3375rem + 1.05vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-34 {
    font-size: 2.125rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-40 {
    font-size: 2.5rem;
  }
  .fsr-lg-40 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-40 {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-45 {
    font-size: 2.8125rem;
  }
  .fsr-lg-45 {
    font-size: calc(1.40625rem + 1.875vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-45 {
    font-size: 2.8125rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-48 {
    font-size: 3rem;
  }
  .fsr-lg-48 {
    font-size: calc(1.425rem + 2.1vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-48 {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-50 {
    font-size: 3.125rem;
  }
  .fsr-lg-50 {
    font-size: calc(1.4375rem + 2.25vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-50 {
    font-size: 3.125rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-72 {
    font-size: 4.5rem;
  }
  .fsr-lg-72 {
    font-size: calc(1.575rem + 3.9vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-72 {
    font-size: 4.5rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-80 {
    font-size: 5rem;
  }
  .fsr-lg-80 {
    font-size: calc(1.625rem + 4.5vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-80 {
    font-size: 5rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-100 {
    font-size: 6.25rem;
  }
  .fsr-lg-100 {
    font-size: calc(1.75rem + 6vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-100 {
    font-size: 6.25rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-128 {
    font-size: 8rem;
  }
  .fsr-lg-128 {
    font-size: calc(1.925rem + 8.1vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-128 {
    font-size: 8rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-12 {
    font-size: 0.75rem;
  }
  .fsr-xl-12 {
    font-size: 0.75rem;
  }
  .fs-xl-13 {
    font-size: 0.8125rem;
  }
  .fsr-xl-13 {
    font-size: 0.8125rem;
  }
  .fs-xl-14 {
    font-size: 0.875rem;
  }
  .fsr-xl-14 {
    font-size: 0.875rem;
  }
  .fs-xl-18 {
    font-size: 1.125rem;
  }
  .fsr-xl-18 {
    font-size: 1.125rem;
  }
  .fs-xl-20 {
    font-size: 1.25rem;
  }
  .fsr-xl-20 {
    font-size: 1.25rem;
  }
  .fs-xl-24 {
    font-size: 1.5rem;
  }
  .fsr-xl-24 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-25 {
    font-size: 1.5625rem;
  }
  .fsr-xl-25 {
    font-size: calc(1.28125rem + 0.375vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-25 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-27 {
    font-size: 1.6875rem;
  }
  .fsr-xl-27 {
    font-size: calc(1.29375rem + 0.525vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-27 {
    font-size: 1.6875rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-30 {
    font-size: 1.875rem;
  }
  .fsr-xl-30 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-35 {
    font-size: 2.1875rem;
  }
  .fsr-xl-35 {
    font-size: calc(1.34375rem + 1.125vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-35 {
    font-size: 2.1875rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-34 {
    font-size: 2.125rem;
  }
  .fsr-xl-34 {
    font-size: calc(1.3375rem + 1.05vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-34 {
    font-size: 2.125rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-40 {
    font-size: 2.5rem;
  }
  .fsr-xl-40 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-40 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-45 {
    font-size: 2.8125rem;
  }
  .fsr-xl-45 {
    font-size: calc(1.40625rem + 1.875vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-45 {
    font-size: 2.8125rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-48 {
    font-size: 3rem;
  }
  .fsr-xl-48 {
    font-size: calc(1.425rem + 2.1vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-48 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-50 {
    font-size: 3.125rem;
  }
  .fsr-xl-50 {
    font-size: calc(1.4375rem + 2.25vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-50 {
    font-size: 3.125rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-72 {
    font-size: 4.5rem;
  }
  .fsr-xl-72 {
    font-size: calc(1.575rem + 3.9vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-72 {
    font-size: 4.5rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-80 {
    font-size: 5rem;
  }
  .fsr-xl-80 {
    font-size: calc(1.625rem + 4.5vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-80 {
    font-size: 5rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-100 {
    font-size: 6.25rem;
  }
  .fsr-xl-100 {
    font-size: calc(1.75rem + 6vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-100 {
    font-size: 6.25rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-128 {
    font-size: 8rem;
  }
  .fsr-xl-128 {
    font-size: calc(1.925rem + 8.1vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-128 {
    font-size: 8rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-12 {
    font-size: 0.75rem;
  }
  .fsr-xxl-12 {
    font-size: 0.75rem;
  }
  .fs-xxl-13 {
    font-size: 0.8125rem;
  }
  .fsr-xxl-13 {
    font-size: 0.8125rem;
  }
  .fs-xxl-14 {
    font-size: 0.875rem;
  }
  .fsr-xxl-14 {
    font-size: 0.875rem;
  }
  .fs-xxl-18 {
    font-size: 1.125rem;
  }
  .fsr-xxl-18 {
    font-size: 1.125rem;
  }
  .fs-xxl-20 {
    font-size: 1.25rem;
  }
  .fsr-xxl-20 {
    font-size: 1.25rem;
  }
  .fs-xxl-24 {
    font-size: 1.5rem;
  }
  .fsr-xxl-24 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-25 {
    font-size: 1.5625rem;
  }
  .fsr-xxl-25 {
    font-size: calc(1.28125rem + 0.375vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-25 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-27 {
    font-size: 1.6875rem;
  }
  .fsr-xxl-27 {
    font-size: calc(1.29375rem + 0.525vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-27 {
    font-size: 1.6875rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-30 {
    font-size: 1.875rem;
  }
  .fsr-xxl-30 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-35 {
    font-size: 2.1875rem;
  }
  .fsr-xxl-35 {
    font-size: calc(1.34375rem + 1.125vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-35 {
    font-size: 2.1875rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-34 {
    font-size: 2.125rem;
  }
  .fsr-xxl-34 {
    font-size: calc(1.3375rem + 1.05vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-34 {
    font-size: 2.125rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-40 {
    font-size: 2.5rem;
  }
  .fsr-xxl-40 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-40 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-45 {
    font-size: 2.8125rem;
  }
  .fsr-xxl-45 {
    font-size: calc(1.40625rem + 1.875vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-45 {
    font-size: 2.8125rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-48 {
    font-size: 3rem;
  }
  .fsr-xxl-48 {
    font-size: calc(1.425rem + 2.1vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-48 {
    font-size: 3rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-50 {
    font-size: 3.125rem;
  }
  .fsr-xxl-50 {
    font-size: calc(1.4375rem + 2.25vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-50 {
    font-size: 3.125rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-72 {
    font-size: 4.5rem;
  }
  .fsr-xxl-72 {
    font-size: calc(1.575rem + 3.9vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-72 {
    font-size: 4.5rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-80 {
    font-size: 5rem;
  }
  .fsr-xxl-80 {
    font-size: calc(1.625rem + 4.5vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-80 {
    font-size: 5rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-100 {
    font-size: 6.25rem;
  }
  .fsr-xxl-100 {
    font-size: calc(1.75rem + 6vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-100 {
    font-size: 6.25rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-128 {
    font-size: 8rem;
  }
  .fsr-xxl-128 {
    font-size: calc(1.925rem + 8.1vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-128 {
    font-size: 8rem;
  }
}
.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-title:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 0;
  height: 0;
  border-bottom: 16px solid transparent;
  border-left: 16px solid #ffd700;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.main-title > * {
  display: inline-block;
}

#back-to-top,
.right-icon {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #243A76;
  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-circle {
  --btn-circle-color: #fff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid var(--btn-circle-color);
  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;
  padding: 0;
}
.btn-circle svg path {
  fill: var(--btn-circle-color);
}
.btn-circle.dark {
  --btn-circle-color: #000;
}
.btn-circle:hover {
  background-color: var(--btn-circle-color);
  border-color: var(--btn-circle-color);
  color: #243A76;
}
.btn-circle:hover svg path {
  fill: #243A76;
}
@media (max-width: 767.98px) {
  .btn-circle {
    width: 50px;
    height: 50px;
  }
}
.btn.icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
.btn-back svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.btn-outline-light:hover svg path {
  fill: #243A76;
}

.breadcrumb-item {
  line-height: 1.5;
  color: #243A76;
}
.breadcrumb-item a {
  color: #243A76;
}
.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;
}

.aside-layout .aside-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.aside-layout .aside-content aside {
  width: 275px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.aside-layout .aside-content article {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 20px;
}
@media (max-width: 767.98px) {
  .aside-layout .aside-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .aside-layout .aside-content aside {
    width: 100%;
  }
  .aside-layout .aside-content article {
    padding-left: 0;
    width: 100%;
  }
}

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

.aside-list {
  display: block;
}
.aside-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.aside-list a {
  display: block;
  padding: 0.6rem;
  color: inherit;
}
.aside-list > li {
  position: relative;
  border-bottom: 1px solid #000000;
}
.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: "\f107";
  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;
}
.aside-list > li > a:not([aria-expanded]):after,
.aside-list > li > a:not([aria-expanded]) svg {
  display: none;
}
.aside-list > li:hover > a, .aside-list > li.mm-active > a {
  color: #243A76;
}
.aside-list > li ul {
  padding-left: 1rem;
}
.aside-list > li ul li:hover > a, .aside-list > li ul li.mm-active > a {
  color: #243A76;
}

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

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

#right-float-box {
  position: fixed;
  z-index: 8000;
  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: #243A76;
  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: #243A76 !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(167, 117, 77, 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: #ffd700;
  background-color: #ffd700;
}

footer .logo-row {
  margin-bottom: 2rem;
}
footer a {
  color: inherit;
}
footer a:hover {
  text-decoration: underline;
}

.contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.contact-list li a {
  color: inherit;
}
.contact-list li .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #243A76;
  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;
}
.contact-list li .text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.inner-banner {
  height: 400px;
  overflow: hidden;
}
.inner-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  --fa-start--custom: .5;
  --fa-from--custom: .3;
  --fa-to--custom: .7;
  -o-object-position: 50% calc(var(--fa-scaled--custom) * 100%);
     object-position: 50% calc(var(--fa-scaled--custom) * 100%);
}
@media (max-width: 575.98px) {
  .inner-banner {
    height: 250px;
  }
}

.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: #243A76;
  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: #243A76;
  position: absolute;
  left: -1rem;
  top: 0;
}
.mega-menu [class*=container] ul.product-mega-menu > li ul a {
  display: block;
  color: #000000;
}
.mega-menu [class*=container] ul.product-mega-menu > li ul a:hover {
  color: #243A76;
  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: #243A76;
}
.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: #243A76;
  color: #fff;
}

.banner-slider {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.banner-slider a {
  display: block;
  color: inherit;
}
.banner-slider a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 150;
}
.banner-slider a img {
  position: relative;
  z-index: 100;
}
.banner-slider a .banner-txt {
  z-index: 200;
  position: absolute;
  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;
  color: #fff;
}
.banner-slider .banner-swiper-pagination {
  text-align: right;
  padding-right: 5%;
}

#index-product .p-swiper-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
#index-product .p-prev {
  left: 0;
}
#index-product .p-next {
  right: 0;
}
#index-product .swiper-wrapper {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#index-product .p-item .p-name {
  position: relative;
}
#index-product .p-item .p-name .name {
  line-height: 1.5;
  color: #243A76;
}
#index-product .p-item .p-name .product-number {
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1;
  color: rgba(36, 58, 118, 0.3);
  font-weight: 900;
}
@media (max-width: 575.98px) {
  #index-product .p-item .p-name .product-number {
    font-size: 40px;
  }
}
#index-product .bg {
  position: absolute;
  z-index: 0;
}
#index-product .bg .svg {
  -webkit-animation: floatBlob 8s ease-in-out infinite;
          animation: floatBlob 8s ease-in-out infinite;
}
#index-product .bg01 {
  top: 0;
  right: 0;
}
#index-product .bg01 .svg {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
#index-product .bg02 {
  left: 0;
  bottom: 0;
  -webkit-transform: translate(-30%, 50%);
          transform: translate(-30%, 50%);
}
#index-product .bg02 .svg {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

#index--service-product .service-top-section {
  position: relative;
}
#index--service-product .service-top-section:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  z-index: 0;
  background-color: #243A76;
}
#index--service-product .product-section {
  background-color: #243A76;
}
#index--service-product .product-section .map-row {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transform: translate(30%, 30%);
          transform: translate(30%, 30%);
  -webkit-animation: subtleFlicker 3s ease-in-out infinite;
          animation: subtleFlicker 3s ease-in-out infinite;
}
#index--service-product .product-section .big-title {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(50%, 0%);
          transform: translate(50%, 0%);
  z-index: 0;
}
#index--service-product .product-section .big-title .title {
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  opacity: 0.6;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  --fa-start--custom: 0;
  --fa-end--custom: .5;
  -webkit-transform: scale(var(--fa-scaled--custom));
          transform: scale(var(--fa-scaled--custom));
}
@media screen and (max-width: 1300px) {
  #index--service-product .product-section .big-title {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  #index--service-product .product-section .big-title .title {
    line-height: 1;
  }
}
@media (max-width: 575.98px) {
  #index--service-product .product-section .big-title .title {
    font-size: 100px;
    opacity: 0.05;
  }
}
#index--service-product .product-section .bg {
  position: absolute;
  z-index: 0;
}
#index--service-product .product-section .bg .svg {
  -webkit-animation: floatBlob 8s ease-in-out infinite;
          animation: floatBlob 8s ease-in-out infinite;
}
#index--service-product .product-section .bg01 {
  left: 0;
  top: 0;
  -webkit-transform: translate(-30%, -50%);
          transform: translate(-30%, -50%);
}
#index--service-product .product-section .bg01 .svg {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
#index--service-product .s-prev, #index--service-product .s-next {
  color: #fff;
}
#index--service-product .index-service-list .service-item {
  position: relative;
}
#index--service-product .index-service-list .service-item .service-content {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 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;
  color: #fff;
  padding: 5px;
}
#index--service-product .index-service-list .service-item .service-content:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 2, 24, 0.7);
  z-index: 0;
}
#index--service-product .index-service-list .service-item .service-content .text-row {
  position: relative;
  z-index: 10;
}
#index--service-product .index-service-list .service-item .service-content .btn-row {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 10;
}
#index--service-product .index-service-list .service-item .link:after {
  z-index: 100;
}
#index--service-product .index-service-list .service-item:hover .btn {
  background-color: var(--btn-circle-color);
  border-color: var(--btn-circle-color);
  color: #243A76;
}
#index--service-product .index-service-list .service-item:hover .btn svg path {
  fill: #243A76;
}
@media (max-width: 767.98px) {
  #index--service-product .index-service-slider-row {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
}
#index--service-product .product-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  position: relative;
  z-index: 100;
}
#index--service-product .product-row .product-img-col {
  width: 480px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#index--service-product .product-row .product-content-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 8.3333%;
}
#index--service-product .product-row .product-content-col .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
#index--service-product .product-row .product-content-col .category .c-name {
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  line-height: 1.5;
}
#index--service-product .product-row .product-content-col .category .c-name:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -8px;
  left: 0;
  display: none;
}
#index--service-product .product-row .product-content-col .category .c-name:hover:after, #index--service-product .product-row .product-content-col .category .c-name.active:after {
  display: block;
}
#index--service-product .product-row .product-content-col .index-product-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: 10px;
  display: none;
}
#index--service-product .product-row .product-content-col .index-product-list.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#index--service-product .product-row .product-content-col .index-product-list .index-product-item {
  background-color: rgba(245, 243, 245, 0.2);
  line-height: 1.5;
  padding: 10px;
  border-radius: 10px;
  color: inherit;
}
#index--service-product .product-row .product-content-col .index-product-list .index-product-item:hover {
  background-color: #ffd700;
  color: #243A76;
}
@media (max-width: 991.98px) {
  #index--service-product .product-row .product-img-col {
    width: 300px;
  }
}
@media (max-width: 767.98px) {
  #index--service-product .product-row .product-img-col {
    display: none;
  }
  #index--service-product .product-row .product-content-col {
    width: 100%;
    padding-right: 0;
  }
}

#index-contact {
  position: relative;
}
#index-contact:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  background-color: #f5f3f5;
}
#index-contact .big-title {
  width: 100%;
  overflow: hidden;
  margin-bottom: calc(-1.875rem - 7.5vw);
}
@media (min-width: 1200px) {
  #index-contact .big-title {
    margin-bottom: -7.5rem;
  }
}
#index-contact .big-title .marquee-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  gap: 0;
}
#index-contact .big-title .marquee-content {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-animation: scroll 20s linear infinite;
          animation: scroll 20s linear infinite;
}
#index-contact .big-title .marquee-content span {
  font-weight: 800;
  color: #f5f3f5;
  white-space: nowrap;
}
#index-contact .index-contact-content {
  width: 980px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#index-contact .index-contact-content .contact-card,
#index-contact .index-contact-content .careers-card {
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
  padding-left: 20%;
  padding-bottom: 25px;
  padding-top: 43px;
  padding-right: 20px;
  position: relative;
}
#index-contact .index-contact-content .contact-card [class*=content],
#index-contact .index-contact-content .careers-card [class*=content] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 70px;
}
#index-contact .index-contact-content .contact-card .btn-row,
#index-contact .index-contact-content .careers-card .btn-row {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#index-contact .index-contact-content .contact-card {
  background-color: #243A76;
}
#index-contact .index-contact-content .contact-card:hover .btn {
  --btn-circle-color: #ffd700;
  background-color: var(--btn-circle-color);
}
#index-contact .index-contact-content .contact-card:hover .btn svg path {
  fill: #243A76;
}
#index-contact .index-contact-content .careers-card {
  background-color: #ffd700;
}
#index-contact .index-contact-content .careers-card:hover .btn {
  --btn-circle-color: #243A76;
  background-color: var(--btn-circle-color);
}
#index-contact .index-contact-content .careers-card:hover .btn svg path {
  fill: #fff;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes floatBlob {
  0%, 100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
  25% {
    -webkit-transform: translate(50px, -35px) scale(1.1);
            transform: translate(50px, -35px) scale(1.1);
  }
  50% {
    -webkit-transform: translate(-30px, 40px) scale(0.9);
            transform: translate(-30px, 40px) scale(0.9);
  }
  75% {
    -webkit-transform: translate(35px, 25px) scale(1.05);
            transform: translate(35px, 25px) scale(1.05);
  }
}
@keyframes subtleFlicker {
  0%, 100% {
    opacity: 0.6;
  }
  20% {
    opacity: 0.4;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0.5;
  }
  80% {
    opacity: 0.8;
  }
}
@media (min-width: 768px) {
  .swiper-fixed-box {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767.98px) {
  .swiper-fixed-box {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .swiper-fixed-box .swiper-button-prev,
  .swiper-fixed-box .swiper-button-next {
    width: 30px;
    height: 30px;
  }
}
#company-profile .bg {
  position: absolute;
  z-index: 0;
}
#company-profile .bg .svg {
  -webkit-animation: floatBlob 8s ease-in-out infinite;
          animation: floatBlob 8s ease-in-out infinite;
}
#company-profile .bg01 {
  top: 0;
  right: 0;
}
#company-profile .bg01 .svg {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
#company-profile .bg02 {
  left: 0;
  bottom: 0;
  -webkit-transform: translate(-30%, 50%);
          transform: translate(-30%, 50%);
}
#company-profile .bg02 .svg {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.history-content {
  width: 980px;
  max-width: 100%;
  margin: 0 auto;
}
.history-content .history-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: 45px;
  position: relative;
  padding-bottom: 2rem;
}
.history-content .history-list:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 auto;
}
.history-content .history-list:after {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
}
.history-content .history-list .history-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.history-content .history-list .history-item .years,
.history-content .history-list .history-item .content {
  width: 50%;
}
.history-content .history-list .history-item .content {
  display: inline-block;
  font-weight: bold;
  padding-top: 0.7rem;
}
.history-content .history-list .history-item .years {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.history-content .history-list .history-item .years:before {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background-color: #fff;
}
.history-content .history-list .history-item .years:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #243A76;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 50%;
}
.history-content .history-list .history-item .years .year {
  border: 2px solid #fff;
  border-radius: 50px;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 20px;
}
.history-content .history-list .history-item:nth-child(odd) .years {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.history-content .history-list .history-item:nth-child(odd) .years:after {
  right: 100px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.history-content .history-list .history-item:nth-child(odd) .content {
  padding-left: 20px;
}
.history-content .history-list .history-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  text-align: right;
}
.history-content .history-list .history-item:nth-child(even) .years:after {
  left: 100px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.history-content .history-list .history-item:nth-child(even) .content {
  padding-right: 20px;
  text-align: left;
}

#company-history .map-row {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transform: translate(-30%, 30%);
          transform: translate(-30%, 30%);
  -webkit-animation: subtleFlicker 3s ease-in-out infinite;
          animation: subtleFlicker 3s ease-in-out infinite;
}
#company-history .big-title {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(50%, 0%);
          transform: translate(50%, 0%);
  z-index: 0;
  white-space: nowrap;
}
#company-history .big-title .title {
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  opacity: 0.6;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  --fa-start--custom: 0;
  --fa-end--custom: .5;
  -webkit-transform: scale(var(--fa-scaled--custom));
          transform: scale(var(--fa-scaled--custom));
}
@media screen and (max-width: 1300px) {
  #company-history .big-title {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  #company-history .big-title .title {
    line-height: 1;
  }
}
@media (max-width: 575.98px) {
  #company-history .big-title .title {
    font-size: 100px;
    opacity: 0.05;
  }
}

.custom-list .customer-category {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.custom-list .customer-category .category-header {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 13px;
  padding-bottom: 13px;
  border-bottom: 1px solid #243A76;
}
.custom-list .customer-category .category-header h2 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 0;
  padding-top: 8px;
}
.custom-list .customer-category .category-header .toggle-btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #243A76;
  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: #fff;
}
.custom-list .customer-category .category-header.collapsed [class*=plus] {
  display: block;
}
.custom-list .customer-category .category-header.collapsed [class*=minus] {
  display: none;
}
.custom-list .customer-category .category-header:not(.collapsed) .toggle-btn [class*=plus] {
  display: none;
}
.custom-list .customer-category .category-header:not(.collapsed) .toggle-btn [class*=minus] {
  display: block;
}
.custom-list .customer-category .customer-logos {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 30px;
  padding-bottom: 30px;
  gap: 20px 0;
}
.custom-list .customer-category .customer-logos .customer-logo-item {
  padding-left: 10px;
  padding-right: 10px;
  width: 16.6666666667%;
}
.custom-list .customer-category .customer-logos .customer-logo-item .pic {
  display: block;
}
@media (max-width: 767.98px) {
  .custom-list .customer-category .customer-logos .customer-logo-item {
    width: 33.3333%;
  }
}

.product-categories-content .product-items .product-item {
  display: block;
  background-color: rgba(36, 58, 118, 0.2);
  border-radius: 10px;
  line-height: 1.5;
  padding: 13px 11px;
}
.product-categories-content .product-items .product-item:hover {
  background-color: rgba(255, 215, 0, 0.2);
}
.product-categories-content .product-items .product-item:hover .t {
  font-weight: bold;
}

#inquiry-cart .big-title {
  position: absolute;
  right: 0;
  top: 3rem;
  -webkit-transform: translate(100%, 0%);
          transform: translate(100%, 0%);
  z-index: -1;
}
#inquiry-cart .big-title .title {
  font-weight: bold;
  line-height: 1.5;
  color: #243A76;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  opacity: 0.6;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  --fa-start--custom: 0;
  --fa-end--custom: .5;
  -webkit-transform: scale(var(--fa-scaled--custom));
          transform: scale(var(--fa-scaled--custom));
}
@media screen and (max-width: 1430px) {
  #inquiry-cart .big-title {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  #inquiry-cart .big-title .title {
    line-height: 1;
  }
}
@media (max-width: 991.98px) {
  #inquiry-cart .big-title .title {
    opacity: 0.1;
  }
}
@media (max-width: 575.98px) {
  #inquiry-cart .big-title .title {
    font-size: 100px;
  }
}
#inquiry-cart .inquiry-content {
  width: 980px;
  margin: 0 auto;
  max-width: 100%;
}

.inquiry-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
.inquiry-categories .inquiry-item .item-container {
  background-color: rgba(36, 58, 118, 0.2);
  border-radius: 5px;
  padding: 13px 16px;
}
.inquiry-categories .inquiry-item .item-controls {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.inquiry-categories .inquiry-item .item-controls .quantity-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inquiry-categories .inquiry-item .item-controls .quantity-control .form-control {
  text-align: center;
  width: 120px;
  border-radius: 5px;
  height: 45px;
}
.inquiry-categories .inquiry-item .item-controls button {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  font-size: 16px;
  padding: 0 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767.98px) {
  .inquiry-categories .inquiry-item .item-controls .quantity-control .form-control {
    width: 80px;
  }
}

#customer-info {
  background: #243A76;
  position: relative;
  overflow: hidden;
}
#customer-info .map-row {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  -webkit-transform: translate(-20%, 30%);
          transform: translate(-20%, 30%);
  -webkit-animation: subtleFlicker 3s ease-in-out infinite;
          animation: subtleFlicker 3s ease-in-out infinite;
}
#customer-info .customer-info-content {
  width: 980px;
  margin: 0 auto;
  max-width: 100%;
}

.tech-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: 20px;
}
.tech-list .tech-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50px;
  background-color: #243A76;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tech-list .tech-item .download-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tech-list .tech-item .download-icon .icon-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #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: 2px solid #243A76;
  color: #243A76;
}
.tech-list .tech-item .file-info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #fff;
}
.tech-list .tech-item:hover .download-icon .icon-circle {
  background-color: #ffd700;
}

#join-us .bg {
  position: absolute;
  z-index: 0;
}
#join-us .bg .svg {
  -webkit-animation: floatBlob 8s ease-in-out infinite;
          animation: floatBlob 8s ease-in-out infinite;
}
#join-us .bg01 {
  right: 0;
  top: 0;
  -webkit-transform: translate(30%, 0%);
          transform: translate(30%, 0%);
}
#join-us .bg01 .svg {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.welfare-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 90px;
}
.welfare-content .welfare-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (min-width: 992px) {
  .welfare-content .welfare-category:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.welfare-content .welfare-category .welfare-info,
.welfare-content .welfare-category .welfare-image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 10px;
}
.welfare-content .welfare-category .welfare-info .category-header {
  border-bottom: 1px solid #243A76;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 12px;
  position: relative;
}
.welfare-content .welfare-category .welfare-info .category-header:before {
  content: "";
  display: block;
  width: 13px;
  background-color: #243A76;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.welfare-content .welfare-category .welfare-info .category-header h2 {
  margin-bottom: 0px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 1.8;
}
.welfare-content .welfare-category .welfare-info .welfare-description {
  padding-left: 25px;
}
.welfare-content .welfare-category .welfare-info .welfare-description p {
  margin-bottom: 0px;
}
.welfare-content .welfare-category .welfare-info .welfare-items {
  padding-left: 25px;
}
.welfare-content .welfare-category .welfare-info .welfare-items ul {
  margin-bottom: 0;
  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;
}
.welfare-content .welfare-category .welfare-info .welfare-items ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.welfare-content .welfare-category .welfare-info .welfare-items ul li .icon {
  font-size: 16px;
  color: #ffd700;
  display: block;
  width: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
}
.welfare-content .welfare-category .welfare-info .welfare-items ul li .t {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.welfare-content .welfare-category .welfare-info .more-category {
  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;
}
@media (max-width: 991.98px) {
  .welfare-content .welfare-category {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .welfare-content .welfare-category .welfare-info,
  .welfare-content .welfare-category .welfare-image {
    width: 100%;
  }
}

.join-us-cta .cta-bg {
  padding: 66px 1rem;
}
.join-us-cta .map-row {
  position: absolute;
  left: 0;
  top: 0%;
  z-index: 0;
  -webkit-transform: translate(0%, -30%);
          transform: translate(0%, -30%);
  -webkit-animation: subtleFlicker 3s ease-in-out infinite;
          animation: subtleFlicker 3s ease-in-out infinite;
}

#news .bg {
  position: absolute;
  z-index: 0;
}
#news .bg .svg {
  -webkit-animation: floatBlob 8s ease-in-out infinite;
          animation: floatBlob 8s ease-in-out infinite;
}
#news .bg01 {
  top: 0;
  right: 0;
}
#news .bg01 .svg {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
#news .bg02 {
  left: 0;
  bottom: 0;
  -webkit-transform: translate(-30%, 0%);
          transform: translate(-30%, 0%);
}
#news .bg02 .svg {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.news-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: 30px;
}
.news-list .news-item a {
  color: inherit;
}
.news-list .news-item a:hover .date-section .date-box {
  background-color: #243A76;
}
.news-list .news-item a:hover .content-section .title h2 {
  color: #243A76;
}
.news-list .date-section {
  width: 120px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.news-list .date-section .date-box {
  background-color: #878787;
  border-radius: 10px;
  text-align: center;
  padding: 0 13px 13px;
}
.news-list .date-section hr {
  opacity: 1;
  width: 70px;
  border-top-width: 2px;
  border-color: #fff;
  margin: 0 auto;
  margin-top: -0.8rem;
  margin-bottom: 9px;
}
@media (max-width: 767.98px) {
  .news-list .date-section {
    width: 100px;
  }
  .news-list .date-section hr {
    margin-top: 0;
  }
  .news-list .date-section .date-box {
    padding: 0 5px 5px;
  }
}
.news-list .content-section {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 10px;
}
.news-list .content-section .title h2 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list .content-section .detail p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-detail-content {
  width: 980px;
  max-width: 100%;
  margin: 0 auto;
}
.news-detail-content .date-section .date-box {
  background-color: #878787;
  border-radius: 10px;
  padding: 10px 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.news-detail-content .date-section .date-box .day {
  line-height: 1;
}

.form .form-control,
.form .form-select {
  padding: 10px 15px;
}
.form .form-control:focus,
.form .form-select:focus {
  border-color: #243A76;
}
.form textarea.form-control {
  min-height: 150px;
}
.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: #243A76;
}
.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-info .bg {
  position: absolute;
  z-index: 0;
}
#contact-info .bg .svg {
  -webkit-animation: floatBlob 8s ease-in-out infinite;
          animation: floatBlob 8s ease-in-out infinite;
}
#contact-info .bg01 {
  top: 0;
  right: 0;
}
#contact-info .bg01 .svg {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
#contact-info .bg02 {
  left: 0;
  bottom: 0;
  -webkit-transform: translate(-30%, 0%);
          transform: translate(-30%, 0%);
}
#contact-info .bg02 .svg {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
#contact-info .contact-info-box {
  background-color: #243A76;
  color: #fff;
  padding: 46px 37px;
  position: relative;
}
#contact-info .contact-info-box .map-content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 0;
}
#contact-info .contact-info-box .map-row {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transform: translate(-20%, 10%);
          transform: translate(-20%, 10%);
  -webkit-animation: subtleFlicker 3s ease-in-out infinite;
          animation: subtleFlicker 3s ease-in-out infinite;
}
#contact-info .contact-info-box .contact-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
#contact-info .contact-info-box .contact-list .icon {
  border-color: #fff;
}
@media (max-width: 991.98px) {
  #contact-info .contact-info-box .g-map {
    padding-left: 0;
    margin-right: 0;
  }
}