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

::-moz-selection {
  background-color: #0074BD;
  color: #fff;
}

::selection {
  background-color: #0074BD;
  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);
          transform: rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.left-menu a.has-submenu .arrows[aria-expanded=true]:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.left-menu ul {
  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: #000000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
}
.sidebar-nav .metismenu a:hover {
  color: #0074BD;
  text-decoration: none;
}
.sidebar-nav .metismenu a:focus {
  color: #0074BD;
  text-decoration: none;
}
.sidebar-nav .metismenu a:active {
  color: #0074BD;
  text-decoration: none;
}
.sidebar-nav .metismenu ul {
  padding-left: 1rem;
}
.sidebar-nav .metismenu .mm-active > a {
  color: #0074BD;
  text-decoration: none;
  border-radius: 3px;
}

.navbar {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9000;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  backdrop-filter: blur(10px);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .navbar .navbar-brand {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.navbar .nav-top-bar {
  background-color: #0074BD;
  padding: 0px 3rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.navbar .nav-top-bar .search-btn {
  padding: 10px 0;
  cursor: pointer;
}
.navbar .nav-top-bar .top-line {
  padding: 10px 20px;
}
.navbar .nav-top-bar .lang-btn {
  position: relative;
}
.navbar .nav-top-bar .lang-btn .lang-title {
  padding: 10px 0;
  cursor: pointer;
}
.navbar .nav-top-bar .lang-btn .lang-list {
  position: absolute;
  background-color: #fff;
  width: 80px;
  padding: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 999;
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.navbar .nav-top-bar .lang-btn .lang-list .lang-item {
  width: 100%;
  text-align: center;
  display: block;
  padding: 5px 0;
}
.navbar .nav-top-bar .lang-btn .lang-list .lang-item:hover {
  color: #000000;
}
.navbar .nav-top-bar .lang-btn:hover .lang-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991.98px) {
  .navbar .navbar-brand {
    width: 200px;
  }
}
.navbar .navbar-nav .nav-item {
  margin: 0px 0.5rem;
  padding: 0px 0.5rem;
  color: #fff;
}
@media (min-width: 992px) {
  .navbar .navbar-nav .nav-item.dropdown:hover > .dropdown-menu {
    min-width: 180px;
    display: block;
    border-radius: 0;
  }
  .navbar .navbar-nav .nav-item.dropdown:hover > .dropdown-menu li {
    padding: 8px 0;
  }
  .navbar .navbar-nav .nav-item.dropdown:hover > .dropdown-menu li a {
    color: #424242;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: transparent;
  }
  .navbar .navbar-nav .nav-item.dropdown:hover > .dropdown-menu li a:hover {
    background-color: transparent;
    color: #0074BD;
  }
}
.navbar .navbar-nav .nav-item .nav-link {
  display: block;
  color: inherit;
}
.navbar .navbar-nav .nav-item .nav-link span {
  display: block;
  padding: 2rem 0;
  position: relative;
}
.navbar .navbar-nav .nav-item .nav-link span::after {
  content: "";
  width: 0%;
  height: 2px;
  background-color: #0074BD;
  position: absolute;
  left: 0;
  bottom: 20px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.navbar .navbar-nav .nav-item:hover .nav-link span::after, .navbar .navbar-nav .nav-item.active .nav-link span::after {
  width: 100%;
  opacity: 1;
}
@media (max-width: 1199.98px) {
  .navbar .navbar-nav .nav-item {
    margin: 0;
  }
}

.search-fram {
  position: absolute;
  top: 88px;
  right: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 998;
  padding: 30px 0;
  display: none;
}
.search-fram.is-open {
  display: block;
}
.search-fram .form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-fram .form-inline .form-control {
  width: calc(100% - 55px);
  height: 45px;
  border-color: #C4C4C4;
  border-radius: 4px;
}
.search-fram .form-inline .btn-search {
  width: 45px;
  height: 45px;
  background-color: #0074BD;
  border: none;
  color: #fff;
  margin-left: 10px;
  border-radius: 4px;
}

.dropdown-menu {
  min-width: 180px;
  text-align: center;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.dropdown-menu > li:hover a, .dropdown-menu > li.active a {
  background-color: #0074BD;
  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: #0074BD;
  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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  left: 30px !important;
  bottom: 30px !important;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 0;
  opacity: 1;
  outline: none;
  margin: 0 8px !important;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0074BD;
}

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

body {
  letter-spacing: 1px;
  background-color: #F3F3F3;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.en-font {
  font-family: "Poppins", 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-18, .mega-menu [class*=container] ul.product-mega-menu > li > a {
  font-size: 1.125rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.fsr-32 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .fsr-32 {
    font-size: 2rem;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.main-title .en-font {
  line-height: 120%;
  font-style: italic;
  text-transform: uppercase;
}
.main-title .tw-title {
  line-height: 120%;
}

.title-rotate {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
.title-rotate .tw-title {
  text-align: right;
  margin-bottom: 4rem;
}
.title-rotate .en-font {
  font-style: italic;
}
@media (max-width: 991.98px) {
  .title-rotate {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
  .title-rotate .tw-title {
    text-align: left;
    margin-bottom: 0rem;
  }
}

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

.more-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 280px;
  padding: 15px 20px;
  border-radius: 99rem;
  background-color: #0074BD;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 116, 189)), to(rgb(56, 163, 219)));
  background: linear-gradient(90deg, rgb(0, 116, 189) 0%, rgb(56, 163, 219) 100%);
  color: #fff;
  font-weight: bold;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.more-btn:hover {
  margin-left: 10px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 116, 189)), to(rgb(56, 163, 219)));
  background: linear-gradient(720deg, rgb(0, 116, 189) 0%, rgb(56, 163, 219) 100%);
  color: #fff;
}
@media (max-width: 767.98px) {
  .more-btn {
    width: 150px;
  }
}

.s-moer-btn {
  width: 155px;
  background-color: #38A3DB;
  color: #fff;
  border-radius: 99rem;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.s-moer-btn:hover {
  background-color: #0074BD;
}

.breadcrumb-item {
  color: #D6D6D6;
}
.breadcrumb-item::before {
  color: #D6D6D6 !important;
}
.breadcrumb-item a {
  color: #D6D6D6;
}
.breadcrumb-item:last-child {
  color: #D6D6D6;
}

.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: #0074BD;
}
.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: #0074BD;
  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: #0074BD;
}

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

.back-btn {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.back-btn:hover {
  color: #38A3DB;
}

.pages .pagination .page-item {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.pages .pagination .page-item.active .page-link, .pages .pagination .page-item:hover .page-link {
  background-color: #0074BD;
  color: #fff;
}
.pages .pagination .page-link {
  color: #000000;
  border: 0px;
  width: 2rem;
  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;
  background-color: transparent;
}

#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;
  border: 1px solid #F8F8F8;
  -webkit-box-shadow: 0px 1rem 2rem rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1rem 2rem rgba(0, 0, 0, 0.25);
}
#right-float-box #back-to-top {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.layout-bg {
  background-image: url(../_img/index/index-news-bg.svg);
  background-position: 100% 0%;
  background-repeat: no-repeat;
}

.hover-img .pic {
  overflow: hidden;
}
.hover-img .pic img {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.hover-img:hover .pic img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}

.phone-nav-bar {
  width: 90%;
  margin: 0 auto;
  background-color: #0074BD;
  color: #fff;
  border-radius: 10px;
  padding: 10px;
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .phone-nav-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.line-bg {
  opacity: 1;
  border-top: 1px solid #0074BD;
  margin: 30px 0;
}

.blue-bg {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(227, 236, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(0deg, rgb(227, 236, 255) 0%, rgb(255, 255, 255) 100%);
}

.contact-select {
  background-image: url(../_img/investorrelations/arrow.svg);
  background-position: 98% 50%;
  background-repeat: no-repeat;
}

footer {
  border-top: 1px solid #C2C2C2;
  padding: 80px 0 0;
}
footer .community-fram .community-item {
  display: block;
  width: calc(16.6666666667% - 1.5rem);
  margin: 1rem 5px;
}
footer .footer-navlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
}
footer .footer-navlist .footer-nav-item .footer-nav-title {
  margin-bottom: 15px;
  color: #000000;
  font-weight: bold;
}
footer .footer-navlist .footer-nav-item .footer-nav-title a {
  color: #000000;
  font-weight: bold;
}
footer .footer-navlist .footer-nav-item .footer-nav-title a:hover {
  color: #38A3DB;
}
footer .footer-navlist .footer-nav-item .footer-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
}
footer .footer-navlist .footer-nav-item .footer-nav-list .footer-nav-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 10px;
  font-weight: bold;
  color: #0074BD;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .footer-navlist .footer-nav-item .footer-nav-list .footer-nav-link:hover {
  color: #38A3DB;
}
footer .footer-info-item .tel-box, footer .footer-info-item .add-box {
  margin-bottom: 5px;
}
footer .footer-info-item .tel-box a, footer .footer-info-item .add-box a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #000000;
}
footer .footer-info-item .tel-box a:hover, footer .footer-info-item .add-box a:hover {
  color: #38A3DB;
}

.contact-list li [class*=fa] {
  width: 1.2rem;
  text-align: center;
  margin-right: 0.5rem;
}

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

#banner {
  position: relative;
}
#banner .swiper-slide a {
  display: block;
  padding-bottom: 45%;
  height: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
#banner .banner-textbox {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 3rem;
  z-index: 999;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#banner .banner-textbox .banner-title {
  font-style: italic;
  line-height: 4.5rem;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}
@media (max-width: 1199.98px) {
  #banner .swiper-slide a {
    padding-bottom: 80%;
  }
}
@media (max-width: 767.98px) {
  #banner .swiper-slide a {
    padding-bottom: 150%;
  }
  #banner .banner-textbox {
    left: 1rem;
    width: 90%;
  }
  #banner .banner-textbox .banner-title {
    line-height: 2.5rem;
  }
  #banner .banner-textbox .banner-title.fsr-64 {
    font-size: 1.5rem;
  }
  #banner .banner-textbox .banner-sub-title.fsr-24 {
    font-size: 1rem;
  }
}

