@import url("../js/library/fontawesome/css/all.css");
@import url("../js/library/aos/aos.css");
@import url("../js/library/swiper/swiper-bundle.min.css");
@import url("../js/library/slick/slick.css");
@import url("../js/library/themify-icons/themify-icons.css");
@import url("../js/library/select2/select2.min.css");
@import url("../js/library/wow/animate.min.css");
@import url("../js/library/themifi/themify-icons.css");
@import url("../js/library/magnific/magnific-popup.css");
@import url("../js/library/gallery/lightgallery.min.css");
@import url("../js/library/datetime/daterangepicker.css");
@import url("../assets/font/MyriadPro/stylesheet.css");
@import url("../assets/font/SFProDisplay/stylesheet.css");
@import url("../assets/font/Themify/stylesheet.css");
@import url("../assets/font/SVN-Gotham/stylesheet.css");
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,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Myriad Pro";
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  -webkit-tap-highlight-color: transparent;
  color: #212223;
}
@media screen and (max-width: 600px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
}
@media screen and (min-width: 1200px) {
  a:hover {
    color: #F26F33;
  }
}

button,
select,
input,
textarea {
  border: none;
  outline: none;
  box-shadow: none;
  font-family: "Myriad Pro";
  color: #212223;
}
button:focus,
select:focus,
input:focus,
textarea:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
button:focus-visible,
select:focus-visible,
input:focus-visible,
textarea:focus-visible {
  border: none;
  outline: none;
  box-shadow: none;
}

img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

button {
  cursor: pointer;
  padding: 0;
}

.main {
  min-height: 68vh;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
  background-color: white !important;
  color: black !important;
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  -webkit-text-fill-color: black !important;
}

