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

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

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

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

body {
  position: relative;
}

main {
  overflow: hidden;
}

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

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

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

article {
  position: relative;
  overflow: hidden;
}

.fancybox__container {
  z-index: 9900;
}

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

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

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

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

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

.navbar {
  position: sticky;
  top: 0;
  z-index: 9000;
}
@media (max-width: 991.98px) {
  .navbar .navbar-brand {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

@media (max-width: 991.98px) {
  .navbar .navbar-brand {
    width: 200px;
  }
}
.navbar .navbar-nav a {
  letter-spacing: 1px;
}
.navbar .navbar-nav .nav-item {
  margin-left: 1rem;
  margin-right: 0;
}
.navbar .navbar-nav .nav-item.product-nav-item .dropdown-menu > li > a {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
@media (min-width: 992px) {
  .navbar .navbar-nav .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
  }
}
.navbar .navbar-nav .nav-item .nav-link {
  display: block;
  color: inherit;
  font-weight: bold;
}
.navbar .navbar-nav .nav-item .nav-link span {
  display: block;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.navbar .navbar-nav .nav-item:hover, .navbar .navbar-nav .nav-item.active {
  color: #003388;
}

.product-nav-item .dropdown-item {
  text-align: left;
}
.product-nav-item > .dropdown-menu > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 2.5rem;
}
.product-nav-item > .dropdown-menu > li > a [class*=fa] {
  position: absolute;
  right: 1rem;
  top: 7px;
}
.dropdown-menu {
  min-width: auto;
  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);
  border-radius: 0;
}
.dropdown-menu > li {
  position: relative;
}
.dropdown-menu > li:hover .second-menu {
  display: block;
}
.dropdown-menu .second-menu {
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #fff;
  display: none;
}
.dropdown-menu .second-menu > li:hover .dropdown-item, .dropdown-menu .second-menu > li.active .dropdown-item {
  color: #003388;
}
.dropdown-menu > li:hover > a, .dropdown-menu > li.active > a {
  color: #003388;
}

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

.lang-row {
  position: relative;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991.98px) {
  .lang-row {
    margin-left: 1rem;
  }
}
.lang-row .lang-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.lang-row .lang-text:after {
  display: none;
}
.lang-row .dropdown-menu {
  width: 100%;
  max-width: 100%;
  min-width: 100px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.lang-row .dropdown-menu .dropdown-item {
  text-align: center !important;
}
@media (min-width: 992px) {
  .lang-row:hover .dropdown-menu {
    display: block !important;
    right: 0;
    left: auto;
    top: 100%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fs-20, .form-row .form-control, .form-row, .news-item .content .txt-row .n-name, .p-img-list .p-img-item .txt-row, .history-list .history-item .r, .aside-list > li > a {
  font-size: 1.25rem;
}

.fsr-20, .production-list .item .txt-row, .equipment-flowchart-row .flow2 .flow-item, .p-custom-content-4 .table tr td, .temp-row .temp-list .temp-item .txt-row .t1, .temp-row .temp-content .sub-title, .temp-row .title, .p-custom1-list, #about-process .process-row .text {
  font-size: 1.25rem;
}

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

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

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

.fsr-25, .news-inner-content .date--name-row .name-row .n-name {
  font-size: calc(1.28125rem + 0.375vw);
}
@media (min-width: 1200px) {
  .fsr-25, .news-inner-content .date--name-row .name-row .n-name {
    font-size: 1.5625rem;
  }
}

.fs-26 {
  font-size: 1.625rem;
}

.fsr-26 {
  font-size: calc(1.2875rem + 0.45vw);
}
@media (min-width: 1200px) {
  .fsr-26 {
    font-size: 1.625rem;
  }
}

.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-28 {
  font-size: 1.75rem;
}

.fsr-28, .p-2-3-list .p-2-3-item .txt-row {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .fsr-28, .p-2-3-list .p-2-3-item .txt-row {
    font-size: 1.75rem;
  }
}

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

.fsr-30, .temp-row .temp-list .temp-item .txt-row .t2 {
  font-size: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  .fsr-30, .temp-row .temp-list .temp-item .txt-row .t2 {
    font-size: 1.875rem;
  }
}

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

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

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

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

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

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

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

.fsr-45, .news-inner-content .date--name-row .date-row .d, .news-item .content .date-row .d {
  font-size: calc(1.40625rem + 1.875vw);
}
@media (min-width: 1200px) {
  .fsr-45, .news-inner-content .date--name-row .date-row .d, .news-item .content .date-row .d {
    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-70 {
  font-size: 4.375rem;
}

.fsr-70 {
  font-size: calc(1.5625rem + 3.75vw);
}
@media (min-width: 1200px) {
  .fsr-70 {
    font-size: 4.375rem;
  }
}

.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-26 {
    font-size: 1.625rem;
  }
  .fsr-sm-26 {
    font-size: calc(1.2875rem + 0.45vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-26 {
    font-size: 1.625rem;
  }
}
@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-28 {
    font-size: 1.75rem;
  }
  .fsr-sm-28 {
    font-size: calc(1.3rem + 0.6vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-28 {
    font-size: 1.75rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-30 {
    font-size: 1.875rem;
  }
  .fsr-sm-30 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-35 {
    font-size: 2.1875rem;
  }
  .fsr-sm-35 {
    font-size: calc(1.34375rem + 1.125vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-35 {
    font-size: 2.1875rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-34 {
    font-size: 2.125rem;
  }
  .fsr-sm-34 {
    font-size: calc(1.3375rem + 1.05vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-34 {
    font-size: 2.125rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-40 {
    font-size: 2.5rem;
  }
  .fsr-sm-40 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-40 {
    font-size: 2.5rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-45 {
    font-size: 2.8125rem;
  }
  .fsr-sm-45 {
    font-size: calc(1.40625rem + 1.875vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-45 {
    font-size: 2.8125rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-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-70 {
    font-size: 4.375rem;
  }
  .fsr-sm-70 {
    font-size: calc(1.5625rem + 3.75vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-70 {
    font-size: 4.375rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-72 {
    font-size: 4.5rem;
  }
  .fsr-sm-72 {
    font-size: calc(1.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-26 {
    font-size: 1.625rem;
  }
  .fsr-md-26 {
    font-size: calc(1.2875rem + 0.45vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-26 {
    font-size: 1.625rem;
  }
}
@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-28 {
    font-size: 1.75rem;
  }
  .fsr-md-28 {
    font-size: calc(1.3rem + 0.6vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-28 {
    font-size: 1.75rem;
  }
}
@media (min-width: 768px) {
  .fs-md-30 {
    font-size: 1.875rem;
  }
  .fsr-md-30 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 768px) {
  .fs-md-35 {
    font-size: 2.1875rem;
  }
  .fsr-md-35 {
    font-size: calc(1.34375rem + 1.125vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-35 {
    font-size: 2.1875rem;
  }
}
@media (min-width: 768px) {
  .fs-md-34 {
    font-size: 2.125rem;
  }
  .fsr-md-34 {
    font-size: calc(1.3375rem + 1.05vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-34 {
    font-size: 2.125rem;
  }
}
@media (min-width: 768px) {
  .fs-md-40 {
    font-size: 2.5rem;
  }
  .fsr-md-40 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-40 {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  .fs-md-45 {
    font-size: 2.8125rem;
  }
  .fsr-md-45 {
    font-size: calc(1.40625rem + 1.875vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-45 {
    font-size: 2.8125rem;
  }
}
@media (min-width: 768px) {
  .fs-md-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-70 {
    font-size: 4.375rem;
  }
  .fsr-md-70 {
    font-size: calc(1.5625rem + 3.75vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-70 {
    font-size: 4.375rem;
  }
}
@media (min-width: 768px) {
  .fs-md-72 {
    font-size: 4.5rem;
  }
  .fsr-md-72 {
    font-size: calc(1.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-26 {
    font-size: 1.625rem;
  }
  .fsr-lg-26 {
    font-size: calc(1.2875rem + 0.45vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-26 {
    font-size: 1.625rem;
  }
}
@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-28 {
    font-size: 1.75rem;
  }
  .fsr-lg-28 {
    font-size: calc(1.3rem + 0.6vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-28 {
    font-size: 1.75rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-30 {
    font-size: 1.875rem;
  }
  .fsr-lg-30 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-35 {
    font-size: 2.1875rem;
  }
  .fsr-lg-35 {
    font-size: calc(1.34375rem + 1.125vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-35 {
    font-size: 2.1875rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-34 {
    font-size: 2.125rem;
  }
  .fsr-lg-34 {
    font-size: calc(1.3375rem + 1.05vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-34 {
    font-size: 2.125rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-40 {
    font-size: 2.5rem;
  }
  .fsr-lg-40 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-40 {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-45 {
    font-size: 2.8125rem;
  }
  .fsr-lg-45 {
    font-size: calc(1.40625rem + 1.875vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-45 {
    font-size: 2.8125rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-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-70 {
    font-size: 4.375rem;
  }
  .fsr-lg-70 {
    font-size: calc(1.5625rem + 3.75vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-70 {
    font-size: 4.375rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-72 {
    font-size: 4.5rem;
  }
  .fsr-lg-72 {
    font-size: calc(1.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-26 {
    font-size: 1.625rem;
  }
  .fsr-xl-26 {
    font-size: calc(1.2875rem + 0.45vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-26 {
    font-size: 1.625rem;
  }
}
@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-28 {
    font-size: 1.75rem;
  }
  .fsr-xl-28 {
    font-size: calc(1.3rem + 0.6vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-28 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-30 {
    font-size: 1.875rem;
  }
  .fsr-xl-30 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-35 {
    font-size: 2.1875rem;
  }
  .fsr-xl-35 {
    font-size: calc(1.34375rem + 1.125vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-35 {
    font-size: 2.1875rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-34 {
    font-size: 2.125rem;
  }
  .fsr-xl-34 {
    font-size: calc(1.3375rem + 1.05vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-34 {
    font-size: 2.125rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-40 {
    font-size: 2.5rem;
  }
  .fsr-xl-40 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-40 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-45 {
    font-size: 2.8125rem;
  }
  .fsr-xl-45 {
    font-size: calc(1.40625rem + 1.875vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-45 {
    font-size: 2.8125rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-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-70 {
    font-size: 4.375rem;
  }
  .fsr-xl-70 {
    font-size: calc(1.5625rem + 3.75vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-70 {
    font-size: 4.375rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-72 {
    font-size: 4.5rem;
  }
  .fsr-xl-72 {
    font-size: calc(1.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-26 {
    font-size: 1.625rem;
  }
  .fsr-xxl-26 {
    font-size: calc(1.2875rem + 0.45vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-26 {
    font-size: 1.625rem;
  }
}
@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-28 {
    font-size: 1.75rem;
  }
  .fsr-xxl-28 {
    font-size: calc(1.3rem + 0.6vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-28 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-30 {
    font-size: 1.875rem;
  }
  .fsr-xxl-30 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-35 {
    font-size: 2.1875rem;
  }
  .fsr-xxl-35 {
    font-size: calc(1.34375rem + 1.125vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-35 {
    font-size: 2.1875rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-34 {
    font-size: 2.125rem;
  }
  .fsr-xxl-34 {
    font-size: calc(1.3375rem + 1.05vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-34 {
    font-size: 2.125rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-40 {
    font-size: 2.5rem;
  }
  .fsr-xxl-40 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-40 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-45 {
    font-size: 2.8125rem;
  }
  .fsr-xxl-45 {
    font-size: calc(1.40625rem + 1.875vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-45 {
    font-size: 2.8125rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-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-70 {
    font-size: 4.375rem;
  }
  .fsr-xxl-70 {
    font-size: calc(1.5625rem + 3.75vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-70 {
    font-size: 4.375rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-72 {
    font-size: 4.5rem;
  }
  .fsr-xxl-72 {
    font-size: calc(1.575rem + 3.9vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-72 {
    font-size: 4.5rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-80 {
    font-size: 5rem;
  }
  .fsr-xxl-80 {
    font-size: calc(1.625rem + 4.5vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-80 {
    font-size: 5rem;
  }
}
.ls-1 {
  letter-spacing: 1px;
}

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

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

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

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

.main-title2:after {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2px;
  background-color: #003388;
}

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

.btn:not(.more) {
  min-width: 208px;
}
.btn.main-btn {
  position: relative;
}
.btn.main-btn:hover .icon {
  -webkit-transform: translate(50%, 0);
      -ms-transform: translate(50%, 0);
          transform: translate(50%, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn.main-btn .icon {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(70%, 0);
      -ms-transform: translate(70%, 0);
          transform: translate(70%, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn.main-btn .icon:before {
  content: "";
  display: block;
  width: 78px;
  height: 1px;
  background-color: #003388;
}
.btn.main-btn .icon:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 17px solid #003388;
  border-top: 7px solid transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
.btn.btn-primary2 {
  --bs-btn-color: #fff;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-color: #FFA028;
  font-weight: bold;
  text-align: left;
}
.btn.back-btn {
  position: relative;
}
.btn.back-btn:hover .icon {
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn.back-btn .icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-70%, 0);
      -ms-transform: translate(-70%, 0);
          transform: translate(-70%, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn.back-btn .icon:before {
  content: "";
  display: block;
  width: 78px;
  height: 1px;
  background-color: #003388;
}
.btn.back-btn .icon:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-right: 17px solid #003388;
  border-top: 7px solid transparent;
  position: absolute;
  left: 0;
  bottom: 0;
}

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

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

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

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

.aside-list {
  position: relative;
}
.aside-list li:hover > a, .aside-list li.mm-active > a {
  color: #91CDFF;
}
.aside-list ul {
  list-style-type: none;
  margin-bottom: 0;
  padding: 0;
}
.aside-list > li + li {
  margin-top: 10px;
}
.aside-list > li.mm-active > a svg[class*=f068] {
  display: block;
}
.aside-list > li.mm-active > a svg[class*=fa-2b] {
  display: none;
}
.aside-list > li.mm-active > a:after {
  display: none;
}
.aside-list > li > a {
  padding-right: 2rem;
  position: relative;
  display: block;
}
.aside-list > li > a svg {
  position: absolute;
  right: 0;
  top: 5px;
}
.aside-list > li > a svg[class*=f068] {
  display: none;
}
.aside-list > li > a:after {
  position: absolute;
  right: 0;
  font-size: 1.8rem;
  top: 0px;
  line-height: 1;
}
.aside-list > li > a:before, .aside-list > li > a:after {
  display: none;
}
.aside-list > li > a:after {
  content: "+";
  display: inline-block;
}
.aside-list > li > a:before {
  content: "\f068";
  font: var(--fa-font-regular);
}
.aside-list > li > ul {
  padding-left: 1rem;
  position: relative;
}
.aside-list > li > ul:before {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  left: 0.5rem;
  top: 0;
  background-color: #fff;
}
.aside-list > li > ul > li {
  margin-top: 10px;
}
.aside-list > li > ul > li + li {
  margin-top: 5px;
}
@media (max-width: 767.98px) {
  .aside-list {
    background-color: #1E3C64;
    padding: 1rem;
  }
}

.m-button {
  background-color: #003388;
  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;
  display: none;
}
.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;
  pointer-events: none;
}
.m-button.active [class*=fa] {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

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

body {
  background-image: url(../_img/layout/main-bg.png);
}

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

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

footer {
  background-color: #1E3C64;
  position: relative;
  background-image: url(../_img/layout/deco01.svg);
  background-position: right bottom;
  background-repeat: no-repeat;
}
footer .left {
  position: relative;
}
footer .left .footer-logo {
  position: relative;
  z-index: 100;
  text-align: center;
}
footer .left .bg {
  -webkit-mask-image: url(../_img/layout/footer-mask.png);
          mask-image: url(../_img/layout/footer-mask.png);
  -webkit-mask-size: auto 100%;
          mask-size: auto 100%;
  -webkit-mask-position: right center;
          mask-position: right center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: absolute;
  width: 9999px;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 10;
  overflow: hidden;
  background-color: #0F1E32;
}
footer .left .bg:before {
  content: "";
  display: block;
  width: 800px;
  height: 100%;
  background-image: radial-gradient(circle, #1E3C64, #0F1E32);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
footer .left .bg2 {
  -webkit-mask-image: url(../_img/layout/footer-mask.png);
          mask-image: url(../_img/layout/footer-mask.png);
  -webkit-mask-size: auto 100%;
          mask-size: auto 100%;
  -webkit-mask-position: right center;
          mask-position: right center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: absolute;
  width: 9999px;
  height: 100%;
  right: -20px;
  top: 0;
  z-index: 5;
  overflow: hidden;
  background-color: #fff;
}
@media (max-width: 991.98px) {
  footer .left .bg, footer .left .bg2 {
    display: none;
  }
}
footer a {
  color: inherit;
}
footer a:hover {
  text-decoration: underline;
}
footer .copyright {
  color: #EDEDED;
}
footer .footer-nav-row {
  position: relative;
}
footer .contact-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem 1rem;
}
footer .contact-list li:nth-child(3) {
  width: 100%;
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
.contact-list li [class*=fa] {
  width: 1.2rem;
  text-align: center;
  margin-right: 0.5rem;
}

.inner-banner {
  position: relative;
  height: 380px;
  color: #fff;
}
.inner-banner:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(30, 60, 100, 0.3);
  z-index: 50;
}
.inner-banner .banner-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.inner-banner .banner-txt {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
}
.inner-banner .page-header .t1 {
  line-height: 1.1;
}
@media (max-width: 575.98px) {
  .inner-banner {
    height: 250px;
  }
}

.mega-menu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: absolute;
  position: fixed;
  z-index: 9001;
  background-color: rgba(255, 255, 255, 0.95);
  display: none;
  width: 100%;
}
.mega-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mega-menu [class*=container] ul.product-mega-menu {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 10%;
}
.mega-menu [class*=container] ul.product-mega-menu a:hover {
  text-decoration: underline;
}
.mega-menu [class*=container] ul.product-mega-menu > li > a {
  color: #003388;
  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: #003388;
  position: absolute;
  left: -1rem;
  top: 0;
}
.mega-menu [class*=container] ul.product-mega-menu > li ul a {
  display: block;
  color: #231815;
}
.mega-menu [class*=container] ul.product-mega-menu > li ul a:hover {
  color: #003388;
  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: #003388;
}
.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: #003388;
  color: #fff;
}

.deco-circle {
  position: relative;
  width: 520px;
  height: 520px;
}
@media (max-width: 991.98px) {
  .deco-circle {
    width: 400px;
    height: 400px;
  }
}
.deco-circle .circle1 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px dashed #707070;
  position: relative;
}
.deco-circle .circle1 span {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-animation: circle1 3s linear infinite;
          animation: circle1 3s linear infinite;
}
.deco-circle .circle1 span:before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: #003388;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.deco-circle .circle2 {
  width: calc(100% - 104px);
  height: calc(100% - 104px);
  border-radius: 50%;
  border: 1px dashed #707070;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.deco-circle .circle2 span {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-animation: circle2 3.5s linear infinite;
          animation: circle2 3.5s linear infinite;
}
.deco-circle .circle2 span:before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: #FFA028;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

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

@keyframes circle1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes circle2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(-360deg);
  }
}
@keyframes circle2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(-360deg);
  }
}
.left-menu a.has-submenu > svg {
  display: none;
}

#index-about {
  background-image: url(../_img/layout/deco01.svg);
  background-position: right top;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  #index-about .img-row img {
    width: 637px;
    max-width: none;
  }
}

#index-video {
  position: relative;
}
#index-video > [class*=container] {
  position: relative;
  padding-top: 7rem;
  padding-bottom: 5rem;
}
#index-video > [class*=container]:before {
  content: "";
  display: block;
  z-index: -1;
  position: absolute;
  height: 100%;
  width: 9999px;
  left: 0;
  top: 0;
  background-color: #f1f1f1;
}
#index-video .deco01 {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-40%, -20%);
      -ms-transform: translate(-40%, -20%);
          transform: translate(-40%, -20%);
}
#index-video .video-list {
  position: relative;
  z-index: 1000;
}

#index-contact {
  position: relative;
}
#index-contact [class*=container] {
  position: relative;
  z-index: 100;
}
#index-contact .row {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
#index-contact .contact-arrows {
  width: 165px;
  position: relative;
  bottom: 1rem;
}
#index-contact .contact-arrows:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #003388;
}
#index-contact .contact-arrows:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 45px solid #003388;
  border-top: 7px solid transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
#index-contact .deco01 {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(20%, 20%);
      -ms-transform: translate(20%, 20%);
          transform: translate(20%, 20%);
}
#index-contact .deco-circle {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-10%, -50%);
      -ms-transform: translate(-10%, -50%);
          transform: translate(-10%, -50%);
  z-index: 0;
}
@media (max-width: 1199.98px) {
  #index-contact .deco-circle {
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

#about .inner-banner {
  height: auto;
}
#about .inner-banner img {
  position: static;
  width: 100%;
  height: auto;
  -o-object-fit: unset;
     object-fit: unset;
}
#about .inner-banner .banner-txt {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

#about-company #company-section1 {
  background-image: url(../_img/layout/deco01.svg);
  background-position: right top;
  background-repeat: no-repeat;
  margin-bottom: -8rem;
}
@media (min-width: 992px) {
  #about-company #company-section1 .img-row img {
    width: 637px;
    max-width: none;
  }
}
#about-company #company-section2,
#about-company #company-section3 {
  position: relative;
}
#about-company #company-section2 > [class*=container],
#about-company #company-section3 > [class*=container] {
  position: relative;
  padding-top: 7rem;
  padding-bottom: 5rem;
}
#about-company #company-section2 > [class*=container]:before,
#about-company #company-section3 > [class*=container]:before {
  content: "";
  display: block;
  z-index: -1;
  position: absolute;
  height: 100%;
  width: 9999px;
  left: 0;
  top: 0;
  background-color: #f1f1f1;
}
#about-company #company-section2 .about-icon-row,
#about-company #company-section3 .about-icon-row {
  width: 664px;
  max-width: 100%;
  margin: 0 auto;
}
#about-company #company-section3 > [class*=container] {
  padding-bottom: 3rem;
}
#about-company #company-section3 > [class*=container] .deco-circle {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-40%, -10%);
      -ms-transform: translate(-40%, -10%);
          transform: translate(-40%, -10%);
}
#about-company .culture-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#about-company .culture-list .culture-item {
  width: 25%;
}
#about-company .culture-list .culture-item .content {
  position: relative;
}
#about-company .culture-list .culture-item .content:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  display: block;
  opacity: 0.67;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, black), color-stop(50%, rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, black 0, rgba(0, 0, 0, 0) 50%);
  z-index: 50;
}
#about-company .culture-list .culture-item .txt-row {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  z-index: 100;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (max-width: 991.98px) {
  #about-company .culture-list .culture-item .txt-row {
    font-size: 40px !important;
  }
}
@media (max-width: 767.98px) {
  #about-company .culture-list .culture-item .txt-row {
    font-size: 30px !important;
  }
}
@media (max-width: 575.98px) {
  #about-company .culture-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #about-company .culture-list .culture-item {
    width: 50%;
  }
  #about-company .culture-list .culture-item .txt-row {
    font-size: 30px !important;
  }
}

#about-environment .main-title3 + hr {
  margin: 1rem 0 1.5rem;
}
#about-environment #environment-section1 .environment-img {
  width: 100%;
}
@media (max-width: 767.98px) {
  #about-environment #environment-section2 .environment-img {
    width: 100%;
  }
}

#about-process {
  position: relative;
}
#about-process .deco-circle {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
#about-process .process-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#about-process .process-row .text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  font-weight: bold;
  position: relative;
}
#about-process .process-row .text .t1,
#about-process .process-row .text .t2,
#about-process .process-row .text .t3,
#about-process .process-row .text .t4 {
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  position: absolute;
  width: 100%;
}
#about-process .process-row .text .t1, #about-process .process-row .text .t3 {
  text-align: right;
  padding-right: 1rem;
}
#about-process .process-row .text .t1 {
  top: 12%;
}
#about-process .process-row .text .t3 {
  top: 49%;
}
#about-process .process-row .text .t2, #about-process .process-row .text .t4 {
  padding-left: 1rem;
}
#about-process .process-row .text .t2 {
  top: 32.5%;
}
#about-process .process-row .text .t4 {
  top: 69%;
}
@media (max-width: 575.98px) {
  #about-process .process-row .text {
    font-size: 12px;
  }
}
#about-process .process-row .img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 575.98px) {
  #about-process .process-row .img img {
    width: 150px;
  }
}

.cert-list .cert-item .img-row {
  background-color: #fff;
  padding: 1rem;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.history-list {
  position: relative;
}
.history-list:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0;
  height: 100%;
  width: 3px;
  background-color: #1E3C64;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.history-list:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  background-color: #1E3C64;
  border-radius: 50%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.history-list .history-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.history-list .history-item .m {
  width: 152px;
  height: 152px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  background-color: #fff;
  padding: 8px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-left: 1rem;
  margin-right: 1rem;
}
.history-list .history-item .m span {
  font-weight: bold;
  color: #fff;
  background-color: #003388;
  display: block;
  text-align: center;
  border-radius: 50%;
  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;
}
.history-list .history-item .l,
.history-list .history-item .r {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 152px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.history-list .history-item .l .img,
.history-list .history-item .r .img {
  width: auto;
}
.history-list .history-item .l .img img,
.history-list .history-item .r .img img {
  width: auto;
}
.history-list .history-item .l .img img {
  border-radius: 20px;
  overflow: hidden;
}
.history-list .history-item .r {
  font-weight: bold;
}
.history-list .history-item:nth-child(odd) .l img {
  margin-left: auto;
}
.history-list .history-item:nth-child(odd) .m span {
  background-color: #1E3C64;
}
.history-list .history-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.history-list .history-item:nth-child(even) .r {
  text-align: right;
}
@media (max-width: 767.98px) {
  .history-list .history-item .m {
    width: 100px;
    height: 100px;
  }
}

#history-section1 {
  background-image: url(../_img/layout/deco01.svg);
  background-position: right top;
  background-repeat: no-repeat;
}

#product .inner-banner {
  height: auto;
}
#product .inner-banner img {
  position: static;
  width: 100%;
  height: auto;
  -o-object-fit: unset;
     object-fit: unset;
}
#product .inner-banner .banner-txt {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.aside-layout aside {
  position: relative;
  color: #fff;
}
.aside-layout aside a {
  color: inherit;
}
.aside-layout aside:before {
  content: "";
  display: block;
  width: 9999px;
  height: 100%;
  background-color: #1E3C64;
  right: 0;
  top: 0;
  z-index: -1;
  position: absolute;
}
@media (max-width: 767.98px) {
  .aside-layout aside:before {
    display: none;
  }
}

#p-custom1 aside {
  position: relative;
  z-index: 100;
}

#p-article {
  overflow: visible;
  position: relative;
  z-index: 50;
}

.p-top-text {
  position: relative;
  overflow: visible;
}
.p-top-text:before {
  content: "";
  display: block;
  width: 9999px;
  height: 100%;
  background-color: #F1F1F1;
  position: absolute;
  left: -200px;
  top: 0;
  z-index: -1;
}

.p-custom-content {
  --bs-columns: 9;
}

.p-custom1-list {
  padding-left: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
}
.p-custom1-list li {
  position: relative;
}
.p-custom1-list li:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #1E3C64;
  position: absolute;
  left: -30px;
  top: 5px;
}

.p-custom-content .process-content {
  background-color: #F1F1F1;
  border-radius: 10px;
  padding: 0 1rem 2rem;
}
.p-custom-content .process-content .main-title2 {
  position: relative;
  top: -1.5rem;
}
.p-custom-content .process-content .flow-chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.temp-row .title {
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #003388;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.temp-row .temp-content {
  background-color: #F1F1F1;
  padding: 8% 5%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.temp-row .temp-content .sub-title {
  text-align: center;
  margin-bottom: 2rem;
}
.temp-row .temp-content .sub-title span {
  display: inline-block;
  color: #fff;
  background-color: #1E3C64;
  border-radius: 50px;
  padding: 5px 1rem;
}
.temp-row .temp-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  text-align: center;
}
.temp-row .temp-list .temp-item .txt-row {
  color: #003388;
}
.temp-row .temp-list .temp-item .txt-row .t2 {
  font-weight: bold;
}

.p-custom-content-3 .row2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
}
@media (max-width: 767.98px) {
  .p-custom-content-3 .row2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-custom-content-4 .table tr td {
  border: 3px solid #fff;
  background-color: #F1F1F1;
}
.p-custom-content-4 .table tr td:first-child {
  background-color: #003388;
  color: #fff;
  text-align: center;
}

.p-2-3-list .col:nth-child(1) .p-2-3-item {
  background-color: #003388;
}
.p-2-3-list .col:nth-child(2) .p-2-3-item {
  background-color: #000;
}
.p-2-3-list .col:nth-child(3) .p-2-3-item {
  background-color: #1E3C64;
}
.p-2-3-list .col:nth-child(4) .p-2-3-item {
  background-color: #03A9F4;
}
.p-2-3-list .p-2-3-item .txt-row {
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
}

.p-list .p-item .img-row {
  padding-left: 10px;
  padding-bottom: 20px;
  position: relative;
}
.p-list .p-item .img-row .cat {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #003388;
  color: #fff;
  font-weight: bold;
  padding: 8px 10px;
}
.p-list .p-item .txt-row {
  margin-top: 8px;
  font-weight: bold;
}

.p-cat-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
}
.p-cat-row .cat {
  color: #fff;
  font-weight: bold;
  padding: 8px 10px;
  border-radius: 5px;
}
.p-cat-row .cat:nth-child(1) {
  background-color: #1E3C64;
}
.p-cat-row .cat:nth-child(2) {
  background-color: #003388;
}

.p-img-list .p-img-item .img-row .pic {
  display: block;
  border: 1px solid #707070;
}
.p-img-list .p-img-item .txt-row {
  text-align: center;
  margin-top: 8px;
}

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

.news-item a {
  color: inherit;
}
.news-item .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  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);
  border: 1px solid transparent;
}
.news-item .content:hover {
  border-color: #003388;
}
.news-item .content .txt-row {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 23px;
}
.news-item .content .txt-row .n-name {
  font-weight: bold;
}
.news-item .content .txt-row .n-detail {
  margin-top: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-item .content .date-row {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #003388;
  color: #fff;
  text-align: center;
  padding: 20px;
  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;
}
.news-item .content .date-row .d {
  font-weight: bold;
  line-height: 1;
}
.news-item .content .date-row .y-m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
}
.news-item .content .date-row .y-m .m {
  font-weight: bold;
}

.news-inner-content {
  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);
}
.news-inner-content .date--name-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-inner-content .date--name-row .date-row {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #003388;
  color: #fff;
  text-align: center;
  padding: 20px;
  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;
}
.news-inner-content .date--name-row .date-row .d {
  font-weight: bold;
  line-height: 1;
}
.news-inner-content .date--name-row .date-row .y-m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
}
.news-inner-content .date--name-row .date-row .y-m .m {
  font-weight: bold;
}
.news-inner-content .date--name-row .name-row {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1rem;
}
.news-inner-content .date--name-row .name-row .n-name {
  font-weight: bold;
}
.news-inner-content .editor {
  padding: 3rem;
}
.news-inner-content hr {
  margin: 0;
  border-color: #D5D5D5;
}

#equipment .inner-banner {
  height: auto;
}
#equipment .inner-banner img {
  position: static;
  width: 100%;
  height: auto;
  -o-object-fit: unset;
     object-fit: unset;
}
#equipment .inner-banner .banner-txt {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.equipment-flowchart-row .flow2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  max-width: 476px;
  margin: 0 auto;
  position: relative;
}
.equipment-flowchart-row .flow2:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #1E3C64;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.equipment-flowchart-row .flow2 .flow-item {
  text-align: center;
  color: #fff;
  background-color: #1E3C64;
  border-radius: 10px;
  padding: 20px;
  font-weight: bold;
}

#equipment-section2 .main-title2 {
  position: relative;
  top: -1.5rem;
}

.production-list .item .img-row {
  background-color: #fff;
}
.production-list .item .txt-row {
  background-color: #1E3C64;
  color: #fff;
  padding: 0.75rem;
  text-align: center;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #707070;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-row .head {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.form-row .r-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.form-row .form-control {
  background-color: transparent;
  border: 0;
}
.form-row textarea {
  height: 250px;
}
.form-row.text-area-row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#contact-section1 .left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#contact-section1 .company-name {
  border-bottom: 1px solid #000;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}
#contact-section1 .contact-list a {
  color: inherit;
}
#contact-section1 .contact-list a:hover {
  text-decoration: underline;
}

#contact-section2 iframe {
  width: 100%;
  height: 400px;
}
/*# sourceMappingURL=style.css.map */