#index-news-section {
  background-image: url(../_img/index/index-news-bg.svg);
  background-position: 100% 0%;
  background-repeat: no-repeat;
}
#index-news-section .index-news-fram .index-news-item {
  padding-left: 80px;
  position: relative;
  z-index: 2;
  margin-bottom: 60px;
}
#index-news-section .index-news-fram .index-news-item::before {
  content: attr(data-mask);
  width: 55px;
  height: 55px;
  background-color: #0074BD;
  border-radius: 99rem;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  line-height: 55px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
#index-news-section .index-news-fram .index-news-item::after {
  content: "";
  width: 1px;
  height: 110%;
  background-color: #0074BD;
  position: absolute;
  left: 28px;
  top: 55px;
  z-index: 1;
}
#index-news-section .index-news-fram .index-news-item .index-news-link {
  display: block;
}
#index-news-section .index-news-fram .index-news-item .index-news-link .news-title {
  color: #000000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#index-news-section .index-news-fram .index-news-item .index-news-link .news-text-row {
  color: #000000;
  height: 3rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#index-news-section .index-news-fram .index-news-item:hover .index-news-link .news-title {
  color: #38A3DB;
}
#index-news-section .index-news-fram .index-news-item:nth-last-child(1)::after {
  display: none;
}

#index-service-section {
  position: relative;
  z-index: 3;
}
#index-service-section .service-main-title {
  position: absolute;
  color: #fff;
  text-align: center;
  z-index: 4;
  left: 50%;
  top: 70px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#index-service-section .service-slider .swiper-slide {
  position: relative;
  z-index: 2;
  padding-bottom: 55%;
  height: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