.container {
  width: 100%;
  max-width: 123rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.container-header {
  max-width: 137rem;
}
.container.large {
  max-width: 158.2rem;
  padding: 0 1.2rem;
}

.over {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}
.over::-webkit-scrollbar {
  display: none;
}

.no-scroll {
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  overscroll-behavior: none;
}

iframe {
  vertical-align: middle;
}

.effectShine {
  position: relative;
  overflow: hidden;
}

.effectShine::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.wow {
  animation-duration: 1s;
}

.load-item {
  display: none;
}

.show-hide-toggle {
  cursor: pointer;
}

.dnor {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-align-items: stretch;
  margin: 0 -15px;
  flex-wrap: wrap;
}
.dnor-item {
  padding: 0 15px;
}

.dmini {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.dmini-item {
  padding: 0 5px;
}

.dsmall {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -1.2rem;
}
.dsmall-item {
  padding: 0 1.2rem;
}

@-moz-keyframes phoneRing {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes phoneRing {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-o-keyframes phoneRing {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phoneRing {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-35deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(35deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-35deg) scale(1.1) skew(1deg);
  }
  40% {
    transform: rotate(35deg) scale(1.1) skew(1deg);
  }
  50% {
    transform: rotate(-35%) scale(1) skew(1deg);
  }
  60% {
    transform: rotate(35%) scale(1) skew(1deg);
  }
  70% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@-webkit-keyframes ZoomIn {
  0% {
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes ZoomIn {
  50% {
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes Spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes Spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes BTT {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes halo {
  from {
    transform: translate(-50%, -50%) scale(0);
  }
  to {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes mirror {
  100% {
    transform: translate3d(2000%, 0, 0) rotate(35deg);
  }
}
@keyframes DownUp {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-10px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes jelly {
  25% {
    transform: scale(0.9, 1.1);
  }
  50% {
    transform: scale(1.1, 0.9);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
}
@keyframes jellyTranForm {
  25% {
    transform: translate(-50%, -50%) scale(0.9, 1.1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1, 0.9);
  }
  75% {
    transform: translate(-50%, -50%) scale(0.95, 1.05);
  }
}
@keyframes jittery {
  5%, 50% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.9);
  }
  15% {
    transform: scale(1.05);
  }
  20% {
    transform: scale(1.05) rotate(-5deg);
  }
  25% {
    transform: scale(1.05) rotate(5deg);
  }
  30% {
    transform: scale(1.05) rotate(-3deg);
  }
  35% {
    transform: scale(1.05) rotate(2deg);
  }
  40% {
    transform: scale(1.05) rotate(0);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes grow {
  from {
    transform: scale(0, 0);
    opacity: 1;
  }
  to {
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
}
@keyframes animate2 {
  0% {
    opacity: 1;
    transform: scale(1.05);
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 0;
    transform: scale(0.2);
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/* Styles for dialog window */
#small-dialog {
  background: white;
  padding: 2rem 30px;
  text-align: left;
  max-width: 40rem;
  margin: 4rem auto;
  position: relative;
}

/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-2rem) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-2rem) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-2rem) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-2rem) perspective(600px) rotateX(10deg);
  transform: translateY(-2rem) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gap > .col,
.no-gap > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.flex-center {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-center-between {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-1 {
  flex: 1;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-shrink {
  flex-shrink: 0;
}
.flex-ai-start {
  align-items: flex-start;
}
.flex-ai-center {
  align-items: center;
}
.flex-ai-end {
  align-items: flex-end;
}
.flex-jc-start {
  justify-content: flex-start;
}
.flex-jc-center {
  justify-content: center;
}
.flex-jc-end {
  justify-content: flex-end;
}
.flex-jc-between {
  justify-content: space-between;
}
.flex-jc-around {
  justify-content: space-around;
}
.flex-jc-evenly {
  justify-content: space-evenly;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-column {
  flex-direction: column;
}
.flex-column-reverse {
  flex-direction: column-reverse;
}

.pos-relative {
  position: relative;
}
.pos-abs {
  position: absolute;
}
.pos-fixed {
  position: fixed;
}
.pos-sticky {
  position: sticky;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.overflow-hidden {
  overflow: hidden;
}
.overflow-auto {
  overflow: auto;
}
.overflow-scroll {
  overflow: scroll;
}

.w-full {
  width: 100%;
}
.w-50 {
  width: 50%;
}
.w-screen {
  width: 100vw;
}
.w-fit {
  width: fit-content;
}
.w-max {
  width: max-content;
}
.w-min {
  width: min-content;
}

.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.h-50 {
  height: 50%;
}

.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-justify {
  text-align: justify;
}

.upper {
  text-transform: uppercase;
}

.lower {
  text-transform: lowercase;
}

.capital {
  text-transform: capitalize;
}

.rounded-full {
  border-radius: 100rem;
}
.rounded-inherit {
  border-radius: inherit;
}
.rounded-xl {
  border-radius: 20px;
}
.rounded-lg {
  border-radius: 12px;
}
.rounded-md {
  border-radius: 8px;
}
.rounded-sm {
  border-radius: 4px;
}

.border-none {
  border: none;
}
.border-current {
  border-color: currentColor;
}

.outline-none {
  outline: none;
}
.outline-current {
  outline-color: currentColor;
}

.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.bg-fixed {
  background-attachment: fixed;
}

.pointer {
  cursor: pointer;
}
.pointer-none {
  pointer-events: none;
}

.resize-none {
  resize: none;
}

.block {
  display: block;
}

.in-block {
  display: inline-block;
}

.in-flex {
  display: inline-flex;
}

.opacity-1 {
  opacity: 0.1;
}

.opacity-2 {
  opacity: 0.2;
}

.opacity-3 {
  opacity: 0.3;
}

.opacity-4 {
  opacity: 0.4;
}

.opacity-5 {
  opacity: 0.5;
}

.opacity-6 {
  opacity: 0.6;
}

.opacity-7 {
  opacity: 0.7;
}

.opacity-8 {
  opacity: 0.8;
}

.opacity-9 {
  opacity: 0.9;
}

.hidden {
  display: none;
}

.show {
  display: block;
}

.back-to-top {
  width: 4rem;
  height: 4rem;
  border-radius: 6px;
  position: fixed;
  bottom: 12rem;
  right: 3rem;
  z-index: 600;
  transform: translateX(3rem);
  opacity: 0;
  transition: 0.5s linear;
  cursor: pointer;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.back-to-top-inner img {
  display: block;
}
@media screen and (max-width: 1201px) {
  .back-to-top {
    width: 3rem;
    height: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .back-to-top {
    right: 1.5rem;
  }
}
.back-to-top.active {
  visibility: visible;
  transform: translateX(0);
  opacity: 1;
}
.back-to-top .triangle {
  display: block;
  width: 0;
  height: 0;
  z-index: 2;
  border: 8px solid transparent;
  border-bottom: 6px solid #fff;
  margin-top: -6px;
  border-radius: 5px;
}
.back-to-top .triangle:nth-child(1) {
  animation: BTT 1.5s linear 0.6s infinite;
}
.back-to-top .triangle:nth-child(2) {
  animation: BTT 1.5s linear 0.3s infinite;
}
.back-to-top .triangle:nth-child(3) {
  animation: BTT 1.5s linear 0s infinite;
}
@media only screen and (min-width: 901px) {
  .back-to-top:hover {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }
}

[data-aos=fade-up-cus] {
  transform: translate(0, 4rem);
  opacity: 0;
  transition-property: transform, opacity;
}
[data-aos=fade-up-cus].aos-animate {
  transform: translate(0, 0);
  opacity: 1;
}

[data-aos=fade-down-cus] {
  transform: translate(0, -4rem);
  opacity: 0;
  transition-property: transform, opacity;
}
[data-aos=fade-down-cus].aos-animate {
  transform: translate(0, 0);
  opacity: 1;
}

[data-aos=fade-left-cus] {
  transform: translate(4rem, 0);
  opacity: 0;
  transition-property: transform, opacity;
}
[data-aos=fade-left-cus].aos-animate {
  transform: translate(0, 0);
  opacity: 1;
}

[data-aos=fade-right-cus] {
  transform: translate(-4rem, 0);
  opacity: 0;
  transition-property: transform, opacity;
}
[data-aos=fade-right-cus].aos-animate {
  transform: translate(0, 0);
  opacity: 1;
}

.menu-nav {
  height: 100%;
}
@media (max-width: 1201px) {
  .menu-nav {
    width: 100%;
    overflow: auto;
    height: auto;
  }
}
.menu-nav > .menu-list {
  height: 100%;
  margin: 0 -2rem;
}
@media (max-width: 1300px) {
  .menu-nav > .menu-list {
    margin: 0 -1rem;
  }
}
@media (max-width: 1201px) {
  .menu-nav > .menu-list {
    height: auto;
    margin: 0;
    position: relative;
  }
}
.menu-nav > .menu-list > .menu-item {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 1201px) {
  .menu-nav > .menu-list > .menu-item:hover > a {
    color: #F26F33;
  }
  .menu-nav > .menu-list > .menu-item:hover::before {
    width: 100%;
  }
}
@media (max-width: 1201px) {
  .menu-nav > .menu-list > .menu-item {
    width: 100%;
    flex-direction: column;
    align-items: start;
    border-top: 0.1rem solid #1E2D5A;
  }
  .menu-nav > .menu-list > .menu-item:last-child {
    border-bottom: 0.1rem solid #1E2D5A;
  }
}
@media screen and (min-width: 1201px) {
  .menu-nav > .menu-list > .menu-item:hover::before {
    width: 100%;
  }
}
.menu-nav > .menu-list > .menu-item > a {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
  white-space: nowrap;
  transition: all 0.3s;
  position: relative;
}
@media (max-width: 1201px) {
  .menu-nav > .menu-list > .menu-item > a {
    padding: 2rem 1.5rem;
    width: 100%;
    color: #1E2D5A;
    white-space: inherit;
  }
}
.menu-nav > .menu-list > .menu-item.current-menu-item > a, .menu-nav > .menu-list > .menu-item.current_page_item > a, .menu-nav > .menu-list > .menu-item.current_page_ancestor > a {
  color: #F26F33;
}
@media (min-width: 1200px) {
  .menu-nav > .menu-list > .menu-item.current-menu-item > a {
    color: #F26F33;
  }
}
.menu-nav > .menu-list > .menu-item > .menu-list {
  top: 100%;
}
@media screen and (min-width: 1200px) {
  .menu-nav > .menu-list > .menu-item > .menu-list {
    display: block !important;
  }
}
.menu-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1201px) {
  .menu-list {
    flex-direction: column;
    align-items: start;
    justify-content: flex-start;
  }
}
@media (max-width: 1201px) {
  .menu-list .menu-list {
    position: relative !important;
  }
  .menu-list .menu-list::before {
    position: absolute;
    width: 1px;
    height: calc(100% - 3rem);
    content: "";
    background: #1E2D5A;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 1201px) {
  .menu-list .menu-list .dropdown a i {
    top: 1rem;
  }
}
.menu-list .current_page_ancestor > .menu-link {
  color: #F26F33 !important;
}
.menu-list .current_page_ancestor .current-menu-item > .menu-link {
  color: #F26F33;
}
.menu-item {
  position: relative;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
}
@media screen and (min-width: 1200px) and (min-width: 1201px) {
  .menu-item:hover > .menu-list {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
  }
}
@media screen and (min-width: 1200px) and (min-width: 1201px) {
  .menu-item:hover > .menu-list > .menu-list {
    transform: translate(0%, 0);
  }
}
.menu-item > a {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #ffffff;
  padding: 1.1rem 2.2rem 1rem;
  display: inline-block;
}
.menu-item > a > i {
  display: none;
  font-weight: 400;
  margin-left: 0.4rem;
}
@media (max-width: 1201px) {
  .menu-item > a > i {
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .menu-item > a > i {
    pointer-events: none;
  }
}
@media (max-width: 1201px) {
  .menu-item a i.active {
    transform: rotate(180deg) !important;
  }
}
.menu-item.dropdown > a > i {
  display: inline-block;
  position: absolute;
  right: -1rem;
  font-size: 1.2rem;
  width: 3.5rem;
  height: 3.5rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
@media (max-width: 1201px) {
  .menu-item.dropdown > a > i {
    right: 1.5rem;
    transition: all 0.3s ease-in-out;
  }
}
.menu-item > .menu-list {
  position: absolute;
  top: 100%;
  left: 50%;
  min-width: 20rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: white;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  width: 100%;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 1201px) {
  .menu-item > .menu-list {
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 0);
  }
  .menu-item > .menu-list:hover {
    transform: translate(-50%, 0);
  }
}
@media (max-width: 1201px) {
  .menu-item > .menu-list {
    position: static;
    padding-left: 1.5rem;
    background-color: transparent;
    box-shadow: none;
    display: none;
    transition: none;
  }
}
.menu-item > .menu-list > .menu-item {
  margin-left: 0;
  width: 100%;
}
.menu-item > .menu-list > .menu-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background-color: #1E2D5A;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  opacity: 0;
}
@media screen and (min-width: 1201px) {
  .menu-item > .menu-list > .menu-item:hover {
    background-color: rgba(30, 45, 90, 0.1);
  }
  .menu-item > .menu-list > .menu-item:hover::before {
    opacity: 0;
  }
}
.menu-item > .menu-list > .menu-item > a {
  padding: 1rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #1E2D5A;
}
.menu-item > .menu-list > .menu-item > a > i {
  transform: rotate(-90deg) translate(7px, 0);
}
@media (max-width: 1201px) {
  .menu-item > .menu-list > .menu-item > a > i {
    transform: none;
  }
}
.menu-item > .menu-list > .menu-item > .menu-list {
  left: 100%;
}
@media (max-width: 1201px) {
  .menu-item > .menu-list > .menu-item > .menu-list {
    left: auto;
  }
}
.menu-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1201px) {
  .menu-top {
    padding: 0;
    border-bottom: 0;
  }
}
.menu-top .header-search {
  order: 3;
}
@media screen and (min-width: 1201px) {
  .menu-top .header-search {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .menu-top .header-search {
    margin-right: 0;
  }
}
.menu-mb > .menu-item:last-child {
  border-bottom: 0 !important;
}
@media screen and (min-width: 1201px) {
  .menu-mb {
    display: none;
  }
}

.menu-page {
  background-color: #F26F33;
}
@media screen and (max-width: 1200px) {
  .menu-page .container {
    padding: 0;
  }
}
@media screen and (max-width: 1200px) {
  .menu-page .menu-list {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .menu-page .menu-list::-webkit-scrollbar {
    display: none;
  }
  .menu-page .menu-list::-webkit-scrollbar {
    height: 0.2rem;
  }
}
.menu-page .menu-item {
  flex: 1;
  text-align: center;
}
@media screen and (min-width: 1201px) {
  .menu-page .menu-item:hover {
    background-color: #1E2D5A;
  }
}
.menu-page .menu-item:not(:first-child) {
  margin-left: 0;
}
.menu-page .menu-item:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 2.4rem;
  background-color: rgba(255, 255, 255, 0.4);
  left: 0;
}
.menu-page .menu-item::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.1s ease-in-out;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -ms-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  border-left: 1.5rem solid transparent;
  border-top: 1.5rem solid transparent;
  border-right: 1.5rem solid transparent;
  border-bottom: 1.5rem solid #f8f8f8;
}
.menu-page .menu-item.current_page_item {
  background-color: #1E2D5A;
}
.menu-page .menu-item.current_page_item::after {
  opacity: 1;
  visibility: visible;
}
.menu-page .menu-item a {
  padding: 3rem 1.5rem;
  text-transform: uppercase;
  color: white;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .menu-page .menu-item a {
    white-space: nowrap;
    padding: 2.4rem 3rem;
  }
}

::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #1E2D5A;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #1E2D5A;
}

:root {
  --headerHeight: 12rem;
}

@media (max-width: 1201px) {
  :root {
    --headerHeight: 5.6rem;
  }
}
.header {
  position: relative;
  z-index: 999;
  background: #1E2D5A;
  transition: all 0.3s;
}
@media (max-width: 1201px) {
  .header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 996;
  }
}
@media screen and (max-width: 1200px) {
  .header.out {
    filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.1));
  }
}
.header-menu {
  background: #001749;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 998;
}
.header-menu .header-logo {
  width: 16rem;
  margin-left: 1rem;
}
.header-menu.out {
  filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.1));
}
@media (max-width: 1201px) {
  .header-menu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 998;
    width: 30vw;
    min-width: 28rem;
    background: white;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    transform: translateX(-100%);
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
  }
  .header-menu.show {
    transform: translateX(0);
  }
}
@media (max-width: 1201px) and (max-width: 600px) {
  .header-menu {
    width: 100vw;
  }
}
.header-menu .header-logo {
  margin-bottom: 2rem;
  position: relative;
  order: 1;
  position: static;
  transform: none;
  width: 12rem;
  margin-top: 2rem;
}
@media (min-width: 1201px) {
  .header-menu .header-logo {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .header-menu .header-logo {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 1200px) {
  .header-menu .header-search {
    display: none;
  }
}
.header-menu .container {
  order: 2;
}
@media screen and (max-width: 1201px) {
  .header-menu .container {
    padding: 0;
    flex-wrap: wrap;
    overflow: auto;
  }
}
.header-menu .contact {
  margin-top: auto;
  padding: 1.5rem 1rem;
  order: 3;
}
@media (min-width: 1201px) {
  .header-menu .contact {
    display: none;
  }
}
.header-menu .contact-item {
  padding: 1rem 0;
}
.header-menu .contact-item .tit {
  flex-shrink: 0;
  color: #1E2D5A;
  float: left;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.2;
  margin-right: 0.4rem;
}
.header-menu .contact-item .icon {
  color: #1E2D5A;
  width: 1.6rem;
  margin-right: 0.6rem;
  width: 1.6rem;
  display: inline-block;
  float: left;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}
.header-menu .contact-item .icon img {
  display: block;
}
.header-menu .contact-item .text {
  color: #212223;
  font-size: 1.4rem;
  line-height: 1.2;
}
.header-menu .contact .icon-mona {
  width: 2.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-shrink: 0;
  margin-right: 0.8rem;
}
.header-manipulation {
  flex-wrap: nowrap;
  position: relative;
}
@media screen and (max-width: 1201px) {
  .header-manipulation {
    order: 3;
  }
}
.header-search {
  margin-right: 1.8rem;
  position: relative;
  margin-left: auto;
}
.header-search .icon {
  display: block;
  width: 3.4rem;
  height: 3.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .header-search .icon {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 1.2rem;
  }
}
.header-search .icon i {
  font-weight: 900;
}
@media (min-width: 1201px) {
  .header-search .icon:hover {
    color: #F26F33;
  }
}
@media screen and (max-width: 1201px) {
  .header-search-desk {
    display: none;
  }
}
.header-search-desk.clicked .form-search {
  max-width: 33rem;
}
.header-search-desk .form-search {
  max-width: 12.4rem;
  position: static;
  padding: 1rem 0;
}
.header-search-desk .form-search .form-wrap {
  align-items: flex-end;
}
.header-search-desk .form-search .input {
  background: transparent;
  border: none;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.3);
  color: white;
  padding: 0;
  padding-bottom: 0.2rem;
}
.header-search-desk .form-search .input::placeholder {
  font-size: 1.4rem;
  line-height: 1.36;
  color: rgba(255, 255, 255, 0.3);
}
.header-search-desk .form-search .btn-search {
  background: url(../assets/images/search.svg), transparent;
  background-repeat: no-repeat;
  background-position: center;
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.6rem;
}
.header-logo {
  width: 21rem;
}
@media (max-width: 1201px) {
  .header-logo {
    width: 12rem;
    padding: 0.5rem 0;
  }
}
.header-logo a {
  display: block;
}
.header-logo img {
  width: 100%;
  object-fit: contain;
  display: block;
}
.header .social {
  margin-right: 1.8rem;
}
@media screen and (max-width: 450px) {
  .header .social {
    display: none;
  }
}
.header .lang {
  cursor: pointer;
  user-select: none;
}
.header .lang-lst {
  display: none;
  z-index: 10;
  background: white;
  left: -0.8rem;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
}
.header .lang-item {
  padding: 0.5rem 0.8rem;
  transition: all 0.3s;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media screen and (min-width: 1200px) {
  .header .lang-item:hover {
    background: #1E2D5A;
  }
}
.header .lang .text {
  margin: 0 0.8rem;
}
@media screen and (max-width: 600px) {
  .header .lang .text {
    display: none;
  }
}
.header .lang img {
  width: 2.4rem;
  border-radius: 0.2rem;
}
@media screen and (max-width: 600px) {
  .header .lang img {
    width: 1.6rem;
  }
}
.header .lang .icon {
  color: #1E2D5A;
  width: 1.6rem;
  height: 1.6rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-left: 0.2rem;
  font-size: 1rem;
  border-radius: 0.2rem;
}
.header .lang .icon i {
  font-weight: 900;
}
.header-close {
  position: absolute;
  right: 2rem;
  top: 2rem;
  width: 4rem;
  height: 4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
}
@media (min-width: 1201px) {
  .header-close {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .header-close {
    width: 3rem;
    height: 3rem;
    top: 2.5rem;
  }
}
.header .header-nav {
  margin-left: auto;
  margin-right: 4.1rem;
}
@media screen and (max-width: 1201px) {
  .header .header-nav {
    display: none;
  }
}
.header .header-nav .menu-item {
  padding: 2rem 0;
}
.header .header-nav .menu-item .menu-item {
  padding: 0;
}
.header .header-nav .menu-item.current-menu-item::before, .header .header-nav .menu-item.current_page_item::before, .header .header-nav .menu-item.current_page_ancestor::before {
  width: calc(100% - 4.4rem);
}
.header .header-nav .menu-item::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0.2rem;
  background: #F26F33;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}
.header .header-nav .menu-item:not(:last-child) a {
  border-right: 0.1rem solid rgba(255, 255, 255, 0.1);
}
@media screen and (min-width: 1201px) {
  .header .header-nav .menu-item:hover::before {
    width: calc(100% - 4.4rem);
  }
}
@media screen and (min-width: 1201px) {
  .header .header-nav .menu-item.dropdown > a {
    padding-right: 4rem;
  }
}
.header .header-nav .menu-item.dropdown i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.5rem;
}
.header .header-nav > .menu-list {
  margin-left: -2.2rem;
  margin-right: -2.2rem;
}

.footer {
  overflow: hidden;
  background: #001749;
  padding-bottom: 2.4rem;
}
.footer .widget_nav_menu h3.head.mona-widget-title {
  padding: 0 0.75rem;
}
.footer a,
.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer i {
  color: white;
}
.footer .info-item {
  color: white;
}
.footer-list {
  margin: -2rem -0.75rem;
}
.footer-item {
  padding: 2rem 0.75rem;
  width: 50%;
}
@media screen and (max-width: 600px) {
  .footer-item {
    width: 100%;
  }
}
.footer-item .btn.icon {
  width: fit-content;
}
.footer-item .btn.icon .btn-inner {
  color: #212223;
}
.footer-item .btn.icon .icon {
  width: 2.4rem;
  height: 2.4rem;
}
.footer-item .btn.icon .icon i {
  color: #212223;
}
.footer-item .btn.icon::before {
  background: #72C3D5;
}
.footer-logo {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 21rem;
}
.footer-content {
  padding-bottom: 3.4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.footer-social {
  padding: 1.7rem 0;
  border-bottom: 1px solid rgba(211, 211, 211, 0.3);
}
@media screen and (max-width: 800px) {
  .footer-social {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer-social .social-item {
  border-radius: 50%;
  overflow: hidden;
}
.footer-social .social-item:not(:last-child) {
  margin-right: 0.8rem;
}
.footer-social .social-item a {
  width: 2.4rem;
  height: 2.4rem;
  display: inline-block;
}
.footer-social .payment {
  margin-left: auto;
  margin-right: 1.2rem;
}
@media screen and (max-width: 800px) {
  .footer-social .payment {
    margin: 2rem 0;
  }
}
.footer-social .payment .text {
  margin-right: 3.2rem;
}
.footer-social .payment-item {
  width: 2.4rem;
}
.footer-social .payment-item:not(:last-child) {
  margin-right: 0.7rem;
}
.footer-social .img-noti {
  width: 12.4rem;
}
.footer-info {
  padding-top: 2.4rem;
}
@media screen and (max-width: 800px) {
  .footer-info {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer-info .coppyright {
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.footer-form {
  align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
}
.footer-form .text-sign {
  margin-right: 5.1rem;
}
@media screen and (max-width: 1200px) {
  .footer-form .text-sign {
    margin-right: 1.5rem;
  }
}
@media screen and (max-width: 800px) {
  .footer-form .text-sign {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.6rem;
  }
}
.footer-form input {
  background: white;
  border: 0.1rem solid rgba(255, 255, 255, 0.5);
  width: 100%;
  padding: 1.5rem 2.1rem;
  padding-right: 15rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.25;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 800px) {
  .footer-form input {
    padding: 1rem 1.5rem;
  }
}
.footer-form input::placeholder {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #838383;
}
.footer-form input:focus {
  -webkit-box-shadow: 0.1rem 0px 0.8rem 0.3rem rgba(255, 255, 255, 0.3);
  box-shadow: 0.1rem 0px 0.8rem 0.3rem rgba(255, 255, 255, 0.3);
}
.footer-form .btn-send {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  background: #F26F33;
  transform: translateY(-50%);
  padding: 1rem 3.2rem 0.9rem;
  color: white;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.25;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
}
@media screen and (min-width: 1201px) {
  .footer-form .btn-send:hover {
    -webkit-box-shadow: 1px 0px 8px 4px rgba(0, 0, 0, 0.6);
    box-shadow: 1px 0px 8px 4px rgba(0, 0, 0, 0.6);
  }
}
@media screen and (max-width: 1201px) {
  .footer-form .btn-send {
    padding: 1rem 2rem 0.9rem;
  }
}
@media screen and (max-width: 800px) {
  .footer-form .btn-send {
    padding: 0.6rem 1.5rem 0.5rem;
  }
}
@media screen and (max-width: 400px) {
  .footer-form .btn-send {
    position: static;
    transform: none;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer-form .btn-send .icon {
  margin-right: 1rem;
  width: 2.4rem;
}
@media screen and (max-width: 1201px) {
  .footer-form .btn-send .icon {
    width: 1.6rem;
  }
}
.footer-form .btn-send .icon img {
  display: block;
}
.footer-form .title-form {
  width: 100%;
  max-width: 54rem;
  margin-left: auto;
}
@media screen and (max-width: 600px) {
  .footer-form .title-form {
    max-width: none;
  }
}
.footer-nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.footer-nav .menu-list {
  justify-content: space-between;
  margin: -1rem -1.5rem;
  padding: 2rem 0;
}
@media screen and (max-width: 1201px) {
  .footer-nav .menu-list {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 800px) {
  .footer-nav .menu-list {
    justify-content: center;
  }
}
.footer-nav .menu-item a {
  padding: 1rem 1.5rem;
}
.footer-nav .menu-item.current-menu-item a, .footer-nav .menu-item.current_page_item a, .footer-nav .menu-item.current_page_ancestor a {
  color: #F26F33;
}
@media (min-width: 1201px) {
  .footer-nav .menu-item:hover > a {
    color: #F26F33;
  }
}
.footer-decor {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.footer-decor img {
  object-fit: cover;
}

.info-item-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.info-item .icon {
  width: 2.4rem;
  height: 2.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-right: 0.8rem;
  margin-top: 0.2rem;
  flex-shrink: 0;
}
@media screen and (max-width: 600px) {
  .info-item .icon {
    width: 2rem;
    height: 2rem;
  }
}
.info-item:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1201px) {
  .info-item a:hover {
    color: #F26F33;
  }
}
.info-item.current a {
  color: #F26F33;
}

.burger {
  cursor: pointer;
  padding-left: 8px;
  margin-left: 8px;
  position: relative;
}
.burger::before {
  content: "";
  position: absolute;
  width: 1px;
  top: 10px;
  bottom: 10px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1201px) {
  .burger {
    display: none;
  }
}

.hamburger .line {
  width: 22px;
  height: 2px;
  border-radius: 4px;
  background-color: #1E2D5A;
  display: block;
  margin: 5px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-left: auto;
}

#hamburger.active .line:nth-child(1) {
  width: 18px;
  margin-left: auto;
}

#hamburger.active .line:nth-child(2) {
  margin-left: auto;
}

#hamburger.active .line:nth-child(3) {
  width: 14px;
  margin-left: auto;
}

.mobile {
  position: fixed;
  z-index: 140;
  top: 0;
  left: 0;
  bottom: 0;
  min-width: 500px;
  max-width: 100%;
  background-color: white;
  box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.05);
  transition: 0.4s linear;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transform: translateX(-110%);
}
@media screen and (max-width: 500px) {
  .mobile {
    width: 100%;
    min-width: initial;
  }
}
.mobile.sticky {
  top: 0;
}
.mobile.open {
  transform: translateX(0);
}
@media screen and (min-width: 1201px) {
  .mobile {
    display: none;
  }
}
.mobile-con {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.mobile-heading {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #1E2D5A;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.mobile-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-110%);
}
.mobile-overlay.sticky {
  top: 0;
}
.mobile-overlay.open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
@media screen and (min-width: 1201px) {
  .mobile-overlay {
    display: none;
  }
}
.mobile-wr {
  padding: 60px 20px;
  position: relative;
}
.mobile-list {
  margin-bottom: 20px;
}
.mobile-item.active .mobile-arrow {
  transform: rotate(90deg);
}
.mobile-item .smenu {
  position: relative;
  min-width: initial;
  background-color: transparent;
  box-shadow: none;
  z-index: 2;
  transition: initial;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  display: none;
}
.mobile-item .smenu::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  bottom: 20px;
  width: 1px;
  background-color: #1E2D5A;
}
.mobile-item > .smenu {
  margin-left: 8px;
  padding-left: 8px;
}
.mobile-item .smenu-link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.mobile-item .smenu-link.active .mobile-arrow {
  transform: rotate(90deg);
}
.mobile-item .smenu-item.active {
  background-color: transparent;
}
.mobile-item .smenu-item.active .smenu-link {
  color: #1E2D5A;
}
.mobile-item .smenu-item.active .mobile-arrow {
  transform: rotate(90deg);
}
.mobile-item .smenu-item:hover {
  background-color: transparent;
}
.mobile-item .smenu-item:hover .smenu-link {
  color: #1E2D5A;
}
.mobile-item .smenu-item > .smenu {
  margin-left: 8px;
  padding-left: 8px;
  position: static;
}
.mobile-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.6rem;
  text-transform: uppercase;
  padding: 15px 0;
  line-height: 1.2;
  color: #1E2D5A;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  font-weight: 500;
}
.mobile-link.active .mobile-arrow {
  transform: rotate(90deg);
}
.mobile-arrow {
  font-size: 1.8rem;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  width: 24px;
  height: 24px;
}
.mobile-mxh {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.mobile-mxh-link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex: 1;
  height: 100%;
  background-color: #1E2D5A;
  cursor: pointer;
}
.mobile-mxh-link:not(:first-child) {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-mxh-link .icon {
  color: #ffffff;
}
.mobile-mxh-link.face {
  background-color: #4a6ea9;
}
.mobile-mxh-link.twitter {
  background: #50abf1;
}
.mobile-mxh-link.mess {
  background-color: #0084ff;
}
.mobile-mxh-link.youtube {
  background-color: #ff0000;
}
.mobile-text {
  font-size: 1.4rem;
  display: block;
  color: #1E2D5A;
  word-break: break-word;
}
.mobile-account {
  position: absolute;
  top: 10px;
  left: 10px;
}
.mobile-re {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.mobile-re-link {
  font-size: 1.6rem;
  color: #1E2D5A;
  text-decoration: underline;
}
.mobile-re-link:not(:first-child) {
  margin-left: 16px;
}
.mobile-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 35px;
  height: 35px;
  border: 1px solid #1E2D5A;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
  background-color: white;
}
.mobile-close:hover .icon {
  transform: rotate(360deg);
}
.mobile-close .icon {
  transition: 0.6s ease-in-out;
  font-weight: 500;
  font-size: 1.8rem;
  color: #1E2D5A;
}

.select2-container {
  height: 4rem;
  background-color: transparent;
}

.select2.select2-container {
  width: 100% !important;
  margin-right: 1rem;
}

.selection {
  width: 100%;
  height: 100%;
  display: block;
}

.select2-container--default .select2-selection--single {
  border: none;
  border-radius: 0 !important;
  color: #ffffff;
  height: 4rem;
  background-color: white;
  display: flex !important;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  border: none !important;
  height: 100% !important;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-radius: 0 !important;
}

.select2.select2-container .select2-selection--multiple {
  height: auto;
  min-height: 34px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  background-color: transparent;
  color: #000000;
  font-size: 1.6rem;
  font-weight: 400;
  display: inline !important;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
  padding-left: 1.9rem;
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: block;
  padding: 0 4px;
}

.select2-container .select2-dropdown {
  background: transparent;
  border: none;
  border-radius: 0;
}

.select2-container .select2-dropdown .select2-search {
  padding: 0;
}

.select2-container .select2-dropdown .select2-search input {
  outline: none !important;
  border: none;
  border-bottom: none !important;
  padding: 10px 6px !important;
  background-color: #000000;
  color: #000000;
}

.select2-container .select2-dropdown .select2-results ul {
  background: #f8f8f8;
  color: #000000;
}

.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
  background-color: #1E2D5A;
  font-size: 1.6rem;
}

.select2-container--default .select2-results__option--selected {
  background-color: transparent;
  color: #000000;
  font-size: 1.6rem;
  font-weight: 400;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  border-color: #000 transparent transparent transparent;
}

.select2-search.select2-search--dropdown {
  display: none !important;
}

.select2-results__option {
  font-size: 1.6rem;
  font-weight: 400;
  padding-left: 1.9rem;
  padding-right: 1.9rem;
}

.select2-results {
  display: block;
  border-radius: 0 !important;
  overflow: hidden;
}

.re-select-wrap.white .select2-selection__rendered {
  color: #A5A5A5 !important;
}

.mirror {
  position: relative;
  overflow: hidden;
}
.mirror::after {
  content: "";
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: -50%;
  bottom: -50%;
  width: 1.25em;
  transform: translate3d(-2000%, 0, 0) rotate(35deg);
}
.mirror:hover::after {
  -webkit-animation: mirror 0.4s;
  animation: mirror 0.4s;
}

.sl-cus {
  position: relative;
}
.sl-cus.min {
  min-width: 120px;
}
.sl-cus.min:not(:first-child) {
  margin-left: 5px;
}
.sl-head {
  background-color: #F8F8F8;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 5;
  cursor: pointer;
  border-radius: 6px;
}
.sl-head::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 13px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 5px solid #F26F33;
}
.sl-head::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 13px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #F26F33;
}
.sl-main {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.5px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sl-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  background-color: white;
  z-index: 10;
  display: none;
  overflow: hidden;
  border-radius: 0 0 6px 6px;
  max-height: 200px;
  overflow-y: auto;
}
.sl-item {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #000000;
  padding: 10px 15px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.sl-item:hover {
  background-color: #F26F33;
  color: white;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  visibility: hidden;
  color: #4A4A4A;
}
.popup.open {
  visibility: visible;
}
.popup.open .popup-overlay {
  opacity: 1;
  visibility: visible;
}
.popup.open .popup-main {
  opacity: 1;
  visibility: visible;
}
.popup.open .popup-close {
  opacity: 1;
  visibility: visible;
}
.popup-overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.popup-main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 83rem;
  max-width: 95%;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1024px) {
  .popup-main {
    width: calc(100% - var(--pdGen) * 2);
    max-width: 83rem;
  }
}
.popup-over {
  overflow-y: auto;
  min-height: 40vh;
  max-height: 90vh;
}
.popup-wrapper {
  background-color: white;
  width: 100%;
  min-height: 40vh;
  position: relative;
  padding: 3rem 1.5rem 3rem;
}
.popup-title {
  font-size: 2.4rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1200px) {
  .popup-title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .popup-title {
    font-size: 1.7rem;
  }
}
.popup-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  cursor: pointer;
  transition: 0.6s ease-in-out;
  width: 3rem;
  height: 3rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-color: white;
  z-index: 1201;
  opacity: 0;
  visibility: hidden;
}
.popup-close:hover .icon {
  transform: rotate(360deg);
}
.popup-close .icon {
  color: #000000;
  font-weight: 300;
  font-size: 1.6rem;
  transition: 0.6s ease-in-out;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
}
.popup-signin .form-control textarea {
  min-height: unset;
  height: 14rem;
}

.breadcumbs-wrap {
  padding: 3.7rem 0 2rem;
  border-bottom: 1px solid #CECECE;
}
@media screen and (max-width: 1201px) {
  .breadcumbs-wrap {
    padding: 1.5rem 0 1.5rem;
  }
}
.breadcumbs-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin: 0 -0.9rem;
  flex-wrap: wrap;
}
.breadcumbs-item {
  position: relative;
  padding: 0 0.9rem;
}
.breadcumbs-item.current a {
  color: #F26F33;
  font-weight: 700;
}
.breadcumbs-item:not(:last-child)::before {
  position: absolute;
  content: "";
  background: url("../assets/images/arrow-right.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.5rem;
  height: 0.8rem;
  margin-top: -0.1rem;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}
.breadcumbs-item a {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #A6A6A6;
}
@media screen and (min-width: 1201px) {
  .breadcumbs-item a:hover {
    color: #72C3D5;
  }
}
.breadcumbs-item.active a {
  color: #212223;
}
@media screen and (min-width: 1201px) {
  .breadcumbs-item.active a:hover {
    color: #72C3D5;
  }
}
.breadcumbs.pd-t {
  padding-top: 1.5rem;
}

:root {
  --pdhdS: 12rem;
}
@media (max-width: 1200px) {
  :root {
    --pdhdS: 8rem;
  }
}
@media (max-width: 800px) {
  :root {
    --pdhdS: 6rem;
  }
}

.menu-dark {
  position: fixed;
  z-index: 900;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.menu-dark.active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.menu-dark.active .menu-dark-ctn .menu,
.menu-dark.active .menu-dark-ctn .contact-info {
  transform: translateY(0);
}
.menu-dark::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(2rem);
  -webkit-backdrop-filter: blur(2rem);
}
.menu-dark-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in-out;
}
.menu-dark-bg img {
  width: 100%;
  height: 100%;
}
.menu-dark .container {
  position: relative;
  z-index: 3;
}
.menu-dark-ctn {
  width: calc(100% + 2.4rem);
  height: 100%;
  margin-left: -1.2rem;
  padding: 7vw 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
@media (max-width: 1200px) {
  .menu-dark-ctn {
    align-items: flex-start;
    -webkit-align-items: flex-start;
    padding-top: 10rem;
  }
}
@media (max-width: 768px) {
  .menu-dark-ctn {
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    overflow: hidden auto;
    margin-top: 6rem;
    height: calc(100% - 6rem);
  }
}
.menu-dark-ctn .menu {
  width: 50%;
  padding: 0 1.2rem;
  opacity: 0;
  transition: 1s;
  transform: translateY(-10%);
}
@media (max-width: 1200px) {
  .menu-dark-ctn .menu {
    margin-top: -1.2rem;
  }
}
@media (max-width: 768px) {
  .menu-dark-ctn .menu {
    width: 100%;
    margin-bottom: 3.2rem;
  }
}
.menu-dark-ctn .menu .menu-list {
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.menu-dark-ctn .menu .menu-item.current-menu-item a {
  font-weight: 700;
  position: relative;
  padding-left: var(--pdhdS) !important;
}
.menu-dark-ctn .menu .menu-item.current-menu-item a::before {
  opacity: 1;
}
@media (min-width: 1201px) {
  .menu-dark-ctn .menu .menu-item.current-menu-item a:hover {
    color: #fff;
  }
}
.menu-dark-ctn .menu .menu-item:not(:first-child) {
  margin-left: 0;
}
.menu-dark-ctn .menu .menu-item > a {
  font-size: 1.875vw;
  color: #fff;
  font-weight: normal;
  padding: 0.625vw 0;
  transition: 0.3s;
}
.menu-dark-ctn .menu .menu-item > a::before {
  position: absolute;
  content: "";
  background: #1E2D5A;
  height: 1px;
  right: calc(100% - var(--pdhdS) + 2.4rem);
  top: 50%;
  width: 50vw;
  opacity: 0;
}
@media (max-width: 800px) {
  .menu-dark-ctn .menu .menu-item > a::before {
    right: calc(100% - var(--pdhdS) + 1.5rem);
  }
}
@media (max-width: 1200px) {
  .menu-dark-ctn .menu .menu-item > a {
    font-size: 2rem;
    padding: 1.2rem 0;
  }
}
@media (max-width: 800px) {
  .menu-dark-ctn .menu .menu-item > a {
    font-size: 1.7rem;
  }
}
@media (min-width: 1201px) {
  .menu-dark-ctn .menu .menu-item > a:hover {
    color: #1E2D5A;
  }
}
.menu-dark-ctn .menu .menu-line {
  position: absolute;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #1E2D5A;
}
.menu-dark-ctn .contact-info {
  width: 50%;
  padding: 0 1.2rem;
  opacity: 0;
  transition: 1s;
  transform: translateY(-10%);
}
@media (max-width: 768px) {
  .menu-dark-ctn .contact-info {
    width: 100%;
  }
}
.menu-dark-ctn .contact-info .footer-content {
  width: 100%;
  padding: 0;
  text-align: left;
}
.menu-dark-ctn .contact-info .mb-24 {
  margin-bottom: 1.25vw;
}
@media (max-width: 1200px) {
  .menu-dark-ctn .contact-info .mb-24 {
    margin-bottom: 1.2rem;
  }
}
.menu-dark-ctn .contact-info .mb-48 {
  margin-bottom: 2.5vw;
}
@media (max-width: 1200px) {
  .menu-dark-ctn .contact-info .mb-48 {
    margin-bottom: 2.4rem;
  }
}
.menu-dark-ctn .contact-info .mb-56 {
  margin-bottom: 2.9166vw;
  justify-content: flex-start;
}
@media (max-width: 1200px) {
  .menu-dark-ctn .contact-info .mb-56 {
    margin-bottom: 3.2rem;
  }
}
@media (max-width: 365px) {
  .menu-dark-ctn .contact-info .mb-56 {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}
.menu-dark-ctn .contact-info .btn {
  color: #283846;
}

.form-step {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}
.form-wrap {
  margin-left: -1.2rem;
  margin-right: -1.2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.form-control {
  width: 50%;
  padding: 0 1.2rem;
  margin-bottom: 2.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 850px) {
  .form-control {
    width: 100%;
  }
}
.form-control.full-w {
  width: 100%;
}
.form-control input,
.form-control textarea {
  width: 100%;
  padding: 1rem 1.6rem 0.9rem;
  transition: all 0.3s;
  font-style: italic;
  background: #F7F7F7;
  border: 0.1rem solid transparent;
  font-size: 1.6rem;
  line-height: 1.5;
}
.form-control input::placeholder,
.form-control textarea::placeholder {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.25;
}
.form-control input::placeholder,
.form-control textarea::placeholder {
  font-weight: 300;
  color: rgba(48, 48, 48, 0.5);
}
.form-control input:focus,
.form-control textarea:focus {
  border-color: #F26F33;
}
.form-control textarea {
  min-height: 14rem;
  max-width: 100%;
  resize: none;
}
.form-select {
  position: relative;
}
.form-select .list-select {
  width: calc(100% - 2.5rem);
  display: none;
  z-index: 10;
  filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.1));
}
.form-select .item-select {
  padding: 1rem 2rem;
  background: white;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s;
  text-align: left;
}
@media screen and (min-width: 1200px) {
  .form-select .item-select:hover {
    background: #1E2D5A;
    color: white;
  }
}
.form-select .item-select.seleted-item {
  background: #1E2D5A;
  color: white;
  pointer-events: none;
}
.form-select input:disabled {
  background: white;
}
.form-select .selected {
  width: 100%;
  background: white;
  padding: 1.5rem 1.7rem;
  border-radius: 6px;
  transition: all 0.3s;
  font-family: "Mulish";
  font-weight: 300;
  line-height: 1.25;
  font-size: 1.6rem;
  color: rgba(48, 48, 48, 0.5);
  display: block;
  cursor: pointer;
  position: relative;
  max-height: 4.9rem;
  text-align: left;
}
.form-select .selected .icon {
  width: 2.4rem;
  height: 2.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: absolute;
  right: 1.7rem;
  top: 50%;
  transform: translateY(-50%);
}
.form-select .selected .icon i {
  font-size: 1rem;
  font-weight: 900;
}
.form-search {
  width: 100vw;
  max-width: 0;
  position: absolute;
  right: 0;
  top: 120%;
  overflow: hidden;
  transition: all 0.5s;
}
@media screen and (max-width: 800px) {
  .form-search {
    transform: translateX(40%);
  }
}
@media screen and (max-width: 600px) {
  .form-search {
    transform: translateX(20%);
  }
}
.form-search.active {
  max-width: 32rem;
}
@media screen and (max-width: 800px) {
  .form-search.active {
    max-width: 22rem;
  }
}
.form-search .form-wrap {
  flex-wrap: nowrap;
  position: relative;
  width: 100%;
  margin: 0;
}
.form-search .input {
  width: 100%;
  padding: 1rem 1.5rem 0.9rem;
  border: 1px solid #1E2D5A;
}
@media screen and (max-width: 800px) {
  .form-search .input {
    padding: 0.5rem 1.5rem 0.4rem;
  }
}
.form-search .btn-search {
  width: 5rem;
  background: url("../assets/images/search.svg"), #1E2D5A;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  cursor: pointer;
  background-size: 2rem;
}
@media screen and (max-width: 800px) {
  .form-search .btn-search {
    width: 3.5rem;
    padding: 0.5rem;
  }
}
.form-checkbox input {
  display: none;
}
.form-checkbox input:checked ~ label .checkbox-box i {
  opacity: 1;
  color: #F26F33;
}
.form-checkbox .checkbox-box {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.5rem;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.3);
  flex-shrink: 0;
  margin-right: 0.8rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.form-checkbox .checkbox-box i {
  opacity: 0;
}
.form-checkbox .checkbox-label {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.form-sigup {
  position: relative;
  width: 100%;
  max-width: 54rem;
  margin-left: auto;
}
@media screen and (max-width: 600px) {
  .form-sigup {
    max-width: none;
  }
}

.filter-sidebar {
  width: 25%;
  padding: 0 var(--pdGen);
}

.hamburger {
  width: 2.4rem;
  height: 2.4rem;
  display: inline-block;
  margin-left: 1.1rem;
}
@media screen and (max-width: 1300px) {
  .hamburger {
    margin: 0;
  }
}
.hamburger .icon {
  position: absolute;
  width: 200%;
  height: 200%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
}
.hamburger .icon span {
  height: 4px;
  display: inline-block;
  background: #212223;
  margin-left: auto;
  border-radius: 4px;
}
.hamburger .icon span:nth-child(1) {
  width: 100%;
}
.hamburger .icon span:nth-child(2) {
  width: 85%;
  margin-top: 9px;
  margin-bottom: 9px;
}
.hamburger .icon span:nth-child(3) {
  width: 70%;
}

.toggle {
  width: 4.5rem;
  height: 4.5rem;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  cursor: pointer;
}
.toggle-inner {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  transform: scale(0.5);
}
.toggle-header {
  margin-right: -1.5rem;
}
@media (min-width: 1200px) {
  .toggle-header {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .toggle-header {
    width: 4.5rem;
    height: 3.5rem;
  }
}
.toggle-header span {
  height: 6px;
  background: #F26F33;
  display: inline-block;
  margin-left: auto !important;
  flex-shrink: 0;
}
.toggle-header span:first-child {
  width: 100%;
  margin-top: auto;
}
.toggle-header span:nth-child(2) {
  width: 70%;
  margin: 8px 0;
}
.toggle-header span:nth-child(3) {
  width: 40%;
  margin-bottom: auto;
}
.toggle-header.hide {
  width: 0;
}
.toggle .icon {
  width: 4rem;
  height: 4rem;
  border-radius: 4px;
  border: 1px solid white;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background: #F26F33;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
}
.toggle .icon.hide {
  transform: translateX(150%);
  visibility: hidden;
}
.toggle-sticky {
  position: fixed;
  right: 1rem;
  top: 50%;
  z-index: 500;
}
@media (min-width: 1200px) {
  .toggle-sticky {
    display: none;
  }
}
.toggle .text {
  font-weight: 500;
  line-height: 1.25;
}

.knobs,
.layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.button {
  position: relative;
  top: 50%;
  width: 5.6rem;
  height: 3rem;
  overflow: hidden;
}
@media screen and (max-width: 1201px) {
  .button-cover {
    transform: scale(0.8);
  }
}

.button.r,
.button.r .layer {
  border-radius: 100px;
}

.button.b2 {
  border-radius: 2px;
}

.checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.knobs {
  z-index: 2;
}

.layer {
  width: 100%;
  background-color: #001749;
  transition: 0.3s ease all;
  z-index: 1;
}

#button-3 .knobs:before {
  content: "VN";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.4rem;
  width: 2.4rem;
  height: 2.4rem;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.4rem;
  background-color: #F26F33;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  transition: 0.3s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
}

#button-3 .checkbox:active + .knobs:before {
  width: 46px;
  border-radius: 100px;
}

#button-3 .checkbox:checked + .knobs:before {
  content: "EN";
  left: auto;
  right: 0.2rem;
  color: #1E2D5A;
}

.range-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1.25;
}
.range-dot {
  margin: 0 6px;
}
.range-dot .dot {
  display: block;
  background-color: rgba(0, 0, 0, 0.1);
  width: 6px;
  height: 1px;
}
.range-slider {
  height: 1px;
  width: 100%;
  background-color: #D9D9D9;
  position: relative;
}
.range-slider .progress {
  position: absolute;
  height: 2px;
  top: 0;
  background-color: #1E2D5A;
}
.range-input {
  position: relative;
}
.range-input input {
  position: absolute;
  top: -2px;
  height: 4px;
  width: 100%;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  margin: 0;
}
.range-input input:first-child::-webkit-slider-thumb {
  height: 7px;
  width: 7px;
  background-color: white;
  border: 3px solid #1E2D5A;
}
.range-input input::-webkit-slider-thumb {
  height: 7px;
  width: 7px;
  border-radius: 50%;
  pointer-events: auto;
  -webkit-appearance: none;
  background-color: #1E2D5A;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}
.range-input input::-moz-slider-thumb {
  height: 7px;
  width: 7px;
  border: none;
  border-radius: 50%;
  pointer-events: auto;
  -moz-appearance: none;
  background-color: #1E2D5A;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}
.range .price {
  font-weight: 700;
}

.tag-content .text {
  color: #F26F33;
  font-weight: 700;
  margin-top: -0.3rem;
  margin-right: 0.7rem;
  flex-shrink: 0;
}
@media screen and (max-width: 1201px) {
  .tag-content .text {
    margin-right: 0.5rem;
  }
}
.tag-list {
  margin: -0.4rem;
  flex-wrap: wrap;
}
.tag-item {
  padding: 0.4rem;
}
.tag-inner {
  display: inline-block;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 140%;
  color: #000000;
  padding: 0.5rem 1rem 0.4rem;
  border: 0.1rem solid #E0E0E0;
  font-family: "SF Pro Display";
}
.tag-date {
  background: #0099A7;
  padding: 0.7rem 3.2rem 0.6rem;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.36;
  color: #FFFFFF;
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 3rem;
  transform: translateY(50%);
}
@media screen and (max-width: 1201px) {
  .tag-date {
    padding: 0.5rem 2rem 0.4rem;
    left: 2rem;
  }
}
@media screen and (max-width: 800px) {
  .tag-date {
    font-weight: 600;
    padding: 0.4rem 1.5rem 0.3rem;
    left: 2rem;
  }
}

.gItem {
  position: relative;
  cursor: pointer;
}
.gItem .icon-expand {
  position: absolute;
  width: 6rem;
  height: 6rem;
  font-size: 3rem;
  color: #fff;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s 0.1s ease-in-out;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.gItem::before {
  position: absolute;
  content: "";
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
}
@media screen and (min-width: 1201px) {
  .gItem:hover .icon-expand {
    transform: translate(-50%, -50%) scale(1);
  }
  .gItem:hover::before {
    opacity: 1;
  }
}

.table-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.table-col {
  padding: 2.8rem 2.2rem;
}
@media screen and (max-width: 1201px) {
  .table-col {
    padding: 2rem 1rem;
  }
}
.table-1 .table-head {
  background: rgba(30, 45, 90, 0.1);
}
@media screen and (max-width: 800px) {
  .table-1 .table-head {
    display: none;
  }
}
.table-1 .table-head .table-col {
  padding: 1.6rem 2.2rem 1.5rem;
}
@media screen and (max-width: 1201px) {
  .table-1 .table-head .table-col {
    padding: 1.3rem 1rem 1.2rem;
  }
}
.table-1 .table-col {
  font-size: 1.4rem;
  line-height: 1.35;
  flex-shrink: 0;
  word-break: break-word;
}
.table-1 .table-col:first-child {
  width: 22.9166666667%;
}
.table-1 .table-col:nth-child(2) {
  width: 7.0833333333%;
}
.table-1 .table-col:nth-child(3) {
  width: 10%;
}
.table-1 .table-col:nth-child(4) {
  width: 10.8333333333%;
}
.table-1 .table-col:nth-child(5) {
  width: 12.5%;
}
.table-1 .table-col:nth-child(6) {
  width: 21.6666666667%;
}
.table-1 .table-col:nth-child(7) {
  flex: 1;
}
@media screen and (max-width: 800px) {
  .table-1 .table-col {
    width: 100% !important;
    float: right;
    padding: 0.5rem 0;
  }
}
.table-1 .table-col::before {
  content: attr(data-label);
  float: left;
  font-weight: 700;
  width: 10rem;
  white-space: nowrap;
}
@media screen and (min-width: 800px) {
  .table-1 .table-col::before {
    display: none;
  }
}
@media screen and (min-width: 800px) {
  .table-1 .table-row:not(:last-child) {
    border-bottom: 0.1rem solid #C2C2C2;
  }
}
@media screen and (max-width: 800px) {
  .table-1 .table-row {
    flex-direction: column;
    border: 0.1rem solid #C2C2C2;
    padding: 0.5rem 1rem;
  }
  .table-1 .table-row:not(:last-child) {
    margin-bottom: 1rem;
  }
}

.banner {
  width: 100%;
  overflow: hidden;
  z-index: 10;
  position: relative;
}
.banner .container {
  height: 100%;
}
.banner-wrap {
  height: 100%;
  z-index: 100;
}
.banner-bg {
  width: 100%;
  height: 100%;
  z-index: 1;
}
.banner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-medium {
  height: 37.6157407407vw;
}
.banner-medium .banner-wrap {
  position: relative;
  z-index: 10;
  max-width: 65.3rem;
  width: 100%;
  margin: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.banner-image img {
  height: 100%;
  object-fit: cover;
}
.banner-about {
  min-height: 40.5092592593vw;
  height: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  user-select: none;
}
@media screen and (max-width: 1201px) {
  .banner-about {
    min-height: 50vw;
  }
}
@media screen and (max-width: 800px) {
  .banner-about {
    min-height: 60vw;
  }
}
@media screen and (max-width: 600px) {
  .banner-about {
    min-height: 70vw;
  }
}
.banner-about::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.banner-about .banner-content {
  margin-left: auto;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 10;
  padding: 3rem 0;
}
@media screen and (max-width: 800px) {
  .banner-about .banner-content {
    width: 100%;
  }
}
.banner-about .banner-pagination {
  height: 30vw;
  position: absolute;
  left: min(100% - 5vw, 200rem);
  top: 50%;
  transform: translateY(-50%);
  max-height: 44rem;
  z-index: 50;
  width: 3.5rem;
}
@media screen and (max-width: 1400px) {
  .banner-about .banner-pagination {
    left: auto;
    right: 1rem;
  }
}
.banner-about .banner-pagination .nav-pagination {
  height: 100%;
}
.banner-about .banner-pagination .nav-pagination-ct {
  height: 100%;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.banner-about .banner-pagination .nav-pagination .line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 0.1rem;
  display: block;
}
.banner-about .banner-pagination .nav-pagination .line img {
  display: block;
  height: 100%;
}
.banner-about .banner-pagination .nav-pagination ul {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  transform: translateY(50%);
  transition: 0.3s;
}
.banner-about .banner-pagination .nav-pagination ul li {
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background: white;
}
.banner-about .banner-pagination .nav-current {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3.5rem;
  height: 3.5rem;
  background: #1E2D5A;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.2;
  color: white;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  z-index: 51;
}
.banner-slide {
  height: 100%;
}
.banner-slide .swiper-wrapper,
.banner-slide .swiper-container {
  height: 100%;
}
.banner-sl {
  position: relative;
  z-index: 10;
  width: 50%;
  margin-left: auto;
}
@media screen and (max-width: 1300px) {
  .banner-sl {
    margin-right: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  .banner-sl {
    width: calc(100% - 4rem);
  }
}
.banner-home {
  height: 41.58vw;
}
@media screen and (max-width: 1201px) {
  .banner-home {
    height: 50vw;
  }
}
@media screen and (max-width: 1024px) {
  .banner-home {
    height: 70vw;
  }
}
@media screen and (max-width: 800px) {
  .banner-home {
    height: 100vw;
  }
}
.banner-home .container-header {
  height: 100%;
}
.banner-home .banner-image {
  width: 100vw;
  left: 0;
}
.banner-home .banner-content {
  height: auto;
  width: calc(100% - 3rem);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin: auto;
  max-width: 106rem;
  position: absolute;
  z-index: 50;
  bottom: 0;
  left: 0;
  padding: 6.2rem 4.8rem;
  color: white;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(15rem);
  font-family: "SVN-Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 5.6rem;
  line-height: 1.375;
  transform: translateX(-100%);
  transition: all 0.5s 0.3s ease-in-out;
}
@media only screen and (max-width: 1200px) {
  .banner-home .banner-content {
    font-size: 5.1rem;
  }
}
@media only screen and (max-width: 800px) {
  .banner-home .banner-content {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1201px) {
  .banner-home .banner-content {
    padding: 3.5rem 2rem;
    width: calc(100% - 16rem);
    font-size: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  .banner-home .banner-content {
    padding: 2rem 1.5rem;
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 800px) {
  .banner-home .banner-content {
    font-size: 3rem;
  }
}
@media screen and (max-width: 600px) {
  .banner-home .banner-content {
    font-size: 2.8rem;
    width: 100%;
    padding: 1.5rem;
  }
}
@media screen and (max-width: 400px) {
  .banner-home .banner-content {
    font-size: 2rem;
    width: 100%;
    padding: 1rem;
  }
}
.banner-home .banner-content .description {
  width: calc(100% - 6.5rem);
  transform: translateX(-40vw);
  transition: all 0s;
  opacity: 0;
}
.banner-home .banner-content .description-content {
  position: relative;
  padding: 5.8rem 0 5.6rem;
  padding-right: 10rem;
}
.banner-home .banner-content .description::before {
  position: absolute;
  content: "";
  width: calc(100% + (100vw - 120rem) / 2);
  right: 0;
  top: 0;
  bottom: 0;
  background: #0099A7;
  z-index: 0;
}
.banner-home .banner-content .description .desc-img {
  right: -4.5%;
  bottom: -2%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 16.6666666667%;
}
.banner-home .banner-content .description .desc-img img {
  height: 100%;
  object-fit: cover;
}
.banner-home .banner-box .t-title-bn,
.banner-home .banner-box .btn,
.banner-home .banner-box .desc {
  transform: translateY(10rem);
  opacity: 0;
  transition: all 0s;
}
@media screen and (max-width: 600px) {
  .banner-home .banner-box .desc {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 600px) {
  .banner-home .banner-box .t-title-bn {
    font-size: 2.8rem;
    line-height: 1.2;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 400px) {
  .banner-home .banner-box .t-title-bn {
    font-size: 2.2rem;
  }
}
.banner-home .banner-slide .swiper-slide {
  overflow: hidden;
}
.banner-home .banner-slide .swiper-slide.my-active .banner-image {
  animation: fadeCus 1s;
}
.banner-home .banner-slide .swiper-slide.my-active .banner-content {
  transform: none;
}
.banner-home .banner-slide .swiper-pagination {
  position: absolute;
  z-index: 40;
  bottom: 7.5rem;
  right: 8.4rem;
  width: fit-content;
  z-index: 100;
  color: white;
  left: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1300px) {
  .banner-home .banner-slide .swiper-pagination {
    right: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .banner-home .banner-slide .swiper-pagination {
    bottom: 50%;
    transform: translateY(20%);
  }
}
.banner-home .banner-slide .swiper-pagination-bullet {
  font-weight: 450;
  font-size: 2rem;
  line-height: 1.3;
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  background: transparent;
}
@media only screen and (max-width: 1200px) {
  .banner-home .banner-slide .swiper-pagination-bullet {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .banner-home .banner-slide .swiper-pagination-bullet {
    font-size: 1.6rem;
  }
}
.banner-home .banner-slide .swiper-pagination-bullet::before {
  position: absolute;
  content: "";
  left: -2rem;
  top: 50%;
  width: 3.3rem;
  height: 0.1rem;
  transform: translate(-100%, -50%);
  background: white;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.banner-home .banner-slide .swiper-pagination-bullet-active::before {
  width: 6.5rem;
}
.banner-home .banner-slide .swiper-pagination-bullet:not(:last-child) {
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 1201px) {
  .banner-home .swiper-navigation {
    display: none !important;
  }
}
.banner-home img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}

@keyframes fadeCus {
  0% {
    opacity: 0;
    transform: scale(0.94, 0.9);
    filter: grayscale(1);
    box-shadow: -2px -1px 121px 89px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: -2px -1px 121px 89px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -2px -1px 121px 89px rgba(0, 0, 0, 0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: grayscale(0);
    box-shadow: -2px -1px 121px 89px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: -2px -1px 121px 89px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -2px -1px 121px 89px rgba(0, 0, 0, 0.5);
  }
}
.breadcrumbs {
  margin-top: -0.5rem 0;
}
.breadcrumbs-lst {
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumbs-item {
  position: relative;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.breadcrumbs-item:nth-child(1)::before {
  display: none;
}
.breadcrumbs-item:not(:last-child) {
  padding-right: 2.9rem;
}
@media screen and (max-width: 600px) {
  .breadcrumbs-item:not(:last-child) {
    padding-right: 2.2rem;
  }
}
.breadcrumbs-item:not(:last-child)::before {
  position: absolute;
  content: url("../assets/images/arrow-rigth.png");
  right: 0;
  top: 0.3rem;
  width: 2.4rem;
  height: 2.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-image: url("../assets/images/chevron-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 600px) {
  .breadcrumbs-item:not(:last-child)::before {
    width: 1.8rem;
    height: 1.8rem;
    top: 0.6rem;
  }
}
@media screen and (max-width: 400px) {
  .breadcrumbs-item:not(:last-child)::before {
    top: 0.3rem;
  }
}
.breadcrumbs-item a {
  color: #212223;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.25;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .breadcrumbs-item a {
    font-size: 1.4rem;
  }
}
@media (max-width: 400px) {
  .breadcrumbs-item a {
    font-size: 1.2rem;
  }
}
.breadcrumbs-section {
  padding: 2rem 0;
  background: #F2F2F2;
}

.back-page .icon {
  margin-right: 0.7rem;
  width: 2.4rem;
  height: 2.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.back-page .icon img {
  width: 100%;
  object-fit: contain;
}
.back-page a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

.btn {
  position: relative;
  width: fit-content;
  height: fit-content;
  background: #DD362B;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.5s;
  display: block;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.btn.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.btn .icon {
  width: 2.4rem;
  height: 2.4rem;
}
.btn::before {
  position: absolute;
  content: "";
  width: 125%;
  height: 102%;
  top: 0;
  left: -13%;
  background: #1E2D5A;
  transition: transform 0.6s 0.1s;
  z-index: 1;
  transform-origin: right;
  transform: skew(30deg) scaleX(0);
}
.btn:after {
  position: absolute;
  content: "";
  width: 120%;
  height: 102%;
  top: 0;
  left: -13%;
  background: rgba(0, 0, 0, 0.4);
  transition: transform 0.6s;
  z-index: 0;
  transform-origin: right;
  transform: skew(30deg) scaleX(0);
}
.btn-inner {
  position: relative;
  z-index: 4;
  color: white;
  text-align: center;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  padding: 1.5rem 3.2rem 1.4rem;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  white-space: nowrap;
  font-family: "Myriad Pro";
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
@media screen and (max-width: 400px) {
  .btn-inner {
    padding: 1.2rem 1.5rem 1.1rem;
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .btn:hover::before {
    transform: skew(30deg) scaleX(1);
    transform-origin: left;
  }
  .btn:hover::after {
    transform: skew(30deg) scaleX(1);
    transform-origin: left;
  }
}
.btn-hover {
  position: relative;
  overflow: hidden;
  display: block;
}
.btn-hover::before {
  position: absolute;
  content: "";
  width: 140%;
  height: 102%;
  top: 0;
  left: -13%;
  background: #1E2D5A;
  transition: transform 0.6s 0.1s;
  z-index: 0;
  transform: skew(30deg) scaleX(0);
  transform-origin: right;
}
.btn-hover:after {
  position: absolute;
  content: "";
  width: 140%;
  height: 102%;
  top: 0;
  left: -13%;
  background: #72C3D5;
  transition: transform 0.6s;
  z-index: -1;
  transform: skew(30deg) scaleX(0);
  transform-origin: right;
}
@media (min-width: 1200px) {
  .btn-hover:hover::before {
    transform: skew(30deg) scaleX(1);
    transform-origin: left;
  }
  .btn-hover:hover::after {
    transform: skew(30deg) scaleX(1);
    transform-origin: left;
  }
}
.btn.bg-white {
  background: white;
}
.btn.bg-white .btn-inner {
  color: #1E2D5A;
}
.btn.bg-white::before {
  background: #1E2D5A;
}
@media (min-width: 1200px) {
  .btn.bg-white:hover .btn-inner {
    color: white;
  }
  .btn.bg-white:hover::before {
    transform: skew(30deg) scaleX(1);
  }
  .btn.bg-white:hover::after {
    transform: skew(30deg) scaleX(1);
  }
}
.btn.icon .btn-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.btn.icon .icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 2rem;
  font-weight: 400;
  margin-right: 1rem;
}
.btn.icon-2 .icon {
  width: 1.6rem;
  height: 1.6rem;
}
.btn.no-bg {
  background: transparent;
}
.btn.no-bg .btn-inner {
  color: #A3A3A3;
  border: 1px solid #EBEBEB;
  border-radius: 10rem;
  font-size: 1.6rem;
}
.btn.t-white .btn-inner {
  color: white;
}
.btn.t-white .btn-inner .text {
  color: white;
}
.btn.bd-pri .btn-inner {
  border: 0.2rem solid #1E2D5A;
}
.btn-second {
  background: #F26F33;
}
.btn-third {
  background: #1E2D5A;
}
.btn-third::before {
  background: #0099A7;
}
.btn-four {
  background: rgba(242, 111, 51, 0.1);
}
.btn-four .btn-inner {
  color: #212223;
  font-weight: 400;
  padding: 1.1rem 3.1rem 1rem;
}
@media screen and (min-width: 1201px) {
  .btn-four:hover .btn-inner {
    color: #fff;
  }
}
.btn-fifth {
  background: rgba(30, 45, 90, 0.1);
}
.btn-fifth .btn-inner {
  color: #1E2D5A;
}
@media screen and (min-width: 1201px) {
  .btn-fifth:hover .btn-inner {
    color: #fff;
  }
}
.btn-sixth {
  background: white;
}
.btn-sixth::before {
  background: rgba(30, 45, 90, 0.8);
}
.btn-sixth .btn-inner {
  color: #F26F33;
}

.naviga-icon {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background: #1E2D5A;
  color: white;
  font-size: 0.8rem;
  font-weight: 900;
  flex-shrink: 0;
}
.loadmore {
  color: white;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  font-weight: 600;
}
.loadmore .icon {
  margin-bottom: -0.4rem;
  margin-left: 1.6rem;
}

.input {
  font-family: "Myriad Pro";
  width: 100%;
}
.input-area {
  height: auto;
}

.f-gr:not(:last-child) {
  margin-bottom: 1.6rem;
}
.f-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-align-items: stretch;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -3rem;
  margin-bottom: -3rem;
}
@media screen and (max-width: 1200px) {
  .f-list {
    margin: 0 -1.2rem;
    margin-bottom: -2.4rem;
  }
}
.f-item {
  padding: 0 3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1200px) {
  .f-item {
    padding: 0 1.2rem;
    margin-bottom: 2.4rem;
  }
}
.f-item-2 {
  width: 50%;
}
@media screen and (max-width: 500px) {
  .f-item-2 {
    width: 100%;
  }
}
.f-item-3 {
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  .f-item-3 {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .f-item-3 {
    width: 100%;
  }
}
.f-item-4 {
  width: 25%;
}
.f-item-7 {
  width: 66.6666666667%;
}
@media screen and (max-width: 768px) {
  .f-item-7 {
    width: 100%;
  }
}
.f-rela {
  position: relative;
}
.f-rela .re-input {
  padding: 1.6rem 3rem 1.6rem 0;
}
.f-eye {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.8rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
}
.f-eye.active::before {
  opacity: 1;
}
.f-eye::before {
  content: "";
  position: absolute;
  top: 2px;
  height: 1.8rem;
  width: 1px;
  background-color: #B0AFAF;
  transform: rotate(45deg);
  opacity: 0;
}
.f-eye i {
  font-size: 1.8rem;
  color: #B0AFAF;
  font-weight: 500;
}

.re-label {
  color: #000000;
  font-weight: 700;
  margin-bottom: 0.8rem;
  display: block;
}
.re-input {
  width: 100%;
  font-family: "Myriad Pro";
  font-size: 1.6rem;
  font-weight: 500;
  border: none;
  outline: none;
  border-bottom: 1px solid #CACACA;
  padding: 1.6rem 0;
  background-color: transparent;
}
.re-input:focus {
  border-bottom: 1px solid #CACACA;
}
.re-input::-webkit-input-placeholder {
  color: #B0AFAF;
  font-weight: 500;
}
.re-input::-moz-input-placeholder {
  color: #B0AFAF;
  font-weight: 500;
}
.re-input.white {
  color: #A5A5A5;
  border-bottom: 1px solid #D7D6D6;
}
.re-input.white::-webkit-input-placeholder {
  color: #A5A5A5;
}
.re-input.white::-moz-input-placeholder {
  color: #A5A5A5;
}
.re-date {
  padding: 1.5rem 0;
  position: relative;
  border-bottom: 1px solid #CACACA;
}
.re-date.white {
  border-bottom: 1px solid #D7D6D6;
}
.re-date.white .text {
  color: #A5A5A5;
}
.re-date.white .icon {
  z-index: 2;
}
.re-date .icon {
  width: 2.2rem;
  height: 2.2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: -1;
}
.re-date-place .text {
  font-size: 1.6rem;
  font-weight: 500;
}

.turn label {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.turn-input:checked ~ .turn-dot::before {
  left: 12px;
}
.turn-dot {
  width: 2.4rem;
  height: 1.4rem;
  border-radius: 100rem;
  flex-shrink: 0;
  background-color: #72C3D5;
  position: relative;
}
.turn-dot::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100rem;
  background-color: white;
  left: 3px;
  top: -1px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
.turn-text {
  color: #000000;
  margin-left: 1.8rem;
}

.page-numbers {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: start;
}
.page-numbers.m-top {
  margin-top: 3rem;
}
.page-numbers .dot {
  color: #0D3961;
}
.page-numbers > li:not(:first-child) {
  margin-left: 0.8rem;
}
@media screen and (max-width: 420px) {
  .page-numbers > li:not(:first-child) {
    margin-left: 0.4rem;
  }
}
.page-numbers > li > .page-numbers {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #BCBCBC;
  width: 3rem;
  height: 3rem;
  border-radius: 100rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
@media (max-width: 420px) {
  .page-numbers > li > .page-numbers {
    width: 3.5rem;
    height: 3.5rem;
  }
}
@media (max-width: 320px) {
  .page-numbers > li > .page-numbers {
    width: 3rem;
    height: 3rem;
    font-size: 1.2rem;
  }
}
.page-numbers > li > .page-numbers:hover {
  background-color: #1E2D5A;
  color: white;
}
.page-numbers > li > .page-numbers.current {
  color: #0E1D61;
  pointer-events: none;
}
.page-numbers > li > .page-numbers.dot {
  pointer-events: none;
}
.page-numbers > li > .page-numbers .icon {
  font-weight: 400;
}

.page-numbers.next, .page-numbers.prev {
  border: 1px solid #BCBCBC;
  cursor: pointer;
}
.page-numbers.next .icon, .page-numbers.prev .icon {
  font-weight: 900;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.pagination.center .page-numbers {
  justify-content: center;
}

.product-item-image {
  display: block;
  padding-top: calc((330 / 282) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
  overflow: hidden;
}
.product-item-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-list .product-item {
  margin-bottom: 2.4rem;
}
.product-image-item .img {
  display: block;
  padding-top: calc((800 / 1728) * 100%);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.product-image-item .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.search-section {
  position: fixed;
  width: 100vw;
  height: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
  bottom: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
  padding: 0 1.5rem;
}
.search-section.active {
  opacity: 1;
  visibility: visible;
}
.search-section.active .search-form::before {
  width: 100%;
}
.search-section.active .search-btn {
  right: 2rem;
}
.search-form {
  width: 100%;
  max-width: 85rem;
  margin: auto;
}
.search-form::before {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background: white;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s 0.4s ease-in-out;
}
.search-form input {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  padding: 0 6rem 1.1rem 2rem;
  color: white;
}
.search-form input[type=submit] {
  display: none;
}
.search-form .title {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.6;
}
@media only screen and (max-width: 1200px) {
  .search-form .title {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .search-form .title {
    font-size: 2.2rem;
  }
}
.search-btn {
  position: absolute;
  width: 6rem;
  height: 6rem;
  background: transparent;
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  bottom: 0;
  transform: translate(50%, -10%);
  right: 50%;
  font-size: 2.5rem;
  transition: 0.5s 0.4s ease-in-out;
}
.search-btn i {
  color: white;
  transition: 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .search-btn:hover i {
    color: #F26F33;
  }
}
.search-close {
  position: absolute;
  top: 5rem;
  right: 5rem;
  cursor: pointer;
  font-size: 2.5rem;
  color: white;
}
.search-close .icon {
  transition: 0.5s;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.search-close .icon i {
  font-weight: 900;
}
@media (min-width: 1200px) {
  .search-close:hover .icon {
    transform: rotate(360deg);
    color: #F26F33;
  }
}

.cate-item .title {
  position: relative;
  font-weight: 500;
  padding: 1.5rem 0 1.4rem;
  cursor: pointer;
}
.cate-item .title .icon {
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  right: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
}
.cate-item .title .icon-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.cate-item .title .icon-inner::after, .cate-item .title .icon-inner::before {
  position: absolute;
  content: "";
  height: 3px;
  width: 24px;
  background: #1E2D5A;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  transition: 0.3s ease-in-out;
}
.cate-item .title .icon-inner::after {
  transform: translate(-50%, -50%) scale(0.5) rotate(90deg);
}
.cate-item.active .title {
  color: #1E2D5A;
}
.cate-item.active .title .icon-inner::after {
  transform: translate(-50%, -50%) scale(0.5);
}

.sub-cate {
  display: none;
}
.sub-cate-item {
  padding: 1.5rem 0;
  list-style: disc;
  margin-left: 2.4rem;
}
.sub-cate-item a {
  color: #716969;
}

.t-title-bn {
  font-weight: 600;
  font-size: 4.8rem;
  line-height: 1.5;
}
@media only screen and (max-width: 1200px) {
  .t-title-bn {
    font-size: 4.3rem;
  }
}
@media only screen and (max-width: 800px) {
  .t-title-bn {
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 1200px) {
  .t-title-bn {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 800px) {
  .t-title-bn {
    font-size: 3.8rem;
  }
}
.t-title-bn.t-2 {
  font-weight: 700;
  letter-spacing: 0.06em;
}
.t-title-bn.l-1 {
  line-height: 1;
}

.t-title-xl {
  font-size: 10rem;
  line-height: 1;
}
@media only screen and (max-width: 1200px) {
  .t-title-xl {
    font-size: 7rem;
  }
}
@media only screen and (max-width: 800px) {
  .t-title-xl {
    font-size: 5rem;
  }
}

.t-title {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.2;
  letter-spacing: 0.06em;
  font-family: "SVN-Gilroy";
}
@media only screen and (max-width: 1200px) {
  .t-title {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .t-title {
    font-size: 2.2rem;
  }
}
.t-title.white {
  color: white;
}
.t-title.pri {
  color: #1E2D5A;
}
.t-title.m-nor {
  margin-bottom: 2.4rem;
}

.t-title-second {
  font-family: "SVN-Gotham";
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.3;
}
@media only screen and (max-width: 1200px) {
  .t-title-second {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .t-title-second {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 400px) {
  .t-title-second {
    font-size: 2rem;
  }
}

.t-title-3 {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 150%;
}
@media only screen and (max-width: 1200px) {
  .t-title-3 {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .t-title-3 {
    font-size: 2.2rem;
  }
}

.t-title-4 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
}
@media only screen and (max-width: 1200px) {
  .t-title-4 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .t-title-4 {
    font-size: 1.6rem;
  }
}

.t-title-5 {
  font-weight: 700;
  font-size: 4rem;
  line-height: 150%;
}
@media only screen and (max-width: 1200px) {
  .t-title-5 {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .t-title-5 {
    font-size: 2.7rem;
  }
}

.f-20 {
  font-size: 2rem;
}
@media only screen and (max-width: 1200px) {
  .f-20 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .f-20 {
    font-size: 1.6rem;
  }
}
.f-20.l-initial {
  line-height: 1.2;
}
.f-20.l-24 {
  line-height: 1.2;
}
.f-20.l-25 {
  line-height: 1.25;
}
.f-20.l-30 {
  line-height: 1.5;
}
.f-20.l-32 {
  line-height: 1.6;
}
.f-16 {
  font-size: 1.6rem;
}
.f-16.l-20 {
  line-height: 1.25;
}
.f-16.l-24 {
  line-height: 1.5;
}
.f-16.l-26 {
  line-height: 1.6;
}
.f-14 {
  font-size: 1.4rem;
}
.f-14.l-18 {
  line-height: 1.28;
}
.f-14.l-22 {
  line-height: 1.6;
}
.f-30 {
  font-size: 3rem;
}
@media only screen and (max-width: 1200px) {
  .f-30 {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .f-30 {
    font-size: 2.4rem;
  }
}
.f-30.l-38 {
  line-height: 1.26;
}
.f-30.l-40 {
  line-height: 1.3;
}
.f-32 {
  font-size: 3.2rem;
}
@media only screen and (max-width: 1200px) {
  .f-32 {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .f-32 {
    font-size: 2.2rem;
  }
}
.f-32.l-34 {
  line-height: 1.2;
}
.f-32.l-40 {
  line-height: 1.25;
}
.f-32.l-48 {
  line-height: 1.5;
}
.f-60 {
  font-size: 6rem;
}
@media only screen and (max-width: 1200px) {
  .f-60 {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .f-60 {
    font-size: 2.5rem;
  }
}
.f-60.l-72 {
  line-height: 1.2;
}
.f-merry {
  font-family: "Merry Christmas Flake";
}

.t-white {
  color: white;
}
.t-main {
  color: #1E2D5A;
}
.t-second {
  color: #F26F33;
}
.t-third {
  color: #001749;
}
.t-18345F {
  color: #18345F;
}
.t-pink {
  color: #ED907A;
}
.t-line {
  overflow: hidden;
}
.t-line .text {
  position: relative;
  display: inline-block;
  margin-left: auto;
  margin: 0 auto;
}
.t-line .text::before {
  position: absolute;
  content: "";
  width: 100vw;
  height: 0.1rem;
  background: #C2C2C2;
  top: 50%;
  left: calc(100% + 1.2rem);
  transform: translateY(-50%);
}
.t-line.line-2 .text::before {
  bottom: 0.8rem;
  top: auto;
  transform: none;
  background: #D9D9D9;
  height: 0.2rem;
}
.t-line.short {
  margin-top: 0;
}
.t-line.short::before, .t-line.short::after {
  position: absolute;
  content: "";
  width: 6.6rem;
  height: 0.1rem;
  background: #1E2D5A;
  top: 50%;
  transform: translateY(-50%);
}
.t-line.short::before {
  right: calc(100% + 0.9rem);
}
.t-line.short::after {
  left: calc(100% + 0.9rem);
}
.t-outline-1 {
  text-shadow: 0 0 1px white, 0 0 1px white, 0 0 1px white, 0 0 1px white, 0 0 1px white, 0 0 1px white, 0 0 1px white, 0 0 1px white, 0 0 1px white, 0 0 1px white, 0 0 1px white, 0 0 1px white, 0 0 1px white, 0 0 1px white, 0 0 1px white, 0 0 1px white, 0 0 1px black, 0 0 1px white, 0 0 1px white, 0 0 1px white;
  -webkit-font-smoothing: antialiased;
}
.t-outline-2 {
  text-shadow: 0 0 1px #F2F2F2, 0 0 1px #F2F2F2, 0 0 1px #F2F2F2, 0 0 1px #F2F2F2, 0 0 1px #F2F2F2, 0 0 1px #F2F2F2, 0 0 1px #F2F2F2, 0 0 1px #F2F2F2, 0 0 1px #F2F2F2, 0 0 1px #F2F2F2, 0 0 1px #F2F2F2, 0 0 1px #F2F2F2, 0 0 1px #F2F2F2, 0 0 1px #F2F2F2, 0 0 1px #F2F2F2, 0 0 1px #F2F2F2, 0 0 1px black, 0 0 1px #F2F2F2, 0 0 1px #F2F2F2, 0 0 1px #F2F2F2;
  -webkit-font-smoothing: antialiased;
}
.t-sp-1 {
  letter-spacing: -0.045em;
}

.tag-tit {
  width: fit-content;
  padding: 0.6rem 1rem 0.5rem;
  border-radius: 0.5rem;
  background: rgba(0, 113, 52, 0.1);
  margin-bottom: 0.8rem;
}
.tag-tit.mid {
  margin-left: auto;
  margin-right: auto;
}
.tag-tit.bg-white {
  background: white;
  color: black;
}

.empty-states {
  padding: 3rem 0;
}

.t-center {
  text-align: center;
}

.fw-1 {
  font-weight: 100;
}

.fw-2 {
  font-weight: 200;
}

.fw-3 {
  font-weight: 300;
}

.fw-5 {
  font-weight: 500;
}

.fw-6 {
  font-weight: 600;
}

.fw-7 {
  font-weight: 700;
}

.fw-8 {
  font-weight: 800;
}

.fw-b {
  font-weight: bold;
}

.fsi {
  font-style: italic;
}

.t-up {
  text-transform: uppercase;
}

.t9 {
  font-size: 0.9rem;
}

.t11 {
  font-size: 1.1rem;
}

.t12 {
  font-size: 1.2rem;
}

.t14 {
  font-size: 1.4rem;
}

.t16 {
  font-size: 1.6rem;
}

.t18 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  .t18 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .t18 {
    font-size: 1.5rem;
  }
}

.t24 {
  font-size: 2.4rem;
}
@media only screen and (max-width: 1200px) {
  .t24 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .t24 {
    font-size: 1.7rem;
  }
}

.t32 {
  font-size: 3.2rem;
}
@media only screen and (max-width: 1200px) {
  .t32 {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .t32 {
    font-size: 2.2rem;
  }
}

.t40 {
  font-size: 4rem;
}
@media only screen and (max-width: 1200px) {
  .t40 {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .t40 {
    font-size: 2.7rem;
  }
}

.t48 {
  font-size: 4.8rem;
}
@media only screen and (max-width: 1200px) {
  .t48 {
    font-size: 4.3rem;
  }
}
@media only screen and (max-width: 800px) {
  .t48 {
    font-size: 3.3rem;
  }
}

.t56 {
  font-size: 5.6rem;
}
@media only screen and (max-width: 1200px) {
  .t56 {
    font-size: 5.1rem;
  }
}
@media only screen and (max-width: 800px) {
  .t56 {
    font-size: 4rem;
  }
}

.t64 {
  font-size: 6.4rem;
}
@media only screen and (max-width: 1200px) {
  .t64 {
    font-size: 3.9rem;
  }
}
@media only screen and (max-width: 800px) {
  .t64 {
    font-size: 2.9rem;
  }
}

.t72 {
  font-size: 7.2rem;
}
@media only screen and (max-width: 1200px) {
  .t72 {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 800px) {
  .t72 {
    font-size: 4rem;
  }
}

.c-pri {
  color: #1E2D5A;
}

.c-second {
  color: #F26F33;
}

.c-third {
  color: #001749;
}

.c-four {
  color: #0099A7;
}

.c-five {
  color: #FDED1B;
}

.c-white {
  color: white;
}

.c-black {
  color: #000000;
}

.bc-pri {
  background-color: #1E2D5A;
}

.bc-second {
  background-color: #F26F33;
}

.bc-third {
  background-color: #001749;
}

.bc-four {
  background-color: #0099A7;
}

.bc-five {
  background-color: #FDED1B;
}

.over-hd {
  overflow: hidden;
}

.z-i-1 {
  z-index: 1;
}

.z-i-2 {
  z-index: 2;
}

.z-i-3 {
  z-index: 3;
}

.z-i-4 {
  z-index: 4;
}

.z-i-5 {
  z-index: 5;
}

.swiper-container {
  width: 100%;
}
.swiper-pagination {
  position: static;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
}
.swiper-pagination::before {
  display: none;
}
.swiper-pagination-bullet {
  background-color: #1E2D5A;
  opacity: 1;
  transition: all 0.3s ease-out;
  opacity: 0.4;
}
.swiper-pagination-bullet-active {
  background-color: #1E2D5A;
  opacity: 1;
}
.swiper-navigation {
  margin: 0 0.6rem;
  background: transparent;
  border-color: transparent;
  color: black;
  cursor: pointer;
}
.swiper-navigation.circle {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  color: #000000;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.swiper-navigation.circle i {
  font-weight: 900;
  font-size: 2rem;
}
@media screen and (min-width: 1201px) {
  .swiper-navigation.circle:hover {
    color: #F26F33;
  }
}
.swiper-navigation.tab {
  position: absolute;
  top: 50%;
  z-index: 60;
}
.swiper-navigation.tab.prev {
  left: 0;
  transform: translate(50%, -50%);
}
.swiper-navigation.tab.next {
  right: 0;
  transform: translate(-50%, -50%);
}
.swiper-navigation.second {
  border: 0.1rem solid #C2C2C2;
  color: #C2C2C2;
}
.swiper-navigation.second i {
  font-weight: 900;
  font-size: 1.2rem;
  margin-top: 0.1rem;
  margin-left: 0.1rem;
}
@media screen and (min-width: 1201px) {
  .swiper-navigation.second:hover {
    background: #F26F33;
    color: white;
    border-color: #F26F33;
  }
}
.swiper-navigation.third i {
  font-size: 1.4rem;
  font-weight: 700;
}
.swiper-navigation.third.next {
  right: -2.4rem;
  transform: translate(100%, -50%);
}
@media screen and (max-width: 800px) {
  .swiper-navigation.third.next {
    right: -1rem;
  }
}
.swiper-navigation.third.prev {
  left: -2.4rem;
  transform: translate(-100%, -50%);
}
@media screen and (max-width: 800px) {
  .swiper-navigation.third.prev {
    left: -1rem;
  }
}
.swiper-navigation.four {
  border: 0.1rem solid #C2C2C2;
  color: #C2C2C2;
  margin: 0;
}
.swiper-navigation.four i {
  font-weight: 900;
  font-size: 1.2rem;
}
.swiper-navigation.four.prev {
  left: -1.4rem;
  transform: translate(-100%, -50%);
}
.swiper-navigation.four.next {
  right: -1.4rem;
  transform: translate(100%, -50%);
}
@media screen and (min-width: 1201px) {
  .swiper-navigation.four:hover {
    background: #F26F33;
    color: white;
    border-color: #F26F33;
  }
}
.swiper-navigation.fif i {
  font-weight: 900;
  font-size: 1.2rem;
}
.swiper-navigation.fif.prev {
  left: -1.8rem;
  transform: translate(-100%, -50%);
}
.swiper-navigation.fif.next {
  right: -1.8rem;
  transform: translate(100%, -50%);
}
.swiper-navigation.static {
  position: static;
  transform: none !important;
}
.swiper-notification {
  display: none !important;
}

.desc-mw {
  max-width: 81.2rem;
  margin-left: auto;
  margin-right: auto;
}

.navigation .swiper-navigation {
  position: static;
  transform: none !important;
}

.m-mid {
  margin: 0 auto;
}

.m-end {
  margin-left: auto;
}

.m-start {
  margin-right: auto;
}

.f-mid {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.f-end {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
}

.fl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.fl-center {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

.f-space {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.icon-left {
  margin-right: 0.8rem;
}

.icon-right {
  margin-left: 0.8rem;
}

.spc.no-wrap .spc-list {
  flex-wrap: nowrap;
}
.spc-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin-left: -0.8rem;
  margin-bottom: -0.8rem;
}
.spc-item {
  margin-left: 0.8rem;
  margin-bottom: 0.8rem;
}
.spc-16 .spc-list {
  margin-left: -1.6rem;
  margin-bottom: -1.6rem;
}
.spc-16 .spc-item {
  margin-bottom: 1.6rem;
  margin-left: 1.6rem;
}
.spc-24 .spc-list {
  margin-left: -2.4rem;
  margin-bottom: -2.4rem;
}
.spc-24 .spc-item {
  margin-bottom: 2.4rem;
  margin-left: 2.4rem;
}

.bg-fade,
.bg-fade2,
.bg-fade3 {
  position: fixed;
  content: "";
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 997;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
}
.bg-fade.show,
.bg-fade2.show,
.bg-fade3.show {
  visibility: visible;
  opacity: 1;
}

.bg-fade2 {
  z-index: 1000;
}
@media screen and (min-width: 1201px) {
  .bg-fade2 {
    display: none;
  }
}

@media screen and (max-width: 1201px) {
  .bg-fade3 {
    display: none;
  }
}

.list-wrap,
.d-wrap {
  margin: 0 -1.2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .list-wrap,
  .d-wrap {
    margin: 0 -0.6rem;
  }
}
.list-item,
.d-item {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
@media screen and (max-width: 800px) {
  .list-item,
  .d-item {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }
}
.list-2 .list-item,
.list-2 .d-item,
.d-2 .list-item,
.d-2 .d-item {
  width: 50%;
}
.list-3 .list-item,
.list-3 .d-item,
.d-3 .list-item,
.d-3 .d-item {
  width: 33.3333333333%;
}
@media screen and (max-width: 800px) {
  .list-3 .list-item,
  .list-3 .d-item,
  .d-3 .list-item,
  .d-3 .d-item {
    width: 50%;
  }
}
@media screen and (max-width: 550px) {
  .list-3 .list-item,
  .list-3 .d-item,
  .d-3 .list-item,
  .d-3 .d-item {
    width: 100%;
  }
}
.list-4 .list-item,
.list-4 .d-item,
.d-4 .list-item,
.d-4 .d-item {
  width: 25%;
}
.list-5 .list-item,
.list-5 .d-item,
.d-5 .list-item,
.d-5 .d-item {
  width: 20%;
}

@media screen and (min-width: 1300px) {
  .d-none-1200 {
    display: none;
  }
}

.play-video {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
@media screen and (min-width: 1200px) {
  .play-video:hover .icon::before {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.play-video .icon {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
  position: relative;
  border: 0.2rem solid white;
}
.play-video .icon img {
  width: 2.2rem;
  margin-left: 0.7rem;
}
.play-video .icon i {
  color: white;
}
.play-video .icon::before {
  position: absolute;
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 1px);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  z-index: -1;
  transition: all 0.5s ease-in-out;
  transform: translate(-50%, -50%);
  opacity: 0;
  background: linear-gradient(150.37deg, #FFFFFF 10.08%, rgba(255, 255, 255, 0) 89.55%);
}

.marquee-section {
  padding: 2.7rem 0;
  background: #F5F5F5;
}
.marquee-list .swiper-slide {
  text-align: center;
  width: auto;
  padding: 0 1.6rem;
  height: auto;
}
.marquee-list .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}
.marquee-list .icon {
  width: 2.4rem;
  margin-right: 1.8rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.marquee-list .text {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.25;
}
@media only screen and (max-width: 1200px) {
  .marquee-list .text {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .marquee-list .text {
    font-size: 1.6rem;
  }
}
.marquee-list .num {
  font-size: 3.2rem;
  line-height: 1.2;
  letter-spacing: 0.06em;
  margin-right: 1rem;
}
@media only screen and (max-width: 1200px) {
  .marquee-list .num {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .marquee-list .num {
    font-size: 2.2rem;
  }
}
.marquee-list span {
  display: inline-block;
}

.seemore {
  font-weight: 700;
  color: #F26F33;
  width: fit-content;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.seemore-2 {
  width: fit-content;
}
.seemore-2 .icon {
  width: 2.4rem;
  height: 2.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 1.2rem;
  margin-left: 0.6rem;
  transition: all 0.3s ease-in-out;
}
.seemore-2 .icon i {
  font-weight: 700;
}
@media screen and (min-width: 1201px) {
  .seemore-2:hover .icon {
    transform: rotate(45deg);
  }
}

@keyframes line-slide {
  0% {
    background-position: -5% 0;
  }
  100% {
    background-position: 100% 0;
  }
}
.swiper-next,
.swiper-prev {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 100rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border: 1px solid #212223;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
.swiper-next.white,
.swiper-prev.white {
  border: 1px solid white;
}
.swiper-next.white i,
.swiper-prev.white i {
  color: white;
}
.swiper-next i,
.swiper-prev i {
  color: #212223;
  font-weight: 400;
}

.user-avatar {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  margin-right: 0.8rem;
}
.user-avatar img {
  display: block;
}
.user-post {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 150%;
  color: #838383;
}

.clear {
  clear: both;
}

.date {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #838383;
}

@media screen and (min-width: 1300px) {
  .tablet {
    display: none;
  }
}

@media screen and (max-width: 1300px) {
  .desk1300 {
    display: none !important;
  }
}

.result-search {
  font-size: 2rem;
  line-height: 1.2;
}
@media only screen and (max-width: 1200px) {
  .result-search {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .result-search {
    font-size: 1.6rem;
  }
}
.result-search .num {
  color: #0099A7;
  font-weight: 700;
}

.mona-title-form {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: calc(var(--pdGen) * 3);
  display: inline-block;
}
@media only screen and (max-width: 1200px) {
  .mona-title-form {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .mona-title-form {
    font-size: 1.6rem;
  }
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-2 {
  margin-bottom: 0.2rem;
}

.mb-4 {
  margin-bottom: 0.4rem;
}

.mb-5 {
  margin-bottom: 0.5rem;
}

.mb-6 {
  margin-bottom: 0.6rem;
}

.mb-8 {
  margin-bottom: 0.8rem;
}

.mb-10 {
  margin-bottom: 1rem;
}

.mb-10s:not(:last-child) {
  margin-bottom: 1rem;
}

.mb-12 {
  margin-bottom: 1.2rem;
}

.mb-12s:not(:last-child) {
  margin-bottom: 1.2rem;
}

.mb-14 {
  margin-bottom: 1.4rem;
}

.mb-14s:not(:last-child) {
  margin-bottom: 1.4rem;
}

.mb-15 {
  margin-bottom: 1.5rem;
}

.mb-15s:not(:last-child) {
  margin-bottom: 1.6rem;
}

.mb-16 {
  margin-bottom: 1.6rem;
}

.mb-16s:not(:last-child) {
  margin-bottom: 1.6rem;
}

.mb-18 {
  margin-bottom: 1.8rem;
}

.mb-18s:not(:last-child) {
  margin-bottom: 1.8rem;
}

.mb-20 {
  margin-bottom: 2rem;
}
.mb-20 .mb-30 {
  margin-bottom: 3rem;
}
.mb-20 .mb-30s:not(:last-child) {
  margin-bottom: 3rem;
}

.mb-20s:not(:last-child) {
  margin-bottom: 2rem;
}

.mb-24 {
  margin-bottom: 2.4rem;
}

.mb-24s:not(:last-child) {
  margin-bottom: 2.4rem;
}

.mb-25 {
  margin-bottom: 2.5rem;
}

.mb-25s:not(:last-child) {
  margin-bottom: 2.5rem;
}

.mb-28 {
  margin-bottom: 2.8rem;
}

.mb-30 {
  margin-bottom: 3rem;
}

.mb-30s:not(:last-child) {
  margin-bottom: 3rem;
}

.mb-32 {
  margin-bottom: 3.2rem;
}

.mb-32s:not(:last-child) {
  margin-bottom: 3.2rem;
}

.mb-40 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 1200px) {
  .mb-40 {
    margin-bottom: 2rem;
  }
}

.mb-39 {
  margin-bottom: 3.9rem;
}

.mb-40s:not(:last-child) {
  margin-bottom: 4rem;
}

.mb-44 {
  margin-bottom: 4.4rem;
}

.mb-48 {
  margin-bottom: 4.8rem;
}

.mb-48s:not(:last-child) {
  margin-bottom: 4.8rem;
}

.mb-54 {
  margin-bottom: 5.4rem;
}

.mb-56 {
  margin-bottom: 5.6rem;
}

.mb-56s:not(:last-child) {
  margin-bottom: 5.6rem;
}

.mb-64 {
  margin-bottom: 6.4rem;
}

.mb-64s:not(:last-child) {
  margin-bottom: 6.4rem;
}

.mb-72 {
  margin-bottom: 7.2rem;
}

.mb-72s:not(:last-child) {
  margin-bottom: 7.2rem;
}

.mb-80 {
  margin-bottom: 8rem;
}

.mb-80s:not(:last-child) {
  margin-bottom: 8rem;
}

.mb-88 {
  margin-bottom: 8.8rem;
}

.mb-0 {
  margin-bottom: 0;
}
.mb-3 {
  margin-bottom: 0.3rem;
}
.mb-8 {
  margin-bottom: 0.8rem;
}
.mb-10 {
  margin-bottom: 1rem;
}
.mb-11 {
  margin-bottom: 1.1rem;
}
.mb-12 {
  margin-bottom: 1.2rem;
}
@media (max-width: 800px) {
  .mb-12 {
    margin-bottom: 0.6rem;
  }
}
.mb-13 {
  margin-bottom: 1.3rem;
}
@media (max-width: 800px) {
  .mb-13 {
    margin-bottom: 0.7rem;
  }
}
.mb-14 {
  margin-bottom: 1.4rem;
}
@media (max-width: 800px) {
  .mb-14 {
    margin-bottom: 0.8rem;
  }
}
.mb-15 {
  margin-bottom: 1.5rem;
}
@media (max-width: 800px) {
  .mb-15 {
    margin-bottom: 0.9rem;
  }
}
.mb-16 {
  margin-bottom: 1.6rem;
}
@media (max-width: 800px) {
  .mb-16 {
    margin-bottom: 1rem;
  }
}
.mb-17 {
  margin-bottom: 1.7rem;
}
@media (max-width: 800px) {
  .mb-17 {
    margin-bottom: 1.1rem;
  }
}
.mb-18 {
  margin-bottom: 1.8rem;
}
@media (max-width: 800px) {
  .mb-18 {
    margin-bottom: 1.2rem;
  }
}
.mb-19 {
  margin-bottom: 1.9rem;
}
@media (max-width: 800px) {
  .mb-19 {
    margin-bottom: 1.2rem;
  }
}
.mb-20 {
  margin-bottom: 2rem;
}
@media (max-width: 800px) {
  .mb-20 {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 600px) {
  .mb-20 {
    margin-bottom: 1rem;
  }
}
.mb-21 {
  margin-bottom: 2.1rem;
}
@media (max-width: 800px) {
  .mb-21 {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 600px) {
  .mb-21 {
    margin-bottom: 1rem;
  }
}
.mb-22 {
  margin-bottom: 2.2rem;
}
@media (max-width: 800px) {
  .mb-22 {
    margin-bottom: 1.3rem;
  }
}
@media (max-width: 600px) {
  .mb-22 {
    margin-bottom: 1rem;
  }
}
.mb-24 {
  margin-bottom: 2.4rem;
}
@media (max-width: 1200px) {
  .mb-24 {
    margin-bottom: 1.8rem;
  }
}
@media (max-width: 800px) {
  .mb-24 {
    margin-bottom: 1.5rem;
  }
}
.mb-27 {
  margin-bottom: 2.7rem;
}
@media (max-width: 1200px) {
  .mb-27 {
    margin-bottom: 1.9rem;
  }
}
@media (max-width: 800px) {
  .mb-27 {
    margin-bottom: 1.5rem;
  }
}
.mb-29 {
  margin-bottom: 2.9rem;
}
@media (max-width: 1200px) {
  .mb-29 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 800px) {
  .mb-29 {
    margin-bottom: 1.5rem;
  }
}
.mb-30 {
  margin-bottom: 3rem;
}
@media (max-width: 1200px) {
  .mb-30 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 800px) {
  .mb-30 {
    margin-bottom: 1.5rem;
  }
}
.mb-32 {
  margin-bottom: 3.2rem;
}
@media (max-width: 1200px) {
  .mb-32 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 800px) {
  .mb-32 {
    margin-bottom: 1.5rem;
  }
}
.mb-33 {
  margin-bottom: 3.3rem;
}
@media (max-width: 1200px) {
  .mb-33 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 800px) {
  .mb-33 {
    margin-bottom: 1.5rem;
  }
}
.mb-34 {
  margin-bottom: 3.4rem;
}
@media (max-width: 1200px) {
  .mb-34 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 800px) {
  .mb-34 {
    margin-bottom: 1.5rem;
  }
}
.mb-35 {
  margin-bottom: 3.5rem;
}
@media (max-width: 1200px) {
  .mb-35 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 800px) {
  .mb-35 {
    margin-bottom: 1.5rem;
  }
}
.mb-36 {
  margin-bottom: 3.6rem;
}
@media (max-width: 1200px) {
  .mb-36 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 800px) {
  .mb-36 {
    margin-bottom: 1.5rem;
  }
}
.mb-37 {
  margin-bottom: 3.7rem;
}
@media (max-width: 1200px) {
  .mb-37 {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 800px) {
  .mb-37 {
    margin-bottom: 1.6rem;
  }
}
.mb-38 {
  margin-bottom: 3.8rem;
}
@media (max-width: 1200px) {
  .mb-38 {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 800px) {
  .mb-38 {
    margin-bottom: 1.6rem;
  }
}
.mb-41 {
  margin-bottom: 4.1rem;
}
@media (max-width: 1200px) {
  .mb-41 {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 800px) {
  .mb-41 {
    margin-bottom: 1.6rem;
  }
}
.mb-43 {
  margin-bottom: 4.3rem;
}
@media (max-width: 1200px) {
  .mb-43 {
    margin-bottom: 2.6rem;
  }
}
@media (max-width: 800px) {
  .mb-43 {
    margin-bottom: 1.8rem;
  }
}
.mb-45 {
  margin-bottom: 4.5rem;
}
@media (max-width: 1200px) {
  .mb-45 {
    margin-bottom: 2.8rem;
  }
}
@media (max-width: 800px) {
  .mb-45 {
    margin-bottom: 1.8rem;
  }
}
.mb-auto {
  margin-bottom: auto;
}
.mb-46 {
  margin-bottom: 4.6rem;
}
@media (max-width: 800px) {
  .mb-46 {
    margin-bottom: 3.5rem;
  }
}
.mb-47 {
  margin-bottom: 4.7rem;
}
@media (max-width: 800px) {
  .mb-47 {
    margin-bottom: 3.5rem;
  }
}
.mb-48 {
  margin-bottom: 4.8rem;
}
@media (max-width: 800px) {
  .mb-48 {
    margin-bottom: 3.5rem;
  }
}
.mb-49 {
  margin-bottom: 4.9rem;
}
@media (max-width: 800px) {
  .mb-49 {
    margin-bottom: 3.5rem;
  }
}
.mb-50 {
  margin-bottom: 5rem;
}
@media (max-width: 800px) {
  .mb-50 {
    margin-bottom: 3.5rem;
  }
}
.mb-52 {
  margin-bottom: 5.2rem;
}
@media (max-width: 800px) {
  .mb-52 {
    margin-bottom: 3.5rem;
  }
}
.mb-53 {
  margin-bottom: 5.3rem;
}
@media (max-width: 800px) {
  .mb-53 {
    margin-bottom: 3.5rem;
  }
}
.mb-54 {
  margin-bottom: 5.4rem;
}
@media (max-width: 800px) {
  .mb-54 {
    margin-bottom: 3.5rem;
  }
}
.mb-56 {
  margin-bottom: 5.6rem;
}
@media (max-width: 800px) {
  .mb-56 {
    margin-bottom: 3.5rem;
  }
}
@media (max-width: 600px) {
  .mb-56 {
    margin-bottom: 2rem;
  }
}
.mb-57 {
  margin-bottom: 5.7rem;
}
@media (max-width: 800px) {
  .mb-57 {
    margin-bottom: 3.5rem;
  }
}
.mb-58 {
  margin-bottom: 5.8rem;
}
@media (max-width: 800px) {
  .mb-58 {
    margin-bottom: 3.5rem;
  }
}
.mb-60 {
  margin-bottom: 6rem;
}
@media (max-width: 800px) {
  .mb-60 {
    margin-bottom: 3.5rem;
  }
}
.mb-64 {
  margin-bottom: 6.4rem;
}
@media (max-width: 1200px) {
  .mb-64 {
    margin-bottom: 4rem;
  }
}
@media (max-width: 800px) {
  .mb-64 {
    margin-bottom: 3.5rem;
  }
}
.mb-65 {
  margin-bottom: 6.5rem;
}
@media (max-width: 1200px) {
  .mb-65 {
    margin-bottom: 4rem;
  }
}
@media (max-width: 800px) {
  .mb-65 {
    margin-bottom: 3.5rem;
  }
}
.mb-67 {
  margin-bottom: 6.7rem;
}
@media (max-width: 1200px) {
  .mb-67 {
    margin-bottom: 4rem;
  }
}
@media (max-width: 800px) {
  .mb-67 {
    margin-bottom: 3.5rem;
  }
}
.mb-68 {
  margin-bottom: 6.8rem;
}
@media (max-width: 1200px) {
  .mb-68 {
    margin-bottom: 4.4rem;
  }
}
@media (max-width: 800px) {
  .mb-68 {
    margin-bottom: 3.5rem;
  }
}
.mb-70 {
  margin-bottom: 7rem;
}
@media (max-width: 1200px) {
  .mb-70 {
    margin-bottom: 4.6rem;
  }
}
@media (max-width: 800px) {
  .mb-70 {
    margin-bottom: 3.7rem;
  }
}
.mb-72 {
  margin-bottom: 7.2rem;
}
@media (max-width: 1200px) {
  .mb-72 {
    margin-bottom: 4.8rem;
  }
}
@media (max-width: 800px) {
  .mb-72 {
    margin-bottom: 3.9rem;
  }
}
.mb-74 {
  margin-bottom: 7.4rem;
}
@media (max-width: 1200px) {
  .mb-74 {
    margin-bottom: 4.4rem;
  }
}
@media (max-width: 800px) {
  .mb-74 {
    margin-bottom: 3.7rem;
  }
}
.mb-79 {
  margin-bottom: 7.9rem;
}
@media (max-width: 1200px) {
  .mb-79 {
    margin-bottom: 4.8rem;
  }
}
@media (max-width: 800px) {
  .mb-79 {
    margin-bottom: 3.9rem;
  }
}
.mb-83 {
  margin-bottom: 8.3rem;
}
@media (max-width: 1200px) {
  .mb-83 {
    margin-bottom: 5.2rem;
  }
}
@media (max-width: 800px) {
  .mb-83 {
    margin-bottom: 4rem;
  }
}
.mb-84 {
  margin-bottom: 8.4rem;
}
@media (max-width: 1200px) {
  .mb-84 {
    margin-bottom: 5.2rem;
  }
}
@media (max-width: 800px) {
  .mb-84 {
    margin-bottom: 4rem;
  }
}
.mb-86 {
  margin-bottom: 8.6rem;
}
@media (max-width: 1200px) {
  .mb-86 {
    margin-bottom: 5.3rem;
  }
}
@media (max-width: 800px) {
  .mb-86 {
    margin-bottom: 4rem;
  }
}
.mb-88 {
  margin-bottom: 8.8rem;
}
@media (max-width: 1200px) {
  .mb-88 {
    margin-bottom: 5.5rem;
  }
}
@media (max-width: 800px) {
  .mb-88 {
    margin-bottom: 4rem;
  }
}
.mb-90 {
  margin-bottom: 9rem;
}
@media (max-width: 1200px) {
  .mb-90 {
    margin-bottom: 5.7rem;
  }
}
@media (max-width: 800px) {
  .mb-90 {
    margin-bottom: 4rem;
  }
}
.mb-94 {
  margin-bottom: 9.4rem;
}
@media (max-width: 1200px) {
  .mb-94 {
    margin-bottom: 6rem;
  }
}
@media (max-width: 800px) {
  .mb-94 {
    margin-bottom: 4.5rem;
  }
}
.mb-97 {
  margin-bottom: 9.7rem;
}
@media (max-width: 1200px) {
  .mb-97 {
    margin-bottom: 6rem;
  }
}
@media (max-width: 800px) {
  .mb-97 {
    margin-bottom: 4.5rem;
  }
}
.mb-100 {
  margin-bottom: 10rem;
}
@media (max-width: 1200px) {
  .mb-100 {
    margin-bottom: 6rem;
  }
}
@media (max-width: 800px) {
  .mb-100 {
    margin-bottom: 4.5rem;
  }
}
.mt-auto {
  margin-top: auto;
}
.mt-8 {
  margin-top: 0.8rem;
}
.mt-54 {
  margin-top: 5.4rem;
}
.ml-auto {
  margin-left: auto;
}
.mr {
  margin-right: auto;
}

.ss-mg {
  margin: 8rem 0;
}
@media screen and (max-width: 1200px) {
  .ss-mg {
    margin: 4rem 0;
  }
}

.ss-mg-t {
  margin-top: 8rem;
}
@media screen and (max-width: 1200px) {
  .ss-mg-t {
    margin-top: 4rem;
  }
}

.ss-mg-b {
  margin-bottom: 8rem;
}
@media screen and (max-width: 1200px) {
  .ss-mg-b {
    margin-bottom: 4rem;
  }
}
.ss-mg-b-2 {
  margin-bottom: 11.2rem;
}
@media screen and (max-width: 1200px) {
  .ss-mg-b-2 {
    margin-bottom: 4.5rem;
  }
}

.section {
  padding: 4rem 0;
}
@media screen and (max-width: 1200px) {
  .section {
    padding: 2rem 0;
  }
}

.ss-pd {
  padding: 6.4rem 0;
}
@media screen and (max-width: 1200px) {
  .ss-pd {
    padding: 3rem 0;
  }
}
.ss-pd-sm {
  padding: 5.6rem 0;
}
@media screen and (max-width: 1200px) {
  .ss-pd-sm {
    padding: 3rem 0;
  }
}
.ss-pd-0 {
  padding: 8rem 0;
}
@media screen and (max-width: 1200px) {
  .ss-pd-0 {
    padding: 3rem 0;
  }
}
.ss-pd-1 {
  padding-top: 9.6rem;
  padding-bottom: 9.6rem;
}
@media screen and (max-width: 1200px) {
  .ss-pd-1 {
    padding: 4rem 0;
  }
}
.ss-pd-2 {
  padding: 11.2rem 0;
}
@media screen and (max-width: 1200px) {
  .ss-pd-2 {
    padding: 4.5rem 0;
  }
}
.ss-pd-2-s {
  padding: 10.4rem 0;
}
@media screen and (max-width: 1200px) {
  .ss-pd-2-s {
    padding: 4.5rem 0;
  }
}
.ss-pd-3 {
  padding: 12rem 0;
}
@media screen and (max-width: 1200px) {
  .ss-pd-3 {
    padding: 5rem 0;
  }
}
.ss-pd-5 {
  padding: 13.6rem 0;
}
@media screen and (max-width: 1200px) {
  .ss-pd-5 {
    padding: 5rem 0;
  }
}

.ss-pd-t {
  padding-top: 6.4rem;
}
@media screen and (max-width: 1200px) {
  .ss-pd-t {
    padding-top: 3rem;
  }
}
.ss-pd-t-sm {
  padding-top: 5.6rem;
}
@media screen and (max-width: 1200px) {
  .ss-pd-t-sm {
    padding-top: 3rem;
  }
}
.ss-pd-t-0 {
  padding-top: 8rem;
}
@media screen and (max-width: 1200px) {
  .ss-pd-t-0 {
    padding-top: 4rem;
  }
}
.ss-pd-t-1 {
  padding-top: 9.6rem;
}
@media screen and (max-width: 1200px) {
  .ss-pd-t-1 {
    padding-top: 4rem;
  }
}
.ss-pd-t-2 {
  padding-top: 11.2rem;
}
@media screen and (max-width: 1200px) {
  .ss-pd-t-2 {
    padding-top: 4.5rem;
  }
}
.ss-pd-t-2-s {
  padding-top: 10.4rem;
}
@media screen and (max-width: 1200px) {
  .ss-pd-t-2-s {
    padding-top: 4.5rem;
  }
}
.ss-pd-t-3 {
  padding-top: 12rem;
}
@media screen and (max-width: 1200px) {
  .ss-pd-t-3 {
    padding-top: 5rem;
  }
}
.ss-pd-t-4 {
  padding-top: 15.2rem;
}
@media screen and (max-width: 1200px) {
  .ss-pd-t-4 {
    padding-top: 6rem;
  }
}

.ss-pd-b {
  padding-bottom: 6.4rem;
}
@media screen and (max-width: 1200px) {
  .ss-pd-b {
    padding-bottom: 3rem;
  }
}
.ss-pd-b-sm {
  padding-bottom: 5.6rem;
}
@media screen and (max-width: 1200px) {
  .ss-pd-b-sm {
    padding-bottom: 3rem;
  }
}
.ss-pd-b-0 {
  padding-bottom: 8rem;
}
@media screen and (max-width: 1200px) {
  .ss-pd-b-0 {
    padding-bottom: 4rem;
  }
}
.ss-pd-b-1 {
  padding-bottom: 9.6rem;
}
@media screen and (max-width: 1200px) {
  .ss-pd-b-1 {
    padding-bottom: 4rem;
  }
}
.ss-pd-b-2 {
  padding-bottom: 11.2rem;
}
@media screen and (max-width: 1200px) {
  .ss-pd-b-2 {
    padding-bottom: 4.5rem;
  }
}
.ss-pd-b-2-s {
  padding-bottom: 10.4rem;
}
@media screen and (max-width: 1200px) {
  .ss-pd-b-2-s {
    padding-bottom: 4.5rem;
  }
}
.ss-pd-b-3 {
  padding-bottom: 12rem;
}
@media screen and (max-width: 1200px) {
  .ss-pd-b-3 {
    padding-bottom: 5rem;
  }
}
.ss-pd-b-4 {
  padding-bottom: 10.2rem;
}
@media screen and (max-width: 1200px) {
  .ss-pd-b-4 {
    padding-bottom: 4rem;
  }
}
.ss-pd-b-5 {
  padding-bottom: 15.2rem;
}
@media screen and (max-width: 1200px) {
  .ss-pd-b-5 {
    padding-bottom: 6rem;
  }
}
.ss-pd-b-6 {
  padding-bottom: 12.8rem;
}
@media screen and (max-width: 1200px) {
  .ss-pd-b-6 {
    padding-bottom: 6rem;
  }
}

.m-top {
  margin-top: 3rem;
}

.star {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-content: start;
  align-items: center;
}
.star-list {
  position: relative;
  height: 2rem;
}
.star-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.star-flex .icon {
  width: 1.8rem;
  height: 1.8rem;
}
.star-flex .icon:not(:first-child) {
  margin-left: 0.4rem;
}
.star-filter {
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 100%;
  width: 0;
}
.star .num {
  margin-left: 1rem;
  margin-top: -0.2rem;
}

.side-fixed {
  position: fixed;
  width: auto;
  max-width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: white;
  z-index: 1000;
  transition: 0.5s ease-in-out;
  opacity: 0;
  transform: translateX(102%);
  visibility: hidden;
}
.side-fixed.open {
  opacity: 1;
  transform: translate(0, 0);
  visibility: visible;
}
.side-fixed-wrap {
  padding: 4.6rem 5.8rem;
  padding-right: 9.4rem;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
@media screen and (max-width: 600px) {
  .side-fixed-wrap {
    padding: 3rem 1.5rem;
  }
}
.side-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 50;
  transition: 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
}
.side-overlay.open {
  opacity: 1;
  visibility: visible;
}
.side-open {
  width: 4rem;
  height: 4rem;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 40;
  background-color: #F26F33;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 100rem 0 0 100rem;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}
.side-open.close {
  opacity: 0;
  transform: translate(100%, -50%);
  visibility: visible;
}
.side-open-wrap {
  width: 3rem;
  height: 3rem;
  border-radius: 100rem;
  background-color: white;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.side-open-wrap .icon {
  color: #F26F33;
  font-weight: 600;
  font-size: 1.6rem;
}
.side-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 3rem;
  height: 3rem;
  background-color: white;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
}
.side-close:hover .icon {
  transform: rotate(360deg);
}
.side-close .icon {
  font-size: 1.8rem;
  font-weight: 900;
  transition: 0.6s ease-in-out;
}
.side-filter {
  max-width: 47rem;
}
@media screen and (max-width: 420px) {
  .side-filter {
    width: 100vw;
  }
}
.side-act-fixed {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 6.8rem;
  z-index: 800;
}
@media screen and (max-width: 1600px) {
  .side-act-fixed {
    right: 1.5rem;
  }
}
.side-act-fixed .side-item {
  padding: 1.3rem 0;
}
.side-act-fixed .side-item-wrap {
  width: 11rem;
  height: 11rem;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  color: white;
  text-align: center;
  flex-direction: column;
  padding: 1.2rem;
  position: relative;
  background: #1E2D5A;
}
@media screen and (max-width: 1400px) {
  .side-act-fixed .side-item-wrap {
    width: 8.5rem;
    height: 8.5rem;
    padding: 0.8rem;
  }
}
@media screen and (max-width: 1201px) {
  .side-act-fixed .side-item-wrap {
    width: 5rem;
    height: 5rem;
    padding: 0.8rem;
  }
}
.side-act-fixed .side-item-wrap::before {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: rgba(30, 45, 90, 0.2);
  animation: bgScale 2s infinite;
}
.side-act-fixed .side-item .icon {
  width: 2.4rem;
  height: 2.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1400px) {
  .side-act-fixed .side-item .icon {
    width: 2rem;
    height: 2rem;
  }
}
@media screen and (max-width: 1400px) {
  .side-act-fixed .side-item .text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1201px) {
  .side-act-fixed .side-item .text {
    display: none;
  }
}
.side-act-fixed .side-item:nth-child(1) .side-item-wrap {
  background: #8384AE;
}
.side-act-fixed .side-item:nth-child(1) .side-item-wrap::before {
  background: #EFEFFF;
}
.side-act-fixed .side-item:nth-child(2) .side-item-wrap {
  background: #ED907A;
}
.side-act-fixed .side-item:nth-child(2) .side-item-wrap::before {
  background: #FFEAE4;
  animation-delay: 0.5s;
}

@keyframes bgScale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.social-content .text {
  color: #838383;
  display: inline-block;
  margin-right: 1rem;
}
.social-lst {
  margin: 0 -0.5rem;
}
.social-item {
  color: #1E2D5A;
  cursor: pointer;
  padding: 0 0.5rem;
  font-size: 1.4rem;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1201px) {
  .social-item:hover {
    transform: scale(1.1);
  }
}
.social-item a {
  width: 2.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.sc-hd {
  background: #1E2D5A;
  order: 3;
}
@media screen and (min-width: 1201px) {
  .sc-hd {
    display: none;
  }
}
.sc-hd-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.sc-hd-item {
  flex: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 1rem;
  border: 0.1rem solid #4C4C4C;
}
.sc-hd-item a {
  max-width: 2.4rem;
  max-height: 2.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-shrink: 0;
}
.sc-hd-item:first-child {
  border-left: 0;
}
.sc-hd-item:last-child {
  border-right: 0;
}

.cart-step {
  width: 68.4rem;
  max-width: 100%;
  margin: 0 auto;
  overflow-x: auto;
  margin-bottom: 9.6rem;
}
.cart-step::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 1200px) {
  .cart-step {
    margin-bottom: 4rem;
  }
}
.cart-step-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 500px) {
  .cart-step-list {
    width: 500px;
    justify-content: flex-start;
  }
}
.cart-step-list::before {
  content: "";
  position: absolute;
  top: 5rem;
  height: 1px;
  background-color: #CECECE;
  left: 5rem;
  right: 5rem;
  z-index: -1;
}
@media screen and (max-width: 500px) {
  .cart-step-list::before {
    display: none;
  }
}
.cart-step-item {
  padding: 0 1.5rem;
}
.cart-step-item.active .cart-step-icon {
  background-color: #F26F33;
}
.cart-step-item.active .cart-step-icon .icon {
  filter: brightness(0) invert(0);
}
.cart-step-icon {
  width: 10rem;
  height: 10rem;
  border-radius: 100rem;
  background-color: #1E2D5A;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  .cart-step-icon {
    width: 5rem;
    height: 5rem;
  }
}
.cart-step-icon .icon {
  width: 4.8rem;
  height: 4.8rem;
}
@media screen and (max-width: 500px) {
  .cart-step-icon .icon {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.cart-step-name {
  font-size: 1.4rem;
  font-weight: 500;
  color: #000000;
  text-align: center;
  margin-top: 1.6rem;
}
.cart-empty {
  width: 45rem;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.cart-empty .des {
  color: #212223;
}
.cart-empty .btn {
  margin: 0 auto;
  margin-top: 3rem;
}
.cart-title {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #212223;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 1200px) {
  .cart-title {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .cart-title {
    font-size: 2.2rem;
  }
}
.cart-side-left {
  width: 66.6666666667%;
}
@media screen and (max-width: 900px) {
  .cart-side-left {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.cart-side-right {
  width: 33.3333333333%;
}
@media screen and (max-width: 900px) {
  .cart-side-right {
    width: 100%;
  }
}

.c-title {
  font-weight: 700;
  color: #212223;
  text-align: center;
}
.c-item {
  padding: 2rem 0;
  border-bottom: 1px solid #CECECE;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .c-head {
    display: none;
  }
}
.c-head .c-row {
  padding: 1.6rem 0;
  border-radius: 100px;
  background-color: #F5F5F5;
}
.c-body .c-row {
  align-items: center;
  margin-bottom: -2.4rem;
}
.c-body .c-col {
  text-align: center;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 1000px) {
  .c-body .c-col {
    text-align: left;
  }
}
.c-col-first {
  width: 8.3333333333%;
}
@media screen and (max-width: 1000px) {
  .c-col-first {
    width: 0;
    padding: 0;
  }
}
.c-col-second {
  width: 25%;
}
@media screen and (max-width: 1000px) {
  .c-col-second {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 500px) {
  .c-col-second {
    width: 50%;
  }
}
@media screen and (max-width: 400px) {
  .c-col-second {
    width: 100%;
  }
}
.c-col-third {
  width: 16.6666666667%;
}
@media screen and (max-width: 1000px) {
  .c-col-third {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 500px) {
  .c-col-third {
    width: 50%;
  }
}
@media screen and (max-width: 400px) {
  .c-col-third {
    width: 100%;
  }
}
.c-col-four {
  width: 16.6666666667%;
}
@media screen and (max-width: 1000px) {
  .c-col-four {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 500px) {
  .c-col-four {
    width: 100%;
  }
}
.c-col-five {
  width: 16.6666666667%;
}
@media screen and (max-width: 1000px) {
  .c-col-five {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 500px) {
  .c-col-five {
    width: 100%;
    text-align: left !important;
  }
}
.c-col-six {
  width: 16.6666666667%;
}
@media screen and (max-width: 1000px) {
  .c-col-six {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 500px) {
  .c-col-six {
    width: 100%;
    text-align: left !important;
  }
}
.c-col:last-child {
  flex: 1;
}
.c-delete {
  width: 2.2rem;
  height: 2.2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin: 0 auto;
  cursor: pointer;
}
.c-delete:hover {
  border-bottom: 1px solid #0E1D61;
}
@media screen and (max-width: 1000px) {
  .c-delete {
    position: absolute;
    bottom: 2rem;
    right: 1.5rem;
  }
}
@media screen and (max-width: 400px) {
  .c-delete {
    bottom: initial;
    top: 4rem;
  }
}
.c-delete .icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.c-product {
  width: 14.4rem;
  height: 8rem;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .c-product {
    margin: 0;
  }
}
.c-product img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.c-name {
  font-weight: 600;
  color: #212223;
}
.c .count {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem 1.2rem;
  border-radius: 100rem;
  border: 1px solid #E0E0E0;
}
.c .count-number {
  margin: 0 0.8rem;
}
.c .count-btn {
  cursor: pointer;
}
.c-price .price {
  font-weight: 600;
}
.c-price .price.old {
  font-size: 1.4rem;
  font-weight: 400;
  text-decoration: line-through;
}

.code-form {
  padding: 8rem;
  background-color: #F9F9F9;
  border-radius: 2.4rem;
}
@media screen and (max-width: 900px) {
  .code-form {
    padding: 6rem 2.4rem;
  }
}
.code-form .re-input {
  padding: 1.2rem 1.2rem 1.2rem 3rem;
  background-color: transparent;
}
.code-form-fl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .code-form-fl {
    flex-direction: column;
  }
}
.code-form-fl .f-rela {
  flex: 1;
}
@media screen and (max-width: 500px) {
  .code-form-fl .f-rela {
    width: 100%;
    margin-bottom: 2.4rem;
  }
}
.code-form-fl .btn {
  flex-shrink: 0;
}
.code-form .icon-percen {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.5rem;
  width: 2rem;
  height: 2rem;
}

.bill-wrapper {
  background-color: #F9F9F9;
  border-radius: 2.4rem;
  padding: 2.4rem;
}
.bill-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2.4rem;
}
.bill-block:not(:last-child) {
  margin-bottom: 1.6rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #CECECE;
}
.bill-fl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 500px) {
  .bill-fl-wrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 500px) {
  .bill-fl-wrap .bill-sale {
    margin-bottom: 1.6rem;
  }
}
.bill-fl:not(:last-child) {
  margin-bottom: 0.8rem;
}
.bill-total-text {
  color: #CC4444;
  font-size: 1.8rem;
  font-weight: 700;
}
.bill .btn {
  width: 100%;
  margin-top: 3rem;
}
.bill-change {
  margin-top: 0 !important;
  width: fit-content !important;
}
.bill-change .btn-inner {
  min-width: initial;
  width: fit-content;
  padding: 1.2rem 1.8rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: white;
}
.bill-sale {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.bill-sale .icon {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.8rem;
}
.bill-sale .text {
  font-weight: 600;
  text-transform: uppercase;
  color: #3A9CB1;
}

.deli-form {
  width: 79.2rem;
  max-width: 100%;
  margin: 0 auto;
  background-color: #F9F9F9;
  border-radius: 2.4rem;
}
.deli-form-wrapper {
  padding: 6rem 14rem;
}
@media screen and (max-width: 768px) {
  .deli-form-wrapper {
    padding: 4.8rem 2.4rem;
  }
}
.deli-form-control {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin: 0 -1rem;
  margin-top: 7.6rem;
}
@media screen and (max-width: 600px) {
  .deli-form-control {
    flex-direction: column;
    justify-content: center;
  }
}
.deli-form-control-item {
  padding: 0 1rem;
}
@media screen and (max-width: 600px) {
  .deli-form-control-item .btn {
    width: 100%;
  }
}

.paym-block {
  border: 1px solid #CECECE;
  border-radius: 2.4rem;
  padding: 4.8rem;
}
@media screen and (max-width: 500px) {
  .paym-block {
    padding: 1.6rem;
  }
}
.paym-block:not(:last-child) {
  margin-bottom: 2.4rem;
}
.paym-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 3.2rem;
}
.paym-info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -1.2rem;
}
.paym-info-item {
  padding: 0 1.2rem;
}
.paym-info-item:not(:last-child) {
  border-right: 1px solid #000000;
}
.paym-info-name {
  font-weight: 700;
}
.paym-info-phone {
  font-weight: 700;
}
.paym-address {
  margin-top: 2.4rem;
  color: #655E5E;
}
.paym-method .recheck-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.paym-method .recheck-item:not(:last-child) {
  margin-bottom: 2.4rem;
}
.paym-method .recheck-item .icon {
  width: 3.2rem;
  height: 3.2rem;
  margin-left: 1rem;
}
.paym-method .recheck-input:checked ~ .recheck-dot::before {
  opacity: 1;
}
.paym-method .recheck-dot {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 100rem;
  border: 1px solid #CECECE;
  flex-shrink: 0;
  position: relative;
}
.paym-method .recheck-dot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100rem;
  background-color: #000000;
  opacity: 0;
}
.paym-method .recheck-text {
  margin-left: 1rem;
}
.paym-sc {
  padding: 11rem 0;
  text-align: center;
  position: relative;
}
.paym-sc-code {
  font-weight: 700;
  color: #1E2D5A;
}
.paym-sc-br {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.paym-sc-br img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tab-item {
  cursor: pointer;
}
.tabBtn {
  cursor: pointer;
}
.tab-content-item {
  position: absolute;
  width: 100%;
  display: none;
}
.tab-content-item.active {
  position: relative;
  opacity: 1;
  display: block;
  animation: fadeIn 0.5s;
}
.tab-1 .tab-lst {
  margin: 0 -2.4rem;
}
.tab-1 .tab-item {
  padding: 0 1.2rem;
}
.tab-1 .tab-item .text {
  padding: 1.5rem 4.8rem 1.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 6px;
  border: 1px solid transparent;
  cursor: pointer;
  border-radius: 10rem;
  min-width: 16.5rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.25;
}
@media screen and (min-width: 1200px) {
  .tab-1 .tab-item .text:hover {
    background: #888888;
    color: white;
  }
}
.tab-1 .tab-item.active .text {
  color: white;
  background: #212223;
}
.tab-1 .tabBtn {
  padding: 0.5rem 2.4rem;
}
.tab-1 .tabBtn-list {
  margin-left: -2.4rem;
  margin-right: -2.4rem;
  margin-top: -0.5rem;
}
.tab-1 .tabBtn .text {
  padding: 1rem 1rem 0.9rem;
  display: inline-block;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
  color: #838383;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1200px) {
  .tab-1 .tabBtn .text {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .tab-1 .tabBtn .text {
    font-size: 1.6rem;
  }
}
.tab-1 .tabBtn.active .text {
  background: #F26F33;
  color: white;
}

.tabPanel {
  position: absolute;
  width: 100%;
  display: none;
}
.tabPanel.open {
  position: relative;
  opacity: 1;
  display: block;
  animation: fadeIn 0.5s;
}

:root {
  --item: 6.6rem;
}
@media screen and (max-width: 1024px) {
  :root {
    --item: 5rem;
  }
}

.service-1 .page-numbers {
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .service-1 .list-item {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 750px) {
  .service-1 .list-item {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .service-1 .list-item {
    width: 100%;
  }
}

.service-item {
  margin-bottom: 3rem;
  margin-top: calc(var(--item) / -2);
}
.service-item .icon-ser {
  background: #F26F33;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: var(--item);
  height: var(--item);
  transform: translateY(50%);
  flex-shrink: 0;
}
.service-item .wrap-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.service-item .wrap-content {
  background: #FFFFFF;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 6.9rem 2rem 3.6rem;
  border-radius: 6px;
  height: 100%;
  border: 0.5px solid rgba(0, 0, 0, 0.3);
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
}
@media screen and (max-width: 1200px) {
  .service-item .wrap-content {
    padding: 5rem 1.5rem 2rem;
  }
}
@media screen and (max-width: 800px) {
  .service-item .wrap-content {
    padding: 4rem 1rem 1.5rem;
  }
}
.service-item .wrap-content a {
  color: #1E2D5A;
}
.service-item .wrap-content a .text {
  transition: all 0.3s;
}
.service-item .wrap-content a .icon {
  transition: all 0.4s !important;
}
@media screen and (min-width: 1200px) {
  .service-item .wrap-content a:hover .text {
    color: #F26F33;
  }
  .service-item .wrap-content a:hover .icon {
    filter: invert(43%) sepia(98%) saturate(6737%) hue-rotate(346deg) brightness(70%) contrast(105%) !important;
  }
}
.service-item .wrap-content a .icon {
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
}
.service-item .wrap-content .content {
  line-height: 1.6;
}
@media screen and (min-width: 1200px) {
  .service-item .wrap-content:hover {
    background: #1E2D5A;
    color: white;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  }
  .service-item .wrap-content:hover a {
    color: white;
  }
  .service-item .wrap-content:hover a .icon {
    filter: brightness(0) invert(1);
  }
}

.form-layout-wrap,
.gen-layout-wrap {
  margin: 0 -1.2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .form-layout-wrap,
  .gen-layout-wrap {
    flex-direction: column-reverse;
  }
}
.form-layout-content,
.gen-layout-content {
  width: 66.6666666667%;
  padding: 0 1.2rem;
}
@media screen and (max-width: 1200px) {
  .form-layout-content,
  .gen-layout-content {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.form-layout-1 .list-item,
.gen-layout-1 .list-item {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 800px) {
  .form-layout-1 .list-item,
  .gen-layout-1 .list-item {
    padding: 0 0.75rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .form-layout-1 .list-item,
  .gen-layout-1 .list-item {
    width: 50%;
  }
}
@media screen and (max-width: 360px) {
  .form-layout-1 .list-item,
  .gen-layout-1 .list-item {
    width: 100%;
  }
}
.form-layout-1 .list-wrap,
.gen-layout-1 .list-wrap {
  margin: 0 -0.75rem;
}
.form-layout-1 .page-numbers,
.gen-layout-1 .page-numbers {
  justify-content: flex-end;
}
@media screen and (max-width: 1200px) {
  .form-layout-1 .cate-item .title,
  .gen-layout-1 .cate-item .title {
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .form-layout-1 .gen-sidebar .sidebar-wrap .t-main,
  .gen-layout-1 .gen-sidebar .sidebar-wrap .t-main {
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .form-layout-2,
  .gen-layout-2 {
    padding-bottom: 0;
  }
}
.form-layout-2 .content p,
.gen-layout-2 .content p {
  margin-bottom: 3rem;
  font-weight: 500;
}
.form-layout-2 .title-ct,
.gen-layout-2 .title-ct {
  margin-bottom: 2rem;
}
.form-layout-2 .cate-item .title,
.gen-layout-2 .cate-item .title {
  font-weight: 700;
  padding-left: 4rem;
}
@media screen and (max-width: 1200px) {
  .form-layout-2 .cate-item .title,
  .gen-layout-2 .cate-item .title {
    padding-left: 3rem;
  }
}
@media screen and (max-width: 420px) {
  .form-layout-2 .cate-item .title,
  .gen-layout-2 .cate-item .title {
    padding-left: 1.5rem;
  }
}
.form-layout-2 .cate-item .title .icon,
.gen-layout-2 .cate-item .title .icon {
  color: #1E2D5A;
}
.form-layout-2 .cate-item .title i,
.gen-layout-2 .cate-item .title i {
  font-weight: 900;
}
.form-layout-2 .cate-item.active .title,
.gen-layout-2 .cate-item.active .title {
  background: #FFFFFF;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
}
.form-layout-2 .gen-layout-content .img,
.gen-layout-2 .gen-layout-content .img {
  border-radius: 6px;
  overflow: hidden;
}
.form-layout-2 .gen-layout-content .img img,
.gen-layout-2 .gen-layout-content .img img {
  width: 100%;
}
.form-layout-2 .gen-layout-wrap,
.gen-layout-2 .gen-layout-wrap {
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .form-layout .sidebar-wrap .t-main,
  .gen-layout .sidebar-wrap .t-main {
    padding-left: 3rem;
  }
}
@media screen and (max-width: 420px) {
  .form-layout .sidebar-wrap .t-main,
  .gen-layout .sidebar-wrap .t-main {
    padding-left: 1.5rem;
  }
}
.form-sidebar,
.gen-sidebar {
  width: 33.3333333333%;
  padding: 0 1.2rem;
}
@media screen and (max-width: 1200px) {
  .form-sidebar,
  .gen-sidebar {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .form-sidebar .sidebar-wrap,
  .gen-sidebar .sidebar-wrap {
    width: 30vw;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    min-width: 40rem;
    z-index: 999;
    background: white;
    padding-top: 10rem;
    transform: translateX(-100%);
    transition: all 0.5s;
  }
}
@media screen and (max-width: 1200px) and (max-width: 600px) {
  .form-sidebar .sidebar-wrap,
  .gen-sidebar .sidebar-wrap {
    width: 100vw;
    min-width: auto;
  }
}
@media screen and (max-width: 1200px) {
  .form-sidebar .sidebar-wrap.show,
  .gen-sidebar .sidebar-wrap.show {
    transform: translateX(0);
  }
}

.reviews-container .form-submit {
  border: none !important;
  width: 35% !important;
  margin-left: auto;
}
.reviews-container .form-submit .submit {
  padding: 0.8rem 1.5rem 0.7rem !important;
}
.reviews-container #commentform .incognito {
  border: none !important;
  width: 20% !important;
}
.reviews-container #commentform .reviews-post-upload {
  width: 35% !important;
}
.reviews-container #commentform .comment-form-detail {
  border-bottom: 1px solid #CECECE;
  margin-bottom: 0;
  padding-bottom: 4rem;
}
.reviews-filter {
  background: #F7F7F7;
  border-radius: 24px;
  overflow: hidden;
  padding: 2.5rem;
}
@media screen and (max-width: 600px) {
  .reviews-filter {
    flex-direction: column;
    padding: 1rem;
  }
}
.reviews-filter-list {
  flex: 1;
  padding-left: 1.5rem;
  padding-right: 4rem;
  margin: -0.6rem -1rem;
}
@media screen and (max-width: 1200px) {
  .reviews-filter-list {
    padding-left: 0;
    padding-right: 0;
  }
}
.reviews-filter-item {
  padding: 0.6rem 1rem;
}
.reviews-filter-item .text {
  padding: 0.6rem 1rem 0.3rem;
  border-radius: 10rem;
  background: white;
  min-width: 8.6rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.57;
  cursor: pointer;
  color: #BABABA;
}
.reviews-filter-item.active .text {
  border: 1px solid #1E2D5A;
  color: #1E2D5A;
}
.reviews-score {
  width: 25%;
}
@media screen and (max-width: 600px) {
  .reviews-score {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.reviews-score .score {
  color: #CC4444;
}
.reviews-user .name {
  font-weight: 700;
  color: #1E2D5A;
}
.reviews-user .date-post {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.57;
  color: #AEAEAE;
}
.reviews-avatar {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.9rem;
}
.reviews-avatar img {
  object-fit: cover;
}
.reviews-image {
  padding: 0 0.5rem;
  cursor: pointer;
}
.reviews-image .image {
  background: #eeeeee;
  width: 7rem;
  height: 7rem;
  border-radius: 0.6rem;
  overflow: hidden;
}
.reviews-image-list {
  margin: 0 -0.5rem;
}
.reviews-item {
  padding: 3.4rem 0;
}
.reviews-item:not(:last-child) {
  border-bottom: 1px solid #CECECE;
}
.reviews-post {
  border: 1px solid #CECECE;
  border-radius: 2.4rem;
  /* Rounded sliders */
}
.reviews-post .switch {
  position: relative;
  display: inline-block;
  width: 2rem;
  margin-right: 0.7rem;
  height: 1.2rem;
}
.reviews-post .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.reviews-post .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.reviews-post .slider:before {
  position: absolute;
  content: "";
  height: 6px;
  width: 6px;
  left: 2px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.reviews-post input:checked + .slider {
  background-color: #2196F3;
}
.reviews-post input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.reviews-post input:checked + .slider:before {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.reviews-post .slider.round {
  border-radius: 34px;
}
.reviews-post .slider.round:before {
  border-radius: 50%;
}
.reviews-post-upload {
  cursor: pointer;
  padding: 0.5rem 1.5rem 0.8rem;
  border-top: 0 !important;
}
.reviews-post-upload .upload-btn {
  padding-right: 2.6rem;
  margin-right: 1.6rem;
  border-right: 1px solid #CECECE;
}
.reviews-post-upload .upload-btn .icon {
  width: 1.6rem;
  height: 1.6rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-right: 0.7rem;
}
.reviews-post-upload .btn-inner {
  padding: 1.1rem 3.2rem 1rem;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.28;
}
.reviews-post .btn-inner {
  min-width: 12.5rem;
}
.reviews-post-content textarea {
  width: 100%;
}
.reviews-login {
  padding: 5rem 1.5rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.25;
  color: #858585;
}
.reviews-rating {
  padding-top: 3.3rem;
}
.reviews-rating textarea {
  padding: 0 1.5rem 1.5rem;
}
.reviews-rating textarea::placeholder {
  text-align: center;
  font-weight: 600;
  line-height: 1.25;
  color: #858585;
}
.reviews-rating .stars-item {
  filter: grayscale(1);
}
.reviews-rating .stars-item:not(:last-child) {
  margin-right: 0.6rem;
}
.reviews-sort .title {
  padding: 0.9rem 1.4rem;
  padding-right: 5.4rem;
  border: 1px solid #7A7A7A;
  border-radius: 10rem;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.57;
  color: #A7A7A7;
  position: relative;
  cursor: pointer;
}
.reviews-sort .title .icon {
  position: absolute;
  right: 1.7rem;
}
.reviews-sort .title .selected {
  margin-left: 0.5rem;
}
.reviews-top {
  border-bottom: 1px solid #CECECE;
  padding-bottom: 2rem;
}
.sort-rv-list {
  display: none;
  background: #FFFFFF;
  border: 1px solid #E6E1E1;
  border-radius: 2.4rem;
  padding: 2.6rem 0 1rem;
  margin-top: 0.6rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.sort-rv-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding: 0.7rem 1.4rem;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #7A7A7A;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (min-width: 1201px) {
  .sort-rv-item:hover {
    background: #FFF4CA;
    color: #CC4444;
  }
}
.sort-rv-item .icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  font-size: 1.2rem;
  margin-right: 1.6rem;
  opacity: 0;
}
.sort-rv-item.current {
  background: #FFF4CA;
  color: #CC4444;
}
.sort-rv-item.current .icon {
  opacity: 1;
}

.tb .row {
  margin-left: 0;
  margin-right: 0;
}
.tb .row:not(:first-child) {
  border-top: 1px solid #CECECE;
}
.tb .col {
  flex-basis: auto;
  padding: 1.8rem 1.2rem;
}
.tb .col:nth-child(1) {
  width: calc(33.3333333333% - 2.4rem);
  text-align: center;
  font-style: normal;
  font-weight: 700;
}
.tb .col:nth-child(2) {
  width: calc(66.6666666667% + 2.4rem);
}
.tb-head {
  background: #F5F5F5;
  border-radius: 100px;
  font-style: normal;
  font-weight: 700;
}
.tb-body .col:nth-child(1) {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tb-body .col:nth-child(2) {
  letter-spacing: 0.016em;
}
.tb ul li {
  list-style: disc;
  margin-left: 2rem;
}
.tb ul li:not(:last-child) {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 600px) {
  .tb-1 .tb-head {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .tb-1 .row {
    flex-direction: column;
  }
}
@media screen and (max-width: 600px) {
  .tb-1 .col {
    width: 100% !important;
  }
}

.gallery-list {
  justify-content: center;
}
.gallery-item {
  width: 50%;
  position: relative;
  overflow: hidden;
  margin-bottom: calc(var(--pdGen) * 2);
  --spaceImg: 7rem;
}
@media screen and (max-width: 800px) {
  .gallery-item {
    margin-bottom: var(--pdGen);
    --spaceImg: 4rem;
  }
}
@media screen and (max-width: 600px) {
  .gallery-item {
    --spaceImg: 3rem;
  }
}
@media screen and (max-width: 400px) {
  .gallery-item {
    width: 100%;
  }
}
@media screen and (min-width: 1201px) {
  .gallery-item:hover .img::before {
    width: calc(100% - var(--spaceImg));
    height: calc(100% - var(--spaceImg));
  }
  .gallery-item:hover .img::after {
    opacity: 1;
  }
  .gallery-item:hover .img img {
    transform: scale(1) translate(-50%, -50%);
    transform-origin: center;
  }
  .gallery-item:hover .img .icon-search {
    transform: translate(-50%, -50%) scale(1);
  }
}
.gallery-item .img {
  display: block;
  padding-top: calc((450 / 662) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
  cursor: pointer;
  height: 100%;
}
.gallery-item .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
@media screen and (min-width: 1201px) {
  .gallery-item .img img {
    transform: translate(-50%, -50%) scale(1.2);
    transition: all 0.3s ease-in-out;
    transform-origin: center;
  }
}
.gallery-item .img::before {
  position: absolute;
  content: "";
  width: calc(100% - var(--spaceImg));
  height: calc(100% - var(--spaceImg));
  border: 0.2rem solid white;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1201px) {
  .gallery-item .img::before {
    width: calc(100% + 1rem);
    height: calc(100% + 1rem);
  }
}
.gallery-item .img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1201px) {
  .gallery-item .img::after {
    opacity: 0;
  }
}
.gallery-item .img .icon-search {
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  color: white;
  z-index: 10;
}
@media screen and (min-width: 1201px) {
  .gallery-item .img .icon-search {
    transform: translate(-50%, -50%) scale(0);
  }
}
.gallery-item .img .icon-search i {
  font-weight: 900;
  font-size: 3rem;
}
.gallery-item:nth-child(4n+3) {
  width: 66.6666666667%;
}
@media screen and (max-width: 800px) {
  .gallery-item:nth-child(4n+3) {
    width: 50%;
  }
}
@media screen and (max-width: 400px) {
  .gallery-item:nth-child(4n+3) {
    width: 100%;
  }
}
.gallery-item:nth-child(4n+3) .img {
  display: block;
  padding-top: calc((450 / 891) * 100%);
  position: relative;
  overflow: hidden;
}
.gallery-item:nth-child(4n+4) {
  width: 33.3333333333%;
}
@media screen and (max-width: 800px) {
  .gallery-item:nth-child(4n+4) {
    width: 50%;
  }
}
@media screen and (max-width: 400px) {
  .gallery-item:nth-child(4n+4) {
    width: 100%;
  }
}
.gallery-item:nth-child(4n+4) .img {
  display: block;
  padding-top: calc((450 / 433) * 100%);
  position: relative;
  overflow: hidden;
}

.glsl .gallery-item {
  transition: all 0.3s ease-in-out;
}
.glsl .gallery-item .img {
  display: block;
  padding-top: calc((278 / 380) * 100%);
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1201px) {
  .glsl .gallery-item:hover {
    z-index: 10;
  }
  .glsl .gallery-item:hover .img::before {
    width: calc(100% - var(--spaceImg) + 3rem);
    height: calc(100% - var(--spaceImg) + 3rem);
  }
}

.brand-section {
  background: #0099A7;
}
.brand-section .img {
  display: block;
  padding-top: calc((120 / 319) * 100%);
  position: relative;
  overflow: hidden;
}
.brand-section .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.decor-1 {
  width: 8rem;
  margin-bottom: 0.4rem;
}
.decor-1 img {
  display: block;
}
.decor-2 {
  top: 0;
  left: min(100%, 50vw + 60rem);
  transform: translateX(25%);
}
.decor-3 {
  top: 0;
  left: 0;
}
.decor-3.other {
  transform: scale(1.5);
  transform-origin: left top;
}

.count-section {
  background: #1E2D5A;
}
.count-wrap {
  margin: 0 calc(var(--pdGen) * -1);
}
.count-content .f-merry {
  font-weight: 400;
  font-size: 6.4rem;
  line-height: 1;
  color: #FFFFFF;
}
@media only screen and (max-width: 1200px) {
  .count-content .f-merry {
    font-size: 3.9rem;
  }
}
@media only screen and (max-width: 800px) {
  .count-content .f-merry {
    font-size: 2.9rem;
  }
}
.count-content .desc {
  color: #FFFFFF;
  max-width: 49.2rem;
}
.count-content, .count-time {
  width: 50%;
  padding: 0 var(--pdGen);
}
.count-image {
  width: 100%;
  height: auto;
  left: 0;
  right: 0;
  bottom: -14%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  pointer-events: none;
}
.count-image img {
  object-fit: cover;
}

.time-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.time-item .num {
  width: 9rem;
  height: 9rem;
  background: #FFFFFF;
  border-radius: 0.5rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1.5;
  color: #F26F33;
}
@media only screen and (max-width: 1200px) {
  .time-item .num {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .time-item .num {
    font-size: 2.2rem;
  }
}
.time-item .text {
  color: #FDED1B;
  position: absolute;
  top: calc(100% + 2.4rem);
  font-size: 1.8rem;
  line-height: 1.5;
}
@media only screen and (max-width: 1200px) {
  .time-item .text {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .time-item .text {
    font-size: 1.5rem;
  }
}
.time-colon {
  color: #FDED1B;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1.5;
}
@media only screen and (max-width: 1200px) {
  .time-colon {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .time-colon {
    font-size: 2.2rem;
  }
}

.step-section {
  background: #0099A7;
}
.step-item {
  display: none;
  position: relative;
}
.step-item.show {
  display: block;
}
.step-bg {
  width: 100%;
  bottom: 10%;
  opacity: 0.2;
  left: 0;
  right: 0;
  min-width: 150rem;
}

@media screen and (max-width: 800px) {
  .ct-wrap .ct-form, .ct-wrap .ct-info {
    width: 100%;
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 800px) {
  .ct-info {
    margin-bottom: 3rem;
  }
}
.ct-icon {
  width: 1.6rem;
  height: 1.6rem;
  display: inline-block;
  margin-right: 1rem;
}
.ct-link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.2;
}
.ct-link:not(:last-child) {
  margin-bottom: 2rem;
}
.ct-title {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-family: "SF Pro Display";
}
.ct-list {
  margin: -1.2rem 0;
}
.ct-item {
  padding: 1.2rem 0;
}
.ct-item-wrap {
  padding: 2rem;
  background: rgba(30, 45, 90, 0.1);
}
@media screen and (min-width: 1201px) {
  .ct-form {
    padding-left: 10rem;
  }
}
.ct-form label {
  font-size: 1.4rem;
  line-height: 1.2;
  color: #838383;
  margin-bottom: 0.8rem;
}

.qc-wrap {
  width: 100%;
}
.qc-img {
  display: block;
  padding-top: calc((800 / 486) * 100%);
  position: relative;
  overflow: hidden;
  width: 100%;
}
.qc-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

:root {
  --pdBtItem: 3.4rem;
}

.gen-search {
  background: #F26F33;
  padding: 2.2rem 3rem;
  color: white;
  justify-content: space-between;
}
@media screen and (max-width: 1201px) {
  .gen-search {
    padding: 1.5rem 2rem;
  }
}
@media screen and (max-width: 800px) {
  .gen-search {
    padding: 1rem 1.2rem;
  }
}
.gen-search-wrap {
  margin: -1rem -1.2rem;
}
@media screen and (max-width: 1201px) {
  .gen-search-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.gen-search .text {
  padding: 1rem 1.2rem;
  flex-shrink: 0;
}
.gen-search .btn .btn-inner {
  padding: 1.1rem 3.2rem 1rem;
}
.gen-form {
  width: 100%;
  padding: 1rem 1.2rem;
}
@media screen and (max-width: 400px) {
  .gen-form-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.gen-form-control {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  margin-left: auto;
}
@media screen and (max-width: 400px) {
  .gen-form-control {
    margin-bottom: 1rem;
  }
}
.gen-form-control .icon {
  width: 2.4rem;
  height: 2.4rem;
  color: #212223;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: absolute;
  left: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
}
.gen-form-control .icon i {
  font-weight: 900;
}
.gen-form input {
  width: 100%;
  height: 4rem;
  margin-right: 1.4rem;
  padding: 1.1rem 1.5rem 1rem;
  padding-left: 4.3rem;
  line-height: 1.2;
}
@media screen and (max-width: 400px) {
  .gen-form input {
    margin-right: 0;
  }
}
.gen-form input::placeholder {
  font-size: 1.6rem;
  line-height: 1.2;
  color: #838383;
}
.gen-form .btn {
  flex-shrink: 0;
}
.gen-form .btn-reset {
  margin-right: 1rem;
}
.gen-list .news-item {
  margin-bottom: var(--pdBtItem);
}
.gen-list .news-item .news-link {
  margin-bottom: 1.8rem;
}
.gen-other input {
  padding-left: 1.9rem;
  padding-right: 1.9rem;
}
@media screen and (max-width: 1024px) {
  .gen-other .gen-form-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  .gen-other .gen-form-control {
    width: 33.3333333333%;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .gen-other .gen-form-control {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .gen-other .gen-form-control input {
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .gen-other .select2.select2-container {
    margin: 0;
  }
}

.inno-frame {
  width: 100%;
}
.inno-banner {
  display: block;
  padding-top: calc((300 / 1200) * 100%);
  position: relative;
  overflow: hidden;
}
.inno-banner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brochure .lifestyle-image {
  padding-top: 0;
}
.brochure .btn {
  margin-left: auto;
  margin-right: auto;
}

.bm-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: -0.6rem;
}
@media screen and (max-width: 1201px) {
  .bm-list {
    margin-bottom: 3rem;
  }
}
.bm-item {
  width: 50%;
  padding: 0.6rem;
}
@media screen and (max-width: 1201px) {
  .bm-item {
    width: auto;
  }
}

.publications-item {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.publications-item-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 1.5rem 3.2rem;
}
@media screen and (max-width: 1201px) {
  .publications-item-wrap {
    padding: 1.5rem;
  }
}
.publications-item-content {
  color: white;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.publications-item .tit {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
}
@media only screen and (max-width: 1200px) {
  .publications-item .tit {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .publications-item .tit {
    font-size: 1.6rem;
  }
}
.publications-item .txt {
  line-height: 1.2;
}
@media screen and (max-width: 600px) {
  .publications-item .txt {
    font-size: 1.4rem;
  }
}
.publications-list .swiper-slide:nth-child(3n+1) {
  background: #03474D;
}
.publications-list .swiper-slide:nth-child(3n+2) {
  background: #F26F33;
}
.publications-list .swiper-slide:nth-child(3n+3) {
  background: #1E2D5A;
}

.cate-img {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  border: 0.2rem solid #0099A7;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-bottom: 0.8rem;
  filter: grayscale(1);
  opacity: 0.4;
  transition: all 0.3s ease-in-out;
}
.cate-img img {
  width: 2.4rem;
}
.cate-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 1201px) {
  .cate-item:hover .cate-img {
    filter: grayscale(0);
    opacity: 1;
  }
  .cate-item:hover .cate-tit {
    color: #F26F33;
    transition: all 0.4s ease-in-out;
  }
}
.cate-item .link-fake {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
}
.cate-tit {
  font-weight: 700;
  line-height: 1.2;
  color: #1E2D5A;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1350px) {
  .cate-slide {
    width: calc(100% - 10rem);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1350px) and (max-width: 800px) {
  .cate-slide {
    width: calc(100% - 5rem);
  }
}
.cate-slide .swiper-slide-active .cate-img {
  filter: grayscale(0);
  opacity: 1;
}

.train-wrap {
  max-width: 89rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.train-wrap::before {
  position: absolute;
  content: "";
  background: #F7F7F7;
  width: 100vw;
  height: calc(100% + 30rem);
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1rem;
}
@media screen and (max-width: 600px) {
  .train-wrap {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
.train-icon {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border: 0.3rem solid #FFFFFF;
  box-shadow: 0 1rem 2rem rgba(51, 51, 51, 0.2);
  background: #1E2D5A;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  .train-icon {
    width: 5rem;
    height: 5rem;
  }
}
@media screen and (max-width: 450px) {
  .train-icon {
    width: 4rem;
    height: 4rem;
  }
}
.train-icon img {
  width: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .train-icon img {
    width: 1.8rem;
  }
}
.train-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin: 0rem -2.5rem;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .train-list {
    margin: 0 -0.5rem;
  }
}
@media screen and (max-width: 600px) {
  .train-list {
    padding: 0 1.5rem;
  }
}
.train-item {
  width: 33.3333333333%;
  padding: 1.6rem 2.5rem;
}
@media screen and (max-width: 1024px) {
  .train-item {
    padding: 1.6rem 0.5rem;
  }
}
@media screen and (max-width: 800px) {
  .train-item {
    width: 50%;
  }
}
@media screen and (max-width: 350px) {
  .train-item {
    width: 100%;
  }
}
.train-item-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  padding: 4.3rem;
  padding-left: 3.5rem;
  padding-right: 1.8rem;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.35;
  background: #f8f8f8;
  box-shadow: 0 1rem 1rem rgba(51, 51, 51, 0.15);
  border-radius: 2rem;
  max-height: 15.1rem;
  position: relative;
  height: 100%;
  min-height: 12rem;
}
@media screen and (max-width: 1024px) {
  .train-item-wrap {
    padding: 3rem;
    padding-left: 2.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 450px) {
  .train-item-wrap {
    padding: 2rem 1.5rem;
    border-radius: 1.5rem;
    min-height: 9rem;
  }
}
@media screen and (max-width: 360px) {
  .train-item-wrap {
    padding: 1.5rem;
  }
}
.train-item-wrap::before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 1.5rem);
  top: 50%;
  left: -4.7rem;
  transform: translateY(-50%);
  z-index: -1;
  border-radius: 2rem;
  background: #1E2D5A;
}
@media screen and (max-width: 1024px) {
  .train-item-wrap::before {
    left: -3.2rem;
  }
}
@media screen and (max-width: 450px) {
  .train-item-wrap::before {
    left: -2.2rem;
    border-radius: 1.5rem;
  }
}
.train-item-wrap::after {
  position: absolute;
  content: "";
  width: 8.4rem;
  height: 8.4rem;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  right: -1.3rem;
  z-index: -1;
  background: #1E2D5A;
}
@media screen and (max-width: 1024px) {
  .train-item-wrap::after {
    width: 6.4rem;
    height: 6.4rem;
    right: -1rem;
  }
}
.train-item:first-child .train-icon {
  background: #004B41;
}
.train-item:first-child .train-item-wrap::before, .train-item:first-child .train-item-wrap::after {
  background: #004B41;
}
.train-item:nth-child(2) .train-icon {
  background: #28418C;
}
.train-item:nth-child(2) .train-item-wrap::before, .train-item:nth-child(2) .train-item-wrap::after {
  background: #28418C;
}
.train-item:nth-child(3) .train-icon {
  background: #F26F33;
}
.train-item:nth-child(3) .train-item-wrap::before, .train-item:nth-child(3) .train-item-wrap::after {
  background: #F26F33;
}
.train-item:nth-child(4) .train-icon {
  background: #CD0000;
}
.train-item:nth-child(4) .train-item-wrap::before, .train-item:nth-child(4) .train-item-wrap::after {
  background: #CD0000;
}
.train-item:nth-child(5) .train-icon {
  background: #FFD200;
}
.train-item:nth-child(5) .train-item-wrap::before, .train-item:nth-child(5) .train-item-wrap::after {
  background: #FFD200;
}
.train-item:nth-child(6) .train-icon {
  background: #46236E;
}
.train-item:nth-child(6) .train-item-wrap::before, .train-item:nth-child(6) .train-item-wrap::after {
  background: #46236E;
}
.train-item:nth-child(7) .train-icon {
  background: #0099A7;
}
.train-item:nth-child(7) .train-item-wrap::before, .train-item:nth-child(7) .train-item-wrap::after {
  background: #0099A7;
}
.train-item:nth-child(8) .train-icon {
  background: #6E0A46;
}
.train-item:nth-child(8) .train-item-wrap::before, .train-item:nth-child(8) .train-item-wrap::after {
  background: #6E0A46;
}
.train-item:nth-child(9) .train-icon {
  background: #FFA800;
}
.train-item:nth-child(9) .train-item-wrap::before, .train-item:nth-child(9) .train-item-wrap::after {
  background: #FFA800;
}
.train-box {
  position: relative;
  padding-left: 4.7rem;
  padding-right: 1.3rem;
  height: 100%;
  max-width: 27rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 600px) {
  .train-box {
    padding-left: 3.5rem;
  }
}
@media screen and (max-width: 450px) {
  .train-box {
    padding-left: 2.5rem;
  }
}
.train-box .click-bua {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 15;
}
.train-text {
  display: inline-block;
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (max-width: 450px) {
  .train-text {
    font-size: 1.2rem;
  }
}
.train-content {
  width: 100%;
  max-width: 79rem;
  background: #F7F7F7;
  padding: 11.1rem 6rem;
}
.train-content .desc {
  max-width: 48.2rem;
}

.trainPro-slide {
  margin: 0 calc(var(--pdGen) * -1);
}
.trainPro-img {
  width: 100%;
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .trainPro-img {
    display: block;
    padding-top: calc((1.2 / 1) * 100%);
    position: relative;
    overflow: hidden;
  }
}
.trainPro-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.trainPro-item {
  padding: 0 var(--pdGen);
}
.trainPro-item-wrap {
  position: relative;
  overflow: hidden;
}
.trainPro-item-box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2.4rem 4.6rem 0.5rem;
  color: white;
  background: rgba(198, 198, 198, 0.5);
  backdrop-filter: blur(5rem);
  text-align: center;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1201px) {
  .trainPro-item-box {
    padding: 1.5rem;
  }
}
.trainPro-item-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 1201px) {
  .trainPro-item-content {
    max-height: none;
  }
}
.trainPro-item .desc {
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 1201px) {
  .trainPro-item:hover .trainPro-item-content {
    max-height: 15rem;
  }
  .trainPro-item:hover .trainPro-item-box {
    transform: none;
    padding: 2.4rem 4.6rem 2.3rem;
  }
}
.trainPro-tit {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  transition: all 0.3s ease-in-out;
  margin-bottom: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  .trainPro-tit {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .trainPro-tit {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1201px) {
  .trainPro-tit {
    margin-bottom: 1rem;
  }
}

.circle-box {
  width: 90%;
  max-width: 55rem;
}
@media screen and (max-width: 600px) {
  .circle-box {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10rem;
    width: 100%;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}
@media screen and (max-width: 380px) {
  .circle-box {
    margin-top: 15rem;
    margin-bottom: 10rem;
  }
}
.circle-wrap {
  width: 100%;
  position: relative;
}
.circle-main {
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  border: 0.1rem dashed #C2C2C2;
}
.circle-content {
  width: 37.2rem;
  height: 37.2rem;
}
@media screen and (max-width: 800px) {
  .circle-content {
    width: 28rem;
    height: 28rem;
  }
}
@media screen and (max-width: 600px) {
  .circle-content {
    width: 22rem;
    height: 22rem;
  }
}
.circle-content-wrap {
  position: relative;
  height: 100%;
  color: #fff;
  padding: 1.5rem 6.8rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .circle-content-wrap {
    padding: 1.5rem 3rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 450px) {
  .circle-content-wrap {
    font-size: 1.2rem;
  }
}
.circle-content-wrap::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.circle-content-wrap .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}
.circle-content-wrap .img img {
  object-fit: cover;
}
.circle-content-wrap .info {
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 600px) {
  .circle-content-wrap .info {
    max-height: 9rem;
    overflow: auto;
  }
}
.circle-content-wrap .info .tit {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 700;
}
@media only screen and (max-width: 1200px) {
  .circle-content-wrap .info .tit {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .circle-content-wrap .info .tit {
    font-size: 1.7rem;
  }
}
.circle-icon {
  width: 9.3rem;
  height: 9.3rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
@media screen and (max-width: 600px) {
  .circle-icon {
    width: 5rem;
    height: 5rem;
  }
}
.circle-icon img {
  width: 4.8rem;
}
@media screen and (max-width: 600px) {
  .circle-icon img {
    width: 2.4rem;
  }
}
.circle-item {
  border-radius: 50%;
  overflow: hidden;
  z-index: 20;
}
.circle-item:nth-child(2) {
  top: -1.6rem;
  left: -1.6rem;
}
@media screen and (max-width: 600px) {
  .circle-item:nth-child(2) {
    top: 0rem;
    left: 50%;
    transform: translate(-50%, -35%);
  }
}
@media screen and (max-width: 380px) {
  .circle-item:nth-child(2) {
    transform: translate(-50%, -55%);
  }
}
.circle-item:nth-child(2) .circle-content-wrap::before {
  background: linear-gradient(0deg, rgba(30, 45, 90, 0.6), rgba(30, 45, 90, 0.6));
}
.circle-item:nth-child(3) {
  bottom: -20%;
  right: -20%;
}
@media screen and (max-width: 800px) {
  .circle-item:nth-child(3) {
    bottom: -15%;
    right: -15%;
  }
}
@media screen and (max-width: 600px) {
  .circle-item:nth-child(3) {
    right: 50%;
    transform: translate(50%, 0);
  }
}
@media screen and (max-width: 380px) {
  .circle-item:nth-child(3) {
    transform: translate(50%, 35%);
  }
}
.circle-item:nth-child(3) .circle-content-wrap::before {
  background: linear-gradient(0deg, rgba(179, 63, 10, 0.6), rgba(179, 63, 10, 0.6));
}
.circle-item:nth-child(4) {
  background: #1E2D5A;
  top: -1%;
  right: -1%;
  transform: translate(-50%, 50%);
}
@media screen and (max-width: 600px) {
  .circle-item:nth-child(4) {
    transform: translate(1rem, -50%);
    top: 50%;
  }
}
.circle-item:nth-child(5) {
  background: #F26F33;
  bottom: 10%;
  left: 25%;
  transform: translate(-50%, 50%);
}
@media screen and (max-width: 600px) {
  .circle-item:nth-child(5) {
    transform: translate(-1rem, -50%);
    top: 50%;
    left: -1%;
  }
}

.value-container {
  width: calc((100vw - 120rem) / 2 + 100% + 0.9rem);
}
@media screen and (max-width: 1230px) {
  .value-container {
    width: calc(100% + 2.5rem);
  }
}
@media screen and (max-width: 800px) {
  .value-container {
    width: auto;
  }
}
.value-wrap {
  width: 57.7777777778%;
  padding-left: 4.2rem;
}
@media screen and (max-width: 1201px) {
  .value-wrap {
    padding-left: var(--pdGen);
  }
}
@media screen and (max-width: 800px) {
  .value-wrap {
    width: 100%;
  }
}
.value-list {
  margin: -3rem 0;
  position: relative;
}
.value-list::before {
  position: absolute;
  content: "";
  width: 0.1rem;
  height: calc(90% - 6rem);
  left: 5rem;
  top: 50%;
  transform: translateY(-50%);
  border-left: 0.1rem dashed #303030;
}
@media screen and (max-width: 1024px) {
  .value-list::before {
    left: 3.5rem;
  }
}
.value-item {
  padding: 3rem 0;
  position: relative;
}
.value-item-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.value-item-img {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-right: 1.8rem;
  flex-shrink: 0;
  background: #1E2D5A;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .value-item-img {
    width: 7rem;
    height: 7rem;
    margin-right: 1rem;
  }
}
.value-item-img img {
  width: 4.8rem;
}
@media screen and (max-width: 1024px) {
  .value-item-img img {
    width: 3rem;
  }
}
.value-item-content {
  flex: 1;
}
.value-item:first-child .value-item-img {
  background: #234198;
}
.value-item:nth-child(2) .value-item-img {
  background: #FF9900;
}
.value-item:nth-child(3) .value-item-img {
  background: #DE1B00;
}
.value-item:nth-child(4) .value-item-img {
  background: #32009C;
}
.value-item:nth-child(5) .value-item-img {
  background: #0AADD0;
}
.value-item:nth-child(6) .value-item-img {
  background: #CC9300;
}
.value-image {
  width: 42.2222222222%;
  overflow: hidden;
  margin-top: -8rem;
}
@media screen and (max-width: 800px) {
  .value-image {
    width: 100%;
    margin-top: 4rem;
  }
}
.value-image .img-inner {
  position: absolute;
  width: 37.8rem;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .value-image .img-inner {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .value-image .img-inner {
    position: static;
    margin-left: auto;
    max-width: 40rem;
  }
}

.leader-item:not(:last-child) {
  margin-bottom: calc(var(--pdGen) * 2);
}
.leader-item-img {
  width: 33.3333333333%;
  height: 100%;
}
@media screen and (max-width: 600px) {
  .leader-item-img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.leader-item-img .img-inner {
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
}
.leader-item-img .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.leader-item-content {
  width: 66.6666666667%;
}
@media screen and (max-width: 600px) {
  .leader-item-content {
    width: 100%;
  }
}
.leader-item .desc ul li {
  list-style: disc;
  margin-left: 2rem;
}
.leader-item .desc ul li:not(:last-child) {
  margin-bottom: 1.2rem;
}
.leader-name {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  color: #F26F33;
}
@media only screen and (max-width: 1200px) {
  .leader-name {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .leader-name {
    font-size: 1.6rem;
  }
}

.collaborate-section {
  padding-top: 1rem;
}
.collaborate-section .desc {
  max-width: 81.2rem;
  margin-left: auto;
  margin-right: auto;
}
.collaborate-sub {
  display: none;
}
.collaborate-sub ul li {
  list-style: disc;
}
.collaborate-list {
  margin-left: auto;
  margin-right: auto;
}
.collaborate-item.active .title {
  background: #F26F33;
}
.collaborate-item:not(:last-child) {
  margin-bottom: 1.6rem;
}
.collaborate-item .title {
  padding: 1.4rem 1.8rem;
  padding-right: 5rem;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.25;
  width: 100%;
  display: inline-block;
  cursor: pointer;
  position: relative;
  color: white;
  background: #0099A7;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 1200px) {
  .collaborate-item .title {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .collaborate-item .title {
    font-size: 1.6rem;
  }
}
.collaborate-sub ul {
  padding: 2rem 2rem 0rem;
}
.collaborate-sub .collaborate-sub-item {
  list-style: disc;
}

.partner-wrap .desc {
  max-width: 81.2rem;
  margin-left: auto;
  margin-right: auto;
}
.partner-list {
  margin: -0.6rem;
}
@media screen and (max-width: 800px) {
  .partner-list .partner-item {
    width: 25%;
  }
}
@media screen and (max-width: 600px) {
  .partner-list .partner-item {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 400px) {
  .partner-list .partner-item {
    width: 50%;
  }
}
.partner-item {
  padding: 0.6rem;
}
.partner-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
  width: 90%;
}
@media screen and (min-width: 1201px) {
  .partner-item:hover .partner-img {
    border-color: #0099A7;
  }
}
.partner-img {
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
  width: 100%;
  border: 0.1rem solid #D9D9D9;
  transition: 0.3s ease-in-out;
}
.partner-tab-content .pagination {
  margin-top: 6rem;
}
@media screen and (max-width: 1201px) {
  .partner-tab-content .pagination {
    margin-top: 3rem;
  }
}

.collp {
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  right: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}
.collp .inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.collp .inner::before, .collp .inner::after {
  position: absolute;
  content: "";
  height: 3px;
  width: 24px;
  background: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  transition: 0.3s ease-in-out;
  z-index: 10;
}
.collp .inner::after {
  transform: translate(-50%, -50%) scale(0.5) rotate(90deg);
}
.collp.active .inner::after {
  transform: translate(-50%, -50%) scale(0.5);
}

.core {
  -webkit-overflow-scrolling: auto;
}
.core ::-webkit-scrollbar {
  display: none;
}
.core-container {
  overflow: auto;
  height: 30rem;
  transition: all 0.5s;
}
@media screen and (max-width: 600px) {
  .core-container {
    height: auto;
  }
}
.core-content {
  width: max-content;
}
@media screen and (max-width: 600px) {
  .core-content {
    width: auto;
  }
}
.core-layout {
  padding: 0 2.8rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 auto;
  min-width: 120rem;
}
@media screen and (max-width: 600px) {
  .core-layout {
    min-width: auto;
    flex-direction: column;
    padding: 0;
  }
}
.core-layout .item {
  width: 16.6666666667%;
  position: relative;
  padding: 0 1.5rem;
}
@media screen and (max-width: 600px) {
  .core-layout .item {
    width: 25.2rem;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5rem 0;
  }
}
.core-layout .item:nth-child(even) {
  margin-top: 4rem;
}
@media screen and (max-width: 600px) {
  .core-layout .item:nth-child(even) {
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .core-layout .item:nth-child(even) .line {
    right: calc(83% - 4rem);
    left: auto;
  }
}
.core-layout .item:nth-child(even) .connect {
  top: 9rem;
}
@media screen and (max-width: 600px) {
  .core-layout .item:nth-child(even) .connect {
    top: 100%;
  }
}
.core-layout .item:nth-child(even) .wrapper {
  flex-direction: column-reverse;
}
@media screen and (max-width: 600px) {
  .core-layout .item:nth-child(even) .wrapper {
    align-items: flex-end;
  }
}
.core-layout .item:nth-child(even) .connect-wrap::before {
  top: -105%;
  left: 32%;
  border-radius: 7rem;
}
.core-layout .item:nth-child(even) .connect-wrap::after {
  top: 70%;
  right: 30%;
  left: unset;
  border-top-left-radius: 7rem;
  border-top-right-radius: 7rem;
}
@media screen and (max-width: 600px) {
  .core-layout .item:nth-child(even) .connect-wrap::after {
    right: 33%;
  }
}
.core-layout .item:nth-child(even) .connect-wrap {
  transform: rotate(-30deg);
}
@media screen and (max-width: 600px) {
  .core-layout .item:nth-child(even) .connect-wrap {
    transform: rotate(-60deg);
  }
}
.core-layout .item:nth-child(even) .name {
  top: 0;
  bottom: unset;
  transform: translateY(-100%);
}
@media screen and (max-width: 600px) {
  .core-layout .item:nth-child(even) .name {
    left: auto;
    top: auto;
    right: calc(8rem + 67%);
    bottom: 50%;
    transform: translate(70%, 50%);
    text-align: right;
  }
}
.core-layout .item:last-child .connect {
  display: none;
}
.core-layout .wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .core-layout .wrapper {
    align-items: flex-start;
  }
}
.core-layout .icon {
  width: 16rem;
  height: 16rem;
  border-radius: 50%;
  border: 2rem solid #F26F33;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.core-layout .icon img {
  position: relative;
  z-index: 5;
  width: 4rem;
  height: 4rem;
}
.core-layout .icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1;
}
.core-layout .connect {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  width: 100%;
  height: 30%;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  .core-layout .connect {
    top: 100%;
    transform: translateY(-50%);
  }
}
.core-layout .connect-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #F26F33;
  transform: rotate(30deg);
}
@media screen and (max-width: 600px) {
  .core-layout .connect-wrap {
    transform: rotate(60deg);
  }
}
.core-layout .connect-wrap::before,
.core-layout .connect-wrap::after {
  content: "";
  position: absolute;
  width: 8rem;
  height: 8rem;
  background-color: #fff;
}
.core-layout .connect-wrap::before {
  top: 71%;
  left: 32%;
  border-top-right-radius: 14rem;
  border-top-left-radius: 14rem;
}
.core-layout .connect-wrap::after {
  top: -80%;
  right: 31.5%;
  border-bottom-left-radius: 7rem;
  border-bottom-right-radius: 7rem;
}
@media screen and (max-width: 600px) {
  .core-layout .connect-wrap::after {
    top: -113%;
    right: 33.5%;
  }
}
.core-layout .line {
  width: 1px;
  height: 1rem;
  background-color: black;
  margin: 2rem 0;
}
@media screen and (max-width: 600px) {
  .core-layout .line {
    position: absolute;
    width: 1rem;
    height: 0.1rem;
    margin: 0;
    left: calc(50% + 4rem);
    top: 50%;
    transform: translateY(-100%);
  }
}
.core-layout .name {
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  color: #1E2D5A;
  white-space: nowrap;
}
@media only screen and (max-width: 1200px) {
  .core-layout .name {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .core-layout .name {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .core-layout .name {
    bottom: 50%;
    left: 8rem;
    transform: translate(111%, 50%);
    font-size: 1.4rem;
    width: calc(75% - 10rem);
    white-space: normal;
  }
}

.discover-slide .swiper-slide {
  height: auto;
}
.discover-slide .swiper-slide-thumb-active .discover-tab {
  color: #0099A7;
}
.discover-slide .swiper-slide-thumb-active .discover-tab::before {
  opacity: 1;
}
.discover-slide .lifestyle-box-list {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .discover-slide .lifestyle-box-list .lifestyle-box {
    padding: 0;
  }
}
.discover-slide .train-wrap::before {
  display: none;
}
@media screen and (max-width: 320px) {
  .discover-slide .train-box {
    padding-left: 4.5rem;
    padding-right: 2.5rem;
  }
}
.discover-tab {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  color: rgba(131, 131, 131, 0.5);
  max-width: 33rem;
  text-align: center;
  padding: 2.2rem 2.5rem;
  cursor: pointer;
  height: 100%;
  transition: all 0.3s ease-in-out;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .discover-tab {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .discover-tab {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1201px) {
  .discover-tab {
    padding: 1.5rem;
  }
}
.discover-tab::before {
  position: absolute;
  content: "";
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background: #F26F33;
  left: 50%;
  bottom: 0;
  opacity: 0;
  transform: translate(-50%, 50%);
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 0px 0px 0.8rem #ffeee6;
  box-shadow: 0px 0px 0px 0.8rem #ffeee6;
}
.discover-thumbs {
  margin: 0 -2.5rem;
  margin-bottom: -1.5rem;
}
.discover-thumbs .swiper-container {
  padding-bottom: 1.5rem;
  position: relative;
}
.discover-thumbs .swiper-container::before {
  position: absolute;
  content: "";
  width: calc(100% - 4rem);
  height: 0.1rem;
  background: #C2C2C2;
  bottom: 1.4rem;
  left: 50%;
  transform: translateX(-50%);
}
.discover-thumbs .swiper-wrapper {
  position: relative;
}
.discover-thumbs .swiper-slide {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.discover-main .swiper-slide {
  overflow: hidden;
}
.discover-content {
  padding-top: 5.8rem;
}
@media screen and (max-width: 1201px) {
  .discover-content {
    padding-top: 3.8rem;
  }
}
@media screen and (max-width: 800px) {
  .discover-content {
    padding-top: 2.4rem;
  }
}
.discover-content .lifestyle-box-list.other-2 .lifestyle-box:first-child {
  display: none;
}
.discover-content .lifestyle-box-list.other-2 .lifestyle-box .desc {
  -webkit-line-clamp: 8;
}
.discover-content .lifestyle-box-list.other-2 .lifestyle-box .content {
  max-width: 48.2rem;
}

.space-img {
  width: 58.3333333333%;
}
@media screen and (max-width: 1201px) {
  .space-img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.space-img .img-inner img {
  display: block;
}
.space-content {
  width: 41.6666666667%;
}
@media screen and (max-width: 1201px) {
  .space-content {
    width: 100%;
  }
}
@media screen and (min-width: 1201px) {
  .space-content .content {
    padding-left: 2.4rem;
  }
}
.space-content .content ul {
  margin-bottom: 2rem;
}
.space-content .content ul li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  line-height: 1.2;
}
.space-content .content ul li:not(:last-child) {
  margin-bottom: 1rem;
}
.space-content .content ul li .icon {
  width: 2.4rem;
  margin-right: 1rem;
}
.space-content .content ul li .icon img {
  display: block;
}
@media screen and (min-width: 1201px) {
  .space-content .content ul li a:hover {
    color: #0099A7;
  }
}
.space-link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  line-height: 1.2;
}

.discussion-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: calc(var(--pdGen) * -1);
  margin-bottom: calc(var(--pdGen) * -1);
}
@media screen and (max-width: 1201px) {
  .discussion-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
}
.discussion-item {
  padding-top: var(--pdGen);
  padding-bottom: var(--pdGen);
}
.discussion-item:nth-child(1) {
  grid-area: 1/1/3/3;
}
.discussion-item:nth-child(1) .discussion-item-content {
  max-width: 34.5rem;
}
.discussion-item:nth-child(2) {
  grid-area: 1/3/2/4;
}
.discussion-item:nth-child(3) {
  grid-area: 1/4/2/5;
}
.discussion-item:nth-child(4) {
  grid-area: 2/3/3/5;
}
.discussion-item:nth-child(4) .discussion-item-img {
  display: block;
  padding-top: calc((282 / 588) * 100%);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1201px) {
  .discussion-item:nth-child(4) .discussion-item-img {
    padding-top: 100%;
  }
}
@media screen and (max-width: 1201px) {
  .discussion-item {
    width: 50%;
  }
}
@media screen and (max-width: 550px) {
  .discussion-item {
    width: 100%;
  }
}
.discussion-item-wrap {
  position: relative;
}
.discussion-item-img {
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
}
.discussion-item-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.discussion-item-content {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 27rem;
  background: rgba(198, 198, 198, 0.5);
  backdrop-filter: blur(5rem);
  padding: 0.8rem 1.2rem;
  color: white;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1201px) {
  .discussion-item-content {
    max-width: 34.5rem;
  }
}
@media screen and (max-width: 800px) {
  .discussion-item-content .btn-inner {
    padding: 1rem 2rem 0.9rem;
    font-size: 1.4rem;
  }
}
.discussion-item-box {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 1201px) {
  .discussion-item-box {
    max-height: none;
  }
}
.discussion-item-box .desc {
  margin-bottom: 1.5rem;
  max-width: 29.3rem;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .discussion-item-box .desc {
    margin-bottom: 1rem;
  }
}
.discussion-item .tit {
  font-weight: 700;
  line-height: 1.2;
  transition: all 0.3s ease-in-out;
  font-size: 2rem;
}
@media only screen and (max-width: 1200px) {
  .discussion-item .tit {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .discussion-item .tit {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1201px) {
  .discussion-item .tit {
    margin-bottom: 1.2rem;
  }
}
@media screen and (min-width: 1201px) {
  .discussion-item:hover .discussion-item-content {
    padding-top: 4rem;
  }
  .discussion-item:hover .discussion-item-box {
    max-height: 20rem;
  }
  .discussion-item:hover .trainPro-item-box {
    transform: none;
    padding: 2.4rem 4.6rem 2.3rem;
  }
  .discussion-item:hover .tit {
    margin-bottom: 1.8rem;
  }
}

.dataSec {
  background: #1E2D5A;
}
.dataSec-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.dataSec-bg img {
  object-fit: cover;
  height: 100%;
}
.dataSec-content {
  width: 66.6666666667%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .dataSec-content {
    width: 80%;
  }
}
@media screen and (max-width: 800px) {
  .dataSec-content {
    width: 100%;
  }
}
.dataSec-list {
  margin-top: -2rem;
  margin-bottom: -2rem;
}
.dataSec-list .dataSec-item {
  width: 33.3333333333%;
}
@media screen and (max-width: 450px) {
  .dataSec-list .dataSec-item {
    width: 50%;
  }
}
.dataSec-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  text-align: center;
  justify-content: unset;
  -webkit-justify-content: unset;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.dataSec-num {
  color: #F26F33;
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 600;
}
@media only screen and (max-width: 1200px) {
  .dataSec-num {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .dataSec-num {
    font-size: 2.2rem;
  }
}
.dataSec-num .num {
  font-size: 6rem;
  line-height: 1.37;
}
@media only screen and (max-width: 1200px) {
  .dataSec-num .num {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .dataSec-num .num {
    font-size: 2.5rem;
  }
}
.dataSec-txt {
  color: white;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.33;
  text-align: center;
  text-transform: uppercase;
  max-width: 11.2rem;
}
@media only screen and (max-width: 1200px) {
  .dataSec-txt {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .dataSec-txt {
    font-size: 1.5rem;
  }
}

.brand-item {
  display: block;
  padding-top: calc((71 / 150) * 100%);
  position: relative;
  overflow: hidden;
  user-select: none;
}
.brand-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.newsCt.full-w .newsCt-content,
.aboutCt.full-w .newsCt-content {
  width: 100%;
}
.newsCt-content,
.aboutCt-content {
  width: 75%;
}
@media screen and (max-width: 1201px) {
  .newsCt-content,
  .aboutCt-content {
    width: 100%;
    margin-bottom: 3rem;
    overflow: hidden;
  }
}
.newsCt-content .content p,
.aboutCt-content .content p {
  margin: 1.2rem 0;
}
.newsCt-content img,
.aboutCt-content img {
  display: block;
}
.newsCt-social,
.aboutCt-social {
  padding: 1.6rem 0;
  margin-top: 6.4rem;
  border-top: 0.1rem solid #C2C2C2;
  border-bottom: 0.1rem solid #C2C2C2;
}
.newsCt-sidebar,
.aboutCt-sidebar {
  flex: 1;
}
@media screen and (max-width: 1201px) {
  .newsCt-list .news-item,
  .aboutCt-list .news-item {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 800px) {
  .newsCt-list .news-item,
  .aboutCt-list .news-item {
    width: 100%;
  }
}
.newsCt-list .news-item:not(:last-child),
.aboutCt-list .news-item:not(:last-child) {
  margin-bottom: 3.4rem;
}
.news-link {
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
  margin-bottom: 1rem;
}
.news-item-wrap {
  height: 100%;
}
@media screen and (min-width: 1201px) {
  .news-item:hover .news-item-img img {
    transform: translate(-50%, -50%) scale(1.01);
  }
}
.news-item-img .img-inner {
  margin-bottom: 1.5rem;
  width: 100%;
  display: block;
  padding-top: calc((157 / 282) * 100%);
  position: relative;
  overflow: hidden;
}
.news-item-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  width: 105%;
  height: 105%;
  display: block;
  transition: 0.5s linear;
  transform: translate(-50%, -50%) scale(1.05);
}
.news-item-content .desc {
  margin-bottom: 1rem;
  color: #838383;
}
.news-item-large .news-item-img {
  width: 58.3333333333%;
}
@media screen and (max-width: 800px) {
  .news-item-large .news-item-img {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.news-item-large .news-item-content {
  flex: 1;
}
.news-item-large .img-inner {
  margin-bottom: 0;
  height: 100%;
  padding-top: 62.6086956522%;
}
.news-item-large .link {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.2;
  display: inline-block;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1200px) {
  .news-item-large .link {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .news-item-large .link {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1201px) {
  .news-item-large .link {
    margin-bottom: 1rem;
  }
}
.news-item-large .desc {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-list-fw .news-item-img .img-inner {
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
}
.news-list-fw .news-item-img {
  margin-bottom: 1.8rem;
}
.news-list-fw .news-link {
  font-size: 2rem;
  line-height: 1.2;
}
@media only screen and (max-width: 1200px) {
  .news-list-fw .news-link {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .news-list-fw .news-link {
    font-size: 1.6rem;
  }
}

.related {
  background: #F7F7F7;
}
.related-list {
  width: calc(100% + 2.4rem);
}
@media screen and (max-width: 800px) {
  .related-list {
    width: calc(100% + 1.2rem);
  }
}

.newsHot {
  background: #F7F7F7;
  margin-top: 2rem;
}

.newsList-search {
  width: 100%;
  max-width: 28.2rem;
  margin-left: auto;
}
.newsList-search .form-wrap {
  position: relative;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1rem;
}
.newsList-search .form-wrap input {
  padding: 1.3rem 1.5rem 1rem;
  padding-left: 5.4rem;
  background: #f8f8f8;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  border-radius: 10rem;
  width: 100%;
}
.newsList-search .form-wrap input::placeholder {
  font-size: 1.4rem;
  line-height: 1.2;
  color: black;
  opacity: 0.3;
}
.newsList-btn {
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  background: transparent;
  top: 50%;
  left: 1.8rem;
  transform: translateY(-50%);
}
.newsList-btn .icon {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 2rem;
}
.newsList-tab {
  border-bottom: 0.2rem solid #D9D9D9;
}
.newsList-tab-content {
  width: 100%;
}
.newsList-tab .tabBtn {
  font-weight: 450;
  font-size: 4rem;
  line-height: 1.2;
  color: #838383;
  font-family: "SVN-Gotham";
  transition: all 0.3s ease-in-out;
  padding-bottom: 1.2rem;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .newsList-tab .tabBtn {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .newsList-tab .tabBtn {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 800px) {
  .newsList-tab .tabBtn {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 600px) {
  .newsList-tab .tabBtn {
    font-size: 1.8rem;
  }
}
.newsList-tab .tabBtn::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0.4rem;
  background: #F26F33;
  bottom: 0;
  left: 0;
  transform: translate(0, 50%);
  transition: all 0.3s ease-in-out;
}
.newsList-tab .tabBtn:not(:last-child) {
  margin-right: 15rem;
}
@media screen and (max-width: 1201px) {
  .newsList-tab .tabBtn:not(:last-child) {
    margin-right: 5rem;
  }
}
@media screen and (max-width: 800px) {
  .newsList-tab .tabBtn:not(:last-child) {
    margin-right: 3rem;
  }
}
.newsList-tab .tabBtn.active {
  color: #1E2D5A;
}
.newsList-tab .tabBtn.active::before {
  width: calc(100% + 3rem);
}
@media screen and (max-width: 1201px) {
  .newsList-tab .tabBtn.active::before {
    width: calc(100% + 1rem);
  }
}
.newsList .news-item {
  margin-bottom: 3.4rem;
}

.seminar {
  background: #f8f8f8;
}
.seminar-link {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  display: inline-block;
}
@media only screen and (max-width: 1200px) {
  .seminar-link {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .seminar-link {
    font-size: 1.6rem;
  }
}
.seminar-item:not(:last-child) {
  margin-bottom: calc(var(--pdGen) * 2);
}
.seminar-item-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(var(--pdGen) * -1);
}
.seminar-item-img, .seminar-item-ct {
  padding: 0 var(--pdGen);
}
.seminar-item-img {
  flex-shrink: 0;
  display: block;
}
@media screen and (max-width: 450px) {
  .seminar-item-img {
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
  }
}
.seminar-item-img .img-inner {
  display: block;
  padding-top: calc((178 / 280) * 100%);
  position: relative;
  overflow: hidden;
  width: 28rem;
  height: 100%;
}
@media screen and (max-width: 800px) {
  .seminar-item-img .img-inner {
    width: 20rem;
    height: 100%;
  }
}
@media screen and (max-width: 450px) {
  .seminar-item-img .img-inner {
    width: 100%;
    height: auto;
  }
}
.seminar-item-img .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.3s linear;
  transform: translate(-50%, -50%) scale(1.07);
}
.seminar-item-ct {
  flex: 1;
}
.seminar-item .desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.seminar-item .desc p {
  display: inline;
}
@media screen and (min-width: 1201px) {
  .seminar-item:hover .seminar-item-img img {
    transform: translate(-50%, -50%) scale(1.01);
  }
}
.seminar-box .t-title-second {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.newsSl-tab {
  right: 3rem;
  bottom: 1.5rem;
}
.newsSl-tab-item {
  padding: 0 2rem;
}
@media screen and (max-width: 600px) {
  .newsSl-tab-item {
    padding: 0 1rem;
  }
}
.newsSl-tab-item .text {
  padding: 1.1rem 4.4rem;
  position: relative;
  font-weight: 700;
  line-height: 1.2;
  transition: all 0.3s ease-in-out;
  color: rgba(131, 131, 131, 0.5);
}
@media screen and (max-width: 600px) {
  .newsSl-tab-item .text {
    padding: 1rem 2.4rem;
  }
}
.newsSl-tab-item .text::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0.2rem;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  background: #F26F33;
  transition: all 0.3s ease-in-out;
}
.newsSl-tab-item.active .text {
  color: #0099A7;
}
.newsSl-tab-item.active .text::before {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .newsSl-tab {
    position: static;
    padding-top: 2rem;
    justify-content: center;
  }
}
.newsSl-item {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .newsSl-item {
    width: 100%;
  }
}
.newsSl-item-img {
  margin-bottom: 2.8rem;
  display: inline-block;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1201px) {
  .newsSl-item-img {
    margin-bottom: 1.6rem;
  }
}
.newsSl-item-img .img-inner {
  width: 100%;
  display: block;
  padding-top: calc((270 / 432) * 100%);
  position: relative;
  overflow: hidden;
}
.newsSl-item-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newsSl-item .desc {
  color: #838383;
}
@media screen and (max-width: 800px) {
  .newsSl-item .desc {
    font-size: 1.4rem;
  }
}
.newsSl-link {
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 2.4rem;
  display: inline-block;
}
@media only screen and (max-width: 1200px) {
  .newsSl-link {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .newsSl-link {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1201px) {
  .newsSl-link {
    margin-bottom: 1.2rem;
  }
}
@media screen and (max-width: 800px) {
  .newsSl-link {
    font-size: 1.4rem;
  }
}
.newsSl-slide .swiper-slide {
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
  width: auto;
  width: 41.6666666667%;
}
@media screen and (max-width: 600px) {
  .newsSl-slide .swiper-slide {
    width: 100%;
  }
}
.newsSl-slide .swiper-slide-active {
  opacity: 1;
}
.newsSl-slide .swiper-slide-next {
  opacity: 1;
}
.newsSl-slide .swiper-slide.large {
  width: 58.3333333333%;
}
@media screen and (max-width: 600px) {
  .newsSl-slide .swiper-slide.large {
    width: 100%;
  }
}

.lifestyle > .desc {
  width: 100%;
  max-width: 81.2rem;
  margin-left: auto;
  margin-right: auto;
}
.lifestyle-img, .lifestyle-content {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .lifestyle-img, .lifestyle-content {
    width: 100%;
  }
}
.lifestyle-box {
  padding: 6rem 0;
  position: relative;
}
@media screen and (max-width: 1201px) {
  .lifestyle-box {
    padding: 3rem 0;
  }
}
@media screen and (max-width: 1024px) {
  .lifestyle-box {
    padding: 1.5rem 0;
  }
}
.lifestyle-box::before {
  position: absolute;
  content: "";
  width: calc(66.6666666667% - 2.4rem);
  height: 100%;
  right: 1.2rem;
  top: 0;
  bottom: 0;
  background-color: #F7F7F7;
}
@media screen and (max-width: 1201px) {
  .lifestyle-box::before {
    right: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .lifestyle-box::before {
    display: none;
  }
}
.lifestyle-box .desc {
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.lifestyle-box:not(:last-child) {
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 1201px) {
  .lifestyle-box:not(:last-child) {
    margin-bottom: 3.2rem;
  }
}
.lifestyle-box:nth-child(even) {
  flex-direction: row-reverse;
}
.lifestyle-box:nth-child(even)::before {
  right: auto;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .lifestyle-img {
    width: 100vw;
    padding: 0;
  }
}
.lifestyle-img .img {
  width: 100%;
  display: block;
  padding-top: calc((371 / 588) * 100%);
  position: relative;
  overflow: hidden;
}
.lifestyle-img .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lifestyle-image {
  display: block;
  padding-top: calc((600 / 1200) * 100%);
  position: relative;
  overflow: hidden;
}
.lifestyle-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lifestyle-content {
  padding-top: 9rem;
  padding-bottom: 9rem;
  padding-right: 3rem;
}
@media screen and (max-width: 1024px) {
  .lifestyle-content {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-right: 1.5rem;
    background: #F7F7F7;
  }
}
@media screen and (min-width: 1201px) {
  .lifestyle-content .content {
    max-width: 43.2rem;
    margin-left: 5rem;
  }
}
.lifestyle .content-text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: -1.2rem;
}
.lifestyle .content-text p {
  width: 50%;
  padding: 1.2rem;
}
@media screen and (max-width: 1024px) {
  .lifestyle .content-text p {
    width: 100%;
  }
}

.lifestyle-box-list.other .lifestyle-box {
  padding: 0;
}
.lifestyle-box-list.other .lifestyle-box::before {
  display: none;
}
.lifestyle-box-list.other .lifestyle-img {
  width: 44.4444444444%;
}
@media screen and (max-width: 800px) {
  .lifestyle-box-list.other .lifestyle-img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.lifestyle-box-list.other .lifestyle-content {
  width: 55.5555555556%;
  padding-top: 0;
  padding-bottom: 0;
  background: transparent;
}
@media screen and (max-width: 800px) {
  .lifestyle-box-list.other .lifestyle-content {
    width: 100%;
  }
}
.lifestyle-box-list.other .content {
  margin-left: 0;
  max-width: none;
}

.testimonials-wrap {
  align-items: center;
}
.testimonials-content {
  width: 33.3333333333%;
}
@media screen and (max-width: 1201px) {
  .testimonials-content {
    width: 100%;
  }
}
.testimonials-comment {
  width: 66.6666666667%;
}
@media screen and (max-width: 1201px) {
  .testimonials-comment {
    width: calc(100% + 4.5rem);
    margin-top: 3rem;
  }
}
.testimonials-slide {
  width: calc((100vw - 120rem) / 2 + 100% + 3rem);
  margin: -3rem -2.6rem;
  margin-right: 0;
}
@media screen and (max-width: 1201px) {
  .testimonials-slide {
    width: 100%;
  }
}
.testimonials-slide .swiper-container {
  padding: 3rem 0.8rem;
  padding-right: 0;
}
.testimonials-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.testimonials-item {
  padding: 0 1.8rem;
}
.testimonials-item-wrap {
  padding: 4.4rem 3.8rem;
  background: #FFFFFF;
  box-shadow: 0px 1rem 2rem rgba(51, 51, 51, 0.15);
}
@media screen and (max-width: 600px) {
  .testimonials-item-wrap {
    padding: 3rem 2rem;
  }
}
.testimonials-item .avt {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border: 0.2rem solid #F26F33;
  margin-right: 1rem;
}
.testimonials-item .name {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
}
@media only screen and (max-width: 1200px) {
  .testimonials-item .name {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .testimonials-item .name {
    font-size: 1.6rem;
  }
}
.testimonials-navigation {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

.glr-img {
  display: block;
  padding-top: calc((434 / 714) * 100%);
  position: relative;
  overflow: hidden;
}
.glr-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aboutCt-sidebar {
  flex: none;
  width: 25%;
}
.aboutCt-sidebar-wrap {
  background: #F7F7F7;
  position: sticky;
  top: 5rem;
  z-index: 110;
}
@media screen and (max-width: 1201px) {
  .aboutCt-sidebar-wrap {
    position: fixed;
    left: 0;
    top: 3.6rem;
    bottom: 0;
    transform: translateX(-100%);
    transition: all 0.4s ease-in-out;
  }
}
.aboutCt-sidebar-wrap.show {
  transform: none;
}
.aboutCt-sidebar .close {
  cursor: pointer;
  width: 2.4rem;
  height: 2.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-left: auto;
  border: 0.1rem solid #1E2D5A;
  margin-top: 1.5rem;
  margin-right: 1.5rem;
}
@media screen and (min-width: 1201px) {
  .aboutCt-sidebar .close {
    display: none;
  }
}
.aboutCt-sidebar .open {
  position: fixed;
  top: 50%;
  left: 0;
  width: 3.2rem;
  height: 3.2rem;
  background: #F26F33;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 0 50% 50% 0;
  cursor: pointer;
  z-index: 100;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1201px) {
  .aboutCt-sidebar .open {
    display: none;
  }
}
.aboutCt-sidebar .open .inner {
  width: 2.4rem;
  height: 2.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  color: #F26F33;
  border-radius: 50%;
  background: white;
}
.aboutCt-sidebar .open i {
  font-weight: 900;
}
.aboutCt-sidebar .overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.aboutCt-sidebar .overlay.show {
  opacity: 1;
  visibility: visible;
  z-index: 90;
}
@media screen and (min-width: 1201px) {
  .aboutCt-sidebar .overlay {
    display: none;
  }
}
.aboutCt-content {
  margin-bottom: 0;
}
.aboutCt .content .img {
  margin: calc(var(--pdGen) * 2) 0;
}
.aboutCt .menu-list {
  flex-direction: column;
  align-items: flex-start;
}
.aboutCt .menu-item {
  width: 100%;
}
.aboutCt .menu-item::before {
  position: absolute;
  content: "";
  width: 1rem;
  height: 0;
  background: #1E2D5A;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1201px) {
  .aboutCt .menu-item::before {
    width: 0.5rem;
  }
}
.aboutCt .menu-item a {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #838383;
  padding: 3.2rem 5.2rem;
  width: 100%;
}
@media screen and (max-width: 1201px) {
  .aboutCt .menu-item a {
    padding: 1.8rem 3.2rem;
  }
}
.aboutCt .menu-item.current-menu-item::before, .aboutCt .menu-item.current_page_item::before {
  height: 100%;
}
.aboutCt .menu-item.current-menu-item a, .aboutCt .menu-item.current_page_item a {
  color: #1E2D5A;
}
@media screen and (min-width: 1201px) {
  .aboutCt .menu-item:hover::before {
    height: 100%;
  }
  .aboutCt .menu-item:hover a {
    color: #1E2D5A;
  }
}

.aboutSec-img {
  width: 25%;
  min-width: 21rem;
}
.aboutSec-content {
  flex: 1;
  padding-top: 2.5rem;
}
@media screen and (max-width: 1201px) {
  .aboutSec-content {
    padding-top: 2.2rem;
  }
}
@media screen and (max-width: 800px) {
  .aboutSec-content {
    padding-top: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  .aboutSec-content {
    flex: none;
    width: 100%;
  }
}
.aboutSec-decor {
  width: 100%;
  max-width: 21rem;
}
.aboutSec-video .img-inner {
  display: block;
  padding-top: calc((1 / 2) * 100%);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 380px) {
  .aboutSec-video .img-inner {
    padding-top: 100%;
  }
}
.aboutSec-video .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fr-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin: calc(var(--pdGen) * -1);
}
@media screen and (max-width: 450px) {
  .fr-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }
}
.fr-inner {
  display: block;
  padding-top: calc((282 / 435) * 100%);
  position: relative;
  overflow: hidden;
}
.fr-item {
  padding: var(--pdGen);
}
@media screen and (max-width: 450px) {
  .fr-item {
    width: 50%;
  }
}
.fr-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fr-item:nth-child(1) {
  grid-area: 1/1/3/2;
}
.fr-item:nth-child(1) .fr-inner {
  display: block;
  padding-top: calc((588 / 435) * 100%);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 450px) {
  .fr-item:nth-child(1) {
    width: 100%;
  }
}
.fr-item:nth-child(2) {
  grid-area: 1/2/2/3;
}
.fr-item:nth-child(3) {
  grid-area: 2/2/3/3;
}

.emp-wrap {
  background: rgba(242, 111, 51, 0.1);
  padding: 5.4rem 3rem;
  overflow: hidden;
}
.emp-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin: 0 -3rem;
}
@media screen and (max-width: 600px) {
  .emp-content {
    margin: -1.5rem;
    flex-wrap: wrap;
  }
}
.emp-num {
  display: block;
  font-size: 3.2rem;
  line-height: 1.37;
  font-weight: 700;
  color: #F26F33;
  margin-bottom: 0.6rem;
}
@media only screen and (max-width: 1200px) {
  .emp-num {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .emp-num {
    font-size: 2.2rem;
  }
}
.emp-num .num {
  font-size: 6rem;
}
@media only screen and (max-width: 1200px) {
  .emp-num .num {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .emp-num .num {
    font-size: 2.5rem;
  }
}
.emp-text {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.33;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  .emp-text {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .emp-text {
    font-size: 1.5rem;
  }
}
.emp-item {
  text-align: center;
  max-width: 26.2rem;
  position: relative;
  padding: 0 3rem;
  flex: 1;
}
@media screen and (max-width: 600px) {
  .emp-item {
    padding: 1.5rem;
    flex: none;
    width: 100%;
  }
}
.emp-item:not(:last-child)::before {
  position: absolute;
  content: "";
  width: 0.1rem;
  height: 70%;
  background: #C2C2C2;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
  .emp-item:not(:last-child)::before {
    display: none;
  }
}

.teacher-name,
.typical-name {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
}
@media only screen and (max-width: 1200px) {
  .teacher-name,
  .typical-name {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .teacher-name,
  .typical-name {
    font-size: 1.6rem;
  }
}
.teacher-item-content .desc,
.typical-item-content .desc {
  color: #838383;
}
.teacher-item-img,
.typical-item-img {
  width: 100%;
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
}
.teacher-item-img img,
.typical-item-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.teacher-item {
  margin-bottom: calc(var(--pdGen) * 3);
}

.typical {
  z-index: 150;
}
@media screen and (max-width: 1300px) {
  .typical {
    z-index: 10;
  }
}

:root {
  --pdGen: 1.2rem;
}
@media screen and (max-width: 800px) {
  :root {
    --pdGen: 0.6rem;
  }
}

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