@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kanit: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: #273058;
}

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

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

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

body {
  position: relative;
  background: var(--FCFCFC, #FCFCFC);
  line-height: 1.6;
}

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: #273058;
  text-decoration: none;
}
.sidebar-nav .metismenu a:focus {
  color: #273058;
  text-decoration: none;
}
.sidebar-nav .metismenu a:active {
  color: #273058;
  text-decoration: none;
}
.sidebar-nav .metismenu ul {
  padding-left: 1rem;
}
.sidebar-nav .metismenu .mm-active > a {
  color: #273058;
  text-decoration: none;
  border-radius: 3px;
}

.navbar {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9000;
  color: #fff;
}
.navbar .navbar-toggler {
  border-color: #273058;
  background-color: #273058;
}
.navbar .navbar-toggler:before, .navbar .navbar-toggler:after {
  border-color: #fff;
}
.navbar .navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  gap: 12px;
}
.navbar .navbar-brand .company-name .t1 {
  font-weight: bold;
  line-height: 1.44;
  letter-spacing: 0.75px;
}
.navbar .navbar-brand .company-name .t2 {
  font-weight: 300;
  line-height: 1.8;
  margin-top: -5px;
  letter-spacing: 0.6px;
}
@media (max-width: 991.98px) {
  .navbar .navbar-brand {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.lang-row {
  position: relative;
  background-color: #273058;
  -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;
  margin-right: -10px;
  margin-left: 3rem;
}
@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: auto;
}
@media (min-width: 992px) {
  .lang-row:hover .dropdown-menu {
    display: block !important;
    right: 0;
    left: auto;
    top: 100%;
  }
}

.navbar:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(8.57%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 8.57%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 0;
}
@media (max-width: 991.98px) {
  .navbar .navbar-brand {
    width: 200px;
  }
}
.navbar .navbar-nav .nav-item {
  margin-left: 1rem;
  margin-right: 0;
}
@media (min-width: 992px) {
  .navbar .navbar-nav .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
  }
}
.navbar .navbar-nav .nav-item .nav-link {
  display: block;
  color: inherit;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.navbar .navbar-nav .nav-item .nav-link:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #54F2F2;
  border-radius: 50%;
}
.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: #F4E04D;
}

.dropdown-menu {
  min-width: 180px;
  text-align: center;
  left: 50%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.dropdown-menu > li:hover a, .dropdown-menu > li.active a {
  background-color: #273058;
  color: #fff;
}

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

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

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

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

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

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

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

.font-kanit {
  font-family: "Kanit", sans-serif;
}

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

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

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

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

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

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

.fs-16, .navbar .navbar-brand .company-name .t2 {
  font-size: 1rem;
}

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

.fs-18, .map-row .nav button, #contact-section1 .contact-row .contact-list .contact-item .t, #contact-section1 .contact-row .contact-list .contact-item .icon .circle, #contact-section1 .contact-row .head span, .mega-menu [class*=container] ul.product-mega-menu > li > a, footer .contact-row .head {
  font-size: 1.125rem;
}

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

.fs-20, #contact-section1 .product-contact-row .content .head, #product .table thead, footer .right .product-contact-row .content .head, footer #footer1 .left .footer-logo .company-name .t2, .navbar .navbar-brand .company-name .t1 {
  font-size: 1.25rem;
}

.fsr-20, .p-list .p-item .content {
  font-size: 1.25rem;
}

.fs-24, footer #footer1 .left .footer-logo .company-name .t1 {
  font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fs-60 {
  font-size: 3.75rem;
}

.fsr-60, #about-section1 .txt-row .slogan {
  font-size: calc(1.5rem + 3vw);
}
@media (min-width: 1200px) {
  .fsr-60, #about-section1 .txt-row .slogan {
    font-size: 3.75rem;
  }
}

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

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

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

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

