@charset "UTF-8";
@font-face {
  font-family: "InterStatic";
  font-style: normal;
  font-weight: 800;
  src: url("/wp-content/themes/IFNTThemes/fonts/InterDisplay-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "InterStatic";
  font-style: normal;
  font-weight: 900;
  src: url("/wp-content/themes/IFNTThemes/fonts/InterDisplay-Black.woff2") format("woff2");
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

input,
textarea,
select,
button {
  outline: none;
}

a {
  cursor: pointer;
  display: block;
  text-decoration: none !important;
  color: #686778;
}

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

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

p,
h1,
h4,
h2,
h3 {
  margin: 0;
  line-height: 1.6;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

body {
  overflow-x: hidden !important;
}

button {
  border: 0;
  background-color: transparent;
}
button:focus {
  box-shadow: none !important;
}
button:hover {
  opacity: 0.9;
}

a,
a.nav-link {
  transition: all 0.15s linear;
}
a:hover,
a.nav-link:hover {
  opacity: 0.9;
}

/* PC Alway  */
/* PC BIG  */
/* PC BIG Lower */
/* PC BIG 16 */
/* PC fit */
/* PC custom fit sub */
/* PC fit-sub */
/* PC fit lower */
/* PC fit lower */
/* PC fit small */
/* PC HD */
/* PC Change */
/* PC LOWER  min-1023px */
/* Mobile & tablet */
/* Tablet */
/* Min Mobile */
/* Mobile */
/* Phone Small */
html {
  font-size: 16px;
  scroll-behavior: smooth !important;
}

html,
body {
  position: relative;
}

body {
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 1.4;
  min-height: 100vh;
  color: #686778;
  --widthDefault: 1240px;
}
@media only screen and (max-width: 1366px) {
  body {
    font-size: 16px;
  }
}
@media only screen and (max-width: 63.9375em) {
  body {
    font-size: 16px;
  }
  body .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  body {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1650px) {
  body .container-xl {
    max-width: 1324px;
  }
}
@media only screen and (max-width: 63.9375em) {
  body .container-xl {
    max-width: 100%;
  }
  body .container-xl .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (min-width: 1650px) {
  body .container-lg {
    max-width: 1194px;
  }
}
@media only screen and (max-width: 63.9375em) {
  body .container-lg {
    max-width: 100%;
  }
  body .container-lg .hide-on-bothTM {
    display: none !important;
  }
}
body .container {
  max-width: var(--widthDefault);
  padding: 0 16px;
}

@keyframes fadeModal {
  0% {
    transform: translateX(110%);
  }
  50% {
    transform: translateX(-6%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes fadeShow {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadeShowShort {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadeHide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeShowReference {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeHover {
  0% {
    font-size: 24px;
    font-weight: 500;
  }
  50% {
    font-size: 28px;
    font-weight: 800;
  }
  100% {
    font-weight: 900;
    font-size: 27px;
  }
}
@keyframes fadeHideZoom {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    transform: scale(1.4);
    opacity: 0;
  }
}
@keyframes spinner {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-one {
  0% {
    transform: rotateX(40deg) rotateY(-50deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(40deg) rotateY(-50deg) rotateZ(360deg);
  }
}
@keyframes rotate-two {
  0% {
    transform: rotateX(55deg) rotateY(15deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(55deg) rotateY(15deg) rotateZ(360deg);
  }
}
@keyframes rotate-three {
  0% {
    transform: rotateX(40deg) rotateY(60deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(40deg) rotateY(60deg) rotateZ(360deg);
  }
}
/* Track */
/* Handle */
/* Handle on hover */
.general-title {
  position: relative;
  width: fit-content;
  margin-top: 62px;
}
@media only screen and (max-width: 63.9375em) {
  .general-title {
    margin-top: 40px;
  }
  .general-title .hide-on-bothTM {
    display: none !important;
  }
}
.general-title__content {
  position: relative;
  z-index: 1;
  font-weight: 800;
  font-size: 45px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1283px) {
  .general-title__content {
    font-size: 38px;
  }
  .general-title__content .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .general-title__content {
    font-size: 28px;
  }
  .general-title__content .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .general-title__content {
    font-size: 24px;
  }
}
.general-title__shadow {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  font-family: "InterStatic", sans-serif;
  font-weight: 900;
  font-size: 115px;
  text-align: center;
  white-space: nowrap;
  user-select: none;
  -webkit-text-stroke-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-fill-color: #fff;
  background-clip: text;
  background-image: linear-gradient(180deg, rgba(60, 56, 139, 0.15) 0%, rgba(60, 56, 139, 0) 100%);
}
@media only screen and (max-width: 1283px) {
  .general-title__shadow {
    font-size: 90px;
    bottom: -20px;
  }
  .general-title__shadow .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .general-title__shadow {
    font-size: 70px;
    bottom: -18px;
  }
  .general-title__shadow .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .general-title__shadow {
    font-size: 55px;
    bottom: -15px;
  }
}
.general-btn {
  width: fit-content;
  font-weight: 500;
  color: #dc3d32;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border-radius: 2px;
  border: 1px solid #dc3d32;
  transition: all 0.2s linear;
}
@media only screen and (max-width: 46.1875em) {
  .general-btn {
    padding: 8px 15px;
  }
}
.general-btn:hover {
  color: #dc3d32;
  transform: scale3d(1.05, 1.05, 1);
}
.general-btn img {
  margin-left: 15px;
}
@media only screen and (max-width: 46.1875em) {
  .general-btn img {
    margin-left: 10px;
  }
}
.general-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.general-pagination {
  padding: 50px 0 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 63.9375em) {
  .general-pagination {
    padding: 40px 0 0;
  }
  .general-pagination .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .general-pagination {
    padding: 30px 0 0;
  }
}
.general-pagination__item {
  width: 32px;
  height: 32px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  color: #353535;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #E2E0FF;
}
.general-pagination__item.prev, .general-pagination__item.next {
  width: fit-content;
  font-weight: 500;
  padding: 0 10px;
  border: none;
}
.general-pagination__item.prev.disabled, .general-pagination__item.next.disabled {
  color: #a3a2bd;
  cursor: none;
  pointer-events: none;
}
.general-pagination__item.active {
  font-weight: 700;
  color: #fff;
  background-color: #2e2987;
  border-color: #2e2987;
}
.general-pagination__item.active:hover {
  color: #fff;
}
.general-pagination__item:hover {
  color: #353535;
  border-color: #2e2987;
}
.general-pagination__item + .general-pagination__item {
  margin-left: 5px;
}

.offcanvas {
  transition: transform 0.3s ease-in-out !important;
}

.fade {
  transition: opacity 0.15s linear;
}

.modal {
  z-index: 1077;
}
.modal-header {
  border-bottom: 0;
}

.offcanvas {
  z-index: 1056;
}
.offcanvas-backdrop {
  z-index: 1055;
}
.offcanvas-backdrop.show {
  opacity: 0.4;
}

.optgroup .option {
  padding-left: 16px;
}

.ts-dropdown .optgroup-header {
  color: #a5a5a5;
  font-weight: 600;
}

.fancybox__container {
  z-index: 1055;
}
.fancybox__container .fancybox__content {
  width: 80% !important;
  height: 80% !important;
  max-width: calc(100% - 100px) !important;
  max-height: calc(100% - 88px) !important;
}

.f-thumbs__slide__button {
  border-radius: 5px;
  border: 1.2px solid transparent;
}
.f-thumbs__slide.is-nav-selected .f-thumbs__slide__button {
  border-color: red;
}

.dropdown-toggle::after {
  display: none;
}

@keyframes slideIn {
  from {
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* Animation khi đóng modal */
@keyframes slideOut {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-100px);
    opacity: 0;
  }
}
/* Gán animation cho modal */
.modal.show .modal-dialog {
  animation: slideIn 0.5s ease-out;
}

.modal.hide .modal-dialog {
  animation: slideOut 0.5s ease-in;
}

.select2-container .select2-selection--single {
  height: auto;
  padding: 9px 24px 9px 12px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.5;
  padding-left: 0px;
  padding-right: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}

.noUi {
  /* Styling;*/
  /* Handles and cursors;*/
  /* Painting and performance;
  * Browsers can paint handles in their own layer. */
  /* Slider size and handle placement;*/
}
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.noUi-handle:active {
  border: 8px solid #345dbb;
  border: 8px solid rgba(255, 193, 7, 0.39);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -14px;
  top: -14px;
}
.noUi-background {
  background: #d6d7d9;
}
.noUi-connect {
  background: #ffb93b;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}
.noUi-origin, .noUi-target {
  border-radius: 2px;
}
.noUi-draggable {
  cursor: w-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}
.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-base, .noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.noUi-horizontal {
  height: 4px;
}
.noUi-horizontal .noUi-handle {
  left: -9px;
  top: -7px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #ffb93b;
}
.noUi-horizontal .noUi-handle::after {
  position: absolute;
  content: "";
  inset: 4px;
  border-radius: 50%;
  background-color: #fff;
}

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when its values is > 50%. */
  z-index: 10;
}

/* Disabled state;*/
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

@media (max-width: 1200px) {
  body {
    overflow-x: auto;
  }
}
@media (min-width: 1650px) and (max-width: 1920px) {
  .modal-backdrop {
    zoom: 120%;
  }
  #show_popup,
  #tooltip {
    zoom: 1.1111111111;
  }
}
.skeleton {
  -webkit-animation: skeleton-loading 1s linear infinite alternate;
  animation: skeleton-loading 1s linear infinite alternate;
  display: block;
}

@-webkit-keyframes skeleton-loading {
  0% {
    background-color: #c2cfd6;
  }
  100% {
    background-color: #f0f3f5;
  }
}
@keyframes skeleton-loading {
  0% {
    background-color: #c2cfd6;
  }
  100% {
    background-color: #f0f3f5;
  }
}
.header {
  position: relative;
  min-height: 103px;
}
@media only screen and (max-width: 63.9375em) {
  .header {
    min-height: 60px;
  }
  .header .hide-on-bothTM {
    display: none !important;
  }
}
.header::after {
  content: "";
  position: absolute;
  top: 42px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #ecebff;
  z-index: -1;
}
@media only screen and (max-width: 63.9375em) {
  .header::after {
    display: none;
  }
  .header::after .hide-on-bothTM {
    display: none !important;
  }
}
.header-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.header-logo {
  position: relative;
  display: inline-block;
  padding: 14px 0;
  padding-right: 137px;
}
@media only screen and (max-width: 63.9375em) {
  .header-logo {
    display: none;
  }
  .header-logo .hide-on-bothTM {
    display: none !important;
  }
}
.header-logo::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  width: calc(100vw - 100%);
  height: 100%;
  background-color: #ecebff;
}
.header-logo__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ecebff;
  clip-path: polygon(0 0, 0 100%, 59% 100%, 100% 0);
  z-index: 1;
}
.header-logo__layer {
  position: absolute;
  top: 0;
  left: 12px;
  width: 100%;
  height: 99.5%;
  background-color: #dc3d32;
  clip-path: polygon(0 0, 0 100%, 59% 100%, 100% 0);
  z-index: 0;
}
.header-logo a {
  position: relative;
  z-index: 2;
}
.header-content {
  flex: 1;
}
.header-top {
  padding: 11px 0 11px 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 63.9375em) {
  .header-top {
    display: none;
  }
  .header-top .hide-on-bothTM {
    display: none !important;
  }
}
.header-top__name {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #2e2987;
}
.header-language {
  position: relative;
  min-width: 133px;
}
.header-language:hover .header-language__list {
  opacity: 1;
  visibility: visible;
  animation: fadeShowShort 0.3s linear;
}
.header-language__selected, .header-language__item {
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-language__selected span, .header-language__item span {
  font-weight: 500;
  font-size: 14px;
  color: #2e2987;
}
.header-language__flag {
  width: 30px;
  margin-right: 10px;
}
.header-language__down {
  margin-left: 10px;
}
.header-language__list {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 9999;
  min-width: 180px;
  margin-top: 16px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
}
.header-language__list::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-100%);
  height: 20px;
  background: transparent;
}
.header-language__list:hover {
  opacity: 1;
  visibility: visible;
}
.header-language__item {
  cursor: pointer;
  white-space: nowrap;
  padding: 10px 16px;
  justify-content: flex-start;
  transition: all 0.2s linear;
}
.header-language__item:hover {
  background-color: #ecebff;
}
.header-scroll.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  animation: fadeShow 0.3s linear;
}
.header-scroll.fixed .header-main {
  justify-content: space-between;
}
.header-scroll.fixed .header-main__logo {
  display: block;
}
.header-scroll.fixed .container-xl {
  padding: 0 16px;
}
.header-scroll .container-xl {
  padding: 0;
}
.header-main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 63.9375em) {
  .header-main {
    position: relative;
    height: 60px;
    justify-content: flex-start;
  }
  .header-main .hide-on-bothTM {
    display: none !important;
  }
}
.header-main__logo {
  display: none;
}
@media only screen and (max-width: 63.9375em) {
  .header-main__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
  }
  .header-main__logo .hide-on-bothTM {
    display: none !important;
  }
}
.header-main__logo img {
  height: 50px;
}
@media only screen and (max-width: 63.9375em) {
  .header-main__logo img {
    height: 45px;
  }
  .header-main__logo img .hide-on-bothTM {
    display: none !important;
  }
}
.header-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 63.9375em) {
  .header-nav {
    display: none;
  }
  .header-nav .hide-on-bothTM {
    display: none !important;
  }
}
.header-nav__link {
  position: relative;
  font-size: 16px;
  color: #a3a2bd;
  padding: 23px 0 15px;
}
.header-nav__link:hover {
  color: #353535;
}
.header-nav__link.active {
  font-weight: 600;
  color: #353535;
}
.header-nav__link.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 4px;
  background-color: #2e2987;
  border-radius: 5px 5px 0 0;
}
.header-nav__link + .header-nav__link {
  margin-left: 45px;
}
.header-menu {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.header-menu:hover .header-menu__dropdown {
  opacity: 1;
  visibility: visible;
  animation: fadeShowShort 0.3s linear;
}
.header-menu__link {
  color: #a3a2bd;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.header-menu__link:hover {
  color: #353535;
}
.header-menu__link img {
  margin-left: 5px;
}
.header-menu__dropdown {
  position: absolute;
  top: 90%;
  left: 0;
  z-index: 9990;
  max-width: 310px;
  width: max-content;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1019607843);
  opacity: 0;
  visibility: hidden;
}
.header-menu__dropdown:hover {
  opacity: 1;
  visibility: visible;
}
.header-menu__item {
  position: relative;
  width: 100%;
  font-size: 14px;
  color: #353535;
  padding: 15px 15px 12px;
}
.header-menu__item::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: calc(100% - 30px);
  height: 1px;
  background-color: #ebebeb;
}
.header-menu__item:hover {
  font-weight: 500;
  color: #2e2987;
  background-color: #ecebff;
}
.header-menu__item:hover::after {
  background-color: transparent;
}
.header-menu__item:hover + .header-menu__item::after {
  background-color: transparent;
}
.header-menu__item:first-child {
  border-radius: 5px 5px 0 0;
}
.header-menu__item:first-child::after {
  background-color: transparent;
}
.header-menu__item:last-child {
  padding-bottom: 18px;
  border-radius: 0 0 5px 5px;
}
.header-hamburger {
  display: none;
}
@media only screen and (max-width: 63.9375em) {
  .header-hamburger {
    display: block;
  }
  .header-hamburger .hide-on-bothTM {
    display: none !important;
  }
}
.header-hamburger i {
  font-size: 24px;
}
.header-offcanvas__header {
  padding-bottom: 0;
}
.header-offcanvas__group, .header-offcanvas__language {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.header-offcanvas__logo {
  margin-right: 20px;
}
.header-offcanvas__logo img {
  height: 55px;
}
.header-offcanvas__body {
  position: relative;
}
.header-offcanvas__body .accordion-item {
  border: none;
}
.header-offcanvas__body .accordion-item .header-offcanvas__link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-offcanvas__body .accordion-item .header-offcanvas__link.collapsed i {
  transform: rotate(0deg);
}
.header-offcanvas__body .accordion-item .header-offcanvas__link i {
  font-size: 16px;
  transform: rotate(180deg);
  transition: all 0.2s linear;
}
.header-offcanvas__body .accordion-body {
  padding: 0 0 0 16px;
}
.header-offcanvas__link {
  font-weight: 500;
  font-size: 14px;
  color: #a3a2bd;
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header-offcanvas__link:hover {
  color: #a3a2bd;
}
.header-offcanvas__link.active {
  font-weight: 700;
  color: #686778;
}
.header-offcanvas__flag {
  flex-shrink: 0;
  padding: 0 12px;
  border-right: 1px solid #686778;
}
.header-offcanvas__flag:last-child {
  border: none;
}
.header-offcanvas__flag.active img {
  opacity: 1;
}
.header-offcanvas__flag img {
  width: 25px;
  opacity: 0.4;
}
.header-offcanvas__phone {
  position: absolute;
  left: 16px;
  bottom: 16px;
  font-size: 14px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.footer {
  position: relative;
  padding-top: 40px;
  background-color: #fff;
}
.footer-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
}
@media only screen and (max-width: 46.1875em) {
  .footer-bg {
    width: 80%;
  }
}
.footer-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(244.13deg, rgba(255, 255, 255, 0) -36.28%, #FFFFFF 92.37%);
}
.footer-top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.footer-logo {
  margin-right: 16px;
}
.footer-logo img {
  width: 130px;
}
@media only screen and (max-width: 1283px) {
  .footer-logo img {
    width: 80px;
  }
  .footer-logo img .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .footer-logo img {
    width: 65px;
  }
  .footer-logo img .hide-on-bothTM {
    display: none !important;
  }
}
.footer-name {
  position: relative;
  font-weight: 700;
  font-size: 22px;
  color: #2e2987;
  text-transform: uppercase;
}
@media only screen and (max-width: 1283px) {
  .footer-name {
    font-size: 18px;
  }
  .footer-name .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .footer-name {
    font-size: 16px;
  }
  .footer-name .hide-on-bothTM {
    display: none !important;
  }
}
.footer-middle {
  position: relative;
  padding: 40px 0 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footer-middle__item:first-child {
  max-width: 450px;
  margin-right: 72px;
}
@media only screen and (max-width: 1283px) {
  .footer-middle__item:first-child {
    margin-right: 50px;
  }
  .footer-middle__item:first-child .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .footer-middle__item:nth-child(2), .footer-middle__item:nth-child(3) {
    margin-top: 20px;
  }
  .footer-middle__item:nth-child(2) .hide-on-bothTM, .footer-middle__item:nth-child(3) .hide-on-bothTM {
    display: none !important;
  }
}
.footer-middle__item:nth-child(2) {
  max-width: 155px;
  margin-right: 118px;
}
@media only screen and (max-width: 46.1875em) {
  .footer-middle__item:nth-child(2) {
    margin-right: 50px;
  }
}
.footer-middle__item:nth-child(3) {
  max-width: 100px;
}
.footer-middle__title {
  font-weight: 600;
  color: #003277;
}
.footer-middle__list {
  margin-top: 20px;
}
@media only screen and (max-width: 46.1875em) {
  .footer-middle__list {
    margin-top: 14px;
  }
}
.footer-middle__list .footer-info__link {
  margin-top: 10px;
}
.footer-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
.footer-info + .footer-info {
  margin-top: 18px;
}
.footer-info__img {
  min-width: 24px;
  margin-right: 15px;
}
.footer-info__img img {
  width: 24px;
  height: 24px;
  object-fit: cover;
}
.footer-info__title {
  font-weight: 600;
  color: #2e2987;
}
.footer-info__text, .footer-info__link {
  color: #353535;
  margin-top: 2px;
}
.footer-info__link:hover {
  color: #2e2987;
  text-decoration: underline !important;
}
.footer-bottom {
  position: relative;
  text-align: center;
  padding: 18px 0;
  border-top: 1px dashed rgba(0, 0, 0, 0.5);
}

.hero {
  position: relative;
  height: 772px;
}
@media only screen and (max-width: 1440px) {
  .hero {
    height: 520px;
  }
}
@media only screen and (max-width: 46.1875em) {
  .hero {
    height: 400px;
  }
}
.hero-swiper {
  height: 100%;
}
.hero-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  z-index: 2;
}
@media only screen and (max-width: 1283px) {
  .hero-bottom {
    bottom: 40px;
  }
  .hero-bottom .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .hero-bottom {
    bottom: 30px;
  }
  .hero-bottom .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .hero-bottom {
    bottom: 20px;
  }
}
.hero-bottom .swiper-pagination-bullet {
  width: 70px;
  height: 2px;
  opacity: 0.5;
  background-color: #fff;
  border-radius: 0px !important;
  margin: 0 15px 0 0 !important;
}
@media only screen and (max-width: 63.9375em) {
  .hero-bottom .swiper-pagination-bullet {
    width: 50px;
  }
  .hero-bottom .swiper-pagination-bullet .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .hero-bottom .swiper-pagination-bullet {
    width: 30px;
  }
}
.hero-bottom .swiper-pagination-bullet-active {
  opacity: 1;
}
.hero-group {
  position: relative;
  height: 100%;
}
.hero-img {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 147px;
}
@media only screen and (max-width: 1283px) {
  .hero-content {
    padding-bottom: 100px;
  }
  .hero-content .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .hero-content {
    padding-bottom: 80px;
  }
  .hero-content .hide-on-bothTM {
    display: none !important;
  }
}
.hero-content__title {
  font-weight: 800;
  font-size: 80px;
  line-height: 1.3;
  color: #fff;
}
@media only screen and (max-width: 1440px) {
  .hero-content__title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1283px) {
  .hero-content__title {
    font-size: 50px;
  }
  .hero-content__title .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .hero-content__title {
    font-size: 40px;
  }
  .hero-content__title .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .hero-content__title {
    font-size: 30px;
  }
}
.hero-content__text {
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  margin-top: 10px;
}
@media only screen and (max-width: 1283px) {
  .hero-content__text {
    font-size: 18px;
  }
  .hero-content__text .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .hero-content__text {
    font-size: 16px;
    margin-top: 8px;
  }
  .hero-content__text .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .hero-content__text {
    font-size: 14px;
  }
}

@media only screen and (max-width: 63.9375em) {
  .intro {
    overflow: hidden;
  }
  .intro .hide-on-bothTM {
    display: none !important;
  }
}
.intro-wrapper {
  padding: 120px 0 150px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 1440px) {
  .intro-wrapper {
    padding: 80px 0 100px;
  }
}
@media only screen and (max-width: 1283px) {
  .intro-wrapper {
    padding: 60px 0 80px;
  }
  .intro-wrapper .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .intro-wrapper {
    padding: 40px 0 80px;
    flex-direction: column;
  }
  .intro-wrapper .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .intro-wrapper {
    padding: 20px 0 80px;
  }
}
.intro-info, .intro-year {
  flex: 1;
}
.intro-year {
  position: relative;
  padding-top: 10px;
  margin-left: 100px;
  user-select: none;
}
@media only screen and (max-width: 1283px) {
  .intro-year {
    margin-left: 60px;
  }
  .intro-year .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .intro-year {
    margin-left: auto;
    padding: 50px 80px 0 0;
  }
  .intro-year .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .intro-year {
    padding: 50px 50px 0 0;
  }
}
@media only screen and (max-width: 395px) {
  .intro-year {
    padding: 50px 20px 0 0;
  }
}
@media only screen and (max-width: 1440px) {
  .intro-year__number {
    width: 300px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .intro-year__number {
    width: 250px;
  }
  .intro-year__number .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .intro-year__number {
    width: 200px;
  }
}
.intro-year__line {
  position: absolute;
  top: 0;
  left: 51%;
  transform: translate(-48%, -27.5%);
  z-index: 99;
  width: 319px;
}
@media only screen and (max-width: 1440px) {
  .intro-year__line {
    width: 270px;
    transform: translate(-47%, -24.5%);
  }
}
@media only screen and (max-width: 1283px) {
  .intro-year__line {
    width: 250px;
    transform: translate(-45%, -22%);
  }
  .intro-year__line .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .intro-year__line {
    width: 200px;
    transform: translate(-39%, -13%);
  }
  .intro-year__line .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .intro-year__line {
    width: 170px;
    transform: translate(-35%, -12%);
  }
}
.intro-year__text {
  max-width: 380px;
  font-weight: 800;
  font-size: 45px;
  color: #353535;
  margin-top: 20px;
}
@media only screen and (max-width: 1283px) {
  .intro-year__text {
    font-size: 38px;
  }
  .intro-year__text .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .intro-year__text {
    max-width: 300px;
    font-size: 28px;
  }
  .intro-year__text .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .intro-year__text {
    max-width: 250px;
    font-size: 24px;
  }
}
.intro-title {
  color: #2e2987;
}
.intro-title .general-title__shadow {
  -webkit-text-fill-color: #fefefe;
}
.intro-desc {
  margin-top: 10px;
}
.intro-desc p {
  white-space: break-spaces;
}
.intro-btn {
  margin-top: 40px;
}
@media only screen and (max-width: 1283px) {
  .intro-btn {
    margin-top: 30px;
  }
  .intro-btn .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .intro-btn {
    margin-top: 20px;
  }
  .intro-btn .hide-on-bothTM {
    display: none !important;
  }
}

.product {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}
@media only screen and (max-width: 1440px) {
  .product {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 63.9375em) {
  .product {
    padding: 40px 0;
  }
  .product .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .product {
    padding: 30px 0;
  }
}
.product::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(46, 41, 135, 0.8980392157);
  z-index: 0;
}
.product-wrapper {
  position: relative;
  z-index: 1;
}
.product-title {
  width: 100%;
  color: #fff;
  text-align: center;
}
.product-title .general-title__shadow {
  -webkit-text-fill-color: rgba(46, 41, 135, 0.8980392157);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
}
.product-list {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0px 0px;
}
@media only screen and (max-width: 1440px) {
  .product-list {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .product-list {
    margin-top: 20px;
  }
  .product-list .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .product-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.product-item {
  position: relative;
  padding-top: 102.5%;
  overflow: hidden;
}
.product-item > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  transition: all 0.3s linear;
}
.product-item:hover::after {
  background: rgba(255, 255, 255, 0.9);
}
.product-item:hover .product-item__detail {
  opacity: 1;
  visibility: visible;
}
.product-item img {
  width: 100%;
  height: 100%;
}
.product-item__detail {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 30px 20px 45px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}
@media only screen and (max-width: 63.9375em) {
  .product-item__detail {
    padding: 20px 15px;
  }
  .product-item__detail .hide-on-bothTM {
    display: none !important;
  }
}
.product-item__detail::after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 30px;
  width: 72%;
  height: 3px;
  background: linear-gradient(90deg, #dc3d32 0%, rgba(220, 61, 50, 0) 100%);
}
@media only screen and (max-width: 63.9375em) {
  .product-item__detail::after {
    left: 15px;
    bottom: 15px;
  }
  .product-item__detail::after .hide-on-bothTM {
    display: none !important;
  }
}
.product-item__text {
  font-weight: 600;
  font-size: 20px;
  color: #353535;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 1283px) {
  .product-item__text {
    font-size: 18px;
  }
  .product-item__text .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .product-item__text {
    font-size: 16px;
  }
  .product-item__text .hide-on-bothTM {
    display: none !important;
  }
}
.product-btn {
  color: #fff;
  border-color: #fff;
  margin: 60px auto 0;
}
@media only screen and (max-width: 1440px) {
  .product-btn {
    margin: 40px auto 0;
  }
}
.product-btn:hover {
  color: #fff;
}
.product-grid {
  padding: 40px 0 50px;
  background-color: #f8f8f8;
}
.product-grid__group {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 30px;
}
@media only screen and (max-width: 1283px) {
  .product-grid__group {
    gap: 20px;
  }
  .product-grid__group .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .product-grid__group {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  .product-grid__group .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .product-grid__group {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 10px;
  }
}
.product-grid__img {
  border-radius: 9px 9px 0 0;
  position: relative;
  padding-top: 95%;
  overflow: hidden;
}
.product-grid__img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-grid__img img {
  border-radius: 10px 10px 0 0;
}
.product-grid__cover {
  padding: 18px 15px 20px;
  background-color: #fff;
  border: 1px solid #E2E0FF;
  border-top: none;
  border-radius: 0 0 10px 10px;
}
@media only screen and (max-width: 63.9375em) {
  .product-grid__cover {
    padding: 15px 12px 18px;
  }
  .product-grid__cover .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .product-grid__cover {
    padding: 12px 10px 15px;
  }
}
.product-grid__title {
  font-weight: 600;
  font-size: 18px;
  color: #353535;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 63.9375em) {
  .product-grid__title {
    font-size: 16px;
  }
  .product-grid__title .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .product-grid__title {
    font-size: 15px;
  }
}
.product-grid__title:hover {
  color: #353535;
}
.product-grid__contact {
  font-weight: 500;
  color: #dc3d32;
  margin-top: 12px;
}
@media only screen and (max-width: 63.9375em) {
  .product-grid__contact {
    font-size: 14px;
    margin-top: 10px;
  }
  .product-grid__contact .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .product-grid__contact {
    margin-top: 8px;
  }
}
.product-grid__contact:hover {
  opacity: 0.8;
  color: #dc3d32;
}
.product-detail {
  padding: 25px 0 80px;
}
@media only screen and (max-width: 1283px) {
  .product-detail {
    padding: 25px 0 60px;
  }
  .product-detail .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .product-detail {
    padding: 25px 0 40px;
  }
  .product-detail .hide-on-bothTM {
    display: none !important;
  }
}
.product-detail__group {
  margin-top: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 1283px) {
  .product-detail__group {
    margin-top: 20px;
  }
  .product-detail__group .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .product-detail__group {
    flex-direction: column;
  }
  .product-detail__group .hide-on-bothTM {
    display: none !important;
  }
}
.product-detail__cover, .product-detail__info {
  flex: 1;
  max-width: 50%;
}
@media only screen and (max-width: 63.9375em) {
  .product-detail__cover, .product-detail__info {
    max-width: 100%;
  }
  .product-detail__cover .hide-on-bothTM, .product-detail__info .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 63.9375em) {
  .product-detail__cover {
    max-width: 600px;
    margin: 0 auto;
  }
  .product-detail__cover .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .product-detail__cover {
    max-width: 100%;
  }
}
.product-detail__img {
  position: relative;
  padding-top: 95%;
  overflow: hidden;
}
.product-detail__img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-detail__thumb {
  margin-top: 15px;
}
.product-detail__thumb .swiper-slide-thumb-active .product-detail__picture {
  border-color: #2e2987;
}
.product-detail__picture {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  cursor: pointer;
  border: 3px solid transparent;
}
.product-detail__picture > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-detail__info {
  margin-left: 30px;
}
@media only screen and (max-width: 1283px) {
  .product-detail__info {
    margin-left: 20px;
  }
  .product-detail__info .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .product-detail__info {
    margin-left: 0;
    margin-top: 20px;
  }
  .product-detail__info .hide-on-bothTM {
    display: none !important;
  }
}
.product-detail__name {
  font-weight: 800;
  font-size: 30px;
  color: #2e2987;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1283px) {
  .product-detail__name {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .product-detail__name .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .product-detail__name {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .product-detail__name .hide-on-bothTM {
    display: none !important;
  }
}
.product-detail__box + .product-detail__box {
  margin-top: 25px;
}
.product-detail__subtitle {
  font-weight: 600;
  color: #353535;
}
.product-detail__desc {
  color: #74867a;
  margin-top: 10px;
}
.product-detail__contact {
  font-weight: 600;
  color: #dc3d32;
  margin-top: 25px;
}
.product-detail__contact:hover {
  color: #dc3d32;
}

.service {
  padding: 80px 0;
  background-color: #f8f8f8;
}
@media only screen and (max-width: 1283px) {
  .service {
    padding: 60px 0;
  }
  .service .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .service {
    padding: 40px 0;
  }
  .service .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .service {
    padding: 30px 0;
  }
}
.service-title {
  width: 100%;
  text-align: center;
  color: #2e2987;
}
.service-title .general-title__shadow {
  -webkit-text-fill-color: #f8f8f8;
}
.service-list {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px 3px;
}
@media only screen and (max-width: 1283px) {
  .service-list {
    margin-top: 40px;
  }
  .service-list .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .service-list {
    margin-top: 30px;
  }
  .service-list .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .service-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.service-item {
  position: relative;
  padding: 20px;
  background-color: #fff;
}
@media only screen and (max-width: 63.9375em) {
  .service-item {
    padding: 16px;
  }
  .service-item .hide-on-bothTM {
    display: none !important;
  }
}
.service-item:hover .service-item__img {
  opacity: 1;
  visibility: visible;
}
.service-item:hover .service-item__number,
.service-item:hover .service-item__title,
.service-item:hover .service-item__text {
  position: relative;
  z-index: 2;
  color: #fff;
}
.service-item__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}
.service-item__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(46, 41, 135, 0.8);
  z-index: 2;
}
.service-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-item__number, .service-item__title, .service-item__text {
  transition: all 0.3s linear;
}
.service-item__number {
  font-weight: 900;
  font-size: 35px;
  color: #dc3d32;
}
@media only screen and (max-width: 1283px) {
  .service-item__number {
    font-size: 30px;
  }
  .service-item__number .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .service-item__number {
    font-size: 25px;
  }
  .service-item__number .hide-on-bothTM {
    display: none !important;
  }
}
.service-item__group {
  padding-top: 110px;
}
@media only screen and (max-width: 1440px) {
  .service-item__group {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .service-item__group {
    padding-top: 60px;
  }
  .service-item__group .hide-on-bothTM {
    display: none !important;
  }
}
.service-item__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  color: #353535;
}
@media only screen and (max-width: 63.9375em) {
  .service-item__title {
    font-size: 16px;
  }
  .service-item__title .hide-on-bothTM {
    display: none !important;
  }
}
.service-item__text {
  margin-top: 8px;
}
@media only screen and (max-width: 63.9375em) {
  .service-item__text {
    font-size: 14px;
  }
  .service-item__text .hide-on-bothTM {
    display: none !important;
  }
}
.service-btn {
  margin: 60px auto 0;
}
@media only screen and (max-width: 1283px) {
  .service-btn {
    margin: 40px auto 0;
  }
  .service-btn .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .service-btn {
    margin: 30px auto 0;
  }
  .service-btn .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .service-btn {
    margin: 20px auto 0;
  }
}
.service-grid {
  padding: 90px 0;
}
@media only screen and (max-width: 1440px) {
  .service-grid {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 1283px) {
  .service-grid {
    padding: 60px 0;
  }
  .service-grid .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .service-grid {
    padding: 50px 0;
  }
  .service-grid .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .service-grid {
    padding: 40px 0;
  }
}
.service-grid__group {
  background: linear-gradient(to bottom, rgba(163, 162, 189, 0.1) 0%, #A3A2BD 50%, rgba(163, 162, 189, 0.1) 100%);
}
.service-grid__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  align-items: stretch;
  margin-top: -1px;
}
@media only screen and (max-width: 46.1875em) {
  .service-grid__item {
    align-items: top;
    flex-direction: column;
    margin-top: 0;
    padding-top: 35px;
    background-color: #fff;
  }
}
.service-grid__item:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 46.1875em) {
  .service-grid__item:first-child {
    padding-top: 0;
  }
}
.service-grid__item:nth-child(2n) .service-grid__img {
  margin-right: 0;
  padding: 0 0 40px 40px;
}
@media only screen and (max-width: 1283px) {
  .service-grid__item:nth-child(2n) .service-grid__img {
    padding: 0 0 30px 30px;
  }
  .service-grid__item:nth-child(2n) .service-grid__img .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .service-grid__item:nth-child(2n) .service-grid__img {
    padding: 0 0 25px 20px;
  }
  .service-grid__item:nth-child(2n) .service-grid__img .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .service-grid__item:nth-child(2n) .service-grid__img {
    padding: 0;
  }
}
.service-grid__item:nth-child(2n) .service-grid__info {
  order: -1;
  padding: 50px 39px 0 0;
  margin-right: 1px;
}
@media only screen and (max-width: 1283px) {
  .service-grid__item:nth-child(2n) .service-grid__info {
    padding: 40px 29px 0 0;
  }
  .service-grid__item:nth-child(2n) .service-grid__info .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .service-grid__item:nth-child(2n) .service-grid__info {
    padding: 30px 19px 0 0;
  }
  .service-grid__item:nth-child(2n) .service-grid__info .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .service-grid__item:nth-child(2n) .service-grid__info {
    order: 1;
    padding: 12px 0 0 0;
    margin-right: 0;
  }
}
.service-grid__item:nth-child(2n) .service-grid__info::after {
  left: 100%;
  right: 0;
  transform: translateX(calc(-50% + 0.5px));
}
.service-grid__img, .service-grid__info {
  flex: 1;
}
.service-grid__img {
  margin-right: 1px;
  padding: 0 39px 40px 0;
  background-color: #fff;
}
@media only screen and (max-width: 1283px) {
  .service-grid__img {
    padding: 0 29px 30px 0;
  }
  .service-grid__img .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .service-grid__img {
    padding: 0 19px 25px 0;
  }
  .service-grid__img .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .service-grid__img {
    padding: 0;
    margin-right: 0;
  }
}
.service-grid__cover {
  position: relative;
  padding-top: 56.6%;
  overflow: hidden;
}
.service-grid__cover > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-grid__info {
  position: relative;
  padding: 50px 0 0 40px;
  background-color: #fff;
}
@media only screen and (max-width: 1283px) {
  .service-grid__info {
    padding: 40px 0 0 30px;
  }
  .service-grid__info .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .service-grid__info {
    padding: 30px 0 0 20px;
  }
  .service-grid__info .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .service-grid__info {
    padding: 12px 0 0 0;
  }
}
.service-grid__info::after {
  content: "";
  position: absolute;
  top: 60px;
  left: 0;
  transform: translateX(calc(-50% - 0.5px));
  --widthDefault: 20px;
  width: var(--widthDefault);
  min-width: var(--widthDefault);
  height: var(--widthDefault);
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #a3a2bd;
}
@media only screen and (max-width: 1283px) {
  .service-grid__info::after {
    top: 50px;
  }
  .service-grid__info::after .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .service-grid__info::after {
    --widthDefault: 15px;
  }
  .service-grid__info::after .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .service-grid__info::after {
    display: none;
  }
}
.service-grid__title {
  font-weight: 800;
  font-size: 30px;
  text-transform: uppercase;
  color: #2e2987;
}
@media only screen and (max-width: 1440px) {
  .service-grid__title {
    font-size: 25px;
  }
}
@media only screen and (max-width: 1283px) {
  .service-grid__title {
    font-size: 20px;
  }
  .service-grid__title .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .service-grid__title {
    font-size: 18px;
  }
  .service-grid__title .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .service-grid__title {
    font-size: 16px;
  }
}
.service-grid__text {
  margin-top: 10px;
}
@media only screen and (max-width: 63.9375em) {
  .service-grid__text {
    font-size: 14px;
  }
  .service-grid__text .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .service-grid__text {
    font-size: 13px;
    margin-top: 5px;
  }
}

.statistical {
  position: relative;
  overflow: hidden;
}
.statistical:hover .statistical-graph__item:first-child {
  height: 100%;
}
.statistical:hover .statistical-graph__item:first-child .statistical-graph__group {
  height: 66.58%;
}
.statistical:hover .statistical-graph__item:nth-child(2) {
  height: 70.4%;
}
.statistical:hover .statistical-graph__item:nth-child(2) .statistical-graph__group {
  height: 79.62%;
}
.statistical:hover .statistical-graph__item:nth-child(3) {
  height: 52.8%;
}
.statistical:hover .statistical-graph__item:nth-child(3) .statistical-graph__group {
  height: 86.3%;
}
.statistical:hover .statistical-graph__item:nth-child(4) {
  height: 43%;
}
.statistical:hover .statistical-graph__item:nth-child(4) .statistical-graph__group {
  height: 100%;
}
.statistical::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(46, 41, 135, 0.8);
  z-index: 0;
}
.statistical-wrapper {
  position: relative;
  z-index: 1;
  min-height: 760px;
}
@media only screen and (max-width: 1440px) {
  .statistical-wrapper {
    min-height: 600px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .statistical-wrapper {
    min-height: 500px;
    padding: 30px 0;
  }
  .statistical-wrapper .hide-on-bothTM {
    display: none !important;
  }
}
.statistical-top {
  padding-top: 80px;
}
@media only screen and (max-width: 1440px) {
  .statistical-top {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 1283px) {
  .statistical-top {
    padding-top: 20px;
  }
  .statistical-top .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .statistical-top {
    padding-top: 0;
  }
  .statistical-top .hide-on-bothTM {
    display: none !important;
  }
}
.statistical-title {
  width: fit-content;
  margin-left: auto;
}
.statistical-title .general-title__shadow {
  -webkit-text-fill-color: rgba(46, 41, 135, 0.8);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
}
.statistical-desc {
  max-width: 542px;
  color: #fff;
  text-align: right;
  margin: 15px 0 0 auto;
}
@media only screen and (max-width: 1283px) {
  .statistical-desc {
    margin: 10px 0 0 auto;
  }
  .statistical-desc .hide-on-pc-HD {
    display: none;
  }
}
.statistical-graph {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0px 0px;
}
@media only screen and (max-width: 63.9375em) {
  .statistical-graph {
    position: relative;
    margin-top: 20px;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
  }
  .statistical-graph .hide-on-bothTM {
    display: none !important;
  }
}
.statistical-graph__item {
  height: 40%;
  color: #fff;
  text-align: right;
  margin-top: auto;
  padding: 40px 20px 10px 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.7s ease-in-out;
}
@media only screen and (max-width: 1283px) {
  .statistical-graph__item {
    padding: 40px 15px 10px 10px;
  }
  .statistical-graph__item .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .statistical-graph__item {
    height: 100% !important;
    padding: 30px 15px 10px 10px;
  }
  .statistical-graph__item .hide-on-bothTM {
    display: none !important;
  }
}
.statistical-graph__group {
  width: 100%;
  height: 100%;
  transition: all 0.7s ease-in-out;
}
@media only screen and (max-width: 63.9375em) {
  .statistical-graph__group {
    height: 100% !important;
  }
  .statistical-graph__group .hide-on-bothTM {
    display: none !important;
  }
}
.statistical-graph__number {
  position: relative;
  font-weight: 800;
  font-size: 80px;
  line-height: 1;
}
@media only screen and (max-width: 1440px) {
  .statistical-graph__number {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1283px) {
  .statistical-graph__number {
    font-size: 50px;
  }
  .statistical-graph__number .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .statistical-graph__number {
    font-size: 38px;
  }
  .statistical-graph__number .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .statistical-graph__number {
    font-size: 30px;
  }
}
.statistical-graph__number::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -21px;
  transform: translateY(-50%);
  width: 3px;
  height: 60px;
  border-radius: 1.5px;
  background-color: #dc3d32;
}
@media only screen and (max-width: 1283px) {
  .statistical-graph__number::before {
    right: -16px;
  }
  .statistical-graph__number::before .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .statistical-graph__number::before {
    height: 40px;
  }
  .statistical-graph__number::before .hide-on-bothTM {
    display: none !important;
  }
}
.statistical-graph__text {
  margin-top: 50px;
}
@media only screen and (max-width: 1440px) {
  .statistical-graph__text {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1283px) {
  .statistical-graph__text {
    margin-top: 30px;
  }
  .statistical-graph__text .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 46.1875em) {
  .statistical-graph__text {
    margin-top: 20px;
  }
}

.news {
  padding: 80px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media only screen and (max-width: 1283px) {
  .news {
    padding: 60px 0;
  }
  .news .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .news {
    padding: 30px 0;
    flex-direction: column;
  }
  .news .hide-on-bothTM {
    display: none !important;
  }
}
.news-info, .news-slide {
  width: 50%;
}
@media only screen and (max-width: 63.9375em) {
  .news-info, .news-slide {
    width: 100%;
  }
  .news-info .hide-on-bothTM, .news-slide .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 63.9375em) {
  .news-slide {
    padding: 25px 16px 0;
  }
  .news-slide .hide-on-bothTM {
    display: none !important;
  }
}
.news-info {
  max-width: 515px;
  padding-left: 16px;
  margin: 0 54px 0 auto;
}
@media only screen and (max-width: 1283px) {
  .news-info {
    margin: 0 24px 0 auto;
  }
  .news-info .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .news-info {
    max-width: 100%;
    margin: 0;
    padding: 0 16px;
  }
  .news-info .hide-on-bothTM {
    display: none !important;
  }
}
.news-info .swiper-pagination-news {
  margin-top: 60px;
}
@media only screen and (max-width: 1440px) {
  .news-info .swiper-pagination-news {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .news-info .swiper-pagination-news {
    margin-top: 25px;
  }
  .news-info .swiper-pagination-news .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .news-info .swiper-pagination-news {
    margin-top: 16px;
  }
}
.news-info .swiper-pagination-bullet {
  width: 70px;
  height: 2px;
  opacity: 0.1;
  background-color: #2e2987;
  border-radius: 0px !important;
  margin: 0 15px 0 0 !important;
}
@media only screen and (max-width: 63.9375em) {
  .news-info .swiper-pagination-bullet {
    width: 50px;
  }
  .news-info .swiper-pagination-bullet .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .news-info .swiper-pagination-bullet {
    width: 30px;
  }
}
.news-info .swiper-pagination-bullet-active {
  opacity: 1;
}
.news-desc {
  margin-top: 15px;
}
.news-swiper {
  max-height: 398px;
}
.news-item {
  opacity: 1;
  transition: all 0.3s linear;
  position: relative;
  position: relative;
  padding-top: min(398px, 147.4%);
  overflow: hidden;
}
.news-item > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(46, 41, 135, 0) 0%, rgba(46, 41, 135, 0.9) 89.07%);
  transition: opacity 0.3s linear;
  z-index: 1;
}
.news-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 89.07%);
  opacity: 0;
  transition: opacity 0.3s linear;
  z-index: 2;
}
.news-item:hover {
  opacity: 1;
}
.news-item:hover::after {
  opacity: 0;
}
.news-item:hover::before {
  opacity: 1;
}
.news-item__group {
  position: absolute;
  left: 16px;
  bottom: 20px;
  z-index: 3;
  padding-right: 16px;
}
.news-item__top {
  position: relative;
  padding-left: 16px;
}
.news-item__top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #dc3d32;
}
.news-item__time, .news-item__title, .news-item__desc {
  color: #fff;
}
.news-item__time {
  font-size: 14px;
}
.news-item__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  text-transform: uppercase;
  margin-top: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 63.9375em) {
  .news-item__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .news-item__title .hide-on-bothTM {
    display: none !important;
  }
}
.news-item__desc {
  font-size: 14px;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-grid {
  padding: 60px 0 80px;
}
@media only screen and (max-width: 1283px) {
  .news-grid {
    padding: 40px 0 60px;
  }
  .news-grid .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 46.1875em) {
  .news-grid {
    padding: 20px 0 40px;
  }
}
.news-grid__list {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 20px;
}
@media only screen and (max-width: 1283px) {
  .news-grid__list {
    margin-top: 30px;
  }
  .news-grid__list .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .news-grid__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  .news-grid__list .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .news-grid__list {
    margin-top: 20px;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.news-grid__item {
  padding-top: 147.4%;
}
.news-grid__item::after {
  opacity: 0;
}
.news-grid__item::before {
  opacity: 1;
}
.news-grid__item:hover::before {
  opacity: 0.85;
}
.news-grid__item:first-child {
  padding-top: 107.1%;
  grid-column: span 2;
  grid-row: span 2;
}
@media only screen and (max-width: 63.9375em) {
  .news-grid__item:first-child {
    padding-top: 147.4%;
    grid-column: span 1;
    grid-row: span 1;
  }
  .news-grid__item:first-child .hide-on-bothTM {
    display: none !important;
  }
}
.news-grid__item:nth-child(2), .news-grid__item:nth-child(3) {
  padding-top: 51.8%;
  grid-column: span 2;
}
@media only screen and (max-width: 63.9375em) {
  .news-grid__item:nth-child(2), .news-grid__item:nth-child(3) {
    padding-top: 147.4%;
    grid-column: span 1;
  }
  .news-grid__item:nth-child(2) .hide-on-bothTM, .news-grid__item:nth-child(3) .hide-on-bothTM {
    display: none !important;
  }
}
.news-grid__item:nth-child(2) .news-item__desc, .news-grid__item:nth-child(3) .news-item__desc {
  display: none;
}
@media only screen and (max-width: 63.9375em) {
  .news-grid__item:nth-child(2) .news-item__desc, .news-grid__item:nth-child(3) .news-item__desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .news-grid__item:nth-child(2) .news-item__desc .hide-on-bothTM, .news-grid__item:nth-child(3) .news-item__desc .hide-on-bothTM {
    display: none !important;
  }
}
.news-grid__item:first-child, .news-grid__item:nth-child(3) {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1283px) {
  .news-grid__item:first-child, .news-grid__item:nth-child(3) {
    margin-bottom: 30px;
  }
  .news-grid__item:first-child .hide-on-pc-HD, .news-grid__item:nth-child(3) .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .news-grid__item:first-child, .news-grid__item:nth-child(3) {
    margin-bottom: 0;
  }
  .news-grid__item:first-child .hide-on-bothTM, .news-grid__item:nth-child(3) .hide-on-bothTM {
    display: none !important;
  }
}
.news-grid__item:first-child::after, .news-grid__item:nth-child(2)::after, .news-grid__item:nth-child(3)::after {
  opacity: 1;
}
@media only screen and (max-width: 63.9375em) {
  .news-grid__item:first-child::after, .news-grid__item:nth-child(2)::after, .news-grid__item:nth-child(3)::after {
    opacity: 0;
  }
  .news-grid__item:first-child::after .hide-on-bothTM, .news-grid__item:nth-child(2)::after .hide-on-bothTM, .news-grid__item:nth-child(3)::after .hide-on-bothTM {
    display: none !important;
  }
}
.news-grid__item:first-child::before, .news-grid__item:nth-child(2)::before, .news-grid__item:nth-child(3)::before {
  opacity: 0;
}
@media only screen and (max-width: 63.9375em) {
  .news-grid__item:first-child::before, .news-grid__item:nth-child(2)::before, .news-grid__item:nth-child(3)::before {
    opacity: 1;
  }
  .news-grid__item:first-child::before .hide-on-bothTM, .news-grid__item:nth-child(2)::before .hide-on-bothTM, .news-grid__item:nth-child(3)::before .hide-on-bothTM {
    display: none !important;
  }
}
.news-grid__item:first-child:hover::after, .news-grid__item:nth-child(2):hover::after, .news-grid__item:nth-child(3):hover::after {
  opacity: 0;
}
.news-grid__item:first-child:hover::before, .news-grid__item:nth-child(2):hover::before, .news-grid__item:nth-child(3):hover::before {
  opacity: 1;
}
@media only screen and (max-width: 46.1875em) {
  .news-grid__item .news-item__group {
    left: 10px;
    bottom: 16px;
  }
}
@media only screen and (max-width: 46.1875em) {
  .news-grid__item .news-item__top {
    padding-left: 10px;
  }
}
.news-detail {
  padding: 30px 0 70px;
}
@media only screen and (max-width: 1283px) {
  .news-detail {
    padding: 30px 0 50px;
  }
  .news-detail .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .news-detail {
    padding: 30px 0 40px;
  }
  .news-detail .hide-on-bothTM {
    display: none !important;
  }
}
.news-detail__time {
  font-weight: 400;
  font-size: 18px;
}
@media only screen and (max-width: 63.9375em) {
  .news-detail__time {
    font-size: 16px;
  }
  .news-detail__time .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .news-detail__time {
    font-size: 14px;
  }
}
.news-detail__title {
  font-weight: 800;
  font-size: 40px;
  text-transform: uppercase;
  color: #2e2987;
  margin-top: 15px;
}
@media only screen and (max-width: 1440px) {
  .news-detail__title {
    font-size: 35px;
  }
}
@media only screen and (max-width: 1283px) {
  .news-detail__title {
    font-size: 30px;
    margin-top: 10px;
  }
  .news-detail__title .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .news-detail__title {
    font-size: 20px;
  }
  .news-detail__title .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .news-detail__title {
    font-size: 18px;
    margin-top: 8px;
  }
}
.news-detail__content {
  margin-top: 40px;
}
@media only screen and (max-width: 1283px) {
  .news-detail__content {
    margin-top: 25px;
  }
  .news-detail__content .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .news-detail__content {
    margin-top: 20px;
  }
  .news-detail__content .hide-on-bothTM {
    display: none !important;
  }
}
.news-detail__content * {
  padding: revert;
  margin: revert;
  font-size: revert;
  line-height: 1.5;
  text-decoration: revert;
}
.news-detail__content ul,
.news-detail__content li {
  list-style-type: revert;
}
.news-related {
  padding-bottom: 80px;
}
@media only screen and (max-width: 1283px) {
  .news-related {
    padding-bottom: 60px;
  }
  .news-related .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .news-related {
    padding-bottom: 40px;
  }
  .news-related .hide-on-bothTM {
    display: none !important;
  }
}
.news-related__title {
  font-weight: 700;
  font-size: 25px;
  color: #2e2987;
  text-transform: uppercase;
}
@media only screen and (max-width: 1283px) {
  .news-related__title {
    font-size: 20px;
  }
  .news-related__title .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .news-related__title {
    font-size: 18px;
  }
  .news-related__title .hide-on-bothTM {
    display: none !important;
  }
}
.news-related__list {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 20px;
}
@media only screen and (max-width: 63.9375em) {
  .news-related__list {
    gap: 10px;
    margin-top: 20px;
  }
  .news-related__list .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .news-related__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.news-related__item {
  padding-top: 147.4%;
}
.news-related__item::after {
  opacity: 0;
}
.news-related__item::before {
  opacity: 1;
}
.news-related__item:hover::before {
  opacity: 0.85;
}
@media only screen and (max-width: 46.1875em) {
  .news-related__item .news-item__group {
    left: 10px;
    bottom: 16px;
  }
}
@media only screen and (max-width: 46.1875em) {
  .news-related__item .news-item__top {
    padding-left: 10px;
  }
}

.partner {
  position: relative;
  padding: 80px 0 100px;
}
@media only screen and (max-width: 1440px) {
  .partner {
    padding: 60px 0 80px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .partner {
    padding: 40px 0 60px;
  }
  .partner .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .partner {
    padding: 30px 0 40px;
  }
}
.partner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 23, 23, 0.8);
}
.partner-wrapper {
  position: relative;
  z-index: 1;
}
.partner-title {
  width: 100%;
  text-align: center;
  color: #fff;
}
.partner-title .general-title__shadow {
  -webkit-text-fill-color: rgba(0, 0, 0, 0.1);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
}
.partner-swiper {
  margin-top: 50px;
}
@media only screen and (max-width: 1283px) {
  .partner-swiper {
    margin-top: 40px;
  }
  .partner-swiper .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .partner-swiper {
    margin-top: 30px;
  }
  .partner-swiper .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .partner-swiper {
    margin-top: 20px;
  }
}
.partner-item {
  padding: 90px 10px;
  background-color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1440px) {
  .partner-item {
    padding: 60px 10px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .partner-item {
    padding: 40px 10px;
  }
  .partner-item .hide-on-bothTM {
    display: none !important;
  }
}
.partner-item img {
  height: 90px;
}
@media only screen and (max-width: 1283px) {
  .partner-item img {
    height: 70px;
  }
  .partner-item img .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .partner-item img {
    height: 55px;
  }
  .partner-item img .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .partner-item img {
    height: 50px;
  }
}

.about {
  position: relative;
  overflow: hidden;
}
.about-wrapper {
  position: relative;
  z-index: 2;
}
.about-intro::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40.8%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 1;
}
.about-intro__img {
  position: relative;
  padding-top: 43.4%;
  overflow: hidden;
}
.about-intro__img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 46.1875em) {
  .about-intro__img {
    padding-top: 60%;
  }
}
.about-intro__group {
  position: absolute;
  left: 0;
  bottom: 40px;
  z-index: 2;
}
@media only screen and (max-width: 46.1875em) {
  .about-intro__group {
    bottom: 30px;
  }
}
.about-intro__title {
  font-family: "InterStatic", sans-serif;
  font-weight: 800;
  font-size: 80px;
  user-select: none;
  text-transform: uppercase;
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.5);
  background-clip: text;
}
@media only screen and (max-width: 1440px) {
  .about-intro__title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 1283px) {
  .about-intro__title {
    font-size: 65px;
  }
  .about-intro__title .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .about-intro__title {
    font-size: 55px;
  }
  .about-intro__title .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .about-intro__title {
    font-size: 40px;
  }
}
.about-intro__breadcrumb {
  margin-top: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 8px;
}
@media only screen and (max-width: 63.9375em) {
  .about-intro__breadcrumb {
    margin-top: 8px;
  }
  .about-intro__breadcrumb .hide-on-bothTM {
    display: none !important;
  }
}
.about-intro__link {
  color: #fff;
}
.about-intro__link:hover {
  opacity: 1;
  color: #fff;
  text-decoration: underline !important;
}
.about-intro__link.active:hover {
  text-decoration: none !important;
}
.about-intro__next {
  margin: 0 10px;
}
.about-intro__next img {
  width: 14px;
  height: 14px;
}
.about-process {
  overflow: hidden;
  margin-top: 50px;
}
@media only screen and (max-width: 1440px) {
  .about-process {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .about-process {
    margin-top: 25px;
  }
  .about-process .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .about-process {
    margin-top: 15px;
  }
}
.about-process__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
}
@media only screen and (max-width: 63.9375em) {
  .about-process__bg {
    position: relative;
    width: 100%;
    min-height: 450px;
    margin-top: 20px;
  }
  .about-process__bg .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .about-process__bg {
    min-height: 300px;
  }
}
.about-process__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(237.46deg, rgba(255, 255, 255, 0) 50.29%, #ffffff 93.09%);
}
.about-process__info {
  width: 50%;
  padding-right: 20px;
}
@media only screen and (max-width: 63.9375em) {
  .about-process__info {
    width: 100%;
    padding-right: 0;
  }
  .about-process__info .hide-on-bothTM {
    display: none !important;
  }
}
.about-process__desc {
  text-align: justify;
  margin-top: 30px;
}
@media only screen and (max-width: 1440px) {
  .about-process__desc {
    margin-top: 20px;
  }
}
.about-history {
  overflow: hidden;
}
.about-history__info {
  width: 50%;
  max-width: 515px;
  padding-left: 0;
  padding-right: 16px;
  margin: 0 auto 0 54px;
}
@media only screen and (max-width: 1283px) {
  .about-history__info {
    margin: 0 auto 0 24px;
  }
  .about-history__info .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .about-history__info {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 16px;
    order: -1;
  }
  .about-history__info .hide-on-bothTM {
    display: none !important;
  }
}
.about-history__title {
  padding-left: 26px;
}
@media only screen and (max-width: 63.9375em) {
  .about-history__title {
    padding-left: 0;
  }
  .about-history__title .hide-on-bothTM {
    display: none !important;
  }
}
.about-history__desc {
  text-align: justify;
  margin-top: 15px;
}
.about-history__item::after, .about-history__item::before {
  display: none;
}
.about-value {
  overflow: hidden;
}
.about-value:hover .about-value__item:first-child {
  padding-top: 0;
}
.about-value:hover .about-value__item:first-child .about-value__group {
  padding: 310px 35px 0;
}
@media only screen and (max-width: 1440px) {
  .about-value:hover .about-value__item:first-child .about-value__group {
    padding: 210px 35px 0;
  }
}
@media only screen and (max-width: 1283px) {
  .about-value:hover .about-value__item:first-child .about-value__group {
    padding: 210px 20px 0;
  }
  .about-value:hover .about-value__item:first-child .about-value__group .hide-on-pc-HD {
    display: none;
  }
}
.about-value:hover .about-value__item:nth-child(2) {
  padding-top: 142px;
}
@media only screen and (max-width: 1440px) {
  .about-value:hover .about-value__item:nth-child(2) {
    padding-top: 120px;
  }
}
.about-value:hover .about-value__item:nth-child(2) .about-value__group {
  padding: 183px 35px 0;
}
@media only screen and (max-width: 1440px) {
  .about-value:hover .about-value__item:nth-child(2) .about-value__group {
    padding: 100px 35px 0;
  }
}
@media only screen and (max-width: 1283px) {
  .about-value:hover .about-value__item:nth-child(2) .about-value__group {
    padding: 100px 20px 0;
  }
  .about-value:hover .about-value__item:nth-child(2) .about-value__group .hide-on-pc-HD {
    display: none;
  }
}
.about-value:hover .about-value__item:nth-child(3) {
  padding-top: 260px;
}
@media only screen and (max-width: 1440px) {
  .about-value:hover .about-value__item:nth-child(3) {
    padding-top: 182px;
  }
}
.about-value:hover .about-value__item:nth-child(3) .about-value__group {
  padding: 125px 35px 0;
}
@media only screen and (max-width: 1440px) {
  .about-value:hover .about-value__item:nth-child(3) .about-value__group {
    padding: 80px 35px 0;
  }
}
@media only screen and (max-width: 1283px) {
  .about-value:hover .about-value__item:nth-child(3) .about-value__group {
    padding: 80px 20px 0;
  }
  .about-value:hover .about-value__item:nth-child(3) .about-value__group .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .about-value:hover .about-value__item {
    padding-top: 90px !important;
  }
  .about-value:hover .about-value__item .hide-on-bothTM {
    display: none !important;
  }
  .about-value:hover .about-value__item .about-value__group {
    padding: 100px 16px 0 !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .about-value:hover .about-value__item {
    padding-top: 20px !important;
  }
  .about-value:hover .about-value__item .about-value__group {
    padding: 0 16px !important;
  }
}
.about-value::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(23, 23, 23, 0.5) 26.05%, rgba(23, 23, 23, 0) 43.36%);
  z-index: 0;
}
.about-value__wrapper {
  min-height: 865px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
@media only screen and (max-width: 1440px) {
  .about-value__wrapper {
    min-height: 750px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .about-value__wrapper {
    min-height: 600px;
  }
  .about-value__wrapper .hide-on-bothTM {
    display: none !important;
  }
}
.about-value__top {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 1440px) {
  .about-value__top {
    top: 60px;
  }
}
@media only screen and (max-width: 1283px) {
  .about-value__top {
    top: 50px;
  }
  .about-value__top .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .about-value__top {
    top: 40px;
  }
  .about-value__top .hide-on-bothTM {
    display: none !important;
  }
}
.about-value__title {
  width: 100%;
  color: #fff;
  text-align: center;
}
.about-value__title .general-title__shadow {
  -webkit-text-fill-color: rgba(255, 255, 255, 0.07);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
}
.about-value__list {
  width: 100%;
  flex: 1;
  margin-top: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 20px;
}
@media only screen and (max-width: 1283px) {
  .about-value__list {
    gap: 16px;
  }
  .about-value__list .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .about-value__list {
    gap: 10px;
  }
  .about-value__list .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .about-value__list {
    padding-bottom: 40px;
    margin-top: 120px;
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.about-value__item {
  position: relative;
  height: 100%;
  padding-top: 260px;
  padding-bottom: 20px;
  margin-top: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  transition: all 0.6s linear;
}
@media only screen and (max-width: 1440px) {
  .about-value__item {
    padding-top: 180px;
  }
}
@media only screen and (max-width: 46.1875em) {
  .about-value__item {
    padding-top: 20px;
  }
}
.about-value__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(46, 41, 135, 0) 0%, #2e2987 100%);
  z-index: 0;
}
.about-value__group {
  position: relative;
  z-index: 1;
  padding: 135px 35px 0;
  transition: all 0.6s linear;
}
@media only screen and (max-width: 1283px) {
  .about-value__group {
    padding: 120px 20px 0;
  }
  .about-value__group .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .about-value__group {
    padding: 90px 16px 0;
  }
  .about-value__group .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .about-value__group {
    padding: 0 16px;
  }
}
.about-value__img img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
@media only screen and (max-width: 63.9375em) {
  .about-value__img img {
    width: 50px;
    height: 50px;
  }
  .about-value__img img .hide-on-bothTM {
    display: none !important;
  }
}
.about-value__name {
  font-weight: 800;
  font-size: 30px;
  text-align: justify;
  color: #fff;
  text-transform: uppercase;
  margin-top: 25px;
}
@media only screen and (max-width: 1440px) {
  .about-value__name {
    font-size: 25px;
  }
}
@media only screen and (max-width: 1283px) {
  .about-value__name {
    font-size: 20px;
    margin-top: 20px;
  }
  .about-value__name .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .about-value__name {
    font-size: 18px;
    margin-top: 15px;
  }
  .about-value__name .hide-on-bothTM {
    display: none !important;
  }
}
.about-value__desc {
  color: #fff;
  text-align: justify;
  padding-left: 25px;
  margin-top: 30px;
}
@media only screen and (max-width: 1283px) {
  .about-value__desc {
    margin-top: 20px;
  }
  .about-value__desc .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .about-value__desc {
    margin-top: 15px;
    padding-left: 15px;
  }
  .about-value__desc .hide-on-bothTM {
    display: none !important;
  }
}
.about-value__desc p {
  position: relative;
  z-index: 1;
  color: #fff;
}
.about-value__desc p span {
  font-weight: 700;
}
.about-value__desc p::after {
  content: "";
  position: absolute;
  top: 10px;
  left: -13px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
}
.about-value__desc p + p {
  margin-top: 10px;
}
.about-base {
  min-height: 684px;
}
@media only screen and (max-width: 1283px) {
  .about-base {
    min-height: 600px;
  }
  .about-base .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .about-base {
    min-height: 500px;
  }
  .about-base .hide-on-bothTM {
    display: none !important;
  }
}
.about-base::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #ffffff 14.2%, rgba(255, 255, 255, 0.4) 100%);
  z-index: 0;
}
.about-base__wrapper {
  padding-top: 80px;
}
@media only screen and (max-width: 1440px) {
  .about-base__wrapper {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 1283px) {
  .about-base__wrapper {
    padding-top: 50px;
  }
  .about-base__wrapper .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .about-base__wrapper {
    padding-top: 40px;
  }
  .about-base__wrapper .hide-on-bothTM {
    display: none !important;
  }
}
.about-base__title .general-title__shadow {
  -webkit-text-fill-color: #fcfeff;
  z-index: 1;
}
.about-base__title .general-title__content {
  z-index: 2;
}
.about-base__list {
  position: relative;
  z-index: 3;
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 20px;
}
@media only screen and (max-width: 1283px) {
  .about-base__list {
    margin-top: 40px;
  }
  .about-base__list .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .about-base__list {
    gap: 16px;
  }
  .about-base__list .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .about-base__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.about-base__item {
  min-height: 144px;
  padding: 0 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  backdrop-filter: blur(4px);
  transition: all 0.3s linear;
  opacity: 0.8;
}
@media only screen and (max-width: 63.9375em) {
  .about-base__item {
    padding: 0 8px;
  }
  .about-base__item .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .about-base__item {
    height: 120px;
  }
}
.about-base__item:hover {
  color: #fff;
  background-color: #2e2987;
}
.about-base__item:hover .about-base__text {
  color: #fff;
}
.about-base__text {
  position: relative;
  text-align: center;
  padding-bottom: 12px;
  color: #353535;
}
@media only screen and (max-width: 63.9375em) {
  .about-base__text {
    font-size: 14px;
  }
  .about-base__text .hide-on-bothTM {
    display: none !important;
  }
}
.about-base__text::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  border-radius: 1.5px;
  background-color: #dc3d32;
}
.about-base__text span {
  display: block;
  font-weight: 700;
  font-size: 35px;
}
@media only screen and (max-width: 1283px) {
  .about-base__text span {
    font-size: 28px;
    margin-bottom: 4px;
  }
  .about-base__text span .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .about-base__text span {
    font-size: 24px;
  }
  .about-base__text span .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .about-base__text span {
    font-size: 20px;
  }
}
.about-certificate {
  padding: 80px 0;
}
@media only screen and (max-width: 1440px) {
  .about-certificate {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 1283px) {
  .about-certificate {
    padding: 50px 0;
  }
  .about-certificate .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .about-certificate {
    padding: 40px 0;
  }
  .about-certificate .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .about-certificate {
    padding: 20px 0 40px;
  }
}
.about-certificate__text {
  text-align: center;
  margin-top: 10px;
}
.about-certificate__list {
  width: fit-content;
  margin: 50px auto 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1283px) {
  .about-certificate__list {
    margin: 30px auto 0;
  }
  .about-certificate__list .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 46.1875em) {
  .about-certificate__list {
    flex-direction: column;
    margin: 20px auto 0;
  }
}
.about-certificate__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  align-items: stretch;
  width: 50%;
}
@media only screen and (max-width: 46.1875em) {
  .about-certificate__item {
    width: 100%;
  }
  .about-certificate__item + .about-certificate__item {
    margin-top: 10px;
  }
}
.about-certificate__name {
  width: 177px;
  font-weight: 700;
  font-size: 30px;
  color: #fff;
  padding: 25px;
  background-color: #2e2987;
  border-top: 10px solid #dc3d32;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
@media only screen and (max-width: 63.9375em) {
  .about-certificate__name {
    width: 100px;
    font-size: 20px;
    padding: 10px;
  }
  .about-certificate__name .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .about-certificate__name {
    width: 80px;
    font-size: 16px;
  }
}
.about-library {
  padding: 80px 0;
}
@media only screen and (max-width: 1440px) {
  .about-library {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 1283px) {
  .about-library {
    padding: 50px 0;
  }
  .about-library .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .about-library {
    padding: 40px 0;
  }
  .about-library .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .about-library {
    padding: 20px 0;
  }
}
.about-library::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(46, 41, 135, 0.8);
  z-index: 0;
}
.about-library__title {
  text-align: center;
}
.about-library__title .general-title__shadow {
  -webkit-text-fill-color: #302c77;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
}
.about-library__slider {
  margin-top: 50px;
}
@media only screen and (max-width: 1283px) {
  .about-library__slider {
    margin-top: 30px;
  }
  .about-library__slider .hide-on-pc-HD {
    display: none;
  }
}
.about-library__item {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
.about-library__item > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-library__btn {
  margin-top: 60px;
}
@media only screen and (max-width: 1283px) {
  .about-library__btn {
    margin-top: 40px;
  }
  .about-library__btn .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .about-library__btn {
    margin-top: 30px;
  }
  .about-library__btn .hide-on-bothTM {
    display: none !important;
  }
}
.about-library__detail {
  padding: 25px 0 60px;
}
@media only screen and (max-width: 63.9375em) {
  .about-library__detail {
    padding: 25px 0 45px;
  }
  .about-library__detail .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .about-library__detail {
    padding: 25px 0 35px;
  }
}
.about-library__heading {
  width: 100%;
  text-align: center;
}
.about-library__breadcrumb {
  margin-top: 0;
}
.about-library__breadcrumb .about-intro__link {
  color: #a3a2bd;
}
.about-library__content {
  padding-top: 50px;
}
@media only screen and (max-width: 1283px) {
  .about-library__content {
    padding-top: 40px;
  }
  .about-library__content .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .about-library__content {
    padding-top: 30px;
  }
  .about-library__content .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .about-library__content {
    padding-top: 20px;
  }
}
.about-library__list {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px 20px;
}
@media only screen and (max-width: 1283px) {
  .about-library__list {
    margin-top: 30px;
  }
  .about-library__list .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .about-library__list {
    margin-top: 20px;
    grid-template-columns: repeat(3, 1fr);
  }
  .about-library__list .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .about-library__list {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.about-library__list .about-library__item:first-child, .about-library__list .about-library__item:nth-child(14) {
  grid-row: span 2;
  grid-column: span 2;
}
@media only screen and (max-width: 63.9375em) {
  .about-library__list .about-library__item:first-child, .about-library__list .about-library__item:nth-child(14) {
    grid-row: span 1;
    grid-column: span 1;
  }
  .about-library__list .about-library__item:first-child .hide-on-bothTM, .about-library__list .about-library__item:nth-child(14) .hide-on-bothTM {
    display: none !important;
  }
}

.recruitment-table {
  overflow: hidden;
  background-color: #f8f8f8;
}
.recruitment-table__wrapper {
  position: relative;
  z-index: 3;
  padding: 58px 0 110px;
}
@media only screen and (max-width: 1283px) {
  .recruitment-table__wrapper {
    padding: 40px 0 80px;
  }
  .recruitment-table__wrapper .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .recruitment-table__wrapper {
    padding: 20px 0 50px;
  }
  .recruitment-table__wrapper .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .recruitment-table__wrapper {
    padding: 10px 0 40px;
  }
}
.recruitment-table__custom {
  margin-top: 46px;
  border-radius: 8px 8px 0 0;
  background-color: #fff;
}
@media only screen and (max-width: 1283px) {
  .recruitment-table__custom {
    margin-top: 30px;
  }
  .recruitment-table__custom .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .recruitment-table__custom {
    margin-top: 20px;
  }
  .recruitment-table__custom .hide-on-bothTM {
    display: none !important;
  }
}
.recruitment-table__row {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
.recruitment-table__row:last-child .recruitment-table__cell {
  border-bottom: 0;
}
@media only screen and (max-width: 46.1875em) {
  .recruitment-table__row {
    flex-direction: column;
    padding: 18px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  }
  .recruitment-table__row:first-child {
    display: none;
  }
  .recruitment-table__row:last-child {
    border-bottom: 0;
  }
}
.recruitment-table__header {
  flex: 2;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  padding: 30px 8px 30px 0;
  background-color: #2e2987;
}
@media only screen and (max-width: 63.9375em) {
  .recruitment-table__header {
    font-size: 14px;
    padding: 20px 0;
  }
  .recruitment-table__header .hide-on-bothTM {
    display: none !important;
  }
}
.recruitment-table__header:first-child {
  flex: 3;
  padding-left: 54px;
  border-radius: 8px 0 0 0;
}
@media only screen and (max-width: 1283px) {
  .recruitment-table__header:first-child {
    padding-left: 20px;
  }
  .recruitment-table__header:first-child .hide-on-pc-HD {
    display: none;
  }
}
.recruitment-table__header:last-child {
  padding-right: 54px;
  border-radius: 0 8px 0 0;
}
@media only screen and (max-width: 1283px) {
  .recruitment-table__header:last-child {
    padding-right: 0;
  }
  .recruitment-table__header:last-child .hide-on-pc-HD {
    display: none;
  }
}
.recruitment-table__cell {
  flex: 2;
  font-weight: 300;
  color: #3f3f3f;
  padding: 30px 8px 30px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 63.9375em) {
  .recruitment-table__cell {
    font-size: 14px;
    padding: 20px 0;
  }
  .recruitment-table__cell .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .recruitment-table__cell {
    width: 100%;
    text-align: left !important;
    padding: 4px 20px;
    border-bottom: none;
  }
}
.recruitment-table__cell:first-child {
  flex: 3;
}
.recruitment-table__title {
  display: none;
}
@media only screen and (max-width: 46.1875em) {
  .recruitment-table__title {
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
    margin-right: 6px;
  }
}
.recruitment-table__position {
  padding-left: 54px !important;
}
@media only screen and (max-width: 1283px) {
  .recruitment-table__position {
    padding-left: 20px !important;
  }
  .recruitment-table__position .hide-on-pc-HD {
    display: none;
  }
}
.recruitment-table__status {
  padding-right: 54px !important;
}
@media only screen and (max-width: 1283px) {
  .recruitment-table__status {
    padding-right: 0 !important;
  }
  .recruitment-table__status .hide-on-pc-HD {
    display: none;
  }
}
.recruitment-table__status span {
  font-weight: 400 !important;
  text-align: center;
  color: #fff;
  padding: 8px 20px 9px;
  border-radius: 18.5px;
  background-color: #003277;
}
.recruitment-table__status.expired span {
  background-color: #e1e1e1;
}

.contact {
  padding: 70px 0 90px;
  background-color: #f8f8f8;
}
@media only screen and (max-width: 1283px) {
  .contact {
    padding: 60px 0 80px;
  }
  .contact .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .contact {
    padding: 40px 0 65px;
  }
  .contact .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .contact {
    padding: 30px 0 50px;
  }
}
.contact-banner::after {
  z-index: 0;
}
.contact-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 63.9375em) {
  .contact-wrapper {
    flex-direction: column;
  }
  .contact-wrapper .hide-on-bothTM {
    display: none !important;
  }
}
.contact-info, .contact-form {
  flex: 1;
}
@media only screen and (max-width: 63.9375em) {
  .contact-info, .contact-form {
    width: 100%;
  }
  .contact-info .hide-on-bothTM, .contact-form .hide-on-bothTM {
    display: none !important;
  }
}
.contact-info {
  margin-right: 20px;
}
@media only screen and (max-width: 63.9375em) {
  .contact-info {
    margin-right: 0;
  }
  .contact-info .hide-on-bothTM {
    display: none !important;
  }
}
.contact-info__title {
  font-weight: 700;
  font-size: 22px;
  color: #2e2987;
  text-transform: uppercase;
}
@media only screen and (max-width: 63.9375em) {
  .contact-info__title {
    font-size: 20px;
  }
  .contact-info__title .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .contact-info__title {
    font-size: 18px;
  }
}
.contact-info__group {
  margin-top: 25px;
}
.contact-info__map {
  margin-top: 50px;
}
@media only screen and (max-width: 1440px) {
  .contact-info__map {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1283px) {
  .contact-info__map {
    margin-top: 30px;
  }
  .contact-info__map .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .contact-info__map {
    margin-top: 25px;
  }
  .contact-info__map .hide-on-bothTM {
    display: none !important;
  }
}
.contact-info__map iframe {
  width: 100%;
  height: 380px;
}
@media only screen and (max-width: 1283px) {
  .contact-info__map iframe {
    height: 350px;
  }
  .contact-info__map iframe .hide-on-pc-HD {
    display: none;
  }
}
.contact-form {
  padding: 65px 35px;
  margin-top: -115px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  border: 5px solid #dc3d32;
  border-radius: 0 0 130px 0;
}
@media only screen and (max-width: 1283px) {
  .contact-form {
    padding: 50px 30px;
    margin-top: -100px;
  }
  .contact-form .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .contact-form {
    padding: 35px 20px 40px;
    margin-top: 30px;
    border-radius: 0 0 80px 0;
  }
  .contact-form .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .contact-form {
    padding: 30px 15px 35px;
    margin-top: 20px;
    border-radius: 0 0 60px 0;
  }
}
.contact-form__title {
  font-weight: 600;
  font-size: 25px;
  color: #353535;
  margin-bottom: 30px;
}
@media only screen and (max-width: 63.9375em) {
  .contact-form__title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .contact-form__title .hide-on-bothTM {
    display: none !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .contact-form__title {
    font-size: 20px;
  }
}
.contact-form__group + .contact-form__group {
  margin-top: 15px;
}
.contact-form__label {
  color: #353535;
  margin-bottom: 12px;
}
.contact-form__input {
  display: block;
  width: 100%;
  padding: 12px 18px;
  border-radius: 5px;
  border: 1px solid #686778;
}
.contact-form__input::placeholder {
  font-weight: 300;
}
.contact-form__textarea {
  height: 120px;
  resize: none;
}
.contact-form__btn {
  font-weight: 500;
  color: #fff;
  margin-top: 50px;
  padding: 10px 20px;
  border-radius: 2px;
  background-color: #2e2987;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  transition: all 0.2s linear;
}
@media only screen and (max-width: 1283px) {
  .contact-form__btn {
    margin-top: 40px;
  }
  .contact-form__btn .hide-on-pc-HD {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .contact-form__btn {
    margin-top: 30px;
  }
  .contact-form__btn .hide-on-bothTM {
    display: none !important;
  }
}
.contact-form__btn:hover {
  opacity: 1;
  transform: scale3d(1.05, 1.05, 1);
}
.contact-form__btn img {
  margin-left: 15px;
  flex-shrink: 0;
}

/*# sourceMappingURL=style.css.map */