#index-service-section .service-slider .swiper-slide .service-text-rowbox {
  background-color: rgba(0, 116, 189, 0.8);
  max-width: 680px;
  width: 100%;
  border-radius: 20px;
  padding: 50px 40px;
  position: absolute;
  left: 80px;
  bottom: 80px;
  z-index: 3;
  color: #fff;
  backdrop-filter: blur(10px);
}
#index-service-section .service-slider .swiper-slide .service-text-rowbox .subtite-row {
  font-style: italic;
  font-weight: bolder;
}
#index-service-section .service-slider .swiper-slide .service-text-rowbox .text-more-btn {
  text-align: right;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: 0;
}
#index-service-section .service-slider .swiper-slide .service-text-rowbox .text-more-btn:hover {
  top: 5px;
  color: #C8C9CA;
}
#index-service-section .service-prev {
  background-color: transparent;
  color: #fff;
  left: 6.5vw;
  top: auto;
  bottom: 100px;
}
#index-service-section .service-next {
  background-color: transparent;
  color: #fff;
  right: 87vw;
  top: auto;
  bottom: 100px;
}
@media (max-width: 1199.98px) {
  #index-service-section .service-slider .swiper-slide {
    padding-bottom: 75%;
  }
  #index-service-section .service-prev {
    left: 12vw;
  }
  #index-service-section .service-next {
    right: 75vw;
  }
}
@media (max-width: 991.98px) {
  #index-service-section .service-slider .swiper-slide {
    padding-bottom: 100%;
  }
  #index-service-section .service-slider .swiper-slide .service-text-rowbox {
    max-width: 90%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 767.98px) {
  #index-service-section .service-slider .swiper-slide {
    padding-bottom: 180%;
  }
  #index-service-section .service-prev {
    left: 15vw;
  }
  #index-service-section .service-next {
    right: 55vw;
  }
}

#index-recruitment-section {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(227, 236, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(0deg, rgb(227, 236, 255) 0%, rgb(255, 255, 255) 100%);
}

.recuitment-row {
  overflow: hidden;
  border-radius: 20px;
  background: -webkit-gradient(linear, right top, left top, from(rgb(0, 116, 189)), to(rgb(56, 163, 219)));
  background: linear-gradient(270deg, rgb(0, 116, 189) 0%, rgb(56, 163, 219) 100%);
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  padding: 50px;
  text-align: center;
  position: relative;
  z-index: 3;
}
.recuitment-row::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../_img/index/pe-bg.png);
  background-position: 100% 20%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.recuitment-row .more-btn.text-center {
  width: 320px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #0074BD;
  background: #fff;
}
.recuitment-row .more-btn:hover.text-center {
  background: rgba(255, 255, 255, 0.8);
}
@media (max-width: 767.98px) {
  .recuitment-row .more-btn.text-center {
    width: 150px;
  }
}

#about {
  background-color: #fff;
}

.about-table-box .about-item {
  padding: 15px;
  background-color: #F2F2F2;
}
.about-table-box .about-item:nth-child(even) {
  background-color: #0074BD;
  color: #fff;
}

.about-stronghold {
  margin: 60px 0 0;
  border-radius: 10px;
  border: 3px solid #0074BD;
  padding: 20px;
}

.about-title-header span {
  display: inline-block;
  background-color: #0074BD;
  color: #fff;
  padding: 3px 15px;
  border-radius: 5px;
}

.abouttext-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.abouttext-row img {
  margin-top: 5.5px;
}
.abouttext-row span {
  width: calc(100% - 20px);
}

.history-page-list {
  padding: 15px 20px;
  border-radius: 15px;
  color: #fff;
}

.history-swiper-fram .history-prev {
  background-color: #0074BD;
  color: #fff;
  border: 1px solid #0074BD;
}
.history-swiper-fram .history-next {
  background-color: #0074BD;
  color: #fff;
  border: 1px solid #0074BD;
}

