@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=Barlow+Condensed: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: #1C3144;
}

::-moz-selection {
  background-color: #1C3144;
  color: #fff;
}

::selection {
  background-color: #1C3144;
  color: #fff;
}

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

body {
  line-height: 1.8;
  letter-spacing: 1px;
  position: relative;
}
@media (max-width: 991.98px) {
  body {
    line-height: 1.65;
    letter-spacing: 0.5px;
  }
}
@media (max-width: 575.98px) {
  body {
    line-height: 1.5;
    font-size: 0.95rem;
  }
}

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

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

.navbar-toggler {
  position: absolute;
  right: 10vw;
  border: 0;
}
.navbar-toggler::before, .navbar-toggler::after {
  border-color: #1C3144;
}
@media (max-width: 767.98px) {
  .navbar-toggler {
    right: 16vw;
  }
}

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

@media (max-width: 991.98px) {
  .navbar .navbar-brand {
    width: 200px;
  }
}
.navbar .navbar-nav .nav-item {
  margin: 0px 1rem;
  color: #1C3144;
}
@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;
}
.navbar .navbar-nav .nav-item .nav-link span {
  display: block;
  padding: 1.5rem 0;
}
.navbar .navbar-nav .nav-item:hover, .navbar .navbar-nav .nav-item.active {
  color: #D00000;
}
@media (max-width: 1199.98px) {
  .navbar .navbar-nav .nav-item {
    margin: 0px 0.2rem;
  }
}

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

.lang-list {
  position: relative;
  margin-left: 20px;
}
.lang-list .lang-title {
  padding: 1.5rem 0;
  cursor: pointer;
}
.lang-list .lang-item {
  width: 100px;
  padding: 10px;
  position: absolute;
  background-color: #fff;
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.lang-list .lang-item .lang-link {
  display: block;
  padding: 5px 0;
}
.lang-list .lang-item .lang-link.active, .lang-list .lang-item .lang-link:hover {
  color: #D00000;
}
.lang-list:hover .lang-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.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: #D00000;
  opacity: 1;
  outline: none;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #1C3144;
}

.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: #1C3144;
  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);
}

.fs-10 {
  font-size: 0.625rem;
}

.fsr-10 {
  font-size: 0.625rem;
}

.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-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-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-10 {
    font-size: 0.625rem;
  }
  .fsr-sm-10 {
    font-size: 0.625rem;
  }
  .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-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-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-10 {
    font-size: 0.625rem;
  }
  .fsr-md-10 {
    font-size: 0.625rem;
  }
  .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-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-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-10 {
    font-size: 0.625rem;
  }
  .fsr-lg-10 {
    font-size: 0.625rem;
  }
  .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-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-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-10 {
    font-size: 0.625rem;
  }
  .fsr-xl-10 {
    font-size: 0.625rem;
  }
  .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-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-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-10 {
    font-size: 0.625rem;
  }
  .fsr-xxl-10 {
    font-size: 0.625rem;
  }
  .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-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-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-weight: 600;
}

.en {
  font-family: "Barlow Condensed";
}

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

.m-btm-01 {
  width: 100%;
  font-weight: bold;
  text-align: center;
  background-color: #D00000;
  padding: 15px 0;
  color: #fff;
  border-radius: 99rem;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.m-btm-01::after {
  content: "";
  width: 8px;
  height: 14px;
  background-image: url(../_img/layout/chevron-right.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-btm-01:hover {
  background-color: #1C3144;
}

.search-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  height: 60px;
  border-radius: 99rem;
  border: 1px solid #1C3144;
  color: #1C3144;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search-btn:hover {
  background-color: #1C3144;
  color: #fff;
}

.all-btn {
  display: block;
  width: 270px;
  height: 50px;
  background-color: #1C3144;
  color: #fff;
  border-radius: 99rem;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.all-btn:hover {
  background-color: #D00000;
}
.all-btn.send {
  position: relative;
}
.all-btn.send::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../_img/index/paper-plane.svg);
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}

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

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

.m-button {
  background-color: #1C3144;
  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: #D00000;
}
.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: #1C3144;
  --bs-pagination-hover-color: #fff;
  --bs-pagination-disabled-bg: none;
}
.pages .pagination .page-item {
  margin-left: 0.5rem;
  margin-right: 0.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;
  font-weight: bold;
}
.pages .pagination .page-item.active .page-link, .pages .pagination .page-item:hover .page-link {
  background-color: #D00000;
}
.pages .pagination .page-link {
  width: 45px;
  height: 45px;
  border-radius: 99rem;
  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;
  font-weight: bold;
}

