@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=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
:root {
  --swiper-theme-color: #004481;
}

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

::selection {
  background-color: #004481;
  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: #231815;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
}
.sidebar-nav .metismenu a:hover {
  color: #004481;
  text-decoration: none;
}
.sidebar-nav .metismenu a:focus {
  color: #004481;
  text-decoration: none;
}
.sidebar-nav .metismenu a:active {
  color: #004481;
  text-decoration: none;
}
.sidebar-nav .metismenu ul {
  padding-left: 1rem;
}
.sidebar-nav .metismenu .mm-active > a {
  color: #004481;
  text-decoration: none;
  border-radius: 3px;
}

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

@media (max-width: 991.98px) {
  .navbar .navbar-brand {
    width: 200px;
  }
}
@media (max-width: 767.98px) {
  .navbar .navbar-brand {
    width: 150px;
  }
}
.navbar .navbar-nav .nav-item {
  margin-left: 1rem;
  margin-right: 0;
}
@media (min-width: 992px) {
  .navbar .navbar-nav .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
  }
}
.navbar .navbar-nav .nav-item .nav-link {
  display: block;
  color: inherit;
  font-weight: bold;
}
.navbar .navbar-nav .nav-item .nav-link span {
  display: block;
  padding-top: 3rem;
  padding-bottom: 1rem;
}
.navbar .navbar-nav .nav-item:hover, .navbar .navbar-nav .nav-item.active {
  color: #004481;
}

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

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

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

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

.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%;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: none;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: #004481;
  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 {
  background-attachment: fixed;
  background-color: #004481;
  background-color: linear-gradient(180deg, rgb(0, 68, 129) 0%, rgb(0, 33, 73) 100%);
  background-image: url(../_img/layout/bg.png);
  background-size: cover;
  background-position: 50% 0%;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  body {
    background-attachment: inherit;
  }
}

.en-title {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
}

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

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

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

.fsr-60 {
  font-size: calc(1.5rem + 3vw);
}
@media (min-width: 1200px) {
  .fsr-60 {
    font-size: 3.75rem;
  }
}

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

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

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

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

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

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

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

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

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

.back-btn {
  display: inline-block;
  width: 220px;
  height: 60px;
  background-color: #004481;
  position: relative;
  color: #fff;
  text-align: center;
  line-height: 60px;
  z-index: 2;
}
.back-btn::before {
  content: "";
  width: 10px;
  height: 100%;
  background-color: #007DCB;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.back-btn:hover::before {
  width: 100%;
}
@media (max-width: 575.98px) {
  .back-btn {
    margin: 0 auto 20px;
  }
}

.forth-btn {
  display: inline-block;
  background-color: #FAB330;
  width: 165px;
  height: 60px;
  color: #000;
  text-align: center;
  line-height: 60px;
  position: relative;
  z-index: 2;
}
.forth-btn::before {
  content: "";
  width: 10px;
  height: 100%;
  background-color: #dd4b39;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.forth-btn:hover {
  color: #fff;
}
.forth-btn:hover::before {
  width: 100%;
}
@media (max-width: 575.98px) {
  .forth-btn {
    width: 220px;
    margin: 0 auto 20px;
  }
}

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

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

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

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

.m-button {
  background-color: #004481;
  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: #007DCB;
}
.m-button.active [class*=fa] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

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

.fw-900 {
  font-weight: 900 !important;
}