.history-slider {
  position: relative;
  z-index: 3;
}
.history-slider::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #0074BD;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
.history-slider .swiper-slide:nth-child(odd) .history-item .history-year-box::after {
  background-color: #38A3DB;
}
.history-slider .history-item {
  padding: 3px;
}
.history-slider .history-item .history-title {
  margin-bottom: 30px;
  height: 120px;
  overflow: hidden;
}
.history-slider .history-item .history-year-box {
  width: 85px;
  height: 85px;
  border-radius: 99rem;
  position: relative;
  background-color: #fff;
  color: #fff;
  z-index: 3;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
.history-slider .history-item .history-year-box::before {
  content: "";
  width: 102px;
  height: 102px;
  background-color: #fff;
  border-radius: 99rem;
  border: 1px solid #0074BD;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.history-slider .history-item .history-year-box::after {
  content: "";
  width: 85px;
  height: 85px;
  background-color: #0074BD;
  border-radius: 99rem;
  border: 1px solid #0074BD;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.history-slider .history-item .history-text {
  text-align: center;
  height: 120px;
  overflow: hidden;
}

.awards-list {
  position: relative;
  z-index: 3;
}
.awards-list .awards-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 30px;
  position: relative;
}
.awards-list .awards-item::after {
  content: "";
  width: 3px;
  height: 100%;
  background-color: #0074BD;
  position: absolute;
  left: 143px;
  top: 0;
  z-index: -1;
}
.awards-list .awards-item .awards-year-box {
  width: 90px;
  color: #0074BD;
  font-weight: 900;
  margin-right: 20px;
  margin-top: 10px;
}
.awards-list .awards-item .awards-fram-box {
  width: calc(100% - 120px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.awards-list .awards-item .awards-fram-box .awards-moon-box {
  width: 68px;
  height: 68px;
  border-radius: 99rem;
  position: relative;
  color: #fff;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.awards-list .awards-item .awards-fram-box .awards-moon-box::before {
  content: "";
  width: 68px;
  height: 68px;
  border-radius: 99rem;
  background-color: #fff;
  position: absolute;
  border: 1px solid #0074BD;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
.awards-list .awards-item .awards-fram-box .awards-moon-box::after {
  content: "";
  width: 58px;
  height: 58px;
  border-radius: 99rem;
  background-color: #0074BD;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.awards-list .awards-item .awards-fram-box .awards-text-list {
  width: calc(100% - 100px);
  margin-left: 30px;
  margin-top: 20px;
}
.awards-list .awards-item .awards-fram-box .awards-text-list .awards-text-row {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
.awards-list .awards-item .awards-fram-box .awards-text-list .awards-text-row::before {
  content: "";
  width: 9px;
  height: 9px;
  background-color: #0074BD;
  border-radius: 99rem;
  position: absolute;
  left: 0px;
  top: 10px;
}
.awards-list .awards-item .awards-fram-box .awards-text-list .awards-text-row:nth-child(even)::before {
  background-color: #38A3DB;
}
.awards-list .awards-item:nth-last-child(1)::after {
  display: none;
}
@media (max-width: 767.98px) {
  .awards-list .awards-item::after {
    left: 115px;
  }
  .awards-list .awards-item .awards-year-box {
    width: 80px;
    margin-top: 18px;
    margin-right: 0;
  }
  .awards-list .awards-item .awards-fram-box .awards-text-list {
    width: calc(100% - 88px);
    margin-left: 10px;
  }
}

.sdglist-list .sdg-item {
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  margin-bottom: 50px;
  border-radius: 0px 10px 10px 0px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.sdglist-list .sdg-item::before {
  content: "";
  width: 8px;
  height: 100%;
  background-color: #0074BD;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.sdglist-list .sdg-item .sdg-title {
  color: #000000;
}
.sdglist-list .sdg-item .sdg-sub-text-row {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000000;
}

.policy-box {
  background-color: #fff;
  padding: 50px;
  border-radius: 20px;
  line-height: 35px;
}

#careers {
  background-color: #fff;
}

.careers-page-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-bottom: 20px;
  position: relative;
  z-index: 3;
}
.careers-page-item::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #0074BD;
  position: absolute;
  left: 40px;
  top: 0;
  z-index: -1;
}
.careers-page-item:nth-last-child(1)::before {
  display: none;
}
.careers-page-item .careers-img-row {
  width: 80px;
  height: 80px;
  margin-right: 30px;
}
.careers-page-item .careers-title-row {
  width: calc(100% - 110px);
}

.careers-page-section2 {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(227, 236, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(0deg, rgb(227, 236, 255) 0%, rgb(255, 255, 255) 100%);
}

.careers-info-text-row {
  border-radius: 20px;
  background: -webkit-gradient(linear, right top, left top, from(rgb(0, 116, 189)), to(rgb(56, 163, 219)));
  background: linear-gradient(270deg, rgb(0, 116, 189) 0%, rgb(56, 163, 219) 100%);
  color: #fff;
  padding: 50px;
  margin-top: 80px;
}

.life-item {
  display: block;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.life-item .title-row {
  padding: 20px;
  color: #000000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.life-item:hover {
  background-color: #0074BD;
}
.life-item:hover .title-row {
  color: #fff;
}

.job-item {
  display: block;
}
.job-item .img-row {
  border-radius: 20px;
  overflow: hidden;
}
.job-item .title-row {
  padding: 10px;
  color: #000000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.job-item:hover .title-row {
  color: #0074BD;
}

#service {
  background-color: #fff;
}

.service-page-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-bottom: 50px;
}
.service-page-section .left-img-row {
  width: 50%;
  background-color: #0074BD;
  border-radius: 0px 30px 30px 0px;
  overflow: hidden;
  position: relative;
  height: 500px;
}
.service-page-section .left-img-row img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-page-section .right-text-row {
  width: 50%;
  padding: 5rem;
}
.service-page-section:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.service-page-section:nth-child(even) .left-img-row {
  border-radius: 30px 0px 0px 30px;
}
@media (max-width: 991.98px) {
  .service-page-section .left-img-row {
    width: 100%;
    border-radius: 0;
  }
  .service-page-section .right-text-row {
    width: 100%;
  }
  .service-page-section:nth-child(even) .left-img-row {
    border-radius: 0px;
  }
}

.page-product-fram {
  overflow: initial;
}

.product-nav-bar {
  background-color: #0074BD;
  position: relative;
  z-index: 99;
}
.product-nav-bar .prodouct-nav-title {
  position: absolute;
  padding: 0px 20px;
  height: 50px;
  border-radius: 10px 10px 0 0;
  background-color: #0074BD;
  color: #fff;
  left: 50%;
  top: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.product-nav-bar.solutions {
  background-color: #38A3DB;
}
.product-nav-bar.solutions .prodouct-nav-title {
  background-color: #38A3DB;
}
@media (max-width: 991.98px) {
  .product-nav-bar .prodouct-nav-title {
    position: relative;
    top: 0;
  }
  .product-nav-bar.solutions .prodouct-nav-title {
    position: relative;
    top: 0;
  }
}

.product-swiper-fram .product-slider .swiper-slide .product-nav-link {
  color: #fff;
  text-align: center;
  font-weight: 300;
  opacity: 0.8;
  padding: 20px 0;
}
.product-swiper-fram .product-slider .swiper-slide .product-nav-link span {
  position: relative;
  z-index: 2;
  padding: 20px 0;
}
.product-swiper-fram .product-slider .swiper-slide .product-nav-link span::before {
  content: "";
  width: 0%;
  height: 3px;
  background-color: #EF872D;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-swiper-fram .product-slider .swiper-slide:hover .product-nav-link, .product-swiper-fram .product-slider .swiper-slide.active .product-nav-link {
  opacity: 1;
}
.product-swiper-fram .product-slider .swiper-slide:hover .product-nav-link span::before, .product-swiper-fram .product-slider .swiper-slide.active .product-nav-link span::before {
  width: 100%;
}
.product-swiper-fram .product-next,
.product-swiper-fram .product-prev {
  color: #fff;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.product-item {
  display: block;
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}
.product-item .product-sort-title {
  margin-bottom: 12px;
}
.product-item .product-sort-title span {
  background-color: #38A3DB;
  color: #fff;
  padding: 2px 25px;
  border-radius: 99rem;
}

.pro-sort-box {
  margin-bottom: 15px;
}
.pro-sort-box span {
  background-color: #38A3DB;
  color: #fff;
  padding: 0px 25px;
  border-radius: 99rem;
}

.solutions-box {
  background-color: #fff;
}
.solutions-box:nth-child(odd) {
  background-color: #F3F3F3;
}
.solutions-box:nth-child(odd) .solutions-item-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.solutions-list-box .solutions-sort-box {
  margin-bottom: 12px;
}
.solutions-list-box .solutions-sort-box span {
  background-color: #38A3DB;
  color: #fff;
  padding: 2px 25px;
  border-radius: 99rem;
}

.inre-list {
  text-align: center;
}
.inre-list .inre-itme {
  color: #000000;
  padding: 0px 15px;
  position: relative;
}
.inre-list .inre-itme::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #0074BD;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.inre-list .inre-itme:hover {
  color: #0074BD;
}
.inre-list .inre-itme:nth-last-child(1)::after {
  display: none;
}

.inre-icon-fram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.inre-icon-fram .inre-icon-link {
  margin: 0px 40px;
}
.inre-icon-fram .inre-icon-link .img-row {
  margin-bottom: 15px;
}
.inre-icon-fram .inre-icon-link .text-row {
  color: #fff;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .inre-icon-fram .inre-icon-link {
    margin-bottom: 30px;
  }
}

.inre-info-content {
  background-color: #fff;
  background-image: url(../_img/investorrelations/bg01.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 50px;
  border-radius: 20px;
  border: 4px solid #0074BD;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}
.inre-info-content .inre-info-list .inre-info-item {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inre-info-content .inre-info-list .inre-info-item .icon {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inre-info-content .inre-info-list .inre-info-item .text-row {
  width: calc(100% - 20px);
  font-weight: bold;
}
.inre-info-content .info-line-btn {
  width: 320px;
  border-radius: 99rem;
  margin: 0 auto;
  display: block;
  text-align: center;
  background-color: #0074BD;
  color: #fff;
  padding: 10px;
}
@media (max-width: 767.98px) {
  .inre-info-content {
    padding: 50px 20px;
  }
}

.select-box .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.select-box .pretty-select {
  width: 200px;
  background-image: url(../_img/investorrelations/arrow.svg);
  background-position: 95% 50%;
  background-repeat: no-repeat;
  padding: 10px;
  margin-left: 10px;
}

.shareholders-list .shareholders-item {
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  border-bottom: 5px solid #0074BD;
  position: relative;
  cursor: pointer;
  margin-bottom: 30px;
}
.shareholders-list .shareholders-item::after {
  content: "";
  width: 21px;
  height: 12px;
  background-image: url(../_img/investorrelations/chevron-down.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  top: 50px;
  right: 40px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.shareholders-list .shareholders-item .shareholders-downlist {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.shareholders-list .shareholders-item .shareholders-downlist .shareholders-link {
  width: 20%;
  background-color: #0074BD;
}
.shareholders-list .shareholders-item .shareholders-downlist .shareholders-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  color: #fff;
  padding: 20px 0;
}
.shareholders-list .shareholders-item .shareholders-downlist .shareholders-link:nth-child(even) {
  background-color: #38A3DB;
}
.shareholders-list .shareholders-item.is-open {
  border-bottom: 0px solid transparent;
}
.shareholders-list .shareholders-item.is-open::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.shareholders-list .shareholders-item.is-open .shareholders-downlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.98px) {
  .shareholders-list .shareholders-item::after {
    top: 30px;
    right: 10px;
  }
}

.inre-itme.dhamma {
  color: #424242;
}

.dhamma-list .dhamma-item {
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  border-bottom: 5px solid #0074BD;
  position: relative;
  margin-bottom: 30px;
  padding: 30px;
}
.dhamma-list .dhamma-item .dhamma-info-box .dhamma-text-row .dhamma-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dhamma-list .dhamma-item .dhamma-info-box .dhamma-text-row .dhamma-box .title-row {
  color: #0074BD;
  font-weight: bold;
  display: block;
  width: 100px;
  position: relative;
  margin-right: 15px;
}
.dhamma-list .dhamma-item .dhamma-info-box .dhamma-text-row .dhamma-box .title-row::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #0074BD;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.dhamma-link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dhamma-link-box .dhamma-item-link {
  width: 104px;
  height: 104px;
  margin: 0px 5px;
  border-radius: 99rem;
  border: 3px solid #0074BD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 20px 0;
}
.dhamma-link-box .dhamma-item-link.contact-btn {
  background-color: #0074BD;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dhamma-link-box .dhamma-item-link.contact-btn:hover {
  background-color: #38A3DB;
}

.join-info-fram {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.join-info-fram .info-text-row .info-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.join-info-fram .info-text-row .info-text .info-title {
  display: block;
  width: 100px;
  color: #0074BD;
  font-weight: bold;
  position: relative;
  margin-right: 10px;
}
.join-info-fram .info-text-row .info-text .info-title::after {
  content: "";
  width: 1px;
  height: 80%;
  background-color: #0074BD;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.join-info-fram .info-text-row .info-text .info-text-box {
  display: block;
  width: calc(100% - 120px);
}
.join-info-fram .join-sub-text-row {
  background-color: #0074BD;
  color: #fff;
  font-weight: bold;
  padding: 30px;
}

.form-group .fw-bold span {
  color: #FF0000;
}

.finance-left-table {
  width: 280px;
}
.finance-left-table .finance-table {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #CBCBCB;
}
.finance-left-table .finance-table .finance-header-table {
  background-color: #0074BD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #fff;
}
.finance-left-table .finance-table .finance-header-table .mm-box {
  padding: 10px;
  width: 68px;
  text-align: center;
  border-right: 1px solid #CBCBCB;
}
.finance-left-table .finance-table .finance-header-table .price-box {
  width: calc(100% - 68px);
  padding: 10px;
  text-align: center;
}
.finance-left-table .finance-table .finance-tr .th-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fff;
  border-bottom: 1px solid #CBCBCB;
}
.finance-left-table .finance-table .finance-tr .th-box .mm-box {
  text-transform: uppercase;
  width: 68px;
  text-align: center;
  padding: 15px 10px;
  border-right: 1px solid #CBCBCB;
}
.finance-left-table .finance-table .finance-tr .th-box .price-box {
  width: calc(100% - 68px);
  padding: 15px 10px;
  text-align: center;
}
.finance-left-table .finance-table .finance-tr .th-box:nth-child(even) {
  background-color: #EDEDED;
}
.finance-left-table .finance-table .finance-tr .th-box:nth-last-child(1) {
  border-bottom: 0px;
}
@media (max-width: 991.98px) {
  .finance-left-table {
    width: 100%;
  }
}

.finance-right-table {
  width: 580px;
  margin: 0 0 0 auto;
}
.finance-right-table .right-table-box .table-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.finance-right-table .right-table-box .table-header .tr {
  width: 20%;
  padding: 10px 0;
  text-align: center;
  border-bottom: 1px solid #CBCBCB;
  border-right: 1px solid #CBCBCB;
  background-color: #0074BD;
  color: #fff;
}
.finance-right-table .right-table-box .table-header .tr:nth-last-child(1) {
  border-right: 0px;
}
.finance-right-table .right-table-box .table-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 0px 0px 10px 10px;
  overflow: hidden;
  border: 1px solid #CBCBCB;
  border-top: 0px;
}
.finance-right-table .right-table-box .table-content .th {
  width: 20%;
  padding: 10px 0;
  text-align: center;
  border-right: 1px solid #CBCBCB;
}
.finance-right-table .right-table-box .table-content .th:nth-last-child(1) {
  border-right: 0px;
}
@media (max-width: 991.98px) {
  .finance-right-table {
    width: 100%;
    margin-top: 50px;
  }
}

.search-list {
  margin-bottom: 60px;
}
.search-list .search-sort {
  margin-bottom: 20px;
}
.search-list .search-sort span {
  background-color: #0074BD;
  color: #fff;
  padding: 5px 25px;
  border-radius: 99rem;
}
.search-list .search-link {
  display: block;
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #CBCBCB;
}
.search-list .search-link .search-date {
  padding-right: 10px;
}
.search-list .search-link .fw-bold {
  color: #000000;
}

.flex-right-email {
  position: absolute;
  top: 5vh;
  right: 10px;
  width: 45px;
  height: 45px;
  background-color: #F3F3F3;
  border-radius: 99rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  z-index: 999;
}

.down-list {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #CBCBCB;
}
.down-list .down-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #0074BD;
  color: #fff;
  font-weight: bold;
}
.down-list .down-header .down-title-row {
  width: calc(100% - 100px);
  border-right: 1px solid #fff;
  padding: 5px 20px;
}
.down-list .down-header .down-icom-row {
  width: 100px;
  text-align: center;
  padding: 5px 20px;
}
.down-list .down-contact {
  border-radius: 0px 0px 10px 10px;
}
.down-list .down-contact .down-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #CBCBCB;
}
.down-list .down-contact .down-item .down-title-row {
  width: calc(100% - 100px);
  border-right: 1px solid #CBCBCB;
  padding: 5px 20px;
}
.down-list .down-contact .down-item .down-icom-row {
  width: 100px;
  text-align: center;
  padding: 5px 20px;
}
.down-list .down-contact .down-item:nth-last-child(1) {
  border-bottom: 0px;
}
.down-list .down-contact .down-item:nth-child(even) {
  background-color: #F3F3F3;
}

.boardmember-table-fram {
  border: 1px solid #CBCBCB;
  border-radius: 10px;
  overflow: hidden;
}
.boardmember-table-fram .boardmember-table-header {
  background-color: #0074BD;
  color: #fff;
  padding: 10px;
}
.boardmember-table-fram .boardmember-table-content .boardmember-table-list {
  padding: 0 10px;
}
.boardmember-table-fram .boardmember-table-content .boardmember-table-list .boardmember-table-item {
  border-right: 1px solid #CBCBCB;
}
.boardmember-table-fram .boardmember-table-content .boardmember-table-list .boardmember-table-item:nth-child(2) {
  text-align: center;
}
.boardmember-table-fram .boardmember-table-content .boardmember-table-list .boardmember-table-item:nth-last-child(1) {
  border-right: 0px;
}
.boardmember-table-fram .boardmember-table-content .boardmember-table-list:nth-child(even) {
  background-color: #F3F3F3;
}
@media (max-width: 991.98px) {
  .boardmember-table-fram .boardmember-table-header {
    display: none;
  }
  .boardmember-table-fram .boardmember-table-content .boardmember-table-list .boardmember-table-item {
    border-right: 0px;
    position: relative;
  }
  .boardmember-table-fram .boardmember-table-content .boardmember-table-list .boardmember-table-item::before {
    content: attr(data-mask);
    font-weight: bold;
    color: #0074BD;
  }
  .boardmember-table-fram .boardmember-table-content .boardmember-table-list .boardmember-table-item:nth-child(2) {
    text-align: left;
  }
}

.ability-table-fram {
  width: 100%;
  border-radius: 10px;
  overflow-x: auto;
}
.ability-table-fram .ability-table-header {
  width: 1080px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #38A3DB;
  color: #fff;
}
.ability-table-fram .ability-table-header .ability-table-tr {
  width: 300px;
  border-right: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ability-table-fram .ability-table-header .ability-table-tr .tr-title {
  width: 100%;
  height: 50px;
  line-height: 30px;
  background-color: #0074BD;
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #fff;
}
.ability-table-fram .ability-table-header .ability-table-tr .tr-text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 18px;
}
.ability-table-fram .ability-table-header .ability-table-tr .tr-text .text-row {
  padding: 10px;
  min-height: 147px;
  text-align: center;
  border-right: 1px solid #fff;
}
.ability-table-fram .ability-table-header .ability-table-tr .tr-text .text-row:nth-last-child(1) {
  border-right: 0px;
}
.ability-table-fram .ability-table-header .ability-table-tr:nth-child(1) {
  width: 176px;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  position: relative;
  overflow: hidden;
}
.ability-table-fram .ability-table-header .ability-table-tr:nth-child(1)::after {
  content: "";
  width: 358px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: -108px;
  top: 90px;
  -webkit-transform: rotate(52deg);
          transform: rotate(52deg);
}
.ability-table-fram .ability-table-header .ability-table-tr:nth-child(1) .tr-title {
  background-color: transparent;
  border-bottom: 0px;
  text-align: right;
}
.ability-table-fram .ability-table-header .ability-table-tr:nth-child(1) .tr-text {
  width: 100%;
  margin-top: auto;
  margin-bottom: 10px;
  padding: 5px 10px;
}
.ability-table-fram .ability-table-header .ability-table-tr:nth-child(2) {
  width: 317px;
}
.ability-table-fram .ability-table-header .ability-table-tr:nth-child(2) .tr-text .text-row {
  width: 45px;
  text-align: center;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
.ability-table-fram .ability-table-header .ability-table-tr:nth-child(2) .tr-text .text-row:nth-last-child(1) {
  width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
}
.ability-table-fram .ability-table-header .ability-table-tr:nth-child(2) .tr-text .text-row:nth-last-child(1) .title-box {
  width: 100%;
  padding: 5px;
  text-align: center;
  border-bottom: 1px solid #fff;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ability-table-fram .ability-table-header .ability-table-tr:nth-child(2) .tr-text .text-row:nth-last-child(1) .text-box .age-text {
  width: 45px;
  min-height: 145px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: center;
  padding: 10px;
  border-right: 1px solid #fff;
}
.ability-table-fram .ability-table-header .ability-table-tr:nth-child(2) .tr-text .text-row:nth-last-child(1) .text-box .age-text:nth-last-child(1) {
  border-right: 0;
}
.ability-table-fram .ability-table-header .ability-table-tr:nth-child(3) {
  width: 227px;
}
.ability-table-fram .ability-table-header .ability-table-tr:nth-child(3) .tr-text .text-row {
  width: 45px;
}
.ability-table-fram .ability-table-header .ability-table-tr:nth-last-child(1) {
  width: 586px;
  border-right: 0px;
  border-bottom: 0px;
}
.ability-table-fram .ability-table-header .ability-table-tr:nth-last-child(1) .tr-text .text-row {
  width: 73px;
  min-height: 130px;
  padding: 27px 23px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
.ability-table-fram .ability-table-content {
  width: 1080px;
  border-bottom: 1px solid #CBCBCB;
}
.ability-table-fram .ability-table-content .ability-table-tb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ability-table-fram .ability-table-content .ability-table-tb .ability-table-tb-title {
  width: 70px;
  background-color: #38A3DB;
  padding: 5px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 0px solid #fff;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  letter-spacing: 8px;
}
.ability-table-fram .ability-table-content .ability-table-tb .ability-table-tb-text {
  width: calc(100% - 70px);
}
.ability-table-fram .ability-table-content .ability-table-tb .ability-table-tb-text .text-row-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fff;
  border-top: 1px solid #CBCBCB;
}
.ability-table-fram .ability-table-content .ability-table-tb .ability-table-tb-text .text-row-list .text-row-item {
  width: 45px;
  height: 85px;
  padding: 5px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px solid #CBCBCB;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
.ability-table-fram .ability-table-content .ability-table-tb .ability-table-tb-text .text-row-list .text-row-item:nth-child(1) {
  width: 106px;
  text-align: left;
}
.ability-table-fram .ability-table-content .ability-table-tb .ability-table-tb-text .text-row-list .text-row-item:nth-child(2) {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
.ability-table-fram .ability-table-content .ability-table-tb .ability-table-tb-text .text-row-list .text-row-item:nth-child(8) {
  width: 47px;
}
.ability-table-fram .ability-table-content .ability-table-tb .ability-table-tb-text .text-row-list .text-row-item:nth-child(9), .ability-table-fram .ability-table-content .ability-table-tb .ability-table-tb-text .text-row-list .text-row-item:nth-child(10), .ability-table-fram .ability-table-content .ability-table-tb .ability-table-tb-text .text-row-list .text-row-item:nth-child(11), .ability-table-fram .ability-table-content .ability-table-tb .ability-table-tb-text .text-row-list .text-row-item:nth-child(12), .ability-table-fram .ability-table-content .ability-table-tb .ability-table-tb-text .text-row-list .text-row-item:nth-child(14), .ability-table-fram .ability-table-content .ability-table-tb .ability-table-tb-text .text-row-list .text-row-item:nth-child(15), .ability-table-fram .ability-table-content .ability-table-tb .ability-table-tb-text .text-row-list .text-row-item:nth-child(16), .ability-table-fram .ability-table-content .ability-table-tb .ability-table-tb-text .text-row-list .text-row-item:nth-child(13) {
  width: 73px;
}
.ability-table-fram .ability-table-content .ability-table-tb .ability-table-tb-text .text-row-list .text-row-item:nth-last-child(1) {
  width: 75px;
}
.ability-table-fram .ability-table-content .ability-table-tb .ability-table-tb-text .text-row-list:nth-child(even) {
  background-color: #F3F3F3;
}
.ability-table-fram .ability-table-content .ability-table-tb:nth-last-child(1) .ability-table-tb-title {
  border-bottom: 0px;
  background-color: #0074BD;
}

.elect-fram .elect-list .elect-item {
  border: 1px solid #CBCBCB;
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}
.elect-fram .elect-list .elect-item .elect-title-row {
  padding: 10px 50px 10px 10px;
  position: relative;
  cursor: pointer;
}
.elect-fram .elect-list .elect-item .elect-title-row::after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../_img/investorrelations/chevron-down.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 15px;
  top: 20px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elect-fram .elect-list .elect-item .elect-title-row.active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.elect-fram .elect-list .elect-item .elect-text-row {
  display: none;
  padding: 15px;
  background-color: #F3F3F3;
}

.member-info-list .member-info-item {
  padding: 10px;
  border-bottom: 1px solid #CBCBCB;
}
.member-info-list .member-info-item .member-info-title-row {
  color: #0074BD;
}

#banner-page {
  position: relative;
  z-index: 3;
  display: block;
  padding-bottom: 27%;
  height: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
#banner-page .banner-title {
  width: 100%;
  position: absolute;
  left: 0;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 4;
}
@media (max-width: 1199.98px) {
  #banner-page {
    padding-bottom: 35%;
  }
  #banner-page .banner-title {
    top: 80%;
  }
}
@media (max-width: 767.98px) {
  #banner-page {
    padding-bottom: 55%;
  }
}

.news-sort-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.news-sort-list.list_tw {
  gap: 4rem;
}
.news-sort-list.list_en {
  gap: 1rem;
}
.news-sort-list li {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  z-index: 2;
}
.news-sort-list li::after {
  content: "";
  width: 200%;
  height: 1px;
  background-color: #0074BD;
  position: absolute;
  left: 0;
  bottom: 0;
}
.news-sort-list li:nth-last-child(1)::after {
  width: 100%;
}
.news-sort-list .news-sort-item {
  color: #000000;
  display: block;
  position: relative;
  z-index: 2;
}
.news-sort-list .news-sort-item::after {
  content: "";
  width: 0%;
  height: 5px;
  background-color: #0074BD;
  position: absolute;
  left: 0;
  bottom: -10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-sort-list .news-sort-item.active::after, .news-sort-list .news-sort-item:hover::after {
  width: 100%;
}
@media (max-width: 1199.98px) {
  .news-sort-list.list_en {
    gap: 3rem;
  }
}
@media (max-width: 767.98px) {
  .news-sort-list {
    display: none;
  }
}

.news-link {
  display: block;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.news-link .news-title {
  color: #000000;
  height: 60px;
  overflow: hidden;
}
.news-link .news-sub-text-row {
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-page-box {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.news-page-box .news-page-sort {
  text-align: right;
}
.news-page-box .news-page-sort span {
  background-color: #0074BD;
  color: #fff;
  padding: 10px 25px;
  display: inline-block;
}

.form .form-control,
.form .form-select {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #D5D5D5;
  background: none;
}
.form .form-control:not(:-moz-placeholder-shown), .form .form-select:not(:-moz-placeholder-shown) {
  border-color: #0074BD;
}
.form .form-control:not(:-ms-input-placeholder), .form .form-select:not(:-ms-input-placeholder) {
  border-color: #0074BD;
}
.form .form-control:focus, .form .form-control:not(:placeholder-shown),
.form .form-select:focus,
.form .form-select:not(:placeholder-shown) {
  border-color: #0074BD;
}
.form textarea.form-control {
  min-height: 180px;
}
.form .l-head {
  width: 100%;
  max-width: 4rem;
}
.form .form-floating label:after {
  display: none;
}
.form .form-floating.required label:before {
  content: "*";
  display: inline-block;
  position: absolute;
  right: 0;
  color: #0074BD;
}
.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 {
  background-color: #EDEDED;
}

.contact-left .info-row a {
  color: inherit;
}
.contact-left .info-row a:hover {
  text-decoration: underline;
  color: #0074BD;
}
.contact-left .social-row {
  border-top: 1px solid #E4E7EA;
}