#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: #1C3144;
  color: #fff;
}
#right-float-box #back-to-top {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

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

.line-white {
  opacity: 1;
  margin: 20px 0;
}

.text-row {
  line-height: 30px;
}

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

@media (max-width: 991.98px) {
  footer .footer-logo-box img {
    margin: 0 auto;
  }
}
footer .footer-info-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .footer-info-list .footer-info-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;
  color: #454545;
  margin-bottom: 8px;
}
footer .footer-info-list .footer-info-item .icon {
  width: 25px;
  text-align: center;
}
footer .footer-info-list .footer-info-item a {
  width: calc(100% - 30px);
  margin-left: 5px;
  color: #454545;
}
@media (max-width: 991.98px) {
  footer .footer-info-list .footer-info-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  footer .footer-info-list .footer-info-item a {
    width: auto;
  }
}
footer .footer-navbar {
  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;
}
footer .footer-navbar .footer-navbar-list {
  width: 14.2857142857%;
}
footer .footer-navbar .footer-navbar-list .title {
  color: #1C3144;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
footer .footer-navbar .footer-navbar-list .title::before {
  content: "";
  width: 30px;
  height: 3px;
  background-color: #1C3144;
  position: absolute;
  left: 0;
  bottom: 0;
}
footer .footer-navbar .footer-navbar-list .footer-navber-item {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .footer-navbar .footer-navbar-list .footer-navber-item .footer-navber-link {
  margin-bottom: 6px;
}
footer .footer-navbar .footer-navbar-list .footer-navber-item .footer-navber-link a {
  color: #454545;
}
footer .footer-navbar .footer-navbar-list .footer-navber-item .footer-navber-link a:hover {
  color: #1C3144;
}
@media (max-width: 1199.98px) {
  footer .footer-navbar .footer-navbar-list {
    width: 20%;
    margin-bottom: 40px;
  }
}
footer .bg-line {
  width: 100%;
  height: 1px;
  background-color: #454545;
  margin: 30px 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: #1C3144;
  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: #1C3144;
  position: absolute;
  left: -1rem;
  top: 0;
}
.mega-menu [class*=container] ul.product-mega-menu > li ul a {
  display: block;
  color: #454545;
}
.mega-menu [class*=container] ul.product-mega-menu > li ul a:hover {
  color: #1C3144;
  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: #1C3144;
}
.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: #1C3144;
  color: #fff;
}

#banner-page.inner-banner {
  position: relative;
  z-index: 1;
}
#banner-page.inner-banner img {
  width: 100%;
}
#banner-page.inner-banner .banner-title-row {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
#banner-page.inner-banner .banner-title-row .banner-title {
  padding-left: 50px;
  position: relative;
}
#banner-page.inner-banner .banner-title-row .banner-title::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 99rem;
  background-color: #D00000;
  position: absolute;
  left: 20px;
  top: 25px;
}
#banner-page.inner-banner .banner-title-row .banner-title .en {
  color: #000;
}
@media (max-width: 991.98px) {
  #banner-page.inner-banner .banner-title-row {
    top: 30%;
  }
}
@media (max-width: 767.98px) {
  #banner-page.inner-banner {
    padding-bottom: 10px;
  }
  #banner-page.inner-banner .banner-title-row {
    position: relative;
    top: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #banner-page.inner-banner .banner-title-row .banner-title {
    padding-left: 20px;
  }
  #banner-page.inner-banner .banner-title-row .banner-title::before {
    left: 0;
    top: 15px;
  }
}

#banner {
  position: relative;
  z-index: 2;
}
#banner .banner-slider {
  width: 85vw;
  margin: 0 0 0 auto;
  border-radius: 50px 0px 0px 50px;
}
#banner .banner-title-box {
  width: 100%;
  position: absolute;
  left: 8vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  color: #000;
  pointer-events: none;
}
#banner .banner-title-box span {
  color: #D00000;
}