.pretty-select {
  background-image: url(../_img/layout/arrow.svg);
  background-position: 98% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.light-box {
  display: none;
  max-width: 580px;
  width: 100%;
  border-radius: 20px;
  max-height: 90vh;
  padding: 25px;
}
@media (max-width: 767.98px) {
  .light-box {
    padding: 40px 20px;
  }
}

.light-editor-box {
  display: none;
  max-width: 1200px;
  width: 100%;
  border-radius: 20px;
  max-height: 90vh;
  padding: 25px;
}
@media (max-width: 767.98px) {
  .light-editor-box {
    padding: 40px 20px;
  }
}

@media (max-width: 767.98px) {
  .fancybox-content {
    max-width: 90% !important;
    padding: 20px !important;
  }
}

footer {
  background-color: #EBF1FF;
  padding: 10px 0;
  text-align: center;
  position: relative;
}
footer .right-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  right: 10vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
footer .right-btn-group .footer-link {
  display: inline-block;
  position: relative;
  padding: 0 10px;
  color: #000;
}
footer .right-btn-group .footer-link:hover {
  color: #004481;
}
footer .right-btn-group .footer-link::after {
  content: "";
  width: 1px;
  height: 60%;
  position: absolute;
  background-color: #000;
  right: 0;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
footer .right-btn-group .footer-link:nth-last-child(1)::after {
  display: none;
}
@media (max-width: 1199.98px) {
  footer .right-btn-group {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 10px auto 0;
    text-align: center;
    position: relative;
    right: 0px;
    top: 0px;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

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

article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.box-section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 80px 0 80px;
}
.box-section .index-box {
  padding: 50px 50px;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1199.98px) {
  .box-section .index-box {
    padding: 40px 20px;
  }
}

.line-bg {
  width: 100%;
  height: 2px;
  background-color: #007DCB;
  margin: 30px 0;
}

.contest-fram .contest-box {
  margin-bottom: 20px;
}
.contest-fram .contest-box .form-control {
  border: 1px solid #B7B7B7;
}

.player-list-fram {
  overflow-y: auto;
  padding-right: 20px;
}
.player-list-fram .player-item {
  border: 1px solid #B7B7B7;
  border-radius: 5px;
  padding: 15px 20px;
  font-weight: bold;
  line-height: 30px;
  cursor: pointer;
  margin-bottom: 20px;
}
.player-list-fram .player-item.readonly {
  background-color: #B7B7B7;
  color: #747474;
  cursor: text;
}
@media (max-width: 767.98px) {
  .player-list-fram .player-item {
    word-wrap: break-word;
  }
}

.score-sheet-section {
  padding: 80px 0;
}
.score-sheet-section .anchor-point-box {
  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;
  margin: 50px 0;
}
.score-sheet-section .anchor-point-box .anchorpoint-item {
  display: inline-block;
  background-color: #fff;
  color: #000;
  font-weight: bold;
  margin: 0px 10px;
  padding: 10px 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.score-sheet-section .anchor-point-box .anchorpoint-item:hover {
  background-color: #004481;
  color: #fff;
}
@media (max-width: 767.98px) {
  .score-sheet-section .anchor-point-box .anchorpoint-item {
    margin-bottom: 20px;
  }
}

.table-fram {
  margin-bottom: 80px;
}

.scoresheet-table-fram {
  background-color: #fff;
  overflow-y: auto;
  padding: 20px;
}
.scoresheet-table-fram .scoresheet-table {
  width: 1140px;
}
.scoresheet-table-fram .scoresheet-table thead {
  border-bottom: 1px solid #007DCB;
}
.scoresheet-table-fram .scoresheet-table thead tr th {
  width: 16.6666666667%;
  text-align: center;
  color: #004481;
  padding: 10px 0;
}
.scoresheet-table-fram .scoresheet-table thead tr th:nth-child(1) {
  width: 100px;
}
.scoresheet-table-fram .scoresheet-table thead tr th:nth-child(2) {
  width: 270px;
}
.scoresheet-table-fram .scoresheet-table tbody tr {
  background-color: #EBF1FF;
}
.scoresheet-table-fram .scoresheet-table tbody tr:nth-child(odd) {
  background-color: #fff;
}
.scoresheet-table-fram .scoresheet-table tbody tr td {
  width: 16.6666666667%;
  text-align: center !important;
  padding: 10px 0;
}
.scoresheet-table-fram .scoresheet-table tbody tr td:nth-child(1) {
  width: 100px;
}
.scoresheet-table-fram .scoresheet-table tbody tr td:nth-child(2) {
  width: 270px;
}

.scoresheet-three-table-fram {
  background-color: #fff;
  overflow-y: auto;
  padding: 20px;
}
.scoresheet-three-table-fram .scoresheet-table {
  width: 1140px;
}
.scoresheet-three-table-fram .scoresheet-table thead {
  border-bottom: 1px solid #007DCB;
}
.scoresheet-three-table-fram .scoresheet-table thead tr th {
  text-align: center;
  color: #004481;
  padding: 10px 0;
}
.scoresheet-three-table-fram .scoresheet-table thead tr th:nth-child(1) {
  width: 100px;
}
.scoresheet-three-table-fram .scoresheet-table thead tr th:nth-child(2) {
  width: 470px;
}
.scoresheet-three-table-fram .scoresheet-table tbody tr {
  background-color: #EBF1FF;
}
.scoresheet-three-table-fram .scoresheet-table tbody tr:nth-child(odd) {
  background-color: #fff;
}
.scoresheet-three-table-fram .scoresheet-table tbody tr td {
  text-align: center !important;
  padding: 10px 0;
}
.scoresheet-three-table-fram .scoresheet-table tbody tr td:nth-child(1) {
  width: 100px;
}
.scoresheet-three-table-fram .scoresheet-table tbody tr td:nth-child(2) {
  width: 470px;
}

.scoresheet-four-table-fram {
  background-color: #fff;
  overflow-y: auto;
  padding: 20px;
}
.scoresheet-four-table-fram .scoresheet-table {
  width: 1140px;
}
.scoresheet-four-table-fram .scoresheet-table thead {
  border-bottom: 1px solid #007DCB;
}
.scoresheet-four-table-fram .scoresheet-table thead tr th {
  text-align: center;
  color: #004481;
  padding: 10px 0;
}
.scoresheet-four-table-fram .scoresheet-table thead tr th:nth-child(1) {
  width: 100px;
}
.scoresheet-four-table-fram .scoresheet-table thead tr th:nth-child(2) {
  width: 470px;
}
.scoresheet-four-table-fram .scoresheet-table tbody tr {
  background-color: #EBF1FF;
}
.scoresheet-four-table-fram .scoresheet-table tbody tr:nth-child(odd) {
  background-color: #fff;
}
.scoresheet-four-table-fram .scoresheet-table tbody tr td {
  text-align: center !important;
  padding: 10px 0;
}
.scoresheet-four-table-fram .scoresheet-table tbody tr td:nth-child(1) {
  width: 100px;
}
.scoresheet-four-table-fram .scoresheet-table tbody tr td:nth-child(2) {
  width: 470px;
}

@media print {
  /* 列印時專用樣式 */
  #scoresheettable {
    margin: 0;
  }
  .score-sheet-section {
    padding: 0 !important;
  }
  .print-logo {
    display: block !important;
  }
  .container {
    width: 28cm !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }
  .print-table-fram {
    -webkit-print-color-adjust: exact !important;
  }
  .print-title {
    color: #000 !important;
  }
  .print-text {
    color: #000 !important;
    margin-bottom: 1cm !important;
  }
  .anchor-point-box {
    display: none !important; /* 隱藏錨點 */
  }
  .noPrint {
    display: none !important;
  }
}
.score-sheet-section .print-title, .score-sheet-section .print-text {
  color: #fff;
}

.print-table-fram {
  margin-bottom: 30px;
}

.print-logo {
  display: none;
}

.print-score-table .score-table-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.print-score-table .score-table-header .score-table-header-item {
  width: 16.6666666667%;
  text-align: center;
  padding: 1rem 0.5rem;
  font-weight: bold;
  color: #004481;
  background-color: #fff;
  border-bottom: 1px solid #007DCB;
}
.print-score-table .score-table-header .score-table-header-item:nth-child(1) {
  width: 6%;
}
.print-score-table .score-table-header .score-table-header-item:nth-child(2) {
  width: 27.3%;
}
.print-score-table .score-table-content-fram .score-table-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.print-score-table .score-table-content-fram .score-table-content .score-table-item {
  width: 16.6666666667%;
  text-align: center;
  padding: 1rem 0.5rem;
  font-weight: bold;
  background-color: #fff;
}
.print-score-table .score-table-content-fram .score-table-content .score-table-item .finals {
  background-color: #FAB330;
}
.print-score-table .score-table-content-fram .score-table-content .score-table-item:nth-child(1) {
  width: 6%;
}
.print-score-table .score-table-content-fram .score-table-content .score-table-item:nth-child(2) {
  width: 27.3%;
}
.print-score-table .score-table-content-fram .score-table-content:nth-child(even) .score-table-item {
  background-color: #EBF1FF;
}
@media (max-width: 991.98px) {
  .print-score-table .score-table-header .score-table-header-item {
    padding: 0.5rem 0.25rem;
  }
  .print-score-table .score-table-content-fram .score-table-content .score-table-item {
    padding: 0.5rem 0.25rem;
  }
}
@media (max-width: 767.98px) {
  .print-score-table .score-table-header {
    display: none;
  }
  .print-score-table .score-table-content-fram .score-table-content .score-table-item {
    width: 100%;
    text-align: left;
    padding: 0.5rem 0.25rem;
    position: relative;
  }
  .print-score-table .score-table-content-fram .score-table-content .score-table-item::before {
    content: attr(data-mask);
    margin-right: 10px;
    color: #004481;
  }
  .print-score-table .score-table-content-fram .score-table-content .score-table-item:nth-child(1) {
    width: 25%;
  }
  .print-score-table .score-table-content-fram .score-table-content .score-table-item:nth-child(2) {
    width: 75%;
  }
}

.print-table-fram.double-group .print-score-table.double-group-table .score-table-header.double-group-header .score-table-header-item.double-group-header-item:nth-child(1) {
  width: 6%;
}
.print-table-fram.double-group .print-score-table.double-group-table .score-table-header.double-group-header .score-table-header-item.double-group-header-item:nth-child(2) {
  width: 25%;
}
.print-table-fram.double-group .print-score-table.double-group-table .score-table-header.double-group-header .score-table-header-item.double-group-header-item:nth-child(3) {
  width: 52.3%;
}
.print-table-fram.double-group .print-score-table.double-group-table .score-table-header.double-group-header .score-table-header-item.double-group-header-item:nth-child(4) {
  width: 16.7%;
}
.print-table-fram.double-group .score-table-content-fram.double-group-content-fram .score-table-content.double-group-content .score-table-item.double-group-table-item {
  width: 33.3333333333%;
}
.print-table-fram.double-group .score-table-content-fram.double-group-content-fram .score-table-content.double-group-content .score-table-item.double-group-table-item:nth-child(1) {
  width: 6%;
}
.print-table-fram.double-group .score-table-content-fram.double-group-content-fram .score-table-content.double-group-content .score-table-item.double-group-table-item:nth-child(2) {
  width: 25%;
}
.print-table-fram.double-group .score-table-content-fram.double-group-content-fram .score-table-content.double-group-content .score-table-item.double-group-table-item:nth-child(3) {
  width: 52.3%;
}
.print-table-fram.double-group .score-table-content-fram.double-group-content-fram .score-table-content.double-group-content .score-table-item.double-group-table-item:nth-child(4) {
  width: 16.7%;
}
@media (max-width: 767.98px) {
  .print-table-fram.double-group .score-table-content-fram.double-group-content-fram .score-table-content.double-group-content .score-table-item.double-group-table-item {
    width: 100% !important;
  }
  .print-table-fram.double-group .score-table-content-fram.double-group-content-fram .score-table-content.double-group-content .score-table-item.double-group-table-item:nth-child(1) {
    width: 20%;
  }
  .print-table-fram.double-group .score-table-content-fram.double-group-content-fram .score-table-content.double-group-content .score-table-item.double-group-table-item:nth-child(2) {
    width: 80%;
  }
}

.print-table-fram.group-group .print-score-table.group-group-table .score-table-header.group-group-header .score-table-header-item.group-group-header-item {
  width: 20%;
}
.print-table-fram.group-group .print-score-table.group-group-table .score-table-header.group-group-header .score-table-header-item.group-group-header-item:nth-child(1) {
  width: 6%;
}
.print-table-fram.group-group .print-score-table.group-group-table .score-table-header.group-group-header .score-table-header-item.group-group-header-item:nth-child(2) {
  width: 34%;
}
.print-table-fram.group-group .score-table-content-fram.group-group-content-fram .score-table-content.group-group-content .score-table-item.group-group-table-item {
  width: 20%;
}
.print-table-fram.group-group .score-table-content-fram.group-group-content-fram .score-table-content.group-group-content .score-table-item.group-group-table-item:nth-child(1) {
  width: 6%;
}
.print-table-fram.group-group .score-table-content-fram.group-group-content-fram .score-table-content.group-group-content .score-table-item.group-group-table-item:nth-child(2) {
  width: 34%;
}
@media (max-width: 767.98px) {
  .print-table-fram.group-group .score-table-content-fram.group-group-content-fram .score-table-content.group-group-content .score-table-item {
    width: 100% !important;
  }
  .print-table-fram.group-group .score-table-content-fram.group-group-content-fram .score-table-content.group-group-content .score-table-item:nth-child(1) {
    width: 20%;
  }
  .print-table-fram.group-group .score-table-content-fram.group-group-content-fram .score-table-content.group-group-content .score-table-item:nth-child(2) {
    width: 80%;
  }
}

.print-table-fram.group-group-team .print-score-table.group-group-team-table .score-table-header.group-group-team-header .score-table-header-item.group-group-team-header-item {
  width: 29.5%;
}
.print-table-fram.group-group-team .print-score-table.group-group-team-table .score-table-header.group-group-team-header .score-table-header-item.group-group-team-header-item:nth-child(1) {
  width: 6%;
}
.print-table-fram.group-group-team .print-score-table.group-group-team-table .score-table-header.group-group-team-header .score-table-header-item.group-group-team-header-item:nth-child(2) {
  width: 35%;
}
.print-table-fram.group-group-team .print-score-table.group-group-team-table .score-table-header.group-group-team-header .score-table-header-item.group-group-team-header-item:nth-child(3) {
  width: 29.5%;
}
.print-table-fram.group-group-team .score-table-content-fram.group-group-team-content-fram .score-table-content.group-group-team-content .score-table-item.group-group-team-table-item {
  width: 29.5%;
}
.print-table-fram.group-group-team .score-table-content-fram.group-group-team-content-fram .score-table-content.group-group-team-content .score-table-item.group-group-team-table-item:nth-child(1) {
  width: 6%;
}
.print-table-fram.group-group-team .score-table-content-fram.group-group-team-content-fram .score-table-content.group-group-team-content .score-table-item.group-group-team-table-item:nth-child(2) {
  width: 35%;
}
.print-table-fram.group-group-team .score-table-content-fram.group-group-team-content-fram .score-table-content.group-group-team-content .score-table-item.group-group-team-table-item:nth-child(3) {
  width: 29.5%;
}
@media (max-width: 767.98px) {
  .print-table-fram.group-group-team .score-table-content-fram.group-group-team-content-fram .score-table-content.group-group-team-content .score-table-item {
    width: 100% !important;
  }
  .print-table-fram.group-group-team .score-table-content-fram.group-group-team-content-fram .score-table-content.group-group-team-content .score-table-item:nth-child(1) {
    width: 20%;
  }
  .print-table-fram.group-group-team .score-table-content-fram.group-group-team-content-fram .score-table-content.group-group-team-content .score-table-item:nth-child(2) {
    width: 80%;
  }
}

.timelyresults-table-fram {
  margin-bottom: 50px;
}
.timelyresults-table-fram .timelyresults-table-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.timelyresults-table-fram .timelyresults-table-header .timelyresults-table-header-item {
  width: 8.3333333333%;
  background-color: #004481;
  color: #fff;
  border-right: 1px solid #EBF1FF;
  padding: 5px;
  height: 60px;
  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;
}
.timelyresults-table-fram .timelyresults-table-header .timelyresults-table-header-item:nth-child(1) {
  width: 3%;
}
.timelyresults-table-fram .timelyresults-table-header .timelyresults-table-header-item:nth-child(2) {
  width: 10%;
}
.timelyresults-table-fram .timelyresults-table-header .timelyresults-table-header-item:nth-child(3) {
  width: 10%;
}
.timelyresults-table-fram .timelyresults-table-header .timelyresults-table-header-item:nth-child(4) {
  width: 13.3%;
}
.timelyresults-table-fram .timelyresults-table-header .timelyresults-table-header-item:nth-child(5) {
  width: 12%;
}
.timelyresults-table-fram .timelyresults-table-header .timelyresults-table-header-item:nth-child(6), .timelyresults-table-fram .timelyresults-table-header .timelyresults-table-header-item:nth-child(7), .timelyresults-table-fram .timelyresults-table-header .timelyresults-table-header-item:nth-child(8), .timelyresults-table-fram .timelyresults-table-header .timelyresults-table-header-item:nth-child(9), .timelyresults-table-fram .timelyresults-table-header .timelyresults-table-header-item:nth-child(10) {
  width: 7%;
}
.timelyresults-table-fram .timelyresults-table-header .timelyresults-table-header-item:nth-last-child(1) {
  border-right: 0px;
}
.timelyresults-table-fram .timelyresults-table-body .timelyresults-table-row-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.timelyresults-table-fram .timelyresults-table-body .timelyresults-table-row-container .timelyresults-table-item {
  width: 8.3333333333%;
  background-color: #fff;
  padding: 5px;
  border-right: 1px solid #EBF1FF;
  height: 80px;
  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;
}
.timelyresults-table-fram .timelyresults-table-body .timelyresults-table-row-container .timelyresults-table-item .finals {
  background-color: #FAB330;
}
.timelyresults-table-fram .timelyresults-table-body .timelyresults-table-row-container .timelyresults-table-item:nth-child(1) {
  width: 3%;
}
.timelyresults-table-fram .timelyresults-table-body .timelyresults-table-row-container .timelyresults-table-item:nth-child(2) {
  width: 10%;
}
.timelyresults-table-fram .timelyresults-table-body .timelyresults-table-row-container .timelyresults-table-item:nth-child(3) {
  width: 10%;
}
.timelyresults-table-fram .timelyresults-table-body .timelyresults-table-row-container .timelyresults-table-item:nth-child(4) {
  width: 13.3%;
}
.timelyresults-table-fram .timelyresults-table-body .timelyresults-table-row-container .timelyresults-table-item:nth-child(5) {
  width: 12%;
}
.timelyresults-table-fram .timelyresults-table-body .timelyresults-table-row-container .timelyresults-table-item:nth-child(6), .timelyresults-table-fram .timelyresults-table-body .timelyresults-table-row-container .timelyresults-table-item:nth-child(7), .timelyresults-table-fram .timelyresults-table-body .timelyresults-table-row-container .timelyresults-table-item:nth-child(8), .timelyresults-table-fram .timelyresults-table-body .timelyresults-table-row-container .timelyresults-table-item:nth-child(9), .timelyresults-table-fram .timelyresults-table-body .timelyresults-table-row-container .timelyresults-table-item:nth-child(10) {
  width: 7%;
}
.timelyresults-table-fram .timelyresults-table-body .timelyresults-table-row-container .timelyresults-table-item:nth-last-child(1) {
  border-right: 0px;
}
.timelyresults-table-fram .timelyresults-table-body .timelyresults-table-row-container:nth-child(even) .timelyresults-table-item {
  background-color: #e9e9e9;
}
@media (max-width: 991.98px) {
  .timelyresults-table-fram .timelyresults-table-header {
    display: none;
  }
  .timelyresults-table-fram .timelyresults-table-body .timelyresults-table-row-container .timelyresults-table-item {
    width: 16.6666666667% !important;
    position: relative;
    height: 80px;
    border-bottom: 1px solid #EBF1FF;
  }
  .timelyresults-table-fram .timelyresults-table-body .timelyresults-table-row-container .timelyresults-table-item:before {
    content: attr(data-mask);
    font-weight: bold;
    display: block;
    width: 100%;
    color: #004481;
  }
}
@media (max-width: 767.98px) {
  .timelyresults-table-fram .timelyresults-table-body .timelyresults-table-row-container .timelyresults-table-item {
    width: 33.3333333333% !important;
    height: 80px;
  }
}

.timelyresults-table-fram.double-group .timelyresults-table-header.double-group-header .timelyresults-table-header-item.double-group-header-item:nth-child(4) {
  width: 15%;
}
.timelyresults-table-fram.double-group .timelyresults-table-header.double-group-header .timelyresults-table-header-item.double-group-header-item:nth-child(5) {
  width: 17%;
}
.timelyresults-table-fram.double-group .timelyresults-table-header.double-group-header .timelyresults-table-header-item.double-group-header-item:nth-child(6) {
  width: 17%;
}
.timelyresults-table-fram.double-group .timelyresults-table-body.double-group-table-body .timelyresults-table-row-container.double-group-table-row .timelyresults-table-item.double-group-table-item:nth-child(4) {
  width: 15%;
}
.timelyresults-table-fram.double-group .timelyresults-table-body.double-group-table-body .timelyresults-table-row-container.double-group-table-row .timelyresults-table-item.double-group-table-item:nth-child(5) {
  width: 17%;
}
.timelyresults-table-fram.double-group .timelyresults-table-body.double-group-table-body .timelyresults-table-row-container.double-group-table-row .timelyresults-table-item.double-group-table-item:nth-child(6) {
  width: 17%;
}
@media (max-width: 991.98px) {
  .timelyresults-table-fram.double-group .timelyresults-table-header {
    display: none;
  }
  .timelyresults-table-fram.double-group .timelyresults-table-body.double-group-table-body .timelyresults-table-row-container.double-group-table-row .timelyresults-table-item.double-group-table-item {
    width: 33.3333333333% !important;
  }
  .timelyresults-table-fram.double-group .timelyresults-table-body.double-group-table-body .timelyresults-table-row-container.double-group-table-row .timelyresults-table-item.double-group-table-item:nth-child(4), .timelyresults-table-fram.double-group .timelyresults-table-body.double-group-table-body .timelyresults-table-row-container.double-group-table-row .timelyresults-table-item.double-group-table-item:nth-child(5), .timelyresults-table-fram.double-group .timelyresults-table-body.double-group-table-body .timelyresults-table-row-container.double-group-table-row .timelyresults-table-item.double-group-table-item:nth-child(6) {
    width: 33.3333333333% !important;
  }
  .timelyresults-table-fram.double-group .timelyresults-table-body.double-group-table-body .timelyresults-table-row-container.double-group-table-row .timelyresults-table-item.double-group-table-item:nth-child(7), .timelyresults-table-fram.double-group .timelyresults-table-body.double-group-table-body .timelyresults-table-row-container.double-group-table-row .timelyresults-table-item.double-group-table-item:nth-child(8), .timelyresults-table-fram.double-group .timelyresults-table-body.double-group-table-body .timelyresults-table-row-container.double-group-table-row .timelyresults-table-item.double-group-table-item:nth-child(9), .timelyresults-table-fram.double-group .timelyresults-table-body.double-group-table-body .timelyresults-table-row-container.double-group-table-row .timelyresults-table-item.double-group-table-item:nth-child(10) {
    width: 25% !important;
  }
}
@media (max-width: 767.98px) {
  .timelyresults-table-fram.double-group .timelyresults-table-header {
    display: none;
  }
  .timelyresults-table-fram.double-group .timelyresults-table-body.double-group-table-body .timelyresults-table-row-container.double-group-table-row .timelyresults-table-item.double-group-table-item {
    width: 33.3333333333% !important;
  }
  .timelyresults-table-fram.double-group .timelyresults-table-body.double-group-table-body .timelyresults-table-row-container.double-group-table-row .timelyresults-table-item.double-group-table-item:nth-child(4), .timelyresults-table-fram.double-group .timelyresults-table-body.double-group-table-body .timelyresults-table-row-container.double-group-table-row .timelyresults-table-item.double-group-table-item:nth-child(5) {
    width: 50% !important;
  }
  .timelyresults-table-fram.double-group .timelyresults-table-body.double-group-table-body .timelyresults-table-row-container.double-group-table-row .timelyresults-table-item.double-group-table-item:nth-child(6) {
    width: 100% !important;
  }
  .timelyresults-table-fram.double-group .timelyresults-table-body.double-group-table-body .timelyresults-table-row-container.double-group-table-row .timelyresults-table-item.double-group-table-item:nth-child(7), .timelyresults-table-fram.double-group .timelyresults-table-body.double-group-table-body .timelyresults-table-row-container.double-group-table-row .timelyresults-table-item.double-group-table-item:nth-child(8), .timelyresults-table-fram.double-group .timelyresults-table-body.double-group-table-body .timelyresults-table-row-container.double-group-table-row .timelyresults-table-item.double-group-table-item:nth-child(9), .timelyresults-table-fram.double-group .timelyresults-table-body.double-group-table-body .timelyresults-table-row-container.double-group-table-row .timelyresults-table-item.double-group-table-item:nth-child(10) {
    width: 25% !important;
  }
}

.timelyresults-table-fram.group-group .timelyresults-table-header.group-group-header .timelyresults-table-header-item.group-group-header-item:nth-child(4) {
  width: 15%;
}
.timelyresults-table-fram.group-group .timelyresults-table-header.group-group-header .timelyresults-table-header-item.group-group-header-item:nth-child(5) {
  width: 13%;
}
.timelyresults-table-fram.group-group .timelyresults-table-header.group-group-header .timelyresults-table-header-item.group-group-header-item:nth-child(6) {
  width: 12.5%;
}
.timelyresults-table-fram.group-group .timelyresults-table-body.group-group-table-body .timelyresults-table-item.group-group-table-item {
  word-wrap: break-word;
  word-break: break-all;
}
.timelyresults-table-fram.group-group .timelyresults-table-body.group-group-table-body .timelyresults-table-item.group-group-table-item:nth-child(4) {
  width: 15%;
}
.timelyresults-table-fram.group-group .timelyresults-table-body.group-group-table-body .timelyresults-table-item.group-group-table-item:nth-child(5) {
  width: 13%;
}
.timelyresults-table-fram.group-group .timelyresults-table-body.group-group-table-body .timelyresults-table-item.group-group-table-item:nth-child(6) {
  width: 12.5%;
}
@media (max-width: 991.98px) {
  .timelyresults-table-fram.group-group .timelyresults-table-header.group-group-header {
    display: none;
  }
  .timelyresults-table-fram.group-group .timelyresults-table-body.group-group-table-body .timelyresults-table-item.group-group-table-item {
    width: 33.3333333333% !important;
  }
  .timelyresults-table-fram.group-group .timelyresults-table-body.group-group-table-body .timelyresults-table-item.group-group-table-item:nth-child(4), .timelyresults-table-fram.group-group .timelyresults-table-body.group-group-table-body .timelyresults-table-item.group-group-table-item:nth-child(5), .timelyresults-table-fram.group-group .timelyresults-table-body.group-group-table-body .timelyresults-table-item.group-group-table-item:nth-child(6) {
    width: 100% !important;
  }
  .timelyresults-table-fram.group-group .timelyresults-table-body.group-group-table-body .timelyresults-table-item.group-group-table-item:nth-child(10), .timelyresults-table-fram.group-group .timelyresults-table-body.group-group-table-body .timelyresults-table-item.group-group-table-item:nth-child(11) {
    width: 50% !important;
  }
}

.timelyresults-table-fram.group-group .timelyresults-table-header.group-group-team-header .timelyresults-table-header-item.group-group-team-header-item:nth-child(4) {
  width: 15%;
}
.timelyresults-table-fram.group-group .timelyresults-table-header.group-group-team-header .timelyresults-table-header-item.group-group-team-header-item:nth-child(5) {
  width: 16%;
}
.timelyresults-table-fram.group-group .timelyresults-table-header.group-group-team-header .timelyresults-table-header-item.group-group-team-header-item:nth-child(6) {
  width: 18%;
}
.timelyresults-table-fram.group-group .timelyresults-table-body.group-group-team-table-body .timelyresults-table-item.group-group-team-table-item {
  word-wrap: break-word;
  word-break: break-all;
}
.timelyresults-table-fram.group-group .timelyresults-table-body.group-group-team-table-body .timelyresults-table-item.group-group-team-table-item:nth-child(4) {
  width: 15%;
}
.timelyresults-table-fram.group-group .timelyresults-table-body.group-group-team-table-body .timelyresults-table-item.group-group-team-table-item:nth-child(5) {
  width: 16%;
}
.timelyresults-table-fram.group-group .timelyresults-table-body.group-group-team-table-body .timelyresults-table-item.group-group-team-table-item:nth-child(6) {
  width: 18%;
}
@media (max-width: 991.98px) {
  .timelyresults-table-fram.group-group .timelyresults-table-header.group-group-team-header {
    display: none;
  }
  .timelyresults-table-fram.group-group .timelyresults-table-body.group-group-team-table-body .timelyresults-table-item.group-group-team-table-item {
    width: 33.3333333333% !important;
  }
  .timelyresults-table-fram.group-group .timelyresults-table-body.group-group-team-table-body .timelyresults-table-item.group-group-team-table-item:nth-child(4), .timelyresults-table-fram.group-group .timelyresults-table-body.group-group-team-table-body .timelyresults-table-item.group-group-team-table-item:nth-child(5), .timelyresults-table-fram.group-group .timelyresults-table-body.group-group-team-table-body .timelyresults-table-item.group-group-team-table-item:nth-child(6) {
    width: 100% !important;
  }
  .timelyresults-table-fram.group-group .timelyresults-table-body.group-group-team-table-body .timelyresults-table-item.group-group-team-table-item:nth-child(7), .timelyresults-table-fram.group-group .timelyresults-table-body.group-group-team-table-body .timelyresults-table-item.group-group-team-table-item:nth-child(8) {
    width: 50% !important;
  }
  .timelyresults-table-fram.group-group .timelyresults-table-body.group-group-team-table-body .timelyresults-table-item.group-group-team-table-item:nth-child(9), .timelyresults-table-fram.group-group .timelyresults-table-body.group-group-team-table-body .timelyresults-table-item.group-group-team-table-item:nth-child(10) {
    width: 50% !important;
  }
}

/* 紙張設定：A4 直向、零邊界 */
@page {
  size: A4 portrait;
  margin: 0;
}
/* 螢幕預覽可以有背景；列印時清除 */
body {
  margin: 0;
  padding: 0;
}

@media print {
  body {
    background: none !important;
    margin: 0;
    padding: 0;
  }
}
/* 一頁一張，不用浮動/定位 */
.print-fram {
  width: 210mm;
  height: 297mm;
  margin: 0 auto;
  page-break-after: always; /* 新語法可用 break-after: page; */
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  position: relative;
}

.select-size-font {
  position: absolute;
  left: 100px;
  top: 250px;
}
.select-size-font .form-control {
  width: 150px;
  font-size: 12px;
  background-image: url(../_img/layout/arrow.svg);
  background-position: 97% 50%;
  background-repeat: no-repeat;
  background-size: 8px;
}

.select-size-font-top {
  margin: 20px 0;
  color: #fff;
}
.select-size-font-top .form-control {
  width: 150px;
  font-size: 12px;
  background-image: url(../_img/layout/arrow.svg);
  background-position: 97% 50%;
  background-repeat: no-repeat;
  background-size: 8px;
}

.print-fram:last-of-type {
  page-break-after: auto;
}

/* 內容區：背景滿版、標楷體 */
.print-section {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-image: url(../_img/commendation/bg01.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "DFKai-SB", "BiauKai", serif;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  /* 如需垂直置中再開下面三行 */
}

/* 版面區塊（沿用你的設定） */
.commendation-box {
  padding-top: 340px;
  padding-left: 100px;
  min-height: calc(100% - 95px);
}
.commendation-box .code-text-row {
  margin-bottom: 10px;
}
.commendation-box .school-row,
.commendation-box .name-row,
.commendation-box .contest-row,
.commendation-box .groupranking-row,
.commendation-box .grades-list-row {
  width: 600px;
  padding-left: 50px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.commendation-box .grades-list-row {
  margin-top: 15px;
}
.commendation-box .grades-list-row .grades-item span {
  margin-right: 10px;
}
.commendation-box .grades-list-row .grades-item span:nth-last-child(1) {
  margin-right: 0;
}

.contest-date {
  height: 50px;
  font-size: 30px;
  text-align: center;
  letter-spacing: 10px;
}

/* 列印按鈕（螢幕可見、列印隱藏） */
.print-btn {
  background-color: #fff;
  width: 180px;
  height: 50px;
  margin: 50px auto 0;
  color: #004481;
  border: 0;
  border-radius: 99rem;
  text-align: center;
  display: block;
}

@media print {
  .print-section {
    background-image: none !important;
  }
  .print-btn,
  .select-size-font,
  .select-size-font-top {
    display: none !important;
  }
  .print-fram {
    position: relative;
    left: -10mm !important;
  }
}