@media (min-width: 576px) {
  .fs-sm-12 {
    font-size: 0.75rem;
  }
  .fsr-sm-12 {
    font-size: 0.75rem;
  }
  .fs-sm-13 {
    font-size: 0.8125rem;
  }
  .fsr-sm-13 {
    font-size: 0.8125rem;
  }
  .fs-sm-14 {
    font-size: 0.875rem;
  }
  .fsr-sm-14 {
    font-size: 0.875rem;
  }
  .fs-sm-16 {
    font-size: 1rem;
  }
  .fsr-sm-16 {
    font-size: 1rem;
  }
  .fs-sm-18 {
    font-size: 1.125rem;
  }
  .fsr-sm-18 {
    font-size: 1.125rem;
  }
  .fs-sm-20 {
    font-size: 1.25rem;
  }
  .fsr-sm-20 {
    font-size: 1.25rem;
  }
  .fs-sm-24 {
    font-size: 1.5rem;
  }
  .fsr-sm-24 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-25 {
    font-size: 1.5625rem;
  }
  .fsr-sm-25 {
    font-size: calc(1.28125rem + 0.375vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-25 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-27 {
    font-size: 1.6875rem;
  }
  .fsr-sm-27 {
    font-size: calc(1.29375rem + 0.525vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-27 {
    font-size: 1.6875rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-30 {
    font-size: 1.875rem;
  }
  .fsr-sm-30 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-35 {
    font-size: 2.1875rem;
  }
  .fsr-sm-35 {
    font-size: calc(1.34375rem + 1.125vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-35 {
    font-size: 2.1875rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-34 {
    font-size: 2.125rem;
  }
  .fsr-sm-34 {
    font-size: calc(1.3375rem + 1.05vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-34 {
    font-size: 2.125rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-40 {
    font-size: 2.5rem;
  }
  .fsr-sm-40 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-40 {
    font-size: 2.5rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-45 {
    font-size: 2.8125rem;
  }
  .fsr-sm-45 {
    font-size: calc(1.40625rem + 1.875vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-45 {
    font-size: 2.8125rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-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-60 {
    font-size: 3.75rem;
  }
  .fsr-sm-60 {
    font-size: calc(1.5rem + 3vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-60 {
    font-size: 3.75rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-72 {
    font-size: 4.5rem;
  }
  .fsr-sm-72 {
    font-size: calc(1.575rem + 3.9vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-72 {
    font-size: 4.5rem;
  }
}
@media (min-width: 576px) {
  .fs-sm-80 {
    font-size: 5rem;
  }
  .fsr-sm-80 {
    font-size: calc(1.625rem + 4.5vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .fsr-sm-80 {
    font-size: 5rem;
  }
}
@media (min-width: 768px) {
  .fs-md-12 {
    font-size: 0.75rem;
  }
  .fsr-md-12 {
    font-size: 0.75rem;
  }
  .fs-md-13 {
    font-size: 0.8125rem;
  }
  .fsr-md-13 {
    font-size: 0.8125rem;
  }
  .fs-md-14 {
    font-size: 0.875rem;
  }
  .fsr-md-14 {
    font-size: 0.875rem;
  }
  .fs-md-16 {
    font-size: 1rem;
  }
  .fsr-md-16 {
    font-size: 1rem;
  }
  .fs-md-18 {
    font-size: 1.125rem;
  }
  .fsr-md-18 {
    font-size: 1.125rem;
  }
  .fs-md-20 {
    font-size: 1.25rem;
  }
  .fsr-md-20 {
    font-size: 1.25rem;
  }
  .fs-md-24 {
    font-size: 1.5rem;
  }
  .fsr-md-24 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .fs-md-25 {
    font-size: 1.5625rem;
  }
  .fsr-md-25 {
    font-size: calc(1.28125rem + 0.375vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-25 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 768px) {
  .fs-md-27 {
    font-size: 1.6875rem;
  }
  .fsr-md-27 {
    font-size: calc(1.29375rem + 0.525vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-27 {
    font-size: 1.6875rem;
  }
}
@media (min-width: 768px) {
  .fs-md-30 {
    font-size: 1.875rem;
  }
  .fsr-md-30 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 768px) {
  .fs-md-35 {
    font-size: 2.1875rem;
  }
  .fsr-md-35 {
    font-size: calc(1.34375rem + 1.125vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-35 {
    font-size: 2.1875rem;
  }
}
@media (min-width: 768px) {
  .fs-md-34 {
    font-size: 2.125rem;
  }
  .fsr-md-34 {
    font-size: calc(1.3375rem + 1.05vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-34 {
    font-size: 2.125rem;
  }
}
@media (min-width: 768px) {
  .fs-md-40 {
    font-size: 2.5rem;
  }
  .fsr-md-40 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-40 {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  .fs-md-45 {
    font-size: 2.8125rem;
  }
  .fsr-md-45 {
    font-size: calc(1.40625rem + 1.875vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-45 {
    font-size: 2.8125rem;
  }
}
@media (min-width: 768px) {
  .fs-md-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-60 {
    font-size: 3.75rem;
  }
  .fsr-md-60 {
    font-size: calc(1.5rem + 3vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-60 {
    font-size: 3.75rem;
  }
}
@media (min-width: 768px) {
  .fs-md-72 {
    font-size: 4.5rem;
  }
  .fsr-md-72 {
    font-size: calc(1.575rem + 3.9vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-72 {
    font-size: 4.5rem;
  }
}
@media (min-width: 768px) {
  .fs-md-80 {
    font-size: 5rem;
  }
  .fsr-md-80 {
    font-size: calc(1.625rem + 4.5vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .fsr-md-80 {
    font-size: 5rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-12 {
    font-size: 0.75rem;
  }
  .fsr-lg-12 {
    font-size: 0.75rem;
  }
  .fs-lg-13 {
    font-size: 0.8125rem;
  }
  .fsr-lg-13 {
    font-size: 0.8125rem;
  }
  .fs-lg-14 {
    font-size: 0.875rem;
  }
  .fsr-lg-14 {
    font-size: 0.875rem;
  }
  .fs-lg-16 {
    font-size: 1rem;
  }
  .fsr-lg-16 {
    font-size: 1rem;
  }
  .fs-lg-18 {
    font-size: 1.125rem;
  }
  .fsr-lg-18 {
    font-size: 1.125rem;
  }
  .fs-lg-20 {
    font-size: 1.25rem;
  }
  .fsr-lg-20 {
    font-size: 1.25rem;
  }
  .fs-lg-24 {
    font-size: 1.5rem;
  }
  .fsr-lg-24 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-25 {
    font-size: 1.5625rem;
  }
  .fsr-lg-25 {
    font-size: calc(1.28125rem + 0.375vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-25 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-27 {
    font-size: 1.6875rem;
  }
  .fsr-lg-27 {
    font-size: calc(1.29375rem + 0.525vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-27 {
    font-size: 1.6875rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-30 {
    font-size: 1.875rem;
  }
  .fsr-lg-30 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-35 {
    font-size: 2.1875rem;
  }
  .fsr-lg-35 {
    font-size: calc(1.34375rem + 1.125vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-35 {
    font-size: 2.1875rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-34 {
    font-size: 2.125rem;
  }
  .fsr-lg-34 {
    font-size: calc(1.3375rem + 1.05vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-34 {
    font-size: 2.125rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-40 {
    font-size: 2.5rem;
  }
  .fsr-lg-40 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-40 {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-45 {
    font-size: 2.8125rem;
  }
  .fsr-lg-45 {
    font-size: calc(1.40625rem + 1.875vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-45 {
    font-size: 2.8125rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-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-60 {
    font-size: 3.75rem;
  }
  .fsr-lg-60 {
    font-size: calc(1.5rem + 3vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-60 {
    font-size: 3.75rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-72 {
    font-size: 4.5rem;
  }
  .fsr-lg-72 {
    font-size: calc(1.575rem + 3.9vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-72 {
    font-size: 4.5rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-80 {
    font-size: 5rem;
  }
  .fsr-lg-80 {
    font-size: calc(1.625rem + 4.5vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .fsr-lg-80 {
    font-size: 5rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-12 {
    font-size: 0.75rem;
  }
  .fsr-xl-12 {
    font-size: 0.75rem;
  }
  .fs-xl-13 {
    font-size: 0.8125rem;
  }
  .fsr-xl-13 {
    font-size: 0.8125rem;
  }
  .fs-xl-14 {
    font-size: 0.875rem;
  }
  .fsr-xl-14 {
    font-size: 0.875rem;
  }
  .fs-xl-16 {
    font-size: 1rem;
  }
  .fsr-xl-16 {
    font-size: 1rem;
  }
  .fs-xl-18 {
    font-size: 1.125rem;
  }
  .fsr-xl-18 {
    font-size: 1.125rem;
  }
  .fs-xl-20 {
    font-size: 1.25rem;
  }
  .fsr-xl-20 {
    font-size: 1.25rem;
  }
  .fs-xl-24 {
    font-size: 1.5rem;
  }
  .fsr-xl-24 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-25 {
    font-size: 1.5625rem;
  }
  .fsr-xl-25 {
    font-size: calc(1.28125rem + 0.375vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-25 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-27 {
    font-size: 1.6875rem;
  }
  .fsr-xl-27 {
    font-size: calc(1.29375rem + 0.525vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-27 {
    font-size: 1.6875rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-30 {
    font-size: 1.875rem;
  }
  .fsr-xl-30 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-35 {
    font-size: 2.1875rem;
  }
  .fsr-xl-35 {
    font-size: calc(1.34375rem + 1.125vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-35 {
    font-size: 2.1875rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-34 {
    font-size: 2.125rem;
  }
  .fsr-xl-34 {
    font-size: calc(1.3375rem + 1.05vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-34 {
    font-size: 2.125rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-40 {
    font-size: 2.5rem;
  }
  .fsr-xl-40 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-40 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-45 {
    font-size: 2.8125rem;
  }
  .fsr-xl-45 {
    font-size: calc(1.40625rem + 1.875vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-45 {
    font-size: 2.8125rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-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-60 {
    font-size: 3.75rem;
  }
  .fsr-xl-60 {
    font-size: calc(1.5rem + 3vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-60 {
    font-size: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-72 {
    font-size: 4.5rem;
  }
  .fsr-xl-72 {
    font-size: calc(1.575rem + 3.9vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-72 {
    font-size: 4.5rem;
  }
}
@media (min-width: 1200px) {
  .fs-xl-80 {
    font-size: 5rem;
  }
  .fsr-xl-80 {
    font-size: calc(1.625rem + 4.5vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .fsr-xl-80 {
    font-size: 5rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-12 {
    font-size: 0.75rem;
  }
  .fsr-xxl-12 {
    font-size: 0.75rem;
  }
  .fs-xxl-13 {
    font-size: 0.8125rem;
  }
  .fsr-xxl-13 {
    font-size: 0.8125rem;
  }
  .fs-xxl-14 {
    font-size: 0.875rem;
  }
  .fsr-xxl-14 {
    font-size: 0.875rem;
  }
  .fs-xxl-16 {
    font-size: 1rem;
  }
  .fsr-xxl-16 {
    font-size: 1rem;
  }
  .fs-xxl-18 {
    font-size: 1.125rem;
  }
  .fsr-xxl-18 {
    font-size: 1.125rem;
  }
  .fs-xxl-20 {
    font-size: 1.25rem;
  }
  .fsr-xxl-20 {
    font-size: 1.25rem;
  }
  .fs-xxl-24 {
    font-size: 1.5rem;
  }
  .fsr-xxl-24 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-25 {
    font-size: 1.5625rem;
  }
  .fsr-xxl-25 {
    font-size: calc(1.28125rem + 0.375vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-25 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-27 {
    font-size: 1.6875rem;
  }
  .fsr-xxl-27 {
    font-size: calc(1.29375rem + 0.525vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-27 {
    font-size: 1.6875rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-30 {
    font-size: 1.875rem;
  }
  .fsr-xxl-30 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-35 {
    font-size: 2.1875rem;
  }
  .fsr-xxl-35 {
    font-size: calc(1.34375rem + 1.125vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-35 {
    font-size: 2.1875rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-34 {
    font-size: 2.125rem;
  }
  .fsr-xxl-34 {
    font-size: calc(1.3375rem + 1.05vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-34 {
    font-size: 2.125rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-40 {
    font-size: 2.5rem;
  }
  .fsr-xxl-40 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-40 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-45 {
    font-size: 2.8125rem;
  }
  .fsr-xxl-45 {
    font-size: calc(1.40625rem + 1.875vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-45 {
    font-size: 2.8125rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-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-60 {
    font-size: 3.75rem;
  }
  .fsr-xxl-60 {
    font-size: calc(1.5rem + 3vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-60 {
    font-size: 3.75rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-72 {
    font-size: 4.5rem;
  }
  .fsr-xxl-72 {
    font-size: calc(1.575rem + 3.9vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-72 {
    font-size: 4.5rem;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-80 {
    font-size: 5rem;
  }
  .fsr-xxl-80 {
    font-size: calc(1.625rem + 4.5vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .fsr-xxl-80 {
    font-size: 5rem;
  }
}
.ls-1 {
  letter-spacing: 1px;
}

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

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

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

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

.main-title .t1 {
  letter-spacing: 0.6px;
  line-height: 1.8;
  margin-bottom: 5px;
}
.main-title .t2 {
  letter-spacing: 1.125px;
  line-height: 0.96;
}

.main-title2 .t1 {
  line-height: 0.96;
  letter-spacing: 1.125px;
}
.main-title2 .t2 {
  line-height: 1.44;
  letter-spacing: 0.75px;
  margin-top: 10px;
}

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

.btn:not(.more) {
  min-width: 180px;
}

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

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

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

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

@media (min-width: 768px) {
  .aside-list {
    max-width: 215px;
  }
}
.aside-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.aside-list a {
  display: block;
  padding: 0.6rem;
  color: inherit;
}
.aside-list > li {
  position: relative;
}
.aside-list > li:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #273058;
}
.aside-list > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.aside-list > li > a:after {
  content: "\e4b2";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font: var(--fa-font-regular);
  display: none;
}
.aside-list > li > a [class*=fa] {
  margin-top: 3px;
  margin-left: 10px;
  display: none;
}
.aside-list > li:hover > a, .aside-list > li.mm-active > a {
  background-color: #273058;
  color: #fff;
}
.aside-list > li:hover > a [class*=fa], .aside-list > li.mm-active > a [class*=fa] {
  display: block;
}
.aside-list > li ul {
  padding-left: 1rem;
}
.aside-list > li ul li:hover > a, .aside-list > li ul li.mm-active > a {
  color: #273058;
}

.m-button {
  background-color: #273058;
  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: #5EB1BF;
}
.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: #273058;
  --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: #273058;
  color: #fff;
}
#right-float-box #back-to-top {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#banner .banner-slider {
  position: relative;
  z-index: 50;
  line-height: 0;
}
#banner .mask {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
  margin-bottom: -1px;
  pointer-events: none;
}
#banner .mask img,
#banner .mask svg {
  width: 100%;
}
#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(84, 242, 242, 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: #5EB1BF;
  background-color: #5EB1BF;
}

footer #footer1 .left .footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
footer #footer1 .left .footer-logo .company-name .t1 {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.9px;
}
footer #footer1 .left .footer-logo .company-name .t2 {
  font-weight: 300;
  line-height: 1.44;
  margin-top: 3px;
  letter-spacing: 0.75px;
}
@media (min-width: 768px) {
  footer:before {
    left: 60%;
  }
}
@media (min-width: 992px) {
  footer:before {
    left: 66%;
  }
}
@media (max-width: 767.98px) {
  footer:before {
    display: none;
  }
}
footer a {
  color: inherit;
}
footer a:hover {
  text-decoration: underline;
}
footer .copyright {
  color: #EDEDED;
}
footer .footer-nav {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 1rem 1fr;
  grid-template-rows: repeat(2, 1fr);
  grid-auto-flow: column;
  grid-auto-rows: 3;
  gap: 1rem;
}
footer .footer-nav-row {
  position: relative;
}
footer .contact-row {
  padding: 0 13px;
}
footer .contact-row .head {
  color: #F4E04D;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.675px;
  padding: 0 1rem;
}
footer .contact-row .contact-list {
  padding: 0 0 0 1rem;
}
footer .contact-row hr {
  opacity: 1;
  color: #fff;
  margin-top: 5px;
}
footer .right .product-contact-row {
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
footer .right .product-contact-row .content {
  border-radius: 10px;
  background: rgba(252, 252, 252, 0.15);
  padding: 15px 20px 30px;
}
footer .right .product-contact-row .content .head {
  color: #F4E04D;
  font-weight: bold;
  line-height: 1.44;
  letter-spacing: 0.75px;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  footer .right .product-contact-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  footer .right .product-contact-row .product-contact {
    width: 50%;
  }
}

.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: 10px;
}
.contact-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.contact-list li .icon .circle {
  width: 30px;
  height: 30px;
  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: 1px solid #fff;
  border-radius: 50%;
  background: rgba(217, 217, 217, 0.4);
}

.inner-banner {
  position: relative;
  height: 400px;
  width: 100%;
}
@media (max-width: 575.98px) {
  .inner-banner {
    height: 250px;
  }
}
.inner-banner .banner-img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.inner-banner .mask {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
  margin-bottom: -1px;
  pointer-events: none;
}
.inner-banner .mask img,
.inner-banner .mask svg {
  width: 100%;
}
@media (max-width: 575.98px) {
  .inner-banner .mask img,
  .inner-banner .mask svg {
    width: 100%;
  }
}

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

#index #banner {
  position: relative;
  z-index: 0;
}
#index #banner img {
  width: 100%;
}

.banner-slider .banner-swiper-pagination {
  left: 1rem;
  top: 50%;
  bottom: auto;
  width: 20px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner-slider .banner-swiper-pagination .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.banner-slider .banner-swiper-pagination .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background-color: #5EB1BF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

article {
  overflow: visible;
  position: relative;
  z-index: 100;
}

#index-about {
  overflow: visible;
}
#index-about .deco01 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
}
#index-about .top-text .text {
  line-height: 1.6;
  letter-spacing: 0.675px;
}

#index-about-item .big-title {
  line-height: 0.48;
  letter-spacing: 2.25px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  position: relative;
  z-index: 200;
}
#index-about-item .row {
  position: relative;
  z-index: 200;
}
#index-about-item .bg-content {
  background-color: #f2f2f2;
  position: relative;
  border-radius: 20px;
  padding-bottom: 70px;
}
#index-about-item .bg-pill {
  position: absolute;
  left: -35%;
  width: 1920px;
  height: 80%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin: auto;
  -webkit-mask-image: url(../_img/index/deco/bg_mask.png);
          mask-image: url(../_img/index/deco/bg_mask.png);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: right center;
          mask-position: right center;
  background-image: url(../_img/index/about/bg.jpg);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 100;
}
#index-about-item .bg-pill:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(39, 48, 88, 0.6);
}
#index-about-item .left {
  color: #fff;
}
#index-about-item .left .text {
  line-height: 1.6;
  letter-spacing: 0.675px;
}
@media (max-width: 991.98px) {
  #index-about-item .left .text {
    color: #231815;
  }
}
#index-about-item .right .bg-pill {
  left: auto;
  right: 70%;
  z-index: 0;
}
@media (max-width: 575.98px) {
  #index-about-item .right .bg-pill {
    right: 60%;
  }
}
#index-about-item .left,
#index-about-item .right {
  position: relative;
  z-index: 200;
}

.about-item-list .about-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 27px;
  text-align: left;
}
.about-item-list .about-item .img-row {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.about-item-list .about-item:nth-child(even) {
  margin-left: 20%;
  margin-top: -2rem;
  margin-bottom: -2rem;
}
@media (max-width: 575.98px) {
  .about-item-list .about-item {
    gap: 8px;
  }
  .about-item-list .about-item:nth-child(even) {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
  .about-item-list .about-item .img-row {
    width: 150px;
  }
  .about-item-list .about-item .txt-row {
    font-size: 12px;
  }
}

#index-product {
  background-image: url(../_img/index/product-bg.png);
  background-size: cover;
  background-position: left bottom;
  position: relative;
}
#index-product > div {
  position: relative;
  z-index: 100;
}
#index-product:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#FCFCFC), to(rgba(252, 252, 252, 0)));
  background: linear-gradient(180deg, #FCFCFC 0%, rgba(252, 252, 252, 0) 100%);
  z-index: 0;
}

#index-certificate {
  position: relative;
}
#index-certificate:before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background-color: #f2f2f2;
  z-index: -1;
}
#index-certificate .slider-nav-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8.3333333333%;
}
#index-certificate .slider-nav-row .cert-prev,
#index-certificate .slider-nav-row .cert-next {
  position: static;
  background: none;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#index-certificate .slider-nav-row .cert-prev:hover,
#index-certificate .slider-nav-row .cert-next:hover {
  color: #5EB1BF;
}
#index-certificate .deco {
  position: absolute;
  z-index: 0;
}
#index-certificate .deco01 {
  left: 0;
  top: 30%;
}
#index-certificate .deco02 {
  left: 0;
  bottom: 0;
  -webkit-transform: translate(-35%, 0%);
      -ms-transform: translate(-35%, 0%);
          transform: translate(-35%, 0%);
}

.cert-slider {
  padding: 3px;
}
.cert-slider a {
  display: block;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.cert-slider .txt-row {
  margin-top: 13px;
}

.deco-line {
  display: block;
  width: 1px;
  background: var(--D4D4D4, #D4D4D4);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}
.deco-line:before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background-color: #54F2F2;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

#about-section1 {
  position: relative;
}
#about-section1 .deco01 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
}
#about-section1 .deco02 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
}
#about-section1 .txt-row {
  position: relative;
  z-index: 100;
}
#about-section1 .txt-row .slogan {
  color: var(--D4D4D4, #D4D4D4);
  text-align: center;
  font-family: Kanit;
  font-style: normal;
  font-weight: 700;
  line-height: 28.8px;
  letter-spacing: 2.25px;
  white-space: nowrap;
  margin-top: 4rem;
  margin-left: 5rem;
}
#about-section1 .img-row {
  position: relative;
  z-index: 50;
}
#about-section1 .img-row .circle-img {
  position: relative;
  padding: 1rem;
}
#about-section1 .img-row .circle-img .out-circle {
  width: 100%;
  height: 100%;
  border-radius: 388px;
  border: 2px dashed #54F2F2;
  position: absolute;
  left: 0;
  top: 0;
}
#about-section1 .img-row .circle-img .out-circle div {
  -webkit-animation: circle 3s linear infinite;
          animation: circle 3s linear infinite;
  width: 100%;
  height: 100%;
}
#about-section1 .img-row .circle-img .out-circle span {
  display: block;
  width: 25px;
  height: 25px;
  background-color: #54F2F2;
  border-radius: 50%;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}
#about-section1 .img-row .circle-img .img {
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
#about-section1 .img-row .circle-img .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#about-section1 .row2 .img-row .circle-img {
  padding: 23px;
}
#about-section1 .row2 .img-row .circle-img .out-circle {
  border-color: #5EB1BF;
}
#about-section1 .row2 .img-row .circle-img .out-circle span {
  background-color: #5EB1BF;
}
@media (max-width: 767.98px) {
  #about-section1 .img-row .circle-img {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

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

@keyframes circle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#about-section2 {
  background-image: url(../_img/about/bg01.jpg);
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
#about-section2:before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, right top, left top, color-stop(0.19%, rgba(255, 255, 255, 0)), color-stop(99.81%, #23201B));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0.19%, #23201B 99.81%);
}
@media (max-width: 991.98px) {
  #about-section2:before {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
  }
}

#about-section3 {
  background-image: url(../_img/about/bg02.jpg);
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
#about-section3 .content {
  background-color: rgba(0, 0, 0, 0.8);
  padding-left: 66px;
  padding-right: 66px;
}
@media (max-width: 767.98px) {
  #about-section3 .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#about-section4 {
  background-image: url(../_img/about/bg03.jpg);
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
#about-section4 .about-text-row {
  background-color: rgba(252, 252, 252, 0.8);
  border-radius: 20px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 33px 44px;
}

.p-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 0;
}
.p-list .p-item {
  width: 20%;
  text-align: center;
  position: relative;
}
.p-list .p-item:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
}
.p-list .p-item .outer {
  padding: 3px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
}
.p-list .p-item .outer:hover .content {
  color: #fff;
  background-color: rgba(94, 177, 191, 0.6);
}
.p-list .p-item .outer:hover:before, .p-list .p-item .outer:hover:after {
  border-color: #5EB1BF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-list .p-item .outer:hover:before {
  left: 3px;
  top: 3px;
}
.p-list .p-item .outer:hover:after {
  right: 3px;
  bottom: 3px;
}
.p-list .p-item .outer:before, .p-list .p-item .outer:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-list .p-item .outer:before {
  left: 0;
  top: 0;
  border-top: 6px solid #273058;
  border-left: 6px solid #273058;
}
.p-list .p-item .outer:after {
  right: 0;
  bottom: 0;
  border-right: 6px solid #273058;
  border-bottom: 6px solid #273058;
}
.p-list .p-item .content {
  border: 1px dashed var(--273058, #273058);
  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;
  background: rgba(252, 252, 252, 0.5);
  line-height: 1.44;
  letter-spacing: 0.75px;
  padding: 22px;
  font-weight: bold;
}
.p-list:not(.en) .p-item:nth-child(9n+6) {
  margin-left: 10%;
}
.p-list.en .p-item:nth-child(9n+1) {
  margin-left: 10%;
}
@media (max-width: 767.98px) {
  .p-list .p-item {
    width: 25%;
  }
  .p-list .p-item .content {
    font-size: 14px;
  }
  .p-list:not(.en) .p-item:nth-child(9n+6) {
    margin-left: 0;
  }
  .p-list:not(.en) .p-item:nth-child(7n+5) {
    margin-left: 12.5%;
  }
  .p-list.en {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-list.en .p-item:nth-child(9n+1) {
    margin-left: 0;
  }
}
@media (max-width: 575.98px) {
  .p-list {
    padding-left: 2rem;
    padding-right: 2rem;
    gap: 0.5rem 0;
  }
  .p-list .p-item {
    width: 50%;
  }
  .p-list .p-item .content {
    font-size: 12px;
  }
  .p-list:not(.en) .p-item:nth-child(7n+5) {
    margin-left: 0;
  }
}

#product-section1 .deco01 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
}
#product-section1 .deco02 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
}

#product .table {
  table-layout: fixed;
}
#product .table th,
#product .table td {
  border-width: 1px;
  border-color: #D4D4D4;
}
#product .table thead {
  text-align: center;
  font-weight: bold;
}
#product .table thead th {
  background: var(--F2F2F2, #F2F2F2);
}
#product .table tbody tr td {
  vertical-align: middle;
}
#product .table tbody tr td + td {
  text-align: center;
}
#product .table tbody tr.b td + td {
  font-weight: bold;
}
@media (max-width: 575.98px) {
  #product .table {
    width: 1000px;
  }
}
#product .text-content {
  line-height: 1.8;
  letter-spacing: 0.6px;
  border-radius: 20px;
  background: var(--F2F2F2, #F2F2F2);
  padding: 25px 35px;
}
#product .navigation-row {
  gap: 1rem;
}
@media (max-width: 575.98px) {
  #product .navigation-row {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  #product .navigation-row > * {
    text-align: center !important;
    width: 100%;
  }
  #product .navigation-row a {
    margin: 0 auto;
  }
  #product .navigation-row a {
    font-size: 12px;
  }
}

.form .form-control {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #273058;
  background: none;
  padding-left: 0;
  padding-bottom: 5px;
}
.form .form-control:not(:-moz-placeholder-shown) {
  border-color: #273058;
}
.form .form-control:not(:-ms-input-placeholder) {
  border-color: #273058;
}
.form .form-control:focus, .form .form-control:not(:placeholder-shown) {
  border-color: #273058;
}
.form .form-select {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #273058;
  padding-left: 0;
  padding-bottom: 5px;
}
.form textarea.form-control {
  min-height: 180px;
}
.form .l-head {
  width: 100%;
  max-width: 4rem;
}
.form .form-floating label {
  padding-left: 0;
  padding-top: 1.5rem;
  padding-bottom: 5px;
  height: auto;
}
.form .form-floating label:after {
  display: none;
}
.form .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label, .form .form-floating > .form-select:not(:-moz-placeholder-shown) ~ label {
  transform: scale(0.85) translateY(-1.2rem) translateX(0rem);
}
.form .form-floating > .form-control:not(:-ms-input-placeholder) ~ label, .form .form-floating > .form-select:not(:-ms-input-placeholder) ~ label {
  -ms-transform: scale(0.85) translateY(-1.2rem) translateX(0rem);
      transform: scale(0.85) translateY(-1.2rem) translateX(0rem);
}
.form .form-floating > .form-control:not(:placeholder-shown) ~ label,
.form .form-floating > .form-select:not(:placeholder-shown) ~ label {
  -webkit-transform: scale(0.85) translateY(-1.2rem) translateX(0rem);
      -ms-transform: scale(0.85) translateY(-1.2rem) translateX(0rem);
          transform: scale(0.85) translateY(-1.2rem) translateX(0rem);
}
.form .form-floating.required label:before {
  content: "*";
  display: inline-block;
  position: absolute;
  right: 0;
  color: #273058;
}
.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: #273058;
}
.contact-left .social-row {
  border-top: 1px solid #E4E7EA;
}

#contact-section1 {
  position: relative;
}
#contact-section1 .deco01 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
}
#contact-section1 .deco02 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
}
#contact-section1 .title-row .title-content {
  width: 100%;
  max-width: 508px;
  margin-left: auto;
  margin-right: auto;
}
#contact-section1 .contact-row .head {
  border-bottom: 1px solid #273058;
  margin-bottom: 20px;
}
#contact-section1 .contact-row .head span {
  background-color: #273058;
  color: #fff;
  letter-spacing: 0.675px;
  padding: 3px 13px;
  line-height: 1.6;
  display: inline-block;
}
#contact-section1 .contact-row .contact-list .contact-item {
  color: #273058;
}
#contact-section1 .contact-row .contact-list .contact-item .icon .circle {
  background: none;
}
#contact-section1 .product-contact-row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 26px;
}
#contact-section1 .product-contact-row .content {
  border-radius: 10px;
  background: rgba(212, 212, 212, 0.15);
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.8);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.8);
  padding: 15px 20px 30px;
}
#contact-section1 .product-contact-row .content .head {
  color: #273058;
  font-weight: bold;
  line-height: 1.44;
  letter-spacing: 0.75px;
  margin-bottom: 20px;
}
#contact-section1 .product-contact-row .content .contact-list .contact-item .icon {
  width: 30px;
  height: 30px;
  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: 1px solid #fcfcfc;
  background-color: #5EB1BF;
  border-radius: 50%;
  color: #fff;
}
#contact-section1 .product-contact-row .content .contact-list .contact-item .icon .circle {
  font-size: 14px;
}
#contact-section1 .right .form-outer-content {
  border-radius: 20px;
  background: var(--FFFFFF, #FFF);
  padding: 60px;
}
@media (max-width: 575.98px) {
  #contact-section1 .right .form-outer-content {
    padding: 20px;
  }
}
#contact-section1 .c-list--form {
  position: relative;
}
#contact-section1 .c-list--form:before {
  content: "";
  display: block;
  width: 100%;
  height: 130%;
  left: 0;
  top: 0;
  background-color: #f2f2f2;
  position: absolute;
  z-index: -1;
}

.map-row .nav {
  border-color: #273058;
}
.map-row .nav button {
  color: #273058;
  background-color: #d4d4d4;
  padding: 3px 13px;
  border-radius: 0;
  margin-bottom: 0;
  border: 0;
}
.map-row .nav button.active {
  background-color: #273058;
  color: #fff;
  border: 0;
  margin-bottom: 0;
}
.map-row iframe {
  height: 560px;
}
/*# sourceMappingURL=style.css.map */