@charset "UTF-8";
@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/themify-icons/themify-icons.css");
@import url("../js/library/plyr/plyr.css");
@import url("../js/library/select2/select2.min.css");
@import url("../js/library/themify-icons/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/NotoSan/stylesheet.css");
@import url("../js/library/jquery-ui/jquery-ui.min.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;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Noto Sans";
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  -webkit-tap-highlight-color: transparent;
  color: #444444;
}

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: #69a711;
  }
}

button,
select,
input,
textarea {
  border: none;
  outline: none;
  box-shadow: none;
  font-family: "Noto Sans";
  color: black;
  background: transparent;
}
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;
  display: block;
}

button {
  cursor: pointer;
  padding: 0;
}

.main {
  min-height: 50vh;
  padding-top: calc(var(--headerHeighttop) + var(--headerHeightbot));
}
@media screen and (max-width: 1201px) {
  .main {
    padding-top: calc(var(--headerHeighttop));
  }
}

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;
}
@media screen and (max-width: 800px) {
  .container {
    padding: 0 0.8rem;
  }
}

.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%;
  }
}
@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);
  }
}
@keyframes changHeight {
  0% {
    height: 50%;
  }
  100% {
    height: 0;
  }
}
/* 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;
}

.d-none {
  display: none;
}

.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: 0.6rem;
  background-color: #1662B9;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: fixed;
  bottom: 12rem;
  right: calc((100vw - 120rem) / 2);
  margin-right: max((100vw - 120rem) / -2 + 1.5rem, -11rem);
  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.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%;
  order: 2;
}
@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;
  padding: 1.1rem 0;
}
@media (min-width: 1201px) {
  .menu-nav > .menu-list > .menu-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #1662B9 14.16%, rgba(22, 98, 185, 0.62) 184.97%);
    top: 0;
    left: 0;
    transform: translateY(-100%);
    transition: all 0.3s ease-in-out;
  }
  .menu-nav > .menu-list > .menu-item:hover::before {
    transform: none;
  }
  .menu-nav > .menu-list > .menu-item:hover > a {
    color: white;
  }
  .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;
    padding: 0;
  }
}
@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: 1.5rem;
    width: 100%;
    color: #1662B9;
    white-space: inherit;
  }
}
.menu-nav > .menu-list > .menu-item.current-menu-item, .menu-nav > .menu-list > .menu-item.current_page_item, .menu-nav > .menu-list > .menu-item.current_page_ancestor, .menu-nav > .menu-list > .menu-item.current-menu-item {
  position: relative;
}
@media screen and (min-width: 1202px) {
  .menu-nav > .menu-list > .menu-item.current-menu-item::before, .menu-nav > .menu-list > .menu-item.current_page_item::before, .menu-nav > .menu-list > .menu-item.current_page_ancestor::before, .menu-nav > .menu-list > .menu-item.current-menu-item::before {
    transform: none;
  }
}
@media (min-width: 1202px) {
  .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, .menu-nav > .menu-list > .menu-item.current-menu-item > a {
    color: white;
  }
}
.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: #1662B9;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 1201px) {
  .menu-list .menu-list .dropdown a i {
    top: 1rem;
    right: 0rem;
  }
}
.menu-list .current_page_ancestor > .menu-link {
  color: #69A711 !important;
}
.menu-list .current_page_ancestor .current-menu-item > .menu-link {
  color: #69A711;
}
.menu-item {
  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: 1202px) {
  .menu-item:hover > .menu-list {
    opacity: 1;
    visibility: visible;
    transform: translate(calc(-25% - 2rem));
  }
  .menu-item:hover > .menu-list .menu-list {
    transform: translate(0%, 0);
    top: 0;
    z-index: 10;
  }
}
@media screen and (max-width: 1201px) {
  .menu-item {
    position: relative;
  }
}
.menu-item > a {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #444444;
  padding: 1rem 2.2rem 0.9rem;
  display: inline-block;
}
.menu-item > a > i {
  display: none;
  font-weight: 400;
}
@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 {
  padding-right: 4rem !important;
}
.menu-item.dropdown > a > i {
  display: inline-block;
  position: absolute;
  right: 0.7rem;
  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;
  padding: 0.8rem 2rem;
  top: 100%;
  left: 50%;
  min-width: 20rem;
  padding-bottom: 2rem;
  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(calc(-25% - 2rem));
}
@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(calc(-25% - 2rem));
  }
}
@media (max-width: 1201px) {
  .menu-item > .menu-list {
    position: static;
    padding-left: 1.5rem;
    background-color: transparent;
    box-shadow: none;
    display: none;
    transition: none;
    transform: none;
    left: 0;
  }
}
.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: #1662B9;
  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;
}
.menu-item > .menu-list > .menu-item > a {
  padding: 1.2rem 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  color: #66686F;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.3;
  position: relative;
  transition: all 0.5s linear;
}
.menu-item > .menu-list > .menu-item > a::before {
  content: "";
  position: absolute;
  bottom: 0.4rem;
  width: 0;
  height: 0.2rem;
  border-radius: 4px;
  transition: all 0.5s ease-in-out;
  background: linear-gradient(-90deg, #39b16c 2.67%, #38af6b 3.67%, #255361 71.67%, #1e2f5e 102.67%);
}
@media screen and (max-width: 1201px) {
  .menu-item > .menu-list > .menu-item > a::before {
    display: none;
  }
}
.menu-item > .menu-list > .menu-item > a:hover::before {
  width: 30%;
}
.menu-item > .menu-list > .menu-item > a:hover {
  background: linear-gradient(-90deg, #39b16c 2.67%, #38af6b 3.67%, #255361 71.67%, #1e2f5e 102.67%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.menu-item > .menu-list > .menu-item > a > i {
  background: linear-gradient(-90deg, #39b16c 2.67%, #38af6b 3.67%, #255361 71.67%, #1e2f5e 102.67%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #66686F;
  transform: rotate(-90deg) translate(7px, 0);
  top: 0.8rem;
}
@media (max-width: 1201px) {
  .menu-item > .menu-list > .menu-item > a > i {
    transform: none;
  }
}
.menu-item > .menu-list > .menu-item > .menu-list {
  left: 100%;
  z-index: -1;
}
@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;
  height: var(--headerHeighttop);
}
@media screen and (max-width: 1201px) {
  .menu-top {
    padding: 0;
    border-bottom: 0;
  }
}
@media screen and (min-width: 1202px) {
  .menu-top > .header-logo {
    display: none;
  }
}
.menu-top > .header-search {
  margin-right: 1.6rem;
  z-index: 10;
  margin-left: auto;
}
@media screen and (min-width: 1202px) {
  .menu-top > .header-search {
    display: none;
  }
}
.menu-mb > .menu-item:last-child {
  border-bottom: 0 !important;
}
@media screen and (min-width: 1201px) {
  .menu-mb {
    display: none;
  }
}

.menu-page {
  background-color: #69A711;
}
@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: #1662B9;
  }
}
.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: #1662B9;
}
.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: #1662B9;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #1662B9;
}

:root {
  --headerHeighttop: 4.4rem;
  --headerHeightbot: 6.4rem;
}

@media (max-width: 1201px) {
  :root {
    --headerHeighttop: 6rem;
    --headerHeightbot: 0;
  }
}
.header {
  position: fixed;
  z-index: 999;
  transition: all 0.3s ease-in-out;
  width: 100%;
  z-index: 996;
  box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.05);
}
.header-wrap {
  background: #1662B9;
  position: relative;
}
@media screen and (max-width: 1201px) {
  .header-wrap {
    position: relative;
    background: white;
  }
}
.header-wrap.hdchange .header-decor::before {
  width: 350%;
  transition: all 0.7s ease-in-out;
}
.header-menu {
  position: relative;
  width: 100%;
  z-index: 998;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  height: var(--headerHeightbot);
  z-index: -1;
  background: white;
}
@media screen and (max-width: 1201px) {
  .header-menu {
    position: fixed;
    top: var(--headerHeighttop);
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 30vw;
    height: auto;
    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 screen and (max-width: 1201px) and (max-width: 600px) {
  .header-menu {
    width: 100vw;
  }
}
.header-menu-wrap {
  height: 100%;
}
@media screen and (max-width: 1201px) {
  .header-menu-wrap {
    flex-direction: column;
  }
}
.header-menu .header-logo {
  position: relative;
  order: 1;
  position: static;
  transform: none;
  width: 6.8rem;
}
@media screen and (max-width: 1201px) {
  .header-menu .header-logo {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .header-menu .header-search {
    display: none;
  }
}
.header-menu .container {
  order: 2;
  height: 100%;
}
@media screen and (max-width: 1201px) {
  .header-menu .container {
    padding: 0;
    flex-wrap: wrap;
    height: 100%;
    overflow: auto;
  }
}
.header-menu .contact {
  padding: 1.5rem;
  order: 3;
  width: 100%;
}
@media (min-width: 1201px) {
  .header-menu .contact {
    display: none;
  }
}
.header-menu .contact-item {
  padding: 1rem 0;
  border-right: none !important;
  margin-bottom: 0;
}
.header-menu .contact-item .tit {
  flex-shrink: 0;
  color: #1662B9;
  float: left;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.4;
  margin-right: 0.4rem;
}
.header-menu .contact-item .icon {
  color: #1662B9;
  width: 1.6rem;
  margin-right: 0.6rem;
  width: 1.6rem;
  display: inline-block;
  float: left;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  display: none;
}
.header-menu .contact-item .icon img {
  display: block;
}
.header-menu .contact-item .text {
  color: #444444;
  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;
}
@media screen and (min-width: 1202px) {
  .header.out {
    transform: translateY(calc(var(--headerHeighttop) * -1));
  }
}
.header-logo {
  width: 6rem;
  margin-right: 1.2rem;
}
@media screen and (max-width: 1201px) {
  .header-logo {
    order: 1;
  }
}
.header-ct {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  transition: unset;
  padding-right: 1.6rem;
  padding: 0 var(--pdGen2);
}
.header-ct:not(:last-child) {
  border-right: 0.1rem solid rgba(255, 255, 255, 0.2);
}
.header-ct-list {
  margin: 0 calc(var(--pdGen2) * -1);
}
@media screen and (max-width: 1201px) {
  .header-ct-list {
    display: none;
  }
}
.header-ct .icon {
  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-right: 1rem;
  border-radius: 50%;
}
.header-ct .text {
  font-size: 1.4rem;
  line-height: 1.2;
  color: white;
}
@media (min-width: 1201px) {
  .header-ct:hover .text {
    opacity: 1;
  }
}
@media screen and (max-width: 1201px) {
  .header-ct {
    display: none;
  }
}
.header-search {
  position: relative;
  order: 3;
}
.header-search .icon {
  display: block;
  width: 3.2rem;
  height: 3.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;
  border-radius: 50%;
  background: #1662B9;
  cursor: pointer;
  transition: 0.3s;
  padding: 0.8rem;
}
@media screen and (min-width: 1202px) {
  .header-search .icon {
    display: none;
  }
}
@media (max-width: 1024px) {
  .header-search .icon {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 1.2rem;
  }
}
.header-search .icon img {
  filter: brightness(0) invert(1);
}
.header-search .icon i {
  font-weight: 900;
}
@media (min-width: 1201px) {
  .header-search .icon:hover {
    color: #69A711;
  }
}
@media screen and (max-width: 1201px) {
  .header-log {
    margin-left: auto;
    margin-right: 1.2rem;
  }
}
.header-log .create-acc {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: white;
  margin-right: var(--pdGen2);
}
@media screen and (max-width: 1201px) {
  .header-log .create-acc {
    background: linear-gradient(0deg, #0EB252 47.37%, #72C595 102.98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
}
@media (min-width: 1201px) {
  .header-log .create-acc:hover {
    color: #69A711;
  }
}
.header-lang {
  order: 3;
  transition: all 0.3s 0.3s ease-in-out;
  margin-left: 5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1201px) {
  .header-lang {
    margin-left: 0;
    margin-right: 2rem;
  }
}
.header-manipulation {
  order: 3;
}
@media screen and (min-width: 1202px) {
  .header-manipulation {
    display: none;
  }
}
.header .line {
  position: absolute;
  top: -0.1rem;
  height: 0.4rem;
  transition: all 0.3s ease-in-out;
  display: block;
}
@media screen and (max-width: 1201px) {
  .header .line {
    display: none;
  }
}
.header .line::before {
  position: relative;
  content: "";
  height: 100%;
  background: #0EB252;
  width: calc(100% - 1.2rem);
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.header .line::after {
  position: relative;
  content: "";
  height: 0;
  background: rgba(118, 49, 120, 0.3);
  width: calc(100% - 1.2rem);
  margin-left: auto;
  margin-right: auto;
  display: block;
  transition: all 0.2s ease-in-out;
  z-index: -1;
  top: 0;
}
.header .line.active::after {
  transition: all 0.3s 0.3s ease-in-out;
  height: calc(var(--headerHeightbot) - 0.3rem);
}

.menu-active {
  position: absolute;
  background: rgba(105, 167, 17, 0.3);
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 10;
  pointer-events: none;
}
@media screen and (max-width: 1201px) {
  .menu-active {
    display: none;
  }
}

.footer {
  overflow: hidden;
  padding: 0 0 8rem;
  position: relative;
  background: #1662B9;
  color: white;
}
@media screen and (max-width: 1201px) {
  .footer {
    padding: 0 0 4rem;
  }
}
.footer-logo {
  width: 25%;
}
@media screen and (max-width: 850px) {
  .footer-logo {
    width: 100%;
  }
}
.footer-logo-wrap {
  max-width: 18rem;
  width: 100%;
  height: 25rem;
  position: relative;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 800px) {
  .footer-logo-wrap {
    max-width: 17rem;
    height: 17rem;
  }
}
.footer-logo-wrap::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../assets/images/footer-logo-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
@media screen and (max-width: 1201px) {
  .footer-logo-wrap {
    padding-right: 0;
  }
}
.footer-logo .logo {
  width: 100%;
  display: block;
  margin-bottom: 1.1rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 15.8rem;
}
.footer-logo .text {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.4;
  font-weight: 700;
}
@media only screen and (max-width: 1200px) {
  .footer-logo .text {
    font-size: 3.1rem;
  }
}
@media only screen and (max-width: 800px) {
  .footer-logo .text {
    font-size: 2.6rem;
  }
}
.footer-nav {
  padding-bottom: 2rem;
  padding-top: var(--pdGen2);
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.2);
  border-top: 0.1rem solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 850px) {
  .footer-nav {
    flex-direction: column;
    align-items: center;
  }
}
.footer-wrap {
  padding-bottom: 6rem;
}
.footer-content {
  flex: 1;
}
.footer-box {
  padding-top: 3.2rem;
}
.footer-box-item {
  flex: 1;
}
@media screen and (max-width: 600px) {
  .footer-box-item {
    flex: none;
    width: 100%;
  }
  .footer-box-item:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.footer-box-item .desc {
  opacity: 0.7;
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}
.footer-box-item .menu-item {
  width: 100%;
}
.footer-box-item .menu-item a {
  opacity: 0.7;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
}
.footer-sc {
  padding-bottom: 1rem;
}
@media screen and (max-width: 800px) {
  .footer-sc {
    justify-content: center;
  }
}
.footer-item:not(:last-child) {
  margin-bottom: var(--pdGen);
}
.footer-link-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.footer-link .icon {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 0.8rem;
  padding: 0.5rem;
  background: #69A711;
}
.footer-link .text {
  font-size: 1.4rem;
  line-height: 1.7;
}
.footer-title {
  font-weight: 700;
  margin-bottom: var(--pdGen2);
}
.footer-copyright {
  padding-top: 4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
.footer-copyright .text {
  margin-right: 0.5rem;
}
@media only screen and (max-width: 600px) {
  .footer-copyright .img {
    margin-top: 1rem;
    max-width: 20rem;
  }
}
@media only screen and (max-width: 600px) {
  .footer-copyright {
    flex-direction: column;
    align-items: center;
  }
}
.footer-form {
  position: relative;
}
.footer-input {
  width: 100%;
  height: 4.2rem;
  background: white;
  padding: 1.2rem 1.6rem 1.1rem;
  padding-right: 4rem;
}
.footer-input::placeholder {
  font-weight: 500;
  opacity: 0.5;
  font-size: 1.4rem;
  line-height: 1.2;
}
.footer-btn {
  height: 4.2rem !important;
  background: #69A711;
  color: white;
  position: absolute !important;
  top: 50%;
  right: 0rem;
  transform: translateY(-50%);
}
.footer .menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -1.6rem;
  margin-right: -1.6rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 1201px) {
  .footer .menu {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
@media screen and (max-width: 850px) {
  .footer .menu {
    justify-content: center;
  }
}
.footer .menu .menu-item {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.footer .menu a {
  padding: 0.6rem 1.6rem 0.5rem;
  color: white;
  font-size: 1.4rem;
}
@media (min-width: 1201px) {
  .footer .menu a:hover {
    color: #1662B9;
  }
}
@media screen and (max-width: 1201px) {
  .footer .menu a {
    padding: 0.6rem 0.6rem 0.5rem;
  }
}
.footer-sc .text {
  margin-right: 1.6rem;
}

.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: #1662B9;
  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: #1662B9;
}
.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: #1662B9;
}
.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: #1662B9;
}
.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: #1662B9;
  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: #1662B9;
  cursor: pointer;
}
.mobile-mxh-link:not(:first-child) {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-mxh-link .icon {
  color: white;
}
.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: #1662B9;
  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: #1662B9;
  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 #1662B9;
  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: #1662B9;
}

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

.select2.select2-container {
  width: 100% !important;
}

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

.select2-container--default .select2-selection--single {
  border: none;
  color: white;
  height: 4.4rem;
  background: #F5F5F5;
  border: 1px solid #EFEFEF;
  border-radius: 12rem !important;
  display: flex !important;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

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

.select2-container .select2-selection--single .select2-selection__rendered {
  background-color: transparent;
  color: #88898A;
  opacity: 0.9;
  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: 0 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: #1662B9;
  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;
  right: 1.8rem;
}

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

.select2-results__options .select2-results__option:first-child {
  display: none;
}

body:has(.seclect2-seach-show) .select2-search.select2-search--dropdown {
  display: block !important;
  background: #FFFFFF;
  padding: 1.2rem 2.4rem 0.4rem;
}
body:has(.seclect2-seach-show) .select2-container .select2-dropdown .select2-search input {
  background-color: rgba(217, 217, 217, 0.2);
}
body:has(.seclect2-seach-show) .select2-dropdown {
  box-shadow: 0rem 0.4rem 4rem rgba(0, 0, 0, 0.1);
  margin-top: 2.2rem;
}
body:has(.seclect2-seach-show) .select2-results__option {
  padding: 0.8rem 2.4rem;
  font-size: 1.2rem;
}
body:has(.seclect2-seach-show) .select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
  font-size: 1.2rem;
  line-height: 1.7;
  color: white;
}

.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 #69A711;
}
.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 #69A711;
}
.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: #69A711;
  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.56);
  backdrop-filter: blur(2.5rem);
  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% - 1.2rem);
    max-width: 100%;
  }
}
.popup-over {
  overflow-y: auto;
  min-height: 40vh;
  max-height: 95vh;
}
.popup-wrapper {
  background: 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: 1rem;
  right: 1rem;
  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;
  z-index: 1201;
  opacity: 0;
  visibility: hidden;
}
.popup-close:hover .icon {
  transform: rotate(360deg);
}
.popup-close .icon {
  color: #000000;
  font-weight: 300;
  font-size: 2.4rem;
  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;
}
.recruit-popup .popup-wrapper {
  border-radius: 1.6rem;
  padding: 6rem 8.8rem;
}
.recruit-popup .popup-main {
  width: calc(100% - 3rem);
  max-width: 117rem;
}

.breadcrumbs {
  overflow: hidden;
}
@media screen and (max-width: 1201px) {
  .breadcrumbs-wrap {
    padding: 1rem 0;
  }
}
.breadcrumbs-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin: 0 -2.4rem;
}
.breadcrumbs-item {
  position: relative;
}
.breadcrumbs-item.current {
  pointer-events: none;
}
.breadcrumbs-item.current a {
  font-weight: 600;
  color: #69A711;
  opacity: 1;
}
.breadcrumbs-item:not(:last-child)::before {
  position: absolute;
  content: "";
  background: url("../assets/images/arrow-breadcrumb.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.6rem;
  height: 1.6rem;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}
.breadcrumbs-item a {
  font-size: 1.4rem;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0 2.4rem;
}
.breadcrumbs-item a img {
  width: 1.4rem;
}
@media screen and (min-width: 1201px) {
  .breadcrumbs-item a:hover {
    color: #69A711;
  }
}
@media screen and (max-width: 600px) {
  .breadcrumbs-item a {
    font-size: 1.2rem;
  }
}
.breadcrumbs-item.active a {
  opacity: 1;
}
@media screen and (min-width: 1201px) {
  .breadcrumbs-item.active a:hover {
    color: #000000;
  }
}
.breadcrumbs-item:not(:last-child) a {
  width: max-content;
}
.breadcrumbs.pd-t {
  padding-top: 1.5rem;
}
.breadcrumbs.other {
  padding: 2rem 0;
}
.breadcrumbs.other .breadcrumbs-item::before {
  filter: brightness(0) saturate(100%);
}
.breadcrumbs.other .breadcrumbs-list {
  position: relative;
  padding-bottom: 2rem;
}
.breadcrumbs.other .breadcrumbs-list::before {
  position: absolute;
  content: "";
  width: 100vw;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 0.1rem solid #D1D8DC;
}
.breadcrumbsSec.section {
  padding-top: var(--pdGen);
  overflow: hidden;
}

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

.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: 4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 850px) {
  .form-control {
    width: 100%;
  }
}
.form-control.full-w {
  width: 100%;
}
.form-control-file .name-file {
  padding: 1.2rem 1.6rem 0;
}
.form-control-label {
  background: white;
  color: rgba(0, 0, 0, 0.5);
  position: absolute;
  padding: 0 1rem;
  width: fit-content;
  left: 2rem;
  top: -1rem;
  font-size: 1.4rem;
  font-weight: 400;
  z-index: 20;
}
.form-input {
  width: 100%;
  background: transparent;
  border: 0.1rem solid rgba(102, 160, 19, 0.2);
  height: 4.2rem;
  transition: all 0.3s ease-in-out;
  padding: 1.8rem 1.8rem;
  line-height: 1.4;
}
.form-input::placeholder {
  color: #88898A;
  opacity: 0.9;
}
.form-input:focus {
  border: 0.1rem solid #69A711;
}
.form-text {
  width: 100%;
  background: transparent;
  border: 0.1rem solid rgba(102, 160, 19, 0.2);
  padding: 1.8rem 1.8rem;
  transition: all 0.3s ease-in-out;
  height: 13.6rem;
  resize: none;
}
.form-text::placeholder {
  color: #88898A;
  opacity: 0.9;
}
.form-text:focus {
  border: 0.1rem solid #69A711;
}
.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: #1662B9;
    color: white;
  }
}
.form-select .item-select.seleted-item {
  background: #1662B9;
  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-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: calc(100% + 1.2rem);
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  transition: all 0.5s;
}
@media screen and (min-width: 1202px) {
  .form-search {
    min-width: 28.2rem;
    position: static;
    transform: none;
  }
}
@media screen and (max-width: 600px) {
  .form-search {
    right: 0;
    transform: translateX(12rem);
    top: calc(100% + 2rem);
  }
}
.form-search.active {
  max-width: 32rem;
}
@media screen and (max-width: 450px) {
  .form-search.active {
    max-width: 26rem;
  }
}
.form-search .form-wrap {
  flex-wrap: nowrap;
  position: relative;
  width: 100%;
  margin: 0;
  background: rgba(22, 98, 185, 0.2);
}
@media screen and (max-width: 600px) {
  .form-search .form-wrap {
    background: #fff;
  }
}
.form-search .input {
  width: 100%;
  padding: 1rem 1.5rem;
}
.form-search .btn-search {
  width: 5rem;
  background: url("../assets/images/search.svg");
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  cursor: pointer;
  background-size: 2rem;
}
.form-sigup {
  position: relative;
  width: 100%;
  max-width: 54rem;
  margin-left: auto;
}
@media screen and (max-width: 600px) {
  .form-sigup {
    max-width: none;
  }
}
.form-label {
  border: 0.1rem dashed #004B41;
  border-radius: 0.8rem;
  padding: 3.2rem 0;
  cursor: pointer;
  background: rgba(0, 75, 65, 0.06);
}
.form-label .label-img {
  width: 2.2rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.8rem;
}
.form-label .label-text {
  text-align: center;
  font-weight: 500;
  display: block;
  padding: 0 1rem;
  color: rgba(68, 68, 68, 0.5);
}
.form-upload .name-file {
  margin-top: 2rem;
}

.popup-getPriceForm .wpcf7 {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.filterCSS > .text {
  font-weight: 500;
  margin-right: 1rem;
}
.filter-wrap {
  z-index: 60;
}
.filter-selected {
  padding: 1.5rem 2.4rem 1.4rem;
  border: 0.1rem dashed #1662B9;
  border-radius: 10rem;
  min-width: 18rem;
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  user-select: none;
  background: rgba(51, 149, 153, 0.1);
}
@media screen and (max-width: 800px) {
  .filter-selected {
    padding: 0.8rem 1.2rem 0.7rem;
  }
}
.filter-selected-text {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.7;
}
.filter-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;
  font-size: 1.2rem;
  font-weight: 900;
  margin-top: 0;
  margin-left: 0.8rem;
}
.filter-selected .text {
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  .filter-selected .text {
    font-size: 1.4rem;
  }
}
.filter-list {
  bottom: calc(100% + 0.5rem);
  left: 50%;
  transform: translate(-50%, 1rem);
  width: 90%;
  box-shadow: 0px 1rem 3rem rgba(0, 0, 0, 0.25);
  padding: 1.5rem 3rem;
  border-radius: 0.4rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 9999;
  background: white;
}
.filter-list.active {
  transform: translate(-50%, 0);
  opacity: 1;
  visibility: visible;
}
.filter-item {
  cursor: pointer;
  display: block;
}
.filter-item:not(:last-child) {
  margin-bottom: 1rem;
}
.filter-item .text {
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.filter-item.active .text {
  color: rgba(22, 98, 185, 0.7);
  font-weight: 600;
}
@media screen and (min-width: 1202px) {
  .filter-item:hover .text {
    color: rgba(22, 98, 185, 0.7);
  }
}

.toggle-header {
  width: 5.3rem;
  height: 5.3rem;
  padding: 0.6rem;
  border: 0.1rem dashed #1662B9;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1201px) {
  .toggle-header {
    width: 4rem;
    height: 4rem;
    padding: 0.3rem;
  }
}
.toggle-header .toggle-inner {
  perspective: 600px;
  position: relative;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  height: 100%;
}
.toggle-header.active {
  border: 0.1rem dashed #69A711;
}
.toggle-header.active .toggle-item:first-child {
  --rotateY: -180deg;
}
.toggle-header.active .toggle-item:last-child {
  --rotateY: 0deg;
}
.toggle-item {
  --rotateY: 0deg;
  transform: rotateY(var(--rotateY));
  transform-style: preserve-3d;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #1662B9;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s cubic-bezier(0.2, 0.64, 0.48, 1.24);
  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;
}
.toggle-item img {
  width: 2rem;
  height: 2rem;
  --rotate: 0deg;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(var(--rotate)) translateZ(6px);
}
.toggle-item:first-child {
  background: #1662B9;
}
.toggle-item:last-child {
  background: #69A711;
  --rotateY: 180deg ;
}

.show-hide-toggle {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  color: #1662B9;
  align-items: center;
}
.show-hide-toggle .icon-dr {
  width: 1.2rem;
  height: 1.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-left: 0.6rem;
}

.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: #1662B9;
}
.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: 1.4rem;
  width: 1.4rem;
  background-color: white;
  border: 3px solid #1662B9;
  cursor: pointer;
}
.range-input input::-webkit-slider-thumb {
  height: 1.4rem;
  width: 1.4rem;
  border-radius: 50%;
  pointer-events: auto;
  -webkit-appearance: none;
  background-color: #1662B9;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}
.range-input input::-moz-slider-thumb {
  height: 1.4rem;
  width: 1.4rem;
  border: none;
  border-radius: 50%;
  pointer-events: auto;
  -moz-appearance: none;
  background-color: #1662B9;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}
.range .price {
  font-weight: 700;
}

.qty {
  width: fit-content;
}
.qty .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;
  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;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
}
.qty .icon i {
  font-weight: 900;
}
@media screen and (min-width: 1201px) {
  .qty .icon:hover {
    color: #72C3D5;
  }
}
.qty .amount {
  text-align: center;
  width: 4rem;
  font-weight: 500;
  padding: 0 0.5rem;
}

.label-p {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 2;
  color: #69A711;
}
@media only screen and (max-width: 1200px) {
  .label-p {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .label-p {
    font-size: 1.7rem;
  }
}

.gItem {
  position: relative;
  cursor: pointer;
}
.gItem .icon-expand {
  position: absolute;
  width: 6rem;
  height: 6rem;
  font-size: 3.6rem;
  color: #fff;
  z-index: 2;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 0.2rem solid white;
  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;
  }
}

.otherGl .gItem .icon-expand {
  border: none;
}

.table-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.table-col .check {
  border: 0.1rem solid white;
}
.table-col .check i {
  color: white;
}
.table-body .check {
  border: 0.1rem solid #636060;
}
.table-body .check i {
  color: #636060;
}
.table-1 .table-head {
  background: #1662B9;
  border-radius: 10rem;
  color: white;
  font-weight: 600;
}
@media screen and (max-width: 1201px) {
  .table-1 .table-head {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 750px) {
  .table-1 .table-head {
    display: none;
  }
}
.table-1 .table-head .table-row {
  padding: 0 1.2rem;
}
.table-1 .table-head .table-col {
  padding: 1.8rem 2rem;
}
@media screen and (max-width: 1201px) {
  .table-1 .table-head .table-col {
    padding: 1.2rem 1rem;
  }
}
@media screen and (max-width: 750px) {
  .table-1 .table-body {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }
}
.table-1 .table-body .table-row {
  padding: 0 1.2rem;
  border-bottom: 0.1rem solid #cecece;
}
.table-1 .table-col {
  font-weight: 600;
  flex-shrink: 0;
  line-height: 1.2;
  word-break: break-word;
  padding: 2rem;
}
@media screen and (max-width: 1201px) {
  .table-1 .table-col {
    padding: 1.2rem 1rem;
    font-size: 1.4rem;
  }
}
.table-1 .table-col:first-child {
  width: 8.3333333333%;
}
@media screen and (max-width: 1201px) {
  .table-1 .table-col:first-child {
    width: 7.0833333333%;
  }
}
.table-1 .table-col:nth-child(2) {
  width: 11.6666666667%;
}
@media screen and (max-width: 1201px) {
  .table-1 .table-col:nth-child(2) {
    width: 10.8333333333%;
  }
}
.table-1 .table-col:nth-child(3) {
  width: 16.25%;
}
@media screen and (max-width: 1201px) {
  .table-1 .table-col:nth-child(3) {
    width: 18.3333333333%;
  }
}
.table-1 .table-col:nth-child(4) {
  width: 17.9166666667%;
}
@media screen and (max-width: 1201px) {
  .table-1 .table-col:nth-child(4) {
    width: 15.8333333333%;
  }
}
.table-1 .table-col:nth-child(5) {
  width: 13.3333333333%;
}
@media screen and (max-width: 1201px) {
  .table-1 .table-col:nth-child(5) {
    width: 16.25%;
  }
}
.table-1 .table-col:nth-child(6) {
  width: 15%;
}
.table-1 .table-col:last-child {
  flex: 1;
}
@media screen and (max-width: 750px) {
  .table-1 .table-col {
    width: 100% !important;
    float: right;
    padding: 0.5rem 0;
    text-align: right;
  }
}
.table-1 .table-col::before {
  content: attr(data-label);
  float: left;
  font-weight: 700;
  width: 14rem;
  white-space: nowrap;
  text-align: left;
}
@media screen and (min-width: 750px) {
  .table-1 .table-col::before {
    display: none;
  }
}
.table-1 .table-row {
  align-items: center;
}
@media screen and (max-width: 750px) {
  .table-1 .table-row {
    flex-direction: column;
    border: 0.1rem solid #C2C2C2;
    padding: 0.5rem 1rem;
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .table-1 .table-row {
    width: 100%;
  }
}
.table-2 .table-head {
  background: #69A711;
  border-radius: 10rem;
  color: white;
  font-weight: 700;
}
@media screen and (max-width: 1201px) {
  .table-2 .table-head {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1201px) {
  .table-2 .table-head {
    display: none;
  }
}
.table-2 .table-head .table-row {
  padding: 0 2.4rem;
}
.table-2 .table-head .table-col {
  padding: 1.8rem 0.4rem;
}
@media screen and (max-width: 1201px) {
  .table-2 .table-head .table-col {
    padding: 1.2rem 1rem;
  }
}
@media screen and (max-width: 1201px) {
  .table-2 .table-body {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }
}
.table-2 .table-body .table-row {
  padding: 0 2.4rem;
}
.table-2 .table-body .table-row:not(:last-child) {
  border-bottom: 0.1rem solid #cecece;
}
@media screen and (max-width: 1201px) {
  .table-2 .table-body .table-row {
    padding: 1.2rem;
  }
}
@media screen and (max-width: 800px) {
  .table-2 .table-body .table-row {
    padding: 0.8rem;
  }
}
.table-2 .table-col {
  flex-shrink: 0;
  line-height: 1.2;
  word-break: break-word;
  padding: 2rem 0.4rem;
  flex: 1;
}
@media screen and (max-width: 1201px) {
  .table-2 .table-col {
    width: 100% !important;
    float: right;
    padding: 0.5rem 0;
    text-align: right;
  }
}
@media screen and (max-width: 800px) {
  .table-2 .table-col {
    font-size: 1.4rem;
  }
}
.table-2 .table-col::before {
  content: attr(data-label);
  float: left;
  font-weight: 700;
  width: 14rem;
  white-space: nowrap;
  text-align: left;
}
@media screen and (min-width: 1201px) {
  .table-2 .table-col::before {
    display: none;
  }
}
.table-2 .table-row {
  align-items: center;
}
@media screen and (max-width: 1201px) {
  .table-2 .table-row {
    flex-direction: column;
    border: 0.1rem solid #C2C2C2;
    padding: 0.5rem 1rem;
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .table-2 .table-row {
    width: 100%;
  }
}
.table-2 .table-btn .btn-inner {
  padding: 0.7rem 1.7rem 0.6rem;
  font-size: 1.4rem;
  text-transform: none;
}
.table-3 .table-head {
  background: #69A711;
  border-radius: 10rem;
  color: white;
  font-weight: 700;
}
@media screen and (max-width: 1201px) {
  .table-3 .table-head {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1201px) {
  .table-3 .table-head {
    display: none;
  }
}
.table-3 .table-head .table-row {
  padding: 0 2.4rem;
}
.table-3 .table-head .table-col {
  padding: 1.8rem 0.4rem;
}
@media screen and (max-width: 1201px) {
  .table-3 .table-head .table-col {
    padding: 1.2rem 1rem;
  }
}
@media screen and (max-width: 1201px) {
  .table-3 .table-body {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }
}
.table-3 .table-body .table-row {
  padding: 0 2.4rem;
}
.table-3 .table-body .table-row:not(:last-child) {
  border-bottom: 0.1rem solid #cecece;
}
@media screen and (max-width: 1201px) {
  .table-3 .table-body .table-row {
    padding: 1.2rem;
  }
}
@media screen and (max-width: 800px) {
  .table-3 .table-body .table-row {
    padding: 0.8rem;
  }
}
.table-3 .table-col {
  flex-shrink: 0;
  line-height: 1.2;
  word-break: break-word;
  padding: 2rem 0.4rem;
}
.table-3 .table-col:nth-child(1) {
  width: 11.3043478261%;
}
.table-3 .table-col:nth-child(2) {
  width: 11.3043478261%;
}
.table-3 .table-col:nth-child(3) {
  width: 10.4347826087%;
}
.table-3 .table-col:nth-child(4) {
  width: 11.3043478261%;
}
.table-3 .table-col:nth-child(5) {
  width: 12.6086956522%;
}
.table-3 .table-col:nth-child(6) {
  width: 11.7391304348%;
}
.table-3 .table-col:nth-child(7) {
  width: 10.4347826087%;
  text-align: center;
}
.table-3 .table-col:nth-child(8) {
  width: 10.4347826087%;
  text-align: center;
}
.table-3 .table-col:last-child {
  flex: 1;
}
@media screen and (max-width: 1201px) {
  .table-3 .table-col {
    width: 100% !important;
    float: right;
    padding: 0.5rem 0;
    text-align: right;
  }
}
@media screen and (max-width: 800px) {
  .table-3 .table-col {
    font-size: 1.4rem;
  }
}
.table-3 .table-col::before {
  content: attr(data-label);
  float: left;
  font-weight: 700;
  width: 14rem;
  white-space: nowrap;
  text-align: left;
}
@media screen and (min-width: 1201px) {
  .table-3 .table-col::before {
    display: none;
  }
}
.table-3 .table-row {
  align-items: center;
}
@media screen and (max-width: 1201px) {
  .table-3 .table-row {
    flex-direction: column;
    border: 0.1rem solid #C2C2C2;
    padding: 0.5rem 1rem;
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .table-3 .table-row {
    width: 100%;
  }
}
.table-3 .table-btn .btn-inner {
  padding: 0.7rem 1.7rem 0.6rem;
  font-size: 1.4rem;
  text-transform: none;
}
.table-4 .table-head {
  background: #69A711;
  border-radius: 10rem;
  color: white;
  font-weight: 700;
}
@media screen and (max-width: 1201px) {
  .table-4 .table-head {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1201px) {
  .table-4 .table-head {
    display: none;
  }
}
.table-4 .table-head .table-row {
  padding: 0 2.4rem;
}
.table-4 .table-head .table-col {
  padding: 1.8rem 0.4rem;
}
@media screen and (max-width: 1201px) {
  .table-4 .table-head .table-col {
    padding: 1.2rem 1rem;
  }
}
@media screen and (max-width: 1201px) {
  .table-4 .table-body {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }
}
.table-4 .table-body .table-row {
  padding: 0 2.4rem;
}
.table-4 .table-body .table-row:not(:last-child) {
  border-bottom: 0.1rem solid #cecece;
}
@media screen and (max-width: 1201px) {
  .table-4 .table-body .table-row {
    padding: 1.2rem;
  }
}
@media screen and (max-width: 800px) {
  .table-4 .table-body .table-row {
    padding: 0.8rem;
  }
}
.table-4 .table-col {
  flex-shrink: 0;
  line-height: 1.2;
  word-break: break-word;
  padding: 2rem 0.4rem;
}
.table-4 .table-col:nth-child(1) {
  width: 14.347826087%;
}
.table-4 .table-col:nth-child(2) {
  width: 10.4347826087%;
}
.table-4 .table-col:nth-child(3) {
  width: 15.652173913%;
}
.table-4 .table-col:nth-child(4) {
  width: 19.1304347826%;
}
.table-4 .table-col:nth-child(5) {
  width: 16.9565217391%;
}
.table-4 .table-col:nth-child(6) {
  width: 19.1304347826%;
}
.table-4 .table-col:last-child {
  flex: 1;
}
@media screen and (max-width: 1201px) {
  .table-4 .table-col {
    width: 100% !important;
    float: right;
    padding: 0.5rem 0;
    text-align: right;
  }
}
@media screen and (max-width: 800px) {
  .table-4 .table-col {
    font-size: 1.4rem;
  }
}
.table-4 .table-col::before {
  content: attr(data-label);
  float: left;
  font-weight: 700;
  width: 14rem;
  white-space: nowrap;
  text-align: left;
}
@media screen and (min-width: 1201px) {
  .table-4 .table-col::before {
    display: none;
  }
}
.table-4 .table-row {
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1201px) {
  .table-4 .table-row {
    flex-direction: column;
    border: 0.1rem solid #C2C2C2;
    padding: 0.5rem 1rem;
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .table-4 .table-row {
    width: 100%;
  }
}
.table-4 .table-btn .btn-inner {
  padding: 0.7rem 1.7rem 0.6rem;
  font-size: 1.4rem;
  text-transform: none;
}
.table .contarct-code {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1201px) {
  .table .contarct-code {
    justify-content: flex-end;
  }
}
.table .contarct-code .text {
  margin-right: 0.4rem;
}
.table .contarct-code .icon {
  width: 1.6rem;
}
.table .status {
  font-weight: 600;
}
.table .status.success {
  color: #1662B9;
}
.table .status.processing {
  color: #08c3ad;
}
.table .status.waiting {
  color: #69A711;
}
.table .status.comingEnd {
  color: #e51515;
}
.table .qty {
  padding: 0.7rem 1.3rem;
}
@media screen and (max-width: 1201px) {
  .table .qty {
    margin-left: auto;
  }
}
@media screen and (max-width: 1024px) {
  .table .qty {
    padding: 0.5rem 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .table .qty .amount {
    width: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  .table .qty .icon {
    width: 1.6rem;
    height: 1.6rem;
    font-size: 1rem;
  }
}
.table .img-status {
  width: 1.6rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1201px) {
  .table .img-status {
    margin-right: 0;
  }
}
.table .recheck-item {
  cursor: pointer;
  user-select: none;
}
.table .recheck-item.active .check i {
  opacity: 1;
}
.table .check {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 0.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;
  cursor: pointer;
  margin-right: 1rem;
}
.table .check i {
  font-size: 0.8rem;
  font-weight: 900;
  opacity: 0;
}

.tb-remove {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  font-size: 0.8rem;
  font-weight: 900;
  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;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1201px) {
  .tb-remove:hover {
    background: #69A711;
  }
}
@media screen and (max-width: 750px) {
  .tb-remove {
    margin-left: auto;
  }
}
.tb-img {
  display: block;
  width: 6rem;
  height: 6rem;
}
@media screen and (max-width: 1201px) {
  .tb-img {
    margin-left: auto;
  }
}
.tb-name {
  font-weight: 600;
}
.tb-price .old {
  font-size: 1.4rem;
  line-height: 1.2;
  text-decoration-line: line-through;
  color: #696969;
}

.pu-remove .popup-main {
  width: 100%;
  max-width: 45rem;
}
.pu-remove .popup-wrapper {
  padding: 3.7rem;
  min-height: auto;
}
.pu-remove .icon {
  width: 4.8rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pu-remove .text-ct {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.06em;
  max-width: 28.2rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1200px) {
  .pu-remove .text-ct {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .pu-remove .text-ct {
    font-size: 1.6rem;
  }
}

.btn-ct {
  margin: -0.6rem;
}
.btn-ct-item {
  padding: 0.6rem;
  width: 50%;
}

.tooltipCss {
  width: 100vw;
  max-width: 38.8rem;
  transform: translateY(-100%);
  background: #1662B9;
  color: white;
  border-radius: 2rem;
  padding: 1.8rem 2.4rem;
  z-index: 100;
}

.bg-fade-1 {
  position: absolute;
  color: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(180deg, #C4C4C4 23.75%, rgba(196, 196, 196, 0) 100%);
}

.bg-gray {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.bg-gray img {
  object-fit: cover;
}

.lang {
  cursor: pointer;
  user-select: none;
  position: relative;
  z-index: 1;
}
.lang-lst {
  display: none;
  z-index: 10;
  background: white;
  top: calc(100% + 1.8rem);
  left: -0.8rem;
  width: calc(100% + 0.8rem);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
}
.lang-lst .lang-item .text {
  color: #444444;
}
.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;
  align-items: center;
}
@media screen and (min-width: 1202px) {
  .lang-item:hover {
    background: #1662B9;
  }
}
.lang .text {
  margin-left: 0.4rem;
  margin-right: 0.2rem;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.005em;
  color: white;
  text-transform: uppercase;
}
@media (min-width: 1201px) {
  .lang .text:hover {
    color: white;
  }
}
@media screen and (max-width: 600px) {
  .lang .text {
    font-size: 1.4rem;
    margin: 0 0.5rem;
  }
}
.lang img {
  width: 1.6rem;
  border-radius: 0.2rem;
}
@media screen and (max-width: 600px) {
  .lang img {
    width: 1.6rem;
  }
}
.lang .icon {
  width: 0.8rem;
  height: 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;
  margin-left: 0.2rem;
  font-size: 0.9rem;
  border-radius: 0.2rem;
  color: white;
}
@media screen and (max-width: 1201px) {
  .lang .icon {
    color: #444444;
  }
}
.lang .icon i {
  font-weight: 900;
}
.lang-selected .text {
  position: relative;
}
@media screen and (max-width: 1201px) {
  .lang-selected .text {
    color: #444444;
  }
}

.emblem {
  position: absolute;
  left: 5%;
  bottom: 18%;
  margin: 0 auto;
  width: 15.4rem;
  height: 15.4rem;
  border-radius: 50%;
  color: #f3af01;
  animation: spinZ 20s linear infinite;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .emblem {
    left: -3%;
    bottom: 15%;
  }
}
@media screen and (max-width: 550px) {
  .emblem {
    width: 13.4rem;
    height: 13.4rem;
    left: 0;
  }
}
.emblem span {
  position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.2;
  transition: all 0.5s cubic-bezier(0, 0, 0, 1);
  mix-blend-mode: difference;
  letter-spacing: 0.03rem;
}
@media screen and (max-width: 550px) {
  .emblem span {
    font-size: 1.2rem;
  }
}
.emblem.m-t {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  mix-blend-mode: difference;
  opacity: 0;
  transition: all 0.4s;
}
.emblem.m-t.active {
  opacity: 1;
}
.emblem.m-t span {
  font-size: 0.8rem;
  letter-spacing: 0.5rem;
}
@keyframes spinZ {
  0% {
    transform: rotateZ(360deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}

.slideJS {
  overflow: auto;
}
.slideJS-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.slideJS-item {
  flex-shrink: 0;
}

.contact-main {
  background: rgba(105, 167, 17, 0.1);
  padding: 6.4rem 0;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .contact-main-wrap {
    flex-direction: column-reverse;
  }
}
.contact-main-wrap-content {
  width: 75%;
}
@media only screen and (max-width: 1200px) {
  .contact-main-wrap-content {
    width: 60%;
  }
}
@media only screen and (max-width: 800px) {
  .contact-main-wrap-content {
    width: 100%;
  }
}
.contact-main-wrap-content .content-title {
  padding-bottom: 1.6rem;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.4;
  color: #69A711;
}
@media only screen and (max-width: 1200px) {
  .contact-main-wrap-content .content-title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .contact-main-wrap-content .content-title {
    font-size: 1.7rem;
  }
}
.contact-main-wrap-content .contact-text {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #444444;
  max-width: 48.6rem;
  opacity: 0.7;
  padding-bottom: 3.7rem;
}
.contact-main-wrap-content .contact-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -1.2rem;
  margin-right: -1.2rem;
}
.contact-main-wrap-content .contact-content .contact-input {
  padding: 0 1.2rem;
  width: 33.3333333333%;
}
@media only screen and (max-width: 1200px) {
  .contact-main-wrap-content .contact-content .contact-input {
    width: 50%;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 600px) {
  .contact-main-wrap-content .contact-content .contact-input {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.contact-main-wrap-content .contact-content .contact-input .form-input-contact {
  width: 100%;
  padding: 1.2rem 1rem;
  height: 4.2rem;
  background-color: rgba(105, 167, 17, 0.2);
  border: 1px solid rgba(105, 167, 17, 0.2);
  transition: all 0.5s linear;
}
.contact-main-wrap-content .contact-content .contact-input .form-input-contact::placeholder {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #000000;
  opacity: 0.2;
}
.contact-main-wrap-content .contact-content .contact-input .form-input-contact:focus {
  border: 1px solid #69A711;
}
.contact-main-wrap-content .contact-content .btn {
  margin-left: 1.2rem;
}
.contact-main-wrap .img-contact-main {
  flex: 1;
}
@media only screen and (max-width: 1200px) {
  .contact-main-wrap .img-contact-main {
    width: 60%;
  }
}
@media only screen and (max-width: 800px) {
  .contact-main-wrap .img-contact-main {
    width: 100%;
  }
}
.contact-main-wrap .img-contact-main .img-main {
  position: relative;
  height: 100%;
}
.contact-main-wrap .img-contact-main .img-main-con {
  width: calc(100% + (100vw - 120rem) / 2);
  max-width: 44rem;
  position: absolute;
  bottom: -6.4rem;
  left: 0;
}
@media only screen and (max-width: 1600px) {
  .contact-main-wrap .img-contact-main .img-main-con {
    width: 100%;
    left: -5%;
  }
}
@media only screen and (max-width: 1200px) {
  .contact-main-wrap .img-contact-main .img-main-con {
    width: 100%;
    left: -2%;
  }
}
@media only screen and (max-width: 800px) {
  .contact-main-wrap .img-contact-main .img-main-con {
    margin: 0 auto;
    position: static;
    margin-bottom: 2.4rem;
    left: 0;
  }
}
@media only screen and (max-width: 800px) {
  .contact-main {
    overflow: hidden;
  }
}

:root {
  --widthBtn: 13rem;
  --widthDc: 110rem;
}
@media screen and (max-width: 1201px) {
  :root {
    --widthBtn: 7rem;
    --widthDc: 70rem;
  }
}

.banner {
  width: 100%;
  overflow: hidden;
  z-index: 20;
  position: relative;
}
.banner::before, .banner::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 70;
  animation: changHeight 0.75s 0.4s forwards;
}
.banner::before {
  top: 0;
}
.banner::after {
  bottom: 0;
}
.banner .container,
.banner .swiper {
  height: 100%;
}
.banner .swiper-slide {
  overflow: hidden;
  cursor: auto;
}
.banner .swiper-pagination-bullet {
  width: 5.6rem;
  height: 0.1rem;
  background-color: white;
  border: none;
  border-radius: unset;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4;
  color: white;
  position: relative;
  opacity: 1;
  display: block;
  flex-shrink: 0;
  margin: 0;
}
@media screen and (max-width: 800px) {
  .banner .swiper-pagination-bullet {
    width: 3.2rem;
  }
}
.banner .swiper-pagination-bullet:not(:last-child) {
  margin-bottom: 2rem;
}
.banner .swiper-pagination-bullet .inner {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}
.banner .swiper-pagination-bullet .inner::before {
  position: absolute;
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0.1rem solid white;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  animation: zoom-in-zoom-out 1.5s ease infinite;
  visibility: hidden;
}
.banner .swiper-pagination-bullet-active {
  width: 12rem;
}
@media screen and (max-width: 800px) {
  .banner .swiper-pagination-bullet-active {
    width: 5rem;
  }
}
.banner .swiper-pagination-bullet-active .inner::before {
  visibility: visible;
}
.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-image, .banner-video {
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
}
.banner-slide {
  height: 100%;
}
.banner-slide .swiper-wrapper,
.banner-slide .swiper-container {
  height: 100%;
}
.banner-home {
  height: 52.0833333333vw;
  max-height: calc(100vh - var(--headerHeighttop));
}
@media (max-height: 500px) {
  .banner-home {
    max-height: unset;
  }
}
@media screen and (max-width: 1400px) {
  .banner-home {
    height: 50vw;
  }
}
@media screen and (max-width: 1024px) {
  .banner-home {
    height: 55vw;
  }
}
@media screen and (max-width: 800px) {
  .banner-home {
    height: 65vw;
  }
}
@media screen and (max-width: 600px) {
  .banner-home {
    height: 75vw;
  }
}
@media screen and (max-width: 450px) {
  .banner-home {
    height: 105vw;
  }
}
.banner-home .container-header {
  height: 100%;
}
.banner-home .banner-image, .banner-home .banner-video {
  width: 100vw;
  left: 0;
  height: 100%;
}
.banner-home .banner-image video,
.banner-home .banner-image img, .banner-home .banner-video video,
.banner-home .banner-video img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: relative;
}
.banner-home .banner-content {
  position: relative;
  z-index: 50;
  height: 100%;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 66rem;
  color: white;
}
.banner-home .banner-slide .swiper-slide {
  overflow: hidden;
}
.banner-home .banner-slide .swiper-slide.my-active .t-title-l,
.banner-home .banner-slide .swiper-slide.my-active .banner-desc,
.banner-home .banner-slide .swiper-slide.my-active .btn {
  transform: translateX(0);
  opacity: 1;
}
.banner-home .banner-slide .swiper-slide.my-active .t-title-l {
  transition: all 0.5s 0.8s ease-in-out;
}
.banner-home .banner-slide .swiper-slide.my-active .banner-desc {
  transition: all 0.5s 1s ease-in-out;
}
.banner-home .banner-slide .swiper-slide.my-active .btn {
  transition: all 0.5s 1.2s ease-in-out;
}
.banner-home .banner-slide .swiper-pagination {
  position: absolute;
  width: auto;
  right: -0.2rem;
  top: 50%;
  left: auto;
  bottom: auto;
  transform: translateY(-50%);
  margin-top: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  height: auto;
  align-items: flex-end;
}
@media screen and (max-width: 800px) {
  .banner-home .banner-slide .swiper-pagination {
    top: 100%;
    transform: translateY(-160%);
  }
}
.banner-home .banner-title-large {
  font-weight: 900;
  font-size: 5rem;
  line-height: 1.36;
}
@media screen and (max-width: 1201px) {
  .banner-home .banner-title-large {
    font-size: 4rem;
  }
}
@media screen and (max-width: 800px) {
  .banner-home .banner-title-large {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 600px) {
  .banner-home .banner-title-large {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 400px) {
  .banner-home .banner-title-large {
    font-size: 2.2rem;
  }
}
.banner-home .banner-title-large .icon {
  display: inline-block;
  width: 12.8rem;
  margin-bottom: -6.4rem;
}
@media screen and (max-width: 1201px) {
  .banner-home .banner-title-large .icon {
    width: 8rem;
    margin-bottom: -3.2rem;
  }
}
@media screen and (max-width: 600px) {
  .banner-home .banner-title-large .icon {
    width: 5.4rem;
    margin-bottom: -2.4rem;
  }
}
.banner-home .banner-desc {
  max-width: 48.6rem;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .banner-home .banner-desc {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1201px) {
  .banner-home .swiper-navigation {
    display: none !important;
  }
}
.banner-gen {
  height: 28.9351851852vw;
  clip-path: inset(0 0 0);
}
@media screen and (max-width: 1201px) {
  .banner-gen {
    height: 35vw;
  }
}
@media screen and (max-width: 1024px) {
  .banner-gen {
    height: 45vw;
  }
}
@media screen and (max-width: 600px) {
  .banner-gen {
    height: 60vw;
  }
}
@media screen and (max-width: 400px) {
  .banner-gen {
    height: 90vw;
  }
}
.banner-gen .container-header {
  height: 100%;
}
.banner-gen .banner-image img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-gen .banner-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #2d6cb5 1.3%, rgba(19, 49, 187, 0) 90.62%);
  z-index: 1;
  mix-blend-mode: multiply;
}
.banner-gen .banner-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.banner-gen .banner-wrap .content {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  flex: 1;
  z-index: 10;
  height: 100%;
}
@media only screen and (max-width: 700px) {
  .banner-gen .banner-wrap .content {
    width: 50%;
  }
}
.banner-gen .banner-wrap .content-con {
  display: flex;
  flex-direction: column;
}
.banner-gen .banner-wrap .content-con-text {
  text-align: start;
  color: white;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 1.6rem;
}
@media only screen and (max-width: 1200px) {
  .banner-gen .banner-wrap .content-con-text {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .banner-gen .banner-wrap .content-con-text {
    font-size: 2.2rem;
  }
}
.banner-gen .banner-wrap .content-con .breadcrumbs-list .breadcrumbs-item:not(:last-child)::before {
  height: 1.6rem;
}
.banner-gen .banner-wrap .content-con .breadcrumbs-list .breadcrumbs-item a {
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
  color: white;
  transition: all 0.3s linear;
}
.banner-gen .banner-wrap .content-con .breadcrumbs-list .breadcrumbs-item a:hover {
  transform: scale(1.2);
  color: #27AEF9;
}
.banner-gen .banner-wrap .map {
  width: 66.6666666667%;
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 700px) {
  .banner-gen .banner-wrap .map {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .banner-gen .banner-wrap .map {
    display: none;
  }
}
.banner-gen .banner-wrap .map-inner {
  margin-right: calc((100vw - 120rem) / -2);
  height: 100%;
}
@media only screen and (max-width: 1200px) {
  .banner-gen .banner-wrap .map-inner {
    margin-right: -1.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .banner-gen .banner-wrap .map-inner {
    margin-right: -1.2rem;
  }
}
.banner-gen .banner-wrap .map-inner iframe {
  width: 100%;
  height: 100%;
}
.banner-gen .banner-content {
  position: relative;
  z-index: 11;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.banner-gen .banner-title {
  font-size: 6.4rem;
  line-height: 1.2;
  color: white;
  font-weight: 700;
}
@media screen and (max-width: 1201px) {
  .banner-gen .banner-title {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 800px) {
  .banner-gen .banner-title {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 600px) {
  .banner-gen .banner-title {
    font-size: 2.8rem;
  }
}
.banner-gen .banner-title .icon {
  display: inline-block;
  width: 7rem;
  height: 5.4rem;
  margin-right: 1.2rem;
}
@media screen and (max-width: 1201px) {
  .banner-gen .banner-title .icon {
    width: 5.8rem;
    height: 4.5rem;
    margin-bottom: -1rem;
  }
}
.banner-breadcrumbs {
  z-index: 70;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  background: #69A711;
  border-radius: 4rem 4rem 0 0;
  padding: 1.3rem 3rem 1.2rem;
  left: calc((100vw - 120rem) / 2);
}
@media screen and (max-width: 1230px) {
  .banner-breadcrumbs {
    left: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .banner-breadcrumbs {
    border-radius: 2rem 2rem 0 0;
    padding: 1rem 2rem 0.9rem;
  }
}
.banner-breadcrumbs .breadcrumbs-item a {
  color: white;
}
@media (min-width: 1201px) {
  .banner-breadcrumbs .breadcrumbs-item a:hover {
    color: #1662B9;
  }
}
.banner-breadcrumbs .breadcrumbs-item:not(:last-child)::before {
  filter: brightness(0) invert(1);
}
.banner-genSL {
  min-height: 32rem;
  overflow: visible;
  z-index: 10;
}
@media screen and (max-width: 800px) {
  .banner-genSL {
    overflow: hidden;
  }
}
.banner-genSL::before, .banner-genSL::after {
  display: none;
}
.banner-genSL .container-header {
  height: 100%;
}
.banner-genSL .bg-dc {
  position: absolute;
  content: "";
  left: calc((100vw - 123rem) / 2 + 60rem + 0.9rem);
  right: 0;
  background: var(--bg);
  max-width: 86.6rem;
  border-radius: 0px 0px 0px 1.6rem;
  z-index: -1;
  min-height: calc(100% + 4.4rem);
}
@media screen and (max-width: 800px) {
  .banner-genSL .bg-dc {
    display: none;
  }
}
.banner-genSL .bg-dc-inner {
  display: block;
  padding-top: calc((542 / 866) * 100%);
  position: relative;
  overflow: hidden;
}
.banner-genSL .swiper {
  border-radius: 0px 0px 0px 1.2rem;
  height: auto;
  min-height: calc(100% + 3rem);
}
@media screen and (max-width: 1400px) {
  .banner-genSL .swiper {
    height: 100%;
  }
}
@media screen and (max-width: 800px) {
  .banner-genSL .swiper {
    min-height: unset;
    border-radius: unset;
  }
}
.banner-genSL .swiper-pagination {
  position: absolute;
  bottom: 0;
  width: fit-content;
  margin-left: max((100vw - 120rem) / -2 + 1.6rem, -30rem);
  margin-top: 0;
}
@media screen and (max-width: 1230px) {
  .banner-genSL .swiper-pagination {
    margin-left: 0.5rem;
  }
}
@media screen and (max-width: 800px) {
  .banner-genSL .swiper-pagination {
    top: -1rem;
    bottom: auto;
    transform: translateY(-100%);
  }
}
.banner-genSL .banner-left {
  position: relative;
}
@media screen and (max-width: 800px) {
  .banner-genSL .banner-left {
    width: 100%;
  }
}
.banner-genSL .banner-left::before {
  position: absolute;
  content: "";
  width: calc((100vw - 120rem) / 2 + 100%);
  right: -2.4rem;
  top: 50%;
  transform: translateY(-50%);
  background: url("../assets/images/banner-dc.png");
  height: 100%;
}
@media screen and (max-width: 1230px) {
  .banner-genSL .banner-left::before {
    width: calc(100% + 7.4rem);
  }
}
.banner-genSL .banner-right {
  min-height: 100%;
}
@media screen and (max-width: 800px) {
  .banner-genSL .banner-right {
    width: 100%;
  }
}
.banner-genSL .banner-image, .banner-genSL .banner-video {
  width: 100%;
  display: block;
  padding-top: calc((526 / 852) * 100%);
  position: relative;
  overflow: hidden;
}
.banner-genSL .banner-image video,
.banner-genSL .banner-image img, .banner-genSL .banner-video video,
.banner-genSL .banner-video img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 800px) {
  .banner-genSL .banner-wrap {
    flex-direction: column-reverse;
  }
}
.banner-genSL .banner-wrap::before {
  position: absolute;
  content: "";
  right: 0;
  height: 100%;
  background: #212223;
  top: 0;
  left: 0;
}
.banner-genSL .banner-slide {
  position: absolute;
  right: 0;
  left: calc((100vw - 123rem) / 2 + 62.4rem);
  max-width: 85rem;
  height: 100%;
}
@media screen and (max-width: 800px) {
  .banner-genSL .banner-slide {
    position: static;
    max-width: none;
    margin-left: -0.8rem;
    margin-right: -0.8rem;
  }
}
.banner-genSL .banner-slide-wrap {
  height: 100%;
}
.banner-genSL .banner-content {
  color: white;
  position: relative;
  padding-top: 6.5rem;
  padding-bottom: 9rem;
  min-height: 37rem;
}
@media screen and (max-width: 1201px) {
  .banner-genSL .banner-content {
    min-height: auto;
  }
}
@media screen and (max-width: 800px) {
  .banner-genSL .banner-content {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.banner-genSL .banner-desc {
  max-width: 48.6rem;
  opacity: 0.9;
}
@media screen and (max-width: 1201px) {
  .banner-genSL .swiper-navigation {
    display: none !important;
  }
}
.banner .button-wrap {
  width: fit-content;
  display: block;
  border: 0.1rem solid #fd7c0e;
  border-radius: 10rem;
}
.banner .button-wrap .btn .btn-inner {
  border: none;
}

@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);
  }
}
@keyframes changHeight {
  0% {
    height: 50%;
  }
  100% {
    height: 0;
  }
}
.play-vd,
.pause-vd {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: calc((100vw - 120rem) / 2);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
@media screen and (max-width: 1400px) {
  .play-vd,
  .pause-vd {
    transform: translate(calc(-50% + 11rem), -50%);
  }
}
@media screen and (max-width: 1201px) {
  .play-vd,
  .pause-vd {
    left: 0;
    transform: translate(calc(-50% + 4rem), -50%);
  }
}
.play-vd::before,
.pause-vd::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  background: #ffffff;
  border: 0.1rem solid #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  z-index: -1;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
  animation: zoomPlay 5s 3s infinite linear;
}
.play-vd-inner,
.pause-vd-inner {
  background: #ffffff;
  border: 0.1rem solid #ffffff;
  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(--widthBtn);
  height: var(--widthBtn);
  border-radius: 50%;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.play-vd-inner::before, .play-vd-inner::after,
.pause-vd-inner::before,
.pause-vd-inner::after {
  position: absolute;
  content: "";
  pointer-events: none;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  z-index: -1;
  transition: all 0.5s ease-in-out;
  animation: zoomPlay 5s infinite linear;
}
.play-vd-inner::after,
.pause-vd-inner::after {
  animation-delay: 1.5s;
}
.play-vd-inner img,
.pause-vd-inner img {
  width: 3.2rem !important;
  object-fit: contain !important;
  transition: all 0.3s ease-in-out;
  transform: none !important;
}
@media screen and (max-width: 1201px) {
  .play-vd-inner img,
  .pause-vd-inner img {
    width: 2.4rem !important;
  }
}
.play-vd-inner i,
.pause-vd-inner i {
  font-size: 4rem;
  color: #69A711;
}
@media (min-width: 1201px) {
  .play-vd:hover::before,
  .pause-vd:hover::before {
    width: 13rem;
    height: 13rem;
  }
  .play-vd:hover .play-vd-inner,
  .pause-vd:hover .play-vd-inner {
    background: #1662B9;
  }
  .play-vd:hover .play-vd-inner::before, .play-vd:hover .play-vd-inner::after,
  .pause-vd:hover .play-vd-inner::before,
  .pause-vd:hover .play-vd-inner::after {
    width: 1.3rem;
    height: 1.3rem;
  }
  .play-vd:hover .play-vd-inner img,
  .pause-vd:hover .play-vd-inner img {
    filter: brightness(0) invert(1);
  }
}
.play-vd .hidden,
.pause-vd .hidden {
  display: block;
  opacity: 0;
  visibility: hidden;
}

.pause-vd {
  transform: translate(-50%, -100%);
}
.pause-vd::before {
  display: none;
}
.pause-vd-inner {
  background: rgba(255, 255, 255, 0.8);
  border: 0.1rem solid rgba(255, 255, 255, 0.4705882353);
}
.pause-vd-inner::before, .pause-vd-inner::after {
  display: none;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  80% {
    opacity: 0.8;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
.btn {
  height: 4.2rem;
  width: fit-content;
  border: 0.2rem solid #69A711;
  outline: none;
  transition: all 200ms linear;
  background: #69A711;
  border: none;
  color: white;
  font: 500 1rem sans-serif;
  padding: 1rem 2.4rem;
  position: relative;
  cursor: pointer;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.4;
  display: flex;
  align-items: center;
  outline: 2px solid transparent;
  white-space: nowrap;
}
@media screen and (max-width: 600px) {
  .btn {
    padding: 0.6rem 1.2rem;
    height: 3.6rem;
    font-size: 1.4rem;
  }
}
.btn-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.btn img {
  width: 3.2rem;
  height: 1rem;
  margin-left: 2rem;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .btn img {
    width: 2.4rem;
    height: 1rem;
    margin-left: 1rem;
  }
}
.btn::before, .btn::after {
  display: none;
}

.btn:hover {
  outline: 2px solid #fff;
  outline-offset: -5px;
  color: #fff;
}

.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: #1662B9;
  color: white;
  font-size: 0.8rem;
  font-weight: 900;
  flex-shrink: 0;
}
.naviga-icon i {
  padding-top: 0.2rem;
}

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

.mona-btns {
  margin-left: auto;
  margin-right: auto;
}
.mona-btns .btn-inner {
  padding: 1.3rem 6.2rem 1.2rem;
}

.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 {
  width: 5.3rem;
  height: 0.1rem;
  background: #444444;
}
.page-numbers > li {
  width: 4rem;
  height: 4rem;
  background: #EBEBEB;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.5S linear;
}
.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;
  }
}
@media (min-width: 1201px) {
  .page-numbers > li:hover {
    background-color: #69A711;
  }
  .page-numbers > li:hover .page-numbers {
    color: white;
  }
  .page-numbers > li:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(86deg) brightness(107%) contrast(101%);
  }
}
.page-numbers > li > .page-numbers {
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 500;
  color: #444444;
  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;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}
.page-numbers > li > .page-numbers.current {
  background: #69A711;
  width: 100%;
  height: 100%;
  color: white;
}
.page-numbers > li > .page-numbers.arr {
  width: 1.6rem;
  height: 1.6rem;
}
.page-numbers > li > .page-numbers .icon {
  font-weight: 400;
}

.page-numbers.next,
.page-numbers.prev {
  cursor: pointer;
  background: rgba(33, 34, 35, 0.16);
}
.page-numbers.next:hover,
.page-numbers.prev:hover {
  color: white;
  background: #1662B9;
}
.page-numbers.next .icon,
.page-numbers.prev .icon {
  font-weight: 900 !important;
  font-size: 1rem;
  cursor: pointer;
}

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

.sidebar-top {
  background: #1662B9;
  padding: 2.7rem 4rem 2.6rem;
  border-radius: 1.2rem 1.2rem 0px 0px;
}
@media screen and (max-width: 1201px) {
  .sidebar-top {
    padding: 2.4rem;
    border-radius: 0;
  }
}
.sidebar-top.other {
  background: #69A711;
}
.sidebar-content {
  padding: 2rem 4rem 3.2rem;
}
@media screen and (max-width: 1201px) {
  .sidebar-content {
    padding: 2.4rem;
  }
}
.sidebar-wrap {
  background: #ffffff;
  border: 0.1rem solid rgba(0, 0, 0, 0.2);
  border-radius: 1.2rem;
  overflow: hidden;
}
@media screen and (max-width: 1201px) {
  .sidebar-wrap {
    border-radius: 0px;
    border-left: 0px;
    border-right: 0px;
  }
}
.sidebar-type {
  padding: 1.6rem 4.4rem 1.5rem;
  background: rgba(0, 114, 188, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-weight: 600;
  color: #1662B9;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.sidebar-type .icon {
  width: 1.6rem;
  height: 1.6rem;
  display: block;
  position: relative;
  flex-shrink: 0;
}
.sidebar-type .icon::before, .sidebar-type .icon::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.1rem;
  border-radius: 1rem;
  background: #1662B9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
.sidebar-type .icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.sidebar-type.show .icon::after {
  transform: translate(-50%, -50%);
}
.sidebar-list {
  margin-top: 3.2rem;
}
.sidebar-list .product-item {
  width: 100%;
}
@media screen and (max-width: 1201px) {
  .sidebar-list .product-item {
    width: 25%;
  }
}
@media screen and (max-width: 750px) {
  .sidebar-list .product-item {
    width: 50%;
  }
}
.sidebar-list .product-item-wrap {
  border: 0.1rem solid rgba(0, 0, 0, 0.2);
  border-radius: 1.2rem;
  background: #f7f7f7;
  overflow: hidden;
}
.sidebar-list .product-item-img {
  border: none;
  border-radius: 0rem;
  margin-bottom: 1.6rem;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.2);
}
.sidebar-list .product-curPrice {
  margin-bottom: 1.6rem;
}
.sidebar-box:has(.sidebar-type) .sidebar-content {
  display: none;
}

.sidebaraqc {
  width: 100%;
  max-width: 28.2rem;
  margin-left: auto;
  margin-right: auto;
}
.sidebaraqc .img-inner {
  border-radius: 1.2rem;
  display: block;
  padding-top: calc((665 / 282) * 100%);
  position: relative;
  overflow: hidden;
  display: block;
}
.sidebaraqc .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sidebaraqc-list .sidebaraqc {
  margin-top: 0;
}
@media screen and (max-width: 1680px) {
  .sidebaraqc-list .sidebaraqc:not(:first-child) {
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .sidebaraqc-list .sidebaraqc:not(:first-child) {
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .sidebaraqc-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }
}

.cate-list a:has(.cate-item) {
  display: block;
}
.cate-list a:has(.cate-item):not(:last-child) {
  margin-bottom: 1.6rem;
}
.cate-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.cate-item:not(:last-child) {
  margin-bottom: 0.8rem;
}
.cate-item .box {
  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.4rem;
  height: 1.4rem;
  border: 0.1rem solid #636060;
  border-radius: 0.2rem;
  margin-right: 0.8rem;
  transition: all 0.3s ease-in-out;
}
.cate-item .box i {
  font-size: 0.8rem;
  font-weight: 900;
  color: white;
}
.cate-item.active {
  color: #69A711;
}
.cate-item.active .box {
  border-color: #69A711;
  background: #69A711;
}
.cate-link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.2;
  padding: 1.2rem 2.8rem 1.1rem;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.cate-link.current {
  background: #1662B9;
  color: white;
}
.cate-link.current .icon {
  filter: brightness(0) invert(1);
}
.cate-link .icon {
  width: 1.2rem;
  display: block;
  margin-right: 0.8rem;
  margin-top: -0.1rem;
  transition: all 0.3s ease-in-out;
  transform: rotate(-90deg);
}
@media (min-width: 1201px) {
  .cate-link:hover {
    background: #1662B9;
    color: white;
  }
  .cate-link:hover .icon {
    filter: brightness(0) invert(1);
  }
}

.proFilter-cate-open {
  cursor: pointer;
  margin-left: 2rem;
}
@media screen and (min-width: 1202px) {
  .proFilter-cate-open {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .proFilter-cate-open {
    margin-left: 0;
    width: 100%;
  }
}
.proFilter-cate-open .text {
  font-weight: 500;
  margin-right: 1rem;
  display: inline-block;
}
.proFilter-cate-open .icon {
  width: 2.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media screen and (max-width: 600px) {
  .proFilter-filter {
    width: 100%;
  }
}

.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;
  margin-top: 3rem;
  height: 1.5rem;
}
.swiper-pagination::before {
  display: none;
}
.swiper-pagination-bullet {
  transition: all 0.3s ease-out;
  width: 1rem;
  height: 1rem;
  opacity: 1;
  border-radius: 10rem;
  border: 0.1rem solid #1662B9;
  margin: 0 0.5rem;
  background: white;
}
.swiper-pagination-bullet-active {
  background: #1662B9;
}
.swiper-pagination.swiper-pagination-lock {
  display: none;
}
.swiper-pagination.cl-pri .swiper-pagination-bullet {
  background-color: white;
  border: 0.1rem solid white;
}
.swiper-pagination.cl-pri .swiper-pagination-bullet-active {
  border: 0.1rem solid #1662B9;
  background-color: transparent;
}
@media screen and (min-width: 1301px) {
  .swiper-pagination.disabled-on-desktop {
    display: none;
  }
}
.swiper-pagination-num {
  height: auto;
}
.swiper-pagination-num .swiper-pagination-bullet {
  background: unset;
  width: unset;
  height: unset;
  border: none;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4;
  display: block;
  color: rgba(19, 23, 23, 0.6);
  text-align: center;
  position: relative;
  background: transparent;
}
.swiper-pagination-num .swiper-pagination-bullet::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0.2rem;
  left: 0;
  top: 50%;
  background: #1662B9;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.swiper-pagination-num .swiper-pagination-bullet-active {
  color: #1662B9;
  padding-left: 2rem;
}
.swiper-pagination-num .swiper-pagination-bullet-active::before {
  width: 1.5rem;
}
.swiper-notification {
  display: none !important;
}
.swiper-navigation {
  cursor: pointer;
}
.swiper-navigation.circle {
  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;
  font-weight: 900;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.swiper-navigation.pri {
  background: #69A711;
  transition: all 0.3s ease-in-out;
  font-size: 1.8rem;
  color: white;
}
.swiper-navigation.pri.prev {
  top: 50%;
  left: -2.4rem;
  transform: translate(-50%, -50%);
}
.swiper-navigation.pri.next {
  top: 50%;
  right: -2.4rem;
  transform: translate(50%, -50%);
}
@media (min-width: 1201px) {
  .swiper-navigation.pri:hover {
    background: #1662B9;
    color: white;
  }
}
.swiper-navigation.second {
  border-radius: 50%;
  background: #1662B9;
  transition: all 0.3s ease-in-out;
  font-size: 1.8rem;
  color: white;
}
.swiper-navigation.second.prev {
  top: 50%;
  left: -2.4rem;
  transform: translate(-50%, -50%);
}
.swiper-navigation.second.next {
  top: 50%;
  right: -2.4rem;
  transform: translate(50%, -50%);
}
@media (min-width: 1201px) {
  .swiper-navigation.second:hover {
    background: #69A711;
    color: white;
  }
}
@media screen and (max-width: 1300px) {
  .swiper-navigation.disabled-on-tablet {
    display: none;
  }
}
.swiper-button-disabled {
  pointer-events: none;
  background: #ADB5B6 !important;
}
.swiper-abs {
  position: absolute;
  z-index: 20;
}
.swiper-navi {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-navi .swiper-navigation {
  margin: 0.6rem 1.2rem;
}
@media screen and (max-width: 1400px) {
  .swiper-navi .swiper-navigation {
    position: static;
    transform: none !important;
  }
}
.swiper-navi .swiper-pagination {
  margin-top: 0;
  width: fit-content;
  margin-left: 2rem;
  margin-right: 2rem;
  min-width: 17rem;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #69A711;
}

.swiper-grid-column > .swiper-wrapper {
  flex-direction: row;
}

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

.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: 980;
  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-left: -1.2rem;
  margin-right: -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-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
@media screen and (max-width: 600px) {
  .list-wrap,
  .d-wrap {
    margin-left: -0.3rem;
    margin-right: -0.3rem;
  }
}
.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;
  }
}
@media screen and (max-width: 600px) {
  .list-item,
  .d-item {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
}
.list-2,
.d-2 {
  width: 50%;
}
.list-3,
.d-3 {
  width: 33.3333333333%;
}
@media screen and (max-width: 800px) {
  .list-3,
  .d-3 {
    width: 50%;
  }
}
.list-4,
.d-4 {
  width: 25%;
}
@media screen and (max-width: 1201px) {
  .list-4,
  .d-4 {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 800px) {
  .list-4,
  .d-4 {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .list-4,
  .d-4 {
    width: 100%;
  }
}
.list-5,
.d-5 {
  width: 20%;
}

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

.dsm-wrap {
  margin: 0 -0.6rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.dsm-item {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

@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 #444444;
  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: #444444;
  font-weight: 400;
}

.bg-abs {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.bg-abs img {
  object-fit: cover;
  height: 100%;
}

.clear {
  clear: both;
}

.gItem,
.swiper-slide {
  cursor: pointer;
}

.backPage {
  padding: var(--pdGen) 0;
}
.backPage-link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.backPage-link .icon {
  font-size: 1.2rem;
  font-weight: 900;
  margin-right: 1.6rem;
  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;
}
.backPage-link .text {
  font-weight: 500;
  font-size: 4rem;
}
@media only screen and (max-width: 1200px) {
  .backPage-link .text {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .backPage-link .text {
    font-size: 2.7rem;
  }
}

.mona-content p {
  margin-bottom: var(--pdGen2);
}
@media screen and (max-width: 800px) {
  .mona-content p {
    font-size: 1.4rem;
  }
}
.mona-content .plyr {
  margin-bottom: var(--pdGen2);
}

@media screen and (min-width: 1202px) {
  .plyr__controls {
    opacity: 0;
    transform: translateY(3rem);
  }
}

.plyr {
  border-radius: 0.8rem;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 1201px) {
  .plyr:hover .plyr__controls {
    opacity: 1;
    transform: translateY(0);
  }
}
.plyr .plyr__control--overlaid {
  background: transparent;
  border: 0.3rem solid white;
  width: 3.2rem;
  height: 3.2rem;
  padding: 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;
}
.plyr .plyr__control--overlaid svg {
  width: 1rem;
  margin: auto;
  transform: translateX(-0.1rem);
}

.plyr__controls__item[data-plyr=captions] {
  display: none;
}
.plyr__controls__item[data-plyr=pip] {
  display: none;
}

.plyr__poster {
  background-size: cover;
}

.scrollJS {
  overflow: auto;
  user-select: none;
}
.scrollJS::-webkit-scrollbar {
  display: none;
}

.seemore {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-left: auto;
}
.seemore .icon {
  display: block;
  width: 1.2rem;
  margin-left: 0.4rem;
}

#lg-actual-size,
#lg-share,
#lg-download {
  display: none;
}

button[aria-label="Rotate left"] {
  display: none;
}
button[aria-label="Rotate right"] {
  display: none;
}
button[aria-label="Flip vertical"] {
  display: none;
}
button[aria-label="flip horizontal"] {
  display: none;
}
button[aria-label="Toggle autoplay"] {
  display: none;
}

.t-title-bn {
  font-weight: 700;
  font-size: 6rem;
  line-height: 1;
}
@media only screen and (max-width: 1200px) {
  .t-title-bn {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .t-title-bn {
    font-size: 2.5rem;
  }
}
@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: 8rem;
  line-height: 1.2;
}
@media screen and (max-width: 1201px) {
  .t-title-xl {
    font-size: 6rem;
  }
}
@media screen and (max-width: 800px) {
  .t-title-xl {
    font-size: 4rem;
  }
}
@media screen and (max-width: 600px) {
  .t-title-xl {
    font-size: 3rem;
  }
}

.t-title-l {
  font-size: 6rem;
  line-height: 1;
}
@media only screen and (max-width: 1200px) {
  .t-title-l {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .t-title-l {
    font-size: 2.5rem;
  }
}

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

.t-title-second {
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 1.4;
  display: block;
}
@media only screen and (max-width: 1200px) {
  .t-title-second {
    font-size: 3.1rem;
  }
}
@media only screen and (max-width: 800px) {
  .t-title-second {
    font-size: 2.6rem;
  }
}

.t-title-3 {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.4;
}
@media only screen and (max-width: 1200px) {
  .t-title-3 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .t-title-3 {
    font-size: 1.7rem;
  }
}

.t-title-4 {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.3;
}
@media only screen and (max-width: 1200px) {
  .t-title-4 {
    font-size: 3.1rem;
  }
}
@media only screen and (max-width: 800px) {
  .t-title-4 {
    font-size: 2.6rem;
  }
}

.t-title-5 {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.2;
}
@media only screen and (max-width: 1200px) {
  .t-title-5 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .t-title-5 {
    font-size: 1.7rem;
  }
}

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

.f-14 {
  font-size: 1.4rem;
}
.f-14.l-18 {
  line-height: 1.28;
}
.f-14.l-22 {
  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-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-24 {
  font-size: 2.4rem;
}
@media only screen and (max-width: 1200px) {
  .f-24 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .f-24 {
    font-size: 1.7rem;
  }
}
.f-24.l-28 {
  line-height: 1.2;
}
.f-24.l-33 {
  line-height: 1.4;
}
.f-24.l-36 {
  line-height: 1.5;
}
.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;
}

.wrap-text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.wrap-text .icon {
  width: 3.2rem;
  display: block;
  margin-right: 1.2rem;
}

.t-white {
  color: white;
}
.t-main {
  color: #1662B9;
}
.t-second {
  color: #69A711;
}
.t-third {
  color: rgba(34, 33, 96, 0.0039215686);
}
.t-text-2 {
  color: #040404;
}
.t-pink {
  color: #ED907A;
}
.t-1D1E41 {
  color: #1d1e41;
}
.t-underline {
  text-decoration: underline;
}
.t-line {
  position: relative;
  display: inline-block;
}
.t-line::before {
  position: absolute;
  content: "";
  min-width: 48rem;
  width: calc(100% + 3rem);
  height: 2.8rem;
  background: #1662B9;
  bottom: 0%;
  transform: translateY(0%);
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .t-line::before {
    min-width: 32rem;
    height: 1.4rem;
  }
}
@media screen and (max-width: 800px) {
  .t-line::before {
    min-width: 26rem;
    height: 1rem;
  }
}
.t-line.right::before {
  right: 0;
}
.t-line.left::before {
  left: 0;
}
.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: #1662B9;
  top: 50%;
  transform: translateY(-50%);
}
.t-line.short::before {
  right: calc(100% + 0.9rem);
}
.t-line.short::after {
  left: calc(100% + 0.9rem);
}
.t-line-db {
  position: relative;
  padding-bottom: 1rem;
}
.t-line-db::before, .t-line-db:after {
  position: absolute;
  content: "";
  width: 5rem;
  height: 0.2rem;
  background: #69A711;
  left: 50%;
}
.t-line-db::before {
  bottom: 0;
  transform: translateX(-10%);
}
.t-line-db::after {
  bottom: 0.5rem;
  transform: translateX(-60%);
}
.t-line-db.line-db-2::after {
  left: 0;
  transform: none;
}
.t-line-db.line-db-2::before {
  left: 0;
  transform: translateX(50%);
}
.t-break {
  white-space: pre-line;
}
.t-stroke {
  -webkit-text-stroke-width: 0.1rem;
  -webkit-text-stroke-color: #1662B9;
  color: transparent;
}
.t-pre-line {
  white-space: pre-line;
}
.t-sp-1 {
  letter-spacing: 0.06em;
}
.t-sd-1 {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.t-font-2 {
  font-family: "SVN-Taken by Vultures";
}

.t-pre-lỉne {
  white-space: pre-line;
}

.t-linear {
  background: linear-gradient(0deg, #0EB252 47.37%, #72C595 102.98%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.text-line {
  padding-bottom: 2rem;
  position: relative;
}
.text-line::before {
  position: absolute;
  content: "";
  height: 0.1rem;
  width: 12rem;
  background: linear-gradient(0deg, #0EB252 47.37%, #72C595 102.98%);
  opacity: 0.5;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 450px) {
  .text-line::before {
    left: 50%;
    transform: translateX(-50%);
  }
}

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

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

.fw-4 {
  font-weight: 400;
}

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

.non-upper {
  text-transform: unset;
}

.title-box {
  padding: 2.6rem 2.4rem 2.5rem;
  background: #FFFFFF;
  border-radius: 0.4rem 12rem 12rem 0.4rem;
  width: 100%;
  filter: drop-shadow(0px 0.8rem 1.6rem rgba(0, 0, 0, 0.05));
  border-left: 0.4rem solid #1662B9;
}
@media screen and (max-width: 800px) {
  .title-box {
    padding: 1.6rem 1.2rem 1.5rem;
  }
}

.decor-text {
  position: relative;
  width: fit-content;
  padding-bottom: 0.8rem;
  padding-top: 0.6rem;
}
@media screen and (max-width: 800px) {
  .decor-text {
    padding-bottom: 0.3rem;
  }
}
.decor-text::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.1rem;
  background: #1662B9;
  bottom: 0;
  transition: all 0.3s ease-in-out;
}
.decor-text::after {
  position: absolute;
  content: "";
  width: 2rem;
  height: 0.8rem;
  border-top: 0.1rem solid #1662B9;
  border-left: 0.1rem solid #1662B9;
  top: 0;
  left: -1rem;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 800px) {
  .decor-text::after {
    left: -0.4rem;
  }
}
.decor-text.hover::before {
  width: 0;
  visibility: hidden;
}
.decor-text.hover::after {
  width: 0;
  height: 0;
  left: 0;
  visibility: hidden;
}
.decor-text.hover:hover {
  color: #1662B9;
  padding-left: 1rem;
}
.decor-text.hover:hover::before {
  width: calc(100% - 1rem);
  visibility: visible;
}
.decor-text.hover:hover::after {
  width: 2rem;
  height: 0.8rem;
  visibility: visible;
}
.decor-text.white::before {
  background: white;
}
.decor-text.white::after {
  border-color: white;
}

.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-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: 1200px) {
  .mb-48 {
    margin-bottom: 3rem;
  }
}
@media (max-width: 800px) {
  .mb-48 {
    margin-bottom: 2rem;
  }
}
.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;
  }
}
.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;
  }
}

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

.st {
  padding: 4rem 0;
}
@media screen and (max-width: 800px) {
  .st {
    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;
}

.rating .star {
  color: #FDD836;
  padding: 0 0.5rem;
  font-size: 2rem;
}
.rating .star-list {
  margin: 0 -0.5rem;
}
@media only screen and (max-width: 1200px) {
  .rating .star {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .rating .star {
    font-size: 1.6rem;
  }
}
.rating-item {
  width: 2.4rem;
  flex-shrink: 0;
}
.rating-item:not(:last-child) {
  margin-right: 0.6rem;
}
@media screen and (max-width: 400px) {
  .rating-item {
    width: 1.6rem;
  }
}

@media screen and (max-width: 1201px) {
  .side-fixed {
    position: fixed;
    width: auto;
    max-width: 45rem;
    min-width: 38rem;
    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;
  }
}
@media screen and (max-width: 1201px) and (max-width: 400px) {
  .side-fixed {
    width: 100%;
    min-width: auto;
  }
}
@media screen and (max-width: 1201px) {
  .side-fixed.open {
    opacity: 1;
    transform: translate(0, 0);
    visibility: visible;
  }
}
@media screen and (max-width: 1201px) {
  .side-fixed-wrap {
    padding: 4.6rem 2.8rem;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 1201px) and (max-width: 600px) {
  .side-fixed-wrap {
    padding: 3rem 1.5rem;
  }
}
@media screen and (max-width: 400px) {
  .side-fixed {
    width: 100%;
    max-width: none;
  }
}
.side-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 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: #69A711;
  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: #69A711;
  font-weight: 600;
  font-size: 1.6rem;
}
.side-close {
  position: absolute;
  top: 1rem;
  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;
}
@media screen and (min-width: 1201px) {
  .side-close {
    display: none;
  }
}
.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: #1662B9;
}
@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(22, 98, 185, 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;
  }
}
.sc-text {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #66686F;
  margin-right: 0.7rem;
}
.sc-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.sc-item {
  flex-shrink: 0;
}
.sc-item img {
  display: block;
}
.sc-item:not(:last-child) {
  margin-right: 1.6rem;
}
.sc-hd {
  order: 3;
  margin-top: auto;
  width: 100%;
}
@media screen and (min-width: 1201px) {
  .sc-hd {
    display: none;
  }
}
.sc-hd-text {
  padding: 1.5rem;
  font-weight: 500;
}
.sc-hd-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.sc-hd-item {
  padding: 1rem 1.5rem;
  flex: 1;
}
.sc-hd-item a {
  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-shrink: 0;
}
.sc-hd-item .icon {
  width: 2.4rem;
  height: 2.4rem;
  display: block;
}
.sc-hd-item .text {
  font-weight: 700;
  margin-right: 1rem;
  color: #1662B9;
  display: none;
}
.sc-hd-item i {
  display: none;
}
.sc-link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.sc-link .icon {
  width: 2rem;
  display: block;
  margin-right: 0.6rem;
}
.sc-link .text {
  margin-right: 0;
  font-size: 14px;
  line-height: 1.7;
  opacity: 0.7;
  transition: 0.3s ease-in-out;
}
.sc-link:hover {
  transform: scale(1.1);
  color: white;
}
.sc-link:hover .text {
  opacity: 1;
}

.cart-mini {
  position: absolute;
  background: #f7f7f7;
  box-shadow: 0px 1rem 3rem rgba(51, 51, 51, 0.2);
  top: calc(100% + 1rem);
  left: 50%;
  transform: translate(-50%, 1rem);
  width: 49.2rem;
  padding: 3rem 3rem;
  padding-right: 1rem;
  border-left: 1rem solid #69A711;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1300px) {
  .cart-mini {
    transform: translate(-60%, 1rem);
  }
}
@media screen and (max-width: 1201px) {
  .cart-mini {
    position: fixed;
    left: auto;
    right: 1rem;
    top: 4.5rem;
    transform: translate(0%, 1rem);
    padding: 2rem 1.5rem;
    border-left: 0.6rem solid #69A711;
    width: 40rem;
  }
}
@media screen and (max-width: 600px) {
  .cart-mini {
    width: 100%;
    right: 0;
    top: 3.5rem;
  }
}
.cart-mini-item {
  padding: 2rem 0 1rem;
  border-bottom: 0.1rem solid #e0e0e0;
}
@media screen and (max-width: 1201px) {
  .cart-mini-item {
    padding: 1rem 0;
  }
}
.cart-mini-list {
  max-height: 43rem;
  overflow: hidden auto;
  padding-right: 2rem;
}
@media screen and (max-width: 1201px) {
  .cart-mini-list {
    padding-right: 0.5rem;
  }
}
.cart-mini-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.cart-mini-box .close {
  position: absolute;
  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;
  color: white;
  background: #bdbdbd;
  border-radius: 50%;
  font-size: 0.6rem;
  top: 0;
  right: 0;
  cursor: pointer;
  font-weight: 900;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1201px) {
  .cart-mini-box .close:hover {
    background: #69A711;
  }
}
.cart-mini-numOftt {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.2;
}
.cart-mini-bottom {
  padding-right: 2rem;
}
.cart-mini-bottom .total-text {
  font-size: 1.4rem;
  line-height: 1.2;
  margin-bottom: 0.2rem;
}
.cart-mini-bottom .total-num {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.2;
  color: #e51515;
}
@media only screen and (max-width: 1200px) {
  .cart-mini-bottom .total-num {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .cart-mini-bottom .total-num {
    font-size: 1.6rem;
  }
}
.cart-mini-img {
  width: 4.8rem;
  display: block;
  margin-right: 1rem;
}
.cart-mini-img .img-inner {
  display: block;
  padding-top: calc((76 / 48) * 100%);
  position: relative;
  overflow: hidden;
}
.cart-mini-img .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cart-mini-content {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.2;
}
.cart-mini-link {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.7;
}
.cart-mini-price {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 0.3rem;
}
.cart-mini-price .curPrice {
  color: #1662B9;
  margin-right: 0.8rem;
}
.cart-mini-price .oldPrice {
  font-weight: 400;
  text-decoration-line: line-through;
}
.cart-mini-numOf {
  color: #696969;
  font-weight: 400;
}
.cart-mini-empty {
  padding-right: 2rem;
}

.clearfix {
  clear: both;
}

.cartSec-left {
  width: 66.6666666667%;
}
.cartSec-box {
  padding: var(--pdGen2);
  background: #FFFFFF;
  box-shadow: 0px 1.8rem 3rem rgba(135, 115, 78, 0.15);
  max-width: 86.2rem;
}
.cartSec-box:not(:last-child) {
  margin-bottom: var(--pdGen2);
}
.cartSec-box-img {
  width: 14.8rem;
}
.cartSec-box-img .img-inner {
  display: block;
  padding-top: calc((0.97 / 1) * 100%);
  position: relative;
  overflow: hidden;
  border: 0.2rem solid #1662B9;
}
.cartSec-box-img .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cartSec-box-content {
  flex: 1;
}
.cartSec-box-content .proDt-cate {
  flex: 1;
  max-width: 21rem;
  margin-right: 1rem;
}
.cartSec-box-content .proDt-check {
  padding: 1.2rem 0;
}
.cartSec-box-name {
  margin-right: 1rem;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 120%;
  text-decoration-line: underline;
  max-width: 27.7rem;
}
@media only screen and (max-width: 1200px) {
  .cartSec-box-name {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .cartSec-box-name {
    font-size: 1.7rem;
  }
}
.cartSec-right {
  flex: 1;
}
.cartSec-price {
  font-weight: 500;
  margin-right: 1rem;
}
.cartSec-voucher-input {
  width: 16rem;
  margin-left: auto;
  margin-right: 0.8rem;
}
.cartSec-voucher-input input {
  width: 100%;
  border: 0.1rem solid black;
  padding: 0.8rem 0.8rem 0.7rem;
  text-align: right;
  text-transform: uppercase;
}
.cartSec-remove {
  cursor: pointer;
}
.cartSec-cart .price-total {
  padding: var(--pdGen2) 0;
  font-size: 3.2rem;
}
@media only screen and (max-width: 1200px) {
  .cartSec-cart .price-total {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .cartSec-cart .price-total {
    font-size: 2.2rem;
  }
}
.cartSec-cart-list {
  padding-bottom: var(--pdGen2);
  border-bottom: 0.1rem solid black;
}
.cartSec-cart-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem 0;
}
.cartSec-cart-item .tit {
  margin-right: 1rem;
}

.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: ZoomIn 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: #444444;
}
.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: #69A711;
  color: white;
}

.tabPanel {
  width: 100%;
  display: none;
}
.tabPanel.open {
  opacity: 1;
  display: block;
  animation: ZoomIn 0.5s;
}

.tabs {
  width: 100%;
}

.tabs_item {
  display: none;
  padding: 30px 0;
}
.tabs_item:first-child {
  display: block;
}

.readmoreBtn {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.readmoreBtn .btn-inenr {
  text-transform: unset;
}

.tab_content {
  position: relative;
}

.tab1 .tab-item {
  font-weight: 700;
  padding: 1.5rem 1rem 1.5rem;
  min-width: 22.3rem;
  background: #f7f7f7;
  border-width: 0.1rem 0.1rem 0 0.1rem;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 1.2rem 1.2rem 0 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;
  transition: all 0.3s ease-in-out;
  line-height: 1.2;
}
.tab1 .tab-item.current {
  background: #69A711;
  color: white;
}
.tab1 .tab_content {
  background: #f7f7f7;
  border-width: 0px 0.1rem 0.1rem 0.1rem;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 0px 0px 2rem 2rem;
}
.tab1 .tab_item {
  padding: 5.6rem 10rem;
  display: none;
}
@media screen and (max-width: 1201px) {
  .tab1 .tab_item {
    padding: 3.2rem 4rem;
  }
}
@media screen and (max-width: 800px) {
  .tab1 .tab_item {
    padding: 1.6rem 1.2rem;
  }
}
.tab1 .tab_item:first-child {
  display: block;
}
.tab1 .tab_item .content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
.tab1 .tab_item .content p {
  margin: 1.5rem 0;
}
.tab1 .tab_item .content img {
  margin: 1.5rem 0;
  border-radius: 1.2rem;
}
.tab1 .tab_item .table p {
  margin: 0;
}

.news-item {
  height: 100%;
  margin-bottom: calc(var(--pdGen2) + 0.8rem);
}
.news-item-wrap {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1201px) {
  .news-item-wrap:hover .news-item-img img {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
.news-item-img .img-inner {
  display: block;
  padding-top: calc((442 / 588) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 0.4rem;
}
.news-item-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.news-item-content {
  flex: 1;
  position: relative;
  padding-top: 3.2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
.news-item-link {
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 1.2rem;
}
@media (min-width: 1201px) {
  .news-item-link:hover {
    opacity: 1;
    background: linear-gradient(0deg, #0eb252 47.37%, #72c595 102.98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
}
@media screen and (max-width: 600px) {
  .news-item-link {
    font-size: 1.4rem;
  }
}
.news-item-date {
  color: #88898a;
  opacity: 0.9;
}
@media screen and (max-width: 1024px) {
  .news-item-date {
    font-size: 1.4rem;
  }
}
.news-item.news-main {
  grid-column: auto/span 2;
  grid-row: auto/span 2;
}
.news-item.news-main .news-item-link {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media only screen and (max-width: 1200px) {
  .news-item.news-main .news-item-link {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .news-item.news-main .news-item-link {
    font-size: 1.7rem;
  }
}
.news-item.news-main .news-item-link {
  margin-bottom: 1.6rem;
  order: 2;
}
.news-item.news-main .news-date {
  margin-bottom: 1.2rem;
  order: 1;
}
.news-item.news-main .news-desc {
  order: 3;
}
.news-desc {
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .news-desc {
    font-size: 1.4rem;
  }
}
.news-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -0.8rem;
  margin-right: -0.8rem;
}
.news-box-item {
  padding: 0 0.8rem;
  position: relative;
}
.news-box-item::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0%;
  transform: translate(50%, -50%);
}
.news-box-item:not(:last-child)::before {
  width: 0.1rem;
  height: 1.4rem;
  background: #88898a;
}
.news-box .author {
  margin-bottom: 0;
}
.news-label {
  background: #69A711;
  border-radius: 0.4rem;
  padding: 0.8rem 1.2rem 0.7rem;
  color: white;
  font-size: 1.4rem;
  line-height: 1.2;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
  .news-label {
    font-size: 1.2rem;
    padding: 0.6rem 0.8rem 0.5rem;
  }
}
.news-date {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
}
.news-date .icon {
  display: block;
  width: 1.3rem;
  height: 1.3rem;
  margin-right: 0.6rem;
}
.news-date .text {
  color: #444444;
  opacity: 0.8;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  opacity: 0.8;
}
@media screen and (max-width: 600px) {
  .news-date .text {
    font-size: 1.2rem;
  }
}
.news-list {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: repeat(3, 1fr);
  margin-left: calc(var(--pdGen) * -1);
  margin-right: calc(var(--pdGen) * -1);
}
@media screen and (max-width: 600px) {
  .news-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.news-sc {
  padding: 2rem 0;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.1019607843);
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1019607843);
}

.news2-item-img {
  display: block;
  padding-top: calc((211 / 282) * 100%);
  position: relative;
  overflow: hidden;
}
.news2-item-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.news2-item .desc {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #444444;
  margin-bottom: 2.4rem;
}
@media (min-width: 1201px) {
  .news2-item:hover .news2-item-img img {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
.news2-main .news2-item-wrap {
  display: block;
  position: relative;
  overflow: hidden;
}
.news2-main .news2-item-img {
  padding-top: 61.0425240055%;
}
.news2-main .news2-item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(118, 49, 120, 0.8);
  display: block;
  padding: calc(var(--pdGen) * 3);
  max-width: 40.8rem;
  border-radius: 0.4rem;
}
.news2-main .newsct-date {
  color: rgba(255, 255, 255, 0.5);
}
.news2-main .news2-item-link {
  font-size: 2rem;
  line-height: 1.3;
  color: white;
  transition: 0.3s ease-in-out;
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 1200px) {
  .news2-main .news2-item-link {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .news2-main .news2-item-link {
    font-size: 1.6rem;
  }
}
@media (min-width: 1201px) {
  .news2-main .news2-item-link:hover {
    color: #72c595;
  }
}
.news2-main .desc {
  color: #ffffff;
  opacity: 0.7;
  margin-bottom: 0.4rem;
}
.news2-main .readmore .text {
  color: white;
}
.news2-main .readmore .icon {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.news2-list .news2-item {
  margin-bottom: 4rem;
}
@media screen and (max-width: 1201px) {
  .news2-list .news2-item {
    margin-bottom: 2rem;
  }
}

.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: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2.4rem;
  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 -2rem;
}
@media screen and (max-width: 1200px) {
  .reviews-filter-list {
    padding-left: 0;
    padding-right: 0;
  }
}
.reviews-filter-item {
  padding: 0.6rem 2rem;
}
.reviews-filter-item .text {
  padding: 0.5rem 1rem 0.4rem;
  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;
  border: 0.1rem solid rgba(0, 0, 0, 0.2);
}
.reviews-filter-item.active .text {
  border: 1px solid #1662B9;
  color: #1662B9;
}
.reviews-score {
  width: 22.2222222222%;
}
@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: #1662B9;
}
.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 {
  background: #e8f6ff;
  border: 0.1rem solid rgba(0, 0, 0, 0.2);
  border-radius: 1.2rem;
  /* 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.1rem solid rgba(0, 0, 0, 0.2);
}
.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;
  line-height: 1.2;
}
.reviews-post-content textarea {
  width: 100%;
  height: 6rem;
}
.reviews-rating {
  padding-top: 3.3rem;
}
.reviews-rating textarea {
  padding: 0 0.5rem 0.5rem;
}
.reviews-rating textarea::placeholder {
  text-align: center;
}
.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;
}
.list-chooesed {
  padding: 2rem 1.5rem;
}
.list-chooesed-wrap {
  border: 0.1rem dashed rgba(0, 0, 0, 0.2);
  padding: 1.5rem;
}
.upload-result-img-inner {
  position: relative;
  height: 100%;
  border: 0.1rem solid rgba(0, 0, 0, 0.2);
}
.upload-result-img-inner .media {
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
}
.upload-result-img-inner .media img,
.upload-result-img-inner .media video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.upload-result-img .upload-close {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: 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;
  color: red;
}
.upload-result-img .upload-close i {
  margin-bottom: -0.2rem;
}
.upload-result-img.add-more .upload-result-img-inner {
  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.1rem dashed rgba(0, 0, 0, 0.2);
  cursor: pointer;
  font-size: 2.4rem;
  font-size: 900;
  color: #69A711;
}

.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 {
  line-height: 1.2;
}
.tb-row .tb-row .tb-col {
  padding-top: 1.5rem;
  padding-bottom: 1.4rem;
}
.tb-row .tb-row .tb-col:first-child {
  width: 19rem;
  font-weight: 600;
}
.tb-row .tb-row .tb-col:nth-child(2) {
  flex: 1;
}
.tb > .tb-row {
  position: relative;
}
@media screen and (max-width: 800px) {
  .tb > .tb-row > .tb-col {
    width: 100%;
  }
}
.tb > .tb-row::before {
  position: absolute;
  content: "";
  width: calc(100% - var(--pdGen) * 2);
  border-bottom: 0.1rem solid #e0e0e0;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

@media screen and (max-width: 1350px) {
  .glr .swiper-navigation.pri.next {
    top: auto;
    right: 50%;
    bottom: 0;
    transform: translate(calc(100% + var(--pdGen)), 0);
  }
}
@media screen and (max-width: 1350px) {
  .glr .swiper-navigation.pri.prev {
    top: auto;
    left: 50%;
    bottom: 0;
    transform: translate(calc(-100% - var(--pdGen)), 0);
  }
}
.glr-sl {
  padding-bottom: 4rem;
}
.glr-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
  grid-template-rows: repeat(2, 1fr);
}
.glr-item {
  margin-bottom: var(--pdGen2);
}
@media screen and (max-width: 400px) {
  .glr-item {
    padding: 0 0.4rem;
    margin-bottom: 0.8rem;
  }
}
.glr-item.w-2.h-2 {
  grid-column: auto/span 2;
  grid-row: auto/span 2;
  margin-bottom: 0;
}
.glr-item-wrap {
  border-radius: 1.2rem;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .glr-item-wrap {
    border-radius: 0.8rem;
  }
}
.glr-item-wrap .img-inner {
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
}
.glr-item-wrap .img-inner::before {
  pointer-events: none;
  background: rgba(55, 173, 177, 0.4);
}
.glr-item-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.glr-item-wrap .content {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  bottom: 0;
  width: 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;
  flex-direction: column;
  pointer-events: none;
}
.glr-item-wrap .content .icon {
  display: block;
  width: 5.8rem;
  height: 5.8rem;
  position: relative;
  margin-bottom: 1.6rem;
  transform: translateY(7rem);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.glr-item-wrap .content .name {
  font-weight: 700;
  color: white;
  transform: translateY(7rem);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1201px) {
  .glr-item:hover .content .icon, .glr-item:hover .content .name {
    opacity: 1;
    transform: none;
  }
  .glr-item:hover .content .name {
    transition-delay: 0.15s;
  }
}

.decor-1 {
  width: 40.5092592593%;
  top: 0;
  bottom: 0;
  left: calc((100vw - 120rem) / 2);
  transform: translateX(-35%);
  z-index: -1;
  max-width: 70rem;
}
.decor-1 img {
  display: block;
}
.decor-2 {
  width: 28.1828703704%;
  right: calc((100vw - 120rem) / 2);
  transform: translateX(50%);
  bottom: 0;
  max-width: 47.8rem;
}
.decor-3 {
  top: 0;
  left: 0;
}
.decor-3.other {
  transform: scale(1.5);
  transform-origin: left top;
}
.decor-4 {
  top: 10%;
  left: -14%;
}
@media screen and (max-width: 1024px) {
  .decor-4 {
    top: 50%;
    left: auto;
    right: 10%;
    transform: translateY(-50%);
  }
}

.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: #69A711;
}
@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: #88898A;
  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: #88898A;
  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;
  }
}

.countup {
  background: #e51515;
  border-radius: 1.2rem;
  color: white;
  padding: 4.5rem 8.8rem;
  position: relative;
}
@media screen and (max-width: 1201px) {
  .countup {
    padding: 3.2rem 4rem;
  }
}
@media screen and (max-width: 600px) {
  .countup {
    padding: 2.4rem;
  }
}
.countup::before {
  position: absolute;
  content: "";
  width: 0.1rem;
  height: 5.4rem;
  background: white;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 450px) {
  .countup::before {
    width: calc(100% - 2.4rem);
    max-width: 20rem;
    height: 0.1rem;
  }
}
@media screen and (max-width: 450px) {
  .countup-item {
    width: 100%;
  }
  .countup-item:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.countup-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;
}
.countup-num {
  font-weight: 600;
  font-size: 5rem;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1200px) {
  .countup-num {
    font-size: 4.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .countup-num {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 600px) {
  .countup-num {
    font-size: 2.8rem;
  }
}
.countup-text {
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .countup-text {
    font-size: 1.4rem;
  }
}

.woocommerce .quantity input.qty {
  border: none;
  border-radius: unset;
  width: 6.4rem;
  padding: 0 0.5rem;
  -moz-appearance: textfield;
}
.woocommerce .quantity input.qty::-webkit-outer-spin-button, .woocommerce .quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.woocommerce .cart a.remove {
  display: inline-block;
}

.Catelogy-cate-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.Catelogy-cate-item {
  padding: 1.6rem 0;
  border-bottom: 0.1rem solid #E6E6E6;
  user-select: none;
}
.Catelogy-cate-icon {
  font-size: 1.2rem;
}
.Catelogy-sub {
  display: none;
}
.Catelogy-sub-wrap {
  padding-top: 1rem;
}

.animation-img {
  position: relative;
  transform: scaleX(0);
  transition: transform 0.5s ease-in-out;
}
.animation-img::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: #eaeae5;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: all 0.5s 0.3s ease-in-out;
}
.animation-img.Rtl {
  right: 0;
  transform-origin: left;
}
.animation-img.Rtl::before {
  left: 0;
}
.animation-img.Ltr {
  left: 0;
  transform-origin: right;
}
.animation-img.Ltr::before {
  right: 0;
}
.animation-img.active {
  transform: scaleX(1);
}
.animation-img.active.Rtl {
  transform-origin: right;
}
.animation-img.active.Ltr {
  transform-origin: left;
}
.animation-img.active::before {
  width: 0;
}

@keyframes changeWidth {
  0% {
    max-width: 0;
  }
  100% {
    max-width: 100%;
  }
}
.txt-ani {
  display: block;
}
.txt-ani.ani-opa .txt-ani-item > p .letter {
  opacity: 0;
}
.txt-ani.ani-up .txt-ani-item > p .letter {
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 50%);
}
.txt-ani.ani-down .txt-ani-item > p .letter {
  opacity: 0;
  visibility: hidden;
  transform: translate(0, -50%);
}
.txt-ani.ani-left .txt-ani-item > p .letter {
  opacity: 0;
  visibility: hidden;
  transform: translate(-2rem, 0);
}
.txt-ani.ani-right .txt-ani-item > p .letter {
  opacity: 0;
  visibility: hidden;
  transform: translate(2rem, 0);
}
.txt-ani-item {
  display: inline-block;
}
.txt-ani-item > p {
  display: inline-flex;
}
.txt-ani-item > p > span {
  display: inline-block;
  overflow: hidden;
}
.txt-ani-item > p .letter {
  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;
  display: inline-block;
  pointer-events: none;
}
.txt-ani-item > p .letter.run {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translate(0, 0) !important;
}
.txt-ani.ani-none-hidden .txt-ani-item > p > span {
  overflow: visible !important;
}
.txt-ani.animated.ani-right .letter {
  animation: txtAnimatedRight 0.3s ease-in-out infinite;
  opacity: initial !important;
  visibility: initial !important;
  transform: initial !important;
}

@keyframes txtAnimatedRight {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.txt-ani-second {
  display: block;
  overflow: hidden;
}
.txt-ani-second.ani-up .txt-ani-second-item {
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 50%);
}
.txt-ani-second.ani-down .txt-ani-second-item {
  opacity: 0;
  visibility: hidden;
  transform: translate(0, -50%);
}
.txt-ani-second.ani-left .txt-ani-second-item {
  opacity: 0;
  visibility: hidden;
  transform: translate(-100%, 0);
}
.txt-ani-second.ani-right .txt-ani-second-item {
  opacity: 0;
  visibility: hidden;
  transform: translate(100%, 0);
}
.txt-ani-second-item {
  display: inline-block;
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
  transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
}
.txt-ani-second-item.run {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translate(0, 0) !important;
}
.txt-ani-second.ani-none-hidden {
  overflow: initial;
}

.load-img {
  position: relative;
  overflow: hidden;
}
.load-img::before, .load-img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 10;
}
.load-img img {
  opacity: 0;
  transition: 0.3s ease-in-out;
  transition-delay: 0.4s;
}
.load-img:before {
  background-color: #1662B9;
}
.load-img:after {
  background: linear-gradient(180deg, #866739 -58.82%, #EAD488 19.91%, #987831 124.51%);
  animation-delay: 0.5s;
}
.load-img.is-inview img {
  opacity: 1;
}
.load-img.is-inview:before {
  animation: revealRTL 1.2s ease;
}
.load-img.is-inview:after {
  animation: revealRTL 0.6s 0.6s ease;
}

.load-img-second {
  position: relative;
  overflow: hidden;
  line-height: 1;
}
.load-img-second::before {
  position: absolute;
  content: "";
  inset: 0;
  background-color: #f8f8f8;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform: translate(0);
  transition: 0.8s ease-out;
  -webkit-transition: 0.8s ease-out;
  -moz-transition: 0.8s ease-out;
  -ms-transition: 0.8s ease-out;
  -o-transition: 0.8s ease-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  pointer-events: none;
  z-index: 3;
}
.load-img-second::after {
  position: absolute;
  content: "";
  inset: 0;
  background-color: #f8f8f8;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform: translate(0);
  transition: 0.8s ease-out;
  -webkit-transition: 0.8s ease-out;
  -moz-transition: 0.8s ease-out;
  -ms-transition: 0.8s ease-out;
  -o-transition: 0.8s ease-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  pointer-events: none;
  z-index: 3;
}
.load-img-second.is-inview::after {
  transform: translate(0, -110%);
}
.load-img-second.is-inview::before {
  transform: translate(0, 110%);
}

.load-img-third {
  position: relative;
  overflow: hidden;
}
.load-img-third img {
  transform: translateY(-20px);
  opacity: 0;
  transition: 1.2s ease;
  -webkit-transition: 1.2s ease;
  -moz-transition: 1.2s ease;
  -ms-transition: 1.2s ease;
  -o-transition: 1.2s ease;
  transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -o-transition-delay: 1s;
}
.load-img-third.is-inview::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 100%;
  left: 0;
  margin-bottom: -10px;
  background-color: #e2dbc0;
  z-index: 3;
  animation: 1s reveal-img-before cubic-bezier(0.6, 0, 0.195, 1);
  animation-delay: 0.3s;
}
.load-img-third.is-inview img {
  transform: translate(-50%, -50%);
  opacity: 1;
  display: block;
}
.load-img-third.second.is-inview img {
  transform: translateY(0);
  opacity: 1;
  display: block;
}

.load-map {
  position: relative;
  overflow: hidden;
  line-height: 1;
}
.load-map::before {
  position: absolute;
  content: "";
  inset: 0;
  background-color: #f8f8f8;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform: translate(0);
  transition: 1.2s ease;
  -webkit-transition: 1.2s ease;
  -moz-transition: 1.2s ease;
  -ms-transition: 1.2s ease;
  -o-transition: 1.2s ease;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  pointer-events: none;
  z-index: 3;
}
.load-map::after {
  position: absolute;
  content: "";
  inset: 0;
  background-color: #f8f8f8;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform: translate(0);
  transition: 1.2s ease;
  -webkit-transition: 1.2s ease;
  -moz-transition: 1.2s ease;
  -ms-transition: 1.2s ease;
  -o-transition: 1.2s ease;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  pointer-events: none;
  z-index: 3;
}
.load-map.is-inview::after {
  transform: translate(0, -110%);
}
.load-map.is-inview::before {
  transform: translate(0, 110%);
}

.text-effect {
  transition: all 0.1s ease-in-out;
}
@media screen and (min-width: 801px) {
  .text-effect {
    opacity: 0;
  }
}
@media screen and (min-width: 801px) {
  .text-effect.is-inview {
    opacity: 1;
    -webkit-animation: focus-in-expand 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: focus-in-expand 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  }
}

@keyframes reveal-img-before {
  0% {
    top: 0;
    right: 100%;
    bottom: 100%;
    margin-bottom: -10px;
  }
  40% {
    top: 0;
    right: 0;
    bottom: 100%;
    margin-bottom: -10px;
  }
  60% {
    top: 0;
  }
  80% {
    right: 0;
    bottom: -1px;
    margin-bottom: 0;
  }
  100% {
    top: 100%;
    right: 0;
    bottom: -1px;
    margin-bottom: 0;
  }
}
@keyframes imgLoad {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    transform: translate3D(-100%, 0, 0);
  }
  100% {
    transform: translate3D(0, 0, 0);
  }
}
@keyframes slide-out-right {
  0% {
    transform: translate3D(0, 0, 0);
  }
  100% {
    transform: translate3D(100%, 0, 0);
  }
}
@keyframes slide-in-right-50 {
  0% {
    transform: translate3D(-50%, 0, 0);
  }
  100% {
    transform: translate3D(0, 0, 0);
  }
}
@keyframes slide-in-left {
  0% {
    transform: translate3D(100%, 0, 0);
  }
  100% {
    transform: translate3D(0, 0, 0);
  }
}
@keyframes slide-out-left {
  0% {
    transform: translate3D(0, 0, 0);
  }
  100% {
    transform: translate3D(-100%, 0, 0);
  }
}
@keyframes slide-in-top {
  0% {
    transform: translate3D(0, -100%, 0);
  }
  100% {
    transform: translate3D(0, 0, 0);
  }
}
@keyframes slide-out-left-50 {
  0% {
    transform: translate3D(0, 0, 0);
  }
  100% {
    transform: translate3D(-50%, 0, 0);
  }
}
@keyframes slide-in-left-50 {
  0% {
    transform: translate3D(50%, 0, 0);
  }
  100% {
    transform: translate3D(0, 0, 0);
  }
}
@keyframes revealRTL {
  0% {
    width: 0;
    right: 0;
  }
  65% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}
@-webkit-keyframes focus-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes focus-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}
.brand-item {
  border: 0.2rem solid #1662B9;
}
.brand-item-wrap {
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
}
.brand-item-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1201px) {
  .brand-item-wrap:hover img {
    transform: translate(-50%, -50%) scale(1.2);
  }
}
.brand .swiper-slide:not(:last-child) .brand-item {
  border-right: 0.2rem solid transparent;
}
.brand .swiper-slide:last-child .brand-item {
  border-left: 0.2rem solid transparent;
}
.brand .swiper-slide:nth-last-child(2) .brand-item {
  border-right: 0.2rem solid #1662B9;
}

.gen-top {
  align-items: baseline;
}
@media screen and (max-width: 600px) {
  .gen-top-item {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.gen-top-item:last-child {
  flex: 1;
}

.genTop .swiper-pagination {
  margin-top: 0;
}

.type-list {
  justify-content: flex-end;
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
@media screen and (max-width: 600px) {
  .type-list {
    justify-content: flex-start;
  }
}
.type-item {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.type-item:hover .type-text {
  color: rgba(105, 167, 17, 0.8);
}
.type-item.active .type-text::before {
  width: 100%;
}
.type-item.active .type-checkbox {
  background: #1662B9;
}
.type-item-text {
  color: #555A5A;
  font-weight: 700;
}
.type-checkbox {
  border: 0.1rem solid #D9D9D9;
  border-radius: 0.2rem;
  width: 2.6rem;
  height: 2.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;
  padding: 0.5rem;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: -0.2rem;
  margin-right: 1rem;
}
.type-text {
  cursor: pointer;
  font-weight: 700;
  color: #1662B9;
  transition: all 0.3s ease-in-out;
}

.genSec {
  background: #f5f5f5;
}
.genSec.other {
  background: white;
}
.genSec.other-2 {
  background: white;
}
.genSec-sidebar {
  width: 25%;
}
@media screen and (min-width: 1202px) {
  .genSec-sidebar {
    padding-right: 5.6rem;
  }
}
@media screen and (max-width: 1201px) {
  .genSec-sidebar {
    width: 100%;
  }
}
.genSec-sidebar .sidebar {
  margin-bottom: 1.8rem;
}
.genSec-wrap {
  width: 75%;
}
@media screen and (max-width: 1201px) {
  .genSec-wrap {
    width: 100%;
  }
}
.genSec-decor {
  width: 100%;
  bottom: 0;
  transform: translateY(50%);
}
.genSec-container {
  position: relative;
}
@media screen and (max-width: 1201px) {
  .genSec-container {
    flex-direction: column-reverse;
  }
}
.genSec-title {
  font-weight: 600;
  font-size: 4rem;
  line-height: 1.2;
}
@media only screen and (max-width: 1200px) {
  .genSec-title {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .genSec-title {
    font-size: 2.7rem;
  }
}
.genSec-content .content p {
  margin: 3rem 0;
}
.genSec-content .content img {
  margin: 3rem 0;
  border-radius: 1.2rem;
}
@media screen and (max-width: 1201px) {
  .genSec.other .genSec-container {
    flex-direction: column;
  }
}
@media screen and (max-width: 1201px) {
  .genSec .side-fixed-wrap {
    padding: 5rem 0;
  }
}

.policySec {
  background: white;
  padding-top: 1.8rem;
}
.policySec .sidebar-wrap {
  border: none;
}
.policySec .sidebar-content {
  background: #EEF8F8;
  padding: 2.4rem 0;
}
.policySec-box {
  margin-bottom: 3.2rem;
}
.policySec-title {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.2;
  color: #212233;
  margin: 0;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 1200px) {
  .policySec-title {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .policySec-title {
    font-size: 1.6rem;
  }
}
.policySec .content {
  color: #696969;
}
.policySec .content ul {
  margin-left: 2.8rem;
}
.policySec .content ul li {
  list-style: disc;
}
.policySec .proFilter-cate-open {
  margin-left: 0;
}
.policySec .proFilter-cate-open .icon {
  width: 3.2rem;
}

.ctl {
  background: #F4F4F4;
  border-radius: 1.2rem;
  padding: 2.4rem 2rem 5.6rem;
  position: relative;
}
.ctl-img {
  max-width: 19.6rem;
  margin-left: auto;
  margin-right: auto;
}
.ctl .btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}

.about-image .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
  width: auto;
  height: auto;
  color: white;
}
.about-image .logo .text {
  display: block;
  margin-bottom: 1rem;
}
.about-content-left {
  width: 41.6666666667%;
}
.about-content-left .content p {
  margin-bottom: calc(var(--pdGen2));
  font-weight: 500;
}
.about-content-right {
  flex: 1;
}
.about-content-box {
  flex: 1;
}
.about-content .txt {
  font-size: 1.4rem;
}

.noti-pu .popup-main {
  max-width: 67rem;
}
.noti-pu .popup-wrapper {
  padding: var(--pdGen2);
}
.noti-top {
  padding: var(--pdGen2) 0;
}
.noti-top .tit {
  font-size: 2.4rem;
  margin-right: 1rem;
}
@media only screen and (max-width: 1200px) {
  .noti-top .tit {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .noti-top .tit {
    font-size: 1.7rem;
  }
}
.noti-top .text-inner {
  font-size: 4rem;
}
@media only screen and (max-width: 1200px) {
  .noti-top .text-inner {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .noti-top .text-inner {
    font-size: 2.7rem;
  }
}
.noti-top .order {
  font-size: 2.4rem;
}
@media only screen and (max-width: 1200px) {
  .noti-top .order {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .noti-top .order {
    font-size: 1.7rem;
  }
}
.noti-box {
  padding: var(--pdGen2) 0;
  background: #FFFFFF;
  box-shadow: 0px 1.8rem 3rem rgba(135, 115, 78, 0.15);
}
.noti-box-left {
  flex: 1;
}
.noti-box-left .tit {
  font-weight: 700;
  font-size: 3.2rem;
}
@media only screen and (max-width: 1200px) {
  .noti-box-left .tit {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .noti-box-left .tit {
    font-size: 2.2rem;
  }
}
.noti-box-right {
  width: 23.2rem;
}
.noti-box-content {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.3;
}
@media only screen and (max-width: 1200px) {
  .noti-box-content {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .noti-box-content {
    font-size: 1.5rem;
  }
}
.noti-box-content .text-big {
  font-size: 2.4rem;
}
@media only screen and (max-width: 1200px) {
  .noti-box-content .text-big {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .noti-box-content .text-big {
    font-size: 1.7rem;
  }
}
.noti-box-content p,
.noti-box-content .text-nor {
  margin-bottom: var(--pdGen2);
}

.pro-item {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 800px) {
  .pro-item {
    margin-bottom: 1.2rem;
  }
}
@media screen and (max-width: 600px) {
  .pro-item {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
}
.pro-item-img {
  position: relative;
  overflow: hidden;
}
.pro-item-wrap {
  overflow: hidden;
  display: block;
  border-radius: 1.2rem;
  transition: unset;
  position: relative;
}
@media screen and (max-width: 800px) {
  .pro-item-wrap {
    border-radius: 0.8rem;
  }
}
.pro-item-img {
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
}
.pro-item-img::before {
  position: absolute;
  content: "";
  width: calc(100% - 5rem);
  height: calc(100% - 5rem);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 109.13%);
  border-radius: 1.2rem;
  z-index: 11;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.5);
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.pro-item-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro-item-bottom {
  background: #F5F5F5;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  transition: background 0.3s ease-in-out;
  align-items: center;
}
@media screen and (max-width: 1201px) {
  .pro-item-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    background-color: rgba(0, 151, 156, 0.631372549);
  }
}
.pro-item-name {
  padding: 1.5rem 2.8rem 1.4rem;
  position: relative;
  left: 50%;
  width: fit-content;
  transform: translateX(-50%);
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1201px) {
  .pro-item-name {
    color: #ffffff;
  }
}
@media screen and (max-width: 1201px) {
  .pro-item-name {
    left: 0;
    transform: translateX(0);
    padding: 0.8rem 1.2rem 0.7rem;
  }
}
@media screen and (max-width: 600px) {
  .pro-item-name {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 500px) {
  .pro-item-name {
    padding: 0.4rem 0.4rem 0.3rem;
  }
}
.pro-item-name .text-inner {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pro-item-eye {
  width: 0rem;
  opacity: 0;
  height: 5rem;
  padding: 1.3rem;
  transition: all 0.3s ease-in-out;
  flex-shrink: 0;
}
@media screen and (max-width: 1201px) {
  .pro-item-eye {
    width: 5rem;
    opacity: 1;
    background: transparent;
  }
}
@media screen and (max-width: 800px) {
  .pro-item-eye {
    width: 4rem;
    height: 4rem;
    padding: 0.8rem;
  }
}
@media screen and (max-width: 500px) {
  .pro-item-eye {
    padding: 0rem;
    padding-right: 0.4rem;
    width: 2.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;
  }
}
@media screen and (max-width: 500px) {
  .pro-item-eye {
    width: 2rem;
  }
}
@media (min-width: 1201px) {
  .pro-item:hover .pro-item-bottom {
    background: #1662B9;
  }
  .pro-item:hover .pro-item-name {
    color: white;
  }
  .pro-item:hover .pro-item-eye {
    width: 5rem;
    background: #69A711;
    opacity: 1;
  }
  .pro-item:hover .pro-item-name {
    left: 0;
    transform: translateX(0);
  }
  .pro-item:hover .pro-item-img::before {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
.pro-item.pro-catalogue {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .pro-item.pro-catalogue {
    width: 66.6666666667%;
  }
}
@media screen and (max-width: 700px) {
  .pro-item.pro-catalogue {
    width: 100%;
  }
}
.pro-item.pro-catalogue .pro-item-wrap {
  height: 100%;
}
.pro-item.pro-catalogue .pro-item-img {
  padding-top: 50%;
  height: 100%;
}
@media screen and (max-width: 400px) {
  .pro-item.pro-catalogue .pro-item-img {
    padding-top: 100%;
  }
}
.pro-item.pro-catalogue .pro-item-ctl {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.8rem 1.2rem;
}
.pro-item.pro-catalogue .text-inner {
  position: relative;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.7;
  z-index: 5;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.pro-item.pro-catalogue .text-inner .icon {
  width: 1.2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  transform: rotate(-90deg);
  margin-top: 0.3rem;
}
.pro-item.pro-catalogue .text-inner::before {
  position: absolute;
  content: "";
  width: 38rem;
  height: 38rem;
  background: #EEF8F8;
  border-radius: 50%;
  z-index: -1;
  top: -3rem;
  left: -10rem;
  webkit-box-shadow: 2rem -1.5rem 0rem 0.8rem #1662B9;
  box-shadow: 2rem -1.5rem 0rem 0.8rem #1662B9;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1201px) {
  .pro-item.pro-catalogue:hover .text-inner {
    color: #69A711;
  }
  .pro-item.pro-catalogue:hover .text-inner::before {
    transform: scale(3.2);
    opacity: 0.8;
    border-radius: 0;
  }
}
.pro-list .pro-item {
  width: 25%;
}
@media screen and (max-width: 1024px) {
  .pro-list .pro-item {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 700px) {
  .pro-list .pro-item {
    width: 50%;
  }
}
@media screen and (max-width: 320px) {
  .pro-list .pro-item {
    width: 100%;
  }
}
.pro-list .pro-item.pro-catalogue {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .pro-list .pro-item.pro-catalogue {
    width: 66.6666666667%;
  }
}
@media screen and (max-width: 700px) {
  .pro-list .pro-item.pro-catalogue {
    width: 100%;
  }
}
.pro-list .pro-item.pro-catalogue .pro-item-wrap {
  height: 100%;
}
.pro-list .pro-item.pro-catalogue .pro-item-img {
  padding-top: 50%;
  height: 100%;
}
@media screen and (max-width: 400px) {
  .pro-list .pro-item.pro-catalogue .pro-item-img {
    padding-top: 100%;
  }
}
.pro-box .call-icon {
  margin-left: 0.4rem;
}

.proCate {
  padding-bottom: 4rem;
}
@media screen and (max-width: 1350px) {
  .proCate {
    padding-bottom: 7rem;
  }
}
.proCate .swiper {
  margin: -0.3rem;
}
.proCate .swiper-wrapper {
  padding: 0.3rem;
}
@media screen and (max-width: 1350px) {
  .proCate .swiper-navigation.pri.next {
    left: 50%;
    bottom: 0;
    top: auto;
    right: auto;
  }
}
@media screen and (max-width: 1350px) {
  .proCate .swiper-navigation.pri.prev {
    right: 50%;
    bottom: 0;
    top: auto;
    left: auto;
  }
}
.proCate .tc-item-img {
  margin-left: auto;
  margin-right: auto;
}

.recruit-addr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem;
}
.recruit-addr .icon {
  display: block;
  width: 1.6rem;
  margin-right: 1rem;
}
.recruit-addr .text {
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .recruit-addr .text {
    font-size: 1.4rem;
  }
}
.recruit-info-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.recruit-info-item:not(:last-child) {
  margin-bottom: 0.8rem;
}
.recruit-info-item .icon {
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 1rem;
  display: block;
  margin-top: 0.4rem;
}
.recruit-info-item .tit {
  display: block;
  font-weight: 600;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 600px) {
  .recruit-info-item .tit {
    font-size: 1.4rem;
  }
}
.recruit-info-item .txt {
  display: block;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.2;
}
@media screen and (max-width: 600px) {
  .recruit-info-item .txt {
    font-size: 1.2rem;
  }
}
.recruit-item-img {
  display: block;
  padding-top: calc((212 / 282) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 0.4rem;
}
.recruit-item-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.recruit-item-content {
  position: relative;
  padding: 4rem 1.2rem 0;
}
.recruit-item-link {
  margin-bottom: 1.6rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  color: #363639;
  opacity: 0.8;
  display: block;
}
@media only screen and (max-width: 1200px) {
  .recruit-item-link {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .recruit-item-link {
    font-size: 1.6rem;
  }
}
@media (min-width: 1201px) {
  .recruit-item:hover .recruit-item-img img {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
.recruit-search {
  background: #FFFFFF;
  border-radius: 1.2rem;
  padding: 0.8rem 2.4rem;
  max-width: 89rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  margin-top: 3.2rem;
}
@media screen and (max-width: 800px) {
  .recruit-search {
    display: none;
    width: calc(100% - 1.6rem);
  }
}
@media screen and (max-width: 600px) {
  .recruit-search {
    padding: 0.8rem 1.2rem;
  }
}
.recruit-search-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .recruit-search-wrap {
    flex-direction: column;
  }
}
.recruit-search-list {
  flex: 1;
}
@media screen and (max-width: 800px) {
  .recruit-search-list {
    margin-right: 2.4rem;
  }
}
.recruit-search-title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
}
.recruit-search-title .icon {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 1.2rem;
}
.recruit-search-title .text {
  font-weight: 700;
}
.recruit-search-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .recruit-search-list {
    flex-direction: column;
  }
}
@media screen and (max-width: 600px) {
  .recruit-search-list {
    width: 100%;
    margin: 0;
  }
}
.recruit-search-item {
  flex: 1;
  padding: 1.6rem 0.8rem;
}
@media screen and (max-width: 800px) {
  .recruit-search-item {
    border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
    padding: 1.2rem 0.8rem;
    margin-bottom: 2.4rem;
  }
}
@media screen and (min-width: 801px) {
  .recruit-search-item:not(:last-child) {
    border-right: 0.1rem solid rgba(0, 0, 0, 0.1);
    margin-right: 1.6rem;
  }
}
.recruit-search-control {
  height: 2.4rem;
}
.recruit-search-control:has(.select2) {
  margin-right: -0.8rem;
  margin-left: -2.4rem;
}
.recruit-search-control .select2-container--default .select2-selection--single {
  background-color: transparent;
}
.recruit-search-control .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 2.4rem;
}
.recruit-search-control .select2-container--default .select2-selection--single {
  height: 2.4rem;
  border: none;
}
.recruit-search-control .select2-container {
  height: 2.4rem;
}
.recruit-search-control .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 0.8rem;
}
.recruit-search-input {
  height: 100%;
}
.recruit-search-btn .btn-search {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 12rem;
  background: #69A711;
  display: block;
  padding: 1.2rem;
}
@media screen and (max-width: 600px) {
  .recruit-search-btn .btn-search {
    width: 100%;
    margin-bottom: 1.2rem;
  }
}
@media screen and (max-width: 600px) {
  .recruit-search-btn {
    width: 100%;
  }
}
.recruit-mb .recruit-search {
  box-shadow: 0rem 0.4rem 4rem rgba(0, 0, 0, 0.1);
  margin-top: 1rem;
  margin-bottom: 3rem;
  display: none;
}
@media screen and (max-width: 800px) {
  .recruit-mb .recruit-search {
    display: block;
  }
}

.recruitment-item {
  margin-bottom: var(--pdGen2);
}
@media screen and (max-width: 1024px) {
  .recruitment-item {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 1024px) {
  .recruitment-item {
    width: 50%;
  }
}
@media screen and (max-width: 550px) {
  .recruitment-item {
    width: 100%;
  }
}
.recruitment-item-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.recruitment-item-img {
  width: 7.8rem;
  height: 7.8rem;
  display: block;
  margin-right: var(--pdGen2);
  flex-shrink: 0;
  position: relative;
  border-radius: 0.4rem;
  overflow: hidden;
}
.recruitment-item-img .img-inner {
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
  overflow: hidden;
  width: 100%;
}
.recruitment-item-img .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recruitment-item-img .text {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 3rem);
  font-weight: 500;
  font-size: 1.2rem;
  flex-wrap: nowrap;
  width: 100%;
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.recruitment-item-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -150%);
  background: #FFFFFF;
  opacity: 0.8;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.recruitment-item-link {
  font-weight: 700;
  margin-bottom: 1.2rem;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.recruitment-item-content {
  flex: 1;
}
.recruitment-item-info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.recruitment-item-info .icon {
  width: 1.4rem;
  margin-right: 0.5rem;
}
.recruitment-item-info .text {
  font-size: 1.2rem;
  line-height: 1.3;
  opacity: 0.7;
}
.recruitment-item-info:not(:last-child) {
  margin-bottom: 1.2rem;
}
@media (min-width: 1201px) {
  .recruitment-item:hover .recruitment-item-img::before {
    transform: translate(-50%, -50%);
  }
  .recruitment-item:hover .recruitment-item-img .text {
    transform: translate(-50%, -50%);
    opacity: 1;
    transition-delay: 0.2s;
  }
}

.recruit2-item-wrap {
  border-radius: 0.4rem;
  background: #F2F2F2;
}
.recruit2-item-content {
  padding: var(--pdGen2);
}
.recruit2-item-img {
  display: block;
  border-radius: 0.4rem;
  overflow: hidden;
  position: relative;
}
.recruit2-item-img .img-inner {
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
}
.recruit2-item-img .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.recruit2-item-btn {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -7rem);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.recruit2-item-info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: var(--pdGen2);
}
.recruit2-item-info:not(:last-child) {
  margin-bottom: 1.2rem;
}
.recruit2-item-info .icon {
  margin-right: 0.5rem;
  width: 1.4rem;
  display: block;
  filter: brightness(0);
  -webkit-filter: brightness(0);
}
.recruit2-item-info .content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 1.2rem;
  align-items: center;
}
.recruit2-item-info .tit {
  margin-right: 0.6rem;
  white-space: nowrap;
}
.recruit2-item-info .text {
  opacity: 0.7;
}
.recruit2-item-link {
  font-weight: 700;
  display: block;
  margin-bottom: 1rem;
}
@media (min-width: 1201px) {
  .recruit2-item-link:hover {
    color: #69A711;
  }
}
@media (min-width: 1201px) {
  .recruit2-item:hover .recruit2-item-btn {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  .recruit2-item:hover .recruit2-item-img .img-inner img {
    transform: translate(-50%, -50%) scale(1.1);
  }
}

.loading-page {
  position: fixed;
  background-color: white;
  inset: 0;
  z-index: 1000;
  animation: loadingOp 3s ease-in-out forwards;
}
.loading-page-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  max-width: 20rem;
  height: 20rem;
  animation: loadingImg 2s ease-in-out forwards;
}
.loading-page-img img {
  width: 100%;
  height: 100%;
}
@keyframes loadingImg {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -50%) scale(0);
  }
}
@keyframes loadingOp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

.home-banner {
  user-select: none;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home-banner-slide-img {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.home-banner-slide-img .swiper {
  width: 100%;
  height: 100%;
}
.home-banner-slide-img .swiper .item-img-con {
  width: 100%;
  height: 100%;
  position: relative;
}
.home-banner-slide-img .swiper .item-img-con::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #2d6cb5 1.3%, rgba(19, 49, 187, 0) 90.62%);
  mix-blend-mode: multiply;
  z-index: 2;
}
.home-banner-slide-img .swiper .item-img-con img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: 100%;
}
.home-banner-slide-img .swiper .pagination-home {
  z-index: 10;
  position: absolute;
  left: 95%;
  top: 40%;
  transform: translate(-50%, -50%) rotate(90deg);
  max-width: 30rem;
}
@media only screen and (max-width: 1300px) {
  .home-banner-slide-img .swiper .pagination-home {
    top: 40%;
  }
}
@media only screen and (max-width: 1300px) {
  .home-banner-slide-img .swiper .pagination-home {
    max-width: 20rem;
  }
}
@media only screen and (max-width: 950px) {
  .home-banner-slide-img .swiper .pagination-home {
    top: 35%;
  }
}
.home-banner-slide-img .swiper .swiper-pagination-progressbar {
  background-color: white;
}
.home-banner-slide-img .swiper .number-top {
  position: absolute;
  left: 95%;
  top: 20%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1300px) {
  .home-banner-slide-img .swiper .number-top {
    top: 25%;
  }
}
@media only screen and (max-width: 950px) {
  .home-banner-slide-img .swiper .number-top {
    top: 20%;
  }
}
.home-banner-slide-img .swiper .number {
  z-index: 2;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #ffffff;
}
.home-banner-slide-img .swiper .number-bottom {
  position: absolute;
  left: 95%;
  bottom: 30%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1300px) {
  .home-banner-slide-img .swiper .number-bottom {
    bottom: 35%;
  }
}
@media only screen and (max-width: 950px) {
  .home-banner-slide-img .swiper .number-bottom {
    bottom: 35%;
  }
}
.home-banner-title {
  padding-right: 10rem;
  padding-top: 14.7rem;
  padding-bottom: 9.2rem;
  z-index: 4;
  width: 100%;
  user-select: none;
}
@media screen and (max-width: 1201px) {
  .home-banner-title {
    padding-top: 9.7rem;
    padding-bottom: 5.2rem;
  }
}
.home-banner-title .swiper {
  width: 100%;
  height: 100%;
}
.home-banner-title .swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.home-banner-title .swiper .swiper-slide .item-slide {
  width: 100%;
  height: 100%;
}
.home-banner-title .swiper .swiper-slide .item-slide .title {
  padding-bottom: 0.8rem;
}
.home-banner-title .swiper .swiper-slide .item-slide .title-text {
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.4;
  color: #ffffff;
}
@media only screen and (max-width: 1200px) {
  .home-banner-title .swiper .swiper-slide .item-slide .title-text {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .home-banner-title .swiper .swiper-slide .item-slide .title-text {
    font-size: 2.7rem;
  }
}
.home-banner-title .swiper .swiper-slide .item-slide .text {
  position: relative;
  padding-bottom: 5.4rem;
  max-width: 47.5rem;
}
.home-banner-title .swiper .swiper-slide .item-slide .text p {
  font-weight: 400;
  font-size: 4rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.7);
  max-width: 37.5rem;
  display: inline;
}
@media only screen and (max-width: 1200px) {
  .home-banner-title .swiper .swiper-slide .item-slide .text p {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .home-banner-title .swiper .swiper-slide .item-slide .text p {
    font-size: 2.7rem;
  }
}
.home-banner-title .swiper .swiper-slide .item-slide .text strong {
  white-space: nowrap;
  font-weight: 900;
  font-size: 4.8rem;
  line-height: 1.4;
  text-transform: uppercase;
  color: #69A711;
  top: 8.5rem;
  left: 32rem;
}
@media only screen and (max-width: 800px) {
  .home-banner-title .swiper .swiper-slide .item-slide .text strong {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 600px) {
  .home-banner-title {
    padding-right: 4rem;
  }
}
.home-banner-box {
  z-index: 2;
  width: 100%;
}
.home-banner-box-con {
  max-width: 102rem;
  width: 100%;
  position: relative;
}
.home-banner-box-con::before {
  content: " ";
  position: absolute;
  width: calc(100% + (100vw - 120rem) / 2);
  height: 100%;
  left: calc((100vw - 120rem) / -2);
  background-color: white;
  z-index: -1;
}
@media only screen and (max-width: 1500px) {
  .home-banner-box-con::before {
    left: -12%;
    width: calc(100% + 10rem);
  }
}
@media only screen and (max-width: 1230px) {
  .home-banner-box-con::before {
    left: -1%;
    width: 100%;
  }
}
.home-banner-box-con .swiper-slide {
  width: 33.3333333333%;
}
@media only screen and (max-width: 1200px) {
  .home-banner-box-con .swiper-slide {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .home-banner-box-con .swiper-slide {
    width: 100%;
  }
}
.home-banner-box-con .swiper-pagination {
  margin-top: 1rem;
  margin-bottom: 1.8rem;
}
.home-banner-box-con .box-con-left {
  flex: 1;
}
.home-banner-box-con .box-con-left .content {
  justify-content: center;
  padding-right: 14.2857142857%;
}
.home-banner-box-con .box-con-left .content .item-left {
  padding-top: 5rem;
  padding-bottom: 4.3rem;
}
.home-banner-box-con .box-con-left .content .item-left .note p {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #1662B9;
}
.home-banner-box-con .box-con-left .content .item-left .line-home {
  width: 0.1rem;
  height: 6rem;
  background-color: rgba(22, 98, 185, 0.3);
}
.home-banner-box-con .box-con-left .content .item-left .title {
  padding-bottom: 1.6rem;
}
.home-banner-box-con .box-con-left .content .item-left .title a {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #444444;
}
@media (min-width: 1201px) {
  .home-banner-box-con .box-con-left .content .item-left .title a:hover {
    color: #69A711;
  }
}
.home-banner-box-con .box-con-left .content .item-left .text p {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #444444;
}
@media (min-width: 1201px) {
  .home-banner-box-con .box-con-left .content .item-left .text p:hover {
    color: #69A711;
  }
}
@media only screen and (max-width: 800px) {
  .home-banner-box-con .box-con-left .content .item-left {
    padding-top: 2rem;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 1230px) {
  .home-banner-box-con .box-con-left .content {
    padding-right: 0;
  }
}
.home-banner-box-con .box-con-right {
  width: 25%;
  padding-top: 6.5rem;
  padding-bottom: 8.2rem;
  background-color: #1662B9;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.home-banner-box-con .box-con-right::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 80%;
  top: 0;
  left: 0;
  border-radius: 50% 50% 49% 51%/0% 0% 100% 100%;
  background: linear-gradient(180deg, #1662b9 0%, #14549e 100%);
}
@media only screen and (max-width: 800px) {
  .home-banner-box-con .box-con-right::before {
    display: none;
  }
}
.home-banner-box-con .box-con-right .img-icon {
  width: 7.2rem;
  height: 7.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.1rem solid white;
  border-radius: 50%;
  margin-bottom: 2.4rem;
  z-index: 2;
  animation: ring 1s ease-in-out infinite;
}
@keyframes ring {
  0% {
    transform: rotate(0) scale(1.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.1) skew(1deg);
  }
}
.home-banner-box-con .box-con-right .img-icon img {
  width: 2.9rem;
  height: 2.9rem;
}
@media only screen and (max-width: 800px) {
  .home-banner-box-con .box-con-right .img-icon {
    background-color: #1662B9;
    width: 4.2rem;
    height: 4.2rem;
  }
}
.home-banner-box-con .box-con-right .text {
  z-index: 2;
  max-width: 15.3rem;
}
.home-banner-box-con .box-con-right .text p {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width: 800px) {
  .home-banner-box-con .box-con-right .text {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .home-banner-box-con .box-con-right {
    width: 40%;
  }
}
@media only screen and (max-width: 1024px) {
  .home-banner-box-con .box-con-right {
    width: 30%;
  }
}
@media only screen and (max-width: 800px) {
  .home-banner-box-con .box-con-right {
    background-color: #1662B9;
    position: fixed;
    top: 50%;
    right: -3%;
    width: 8rem;
    height: 4rem;
    background-color: transparent;
    flex-direction: row;
  }
}
@media only screen and (max-width: 1200px) {
  .home-banner-box {
    max-width: 90rem;
  }
}
@media only screen and (max-width: 1024px) {
  .home-banner-box {
    max-width: 90rem;
  }
}
@media only screen and (max-width: 900px) {
  .home-banner-box {
    max-width: 80rem;
  }
}
@media only screen and (max-width: 800px) {
  .home-banner-box {
    max-width: 50rem;
  }
}
@media only screen and (max-width: 700px) {
  .home-banner-box {
    max-width: 35rem;
  }
}
@media only screen and (max-width: 500px) {
  .home-banner-box {
    max-width: 40rem;
  }
}

.home-location {
  padding-bottom: 6.4rem;
  overflow: hidden;
}
@media screen and (max-width: 1201px) {
  .home-location {
    padding-bottom: 1.6rem;
  }
}
.home-location .title {
  padding-bottom: 4rem;
}
@media screen and (max-width: 800px) {
  .home-location .title {
    padding-bottom: 2rem;
  }
}
.home-location .title h2 {
  text-align: center;
}
.home-location .content {
  margin-bottom: 2.4rem;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 800px) {
  .home-location .content:nth-child(2) .item-left,
  .home-location .content:nth-child(2) .item-right {
    padding-bottom: 8rem;
    padding-top: 4rem;
  }
}
@media screen and (max-width: 420px) {
  .home-location .content:nth-child(2) .item-left,
  .home-location .content:nth-child(2) .item-right {
    padding-bottom: 6rem;
    padding-top: 2.4rem;
  }
}
@media screen and (max-width: 800px) {
  .home-location .content:nth-child(3) .item-left,
  .home-location .content:nth-child(3) .item-right {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 420px) {
  .home-location .content:nth-child(3) .item-left,
  .home-location .content:nth-child(3) .item-right {
    padding-top: 6rem;
    padding-bottom: 2.4rem;
  }
}
.home-location .content .item-left {
  height: 100%;
  padding-top: 6.8em;
  padding-bottom: 8.3rem;
  padding-left: 5rem;
  padding-right: 10rem;
  background-color: rgba(105, 167, 17, 0.05);
}
.home-location .content .item-left .title {
  padding-bottom: 2.4rem;
}
.home-location .content .item-left .title p {
  text-transform: uppercase;
  text-align: left;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.4;
  color: #1662B9;
}
@media only screen and (max-width: 1200px) {
  .home-location .content .item-left .title p {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .home-location .content .item-left .title p {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 800px) {
  .home-location .content .item-left .title {
    padding-bottom: 1.6rem;
  }
}
.home-location .content .item-left .text {
  max-width: 42.5rem;
}
.home-location .content .item-left .text p {
  font-weight: 400;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.4;
  color: rgba(68, 68, 68, 0.7);
}
@media screen and (max-width: 800px) {
  .home-location .content .item-left .text p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .home-location .content .item-left .text p {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 800px) {
  .home-location .content .item-left {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.home-location .content .img-la-ban {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 23.7rem;
  height: 23.7rem;
  transform: translate(-50%, -50%);
  animation: xoayLaban 15s ease-in infinite backwards;
  background-color: white;
  border-radius: 50%;
  z-index: 2;
  padding: 1rem;
}
@keyframes xoayLaban {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  30% {
    transform: translate(-50%, -50%) rotate(-180deg);
  }
  60% {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  90% {
    transform: translate(-50%, -50%) rotate(40deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.home-location .content .img-la-ban img {
  object-fit: cover;
}
@media only screen and (max-width: 800px) {
  .home-location .content .img-la-ban {
    width: 15rem;
    height: 15rem;
  }
}
@media only screen and (max-width: 800px) {
  .home-location .content .img-la-ban {
    width: 12rem;
    height: 12rem;
  }
}
.home-location .content .item-right {
  height: 100%;
  padding-top: 6.8em;
  padding-bottom: 8.3rem;
  padding-right: 5rem;
  padding-left: 10rem;
  background-color: rgba(105, 167, 17, 0.05);
}
.home-location .content .item-right .title {
  padding-bottom: 2.4rem;
}
.home-location .content .item-right .title p {
  text-transform: uppercase;
  text-align: right;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.4;
  color: #1662B9;
}
@media only screen and (max-width: 1200px) {
  .home-location .content .item-right .title p {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .home-location .content .item-right .title p {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 800px) {
  .home-location .content .item-right .title {
    padding-bottom: 1.6rem;
  }
}
.home-location .content .item-right .text {
  float: right;
  max-width: 42.5rem;
}
.home-location .content .item-right .text p {
  text-align: right;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.4;
  color: rgba(68, 68, 68, 0.7);
}
@media screen and (max-width: 800px) {
  .home-location .content .item-right .text p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .home-location .content .item-right .text p {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 800px) {
  .home-location .content .item-right {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media only screen and (max-width: 800px) {
  .home-location .content {
    margin-bottom: 1.2rem;
  }
}

.home-bg {
  margin-bottom: 8rem;
  padding: 13.2rem 0;
  position: relative;
  overflow: hidden;
  clip-path: inset(0 0 0);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 1201px) {
  .home-bg {
    padding: 4.5rem 0;
    margin-bottom: 4rem;
  }
}
.home-bg-img {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
}
.home-bg-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background: linear-gradient(90deg, #1331bb 9.81%, rgba(19, 49, 187, 0) 67.1%);
  opacity: 0.63;
}
@media only screen and (max-width: 1200px) {
  .home-bg-img::before {
    background: radial-gradient(circle, rgba(53, 8, 236, 0.4962359944) 0%, rgb(3, 4, 97) 100%);
  }
}
.home-bg-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.home-bg .content {
  max-width: 42.7rem;
}
.home-bg .content .title {
  padding-bottom: 1.6rem;
}
.home-bg .content .title h2 {
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 1.4;
  color: white;
}
@media only screen and (max-width: 1200px) {
  .home-bg .content .title h2 {
    font-size: 4.3rem;
  }
}
@media only screen and (max-width: 800px) {
  .home-bg .content .title h2 {
    font-size: 3.3rem;
  }
}
.home-bg .content .title h2 strong {
  color: #69A711;
}
@media only screen and (max-width: 1200px) {
  .home-bg .content .title h2 {
    text-align: center;
  }
}
.home-bg .content .text {
  padding-bottom: 4rem;
}
.home-bg .content .text p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (max-width: 1200px) {
  .home-bg .content .text p {
    text-align: center;
  }
}
@media only screen and (max-width: 1200px) {
  .home-bg .content .btn {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1200px) {
  .home-bg .content {
    width: 100%;
    max-width: none;
  }
}

.home-company .title {
  padding-bottom: 5.1em;
}
@media screen and (max-width: 1201px) {
  .home-company .title {
    padding-bottom: 3.2rem;
  }
}
.home-company .title h2 {
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .home-company .title {
    padding-bottom: 3rem;
  }
}
.home-company .content .swiper {
  width: 100%;
  height: 100%;
}
.home-company .content .swiper .swiper-slide {
  width: 16.6666666667%;
}
.home-company .content .item-img {
  width: 100%;
  overflow: hidden;
}
.home-company .content .item-img img {
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 1201px) {
  .home-company .content .item-img img:hover {
    transform: scale(1.1);
  }
}

.home-build {
  overflow: hidden;
  padding-top: 8rem;
}
@media screen and (max-width: 1201px) {
  .home-build {
    padding-top: 4rem;
  }
}
.home-build-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5.6rem;
}
@media screen and (max-width: 1201px) {
  .home-build-top {
    margin-bottom: 3.2rem;
  }
}
@media screen and (max-width: 500px) {
  .home-build-top {
    margin-bottom: 2rem;
  }
}
.home-build-bottom .swiper {
  width: 100%;
  overflow: visible;
}
.home-build-bottom .swiper .swiper-wrapper {
  align-items: center;
}
.home-build-bottom .swiper .swiper-slide {
  overflow: hidden;
}
.home-build-bottom .swiper .swiper-slide-active .home-build-bottom-con-left {
  opacity: 1;
  max-width: 40rem;
  transition: all 0.5s ease-in-out;
}
.home-build-bottom .swiper .swiper-slide-active .home-build-bottom-con-left .content {
  transform: translateX(0%);
  opacity: 1;
}
.home-build-bottom .swiper .swiper-slide-active .home-build-bottom-con-right .img-item::before {
  transform: translateX(0%);
  opacity: 1;
  transition: all 0.5s 0.5s ease-in-out;
}
.home-build-bottom .swiper .swiper-slide-active .home-build-bottom-con-right .img-item::after {
  transform: translateX(100%);
  transition: all 0.5s 0.5s ease-in-out;
}
@media only screen and (max-width: 1200px) {
  .home-build-bottom .swiper .swiper-slide-active .home-build-bottom-con-right .img-item {
    opacity: 1;
  }
}
.home-build-bottom .swiper .pagination-con .swiper-navigation img {
  width: 0.9rem;
  height: 1rem;
}
.home-build-bottom-con {
  width: 83.3333333333%;
  margin: 0 auto;
  align-items: center;
  overflow: hidden;
}
@media only screen and (max-width: 1201px) {
  .home-build-bottom-con {
    position: relative;
    width: 100%;
    height: 100%;
  }
}
.home-build-bottom-con-left {
  width: 20%;
  max-width: 0;
  z-index: 10;
  position: relative;
  transition: all 0.5s 0.3s ease-in-out;
}
.home-build-bottom-con-left .content {
  margin-right: -10rem;
  transition: all 0.5s 0.5s ease-in-out;
  transform: translateX(-110%);
  opacity: 0;
}
.home-build-bottom-con-left .content .title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  color: #1662B9;
  padding-bottom: 2.4rem;
}
@media only screen and (max-width: 1200px) {
  .home-build-bottom-con-left .content .title {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .home-build-bottom-con-left .content .title {
    font-size: 1.6rem;
  }
}
.home-build-bottom-con-left .content .text {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  color: rgba(68, 68, 68, 0.8);
  padding-bottom: 2.4rem;
}
@media only screen and (max-width: 400) {
  .home-build-bottom-con-left .content .text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.home-build-bottom-con-left .content .btn {
  background-color: #1662B9;
}
@media only screen and (max-width: 800px) {
  .home-build-bottom-con-left .content {
    max-width: 60rem;
    margin-right: 0;
  }
}
@media only screen and (max-width: 800px) {
  .home-build-bottom-con-left {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    width: 100%;
    height: 100%;
    padding: 1rem;
    opacity: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 400px) {
  .home-build-bottom-con-left {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    width: 100%;
    height: 100%;
    padding: 1rem;
  }
}
.home-build-bottom-con-right {
  flex: 1;
  transition: all 0.5s linear;
}
.home-build-bottom-con-right .img-item {
  padding-top: 75.1552795031%;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.home-build-bottom-con-right .img-item::before {
  content: "";
  transition: all 0.5s linear;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 33.33%);
  z-index: 2;
}
@media only screen and (max-width: 800px) {
  .home-build-bottom-con-right .img-item::before {
    background-color: rgba(255, 255, 255, 0.5);
  }
}
.home-build-bottom-con-right .img-item::after {
  content: "";
  transition: all 0.5s linear;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(22, 98, 185, 0.5);
  z-index: 2;
}
.home-build-bottom-con-right .img-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
@media only screen and (max-width: 1200px) {
  .home-build-bottom-con-right .img-item {
    opacity: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .home-build-bottom-con-right .img-item {
    padding-top: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .home-build-bottom-con-right .img-item {
    padding-top: 60%;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 500px) {
  .home-build-bottom-con-right .img-item {
    padding-top: 100%;
  }
}

.home-news {
  padding-top: 8rem;
}
@media screen and (max-width: 1201px) {
  .home-news {
    padding-top: 4rem;
  }
}
.home-news .title {
  padding-bottom: 4rem;
}
@media screen and (max-width: 1201px) {
  .home-news .title {
    padding-bottom: 2rem;
  }
}
.home-news .title h2 {
  text-align: center;
}
.home-news .content {
  display: flex;
  align-items: start;
  padding-bottom: 13.4rem;
}
@media screen and (max-width: 1201px) {
  .home-news .content {
    padding-bottom: 4rem;
  }
}
.home-news .content-left {
  flex: 1;
  margin-right: 2.4rem;
}
@media only screen and (max-width: 800px) {
  .home-news .content-left {
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
.home-news .content-left-img {
  padding-top: 75.1700680272%;
  margin-bottom: 3.2rem;
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.home-news .content-left-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.home-news .content-left-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  transition: all 0.5s linear;
  opacity: 0;
}
@media (min-width: 1201px) {
  .home-news .content-left-img:hover::before {
    opacity: 1;
  }
}
@media only screen and (max-width: 800px) {
  .home-news .content-left-img {
    width: 100%;
    max-width: none;
    padding-top: 60%;
    margin-bottom: 1.6rem;
  }
}
.home-news .content-left .box-img {
  position: absolute;
  transform: translateY(-5rem);
  padding: 0.8rem 1.2rem;
  background-color: #1662B9;
  color: white;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.2;
  pointer-events: none;
  z-index: 40;
}
@media only screen and (max-width: 800px) {
  .home-news .content-left .box-img {
    transform: translateY(-3.5rem);
  }
}
.home-news .content-left-title {
  max-width: 48.6rem;
  padding-bottom: 1rem;
}
.home-news .content-left-title a {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  color: #69A711;
}
@media only screen and (max-width: 1200px) {
  .home-news .content-left-title a {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .home-news .content-left-title a {
    font-size: 1.6rem;
  }
}
@media (min-width: 1201px) {
  .home-news .content-left-title a:hover {
    color: #1662B9;
  }
}
@media only screen and (max-width: 800px) {
  .home-news .content-left-title {
    width: 100%;
    max-width: none;
  }
}
.home-news .content-left-text {
  max-width: 48.6rem;
  padding-bottom: 1.6rem;
}
.home-news .content-left-text p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #444444;
}
@media only screen and (max-width: 800px) {
  .home-news .content-left-text {
    width: 100%;
    max-width: none;
  }
}
.home-news .content-right {
  flex: 1;
}
.home-news .content-right-list .content-right-item {
  display: flex;
  align-items: start;
  padding-bottom: 2.4rem;
}
.home-news .content-right-list .content-right-item .item-left {
  width: 33.3333333333%;
  margin-right: 2.4rem;
  height: 100%;
}
.home-news .content-right-list .content-right-item .item-left-img {
  padding-top: 100%;
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.home-news .content-right-list .content-right-item .item-left-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.home-news .content-right-list .content-right-item .item-left-img::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  transition: all 0.5s linear;
  opacity: 0;
}
@media (min-width: 1201px) {
  .home-news .content-right-list .content-right-item .item-left-img:hover::before {
    opacity: 1;
  }
}
@media only screen and (max-width: 1200px) {
  .home-news .content-right-list .content-right-item .item-left {
    margin-right: 1rem;
  }
}
.home-news .content-right-list .content-right-item .item-right {
  width: 66.6666666667%;
}
.home-news .content-right-list .content-right-item .item-right .title {
  width: 100%;
  padding-bottom: 0.6rem;
}
.home-news .content-right-list .content-right-item .item-right .title a {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #444444;
}
@media only screen and (max-width: 1200px) {
  .home-news .content-right-list .content-right-item .item-right .title a {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .home-news .content-right-list .content-right-item .item-right .title a {
    font-size: 1.6rem;
  }
}
@media (min-width: 1201px) {
  .home-news .content-right-list .content-right-item .item-right .title a:hover {
    color: #69A711;
  }
}
.home-news .content-right-list .content-right-item .item-right .text p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #444444;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home-news .content-right-list .content-right-item .item-right .see-more {
  padding-top: 2.1em;
  width: 100%;
}
.home-news .content-right-list .content-right-item .item-right .see-more a {
  display: flex;
  align-items: center;
  width: 100%;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.2;
  color: #1662B9;
  margin-right: 1.6rem;
}
@media only screen and (max-width: 1200px) {
  .home-news .content-right-list .content-right-item .item-right .see-more a {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .home-news .content-right-list .content-right-item .item-right .see-more a {
    font-size: 1.6rem;
  }
}
@media (min-width: 1201px) {
  .home-news .content-right-list .content-right-item .item-right .see-more a:hover {
    color: #69A711;
  }
  .home-news .content-right-list .content-right-item .item-right .see-more a:hover img {
    filter: brightness(0) saturate(100%) invert(73%) sepia(27%) saturate(6676%) hue-rotate(44deg) brightness(87%) contrast(87%);
  }
}
.home-news .content-right-list .content-right-item .item-right .see-more a img {
  width: 7rem;
  height: 1rem;
  filter: brightness(0) saturate(100%) invert(24%) sepia(28%) saturate(6167%) hue-rotate(202deg) brightness(95%) contrast(83%);
}
@media only screen and (max-width: 1200px) {
  .home-news .content-right-list .content-right-item .item-right .see-more {
    padding-top: 1rem;
  }
}
@media only screen and (max-width: 1200px) {
  .home-news .content-right-list .content-right-item {
    align-items: start;
  }
}
@media only screen and (max-width: 800px) {
  .home-news .content {
    flex-direction: column;
    padding-bottom: 3rem;
  }
}
@media only screen and (max-width: 800px) {
  .home-news {
    padding-top: 4rem;
  }
}

.about-content {
  margin-top: 4rem;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 800px) {
  .about-content {
    margin: 4rem 0;
  }
}
.about-content-title {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 800px) {
  .about-content-title {
    flex-direction: column;
  }
}
.about-content-title-left {
  flex: 1;
}
.about-content-title-left .img-inner {
  margin-left: calc((100vw - 120rem) / -2);
  max-width: 81.7rem;
}
@media only screen and (max-width: 1200px) {
  .about-content-title-left .img-inner {
    max-width: none;
    width: 100%;
    margin-left: 0;
  }
}
.about-content-title-left .img-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-content-title-right {
  width: 58.3333333333%;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .about-content-title-right {
    width: 50%;
  }
}
@media only screen and (max-width: 800px) {
  .about-content-title-right {
    width: 100%;
    padding-top: 3rem;
  }
}
.about-content-title-right .title-right {
  padding-bottom: 4rem;
}
@media screen and (max-width: 800px) {
  .about-content-title-right .title-right {
    padding-bottom: 2rem;
  }
}
.about-content-title-right .content-right {
  padding-bottom: 2.4rem;
}
@media screen and (max-width: 800px) {
  .about-content-title-right .content-right {
    padding-bottom: 1.2rem;
  }
}
.about-content-title-right .content-right p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #444444;
  opacity: 0.7;
}
@media screen and (max-width: 800px) {
  .about-content-title-right .content-right p {
    font-size: 1.4rem;
  }
}
.about-content-title-right .box-right {
  max-width: 28.2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 2rem;
  padding-bottom: 1.6rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 800px) {
  .about-content-title-right .box-right {
    padding-bottom: 0rem;
    padding-top: 1.2rem;
    margin-bottom: 1.2rem;
  }
}
.about-content-title-right .box-right .text {
  padding-bottom: 1.6rem;
}
@media screen and (max-width: 800px) {
  .about-content-title-right .box-right .text {
    padding-bottom: 0;
  }
}
.about-content-title-right .box-right .text p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #444444;
  opacity: 0.7;
}
@media screen and (max-width: 800px) {
  .about-content-title-right .box-right .text p {
    font-size: 1.4rem;
  }
}
.about-content-title-right .box-right .number-kilo p {
  font-weight: 700;
  font-size: 4rem;
  line-height: 54px;
  color: #7ac312;
}
@media only screen and (max-width: 1200px) {
  .about-content-title-right .box-right .number-kilo p {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .about-content-title-right .box-right .number-kilo p {
    font-size: 2.7rem;
  }
}

.about-content-intro-con {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .about-content-intro-con {
    flex-direction: column-reverse;
  }
}
.about-content-intro-con .about-intro-bg {
  width: calc(75% + (100vw - 120rem) / 2);
  position: absolute;
  top: 50%;
  right: 25%;
  transform: translate(0%, -50%);
  background-color: rgba(22, 98, 185, 0.05);
  height: 74.8rem;
  z-index: -1;
}
@media only screen and (max-width: 1200px) {
  .about-content-intro-con .about-intro-bg {
    width: 100%;
    height: 100%;
    right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .about-content-intro-con .about-intro-bg {
    width: 100%;
    height: 100%;
    right: 0;
  }
}
.about-content-intro-con-left {
  width: 41.6666666667%;
  position: relative;
  padding-right: 3.1rem;
}
@media only screen and (max-width: 1200px) {
  .about-content-intro-con-left {
    width: 50%;
  }
}
@media only screen and (max-width: 1024px) {
  .about-content-intro-con-left {
    width: 100%;
    padding-right: 0;
  }
}
.about-content-intro-con-left .about-intro-content {
  padding-top: 24rem;
  padding-bottom: 16.1rem;
}
@media only screen and (max-width: 1200px) {
  .about-content-intro-con-left .about-intro-content {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.about-content-intro-con-left .about-intro-content .title {
  padding-bottom: 1.4rem;
}
.about-content-intro-con-left .about-intro-content .title p {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  color: rgba(105, 167, 17, 0.7);
}
.about-content-intro-con-left .about-intro-content .name {
  display: flex;
  max-width: 48rem;
  padding-bottom: 3.2rem;
}
@media only screen and (max-width: 1024px) {
  .about-content-intro-con-left .about-intro-content .name {
    width: 100%;
    max-width: none;
  }
}
.about-content-intro-con-left .about-intro-content .name h2 {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.9;
  color: #444444;
  float: left;
}
@media only screen and (max-width: 1200px) {
  .about-content-intro-con-left .about-intro-content .name h2 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .about-content-intro-con-left .about-intro-content .name h2 {
    font-size: 1.7rem;
  }
}
.about-content-intro-con-left .about-intro-content .name strong {
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.4;
  color: #66a013;
}
@media only screen and (max-width: 1200px) {
  .about-content-intro-con-left .about-intro-content .name strong {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .about-content-intro-con-left .about-intro-content .name strong {
    font-size: 2.7rem;
  }
}
.about-content-intro-con-left .about-intro-content .content {
  display: flex;
  justify-content: space-between;
  max-width: 43rem;
  border-top: 1px solid rgba(255, 139, 57, 0.1);
  border-bottom: 1px solid rgba(22, 98, 185, 0.1);
}
@media only screen and (max-width: 1024px) {
  .about-content-intro-con-left .about-intro-content .content {
    width: 100%;
    max-width: none;
    justify-content: space-around;
  }
}
@media only screen and (max-width: 600px) {
  .about-content-intro-con-left .about-intro-content .content {
    flex-wrap: wrap;
  }
}
.about-content-intro-con-left .about-intro-content .content .item {
  padding-top: 3rem;
  padding-bottom: 4rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .about-content-intro-con-left .about-intro-content .content .item {
    width: 50%;
    margin-right: 0;
  }
}
.about-content-intro-con-left .about-intro-content .content .item-img {
  width: 6.4rem;
  height: 6.4rem;
  margin-bottom: 1.5rem;
}
.about-content-intro-con-left .about-intro-content .content .item-img img {
  object-fit: cover;
}
.about-content-intro-con-left .about-intro-content .content .item-number p {
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  color: #444444;
  opacity: 0.7;
}
@media only screen and (max-width: 1200px) {
  .about-content-intro-con-left .about-intro-content .content .item-number p {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .about-content-intro-con-left .about-intro-content .content .item-number p {
    font-size: 2.2rem;
  }
}
.about-content-intro-con-left .about-intro-content .content .item-text p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
  color: #444444;
  opacity: 0.7;
}
.about-content-intro-con-left .about-intro-content .text {
  padding-top: 2rem;
  max-width: 38.4rem;
}
.about-content-intro-con-left .about-intro-content .text p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #444444;
  opacity: 0.7;
}
@media only screen and (max-width: 1024px) {
  .about-content-intro-con-left .about-intro-content .text {
    width: 100%;
    max-width: none;
  }
}
.about-content-intro-con-right {
  flex: 1;
  width: 100%;
  height: 100%;
}
.about-content-intro-con-right .about-content-intro-con {
  max-width: 88rem;
  height: 100%;
  margin-right: calc((100vw - 120rem) / -2 + 1.2rem);
}
@media only screen and (max-width: 1200px) {
  .about-content-intro-con-right .about-content-intro-con {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .about-content-intro-con-right .about-content-intro-con {
    max-width: none;
  }
}
.about-content-intro-con-right .about-video {
  position: relative;
  padding-top: 57.2727272727%;
  width: 100%;
  display: block;
  overflow: hidden;
}
.about-content-intro-con-right .about-video .plyr {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.about-content-intro-con-right .about-video img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-map .title {
  padding-bottom: 2rem;
}
.about-map .title h2 {
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .about-map .title {
    padding-top: 4rem;
    padding-bottom: 0rem;
  }
}
.about-map .img-map {
  margin: 0 auto;
  max-width: 89.6rem;
  padding-bottom: 7.6rem;
}
.about-map .img-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-content-ani {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: rgba(22, 98, 185, 0.05);
  position: relative;
}
.about-content-ani .text {
  padding-bottom: 9.1rem;
}
@media only screen and (max-width: 500px) {
  .about-content-ani .text {
    padding-bottom: 0rem;
  }
}
.about-content-ani .text h2 {
  text-align: center;
}
.about-content-ani-con {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .about-content-ani-con {
    flex-direction: column;
  }
}
.about-content-ani-con .ani-con-left {
  position: relative;
  width: 41.6666666667%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1300px) {
  .about-content-ani-con .ani-con-left {
    margin-right: -4rem;
    margin-left: 8rem;
  }
}
@media only screen and (max-width: 1200px) {
  .about-content-ani-con .ani-con-left {
    justify-content: center;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .about-content-ani-con .ani-con-left {
    overflow: hidden;
  }
}
.about-content-ani-con .ani-con-left .img-con {
  position: relative;
  width: 14.6rem;
  height: 14.6rem;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0px 5.72549px 57.2549px rgba(22, 98, 185, 0.77);
}
.about-content-ani-con .ani-con-left .img-con:before {
  content: " ";
  position: absolute;
  background-color: #1662B9;
  width: 100%;
  height: 100%;
  z-index: -1;
  padding: 2rem;
  border-radius: 50%;
}
.about-content-ani-con .ani-con-left .img-con-tt {
  width: 10.8rem;
  height: 7.8rem;
  border-radius: 50%;
}
.about-content-ani-con .ani-con-left .img-con-tt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
@media only screen and (max-width: 800px) {
  .about-content-ani-con .ani-con-left .img-con-tt {
    width: 8.6rem;
    height: 8.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .about-content-ani-con .ani-con-left .img-con {
    width: 10.6rem;
    height: 10.6rem;
  }
}
.about-content-ani-con .ani-con-left .img-con-1 {
  position: relative;
  transform: scale(1);
  width: 32.3rem;
  height: 32.3rem;
  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;
}
.about-content-ani-con .ani-con-left .img-con-1:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(22, 98, 185, 0.5);
  border-radius: 50%;
  animation: phongTo 3s linear infinite;
}
@keyframes phongTo {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(0.5);
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.about-content-ani-con .ani-con-left .img-con-2 {
  width: 43.7rem;
  height: 43.7rem;
  border-radius: 50%;
  position: relative;
  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;
}
.about-content-ani-con .ani-con-left .img-con-2:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(22, 98, 185, 0.2);
  border-radius: 50%;
  transition-delay: 1s;
  animation: phongTo2 3s linear infinite;
}
@keyframes phongTo2 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(0.5);
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.about-content-ani-con .ani-con-left .img-con-3 {
  width: 57.3rem;
  height: 57.3rem;
  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;
}
.about-content-ani-con .ani-con-left .img-con-3:before {
  content: "";
  position: absolute;
  width: 120%;
  height: 100%;
  background: rgba(22, 98, 185, 0.05);
  border-radius: 50%;
  animation: phongTo3 3s linear infinite;
}
@keyframes phongTo3 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(0.5);
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .about-content-ani-con .ani-con-left .img-con-3:before {
    width: 50%;
    height: 100%;
  }
  @keyframes phongTo3 {
    0% {
      transform: scale(0);
      opacity: 0;
    }
    50% {
      transform: scale(0.5);
      opacity: 1;
    }
    100% {
      transform: scale(1.1);
      opacity: 0;
    }
  }
}
@media only screen and (max-width: 1024px) {
  .about-content-ani-con .ani-con-left .img-con-3:before {
    width: 70%;
    height: 120%;
  }
}
@media only screen and (max-width: 850px) {
  .about-content-ani-con .ani-con-left .img-con-3:before {
    width: 90%;
    height: 110%;
  }
}
@media only screen and (max-width: 700px) {
  .about-content-ani-con .ani-con-left .img-con-3:before {
    width: 90%;
    height: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .about-content-ani-con .ani-con-left .img-con-3:before {
    width: 120%;
    height: 100%;
  }
}
.about-content-ani-con .ani-con-left .img-ab {
  position: absolute;
  transform: translate(-50%, -50%);
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: 0px 4px 40px rgba(22, 98, 185, 0.77);
}
.about-content-ani-con .ani-con-left .img-ab-2 {
  top: 20%;
  right: 10%;
  width: 10.2rem;
  height: 10.2rem;
  animation: xoayVong1 20s linear infinite forwards;
}
.about-content-ani-con .ani-con-left .img-ab-2 .img-ab-inner {
  width: 7.6rem;
  height: 5rem;
}
.about-content-ani-con .ani-con-left .img-ab-2 .img-ab-inner img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 800px) {
  .about-content-ani-con .ani-con-left .img-ab-2 .img-ab-inner {
    width: 4rem;
    height: 4rem;
  }
}
@keyframes xoayVong1 {
  0% {
    top: 20%;
    right: 10%;
  }
  20% {
    top: 75%;
    right: -5%;
  }
  40% {
    top: 77%;
    right: 60%;
  }
  60% {
    top: 50%;
    right: 87%;
  }
  80% {
    top: 8%;
    right: 68%;
  }
  100% {
    top: 20%;
    right: 10%;
  }
}
@media only screen and (max-width: 1200px) {
  .about-content-ani-con .ani-con-left .img-ab-2 {
    right: 20%;
  }
  @keyframes xoayVong1 {
    0% {
      top: 20%;
      right: 20%;
    }
    20% {
      top: 73%;
      right: 15%;
    }
    40% {
      top: 77%;
      right: 59%;
    }
    60% {
      top: 40%;
      right: 69%;
    }
    80% {
      top: 8%;
      right: 54%;
    }
    100% {
      top: 20%;
      right: 20%;
    }
  }
}
@media only screen and (max-width: 800px) {
  .about-content-ani-con .ani-con-left .img-ab-2 {
    width: 8rem;
    height: 8rem;
  }
}
@media only screen and (max-width: 650px) {
  .about-content-ani-con .ani-con-left .img-ab-2 {
    top: 45%;
    right: 5%;
  }
  @keyframes xoayVong1 {
    0% {
      top: 45%;
      right: 5%;
    }
    20% {
      top: 72%;
      right: 20%;
    }
    40% {
      top: 72%;
      right: 55%;
    }
    60% {
      top: 40%;
      right: 65%;
    }
    80% {
      top: 21%;
      right: 34%;
    }
    100% {
      top: 45%;
      right: 5%;
    }
  }
}
@media only screen and (max-width: 500px) {
  .about-content-ani-con .ani-con-left .img-ab-2 {
    top: 46%;
    right: -8%;
  }
  @keyframes xoayVong1 {
    0% {
      top: 45%;
      right: 5%;
    }
    20% {
      top: 77%;
      right: 10%;
    }
    40% {
      top: 72%;
      right: 62%;
    }
    60% {
      top: 40%;
      right: 68%;
    }
    80% {
      top: 20%;
      right: 30%;
    }
    100% {
      top: 46%;
      right: 5%;
    }
  }
}
.about-content-ani-con .ani-con-left .img-ab-5 {
  bottom: 5%;
  right: -10%;
  width: 12.6rem;
  height: 12.6rem;
  animation: xoayVong2 20s linear infinite forwards;
}
.about-content-ani-con .ani-con-left .img-ab-5 .img-ab-inner {
  width: 11rem;
  height: 5.2rem;
}
.about-content-ani-con .ani-con-left .img-ab-5 .img-ab-inner img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 800px) {
  .about-content-ani-con .ani-con-left .img-ab-5 .img-ab-inner {
    width: 6rem;
    height: 6rem;
  }
}
@keyframes xoayVong2 {
  0% {
    bottom: 5%;
    right: -10%;
  }
  20% {
    bottom: 1%;
    right: 55%;
  }
  40% {
    bottom: 28%;
    right: 83%;
  }
  60% {
    bottom: 70%;
    right: 62%;
  }
  80% {
    bottom: 56%;
    right: 6%;
  }
  100% {
    bottom: 5%;
    right: -10%;
  }
}
@media only screen and (max-width: 1200px) {
  .about-content-ani-con .ani-con-left .img-ab-5 {
    right: 12%;
  }
  @keyframes xoayVong2 {
    0% {
      bottom: 5%;
      right: 12%;
    }
    20% {
      bottom: 2%;
      right: 56%;
    }
    40% {
      bottom: 37%;
      right: 66%;
    }
    60% {
      bottom: 70%;
      right: 52%;
    }
    80% {
      bottom: 59%;
      right: 18%;
    }
    100% {
      bottom: 5%;
      right: 12%;
    }
  }
}
@media only screen and (max-width: 800px) {
  .about-content-ani-con .ani-con-left .img-ab-5 {
    width: 10rem;
    height: 10rem;
  }
}
@media only screen and (max-width: 650px) {
  .about-content-ani-con .ani-con-left .img-ab-5 {
    bottom: 10%;
    right: 15%;
  }
  @keyframes xoayVong2 {
    0% {
      bottom: 10%;
      right: 15%;
    }
    20% {
      bottom: 10%;
      right: 51%;
    }
    40% {
      bottom: 43%;
      right: 61%;
    }
    60% {
      bottom: 62%;
      right: 31%;
    }
    80% {
      bottom: 38%;
      right: 2%;
    }
    100% {
      bottom: 10%;
      right: 15%;
    }
  }
}
@media only screen and (max-width: 500px) {
  .about-content-ani-con .ani-con-left .img-ab-5 {
    bottom: 5%;
    right: 5%;
  }
  @keyframes xoayVong2 {
    0% {
      bottom: 5%;
      right: 5%;
    }
    20% {
      bottom: 10%;
      right: 59%;
    }
    40% {
      bottom: 42%;
      right: 64%;
    }
    60% {
      bottom: 62%;
      right: 27%;
    }
    80% {
      bottom: 36%;
      right: -12%;
    }
    100% {
      bottom: 5%;
      right: 5%;
    }
  }
}
.about-content-ani-con .ani-con-left .img-ab-4 {
  bottom: 5%;
  left: 22%;
  width: 10.2rem;
  height: 10.2rem;
  animation: xoayVong3 20s linear infinite forwards;
}
.about-content-ani-con .ani-con-left .img-ab-4 .img-ab-inner {
  width: 7.6rem;
  height: 5rem;
}
.about-content-ani-con .ani-con-left .img-ab-4 .img-ab-inner img {
  width: 100%;
  height: 100%;
}
@keyframes xoayVong3 {
  0% {
    bottom: 5%;
    left: 22%;
  }
  20% {
    bottom: 32%;
    left: -5%;
  }
  40% {
    bottom: 74%;
    left: 15%;
  }
  60% {
    bottom: 62%;
    left: 72%;
  }
  80% {
    bottom: 8%;
    left: 90%;
  }
  100% {
    bottom: 5%;
    left: 22%;
  }
}
@media only screen and (max-width: 1200px) {
  .about-content-ani-con .ani-con-left .img-ab-4 {
    left: 30%;
  }
  @keyframes xoayVong3 {
    0% {
      bottom: 5%;
      left: 30%;
    }
    20% {
      bottom: 42%;
      left: 20%;
    }
    40% {
      bottom: 74%;
      left: 35%;
    }
    60% {
      bottom: 62%;
      left: 69%;
    }
    80% {
      bottom: 9%;
      left: 75%;
    }
    100% {
      bottom: 5%;
      left: 30%;
    }
  }
}
@media only screen and (max-width: 650px) {
  .about-content-ani-con .ani-con-left .img-ab-4 {
    bottom: 10%;
    left: 30%;
  }
  @keyframes xoayVong3 {
    0% {
      bottom: 10%;
      left: 30%;
    }
    20% {
      bottom: 43%;
      left: 20%;
    }
    40% {
      bottom: 62%;
      left: 50%;
    }
    60% {
      bottom: 37%;
      left: 81%;
    }
    80% {
      bottom: 10%;
      left: 68%;
    }
    100% {
      bottom: 10%;
      left: 30%;
    }
  }
}
@media only screen and (max-width: 500px) {
  .about-content-ani-con .ani-con-left .img-ab-4 {
    bottom: 10%;
    left: 18%;
  }
  @keyframes xoayVong3 {
    0% {
      bottom: 10%;
      left: 18%;
    }
    20% {
      bottom: 42%;
      left: 12%;
    }
    40% {
      bottom: 63%;
      left: 50%;
    }
    60% {
      bottom: 35%;
      left: 88%;
    }
    80% {
      bottom: 5%;
      left: 71%;
    }
    100% {
      bottom: 10%;
      left: 18%;
    }
  }
}
.about-content-ani-con .ani-con-left .img-ab-6 {
  top: 50%;
  left: -5%;
  width: 7.4rem;
  height: 7.4rem;
  animation: xoayVong4 20s linear infinite forwards;
}
.about-content-ani-con .ani-con-left .img-ab-6 .img-ab-inner {
  width: 4.6rem;
  height: 4.6rem;
}
.about-content-ani-con .ani-con-left .img-ab-6 .img-ab-inner img {
  width: 100%;
  height: 100%;
}
@keyframes xoayVong4 {
  0% {
    top: 50%;
    left: -5%;
  }
  20% {
    top: 8%;
    left: 15%;
  }
  40% {
    top: 20%;
    left: 72%;
  }
  60% {
    top: 73%;
    left: 88%;
  }
  80% {
    top: 77%;
    left: 22%;
  }
  100% {
    top: 50%;
    left: -5%;
  }
}
@media only screen and (max-width: 1200px) {
  .about-content-ani-con .ani-con-left .img-ab-6 {
    top: 40%;
    left: 20%;
  }
  @keyframes xoayVong4 {
    0% {
      top: 40%;
      left: 20%;
    }
    20% {
      top: 8%;
      left: 35%;
    }
    40% {
      top: 20%;
      left: 69%;
    }
    60% {
      top: 73%;
      left: 75%;
    }
    80% {
      top: 77%;
      left: 30%;
    }
    100% {
      top: 40%;
      left: 20%;
    }
  }
}
@media only screen and (max-width: 650px) {
  .about-content-ani-con .ani-con-left .img-ab-6 {
    top: 40%;
    left: 20%;
  }
  @keyframes xoayVong4 {
    0% {
      top: 40%;
      left: 20%;
    }
    20% {
      top: 20%;
      left: 50%;
    }
    40% {
      top: 45%;
      left: 81%;
    }
    60% {
      top: 73%;
      left: 68%;
    }
    80% {
      top: 73%;
      left: 30%;
    }
    100% {
      top: 40%;
      left: 20%;
    }
  }
}
@media only screen and (max-width: 500px) {
  .about-content-ani-con .ani-con-left .img-ab-6 {
    top: 40%;
    left: 12%;
  }
  @keyframes xoayVong4 {
    0% {
      top: 40%;
      left: 12%;
    }
    20% {
      top: 20%;
      left: 50%;
    }
    40% {
      top: 46%;
      left: 91%;
    }
    60% {
      top: 77%;
      left: 74%;
    }
    80% {
      top: 72%;
      left: 18%;
    }
    100% {
      top: 40%;
      left: 12%;
    }
  }
}
.about-content-ani-con .ani-con-left .img-ab-3 {
  top: 8%;
  left: 15%;
  width: 10.2rem;
  height: 10.2rem;
  animation: xoayVong5 20s linear infinite forwards;
}
.about-content-ani-con .ani-con-left .img-ab-3 .img-ab-inner {
  width: 7.6rem;
  height: 5rem;
}
.about-content-ani-con .ani-con-left .img-ab-3 .img-ab-inner img {
  width: 100%;
  height: 100%;
}
@keyframes xoayVong5 {
  0% {
    top: 8%;
    left: 15%;
  }
  20% {
    top: 19%;
    left: 72%;
  }
  40% {
    top: 74%;
    left: 88%;
  }
  60% {
    top: 77%;
    left: 22%;
  }
  80% {
    top: 50%;
    left: -5%;
  }
  100% {
    top: 8%;
    left: 15%;
  }
}
@media only screen and (max-width: 1200px) {
  .about-content-ani-con .ani-con-left .img-ab-3 {
    left: 35%;
  }
  @keyframes xoayVong5 {
    0% {
      top: 8%;
      left: 35%;
    }
    20% {
      top: 20%;
      left: 69%;
    }
    40% {
      top: 74%;
      left: 74%;
    }
    60% {
      top: 77%;
      left: 30%;
    }
    80% {
      top: 40%;
      left: 20%;
    }
    100% {
      top: 8%;
      left: 35%;
    }
  }
}
@media only screen and (max-width: 650px) {
  .about-content-ani-con .ani-con-left .img-ab-3 {
    top: 20%;
    left: 50%;
  }
  @keyframes xoayVong5 {
    0% {
      top: 20%;
      left: 50%;
    }
    20% {
      top: 46%;
      left: 89%;
    }
    40% {
      top: 77%;
      left: 72%;
    }
    60% {
      top: 74%;
      left: 18%;
    }
    80% {
      top: 40%;
      left: 12%;
    }
    100% {
      top: 20%;
      left: 50%;
    }
  }
}
.about-content-ani-con .ani-con-right {
  width: 50%;
}
@media only screen and (max-width: 1200px) {
  .about-content-ani-con .ani-con-right {
    width: 100%;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.about-content-ani-con .ani-con-right .swiper {
  width: 100%;
}
.about-content-ani-con .ani-con-right .swiper-cube .swiper-cube-shadow:before {
  background: transparent;
}
.about-content-ani-con .ani-con-right .swiper-pagination-bullet {
  background-color: transparent;
  width: auto;
  height: auto;
  border: none;
}
.about-content-ani-con .ani-con-right .swiper-pagination-bullet-active {
  color: #1662B9;
}
.about-content-ani-con .ani-con-right .swiper-slide .ani-con-right-item .logo {
  width: fit-content;
  height: 7.1rem;
  padding-bottom: 1.6rem;
}
.about-content-ani-con .ani-con-right .swiper-slide .ani-con-right-item .logo img {
  width: 100%;
  height: 100%;
}
.about-content-ani-con .ani-con-right .swiper-slide .ani-con-right-item .title {
  padding-bottom: 1.6rem;
}
.about-content-ani-con .ani-con-right .swiper-slide .ani-con-right-item .title h2 {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.4;
  color: #69A711;
}
@media only screen and (max-width: 1200px) {
  .about-content-ani-con .ani-con-right .swiper-slide .ani-con-right-item .title h2 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .about-content-ani-con .ani-con-right .swiper-slide .ani-con-right-item .title h2 {
    font-size: 1.7rem;
  }
}
.about-content-ani-con .ani-con-right .swiper-slide .ani-con-right-item .author {
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem;
}
.about-content-ani-con .ani-con-right .swiper-slide .ani-con-right-item .author strong {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
  color: rgba(68, 68, 68, 0.7);
}
.about-content-ani-con .ani-con-right .swiper-slide .ani-con-right-item .author span {
  width: 1.3rem;
  height: 0.1rem;
  background-color: #444444;
  margin: 0 0.8rem;
  display: block;
}
.about-content-ani-con .ani-con-right .swiper-slide .ani-con-right-item .author p {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  color: rgba(68, 68, 68, 0.7);
}
.about-content-ani-con .ani-con-right .swiper-slide .ani-con-right-item .content p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  color: rgba(68, 68, 68, 0.7);
}
.about-content-ani-con .ani-con-right .icon-phay-1 {
  position: absolute;
  top: 9%;
  left: 43%;
  width: 5.4rem;
  height: 5.4rem;
}
@media only screen and (max-width: 1200px) {
  .about-content-ani-con .ani-con-right .icon-phay-1 {
    top: 55%;
    left: 2%;
  }
}
@media only screen and (max-width: 500px) {
  .about-content-ani-con .ani-con-right .icon-phay-1 {
    top: 52%;
  }
}
@media only screen and (max-width: 400px) {
  .about-content-ani-con .ani-con-right .icon-phay-1 {
    top: 49%;
  }
}
.about-content-ani-con .ani-con-right .icon-phay-2 {
  position: absolute;
  bottom: 35%;
  right: 0%;
  width: 5.4rem;
  height: 5.4rem;
}
@media only screen and (max-width: 1450px) {
  .about-content-ani-con .ani-con-right .icon-phay-2 {
    bottom: 32%;
    right: -3%;
  }
}
@media only screen and (max-width: 1400px) {
  .about-content-ani-con .ani-con-right .icon-phay-2 {
    bottom: 35%;
    right: 1%;
  }
}
@media only screen and (max-width: 1200px) {
  .about-content-ani-con .ani-con-right .icon-phay-2 {
    bottom: 0%;
    right: 2%;
  }
}
.about-content-ani .around-1 {
  display: block;
  top: 23%;
  left: 34%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  background-color: #1662B9;
  z-index: -1;
  animation: pto 8s linear infinite;
}
@keyframes pto {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  50% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
.about-content-ani .around-2 {
  display: block;
  top: 45%;
  left: 15%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 50%;
  background-color: #1662B9;
  z-index: -1;
  animation: pto 1s linear infinite;
}
@keyframes pto {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  50% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
.about-content-ani .around-3 {
  display: block;
  top: 22%;
  left: 12%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background-color: #1662B9;
  z-index: -1;
  animation: pto 4s linear infinite;
}
@keyframes pto {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  50% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
.about-content-ani .around-4 {
  display: block;
  bottom: 22%;
  left: 14%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background-color: #1662B9;
  z-index: -1;
  animation: pto 5s linear infinite;
}
@keyframes pto {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  50% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .about-content-ani .around-4 {
    bottom: 75%;
    left: 89%;
  }
}
.about-content-ani .around-5 {
  display: block;
  bottom: 20%;
  left: 35%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background-color: #1662B9;
  z-index: -1;
  animation: pto 2s linear infinite;
}
@keyframes pto {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  50% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .about-content-ani .around-5 {
    bottom: 40%;
    left: 85%;
  }
}
.about-content-ani .around-6 {
  display: block;
  top: 44%;
  left: 37%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background-color: #1662B9;
  z-index: -1;
  animation: pto 3s linear infinite;
}
@keyframes pto {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  50% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
.about-content-ani .around-7 {
  display: block;
  top: 60%;
  right: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background-color: #1662B9;
  z-index: -1;
  animation: pto 4s linear infinite;
}
@keyframes pto {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  50% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
.about-content-ani .around-8 {
  display: block;
  top: 35%;
  left: 10%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  background-color: rgba(22, 98, 185, 0.2);
  z-index: -1;
  animation: pto 2s linear infinite;
}
@keyframes pto {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  50% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
.about-content-ani .around-9 {
  display: block;
  top: 38%;
  left: 43%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  background-color: rgba(22, 98, 185, 0.2);
  z-index: -1;
  animation: pto 3s linear infinite;
}
@keyframes pto {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  50% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
.about-content-ani .around-10 {
  display: block;
  bottom: 41%;
  left: 44%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  background-color: rgba(22, 98, 185, 0.2);
  z-index: -1;
  animation: pto 5s linear infinite;
}
@keyframes pto {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
@media only screen and (max-width: 800px) {
  .about-content-ani {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.about-doanh-nghiep {
  padding-top: 8rem;
  padding-bottom: 15.1rem;
}
.about-doanh-nghiep .text {
  padding-bottom: 8rem;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .about-doanh-nghiep .text {
    padding-bottom: 4rem;
  }
}
.about-doanh-nghiep-content {
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  align-items: center;
}
.about-doanh-nghiep-content .content-item {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 1.6rem;
  position: relative;
  width: 100%;
}
.about-doanh-nghiep-content .content-item:nth-child(even) {
  flex-direction: row-reverse;
}
.about-doanh-nghiep-content .content-item:nth-child(even) .line {
  left: 0;
}
.about-doanh-nghiep-content .content-item:nth-child(even) .content {
  align-items: flex-end;
  padding-right: 6rem;
  padding-left: 0;
  text-align: right;
}
@media screen and (max-width: 700px) {
  .about-doanh-nghiep-content .content-item:nth-child(even) .content {
    padding-right: 2rem;
    text-align: right;
  }
}
@media screen and (max-width: 600px) {
  .about-doanh-nghiep-content .content-item:nth-child(even) .content {
    padding-right: 0;
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  .about-doanh-nghiep-content .content-item:nth-child(even) {
    flex-direction: column;
    padding-bottom: 4rem;
  }
}
.about-doanh-nghiep-content .content-item:nth-child(4n+2) .nation-con .nation {
  background: #1662B9;
}
.about-doanh-nghiep-content .content-item:nth-child(4n+2) .nation-con .line {
  background: #1662B9;
}
.about-doanh-nghiep-content .content-item:nth-child(4n+2) .nation-arrow .arrow-down {
  background: #1662B9;
}
.about-doanh-nghiep-content .content-item:nth-child(4n+2) .nation-arrow .arrow-down::before {
  border-top: 1.2rem solid #1662B9;
}
.about-doanh-nghiep-content .content-item:nth-child(4n+2) .content .title {
  color: #1662B9;
}
.about-doanh-nghiep-content .content-item:nth-child(4n+3) .nation-con .nation {
  background: #69A711;
}
.about-doanh-nghiep-content .content-item:nth-child(4n+3) .nation-con .line {
  background: #69A711;
}
.about-doanh-nghiep-content .content-item:nth-child(4n+3) .nation-arrow .arrow-down {
  background: #69A711;
}
.about-doanh-nghiep-content .content-item:nth-child(4n+3) .nation-arrow .arrow-down::before {
  border-top: 1.2rem solid #69A711;
}
.about-doanh-nghiep-content .content-item:nth-child(4n+3) .content .title {
  color: #69A711;
}
.about-doanh-nghiep-content .content-item:nth-child(4n+4) .nation-con .nation {
  background: #ff8b39;
}
.about-doanh-nghiep-content .content-item:nth-child(4n+4) .nation-con .line {
  background: #ff8b39;
}
.about-doanh-nghiep-content .content-item:nth-child(4n+4) .nation-arrow .arrow-down {
  background: #ff8b39;
}
.about-doanh-nghiep-content .content-item:nth-child(4n+4) .nation-arrow .arrow-down::before {
  border-top: 1.2rem solid #ff8b39;
}
.about-doanh-nghiep-content .content-item:nth-child(4n+4) .content .title {
  color: #ff8b39;
}
.about-doanh-nghiep-content .content-item:nth-child(4n+4) .content .text-dn p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  color: rgba(68, 68, 68, 0.7);
}
.about-doanh-nghiep-content .content-item .nation-con {
  flex: 1;
  flex-basis: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 600px) {
  .about-doanh-nghiep-content .content-item .nation-con {
    margin-bottom: 8rem;
  }
}
.about-doanh-nghiep-content .content-item .nation-con .nation {
  width: 9.5rem;
  height: 9.5rem;
  background: #6f7b91;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-doanh-nghiep-content .content-item .nation-con .nation p {
  padding: 3.3rem;
  white-space: nowrap;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #ffffff;
}
.about-doanh-nghiep-content .content-item .nation-con .line {
  position: absolute;
  right: 0;
  display: block;
  width: 50%;
  height: 0.1rem;
  background: #6f7b91;
  z-index: -1;
}
@media only screen and (max-width: 600px) {
  .about-doanh-nghiep-content .content-item .nation-con .line {
    width: 100%;
    top: 100%;
    transform: rotate(90deg);
  }
}
.about-doanh-nghiep-content .content-item .nation-arrow {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  height: 100%;
}
.about-doanh-nghiep-content .content-item .nation-arrow .arrow-down {
  width: 1.2rem;
  height: 100%;
  background: #6f7b91;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .about-doanh-nghiep-content .content-item .nation-arrow .arrow-down {
    border-radius: 4rem;
    width: 100%;
    height: 1.2rem;
  }
}
.about-doanh-nghiep-content .content-item .nation-arrow .arrow-down::before {
  content: "";
  transform: translateY(100%);
  position: absolute;
  border-left: 0.6rem solid transparent;
  border-right: 0.6rem solid transparent;
  bottom: 0;
  border-top: 1.2rem solid #6f7b91;
}
@media only screen and (max-width: 600px) {
  .about-doanh-nghiep-content .content-item .nation-arrow .arrow-down::before {
    display: none;
  }
}
.about-doanh-nghiep-content .content-item .nation-arrow .arrow-down::after {
  content: "";
  transform: translateY(-50%);
  position: absolute;
  border-left: 0.6rem solid transparent;
  border-right: 0.6rem solid transparent;
  top: 0.5rem;
  border-top: 1.2rem solid white;
}
@media only screen and (max-width: 600px) {
  .about-doanh-nghiep-content .content-item .nation-arrow .arrow-down::after {
    display: none;
  }
}
.about-doanh-nghiep-content .content-item .nation-arrow .arrow-down span {
  margin: 0 0.3rem;
  display: block;
  background-color: white;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
}
@media only screen and (max-width: 600px) {
  .about-doanh-nghiep-content .content-item .nation-arrow {
    top: 13.5rem;
    width: 100%;
  }
}
.about-doanh-nghiep-content .content-item .content {
  padding-left: 6rem;
  flex: 1;
  flex-basis: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 50%;
}
.about-doanh-nghiep-content .content-item .content .title {
  width: 100%;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 2;
  color: #444444;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 1200px) {
  .about-doanh-nghiep-content .content-item .content .title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .about-doanh-nghiep-content .content-item .content .title {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 600px) {
  .about-doanh-nghiep-content .content-item .content .title {
    text-align: center;
  }
}
.about-doanh-nghiep-content .content-item .content .text-dn {
  padding-bottom: 2rem;
}
.about-doanh-nghiep-content .content-item .content .text-dn p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  color: rgba(68, 68, 68, 0.7);
}
@media only screen and (max-width: 700px) {
  .about-doanh-nghiep-content .content-item .content {
    padding-left: 2rem;
  }
}
@media only screen and (max-width: 600px) {
  .about-doanh-nghiep-content .content-item .content {
    padding-left: 0rem;
    max-width: none;
  }
}
@media screen and (max-width: 600px) {
  .about-doanh-nghiep-content .content-item {
    flex-direction: column;
    padding-bottom: 4rem;
  }
}
@media only screen and (max-width: 800px) {
  .about-doanh-nghiep {
    padding-bottom: 8rem;
  }
}
@media only screen and (max-width: 600px) {
  .about-doanh-nghiep {
    padding-bottom: 0rem;
  }
}

.recruitct-box {
  padding: 2rem 0;
  border-top: 0.1rem solid rgba(54, 54, 57, 0.1019607843);
  border-bottom: 0.1rem solid rgba(54, 54, 57, 0.1019607843);
}
.recruitct-box-wrap {
  margin-top: -1.4rem;
  margin-bottom: -1.4rem;
}
.recruitct-box-item {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}
.recruitct-box-ct {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.recruitct-box-icon {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 1.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;
  flex-shrink: 0;
}
.recruitct-left {
  flex: 1;
}
.recruitct-right {
  width: 30.6rem;
}
@media screen and (max-width: 1024px) {
  .recruitct-right {
    width: 100%;
    margin-top: 3rem;
  }
}
.recruitct .mona-content p {
  margin: 1.6rem 0;
}
@media screen and (max-width: 600px) {
  .recruitct .mona-content p {
    font-size: 1.4rem;
  }
}
.recruitct .mona-content ul {
  margin-bottom: 3.2rem;
}
.recruitct .mona-content ul li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.recruitct .mona-content ul li::before {
  position: relative;
  content: "";
  width: 2rem;
  height: 2rem;
  background: url(../assets/images/check-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  margin-top: 0.2rem;
  margin-right: 0.8rem;
  flex-shrink: 0;
}
.recruitct .mona-content ul li:not(:last-child) {
  margin-bottom: 2rem;
}
.recruitct .mona-content .tit {
  color: #69A711;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 1.6rem;
  margin-top: 3.2rem;
}
@media only screen and (max-width: 1200px) {
  .recruitct .mona-content .tit {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .recruitct .mona-content .tit {
    font-size: 1.6rem;
  }
}
.recruitct-side {
  margin-top: 2.2rem;
}
.recruitct-side-tit {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
}
@media only screen and (max-width: 1200px) {
  .recruitct-side-tit {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .recruitct-side-tit {
    font-size: 1.6rem;
  }
}

.newsct-img {
  overflow: hidden;
  margin-bottom: 0.8rem;
}
.newsct-title-img {
  margin-bottom: 2.4rem;
}
.newsct-title-img .text {
  text-align: center;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #444444;
  opacity: 0.7;
}
.newsct-left {
  flex: 1;
}
.newsct-right {
  width: 25%;
  min-width: 30.6rem;
}
@media screen and (max-width: 1024px) {
  .newsct-right {
    width: 100%;
    margin-top: 3rem;
  }
}
.newsct-right .right-search {
  margin-bottom: 4rem;
}
.newsct-right .right-search .form-control {
  padding-left: 0;
  padding-right: 0;
}
.newsct-right .right-top-content {
  background: rgba(22, 98, 185, 0.05);
  padding: 4rem 1.6rem;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 600px) {
  .newsct-right .right-top-content {
    margin-bottom: 3rem;
  }
}
.newsct-right .right-top-content .text {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #444444;
  text-transform: uppercase;
  padding-bottom: 2.8rem;
}
@media only screen and (max-width: 1200px) {
  .newsct-right .right-top-content .text {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .newsct-right .right-top-content .text {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 1000px) {
  .newsct-right .right-top-content-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 600px) {
  .newsct-right .right-top-content-list {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}
.newsct-right .right-top-content-list .right-top-content-item {
  display: flex;
  align-items: center;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 1000px) {
  .newsct-right .right-top-content-list .right-top-content-item {
    width: 50%;
    margin-bottom: 2rem;
    padding-right: 1rem;
  }
}
@media only screen and (max-width: 600px) {
  .newsct-right .right-top-content-list .right-top-content-item {
    width: 100%;
    margin-bottom: 2rem;
    padding-right: 0;
  }
}
.newsct-right .right-top-content-list .right-top-content-item .item-left {
  width: 7.8rem;
  margin-right: 1.2rem;
  flex-shrink: 0;
}
.newsct-right .right-top-content-list .right-top-content-item .item-left .item-inner {
  display: block;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  position: relative;
}
.newsct-right .right-top-content-list .right-top-content-item .item-left .item-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newsct-right .right-top-content-list .right-top-content-item .item-right .title {
  display: block;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #444444;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 1201px) {
  .newsct-right .right-top-content-list .right-top-content-item .item-right .title:hover {
    color: #69A711;
  }
}
.newsct-right .right-top-content-list .right-top-content-item .item-right .see-more {
  width: 100%;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #1662B9;
}
@media (min-width: 1201px) {
  .newsct-right .right-top-content-list .right-top-content-item .item-right .see-more:hover {
    color: #69A711;
  }
}
.newsct-right .right-top-content-list .right-top-content-item .item-right .see-more:hover img {
  filter: brightness(0) saturate(100%) invert(54%) sepia(25%) saturate(6342%) hue-rotate(53deg) brightness(99%) contrast(85%);
}
.newsct-right .right-top-content-list .right-top-content-item .item-right .see-more img {
  margin-left: 1.6rem;
  filter: brightness(0) saturate(100%) invert(29%) sepia(64%) saturate(5066%) hue-rotate(202deg) brightness(82%) contrast(83%);
  width: 7rem;
  height: 1rem;
}
.newsct-right .right-top-content-list .right-top-content-item:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1000px) {
  .newsct-right .right-top-content-list .right-top-content-item:last-child {
    margin-bottom: 2rem;
  }
}
.newsct-right .right-bottom-content {
  padding: 4rem 1.6rem;
  background-color: rgba(217, 217, 217, 0.2);
}
.newsct-right .right-bottom-content .text {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #444444;
  text-transform: uppercase;
  padding-bottom: 2.8rem;
}
@media only screen and (max-width: 1200px) {
  .newsct-right .right-bottom-content .text {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .newsct-right .right-bottom-content .text {
    font-size: 1.7rem;
  }
}
.newsct-right .right-bottom-content-list .right-bottom-content-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1.6rem;
}
.newsct-right .right-bottom-content-list .right-bottom-content-item a {
  display: flex;
  align-items: center;
  padding-bottom: 1.6rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #444444;
}
@media (min-width: 1201px) {
  .newsct-right .right-bottom-content-list .right-bottom-content-item a:hover {
    color: #69A711;
  }
  .newsct-right .right-bottom-content-list .right-bottom-content-item a:hover img {
    filter: brightness(0) saturate(100%) invert(54%) sepia(25%) saturate(6342%) hue-rotate(53deg) brightness(99%) contrast(85%);
  }
}
.newsct-right .right-bottom-content-list .right-bottom-content-item a img {
  width: 0.6rem;
  height: 0.6rem;
  margin-right: 0.8rem;
}
.newsct-right .right-bottom-content-list .right-bottom-content-item:last-child {
  border-bottom: none;
}
.newsct-date {
  opacity: 0.5;
  margin-bottom: 0.4rem;
  display: block;
}
.newsct-link {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.3;
  display: block;
  margin-bottom: 1.2rem;
}
@media only screen and (max-width: 1200px) {
  .newsct-link {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .newsct-link {
    font-size: 1.6rem;
  }
}
.newsct-tab-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;
  height: 7.6rem;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.2;
}
@media only screen and (max-width: 1200px) {
  .newsct-tab-item {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .newsct-tab-item {
    font-size: 1.7rem;
  }
}
.newsct-tab-item.active {
  background: rgba(118, 49, 120, 0.1);
  border-radius: 0.4rem 0.4rem 0px 0px;
  color: #69A711;
}
.newsct-panel {
  background: rgba(118, 49, 120, 0.1);
  border-radius: 0.4rem;
  padding: var(--pdGen2);
}
@media screen and (max-width: 1024px) {
  .newsct-item {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .newsct-item {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .newsct-item:not(:last-child) .newsct-item-wrap {
    margin-bottom: var(--pdGen2);
  }
}
@media screen and (min-width: 1025px) {
  .newsct-item:last-child .newsct-item-wrap {
    border: none;
  }
}
.newsct-item-wrap {
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.2);
  padding-bottom: var(--pdGen2);
}
.newsct-ct-wrap {
  position: relative;
  border-radius: 0.4rem;
  overflow: hidden;
}
.newsct-ct-wrap::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #763178 0%, rgba(118, 49, 120, 0) 97.92%);
  mix-blend-mode: multiply;
  z-index: 1;
}
.newsct-ct-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.newsct-ct-img img {
  object-fit: cover;
}
.newsct-ct-content {
  padding: 10rem 4rem;
  position: relative;
  z-index: 2;
}
.newsct-ct-content .text {
  font-weight: 900;
  font-size: 4rem;
  line-height: 1.75;
  color: #ffffff;
}
@media only screen and (max-width: 1200px) {
  .newsct-ct-content .text {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .newsct-ct-content .text {
    font-size: 2.7rem;
  }
}
.newsct .news-sc .footer-sc {
  padding: 0;
}
.newsct .mona-content p {
  color: #444444;
  opacity: 0.7;
  margin-bottom: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  .newsct .mona-content p {
    margin-bottom: 1rem;
  }
}
.newsct .mona-content .fw-5 {
  font-weight: 600;
}
.newsct .mona-content .is-layout-flex {
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.2rem;
  margin-right: -1.2rem;
}
@media screen and (max-width: 800px) {
  .newsct .mona-content .is-layout-flex {
    margin: 2rem 0;
  }
}
.newsct .mona-content .d-3 {
  margin-bottom: 1.2rem;
}
.newsct .mona-content .is-layout-flow {
  width: 33.3333333333%;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.newsct .mona-content .img-list img {
  border-radius: 0.4rem;
}
.newsct .mona-content .wp-block-image img {
  border-radius: 0.4rem;
}

.newsrl {
  margin-bottom: 15.5rem;
}
@media only screen and (max-width: 1024px) {
  .newsrl {
    margin-bottom: 6rem;
  }
}
.newsrl .fw-6 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.4;
  color: #444444;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 1200px) {
  .newsrl .fw-6 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .newsrl .fw-6 {
    font-size: 1.6rem;
  }
}
@media (min-width: 1201px) {
  .newsrl .fw-6:hover {
    color: #1662B9;
  }
}
.newsrl-wrap h2 {
  text-transform: uppercase;
}
.newsrl-wrap .news2-item-link {
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.newsrl-wrap .pagination-con .swiper-navigation.circle.pri img {
  width: 0.9rem;
  height: 1rem;
}

.readmore {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  width: fit-content;
  color: #69A711;
}
.readmore .text {
  margin-right: 0.8rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.4;
}
@media (min-width: 1201px) {
  .readmore:hover {
    color: #1662B9;
  }
  .readmore:hover .icon {
    filter: brightness(0) saturate(100%) invert(26%) sepia(97%) saturate(1165%) hue-rotate(192deg) brightness(97%) contrast(95%);
  }
}

.post-info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.post-info-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.post-info-item .icon {
  width: 1.8rem;
  margin-right: 0.8rem;
  filter: brightness(0);
  -webkit-filter: brightness(0);
}
.post-info-item .text {
  opacity: 0.7;
  font-weight: 600;
}
.post-info-item:not(:last-child) {
  margin-right: var(--pdGen2);
}

.con-news-new {
  position: relative;
}
.con-news-new .news-con {
  padding-top: 6rem;
  position: relative;
}
.con-news-new .news-con-header {
  padding-bottom: 2.4rem;
}
.con-news-new .news-con-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 4rem;
}
@media only screen and (max-width: 1024px) {
  .con-news-new .news-con-text {
    flex-direction: column;
    align-items: start;
  }
}
.con-news-new .news-con-text .text {
  max-width: 65.1rem;
}
@media only screen and (max-width: 1024px) {
  .con-news-new .news-con-text .text {
    width: 100%;
    max-width: none;
    padding-bottom: 2rem;
  }
}
.con-news-new .news-con-text .text p {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #444444;
  opacity: 0.8;
}
.con-news-new .news-con .swiper {
  width: 100%;
}
.con-news-new .news-con .swiper .news-con-content-item .con {
  padding: 4rem 0 6rem;
  background: #f7f7f7;
}
.con-news-new .news-con .swiper .news-con-content-item .con .number {
  padding-left: 2.4rem;
}
.con-news-new .news-con .swiper .news-con-content-item .con .number p {
  font-weight: 900;
  font-size: 4rem;
  line-height: 1.4;
  color: #1662B9;
}
@media only screen and (max-width: 1200px) {
  .con-news-new .news-con .swiper .news-con-content-item .con .number p {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .con-news-new .news-con .swiper .news-con-content-item .con .number p {
    font-size: 2.7rem;
  }
}
.con-news-new .news-con .swiper .news-con-content-item .con .news-date {
  padding-left: 2.4rem;
}
.con-news-new .news-con .swiper .news-con-content-item .con .title {
  max-width: 23.4rem;
  padding-left: 2.4rem;
  margin-bottom: 2.4rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 500px) {
  .con-news-new .news-con .swiper .news-con-content-item .con .title {
    max-width: none;
    width: 100%;
  }
}
.con-news-new .news-con .swiper .news-con-content-item .con .title a {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #1662B9;
}
@media (min-width: 1201px) {
  .con-news-new .news-con .swiper .news-con-content-item .con .title a:hover {
    color: #69A711;
  }
}
.con-news-new .news-con .swiper .news-con-content-item .con .img-news {
  position: relative;
}
.con-news-new .news-con .swiper .news-con-content-item .con .img-news .img-hr {
  display: block;
  overflow: hidden;
  max-width: 24rem;
}
@media only screen and (max-width: 800px) {
  .con-news-new .news-con .swiper .news-con-content-item .con .img-news .img-hr {
    max-width: none;
    width: 100%;
  }
}
.con-news-new .news-con .swiper .news-con-content-item .con .img-news .img-hr .img-news-inner {
  padding-top: 75%;
  overflow: hidden;
  position: relative;
  width: 100%;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 800px) {
  .con-news-new .news-con .swiper .news-con-content-item .con .img-news .img-hr .img-news-inner {
    max-width: none;
    width: 100%;
  }
}
@media (min-width: 1201px) {
  .con-news-new .news-con .swiper .news-con-content-item .con .img-news .img-hr .img-news-inner:hover {
    transform: scale(1.2);
  }
}
.con-news-new .news-con .swiper .news-con-content-item .con .img-news .img-hr .img-news-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.con-news-new .news-con .swiper .news-con-content-item .con .img-news .btn-inner-img {
  position: absolute;
  bottom: -2rem;
  right: 0rem;
}
.con-news-new .news-con .img-hz {
  position: absolute;
  right: -9rem;
  top: 9rem;
  z-index: -1;
  max-width: 48.4rem;
}
.con-news-new .img-xeo {
  width: 100%;
  height: 76rem;
  background-color: rgba(203, 214, 235, 0.12);
  z-index: -1;
  position: absolute;
  top: 8px;
  transform: skew(-82deg, 12deg);
  pointer-events: none;
}

.news-new {
  padding: 8rem 0 4rem;
}
.news-new-con {
  width: 75%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .news-new-con {
    width: 100%;
  }
}
.news-new-con .filter-con {
  padding-right: 0.6rem;
}
.news-new-con .filter-con .select-fil {
  width: 18rem;
  border: 1px solid rgba(68, 68, 68, 0.1);
  padding: 1rem;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #595a59;
}
.news-new-con .filter-con .select-fil option {
  border-radius: 0;
}
@media only screen and (max-width: 800px) {
  .news-new {
    padding-top: 4rem;
  }
}

.news-list-new {
  overflow: hidden;
}
.news-list-new .newsct-right .right-search .form-control {
  padding: 0;
}
.news-list-new .newsrl {
  margin-bottom: 0;
}
@media only screen and (max-width: 800px) {
  .news-list-new .newsrl-wrap .newsrl-sl .d-3 {
    margin-bottom: 0rem;
  }
}
@media only screen and (max-width: 800px) {
  .news-list-new .newsrl-wrap .newsrl-sl .news2-item {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 500px) {
  .news-list-new .newsrl-wrap .newsrl-sl .news2-item {
    width: 100%;
  }
}

.pagination {
  margin-bottom: 6.8rem;
}

.contact {
  padding-top: 8rem;
  padding-bottom: 12.6rem;
  position: relative;
  overflow: hidden;
}
.contact-top {
  padding-bottom: 1.6rem;
}
.contact-top .contact-title {
  font-style: normal;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.4;
  color: #1662B9;
}
@media only screen and (max-width: 1200px) {
  .contact-top .contact-title {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .contact-top .contact-title {
    font-size: 2.2rem;
  }
}
.contact-bottom {
  align-items: start;
}
@media only screen and (max-width: 768px) {
  .contact-bottom {
    flex-direction: column;
  }
}
.contact-bottom-left {
  padding-right: 10.5rem;
}
@media only screen and (max-width: 1200px) {
  .contact-bottom-left {
    padding-right: 2rem;
  }
}
@media only screen and (max-width: 860px) {
  .contact-bottom-left {
    width: 100%;
  }
}
.contact-bottom-left .contact-text {
  max-width: 43.4rem;
  padding-bottom: 4rem;
}
@media only screen and (max-width: 1200px) {
  .contact-bottom-left .contact-text {
    width: 100%;
    max-width: none;
  }
}
.contact-bottom-left .contact-text .text {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #444444;
  opacity: 0.7;
}
.contact-bottom-left .contact-list .contact-item {
  display: flex;
  align-items: start;
  padding-bottom: 2.4rem;
}
.contact-bottom-left .contact-list .contact-item-icon {
  flex-shrink: 0;
  background-color: #69A711;
  flex-shrink: 0;
  border-radius: 50%;
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.8rem;
}
.contact-bottom-left .contact-list .contact-item-icon img {
  width: 1rem;
  height: 1rem;
}
.contact-bottom-left .contact-list .contact-item-str {
  float: left;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #444444;
  margin-right: 0.5rem;
  white-space: nowrap;
}
.contact-bottom-left .contact-list .contact-item-text {
  font-size: 1.6rem;
  line-height: 1.4;
  color: #444444;
}
.contact-bottom-right {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 861px) {
  .contact-bottom-right {
    padding-left: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .contact-bottom-right {
    padding-left: 7.3rem;
  }
}
@media only screen and (max-width: 860px) {
  .contact-bottom-right {
    border-left: none;
    padding-top: 2rem;
    width: 100%;
  }
}
.contact .map-responsive {
  display: none;
  width: 100%;
  height: 50rem;
  padding-top: 3rem;
}
.contact .map-responsive iframe {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 600px) {
  .contact .map-responsive {
    display: block;
  }
}
.contact .bg-contact-img {
  pointer-events: none;
  z-index: -1;
  max-width: 32.7rem;
  position: absolute;
  bottom: 0;
  right: calc((100vw - 120rem) / 2);
  margin-right: max((100vw - 120rem) / -2, -20rem);
}
@media only screen and (max-width: 1300px) {
  .contact .bg-contact-img {
    max-width: 25.5rem;
  }
}
@media only screen and (max-width: 860px) {
  .contact .bg-contact-img {
    max-width: 25.5rem;
  }
}
@media only screen and (max-width: 600px) {
  .contact .bg-contact-img {
    max-width: 15rem;
    bottom: 52.6rem;
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  .contact {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.service-action {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.service-action-con {
  align-items: center;
}
.service-action-con-left {
  width: 25%;
}
.service-action-con-left .title {
  padding-bottom: 2.4rem;
}
.service-action-con-left .text p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  color: rgba(68, 68, 68, 0.7);
}
@media only screen and (max-width: 800px) {
  .service-action-con-left {
    width: 100%;
    padding-bottom: 2rem;
  }
}
.service-action-con-right {
  flex: 1;
}
.service-action-con-right .content .item-img {
  padding-top: 173.7588652482%;
  display: block;
  overflow: hidden;
  width: 100%;
  position: relative;
  margin-bottom: 2.4rem;
}
.service-action-con-right .content .item-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-action-con-right .content .item-img:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  z-index: 10;
  opacity: 0;
  transition: all 0.5s linear;
}
@media (min-width: 1201px) {
  .service-action-con-right .content .item-img:hover:before {
    opacity: 1;
  }
}
.service-action-con-right .content .item-text p {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.4;
  color: rgba(68, 68, 68, 0.7);
}
@media only screen and (max-width: 800px) {
  .service-action-con-right .content .item-text p {
    padding-bottom: 2rem;
  }
}
@media only screen and (max-width: 500px) {
  .service-action-con-right .content .item {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .service-action-con {
    flex-direction: column;
  }
}

.service-build {
  padding-bottom: 14rem;
}
.service-build .title {
  padding-bottom: 2.4rem;
}
.service-build .title h2 {
  text-align: center;
}
.service-build .text {
  max-width: 88.4rem;
  margin: 0 auto;
  padding-bottom: 1.6rem;
}
.service-build .text p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}
.service-build .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.service-build .content .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 7.3rem;
}
.service-build .content .item:last-child {
  padding-right: 0;
}
.service-build .content .item .number {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.service-build .content .item .number:before {
  content: " ";
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%) skewX(50deg);
  width: 50%;
  height: 3%;
  background: rgba(0, 0, 0, 0.293);
  box-shadow: 0px 0px 20px black;
  border-radius: 50%;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .service-build .content .item .number:before {
    display: none;
  }
}
.service-build .content .item .number::after {
  content: " ";
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  width: 100%;
  height: 2rem;
  z-index: 4;
}
@media only screen and (max-width: 768px) {
  .service-build .content .item .number::after {
    display: none;
  }
}
.service-build .content .item .number p {
  z-index: 1;
  font-weight: 700;
  font-size: 15rem;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  color: #1662B9;
}
@media only screen and (max-width: 500px) {
  .service-build .content .item .number p {
    font-size: 8rem;
  }
}
.service-build .content .item .title {
  padding-bottom: 1.6rem;
}
.service-build .content .item .title p {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
  color: rgba(68, 68, 68, 0.7);
}
.service-build .content .item .content p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
  color: rgba(68, 68, 68, 0.7);
}
@media only screen and (max-width: 1200px) {
  .service-build .content .item {
    width: 50%;
    padding-right: 2rem;
  }
}
@media only screen and (max-width: 500px) {
  .service-build .content .item {
    width: 100%;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .service-build .content {
    flex-wrap: wrap;
    padding-right: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .service-build {
    padding-bottom: 6rem;
  }
}

.service-enterprise {
  padding: 8rem 0;
  background-color: rgba(22, 98, 185, 0.05);
}
.service-enterprise .title {
  padding-bottom: 2.4rem;
}
.service-enterprise .title h2 {
  text-align: center;
}
.service-enterprise .text {
  max-width: 88.4rem;
  margin: 0 auto;
  padding-bottom: 4rem;
}
.service-enterprise .text p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  color: rgba(68, 68, 68, 0.7);
}
@media only screen and (max-width: 500px) {
  .service-enterprise .content .swiper-slide {
    width: 100%;
  }
}
.service-enterprise .content .item-slide .item-img {
  padding-top: 81.3559322034%;
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 5.2rem;
}
.service-enterprise .content .item-slide .item-img:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  z-index: 10;
  opacity: 0;
  transition: all 0.5s linear;
}
.service-enterprise .content .item-slide .item-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.service-enterprise .content .item-slide .item-img .img-icon {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6.8rem;
  height: 6.8rem;
  background-color: white;
  border-radius: 50%;
  z-index: 10;
}
.service-enterprise .content .item-slide .item-img .img-icon-item {
  width: 4rem;
  height: 4rem;
}
.service-enterprise .content .item-slide .item-img .img-icon-item img {
  width: 60%;
  height: 70%;
}
@media (min-width: 1201px) {
  .service-enterprise .content .item-slide .item-img:hover:before {
    opacity: 1;
  }
}
.service-enterprise .content .item-slide .title {
  padding-bottom: 1.8rem;
}
.service-enterprise .content .item-slide .title a {
  display: block;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
  color: #444444;
}
@media only screen and (max-width: 1200px) {
  .service-enterprise .content .item-slide .title a {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .service-enterprise .content .item-slide .title a {
    font-size: 1.6rem;
  }
}
@media (min-width: 1201px) {
  .service-enterprise .content .item-slide .title a:hover {
    color: #1662B9;
  }
}
.service-enterprise .content .item-slide .content p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
  color: rgba(68, 68, 68, 0.7);
}
@media only screen and (max-width: 800px) {
  .service-enterprise {
    padding: 4rem 0;
  }
}

.service-invest {
  padding-top: 8rem;
  overflow: hidden;
}
.service-invest-con {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.service-invest-con-left {
  z-index: 5;
  width: 41.6666666667%;
}
.service-invest-con-left .title {
  max-width: 43.2rem;
  padding-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .service-invest-con-left .title {
    width: 100%;
    max-width: none;
  }
}
.service-invest-con-left .slide-inner {
  margin-right: -31rem;
}
.service-invest-con-left .item-content-ser {
  cursor: pointer;
}
.service-invest-con-left .item-content-ser .item-content {
  display: flex;
  align-items: start;
  height: 100%;
  position: relative;
}
.service-invest-con-left .item-content-ser .item-content span {
  margin-top: 0.8rem;
  margin-right: 2.2rem;
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  background-color: #c2dfff;
  border-radius: 50%;
  transition: all 0.5s linear;
}
.service-invest-con-left .item-content-ser .item-content::before {
  content: " ";
  position: absolute;
  width: 0.1rem;
  height: 100%;
  transform: translate(-50%, -50%) scaleY(1);
  top: 70%;
  left: 0.8%;
  background-color: #c2dfff;
}
.service-invest-con-left .item-content-ser .item-content:last-child:before {
  background-color: white;
}
.service-invest-con-left .item-content-ser .item-content-con .title-content {
  padding-bottom: 1.2rem;
}
.service-invest-con-left .item-content-ser .item-content-con .title-content p {
  transition: all 0s linear;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.4;
  color: rgba(68, 68, 68, 0.7);
}
.service-invest-con-left .item-content-ser .item-content-con .text {
  max-width: 28.5rem;
  padding-bottom: 1.2rem;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0s linear;
  transform: translateY(-50%) scaleY(0);
  overflow: hidden;
}
.service-invest-con-left .item-content-ser .item-content-con .text p {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.7;
  color: rgba(68, 68, 68, 0.7);
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .service-invest-con-left .item-content-ser .item-content-con .text {
    width: 100%;
    max-width: none;
  }
}
.service-invest-con-left .item-content-ser .active {
  cursor: pointer;
}
.service-invest-con-left .item-content-ser .active span {
  background-color: #1662B9;
}
.service-invest-con-left .item-content-ser .active:last-child:before {
  background-color: #c2dfff;
}
.service-invest-con-left .item-content-ser .active .title-content p {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #1662B9;
  transition: all 0.3s linear;
}
.service-invest-con-left .item-content-ser .active .text {
  transform: translateY(5%) scaleY(1);
  height: auto;
  opacity: 1;
  visibility: visible;
  transition: all 1s linear;
}
@media only screen and (max-width: 1200px) {
  .service-invest-con-left .item-content-ser {
    margin-bottom: 2rem;
  }
}
.service-invest-con-left .item-content-ser-slide {
  overflow: hidden;
  margin-left: calc((100vw - 120rem) / -2);
  margin-right: -60%;
}
.service-invest-con-left .item-content-ser-slide .swiper {
  overflow: visible;
}
.service-invest-con-left .item-content-ser-slide .swiper-slide {
  max-width: 31rem;
}
.service-invest-con-left .item-content-ser-slide .swiper-slide .item-slide {
  width: 100%;
}
.service-invest-con-left .item-content-ser-slide .swiper-slide .item-slide .item-img {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  display: block;
}
.service-invest-con-left .item-content-ser-slide .swiper-slide .item-slide .item-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  object-fit: cover;
}
@media only screen and (max-width: 1200px) {
  .service-invest-con-left .item-content-ser-slide {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1000px) {
  .service-invest-con-left .item-content-ser-slide {
    overflow: visible;
  }
}
@media only screen and (max-width: 768px) {
  .service-invest-con-left .item-content-ser-slide {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .service-invest-con-left {
    width: 100%;
  }
}
.service-invest-con-right {
  width: 58.3333333333%;
}
.service-invest-con-right .item-content-ser-invest {
  margin-left: 6rem;
  margin-right: calc((100vw - 120rem) / -2);
  max-width: 95.4rem;
}
.service-invest-con-right .item-content-ser-invest .swiper-slide {
  width: 100%;
  height: 100%;
}
.service-invest-con-right .item-content-ser-invest .swiper-slide .item-slide {
  width: 100%;
  height: 100%;
}
.service-invest-con-right .item-content-ser-invest .swiper-slide .item-slide .item-img {
  position: relative;
  padding-top: 56.2639821029%;
  display: block;
  width: 100%;
  overflow: hidden;
}
.service-invest-con-right .item-content-ser-invest .swiper-slide .item-slide .item-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 1600px) {
  .service-invest-con-right .item-content-ser-invest .swiper-slide .item-slide .item-img {
    padding-top: 80%;
  }
}
@media only screen and (max-width: 1200px) {
  .service-invest-con-right .item-content-ser-invest .swiper-slide .item-slide .item-img {
    padding-top: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .service-invest-con-right .item-content-ser-invest {
    margin-left: 0rem;
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .service-invest-con-right .item-content-ser-invest {
    width: 100%;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .service-invest-con-right {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .service-invest-con {
    flex-direction: column-reverse;
  }
}

:root {
  --pdGen: 1.2rem;
  --pdGen2: 2.4rem;
  --pd3: 3rem;
  --Hmenu: 8rem;
}
@media screen and (max-width: 1201px) {
  :root {
    --Hmenu: 4rem;
  }
}
@media screen and (max-width: 800px) {
  :root {
    --pdGen: 0.6rem;
    --pdGen2: 1.2rem;
  }
}

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