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

::-moz-selection {
  background-color: #36719A;
  color: #fff;
}

::selection {
  background-color: #36719A;
  color: #fff;
}

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

body {
  position: relative;
  letter-spacing: 1px;
}

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

.left-aside {
  width: 80%;
  max-width: 400px;
  overflow-y: auto;
  z-index: 9999;
  background: #000;
}
.left-aside .onoffcanvas-toggler {
  margin-left: auto;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.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);
      -ms-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);
      -ms-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;
}

.navbar {
  position: sticky;
  top: 0;
  z-index: 9000;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (max-width: 991.98px) {
  .navbar {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991.98px) {
  .navbar .navbar-brand {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    width: 200px;
  }
}
@media (max-width: 575.98px) {
  .navbar .navbar-brand {
    width: 150px;
  }
}
.navbar .navbar-nav .nav-item {
  margin-left: 0;
  margin-right: 0;
  position: relative;
}
.navbar .navbar-nav .nav-item:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #B3B3B3;
  position: absolute;
  left: 0;
  top: 0;
}
.navbar .navbar-nav .nav-item:last-child:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #B3B3B3;
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 992px) {
  .navbar .navbar-nav .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
  }
}
.navbar .navbar-nav .nav-item .nav-link {
  display: block;
  color: inherit;
  font-weight: bold;
  --bs-navbar-nav-link-padding-x: 20px;
}
.navbar .navbar-nav .nav-item .nav-link span.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 14px;
  padding-bottom: 14px;
}
.navbar .navbar-nav .nav-item .nav-link span.t1 {
  color: #36719A;
  font-weight: bold;
  letter-spacing: 5px;
  position: relative;
  left: 2.5px;
}
.navbar .navbar-nav .nav-item .nav-link span.t2 {
  color: #B3B3B3;
  font-weight: bold;
}
.navbar .navbar-nav .nav-item:hover, .navbar .navbar-nav .nav-item.active {
  color: #36719A;
}

.dropdown-menu {
  min-width: 180px;
  text-align: center;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #E6E6E6;
  border-radius: 0;
  min-width: 0;
  padding-left: 10px;
  padding-right: 10px;
  --bs-dropdown-item-padding-x: 0;
  --bs-dropdown-item-padding-y: 13px;
}
.dropdown-menu > li {
  border-bottom: 1px solid #36719A;
}
.dropdown-menu > li:last-child {
  border-bottom: 0;
}
.dropdown-menu > li a {
  letter-spacing: 5px;
  font-weight: bold;
}
.dropdown-menu > li:hover a, .dropdown-menu > li.active a {
  background: none;
  color: #36719A;
}

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

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

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

.swiper {
  -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: #fff;
  opacity: 1;
  outline: none;
  border: 1px solid #B3B3B3;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #36719A;
}

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

.swiper-button-box {
  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;
  gap: 1rem;
}
.swiper-button-box .swiper-button-prev,
.swiper-button-box .swiper-button-next,
.swiper-button-box .swiper-pagination {
  position: static;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.swiper-button-box .swiper-pagination {
  width: auto;
}

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

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

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

[data-aos=text-fade] .fb-word > span {
  opacity: 0;
}
[data-aos=text-fade].aos-animate .fb-word > span {
  -webkit-animation: fa-text-fade 0.5s var(--fa-t) ease-in-out forwards;
          animation: fa-text-fade 0.5s var(--fa-t) ease-in-out forwards;
}

[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 fa-text-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fa-text-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.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);
      -ms-transform: translatez(100px) scale(0.85);
          transform: translatez(100px) scale(0.85);
}

.font-poppins, .navbar .navbar-nav .nav-item .nav-link span.t2 {
  font-family: "Poppins", sans-serif;
}

.fs-12, .navbar .navbar-nav .nav-item .nav-link span.t2 {
  font-size: 0.75rem;
}

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

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

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

.fs-14, .esg-card-list .esg-card .content .esg-desc, #nav-top .search-item .search-input input, .btn-sm {
  font-size: 0.875rem;
}

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

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

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

.fs-20, .milestone-list .milestone-item .milestone-content .milestone-desc {
  font-size: 1.25rem;
}

.fsr-20, .project-inner-content .name--desc .p-name .date, .p-item .txt-row .name--desc .p-name {
  font-size: 1.25rem;
}

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

.fsr-24, .news-inner-content .date--name .n-name, .esg-card-list .esg-card .content .esg-title {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .fsr-24, .news-inner-content .date--name .n-name, .esg-card-list .esg-card .content .esg-title {
    font-size: 1.5rem;
  }
}

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

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

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

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

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

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

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