#index-section-01.point-bg-01 {
  position: relative;
  z-index: 3;
}
#index-section-01.point-bg-01::before {
  content: "";
  width: 190px;
  height: 175px;
  background-image: url(../_img/index/point.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  position: absolute;
  left: -20px;
  top: 180px;
  z-index: -1;
}
#index-section-01 .swiper-btn-fram {
  position: absolute;
  right: 0;
  top: -80px;
  z-index: 3;
}
#index-section-01 .swiper-btn {
  width: 300px;
  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;
  position: relative;
}
#index-section-01 .swiper-btn .jobs-prev,
#index-section-01 .swiper-btn .jobs-next {
  width: 60px;
  height: 60px;
  border: 1px solid #1C3144;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#index-section-01 .swiper-btn .jobs-swiper-pagination {
  bottom: -10px;
}
#index-section-01 .jobs-slider {
  padding: 20px 5px;
}
#index-section-01 .jobs-slider .swiper-slide {
  width: 40%;
}
@media (max-width: 991.98px) {
  #index-section-01 .swiper-btn-fram {
    top: -40px;
  }
  #index-section-01 .swiper-btn {
    width: 250px;
  }
}
@media (max-width: 767.98px) {
  #index-section-01 .swiper-btn-fram {
    position: relative;
    top: 0;
    margin-top: 40px;
  }
  #index-section-01 .swiper-btn {
    width: 100%;
  }
  #index-section-01 .jobs-slider .swiper-slide {
    width: 100%;
  }
}

.index-about-box {
  background-image: url(../_img/index/about-bg.svg);
  background-position: 100% 90%;
  background-repeat: no-repeat;
  background-size: auto;
}
.index-about-box .about-img-box .img-row {
  border-radius: 50px;
  overflow: hidden;
}
@media (min-width: 1441px) {
  .index-about-box {
    background-position: 100% 100%;
    background-size: 40%;
  }
}
@media (max-width: 1199.98px) {
  .index-about-box {
    background-position: 100% 100%;
  }
}
@media (max-width: 991.98px) {
  .index-about-box {
    background-size: 80%;
    background-position: 100% 120%;
  }
}
@media (max-width: 767.98px) {
  .index-about-box {
    background-image: none;
  }
}

.index-internship-box {
  background-image: url(../_img/index/point-2.svg);
  background-position: 100% 0%;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
  z-index: 3;
}
.index-internship-box::before {
  content: "";
  width: 50vw;
  height: 50vh;
  background-color: #EEEEEE;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.choose-item {
  padding: 20px 40px;
}

.index-testimonials-box {
  background-attachment: fixed;
  background-image: url(../_img/index/testimonials-bg.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.index-testimonials-box .testimonials-swiper-box .editor-row {
  line-height: 30px;
}
.index-testimonials-box .testimonials-swiper-box .img-row {
  position: relative;
  z-index: 2;
  width: 98%;
}
.index-testimonials-box .testimonials-swiper-box .img-row::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.index-testimonials-box .testimonials-prev {
  width: 60px;
  height: 60px;
  top: auto;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index-testimonials-box .testimonials-prev:hover {
  background-color: #D00000;
}
.index-testimonials-box .testimonials-next {
  width: 60px;
  height: 60px;
  top: auto;
  right: auto;
  left: 100px;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index-testimonials-box .testimonials-next:hover {
  background-color: #D00000;
}
@media (max-width: 991.98px) {
  .index-testimonials-box {
    background-attachment: initial;
  }
}

.index-faq-box {
  background-image: url(../_img/index//point-3.svg);
  background-position: 90% 0%;
  background-repeat: no-repeat;
}

.index-contact-box {
  background-attachment: fixed;
  background-image: url(../_img/index/contact-bg.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0;
}
@media (max-width: 991.98px) {
  .index-contact-box {
    background-attachment: initial;
  }
}

.about-section-01 {
  position: relative;
  z-index: 998;
  margin-top: -120px;
  background-image: url(../_img/index/point-2.svg);
  background-position: 103% 45%;
  background-repeat: no-repeat;
  background-size: auto;
}
.about-section-01 .about-top-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 50px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 100px;
}
.about-section-01 .about-top-item .about-left {
  width: 16%;
  position: relative;
}
.about-section-01 .about-top-item .about-left::after {
  content: "";
  width: 80px;
  height: 1px;
  background-color: #D00000;
  position: absolute;
  right: 20px;
  top: 12px;
}
.about-section-01 .about-top-item .about-right {
  width: 84%;
}
.about-section-01 .about-content-item .about-round-item {
  width: 380px;
  height: 380px;
  background-color: #1C3144;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 99rem;
  position: relative;
  margin: 0 auto;
}
.about-section-01 .about-content-item .about-round-item::before {
  content: "";
  width: 408px;
  height: 408px;
  border-radius: 99rem;
  border: 5px solid #1C3144;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}
.about-section-01 .about-content-item .about-right-text-row {
  padding: 0px 10px;
}
.about-section-01 .about-content-item .about-right-text-row .title-row {
  position: relative;
  padding-left: 40px;
}
.about-section-01 .about-content-item .about-right-text-row .title-row::before {
  content: "";
  width: 23px;
  height: 19px;
  background-image: url(../_img/about/icon.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.about-section-01 .about-content-item .about-right-text-row .text-row {
  padding-left: 40px;
}
@media (max-width: 1199.98px) {
  .about-section-01 .about-top-item .about-left::after {
    width: 50px;
  }
}
@media (max-width: 991.98px) {
  .about-section-01 .about-top-item .about-left::after {
    width: 10px;
  }
}
@media (max-width: 767.98px) {
  .about-section-01 {
    margin-top: 0;
    padding: 0 10px;
  }
  .about-section-01 .about-top-item {
    padding: 20px;
    margin-bottom: 50px;
  }
  .about-section-01 .about-top-item .about-left {
    width: 100%;
  }
  .about-section-01 .about-top-item .about-left::after {
    width: 30px;
    right: auto;
    left: 60px;
    top: 10px;
  }
  .about-section-01 .about-top-item .about-right {
    width: 100%;
  }
  .about-section-01 .about-content-item .about-round-item {
    width: 280px;
    height: 280px;
  }
  .about-section-01 .about-content-item .about-round-item::before {
    width: 300px;
    height: 300px;
  }
}

.about-section-02 .features-list .features-item {
  height: 550px;
  border-radius: 20px;
  border: 1px solid #C3C3C3;
  padding: 40px;
}
.about-section-02 .features-list .features-item .features-icon {
  width: 170px;
  height: 170px;
  margin: 0 auto;
  margin-bottom: 50px;
  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;
}
.about-section-02 .features-list .features-item .features-icon img {
  width: 100%;
}
@media (max-width: 1199.98px) {
  .about-section-02 .features-list .features-item {
    height: 650px;
  }
}
@media (max-width: 991.98px) {
  .about-section-02 .features-list .features-item {
    height: 480px;
  }
}
@media (max-width: 767.98px) {
  .about-section-02 .features-list .features-item {
    height: auto;
  }
}

.about-section-03 {
  background-image: url(../_img/index/point-2.svg);
  background-position: -2% 27%;
  background-repeat: no-repeat;
  background-size: auto;
}
.about-section-03 .service-list .service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
.about-section-03 .service-list .service-item .icon {
  width: 100px;
  height: 102px;
  background-image: url(../_img/about/icon-2.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 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;
}
.about-section-03 .service-list .service-item .service-text-box {
  width: calc(100% - 120px);
  margin-left: 20px;
  margin-top: 40px;
  padding-right: 20px;
}
.about-section-03 .achievements-item {
  border: 1px solid #C3C3C3;
  border-radius: 20px;
  padding: 50px 15px;
}
@media (max-width: 767.98px) {
  .about-section-03 {
    background-image: none;
  }
}

.about-section-04 {
  background-color: #EEEEEE;
  background-image: url(../_img/index/point-2.svg);
  background-position: 106% 0%;
  background-repeat: no-repeat;
  background-size: auto;
}
.about-section-04 .step-list {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about-section-04 .step-list .step-item {
  width: calc(20% - 20px);
}
.about-section-04 .step-list .step-item .step-top {
  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: 20px;
}
.about-section-04 .step-list .step-item .step-top .icon-box {
  width: 103px;
  height: 113px;
  background-image: url(../_img/about/s-bg01.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  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;
  letter-spacing: 1px;
}
.about-section-04 .step-list .step-item .step-top .title-row {
  width: calc(100% - 113px);
  margin-left: 10px;
  margin-top: 10px;
}
.about-section-04 .step-list .step-item .step-content .icon-box {
  width: 52px;
  height: 52px;
  margin: 0 auto;
  background-color: #FFD700;
  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;
  position: relative;
  z-index: 3;
}
.about-section-04 .step-list .step-item .step-content .mm-box {
  text-align: center;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}
.about-section-04 .step-list .step-item .step-content .mm-box span {
  border-radius: 5px;
  border: 3px solid #FFD700;
  padding: 5px 15px;
}
.about-section-04 .step-list .step-item .step-bottom {
  padding: 10px 20px;
  text-align: center;
}
.about-section-04 .step-list .step-item:nth-child(even) .step-top .icon-box {
  background-image: url(../_img/about/s-bg02.svg);
}
@media (max-width: 1199.98px) {
  .about-section-04 .step-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about-section-04 .step-list .step-item {
    width: calc(33.3333333333% - 20px);
    margin-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .about-section-04 .step-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about-section-04 .step-list .step-item {
    width: calc(50% - 20px);
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .about-section-04 {
    background-image: none;
  }
  .about-section-04 .step-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about-section-04 .step-list .step-item {
    width: calc(100% - 20px);
    margin-bottom: 20px;
  }
}

.jobs-item {
  display: block;
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 16px rgba(69, 69, 69, 0.25);
          box-shadow: 0px 0px 16px rgba(69, 69, 69, 0.25);
}
.jobs-item .jobs-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;
  margin-bottom: 25px;
}
.jobs-item .jobs-header .jobs-place-box {
  width: 120px;
  height: 120px;
  font-weight: bold;
  background-color: #1C3144;
  border-radius: 99rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.jobs-item .jobs-header .jobs-title {
  width: calc(100% - 140px);
  margin-left: 20px;
}
.jobs-item .jobs-container .jobs-info-list .jobs-info-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 #C3C3C3;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.jobs-item .jobs-container .jobs-info-list .jobs-info-item .title-row {
  width: 120px;
  color: #D00000;
  font-weight: bold;
}
.jobs-item .jobs-container .jobs-info-list .jobs-info-item .text-row {
  width: calc(100% - 120px);
}
.jobs-item .jobs-container .jobs-info-list .jobs-info-item:nth-last-child(1) {
  margin-bottom: 0;
}
.jobs-item .jobs-tab-list {
  margin: 20px 0;
  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;
}
.jobs-item .jobs-tab-list .jobs-tab-item {
  color: #454545;
  border: 1px solid #454545;
  background-color: transparent;
  padding: 5px 30px;
  text-align: center;
  margin-right: 10px;
  border-radius: 99rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.jobs-item .jobs-tab-list .jobs-tab-item:hover {
  background-color: #1C3144;
  color: #fff;
}
@media (max-width: 991.98px) {
  .jobs-item .jobs-tab-list .jobs-tab-item {
    padding: 5px 10px;
  }
}

.jobs-section-01 {
  position: relative;
  z-index: 998;
  margin-top: -120px;
}
.jobs-section-01 .search-fram {
  margin: 10px 30px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 80px;
  padding: 50px;
}
.jobs-section-01 .search-fram .search-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;
}
.jobs-section-01 .search-fram .search-box .form-group .title-row {
  width: 65px;
  text-align: right;
  font-weight: bold;
  color: #000;
}
.jobs-section-01 .search-fram .search-box .form-group .form-control {
  width: calc(100% - 100px);
  margin-left: 15px;
  margin-right: 20px;
}
.jobs-section-01 .search-fram .search-box .form-group .price-group {
  position: relative;
  width: calc(100% - 65px);
}
.jobs-section-01 .search-fram .search-box .form-group .price-group::before {
  content: "~";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.jobs-section-01 .search-fram .search-box .form-group .price-group .price-input {
  width: calc(50% - 45px);
}
@media (max-width: 991.98px) {
  .jobs-section-01 {
    margin-top: 0;
  }
  .jobs-section-01 .search-fram {
    padding: 20px;
  }
}

.jobs-section-page .jobs-page-fram {
  position: relative;
  z-index: 2;
}
.jobs-section-page .jobs-page-fram .jobs-page-header .jobs-page-icon-box {
  width: 120px;
  height: 120px;
  border-radius: 99rem;
  background-color: #1C3144;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.jobs-section-page .jobs-page-fram .jobs-page-header .jobs-page-title-row {
  width: calc(100% - 550px);
  margin-left: 30px;
}
.jobs-section-page .jobs-page-fram .jobs-page-img-row {
  width: 500px;
  position: absolute;
  z-index: 3;
  right: 0px;
  top: -30px;
}
.jobs-section-page .jobs-page-fram .jobs-page-img-row .img-row {
  position: relative;
  z-index: 3;
}
.jobs-section-page .jobs-page-fram .jobs-page-img-row .img-row::before {
  content: "";
  width: 190px;
  height: 175px;
  background-image: url(../_img/index/point-3.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  right: -90px;
  bottom: -80px;
  -webkit-transform: rotate(48deg);
          transform: rotate(48deg);
}
.jobs-section-page .jobs-page-fram .jobs-page-img-row .img-row .pic {
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.jobs-section-page .jobs-page-fram .jobs-page-contant {
  position: relative;
  z-index: 2;
  width: 85%;
  background-color: #EEEEEE;
  padding: 30px;
  border-radius: 10px;
}
.jobs-section-page .jobs-page-fram .jobs-page-contant .jobs-page-item {
  width: 23vw;
  margin-bottom: 20px;
  color: #000;
}
@media (max-width: 1199.98px) {
  .jobs-section-page .jobs-page-fram .jobs-page-img-row {
    width: 400px;
  }
  .jobs-section-page .jobs-page-fram .jobs-page-contant .jobs-page-item {
    width: 50vw;
  }
}
@media (max-width: 991.98px) {
  .jobs-section-page .jobs-page-fram .jobs-page-header .jobs-page-title-row {
    width: calc(100% - 460px);
  }
  .jobs-section-page .jobs-page-fram .jobs-page-img-row {
    width: 300px;
    top: 50px;
  }
  .jobs-section-page .jobs-page-fram .jobs-page-contant .jobs-page-item {
    width: 50vw;
  }
}
@media (max-width: 767.98px) {
  .jobs-section-page .jobs-page-fram .jobs-page-header .jobs-page-title-row {
    width: calc(100% - 180px);
  }
  .jobs-section-page .jobs-page-fram .jobs-page-header .jobs-time-box {
    text-align: center;
  }
  .jobs-section-page .jobs-page-fram .jobs-page-img-row {
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
    margin-bottom: 20px;
  }
  .jobs-section-page .jobs-page-fram .jobs-page-contant {
    width: 100%;
  }
  .jobs-section-page .jobs-page-fram .jobs-page-contant .jobs-page-item {
    width: 100%;
  }
}

.jobs-apply-section-01 .editor-box {
  border-radius: 20px;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
}
.jobs-apply-section-01 .apply-now-box {
  background-color: #EEEEEE;
  border-radius: 10px;
  padding: 50px 0;
}
.jobs-apply-section-01 .apply-now-box .form-control {
  height: 45px;
}
.jobs-apply-section-01 .apply-now-box .member-login-input {
  height: 45px;
  background-color: #C3C3C3;
}
.jobs-apply-section-01 .apply-now-box .upload-btn {
  width: 100%;
  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;
  height: 45px;
  border-radius: 5px;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #454545;
  color: #fff;
}
.jobs-apply-section-01 .apply-now-box .upload-btn:hover {
  background-color: #D00000;
}
@media (max-width: 991.98px) {
  .jobs-apply-section-01 .form-group {
    margin: 0px 20px;
  }
}

.internship-item {
  display: block;
  position: relative;
}
.internship-item .top-icon {
  width: 101px;
  height: 109px;
  background-image: url(../_img/index/icon-top.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto;
  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;
  position: relative;
  z-index: 3;
}
.internship-item .internship-img-row {
  border-radius: 20px;
  border: 1px solid #C3C3C3;
  padding: 70px 15px;
  background-color: #fff;
  position: relative;
  z-index: 2;
  margin-top: -30px;
}
.internship-item .title-row {
  margin: 0px 24px;
  padding: 11px 22px;
  background-color: #C3C3C3;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 4px #a4b6db;
          box-shadow: 0px 4px 4px #a4b6db;
  position: relative;
  z-index: 3;
  margin-top: -30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.internship-item:hover .title-row {
  background-color: #D00000;
  color: #fff;
  margin-top: -40px;
}

.partners-section-page .left-navber-box .left-navber-list .left-navber-link {
  display: block;
  padding-left: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #1C3144;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #454545;
}
.partners-section-page .left-navber-box .left-navber-list .left-navber-link::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #D00000;
  border-radius: 99rem;
  position: absolute;
  left: 2px;
  top: 10px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.partners-section-page .left-navber-box .left-navber-list .left-navber-link.active, .partners-section-page .left-navber-box .left-navber-list .left-navber-link:hover {
  font-weight: bold;
  color: #1C3144;
}
.partners-section-page .left-navber-box .left-navber-list .left-navber-link.active::before, .partners-section-page .left-navber-box .left-navber-list .left-navber-link:hover::before {
  opacity: 1;
}

.news-pick-up-section {
  position: relative;
  z-index: 998;
  margin-top: -100px;
  margin-bottom: 80px;
}
.news-pick-up-section .news-pick-up-box {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 30px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news-pick-up-section .news-pick-up-box .left-box {
  width: 40%;
}
.news-pick-up-section .news-pick-up-box .left-box .small-title {
  position: relative;
}
.news-pick-up-section .news-pick-up-box .left-box .small-title::after {
  content: "";
  width: 80px;
  height: 1px;
  background-color: #D00000;
  position: absolute;
  top: 50%;
  left: 70px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.news-pick-up-section .news-pick-up-box .left-box .news-sort-box {
  margin-bottom: 20px;
}
.news-pick-up-section .news-pick-up-box .left-box .news-sort-box span {
  border: 1px solid #454545;
  padding: 5px 15px;
}
.news-pick-up-section .news-pick-up-box .left-box .news-up-item {
  display: block;
}
.news-pick-up-section .news-pick-up-box .left-box .news-up-item .title {
  color: #000;
  margin-bottom: 20px;
  line-height: 35px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-pick-up-section .news-pick-up-box .left-box .news-up-item:hover .title {
  color: #D00000;
}
.news-pick-up-section .news-pick-up-box .news-img-row {
  width: calc(60% - 50px);
  margin-left: 50px;
  position: relative;
  margin-top: -150px;
}
.news-pick-up-section .news-pick-up-box .news-img-row .pic img {
  border: 3px solid #fff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1199.98px) {
  .news-pick-up-section .news-pick-up-box .news-img-row {
    margin-top: -50px;
  }
}
@media (max-width: 991.98px) {
  .news-pick-up-section {
    margin-top: -100px;
    margin-bottom: 20px;
  }
  .news-pick-up-section .news-pick-up-box .left-box {
    width: 100%;
    margin-bottom: 30px;
  }
  .news-pick-up-section .news-pick-up-box .news-img-row {
    width: 100%;
    margin-left: 0;
    margin-top: 0px;
  }
}
@media (max-width: 767.98px) {
  .news-pick-up-section {
    margin-top: 20px;
  }
}

.news-item {
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-item::after {
  content: "";
  width: 0%;
  height: 1px;
  background-color: #D00000;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-item .sort-date-box {
  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;
  padding: 10px 0;
  color: #454545;
}
.news-item .sort-date-box .sort-box {
  border: 1px solid #454545;
  padding: 3px 10px;
}
.news-item .news-title-row {
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-item:hover {
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}
.news-item:hover::after {
  width: 100%;
}

.news-page-up-text-box {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  padding: 30px 30px 50px;
  border-radius: 20px;
  margin-top: -150px;
  position: relative;
  z-index: 998;
}
.news-page-up-text-box .page-sort {
  border: 1px solid #454545;
  padding: 5px 10px;
}
@media (max-width: 767.98px) {
  .news-page-up-text-box {
    margin-top: 0px;
  }
}

.faq-list .faq-item {
  margin-bottom: 20px;
}
.faq-list .faq-item .faq-title-row {
  background-color: #EEEEEE;
  padding: 10px 20px;
  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;
  position: relative;
  cursor: pointer;
}
.faq-list .faq-item .faq-title-row::after {
  content: "+";
  width: 40px;
  height: 40px;
  text-align: center;
  color: #1C3144;
  font-size: 1.6rem;
  font-weight: bold;
  position: absolute;
  right: 15px;
  top: 15px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq-list .faq-item .faq-title-row .q-icon {
  width: 51px;
}
.faq-list .faq-item .faq-title-row .title {
  width: calc(100% - 70px);
  color: #1C3144;
}
.faq-list .faq-item .faq-title-row.show::after {
  content: "-";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.faq-list .faq-item .faq-text-row {
  margin: 20px 40px 20px 80px;
  display: none;
}
@media (max-width: 767.98px) {
  .faq-list .faq-item .faq-text-row {
    margin: 20px;
  }
}

.faq-section-page .faq-srot-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;
}
.faq-section-page .faq-srot-list .faq-srot-item {
  color: #454545;
  border: 1px solid #454545;
  padding: 5px 10px;
  margin: 0px 10px 10px;
}
.faq-section-page .faq-srot-list .faq-srot-item:hover {
  border: 1px solid #D00000;
  color: #D00000;
}

.faq-page-box {
  padding: 40px 30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  margin-bottom: 50px;
}
.faq-page-box .title-row {
  padding-left: 40px;
  position: relative;
}
.faq-page-box .title-row::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #D00000;
  border-radius: 99rem;
  position: absolute;
  left: 15px;
  top: 13px;
  z-index: 1;
}

.stories-item {
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.stories-item::after {
  content: "";
  width: 0%;
  height: 1px;
  background-color: #D00000;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.stories-item .sort-box {
  margin: 20px 10px;
  color: #454545;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.stories-item .sort-box .sort-row {
  border: 1px solid #454545;
  padding: 5px 10px;
  margin-left: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.stories-item .stories-title-row {
  color: #454545;
  margin: 5px 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.stories-item .add-row {
  color: #454545;
  margin: 5px 15px 0px;
  padding-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.stories-item:hover {
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}
.stories-item:hover::after {
  width: 100%;
}
.stories-item:hover .sort-box {
  color: #D00000;
}
.stories-item:hover .sort-box .sort-row {
  border-color: #D00000;
}
.stories-item:hover .stories-title-row {
  color: #D00000;
}
.stories-item:hover .add-row {
  color: #D00000;
}

.sort-page-box {
  margin-bottom: 20px;
}
.sort-page-box span {
  border: 1px solid #454545;
  color: #454545;
  padding: 5px 20px;
}

.stories-line {
  border-top: 2px solid #D00000;
  opacity: 1;
}

.stories-contact-page-box {
  margin: 50px 0;
}
.stories-contact-page-box .stories-contact-item {
  margin-bottom: 50px;
  position: relative;
}
.stories-contact-page-box .stories-contact-item .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.stories-contact-page-box .stories-contact-item:nth-child(even) .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.stories-contact-page-box .stories-contact-item .stories-prev {
  width: 40px;
  height: 40px;
  border: 1px solid #1C3144;
  -webkit-box-shadow: none;
          box-shadow: none;
  left: 70%;
  margin-top: 5px;
}
.stories-contact-page-box .stories-contact-item .stories-next {
  width: 40px;
  height: 40px;
  border: 1px solid #1C3144;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: 5px;
}
@media (max-width: 1199.98px) {
  .stories-contact-page-box .stories-contact-item .stories-prev {
    left: 65%;
  }
}
@media (max-width: 991.98px) {
  .stories-contact-page-box .stories-contact-item .stories-prev {
    left: 85%;
  }
}
@media (max-width: 767.98px) {
  .stories-contact-page-box .stories-contact-item .stories-prev {
    left: 0%;
  }
}

.stories-recap-box {
  background-color: #EEEEEE;
  border-radius: 10px;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
}
.stories-recap-box .recap-title {
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
.stories-recap-box .recap-title::before {
  content: "";
  width: 8px;
  height: 40px;
  background-color: #D00000;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contact-info-box .contact-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;
  margin-bottom: 15px;
  color: #1C3144;
}
.contact-info-box .contact-item .icon-row {
  width: 70px;
  height: 70px;
  border-radius: 99rem;
  border: 2px solid #1C3144;
  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;
}
.contact-info-box .contact-item .text-row {
  width: calc(100% - 80px);
  margin-left: 10px;
}

.contact-info-fram-box {
  padding: 50px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}
.contact-info-fram-box .form-group .form-control::-webkit-input-placeholder {
  color: #C3C3C3;
}
.contact-info-fram-box .form-group .form-control::-moz-placeholder {
  color: #C3C3C3;
}
.contact-info-fram-box .form-group .form-control:-ms-input-placeholder {
  color: #C3C3C3;
}
.contact-info-fram-box .form-group .form-control::-ms-input-placeholder {
  color: #C3C3C3;
}
.contact-info-fram-box .form-group .form-control::placeholder {
  color: #C3C3C3;
}