.fsr-32, .milestone-title .title,
.future-title .title, .brand-content-row .brand-content-item .brand-content-item-title .title {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .fsr-32, .milestone-title .title,
  .future-title .title, .brand-content-row .brand-content-item .brand-content-item-title .title {
    font-size: 2rem;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

.fs-64 {
  font-size: 4rem;
}

.fsr-64 {
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
  .fsr-64 {
    font-size: 4rem;
  }
}

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

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

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

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

@media (min-width: 576px) {
  .fs-sm-12 {
    font-size: 0.75rem;
  }
  .fsr-sm-12 {
    font-size: 0.75rem;
  }
  .fs-sm-13 {
    font-size: 0.8125rem;
  }
  .fsr-sm-13 {
    font-size: 0.8125rem;
  }
  .fs-sm-14 {
    font-size: 0.875rem;
  }
  .fsr-sm-14 {
    font-size: 0.875rem;
  }
  .fs-sm-18 {
    font-size: 1.125rem;
  }
  .fsr-sm-18 {
    font-size: 1.125rem;
  }
  .fs-sm-20 {
    font-size: 1.25rem;
  }
  .fsr-sm-20 {
    font-size: 1.25rem;
  }
  .fs-sm-24 {
    font-size: 1.5rem;
  }
  .fsr-sm-24 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-25 {
    font-size: 1.5625rem;
  }
  .fsr-sm-25 {
    font-size: calc(1.28125rem + 0.375vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-25 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-27 {
    font-size: 1.6875rem;
  }
  .fsr-sm-27 {
    font-size: calc(1.29375rem + 0.525vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-27 {
    font-size: 1.6875rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-30 {
    font-size: 1.875rem;
  }
  .fsr-sm-30 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-32 {
    font-size: 2rem;
  }
  .fsr-sm-32 {
    font-size: calc(1.325rem + 0.9vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-32 {
    font-size: 2rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-35 {
    font-size: 2.1875rem;
  }
  .fsr-sm-35 {
    font-size: calc(1.34375rem + 1.125vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-35 {
    font-size: 2.1875rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-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-36 {
    font-size: 2.25rem;
  }
  .fsr-sm-36 {
    font-size: calc(1.35rem + 1.2vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-36 {
    font-size: 2.25rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-40 {
    font-size: 2.5rem;
  }
  .fsr-sm-40 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-40 {
    font-size: 2.5rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-45 {
    font-size: 2.8125rem;
  }
  .fsr-sm-45 {
    font-size: calc(1.40625rem + 1.875vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-45 {
    font-size: 2.8125rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-50 {
    font-size: 3.125rem;
  }
  .fsr-sm-50 {
    font-size: calc(1.4375rem + 2.25vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-50 {
    font-size: 3.125rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-64 {
    font-size: 4rem;
  }
  .fsr-sm-64 {
    font-size: calc(1.525rem + 3.3vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-64 {
    font-size: 4rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-72 {
    font-size: 4.5rem;
  }
  .fsr-sm-72 {
    font-size: calc(1.575rem + 3.9vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-72 {
    font-size: 4.5rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-80 {
    font-size: 5rem;
  }
  .fsr-sm-80 {
    font-size: calc(1.625rem + 4.5vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-80 {
    font-size: 5rem;
  }
}
@media (min-width: 768px) {
  .fs-md-12 {
    font-size: 0.75rem;
  }
  .fsr-md-12 {
    font-size: 0.75rem;
  }
  .fs-md-13 {
    font-size: 0.8125rem;
  }
  .fsr-md-13 {
    font-size: 0.8125rem;
  }
  .fs-md-14 {
    font-size: 0.875rem;
  }
  .fsr-md-14 {
    font-size: 0.875rem;
  }
  .fs-md-18 {
    font-size: 1.125rem;
  }
  .fsr-md-18 {
    font-size: 1.125rem;
  }
  .fs-md-20 {
    font-size: 1.25rem;
  }
  .fsr-md-20 {
    font-size: 1.25rem;
  }
  .fs-md-24 {
    font-size: 1.5rem;
  }
  .fsr-md-24 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .fs-md-25 {
    font-size: 1.5625rem;
  }
  .fsr-md-25 {
    font-size: calc(1.28125rem + 0.375vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-25 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 768px) {
  .fs-md-27 {
    font-size: 1.6875rem;
  }
  .fsr-md-27 {
    font-size: calc(1.29375rem + 0.525vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-27 {
    font-size: 1.6875rem;
  }
}
@media (min-width: 768px) {
  .fs-md-30 {
    font-size: 1.875rem;
  }
  .fsr-md-30 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 768px) {
  .fs-md-32 {
    font-size: 2rem;
  }
  .fsr-md-32 {
    font-size: calc(1.325rem + 0.9vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-32 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .fs-md-35 {
    font-size: 2.1875rem;
  }
  .fsr-md-35 {
    font-size: calc(1.34375rem + 1.125vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-35 {
    font-size: 2.1875rem;
  }
}
@media (min-width: 768px) {
  .fs-md-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-36 {
    font-size: 2.25rem;
  }
  .fsr-md-36 {
    font-size: calc(1.35rem + 1.2vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-36 {
    font-size: 2.25rem;
  }
}
@media (min-width: 768px) {
  .fs-md-40 {
    font-size: 2.5rem;
  }
  .fsr-md-40 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-40 {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  .fs-md-45 {
    font-size: 2.8125rem;
  }
  .fsr-md-45 {
    font-size: calc(1.40625rem + 1.875vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-45 {
    font-size: 2.8125rem;
  }
}
@media (min-width: 768px) {
  .fs-md-50 {
    font-size: 3.125rem;
  }
  .fsr-md-50 {
    font-size: calc(1.4375rem + 2.25vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-50 {
    font-size: 3.125rem;
  }
}
@media (min-width: 768px) {
  .fs-md-64 {
    font-size: 4rem;
  }
  .fsr-md-64 {
    font-size: calc(1.525rem + 3.3vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-64 {
    font-size: 4rem;
  }
}
@media (min-width: 768px) {
  .fs-md-72 {
    font-size: 4.5rem;
  }
  .fsr-md-72 {
    font-size: calc(1.575rem + 3.9vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-72 {
    font-size: 4.5rem;
  }
}
@media (min-width: 768px) {
  .fs-md-80 {
    font-size: 5rem;
  }
  .fsr-md-80 {
    font-size: calc(1.625rem + 4.5vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-80 {
    font-size: 5rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-12 {
    font-size: 0.75rem;
  }
  .fsr-lg-12 {
    font-size: 0.75rem;
  }
  .fs-lg-13 {
    font-size: 0.8125rem;
  }
  .fsr-lg-13 {
    font-size: 0.8125rem;
  }
  .fs-lg-14 {
    font-size: 0.875rem;
  }
  .fsr-lg-14 {
    font-size: 0.875rem;
  }
  .fs-lg-18 {
    font-size: 1.125rem;
  }
  .fsr-lg-18 {
    font-size: 1.125rem;
  }
  .fs-lg-20 {
    font-size: 1.25rem;
  }
  .fsr-lg-20 {
    font-size: 1.25rem;
  }
  .fs-lg-24 {
    font-size: 1.5rem;
  }
  .fsr-lg-24 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-25 {
    font-size: 1.5625rem;
  }
  .fsr-lg-25 {
    font-size: calc(1.28125rem + 0.375vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-25 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-27 {
    font-size: 1.6875rem;
  }
  .fsr-lg-27 {
    font-size: calc(1.29375rem + 0.525vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-27 {
    font-size: 1.6875rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-30 {
    font-size: 1.875rem;
  }
  .fsr-lg-30 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-32 {
    font-size: 2rem;
  }
  .fsr-lg-32 {
    font-size: calc(1.325rem + 0.9vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-32 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-35 {
    font-size: 2.1875rem;
  }
  .fsr-lg-35 {
    font-size: calc(1.34375rem + 1.125vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-35 {
    font-size: 2.1875rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-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-36 {
    font-size: 2.25rem;
  }
  .fsr-lg-36 {
    font-size: calc(1.35rem + 1.2vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-36 {
    font-size: 2.25rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-40 {
    font-size: 2.5rem;
  }
  .fsr-lg-40 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-40 {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-45 {
    font-size: 2.8125rem;
  }
  .fsr-lg-45 {
    font-size: calc(1.40625rem + 1.875vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-45 {
    font-size: 2.8125rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-50 {
    font-size: 3.125rem;
  }
  .fsr-lg-50 {
    font-size: calc(1.4375rem + 2.25vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-50 {
    font-size: 3.125rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-64 {
    font-size: 4rem;
  }
  .fsr-lg-64 {
    font-size: calc(1.525rem + 3.3vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-64 {
    font-size: 4rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-72 {
    font-size: 4.5rem;
  }
  .fsr-lg-72 {
    font-size: calc(1.575rem + 3.9vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-72 {
    font-size: 4.5rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-80 {
    font-size: 5rem;
  }
  .fsr-lg-80 {
    font-size: calc(1.625rem + 4.5vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-80 {
    font-size: 5rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-12 {
    font-size: 0.75rem;
  }
  .fsr-xl-12 {
    font-size: 0.75rem;
  }
  .fs-xl-13 {
    font-size: 0.8125rem;
  }
  .fsr-xl-13 {
    font-size: 0.8125rem;
  }
  .fs-xl-14 {
    font-size: 0.875rem;
  }
  .fsr-xl-14 {
    font-size: 0.875rem;
  }
  .fs-xl-18 {
    font-size: 1.125rem;
  }
  .fsr-xl-18 {
    font-size: 1.125rem;
  }
  .fs-xl-20 {
    font-size: 1.25rem;
  }
  .fsr-xl-20 {
    font-size: 1.25rem;
  }
  .fs-xl-24 {
    font-size: 1.5rem;
  }
  .fsr-xl-24 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-25 {
    font-size: 1.5625rem;
  }
  .fsr-xl-25 {
    font-size: calc(1.28125rem + 0.375vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-25 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-27 {
    font-size: 1.6875rem;
  }
  .fsr-xl-27 {
    font-size: calc(1.29375rem + 0.525vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-27 {
    font-size: 1.6875rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-30 {
    font-size: 1.875rem;
  }
  .fsr-xl-30 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-32 {
    font-size: 2rem;
  }
  .fsr-xl-32 {
    font-size: calc(1.325rem + 0.9vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-32 {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-35 {
    font-size: 2.1875rem;
  }
  .fsr-xl-35 {
    font-size: calc(1.34375rem + 1.125vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-35 {
    font-size: 2.1875rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-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-36 {
    font-size: 2.25rem;
  }
  .fsr-xl-36 {
    font-size: calc(1.35rem + 1.2vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-36 {
    font-size: 2.25rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-40 {
    font-size: 2.5rem;
  }
  .fsr-xl-40 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-40 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-45 {
    font-size: 2.8125rem;
  }
  .fsr-xl-45 {
    font-size: calc(1.40625rem + 1.875vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-45 {
    font-size: 2.8125rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-50 {
    font-size: 3.125rem;
  }
  .fsr-xl-50 {
    font-size: calc(1.4375rem + 2.25vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-50 {
    font-size: 3.125rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-64 {
    font-size: 4rem;
  }
  .fsr-xl-64 {
    font-size: calc(1.525rem + 3.3vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-64 {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-72 {
    font-size: 4.5rem;
  }
  .fsr-xl-72 {
    font-size: calc(1.575rem + 3.9vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-72 {
    font-size: 4.5rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-80 {
    font-size: 5rem;
  }
  .fsr-xl-80 {
    font-size: calc(1.625rem + 4.5vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-80 {
    font-size: 5rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-12 {
    font-size: 0.75rem;
  }
  .fsr-xxl-12 {
    font-size: 0.75rem;
  }
  .fs-xxl-13 {
    font-size: 0.8125rem;
  }
  .fsr-xxl-13 {
    font-size: 0.8125rem;
  }
  .fs-xxl-14 {
    font-size: 0.875rem;
  }
  .fsr-xxl-14 {
    font-size: 0.875rem;
  }
  .fs-xxl-18 {
    font-size: 1.125rem;
  }
  .fsr-xxl-18 {
    font-size: 1.125rem;
  }
  .fs-xxl-20 {
    font-size: 1.25rem;
  }
  .fsr-xxl-20 {
    font-size: 1.25rem;
  }
  .fs-xxl-24 {
    font-size: 1.5rem;
  }
  .fsr-xxl-24 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-25 {
    font-size: 1.5625rem;
  }
  .fsr-xxl-25 {
    font-size: calc(1.28125rem + 0.375vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-25 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-27 {
    font-size: 1.6875rem;
  }
  .fsr-xxl-27 {
    font-size: calc(1.29375rem + 0.525vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-27 {
    font-size: 1.6875rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-30 {
    font-size: 1.875rem;
  }
  .fsr-xxl-30 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-32 {
    font-size: 2rem;
  }
  .fsr-xxl-32 {
    font-size: calc(1.325rem + 0.9vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-32 {
    font-size: 2rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-35 {
    font-size: 2.1875rem;
  }
  .fsr-xxl-35 {
    font-size: calc(1.34375rem + 1.125vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-35 {
    font-size: 2.1875rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-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-36 {
    font-size: 2.25rem;
  }
  .fsr-xxl-36 {
    font-size: calc(1.35rem + 1.2vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-36 {
    font-size: 2.25rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-40 {
    font-size: 2.5rem;
  }
  .fsr-xxl-40 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-40 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-45 {
    font-size: 2.8125rem;
  }
  .fsr-xxl-45 {
    font-size: calc(1.40625rem + 1.875vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-45 {
    font-size: 2.8125rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-50 {
    font-size: 3.125rem;
  }
  .fsr-xxl-50 {
    font-size: calc(1.4375rem + 2.25vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-50 {
    font-size: 3.125rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-64 {
    font-size: 4rem;
  }
  .fsr-xxl-64 {
    font-size: calc(1.525rem + 3.3vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-64 {
    font-size: 4rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-72 {
    font-size: 4.5rem;
  }
  .fsr-xxl-72 {
    font-size: calc(1.575rem + 3.9vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-72 {
    font-size: 4.5rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-80 {
    font-size: 5rem;
  }
  .fsr-xxl-80 {
    font-size: calc(1.625rem + 4.5vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-80 {
    font-size: 5rem;
  }
}
.ls-1 {
  letter-spacing: 1px;
}

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

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

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

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

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

.main-title .t2.ls-10 {
  position: relative;
  left: 5px;
}

.btn-light {
  color: #36719A;
}
.btn-light:hover {
  color: #fff;
}
.btn-sm {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1.3;
  --bs-btn-padding-y: 5px;
  --bs-btn-padding-x: 5px;
}

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

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

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

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

@media (min-width: 768px) {
  .aside-list {
    max-width: 215px;
  }
}
.aside-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.aside-list a {
  display: block;
  padding: 0.6rem;
  color: inherit;
}
.aside-list > li {
  position: relative;
}
.aside-list > li > 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 ul {
  padding-left: 1rem;
}
.aside-list > li ul li:hover > a, .aside-list > li ul li.mm-active > a {
  color: #36719A;
}

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

.pages .pagination {
  --bs-pagination-padding-y: 0;
  --bs-pagination-padding-x: 0;
  --bs-pagination-bg: none;
  --bs-pagination-active-color: #B3B3B3;
  --bs-pagination-border-width: 0;
  --bs-pagination-hover-bg: none;
  --bs-pagination-active-bg: none;
  --bs-pagination-hover-color: #B3B3B3;
  --bs-pagination-disabled-bg: none;
}
.pages .pagination .page-item {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-weight: bold;
}
.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: 10px;
  bottom: 50px;
}
#right-float-box #back-to-top,
#right-float-box .right-icon {
  display: block;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#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: #36719A;
  color: #fff;
}
#right-float-box #back-to-top {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 575.98px) {
  #right-float-box #back-to-top svg {
    width: 30px;
  }
  #right-float-box #back-to-top .t1 {
    font-size: 10px !important;
  }
}

#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: #36719A !important;
}

footer {
  background-color: #001C29;
  position: relative;
  color: #fff;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
footer a {
  color: inherit;
}
footer a:hover {
  text-decoration: underline;
}
footer .footer-content {
  width: 980px;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 0;
}
footer .contact-row {
  margin-left: 60px;
}
footer .contact-row .contact-list {
  font-weight: bold;
}
footer .right {
  margin-left: auto;
}
footer .right .social-list {
  margin-bottom: 1rem !important;
}
@media (max-width: 767.98px) {
  footer .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .contact-row {
    margin-left: 0;
  }
  footer .right {
    margin-left: 0;
  }
  footer .right .social-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.social-list li {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.social-list a {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #001C29;
}
.social-list a:hover {
  background-color: #36719A;
  color: #fff;
}

.contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.contact-list li [class*=fa] {
  width: 1.2rem;
  text-align: center;
  margin-right: 0.5rem;
}

.inner-banner .banner-img-wrap {
  position: relative;
  z-index: 100;
  width: calc(100% - 50px);
}
.inner-banner .banner-img-wrap img {
  width: 100%;
}
.inner-banner .banner-txt-wrap {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1.3;
  text-align: center;
  text-shadow: 1px 1px 5px rgba(255, 255, 255, 0.5);
}
@media (max-width: 767.98px) {
  .inner-banner .banner-img-wrap {
    width: calc(100% - 20px);
  }
  .inner-banner .banner-txt-wrap .t1 {
    font-size: 25px !important;
  }
  .inner-banner .banner-txt-wrap .t2 {
    font-size: 16px !important;
  }
}

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

#banner {
  position: relative;
}
#banner:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 50px);
  background-color: #36719A;
}
@media (max-width: 767.98px) {
  #banner:before {
    height: calc(100% - 20px);
  }
}

.banner-slider img {
  width: calc(100% - 50px);
}
.banner-slider .banner-txt {
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: 100px;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  text-align: center;
  z-index: 100;
  line-height: 1.3;
}
.banner-slider .banner-txt .text {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.banner-slider .swiper-slide :not(.swiper-slide-active) .banner-txt .text {
  opacity: 0;
  -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.banner-slider .swiper-slide.swiper-slide-active .banner-txt .text {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.banner-slider .swiper-button-box {
  position: absolute;
  left: 0;
  bottom: 1rem;
  width: 100%;
  z-index: 100;
}
@media (max-width: 767.98px) {
  .banner-slider .swiper-button-box {
    bottom: 5px;
  }
  .banner-slider .banner-txt {
    bottom: 30px;
  }
  .banner-slider .banner-txt .t1 {
    font-size: 2rem;
  }
  .banner-slider .banner-txt .t2 {
    font-size: 1rem;
  }
  .banner-slider img {
    width: calc(100% - 20px);
  }
}

#index-about {
  position: relative;
}
#index-about:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  background-color: #E6E6E6;
  z-index: -1;
}
@media (max-width: 767.98px) {
  #index-about:before {
    display: none;
  }
}

.index-news-slider-row {
  width: 980px;
  max-width: 100%;
  margin: 0 auto;
}
.index-news-slider-row .n-prev {
  left: 0;
  -webkit-transform: translate(-200%, -50%);
      -ms-transform: translate(-200%, -50%);
          transform: translate(-200%, -50%);
}
.index-news-slider-row .n-next {
  right: 0;
  -webkit-transform: translate(200%, -50%);
      -ms-transform: translate(200%, -50%);
          transform: translate(200%, -50%);
}
@media (max-width: 991.98px) {
  .index-news-slider-row {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .index-news-slider-row .n-prev {
    -webkit-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
  .index-news-slider-row .n-next {
    -webkit-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
}

.index-news-item {
  padding-left: 20px;
  padding-top: 24px;
  padding-bottom: 20px;
  position: relative;
}
.index-news-item > *:not(.stretched-link) {
  position: relative;
  z-index: 100;
}
.index-news-item .stretched-link:after {
  z-index: 1000;
}
.index-news-item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 20px);
  height: 100%;
  background-color: #E6E6E6;
  z-index: 0;
}
.index-news-item:hover .cat,
.index-news-item:hover .title {
  color: #fff !important;
}
.index-news-item:hover:before {
  background-color: #36719A;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 575.98px) {
  .index-news-item {
    max-width: 250px;
    margin: 0 auto;
  }
}

.service-list {
  width: 980px;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 511px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.service-list .service-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  height: 100%;
  position: relative;
  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;
}
.service-list .service-item .service-img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.service-list .service-item .service-img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 28, 41, 0.3);
  z-index: 100;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.service-list .service-item .service-img:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #36719A;
}
.service-list .service-item .service-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 50;
}
.service-list .service-item .title {
  width: 135px;
  height: 135px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 200;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.service-list .service-item .title span {
  position: relative;
  left: 2.5px;
}
.service-list .service-item:hover .service-img:after {
  -webkit-backdrop-filter: blur(0px) !important;
          backdrop-filter: blur(0px) !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.service-list .service-item:hover .title {
  background-color: rgba(54, 113, 154, 0.8);
  color: #fff !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.service-list .service-item[data-aos=custom-left] .service-img:before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.service-list .service-item[data-aos=custom-left].aos-animate .service-img:before {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.service-list:hover .service-item .service-img:after {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@media (max-width: 767.98px) {
  .service-list {
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .service-list .service-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 1rem;
  }
}

#index-project {
  position: relative;
  background-color: #E6E6E6;
}
@media (max-width: 575.98px) {
  #index-project {
    background: none;
  }
}

.index-project-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.index-project-content .left {
  margin: 0 0 0 calc(58.3333333333% - 58.3333333333vw);
  width: 58.3333333333%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  z-index: 50;
}
.index-project-content .left img {
  width: 100%;
}
.index-project-content .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 0px;
          flex: 0 1 0;
  width: 41.6666666667%;
  position: relative;
  z-index: 100;
}
.index-project-content .right .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 1.5rem;
  padding-right: 2rem;
}
.index-project-content .right:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #36719A;
  -webkit-transform: skewX(10deg);
      -ms-transform: skewX(10deg);
          transform: skewX(10deg);
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;
}
.index-project-content .right > * {
  position: relative;
  z-index: 100;
}
.index-project-content .right .detail {
  margin-top: 10px;
}
.index-project-content .right .main-title {
  padding-left: 2rem;
}
.index-project-content .right .swiper-content {
  padding-left: 4rem;
}
.index-project-content .right .btn-light {
  color: #36719A;
  margin-top: 1.5rem;
}
.index-project-content .right .btn-light:hover {
  color: #fff;
}
.index-project-content .right .swiper-button-box {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 64px;
  gap: 50px;
}
@media screen and (max-width: 1250px) {
  .index-project-content .left .index-project-img-slider {
    height: 100%;
  }
  .index-project-content .left img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  .index-project-content .right .main-title {
    padding-left: 0;
  }
  .index-project-content .right .swiper-content {
    padding-left: 1rem;
  }
}
@media (max-width: 575.98px) {
  .index-project-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .index-project-content .left {
    margin: 0;
    width: 100%;
  }
  .index-project-content .left .index-project-img-slider {
    height: auto;
  }
  .index-project-content .left img {
    height: auto;
  }
  .index-project-content .right {
    width: 100%;
    position: static;
    background-color: #36719A;
  }
  .index-project-content .right:before {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    display: none;
  }
  .index-project-content .right .main-title {
    display: none;
  }
  .index-project-content .right .swiper-content {
    padding-left: 0;
    position: static !important;
  }
  .index-project-content .right .content {
    padding: 1rem;
    position: static;
  }
  .index-project-content .right .swiper-button-box {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 100%;
    z-index: 100;
    background-color: #36719A;
    padding: 1rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: none;
    padding: 0;
    margin: 0;
  }
  .index-project-content .right .swiper-button-box .p-prev, .index-project-content .right .swiper-button-box .p-next {
    color: #36719A !important;
    background-color: #fff;
    padding: 5px;
  }
  .index-project-content .right .swiper-button-box .p-prev {
    margin-left: 1rem !important;
  }
  .index-project-content .right .swiper-button-box .p-next {
    margin-right: 1rem !important;
  }
}

.index-esg-content {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.index-esg-content .left {
  position: relative;
  z-index: 100;
  margin-bottom: 20px;
}
.index-esg-content .left .text {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.index-esg-content .left .content {
  padding-left: 4rem;
  padding-top: 30px;
  padding-bottom: 30px;
}
.index-esg-content .left:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% + 100px);
  height: 100%;
  background-color: #36719A;
  z-index: 0;
  clip-path: polygon(0 47px, 47px 0, 100% 0, 100% 100%, 0 100%);
}
.index-esg-content .left > * {
  position: relative;
  z-index: 100;
}
.index-esg-content .right {
  position: relative;
  z-index: 100;
}
@media (max-width: 991.98px) {
  .index-esg-content {
    position: relative;
  }
  .index-esg-content .left {
    z-index: 100;
    margin-bottom: 0;
    clip-path: polygon(0 47px, 47px 0, 100% 0, 100% 100%, 0 100%);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
  }
  .index-esg-content .left:before {
    background-color: rgba(54, 113, 154, 0.3);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    clip-path: none;
  }
  .index-esg-content .left .content {
    padding-left: 2rem;
  }
  .index-esg-content .right {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    padding-left: 0;
    padding-right: 0;
    clip-path: polygon(0 47px, 47px 0, 100% 0, 100% 100%, 0 100%);
  }
  .index-esg-content .right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.brand-content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}
.brand-content-row .brand-content-item {
  gap: 20px 0;
}
.brand-content-row .brand-content-item .brand-content-item-title .title {
  font-weight: bold;
  letter-spacing: 5px;
  color: #fff;
  position: relative;
  margin-top: 20px;
}
.brand-content-row .brand-content-item .brand-content-item-title .title > span {
  position: relative;
  z-index: 100;
  line-height: 1.3;
  display: block;
  padding: 35px 64px;
}
.brand-content-row .brand-content-item .brand-content-item-title .title > span > span {
  display: inline;
}
.brand-content-row .brand-content-item .brand-content-item-title .title:before {
  content: "";
  display: block;
  width: 86.5%;
  height: 100%;
  background-color: #E6E6E6;
  position: absolute;
  top: -20px;
  left: 0;
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
  z-index: 25;
}
.brand-content-row .brand-content-item .brand-content-item-title .title:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #36719A;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
  z-index: 50;
}
.brand-content-row .brand-content-item:nth-child(odd) .brand-content-item-title .title {
  text-align: right;
}
.brand-content-row .brand-content-item:nth-child(odd) .brand-content-item-detail .text {
  padding-left: 20px;
}
.brand-content-row .brand-content-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.brand-content-row .brand-content-item:nth-child(even) .brand-content-item-detail .text {
  padding-right: 20px;
}

.hero-img-wrap {
  width: 100vw;
  height: 300px;
  overflow: hidden;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  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;
}
.hero-img-wrap .hero-title {
  position: relative;
  z-index: 100;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.hero-img-wrap .hero-img {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center calc(var(--fa-scaled--custom) * 100%);
     object-position: center calc(var(--fa-scaled--custom) * 100%);
}
@media (max-width: 767.98px) {
  .hero-img-wrap {
    height: 200px;
  }
}

.brand-text-2 {
  width: 880px;
  margin: 0 auto;
  max-width: 100%;
}

#company-dna {
  position: relative;
}
#company-dna .dna-bg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}
#company-dna .dna-bg-wrap .dna-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center calc(var(--fa-scaled--custom) * 100%);
     object-position: center calc(var(--fa-scaled--custom) * 100%);
  position: relative;
  z-index: 50;
}
#company-dna .dna-bg-wrap .dna-bg-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 60;
  mix-blend-mode: soft-light;
}
#company-dna > .container-xl {
  position: relative;
  z-index: 100;
}

.dna-list .dna-item .title {
  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;
  gap: 1rem;
  margin-bottom: 18px;
}
.dna-list .dna-item .title span {
  position: relative;
  left: 2.5px;
}
.dna-list .dna-item .title:before {
  content: url(../_img/about/company/circle.png);
  display: block;
  width: 26px;
  height: 26px;
}
.dna-list .dna-item .title:after {
  content: url(../_img/about/company/circle.png);
  display: block;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 26px;
  height: 26px;
}

.dna-desc {
  width: 780px;
  margin: 0 auto;
  max-width: 100%;
  background-color: rgba(54, 113, 154, 0.9);
}
.dna-desc .dna-desc-content {
  padding: 30px;
}

#company-team {
  background-image: url(../_img/about/company/team_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#company-team .org-desc {
  width: 780px;
  margin: 0 auto;
  max-width: 100%;
}

#company-bottom-banner {
  height: 500px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  #company-bottom-banner {
    height: 200px;
  }
}
#company-bottom-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center calc(var(--fa-scaled--custom) * 100%);
     object-position: center calc(var(--fa-scaled--custom) * 100%);
}

.milestone-title,
.future-title {
  position: relative;
  height: 300px;
  width: 100vw;
  overflow: hidden;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  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;
}
.milestone-title img,
.future-title img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  -o-object-fit: cover;
     object-fit: cover;
  --fa-from--custom: .4;
  --fa-to--custom: .6;
  -o-object-position: center calc(var(--fa-scaled--custom) * 100%);
     object-position: center calc(var(--fa-scaled--custom) * 100%);
}
.milestone-title .title,
.future-title .title {
  position: relative;
  z-index: 100;
  font-weight: bold;
  letter-spacing: 5px;
  color: #fff;
  position: relative;
  margin-top: 20px;
  line-height: 1.3;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 575.98px) {
  .milestone-title,
  .future-title {
    height: 150px;
  }
  .milestone-title img,
  .future-title img {
    --fa-from--custom: 0;
    --fa-to--custom: 1;
  }
}

.milestone-list {
  width: 880px;
  margin: 0 auto;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
}
.milestone-list .milestone-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.milestone-list .milestone-item .milestone-img-wrap {
  width: 396px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.milestone-list .milestone-item .milestone-img-wrap img {
  width: 100%;
}
.milestone-list .milestone-item .milestone-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  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-top: 32px;
}
.milestone-list .milestone-item .milestone-content:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #36719A;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
}
.milestone-list .milestone-item .milestone-content .milestone-desc {
  position: relative;
  z-index: 100;
  font-weight: bold;
  letter-spacing: 5px;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  padding: 1rem;
}
.milestone-list .milestone-item:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.milestone-list .milestone-item:nth-child(odd) .milestone-img-wrap img {
  clip-path: polygon(32px 0, 100% 0, 100% 100%, 0 100%, 0 32px);
}
.milestone-list .milestone-item:nth-child(odd) .milestone-content:before {
  clip-path: polygon(32px 0, 100% 0, 100% 100%, 0 100%, 0 32px);
}
.milestone-list .milestone-item:nth-child(even) .milestone-img-wrap img {
  clip-path: polygon(0 0, calc(100% - 32px) 0, 100% 32px, 100% 100%, 0 100%);
}
.milestone-list .milestone-item:nth-child(even) .milestone-content:before {
  clip-path: polygon(0 0, calc(100% - 32px) 0, 100% 32px, 100% 100%, 0 100%);
}
@media (max-width: 575.98px) {
  .milestone-list {
    gap: 24px;
  }
  .milestone-list .milestone-item {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .milestone-list .milestone-item .milestone-img-wrap {
    width: 100%;
  }
  .milestone-list .milestone-item .milestone-content {
    margin-top: 0;
  }
  .milestone-list .milestone-item .milestone-content:before {
    clip-path: none !important;
  }
}

#future-outlook {
  background-image: url(../_img/about/company/team_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.future-list {
  width: 780px;
  margin: 0 auto;
  max-width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: -webkit-max-content 30px 1fr;
  -ms-grid-columns: max-content 30px 1fr;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  gap: 48px 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.future-list .future-item {
  display: contents;
}
.future-list .future-item .title-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
}
.future-list .future-item .title-row img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 575.98px) {
  .future-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .future-list .future-item .title-row {
    gap: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.project-list-content {
  background-image: url(../_img/test/p/bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.project-list-content .project-list-row {
  max-width: 980px;
  margin: 0 auto;
}

.p-item .img-row {
  position: relative;
  overflow: hidden;
}
.p-item .img-row img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.p-item .txt-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-color: #fff;
}
.p-item .txt-row::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url(../_img/project/vector.svg);
  background-size: auto 100%;
  background-position: left center;
  background-repeat: no-repeat;
}
.p-item .txt-row .name--desc {
  padding: 27px 20px 27px 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  gap: 10px;
}
.p-item .txt-row .name--desc .p-name {
  font-weight: bold;
  color: #36719A;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-item .txt-row .name--desc .p-desc {
  margin-left: auto;
}
.p-item .txt-row .btn-row {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-item .txt-row .btn-row .btn {
  margin-top: auto;
}
.p-item .content:hover .img-row img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
}
.p-item .content:hover .txt-row .btn {
  background-color: #fff;
  color: #36719A;
  border-color: #36719A;
}

.project-inner-content {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}
.project-inner-content .name--desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding-left: 90px;
}
.project-inner-content .name--desc::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url(../_img/project/vector.svg);
  background-size: auto 100%;
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}
.project-inner-content .name--desc .p-name {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 575.98px) {
  .project-inner-content .name--desc {
    padding-left: 50px;
  }
}
.project-inner-content .small-slider-row {
  position: relative;
}
@media screen and (min-width: 1020px) {
  .project-inner-content .small-slider-row .p-prev {
    -webkit-transform: translate(-100%, -50%);
        -ms-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
    left: 0;
  }
  .project-inner-content .small-slider-row .p-next {
    -webkit-transform: translate(100%, -50%);
        -ms-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
    right: 0;
  }
}

.p-small-slider .swiper-slide {
  position: relative;
  cursor: pointer;
}
.p-small-slider .swiper-slide::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 100;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.p-small-slider .swiper-slide:hover::before, .p-small-slider .swiper-slide.swiper-slide-thumb-active::before {
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.p-small-slider .swiper-slide-active {
  opacity: 1;
}

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

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

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

.esg-card-list {
  max-width: 750px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.esg-card-list .esg-card {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
.esg-card-list .esg-card .bg {
  position: relative;
  z-index: 1;
}
.esg-card-list .esg-card .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  gap: 8px;
  text-align: center;
}
.esg-card-list .esg-card .content .esg-title {
  font-weight: bold;
}
.news-list-content {
  background-image: url(../_img/about/company/team_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.news-list-row {
  max-width: 980px;
  margin: 0 auto;
}

.news-item .img--text {
  position: relative;
}
.news-item .img-row {
  padding-left: 15px;
  background-color: #36719A;
  clip-path: polygon(0 0, calc(100% - 32px) 0, 100% 32px, 100% 100%, 0 100%);
  position: relative;
  z-index: 50;
}
.news-item .txt-row {
  position: absolute;
  right: 0;
  bottom: 20px;
  z-index: 100;
}
.news-item .txt-row .n-name {
  background-color: rgba(54, 113, 154, 0.8);
  padding: 1rem;
  color: #fff;
  font-weight: bold;
  max-width: 300px;
  margin-left: auto;
}
.news-item .txt-row .n-name span {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-item .txt-row .btn {
  margin-left: auto;
}
@media (max-width: 767.98px) {
  .news-item .txt-row .n-name {
    max-width: 80%;
  }
}

.news-inner-content {
  max-width: 780px;
  margin: 0 auto;
}
.news-inner-content .img-row {
  width: 100%;
  padding-left: 25px;
  background-color: #36719A;
}
.news-inner-content .img-row img {
  width: 100%;
}
.news-inner-content .date--name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.news-inner-content .date--name .date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.news-inner-content .date--name .n-name {
  font-weight: bold;
  color: #fff;
  background-color: rgba(54, 113, 154, 0.8);
  padding: 1rem;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  min-width: 320px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767.98px) {
  .news-inner-content .date--name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
  }
  .news-inner-content .date--name .n-name {
    min-width: auto;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.news-cat-list .news-cat-item a {
  display: block;
  border: 1px solid #36719A;
  padding: 10px 16px;
  color: #36719A;
  font-weight: bold;
}
.news-cat-list .news-cat-item:hover a, .news-cat-list .news-cat-item.active a {
  border-color: #36719A;
  color: #fff;
  background-color: #36719A;
}

#join-us-section1 .hero-block {
  width: 100vw;
  height: 500px;
  margin-left: calc(50% - 50vw);
  position: relative;
}
@media (max-width: 575.98px) {
  #join-us-section1 .hero-block {
    height: 200px;
  }
}
#join-us-section1 .hero-block .hero-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center calc(var(--fa-scaled--custom) * 100%);
     object-position: center calc(var(--fa-scaled--custom) * 100%);
}
#join-us-section1 .hero-block .hero-title-row {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1rem;
  margin: 0 auto;
}
#join-us-section1 .hero-block .hero-title-row .hero-title {
  color: #f5fbff;
}
#join-us-section1 .hero-row.hero01 .hero-title-row {
  text-align: right;
  padding-right: 15%;
}
#join-us-section1 .hero-row.hero01 .text-content {
  max-width: 780px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 45px;
}
#join-us-section1 .hero-row.hero01 .text-content .title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#join-us-section1 .hero-row.hero01 .text-content .desc {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 575.98px) {
  #join-us-section1 .hero-row.hero01 .text-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}

#contact-section1 {
  background-image: url(../_img/contact/bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#contact-section1 .form-content {
  max-width: 580px;
  margin: 0 auto;
}
#contact-section1 .form-content .form-bg {
  background-color: rgba(4, 63, 108, 0.7);
  padding: 3rem;
  color: #fff;
}

.form .form-control,
.form .form-select {
  border-radius: 0;
  border: 0;
}
.form .form-control:not(:-moz-placeholder-shown), .form .form-select:not(:-moz-placeholder-shown) {
  border-color: #36719A;
}
.form .form-control:not(:-ms-input-placeholder), .form .form-select:not(:-ms-input-placeholder) {
  border-color: #36719A;
}
.form .form-control:focus, .form .form-control:not(:placeholder-shown),
.form .form-select:focus,
.form .form-select:not(:placeholder-shown) {
  border-color: #36719A;
}
.form .form-label {
  text-align: center;
}
.form .form-label.required:before {
  content: "*";
}
.form textarea.form-control {
  min-height: 140px;
}
.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: #36719A;
}
.form .custom-file-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form .file-button {
  background-color: #939393;
  border: none;
  color: white;
  border-radius: 5px;
  padding: 0.5rem 1.5rem;
  cursor: pointer;
}
.form .file-name {
  margin-left: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}

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