@charset "UTF-8";
@import url("../js/library/fontawesome/fontawesome/fontawesome.css");
@import url("../js/library/aos/aos.css");
@import url("../js/library/swiper/swiper-bundle.min.css");
@import url("../js/library/select2/select2.min.css");
@import url("../js/library/themify-icons/themify-icons.css");
@import url("../js/library/themifi/themify-icons.css");
@import url("../js/library/datepicker/jquery-ui.min.css");
@import url("../js/library/split/splitting.css");
@import url("../js/library/magnific/magnific-popup.css");
@import url("../js/library/gallery/lightgallery.min.css");
@import url("../assets/font/Themify/stylesheet.css");
@import url("../assets/font/Roboto/stylesheet.css");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

:root {
  --height: 9rem;
  --rewidth: calc((100vw - 115rem)/2);
  --recont: calc(100vw - (100vw - 120rem)/2);
}
@media (max-width: 1200px) {
  :root {
    --height:6rem;
  }
}
@media (max-width: 600px) {
  :root {
    --height:6rem;
  }
}
@media (max-width: 1200px) {
  :root {
    --rewidth: 1.5rem;
  }
}
@media (max-width: 1240px) {
  :root {
    --recont: calc(100%);
  }
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media screen and (min-width: 2000px) {
  html {
    font-size: 90%;
  }
}

body {
  font-family: "Roboto";
  font-size: 16px;
  line-height: 1.55;
  font-weight: normal;
  color: #444444;
  overflow: hidden auto;
}
@media screen and (min-width: 2000px) {
  body {
    font-size: 20px;
  }
}

a {
  text-decoration: none;
}

textarea,
input {
  resize: none;
  outline: none;
  font-family: "Roboto";
  font-size: 16px;
}

button,
select {
  border: none;
  outline: none;
  background-color: transparent;
}

.main {
  min-height: 40vh;
}
@media screen and (max-width: 1200px) {
  .main {
    min-height: 20vh;
  }
}

.container {
  width: 100%;
  max-width: 123rem;
  height: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

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

.no-select {
  user-select: 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 -1.5rem;
  margin-bottom: -3rem;
  flex-wrap: wrap;
}
.dnor-item {
  padding: 0 1.5rem;
  margin-bottom: 3rem;
}

.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;
  margin-bottom: -2.4rem;
}
.dsmall-item {
  padding: 0 1.2rem;
  margin-bottom: 2.4rem;
}

.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 -0.5rem;
}
.dmini-item {
  padding: 0 0.5rem;
}

@-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 {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes Spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes Spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes SpinnerR {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@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 grows {
  from {
    transform: scale(0.9, 0.9);
    opacity: 1;
  }
  to {
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
}
@keyframes zoomInSlow {
  from {
    transform: translate(-50%, -50%) scale(1.2);
  }
  to {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes zoomOutSlow {
  from {
    transform: translate(-50%, -50%) scale(1);
  }
  to {
    transform: translate(-50%, -50%) scale(1.2);
  }
}
@keyframes zoomIns {
  from {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}
@keyframes fadeUp {
  from {
    transform: translateY(10rem);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 0.4;
  }
}
@keyframes zoomOutSlow {
  from {
    transform: translate(-50%, -50%) scale(1);
  }
  to {
    transform: translate(-50%, -50%) scale(1.2);
  }
}
@keyframes DownUp2 {
  0% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, -10px);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
@keyframes fadeLeftLong {
  from {
    transform: translateX(10rem);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@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%;
  }
}
@keyframes shine2 {
  0% {
    left: -50%;
    opacity: 0.5;
  }
  50% {
    left: 25%;
    opacity: 0.25;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
@keyframes arrow {
  0% {
    transform: translateX(0rem);
  }
  50% {
    transform: translateX(0.4rem);
  }
  100% {
    transform: translateX(0rem);
  }
}
@-webkit-keyframes focus-in-expand {
  0% {
    letter-spacing: -0.5em;
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes focus-in-expand {
  0% {
    letter-spacing: -0.5em;
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes zoomTo {
  from {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  to {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
@keyframes tabUp {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes tabDown {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-100%);
    opacity: 0;
  }
}
@keyframes tabRight {
  from {
    transform: translateX(100%) scale(0.9);
    opacity: 0;
  }
  to {
    transform: translateX(0) scale(1);
    opacity: 1;
  }
}
@keyframes tabLeft {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}
@-webkit-keyframes bounce-in-left {
  0% {
    -webkit-transform: translateX(-600px);
    transform: translateX(-600px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateX(-68px);
    transform: translateX(-68px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateX(-28px);
    transform: translateX(-28px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-left {
  0% {
    -webkit-transform: translateX(-600px);
    transform: translateX(-600px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateX(-68px);
    transform: translateX(-68px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateX(-28px);
    transform: translateX(-28px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes arrows {
  0% {
    transform: scaleX(1) scaleY(1);
  }
  30% {
    transform: scaleX(0.7) scaleY(1.1);
  }
  50% {
    transform: scaleX(0.7) scaleY(1);
  }
  60% {
    transform: scaleX(1) scaleY(0.7);
  }
  100% {
    transform: scaleX(1) scaleY(0.9) translateX(100%);
  }
}
@keyframes DownUpT {
  0% {
    transform: translatey(0px) translateX(-50%);
  }
  50% {
    transform: translatey(-2rem) translateX(-50%);
  }
  100% {
    transform: translatey(0px) translateX(-50%);
  }
}
@keyframes LeftRightT {
  0% {
    transform: translateX(-50%);
  }
  50% {
    transform: translateX(calc(-50% - 2rem));
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes zoomInf {
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes clipPaths {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes move {
  from {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
  to {
    transform: translateY(-27rem) scale(0.5);
    opacity: 0;
    color: rgba(255, 255, 255, 0.5);
  }
}
@keyframes toTop {
  0% {
    bottom: 0;
  }
  20% {
    bottom: 20%;
    transform: rotate(45deg);
  }
  40% {
    bottom: 40%;
    transform: rotate(15deg);
  }
  60% {
    bottom: 60%;
    transform: rotate(-15deg);
  }
  80% {
    bottom: 80%;
    transform: rotate(-45deg);
  }
  100% {
    bottom: 150%;
  }
}
@keyframes shake {
  0% {
    transform: rotate(0);
  }
  20% {
    transform: rotate(10deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(15deg);
  }
  80% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes scaleUp {
  0% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(0.95);
  }
  0% {
    transform: scaleY(1);
  }
}
@keyframes carRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes quats {
  from {
    clip-path: circle(7.8% at 9% 91%);
  }
  to {
    clip-path: circle(129% at 9% 91%);
  }
}
@keyframes quats2 {
  from {
    clip-path: circle(7.5% at 95% 94%);
  }
  to {
    clip-path: circle(130.1% at 92% 92%);
  }
}
@keyframes lyR {
  0% {
    transform: translateX(180%) rotate(-22deg);
  }
  60% {
    transform: translateX(20%) rotate(-40deg);
  }
  80% {
    transform: translateX(20%) rotate(-10deg);
  }
  100% {
    transform: translateX(20%) rotate(-22deg);
  }
}
@keyframes lyRShadow {
  0% {
    transform: translateX(-50%) rotate(22deg);
  }
  60% {
    transform: translateX(-50%) rotate(40deg);
  }
  80% {
    transform: translateX(-50%) rotate(10deg);
  }
  100% {
    transform: translateX(-50%) rotate(22deg);
  }
}
/* Styles for dialog window */
#small-dialog {
  background: white;
  padding: 20px 30px;
  text-align: left;
  max-width: 400px;
  margin: 40px 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(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) 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 {
  --gutter-x: 2.4rem;
  --gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--gutter-y));
  margin-right: calc(-0.5 * var(--gutter-x));
  margin-left: calc(-0.5 * var(--gutter-x));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--gutter-x) * 0.5);
  padding-left: calc(var(--gutter-x) * 0.5);
  margin-top: var(--gutter-y);
}

.g-1,
.gx-1 {
  --gutter-x: 2.4rem;
}

.g-1,
.gy-1 {
  --gutter-y: 2.4rem;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-0 {
  margin-left: 0%;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 376px) {
  .col-1-xxs {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-2-xxs {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-3-xxs {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-4-xxs {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-5-xxs {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-6-xxs {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-7-xxs {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-8-xxs {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-9-xxs {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-10-xxs {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-11-xxs {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-12-xxs {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-0-xxs {
    margin-left: 0%;
  }
  .offset-1-xxs {
    margin-left: 8.3333333333%;
  }
  .offset-2-xxs {
    margin-left: 16.6666666667%;
  }
  .offset-3-xxs {
    margin-left: 25%;
  }
  .offset-4-xxs {
    margin-left: 33.3333333333%;
  }
  .offset-5-xxs {
    margin-left: 41.6666666667%;
  }
  .offset-6-xxs {
    margin-left: 50%;
  }
  .offset-7-xxs {
    margin-left: 58.3333333333%;
  }
  .offset-8-xxs {
    margin-left: 66.6666666667%;
  }
  .offset-9-xxs {
    margin-left: 75%;
  }
  .offset-10-xxs {
    margin-left: 83.3333333333%;
  }
  .offset-11-xxs {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 576px) {
  .col-1-xs {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-2-xs {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-3-xs {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-4-xs {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-5-xs {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-6-xs {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-7-xs {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-8-xs {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-9-xs {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-10-xs {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-11-xs {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-12-xs {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-0-xs {
    margin-left: 0%;
  }
  .offset-1-xs {
    margin-left: 8.3333333333%;
  }
  .offset-2-xs {
    margin-left: 16.6666666667%;
  }
  .offset-3-xs {
    margin-left: 25%;
  }
  .offset-4-xs {
    margin-left: 33.3333333333%;
  }
  .offset-5-xs {
    margin-left: 41.6666666667%;
  }
  .offset-6-xs {
    margin-left: 50%;
  }
  .offset-7-xs {
    margin-left: 58.3333333333%;
  }
  .offset-8-xs {
    margin-left: 66.6666666667%;
  }
  .offset-9-xs {
    margin-left: 75%;
  }
  .offset-10-xs {
    margin-left: 83.3333333333%;
  }
  .offset-11-xs {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-1-sm {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-2-sm {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-3-sm {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-4-sm {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-5-sm {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-6-sm {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-7-sm {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-8-sm {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-9-sm {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-10-sm {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-11-sm {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-12-sm {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-0-sm {
    margin-left: 0%;
  }
  .offset-1-sm {
    margin-left: 8.3333333333%;
  }
  .offset-2-sm {
    margin-left: 16.6666666667%;
  }
  .offset-3-sm {
    margin-left: 25%;
  }
  .offset-4-sm {
    margin-left: 33.3333333333%;
  }
  .offset-5-sm {
    margin-left: 41.6666666667%;
  }
  .offset-6-sm {
    margin-left: 50%;
  }
  .offset-7-sm {
    margin-left: 58.3333333333%;
  }
  .offset-8-sm {
    margin-left: 66.6666666667%;
  }
  .offset-9-sm {
    margin-left: 75%;
  }
  .offset-10-sm {
    margin-left: 83.3333333333%;
  }
  .offset-11-sm {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-1-md {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-2-md {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-3-md {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-4-md {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-5-md {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-6-md {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-7-md {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-8-md {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-9-md {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-10-md {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-11-md {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-12-md {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-0-md {
    margin-left: 0%;
  }
  .offset-1-md {
    margin-left: 8.3333333333%;
  }
  .offset-2-md {
    margin-left: 16.6666666667%;
  }
  .offset-3-md {
    margin-left: 25%;
  }
  .offset-4-md {
    margin-left: 33.3333333333%;
  }
  .offset-5-md {
    margin-left: 41.6666666667%;
  }
  .offset-6-md {
    margin-left: 50%;
  }
  .offset-7-md {
    margin-left: 58.3333333333%;
  }
  .offset-8-md {
    margin-left: 66.6666666667%;
  }
  .offset-9-md {
    margin-left: 75%;
  }
  .offset-10-md {
    margin-left: 83.3333333333%;
  }
  .offset-11-md {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-1-lg {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-2-lg {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-3-lg {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-4-lg {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-5-lg {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-6-lg {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-7-lg {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-8-lg {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-9-lg {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-10-lg {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-11-lg {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-12-lg {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-0-lg {
    margin-left: 0%;
  }
  .offset-1-lg {
    margin-left: 8.3333333333%;
  }
  .offset-2-lg {
    margin-left: 16.6666666667%;
  }
  .offset-3-lg {
    margin-left: 25%;
  }
  .offset-4-lg {
    margin-left: 33.3333333333%;
  }
  .offset-5-lg {
    margin-left: 41.6666666667%;
  }
  .offset-6-lg {
    margin-left: 50%;
  }
  .offset-7-lg {
    margin-left: 58.3333333333%;
  }
  .offset-8-lg {
    margin-left: 66.6666666667%;
  }
  .offset-9-lg {
    margin-left: 75%;
  }
  .offset-10-lg {
    margin-left: 83.3333333333%;
  }
  .offset-11-lg {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-1-xl {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-2-xl {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-3-xl {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-4-xl {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-5-xl {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-6-xl {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-7-xl {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-8-xl {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-9-xl {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-10-xl {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-11-xl {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-12-xl {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-0-xl {
    margin-left: 0%;
  }
  .offset-1-xl {
    margin-left: 8.3333333333%;
  }
  .offset-2-xl {
    margin-left: 16.6666666667%;
  }
  .offset-3-xl {
    margin-left: 25%;
  }
  .offset-4-xl {
    margin-left: 33.3333333333%;
  }
  .offset-5-xl {
    margin-left: 41.6666666667%;
  }
  .offset-6-xl {
    margin-left: 50%;
  }
  .offset-7-xl {
    margin-left: 58.3333333333%;
  }
  .offset-8-xl {
    margin-left: 66.6666666667%;
  }
  .offset-9-xl {
    margin-left: 75%;
  }
  .offset-10-xl {
    margin-left: 83.3333333333%;
  }
  .offset-11-xl {
    margin-left: 91.6666666667%;
  }
}
svg .svg-elem-1 {
  stroke-dashoffset: 401.2440795898px;
  stroke-dasharray: 401.2440795898px;
  -webkit-transition: stroke-dashoffset 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  transition: stroke-dashoffset 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}

svg.active .svg-elem-1 {
  stroke-dashoffset: 0;
}

svg .svg-elem-2 {
  stroke-dashoffset: 401.2440795898px;
  stroke-dasharray: 401.2440795898px;
  -webkit-transition: stroke-dashoffset 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
  transition: stroke-dashoffset 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
}

svg.active .svg-elem-2 {
  stroke-dashoffset: 0;
}

svg .svg-elem-3 {
  stroke-dashoffset: 401.2440795898px;
  stroke-dasharray: 401.2440795898px;
  -webkit-transition: stroke-dashoffset 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s;
  transition: stroke-dashoffset 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s;
}

svg .svg-elem-4 {
  stroke-dashoffset: 401.2440795898px;
  stroke-dasharray: 401.2440795898px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s;
}

svg.active .svg-elem-4 {
  stroke-dashoffset: 0;
}

svg.active .svg-elem-3 {
  stroke-dashoffset: 0;
}

svg .bd1 {
  stroke-dashoffset: 5035.21875px;
  stroke-dasharray: 5035.21875px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}

svg .bd2 {
  stroke-dashoffset: 5035.21875px;
  stroke-dasharray: 5035.21875px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
}

svg.active .bd2 {
  stroke-dashoffset: 0;
}

svg.active .bd1 {
  stroke-dashoffset: 0;
}

.back-to-top {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 100rem;
  background-color: #2D6CB5;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  position: fixed;
  bottom: 6rem;
  right: 3.4rem;
  z-index: 7;
  transform: translateX(3rem);
  opacity: 0;
  transition: 0.5s linear;
  cursor: pointer;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .back-to-top {
    right: 1.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .back-to-top {
    width: 4.8rem;
    height: 4.8rem;
  }
}
.back-to-top.active {
  visibility: visible;
  transform: translateX(0);
  opacity: 1;
}
.back-to-top .triangle {
  position: relative;
  width: 1.5rem;
  height: 1rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.back-to-top .triangle + .triangle {
  margin-top: 0.1rem;
}
.back-to-top .triangle::after {
  content: "\f077";
  font-family: "Font Awesome 5 Pro";
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
}
.back-to-top .triangle:nth-child(2) {
  animation: BTT 1.5s linear 0.3s infinite;
  display: none;
}
.back-to-top .triangle:nth-child(3) {
  animation: BTT 1.5s linear 0s infinite;
  display: none;
}
@media only screen and (min-width: 901px) {
  .back-to-top:hover {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }
}

.fixedbar {
  position: fixed;
  bottom: 12rem;
  right: 3.4rem;
  z-index: 7;
  transition: 0.5s linear;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .fixedbar {
    right: 1.5rem;
  }
}
.fixedbar-item:not(:first-child) {
  margin-top: 1rem;
}
.fixedbar-link {
  width: 4.8rem;
  height: 4.8rem;
  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;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  transition: 0.4s;
}
@media (hover: hover) {
  .fixedbar-link:hover {
    background-color: #B57F2D;
  }
}
.fixedbar-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

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

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

/* Handle */
::-webkit-scrollbar-thumb {
  background: #2D6CB5;
  border-radius: 100rem;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.3s ease-in-out;
  z-index: 50;
  transition: 0.3s;
  height: var(--height);
  background-color: #ffffff;
  box-shadow: 0rem 0rem 1.5rem rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1201px) {
  .header.sticky {
    height: calc(var(--height));
  }
  .header.sticky .header-top {
    height: 5rem;
  }
  .header.sticky .header-logo .custom-logo-link {
    height: 6rem;
  }
  .header.sticky .header-srch-wr .btn, .header.sticky .header-srch-wr .btn-four, .header.sticky .header-srch-wr .btn-blue, .header.sticky .header-srch-wr .btn-second, .header.sticky .header-srch-wr .btn-pri {
    width: 3rem;
    height: 3rem;
    padding: 0;
    flex-shrink: 0;
  }
  .header.sticky .header-srch-wr .btn i, .header.sticky .header-srch-wr .btn-four i, .header.sticky .header-srch-wr .btn-blue i, .header.sticky .header-srch-wr .btn-second i, .header.sticky .header-srch-wr .btn-pri i {
    font-size: 1.2rem;
  }
  .header.sticky .decor-it {
    animation-play-state: paused;
  }
}
.header-wr {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  width: 156rem;
  max-width: 100%;
  background-color: #ffffff;
  margin: auto;
  padding: 0 1.5rem;
}
.header-nav {
  height: 100%;
  margin-left: 2rem;
}
@media screen and (max-width: 1200px) {
  .header-nav {
    display: none;
  }
}
.header-logo {
  flex-shrink: 0;
  margin-right: 2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  z-index: 2;
  transition: 0.4s;
  position: relative;
}
.header-logo .custom-logo-link {
  display: block;
  transition: 0.4s ease-in-out;
  justify-content: flex-start;
  transition: 0.4s;
  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;
  width: 15.6rem;
}
@media screen and (max-width: 550px) {
  .header-logo .custom-logo-link {
    width: 10rem;
  }
}
.header-logo .custom-logo-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.header-right {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-left: auto;
  justify-content: space-between;
  height: 100%;
}
.header-lg {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
@media screen and (max-width: 350px) {
  .header-lg {
    display: none;
  }
}
.header-lg .text {
  margin-right: 1rem;
  white-space: nowrap;
}
@media screen and (max-width: 680px) {
  .header-lg .text {
    display: none;
  }
}
.header-lg-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.header-lg-list .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;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 100rem;
  flex-shrink: 0;
  opacity: 0.5;
  position: relative;
  transition: 0.4s;
  border: 0.2rem solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background-color: #ffffff;
}
.header-lg-list .link.active {
  opacity: 1;
  background-color: #2D6CB5;
}
@media (hover: hover) {
  .header-lg-list .link:hover {
    opacity: 1;
    background-color: #2D6CB5;
  }
}
.header-lg-list .link img {
  width: inherit;
  height: inherit;
  display: block;
  position: relative;
  z-index: 2;
}
.header-search {
  margin-left: 1rem;
}
@media screen and (max-width: 500px) {
  .header-search {
    display: none;
  }
}
.header-search-wr {
  height: 4.8rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  border-radius: 0.4rem;
  padding: 0 1.6rem;
}
.header-search-wr input {
  width: 100%;
  height: 100%;
  border: none;
}
@media screen and (max-width: 1300px) {
  .header-search-wr input {
    font-size: 1.4rem;
  }
}
.header-search-wr .btn-search {
  width: 2rem;
  height: 2rem;
}
.header-search-btn {
  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: 2.4rem;
  height: 2.4rem;
  border-radius: 100rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
}
@media screen and (min-width: 501px) {
  .header-search-btn {
    display: none;
  }
}
.header-search-btn i {
  font-size: 1.2rem;
}
.header .burger {
  width: 4rem;
  height: 4rem;
  margin-left: auto;
}
@media screen and (min-width: 1201px) {
  .header .burger {
    display: none;
  }
}
.header .burger-desk {
  width: 4rem;
  height: 4rem;
}
@media screen and (max-width: 1200px) {
  .header .burger-desk {
    display: none;
  }
}

.footer {
  position: relative;
  overflow: hidden;
  background-color: #2D6CB5;
}
@media screen and (max-width: 500px) {
  .footer {
    padding-top: 2rem;
  }
}
.footer-item:nth-child(1) {
  width: 33.3333333333%;
}
.footer-item:nth-child(2) {
  width: 25%;
}
.footer-item:nth-child(3) {
  width: 25%;
}
.footer-item:nth-child(4) {
  width: 16.6666666667%;
}
@media screen and (max-width: 700px) {
  .footer-item:nth-child(n+1) {
    width: 33.3333333333%;
  }
  .footer-item:nth-child(1) {
    order: 4;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .footer-item:nth-child(even) {
    width: 40%;
  }
  .footer-item:nth-child(odd) {
    width: 60%;
  }
}
@media screen and (max-width: 388px) {
  .footer-item:nth-child(n+1) {
    width: 100%;
  }
}
.footer-item .tt {
  font-weight: 700;
  color: #ffffff;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  position: relative;
}
.footer-item .tt::after {
  content: "";
  width: 18rem;
  height: 0.1rem;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.2;
}
@media screen and (max-width: 1200px) {
  .footer-item .tt::after {
    width: 10rem;
  }
}
.footer-top {
  padding: 8rem 0;
}
@media screen and (max-width: 1200px) {
  .footer-top {
    padding: 4rem 0;
  }
}
.footer-desc {
  color: #ffffff;
  width: 41.6666666667%;
}
@media screen and (max-width: 850px) {
  .footer-desc {
    width: 66.6666666667%;
  }
}
@media screen and (max-width: 500px) {
  .footer-desc {
    width: 100%;
  }
}
.footer-hd {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 500px) {
  .footer-hd {
    flex-direction: column;
    align-items: unset;
  }
}
.footer-send {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  margin-bottom: 4rem;
}
@media screen and (max-width: 850px) {
  .footer-send {
    margin-bottom: 2rem;
  }
}
.footer-send .text {
  width: 25%;
  font-weight: 700;
}
.footer-send-frm {
  width: 75%;
}
.footer-send-ip {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  height: 4.4rem;
  background-color: #F7F7F7;
  border-radius: 100rem;
}
.footer-send-ip input {
  width: 100%;
  height: inherit;
  background-color: transparent;
  border-radius: 100rem 0 0 100rem;
  border: none;
  padding: 1rem 2rem;
}
.footer-send-ip .btn, .footer-send-ip .btn-four, .footer-send-ip .btn-blue, .footer-send-ip .btn-second, .footer-send-ip .btn-pri {
  justify-content: center;
  height: 4.4rem;
  border-radius: 0 100rem 100rem 0;
  background-color: rgba(45, 108, 181, 0.1);
  border: 0.1rem solid rgba(45, 108, 181, 0.1);
}
.footer-send-ip .btn .txt, .footer-send-ip .btn-four .txt, .footer-send-ip .btn-blue .txt, .footer-send-ip .btn-second .txt, .footer-send-ip .btn-pri .txt {
  font-weight: 700;
  font-size: 1.4rem;
}
@media (hover: hover) {
  .footer-send-ip .btn:hover .txt, .footer-send-ip .btn-four:hover .txt, .footer-send-ip .btn-blue:hover .txt, .footer-send-ip .btn-second:hover .txt, .footer-send-ip .btn-pri:hover .txt {
    color: rgba(45, 108, 181, 0.1);
  }
}
@media screen and (max-width: 550px) {
  .footer-send {
    flex-direction: column;
  }
  .footer-send .text {
    margin-bottom: 1rem;
    width: 100%;
  }
  .footer-send .footer-send-frm {
    width: 100%;
  }
}
.footer-cpr {
  padding: 2.4rem 0;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.08);
}
.footer-cpr-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 650px) {
  .footer-cpr-row {
    flex-direction: column;
    align-items: center;
  }
}
.footer-logo {
  width: 33.3333333333%;
}
@media screen and (max-width: 500px) {
  .footer-logo {
    margin-bottom: 1rem;
  }
}
.footer-logo .custom-logo-link {
  max-width: 21.2rem;
  width: 100%;
  display: block;
}
.footer-logo .custom-logo-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer-social {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: fit-content;
}
@media screen and (max-width: 650px) {
  .footer-social {
    justify-content: center;
  }
}
.footer-social-it {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.footer-social-it:not(:first-child) {
  margin-left: 2rem;
}
@media (hover: hover) {
  .footer-social-it:hover .text {
    text-decoration: underline;
  }
}
.footer-social .icon {
  width: 1.6rem;
  height: 1.6rem;
  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;
  margin-right: 0.8rem;
  transition: 0.4s;
}
.footer-social .icon img {
  width: inherit;
  height: inherit;
  display: block;
}
.footer-social .text {
  color: #ffffff;
}
.footer .menu-item {
  position: relative;
}
.footer .menu-item:not(:first-child) {
  margin-top: 1rem;
}
@media (hover: hover) {
  .footer .menu-item:hover .menu-link {
    color: #ffffff;
  }
}
.footer .menu-link {
  color: #ffffff;
  transition: 0.4s;
  font-size: 1.4rem;
  display: block;
  position: relative;
}
.footer .menu-link::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100rem;
  background-color: #ffffff;
  position: absolute;
  left: -1rem;
  top: 0.9rem;
  transition: 0.4s;
  transform: scale(0);
}
@media (hover: hover) {
  .footer .menu-link:hover::after {
    transform: scale(1);
  }
}
.footer .address-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.footer .address-item:not(:first-child) {
  margin-top: 1rem;
}
.footer .address-item .icon {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 100rem;
  background-color: rgba(255, 255, 255, 0.08);
  margin-top: 0.1rem;
  margin-right: 0.8rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-shrink: 0;
}
.footer .address-item .icon img {
  width: 1.2rem;
  height: 1.2rem;
}
.footer .address-desc {
  color: #ffffff;
  font-size: 1.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
.footer .address-link {
  color: #ffffff;
  font-size: 1.4rem;
  transition: 0.4s;
  word-break: break-word;
}
@media (hover: hover) {
  .footer .address-link:hover {
    text-decoration: underline;
  }
}

.burger {
  cursor: pointer;
  padding-left: 8px;
  position: relative;
}
@media screen and (min-width: 1201px) {
  .burger.no-desk {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .burger.no-desk {
    width: 3.3rem;
  }
}
@media screen and (max-width: 500px) {
  .burger.no-desk {
    width: 5.7rem;
  }
  .burger.no-desk .line {
    margin-left: 0;
  }
}
@media screen and (max-width: 320px) {
  .burger.no-desk {
    width: 3.3rem;
  }
  .burger.no-desk .line {
    margin-left: 0;
  }
}

.icon-burger {
  cursor: pointer;
  padding-left: 8px;
  position: relative;
}
.icon-burger .line {
  width: 22px;
  height: 2px;
  border-radius: 4px;
  background-color: #ffffff;
  display: block;
  margin: 5px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.icon-burger.active .line:nth-child(1) {
  width: 50%;
}
.icon-burger.active .line:nth-child(2) {
  width: 100%;
}
.icon-burger.active .line:nth-child(3) {
  width: 75%;
}

.hamburger .line {
  width: 22px;
  height: 2px;
  border-radius: 4px;
  background-color: #ffffff;
  display: block;
  margin: 5px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .hamburger .line {
    background-color: #ffffff;
  }
}

#hamburger.active .line:nth-child(1) {
  width: 50%;
  margin-right: auto;
}

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

#hamburger.active .line:nth-child(3) {
  width: 75%;
  margin-right: auto;
}

.hamburger.active .ham {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.hamburger.active .ham .top {
  stroke-dashoffset: -98px;
}
.hamburger.active .ham .bottom {
  stroke-dashoffset: -138px;
}

.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ham .line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #ffffff;
  stroke-width: 5.5;
  stroke-linecap: round;
}
@media screen and (max-width: 1200px) {
  .ham .line {
    stroke: #2D6CB5;
  }
}
.ham .top {
  stroke-dasharray: 40 139;
}
.ham .bottom {
  stroke-dasharray: 40 180;
}

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

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

.selection {
  width: 100%;
}

.select2-container--default .select2-selection--single {
  color: #ffffff;
  height: 4.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

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

.select2-container .select2-selection--single .select2-selection__rendered {
  background-color: transparent;
  color: #ffffff;
  font-size: 1.4rem;
  display: inline !important;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
}

.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.8rem;
  overflow: hidden;
  top: 0.6rem;
}

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

.select2-container .select2-dropdown .select2-search input {
  outline: none !important;
  border: none;
  border-bottom: transparent;
  padding: 2px 3px !important;
  color: #ffffff;
}

.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
  background-color: rgba(45, 108, 181, 0.1);
  font-size: 1.6rem;
  color: #ffffff;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #1A1A1A;
  font-size: 1.6rem;
}

.select2-container--default .select2-results__option--selected {
  background-color: rgba(45, 108, 181, 0.1);
  color: #ffffff;
  font-size: 1.6rem;
}

.select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 0.1rem solid rgba(255, 255, 255, 0.25);
  border-radius: 0.8rem;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0rem 1.4rem;
  color: #1A1A1A;
  font-size: 1.6rem;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-radius: 100rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 37% !important;
  right: 1.3rem !important;
  height: 1.4rem !important;
  width: 1.4rem !important;
  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;
}
.select2-container--default .select2-selection--single .select2-selection__arrow::after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  width: 2rem;
  height: 2rem;
  color: #1A1A1A;
  font-size: 12px;
  font-weight: 700;
  transition: 0.4s;
  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;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow::after {
  transform: rotate(180deg);
}

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

.select2-results__option {
  font-size: 1.6rem;
  padding: 0.5rem 1.2rem;
}

.select2-results {
  display: block;
  background-color: #ffffff;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
}

.select2-container .select2-dropdown .select2-results ul {
  background: #ffffff;
  color: #1A1A1A;
  width: calc(100% + 0.1rem);
}

.select2-container .select2-selection--single .select2-selection__rendered div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

.select2-results__option {
  background-color: #ffffff;
  padding: 1rem;
}

.select2-dropdown {
  z-index: 90;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
}

.select2-result__image {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.8rem;
}

.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 #B57F2D;
}
.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 #B57F2D;
}
.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: #B57F2D;
  color: white;
}

.header-nav .menu-nav {
  height: 100%;
}
.header-nav .menu-nav > .menu-list {
  height: 100%;
  justify-content: center;
}
.header-nav .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;
  padding: 0 1rem;
  transition: 0.4s;
}
.header-nav .menu-nav > .menu-list > .menu-item:not(:first-child) {
  margin-left: 2rem;
}
@media screen and (max-width: 1300px) {
  .header-nav .menu-nav > .menu-list > .menu-item:not(:first-child) {
    margin-left: 1rem;
  }
}
.header-nav .menu-nav > .menu-list > .menu-item::before {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.4s;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(45, 108, 181, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (min-width: 1201px) {
  .header-nav .menu-nav > .menu-list > .menu-item:hover::before {
    height: 100%;
  }
}
.header-nav .menu-nav > .menu-list > .menu-item:hover > .menu-link {
  color: #2D6CB5;
}
.header-nav .menu-nav > .menu-list > .menu-item:hover .megas {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  pointer-events: visible;
}
.header-nav .menu-nav > .menu-list > .menu-item:hover .mega-overlay {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.header-nav .menu-nav > .menu-list > .menu-item > .menu-link {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 400;
  color: #1A1A1A;
  transition: 0.4s;
}
.header-nav .menu-nav > .menu-list > .menu-item.current_page_item > .menu-link {
  color: #2D6CB5;
}
.header-nav .menu-nav > .menu-list > .menu-item.current_page_item::before {
  height: 100%;
}
.header-nav .menu-nav > .menu-list > .menu-item > .menu-list {
  top: calc(100% + 0.5rem);
}
.header-nav .menu-nav > .menu-list > .menu-item > .menu-list::after {
  content: "";
  width: 100%;
  height: 0.5rem;
  bottom: 100%;
  left: 0;
  position: absolute;
}
.header-nav .menu-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.header-nav .menu-item {
  position: relative;
  transition: 0s ease-in-out;
}
.header-nav .menu-item.current_page_ancestor::before {
  height: 100% !important;
}
.header-nav .menu-item.current_page_ancestor > a {
  color: #2D6CB5 !important;
}
.header-nav .menu-item .icon {
  margin-top: -0.4rem;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.5rem;
}
.header-nav .menu-item .icon img {
  width: 1.6rem;
  height: 1.6rem;
}
@media screen and (min-width: 1201px) {
  .header-nav .menu-item:hover > .menu-list {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
  }
}
.header-nav .menu-item:hover > .menu-list > .menu-item.current_page_item > a {
  color: #2D6CB5;
}
.header-nav .menu-item:hover > .menu-list > .menu-item.current_page_item > a > i {
  color: #2D6CB5;
}
.header-nav .menu-item > .menu-list > .menu-item.current_page_item > a {
  color: #2D6CB5;
}
.header-nav .menu-item > .menu-list > .menu-item.current_page_item > a::before {
  height: 100%;
}
.header-nav .menu-item .menu-link {
  transition: 0.3s;
}
.header-nav .menu-item .menu-link i {
  transition: 0.2s;
}
.header-nav .menu-item > .menu-link {
  color: #1A1A1A;
  font-weight: 400;
  display: block;
  font-size: 1.6rem;
  white-space: nowrap;
}
.header-nav .menu-item > .menu-link > i {
  display: none;
  font-weight: 600;
  margin-left: 0.4rem;
  font-size: 1rem;
  margin-top: 0rem;
}
.header-nav .menu-item.dropdown > a > i {
  display: inline-block;
}
.header-nav .menu-item > .menu-list {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 20rem;
  padding-bottom: 1rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #ffffff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 2px 10px;
  border-top: none;
  border-radius: 0.4rem;
  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;
}
@media screen and (min-width: 1201px) {
  .header-nav .menu-item > .menu-list {
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 5px);
  }
}
.header-nav .menu-item > .menu-list > .menu-item {
  width: 100%;
}
.header-nav .menu-item > .menu-list > .menu-item:first-child > .menu-link::before {
  border-radius: 0.4rem 0.4rem 0 0;
}
@media screen and (min-width: 1201px) {
  .header-nav .menu-item > .menu-list > .menu-item:hover > .menu-link {
    color: #2D6CB5;
  }
  .header-nav .menu-item > .menu-list > .menu-item:hover > .menu-link::after {
    opacity: 1;
    width: 5rem;
  }
  .header-nav .menu-item > .menu-list > .menu-item:hover > .menu-link::before {
    height: 100%;
  }
}
.header-nav .menu-item > .menu-list > .menu-item > .menu-link {
  padding: 1.2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 2.5rem;
}
.header-nav .menu-item > .menu-list > .menu-item > .menu-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0%;
  transition: 0.4s;
  background: linear-gradient(180deg, rgba(45, 108, 181, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}
.header-nav .menu-item > .menu-list > .menu-item > .menu-link > i {
  transform: rotate(-90deg) translate(5px, 0);
  margin-top: 0.8rem;
}
.header-nav .menu-item > .menu-list > .menu-item > .menu-list {
  left: calc(100% + 0.5rem);
}
.header-nav .menu-item > .menu-list > .menu-item > .menu-list::after {
  content: "";
  width: 0.5rem;
  height: 100%;
  bottom: 0;
  right: 100%;
  position: absolute;
}

.mobile-nav {
  padding-top: 4rem;
}
.mobile-nav .menu-nav > .menu-list > .menu-item.current_page_item > a {
  color: #2D6CB5;
}
.mobile-nav .menu-nav > .menu-list > .menu-item.current_page_item > a::after {
  opacity: 1;
}
.mobile-nav .menu-nav > .menu-list > .menu-item > a {
  padding: 1.2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #1A1A1A;
  font-size: 1.6rem;
  font-weight: 700;
}
.mobile-nav .menu-nav > .menu-list > .menu-item > a::before {
  display: none;
}
.mobile-nav .menu-item.dropdown > a > i {
  display: flex;
}
.mobile-nav .menu-item.active > a {
  color: #2D6CB5;
}
.mobile-nav .menu-item.active > a > i {
  transform: rotate(180deg);
}
.mobile-nav .menu-item a {
  position: relative;
}
.mobile-nav .menu-item a i {
  width: 2rem;
  height: 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;
  display: none;
  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;
}
.mobile-nav .menu-item > a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem;
  font-size: 1.5rem;
  color: #1A1A1A;
  font-weight: 700;
}
.mobile-nav .menu-item > .menu-list {
  display: none;
  margin-left: 1.6rem;
  position: relative;
}
.mobile-nav .menu-item > .menu-list::before {
  content: "";
  position: absolute;
  top: 2rem;
  bottom: 2rem;
  left: 0;
  width: 1px;
  background-color: #2D6CB5;
}
.mobile-nav .menu-item > .menu-list > .menu-item.current_page_item > a {
  color: #2D6CB5;
}

.mega {
  position: fixed;
  left: 50%;
  right: 0;
  width: 100%;
  min-height: 70vh;
  height: 70rem;
  max-width: 120rem;
  padding-top: 2rem;
  z-index: -1;
  top: 7.5rem;
  transform-origin: top;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -100%);
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
}
.mega.close {
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -100%);
}
.mega-overlay {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  top: 2rem;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, -100%);
  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;
  z-index: -2;
  display: none;
}
.mega-side {
  min-height: inherit;
  background-color: #F5F5F5;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  overflow: hidden;
  border-radius: 0.8rem;
}
.mega-side .dsmall-item {
  margin-bottom: 0;
}
.mega-side-left {
  width: 25%;
  min-height: inherit;
  background-color: white;
  box-shadow: 0px 24px 32px rgba(0, 0, 0, 0.05);
}
.mega-side-right {
  width: 75%;
  min-height: inherit;
}
.mega .container {
  min-height: inherit;
}
.mega-sidebar {
  height: 100%;
  padding: 4rem 2.4rem;
  min-height: inherit;
}
.mega-sidebar-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mega-sidebar-item:first-child a {
  padding-top: 0;
}
.mega-sidebar-item.active a {
  color: #2D6CB5;
  font-weight: 500;
}
.mega-sidebar-item.current_page_item a {
  color: #2D6CB5;
  font-weight: 500;
}
.mega-sidebar-item:hover a {
  color: #2D6CB5;
  font-weight: 500;
}
.mega-sidebar-item a {
  padding: 1.6rem 0;
  padding-right: 1.6rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #808080;
}
.mega-sidebar-item a i {
  font-weight: 400;
}
.mega-menu {
  padding: 4rem 0;
  overflow-y: auto;
  overflow-x: hidden;
  display: none;
  animation: megaAni 0.3s ease-in-out;
}
.mega-menu.open {
  display: block;
}
.mega-menu-col {
  width: 20%;
}
.mega-menu-title {
  color: #1A1A1A;
  font-weight: 500;
  padding-bottom: 1.2rem;
  margin-bottom: 1.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: calc(100% + 2.4rem);
}
.mega-menu-item:not(:last-child) {
  margin-bottom: 0.4rem;
}
.mega-menu-item:hover a {
  color: #2D6CB5;
}
.mega-menu-item.current_page_item a {
  color: #2D6CB5;
}
.mega-menu-item a {
  color: #808080;
  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;
}

@keyframes megaAni {
  0% {
    transform: translateY(10rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.mobile {
  position: fixed;
  z-index: -1 !important;
  top: var(--height);
  left: 0;
  bottom: 0;
  min-width: 50rem;
  width: 50rem;
  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: var(--height) !important;
}
.mobile.open {
  transform: translateX(0);
}
.mobile .search-mona {
  padding: 0 1.5rem;
  margin: 1.6rem 0;
}
@media screen and (min-width: 1201px) {
  .mobile {
    display: none;
  }
}
.mobile-con {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  position: relative;
  background-color: white;
}
.mobile-con::-webkit-scrollbar-thumb {
  background-color: #2D6CB5;
  border-radius: 0;
}
.mobile-con::-webkit-scrollbar {
  background-color: #ffffff;
  border-radius: 0;
}
.mobile-heading {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #2D6CB5;
  font-weight: 700;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.mobile-overlay {
  position: fixed;
  z-index: -1 !important;
  top: var(--height);
  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%);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-overlay.sticky {
  top: var(--height) !important;
}
.mobile-overlay.open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
@media screen and (min-width: 1201px) {
  .mobile-overlay {
    display: none;
  }
}
.mobile-wr {
  padding-bottom: 6rem;
  position: relative;
}
.mobile-list {
  margin-bottom: 2rem;
}
.mobile-content {
  padding: 2.4rem 1.4rem;
}
.mobile-title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #1A1A1A;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.1);
  padding-top: 3rem;
}
.mobile-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
.mobile-mxh {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: none;
}
.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: #2D6CB5;
  cursor: pointer;
}
.mobile-mxh-link:not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-mxh-link .icon {
  color: #ffffff;
}
.mobile-text {
  font-size: 1.6rem;
  display: block;
  color: #2D6CB5;
  word-break: break-word;
  font-weight: 500;
}
.mobile-text:not(:last-child) {
  margin-bottom: 0.8rem;
}
.mobile-account {
  position: absolute;
  top: 1rem;
  left: 1rem;
}
.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: #2D6CB5;
  text-decoration: underline;
}
.mobile-re-link:not(:first-child) {
  margin-left: 16px;
}
.mobile-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 3.5rem;
  height: 3.5rem;
  border: 1px solid #2D6CB5;
  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: #2D6CB5;
}
.mobile-fl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.mobile-fl .fw-6 {
  margin-bottom: 0.8rem;
  margin-right: 0.5rem;
  display: inline;
  width: fit-content;
  font-size: 1.6rem;
  color: #1A1A1A;
}
.mobile-fl .dot {
  display: none;
}
.mobile .header-lg {
  margin-left: 0;
  max-width: 20rem;
}
@media screen and (max-width: 350px) {
  .mobile .header-lg {
    display: block;
  }
}
.mobile .header-lg-it .arrow {
  margin-left: auto;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 80;
  visibility: hidden;
}
.popup.open {
  visibility: visible;
}
.popup.open .popup-overlay {
  opacity: 1;
  visibility: visible;
}
.popup.open .popup-main {
  opacity: 1;
  visibility: visible;
}
.popup-overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.popup-main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 90rem;
  max-height: 90vh;
  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;
  position: relative;
  border-radius: 1.6rem;
  background-color: #ffffff;
}
.popup-main.med {
  width: 90rem;
}
.popup-main.small {
  width: 80rem;
}
.popup-over {
  overflow-y: auto;
  min-height: 40vh;
  max-height: 80vh;
}
.popup-wrapper {
  width: 100%;
  min-height: 40vh;
  position: relative;
  border-radius: 6px;
  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;
}
.popup-title {
  font-size: 2.4rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1.6rem;
}
@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;
  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;
  background-color: #2D6CB5;
  z-index: 100;
}
.popup-close:hover .icon {
  transform: rotate(360deg);
}
.popup-close .icon {
  color: #ffffff;
  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;
}
@media screen and (max-width: 800px) {
  .popup-close .icon {
    font-size: 1.6rem;
  }
}
.popup-search {
  height: 100%;
  width: 100%;
}
.popup-search-box {
  width: 50rem;
  max-width: 90vw;
  padding: 2rem 0;
}
.popup-search-box .popup-over {
  min-height: 25rem;
}
.popup-search-box .popup-wrapper {
  min-height: 20rem;
}
.popup-search-input {
  height: 4.5rem;
  width: 90%;
  margin: auto;
  border: 0.1rem solid #2D6CB5;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border-radius: 100rem;
  padding: 0.2rem;
}
.popup-search-input input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  padding: 1rem 1.6rem;
}
@media screen and (max-width: 600px) {
  .popup-search-input {
    display: block;
  }
  .popup-search-input .btn, .popup-search-input .btn-four, .popup-search-input .btn-blue, .popup-search-input .btn-second, .popup-search-input .btn-pri {
    width: 100%;
    height: 4.5rem;
    display: block;
    margin-top: 1rem;
  }
}
.popup-search .select-box {
  width: 90%;
  margin: auto;
  margin-bottom: 1rem;
}
.popup-search .select-box .select-current {
  background-color: #EBEBEB;
  border-radius: 100rem;
  padding-left: 2rem;
}
.popup-min {
  max-width: 46rem;
}
@media screen and (max-width: 500px) {
  .popup-min {
    max-width: 90vw;
  }
}
.popup-login {
  padding: 5.2rem;
}
@media screen and (max-width: 450px) {
  .popup-login {
    padding: 2rem;
  }
}
.popup-login .tt {
  font-size: 2.4rem;
  font-weight: 700;
  color: #1A1A1A;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1200px) {
  .popup-login .tt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .popup-login .tt {
    font-size: 1.7rem;
  }
}
.popup-login .desc {
  margin-bottom: 2rem;
}
.popup-login .remember {
  margin-top: 3.2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 400px) {
  .popup-login .remember {
    flex-direction: column;
    align-items: center;
    margin-top: 2rem;
  }
}
.popup-login .remember-check {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
.popup-login .remember-check .sqr {
  width: 2rem;
  height: 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;
  position: relative;
  border: 0.1rem solid #5F5F5F;
  border-radius: 0.4rem;
  margin-right: 0.8rem;
}
.popup-login .remember-check .sqr::after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 0.4rem;
  opacity: 0;
  background-image: url("../assets/images/check.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.popup-login .remember-check input:checked ~ .sqr {
  border-color: rgba(45, 108, 181, 0.1);
}
.popup-login .remember-check input:checked ~ .sqr::after {
  opacity: 1;
}
.popup-login .remember-check input:checked ~ .txt {
  color: rgba(45, 108, 181, 0.1);
}
.popup-login .remember-link {
  color: #B57F2D;
}
@media screen and (max-width: 400px) {
  .popup-login .remember-link {
    display: none;
  }
}
.popup-login .remember-link.mob {
  text-align: center;
  display: block;
  margin-top: 2rem;
}
@media screen and (min-width: 401px) {
  .popup-login .remember-link.mob {
    display: none;
  }
}
.popup-login .btn, .popup-login .btn-four, .popup-login .btn-blue, .popup-login .btn-second, .popup-login .btn-pri {
  width: 100%;
  height: 5rem;
  margin-top: 3.2rem;
}
@media screen and (max-width: 400px) {
  .popup-login .btn, .popup-login .btn-four, .popup-login .btn-blue, .popup-login .btn-second, .popup-login .btn-pri {
    margin-top: 2rem;
  }
}
.popup-login .note {
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: fit-content;
  margin: auto;
  margin-top: 3rem;
}
.popup-login .note-link {
  color: #B57F2D;
  font-weight: 700;
  position: relative;
  display: block;
  margin-left: 0.5rem;
}
.popup-login .note-link::after {
  content: "";
  width: 0%;
  height: 0.2rem;
  transition: 0.4s;
  position: absolute;
  background-color: #B57F2D;
  bottom: 0;
  left: 0;
}
@media (hover: hover) {
  .popup-login .note-link:hover::after {
    width: 100%;
  }
}
.popup-address {
  padding: 5rem 4rem;
}
@media screen and (max-width: 600px) {
  .popup-address {
    padding: 3rem;
  }
}
@media screen and (max-width: 500px) {
  .popup-address {
    padding: 3rem 1rem;
  }
}
.popup-address .tt {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #1A1A1A;
}
@media only screen and (max-width: 1200px) {
  .popup-address .tt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .popup-address .tt {
    font-size: 1.7rem;
  }
}
.popup-address .form-ip input {
  background-color: #F7F7F7;
  border-radius: 100rem;
  border: 0.1rem solid transparent;
  padding: 1rem 2rem;
  height: 4.4rem;
}
.popup-address .form-ip input:focus {
  border: 0.1rem solid #B57F2D;
}
.popup-address .form-ip .select2-container--default .select2-selection--single {
  background-color: #F7F7F7;
  border-radius: 100rem;
  transition: 0.4s;
  border: 0.1rem solid transparent;
}
.popup-address .form-ip .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border: 0.1rem solid #B57F2D;
}
.popup-address .form-ip .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 2rem;
}
.popup-address .form-ip .btn, .popup-address .form-ip .btn-four, .popup-address .form-ip .btn-blue, .popup-address .form-ip .btn-second, .popup-address .form-ip .btn-pri {
  width: 18.9rem;
  height: 4.4rem;
}
@media screen and (max-width: 500px) {
  .popup-address .form-ip .btn, .popup-address .form-ip .btn-four, .popup-address .form-ip .btn-blue, .popup-address .form-ip .btn-second, .popup-address .form-ip .btn-pri {
    width: 100%;
  }
}
.popup-voucher {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  overflow: hidden;
  border-radius: 1.6rem;
}
@media screen and (max-width: 740px) {
  .popup-voucher {
    flex-wrap: wrap;
  }
}
.popup-voucher-over .popup-over {
  overflow-y: hidden;
}
.popup-voucher-img {
  width: 50%;
}
@media screen and (max-width: 740px) {
  .popup-voucher-img {
    width: 100%;
    display: none;
  }
}
.popup-voucher-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup-voucher-form {
  width: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem;
}
@media screen and (max-width: 740px) {
  .popup-voucher-form {
    width: 100%;
  }
}
.popup-voucher-form .tt {
  font-size: 2.4rem;
  font-weight: 700;
  color: #1A1A1A;
}
@media only screen and (max-width: 1200px) {
  .popup-voucher-form .tt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .popup-voucher-form .tt {
    font-size: 1.7rem;
  }
}
.popup-voucher-form-wr {
  background-color: #E9E9E9;
  border-radius: 100rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding: 1rem 2.4rem;
  margin: 2rem 0;
  position: relative;
}
.popup-voucher-form-wr input {
  width: 100%;
  background-color: transparent;
  border: none;
}
.popup-voucher-form-wr .copy-btn {
  width: 2.4rem;
  height: 2.4rem;
}
.popup-voucher-form-wr .copy-btn img {
  width: inherit;
  height: inherit;
  display: block;
}
.popup-voucher-form-wr .note {
  margin-bottom: 2rem;
  display: none;
  position: absolute;
  bottom: 100%;
  right: 0;
  background-color: #B57F2D;
  padding: 0.5rem 1rem;
  border-radius: 0.8rem;
  color: #ffffff;
}
.popup-voucher-form-wr .note::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-top: 1rem solid #B57F2D;
  top: calc(100% - 0.1rem);
  left: 50%;
  transform: translateX(-50%);
}
.popup-voucher-form-wr .note.show {
  display: block;
}
.popup-rfq-box {
  width: 45.8333333333%;
  padding: 4rem 0;
}
@media screen and (max-width: 1200px) {
  .popup-rfq-box {
    width: 100%;
  }
}
.popup-rfq-box .popup-over {
  overflow-x: hidden;
  padding: 0 4rem;
}
@media screen and (max-width: 500px) {
  .popup-rfq-box .popup-over {
    padding: 0 1rem;
  }
}
.popup-rfq-tt {
  font-size: 2.4rem;
  font-weight: 500;
  position: relative;
  margin: auto;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  width: fit-content;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .popup-rfq-tt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .popup-rfq-tt {
    font-size: 1.7rem;
  }
}
.popup-rfq-tt::after {
  content: "";
  height: 0.1rem;
  width: 150%;
  background: linear-gradient(to right, #fff, #2D6CB5, #fff);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.popup-rfq .form-list .text .red {
  color: red;
}
.popup-rfq .btn, .popup-rfq .btn-four, .popup-rfq .btn-blue, .popup-rfq .btn-second, .popup-rfq .btn-pri {
  margin: auto;
  margin-top: 2rem;
}

.textAnimation {
  padding: 10rem 0;
}

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

.banner {
  position: relative;
  height: 26.6203703704vw;
  min-height: 30rem;
  overflow: hidden;
}
.banner.bannerlog .banner-img::after {
  display: none;
}
.banner-content {
  width: 41.6666666667%;
}
@media screen and (max-width: 1200px) {
  .banner-content {
    width: 100%;
  }
}
.banner-wr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.banner-img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}
.banner-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  left: 0;
  top: 0;
}
.banner-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 2.07%, rgba(0, 0, 0, 0) 57.07%);
  left: 0;
  bottom: 0;
  transition: 1s;
  z-index: 2;
}
.banner-img.is-inview::before {
  height: 100%;
}
.banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  animation: zoomIns 3s linear;
}

.breadcrumb-white .breadcrumb-item::before {
  color: #ffffff !important;
}
@media (hover: hover) {
  .breadcrumb-white .breadcrumb-item:hover .breadcrumb-link {
    color: #ffffff;
  }
}
.breadcrumb-white .breadcrumb-item .breadcrumb-link {
  color: rgba(255, 255, 255, 0.95);
}
.breadcrumb-white .breadcrumb-item:last-child .breadcrumb-link {
  color: #ffffff;
  opacity: 1;
}

.breadcrumb {
  border-radius: 0.4rem;
  padding: 1rem 0;
}
.breadcrumb-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  overflow-x: auto;
  max-width: 100%;
}
.breadcrumb-list::-webkit-scrollbar {
  height: 0;
}
.breadcrumb-item {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.breadcrumb-item:first-child::after {
  content: "";
  background-image: url("../assets/images/home.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 1.6rem;
  height: 1.6rem;
  left: 0;
  position: absolute;
}
.breadcrumb-item:first-child::before {
  display: none;
}
.breadcrumb-item:last-child a {
  color: #1A1A1A;
  pointer-events: none;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 30rem;
  white-space: unset;
  opacity: 1;
}
.breadcrumb-item:last-child::before {
  color: #1A1A1A;
}
.breadcrumb-item::before {
  content: "/";
  margin-right: 0.8rem;
  margin-left: 0.8rem;
  color: #5F5F5F;
  font-size: 1.2rem;
}
.breadcrumb-item a {
  color: #1A1A1A;
  font-size: 1.4rem;
  transition: 0.4s;
  white-space: nowrap;
  opacity: 0.5;
}
@media (hover: hover) {
  .breadcrumb-item a:hover {
    color: #1A1A1A;
  }
}

.btn, .btn-four, .btn-blue, .btn-second, .btn-pri {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  padding: 0.2rem;
  padding-right: 1.6rem;
  flex-shrink: 0;
  border-radius: 100rem;
  box-shadow: 0rem 0rem 1.5rem rgba(58, 74, 146, 0.2);
  width: max-content;
  overflow: hidden;
}
.btn img, .btn-four img, .btn-blue img, .btn-second img, .btn-pri img {
  position: relative;
  z-index: 3;
}
.btn .icon, .btn-four .icon, .btn-blue .icon, .btn-second .icon, .btn-pri .icon {
  width: 3.6rem;
  height: 3.6rem;
  background-color: #ffffff;
  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: 0.4rem solid #ffffff;
  margin-right: 1.2rem;
  transition: 0.4s;
  z-index: 4;
  flex-shrink: 0;
  background: radial-gradient(152.35% 152.35% at 121.98% -72.85%, #3A4A92 0%, #3F4E94 2%, #828CBA 29%, #B8BDD7 53%, #DEE1ED 73%, #F6F7FA 90%, #FFFFFF 100%);
}
.btn .icon img, .btn-four .icon img, .btn-blue .icon img, .btn-second .icon img, .btn-pri .icon img {
  width: 1.6rem;
  height: 1.6rem;
}
.btn .txt, .btn-four .txt, .btn-blue .txt, .btn-second .txt, .btn-pri .txt {
  line-height: 1;
  color: #000000;
  transition: 0.4s;
  font-size: 1.6rem;
  display: block !important;
}
@media screen and (max-width: 500px) {
  .btn .txt, .btn-four .txt, .btn-blue .txt, .btn-second .txt, .btn-pri .txt {
    font-size: 1.4rem;
    white-space: nowrap;
  }
}
.btn.center, .center.btn-four, .center.btn-blue, .center.btn-second, .center.btn-pri {
  margin: auto;
  margin-top: 2rem;
}
.btn .txt, .btn-four .txt, .btn-blue .txt, .btn-second .txt, .btn-pri .txt {
  color: #ffffff;
  line-height: 1;
  z-index: 3;
  margin-top: 0rem;
  font-size: 1.6rem;
}
.btn::after, .btn-four::after, .btn-blue::after, .btn-second::after, .btn-pri::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 110%;
  top: 0;
  left: 0;
  z-index: 2;
  transform: scaleX(0);
  transform-origin: center right;
  transition: transform 0.5s ease;
}
@media screen and (min-width: 1201px) and (hover: hover) {
  .btn:hover::after, .btn-four:hover::after, .btn-blue:hover::after, .btn-second:hover::after, .btn-pri:hover::after {
    transform: scale(1);
    transform-origin: center left;
  }
}
.btn-pri {
  background-color: #2D6CB5;
  border: 0.1rem solid #2D6CB5;
}
.btn-pri::after {
  background-color: #ffffff;
}
@media (hover: hover) {
  .btn-pri:hover .icon {
    box-shadow: 0rem 0rem 1.5rem rgba(58, 74, 146, 0.2);
  }
  .btn-pri:hover .txt {
    color: #2D6CB5;
  }
}
.btn-second {
  background-color: #ffffff;
  border: 0.1rem solid #2D6CB5;
  transition: 0.4s;
}
.btn-second .icon {
  box-shadow: 0rem 0rem 1.5rem rgba(58, 74, 146, 0.2);
}
.btn-second .txt {
  color: #2D6CB5;
}
.btn-second::after {
  background-color: #2D6CB5;
}
@media (hover: hover) {
  .btn-second:hover {
    border-color: #ffffff;
  }
  .btn-second:hover .txt {
    color: #ffffff;
  }
}
.btn-blue {
  background-color: #2D6CB5;
  border: 0.1rem solid #2D6CB5;
  padding: 1rem 1.8rem;
}
.btn-blue .txt {
  color: #ffffff;
}
.btn-blue::after {
  background-color: #E9F6FC;
}
@media (hover: hover) {
  .btn-blue:hover .txt {
    color: #2D6CB5;
  }
}
.btn-four {
  background-color: #E9F6FC;
  padding: 1rem 1.8rem;
}
.btn-four .txt {
  color: #2D6CB5;
}
.btn-four::after {
  background-color: #2D6CB5;
}
@media (hover: hover) {
  .btn-four:hover .txt {
    color: #ffffff;
  }
}
.btn-prev, .btn-next {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 100rem;
  flex-shrink: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-color: #ffffff;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  transition: 0.4s;
  cursor: pointer;
}
.btn-prev i, .btn-next i {
  transition: 0.4s;
  font-size: 1rem;
  font-weight: 500;
  color: #1A1A1A;
}
.btn-prev.current, .btn-next.current {
  background-color: #2D6CB5;
}
.btn-prev.current i, .btn-next.current i {
  color: #ffffff;
}
.btn-prev.swiper-button-disabled, .btn-next.swiper-button-disabled {
  background-color: #ffffff;
}
.btn-prev.swiper-button-disabled i, .btn-next.swiper-button-disabled i {
  color: #1A1A1A;
}
@media (hover: hover) {
  .btn-prev:hover, .btn-next:hover {
    background-color: #2D6CB5;
  }
  .btn-prev:hover i, .btn-next:hover i {
    color: #ffffff;
  }
}

.load-btn {
  width: fit-content;
  margin-top: 2.4rem;
  cursor: pointer;
}
.load-btn .text {
  color: #1A1A1A;
}
.load-btn i {
  font-size: 1.4rem;
  transition: 0.4s;
  color: #1A1A1A;
}
.load-btn.active i {
  transform: rotate(180deg);
}

.input {
  font-family: "Inter", sans-serif;
  width: 100%;
}
.input-area {
  height: auto;
}

.f-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -5px;
  margin-bottom: -10px;
}
.f-item {
  padding: 0 5px;
  margin-bottom: 10px;
}
.f-item-2 {
  width: 50%;
}
@media screen and (max-width: 500px) {
  .f-item-2 {
    width: 100%;
  }
}
.f-item-3 {
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  .f-item-3 {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .f-item-3 {
    width: 100%;
  }
}
.f-item-4 {
  width: 25%;
}

.re-label {
  color: #000000;
  font-weight: 700;
  margin-bottom: 8px;
  display: block;
}
.re-input {
  padding: 16px;
  width: 100%;
  font-family: "Inter", sans-serif;
  border: none;
  outline: none;
}

.page-numbers {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
}
.page-numbers.f-start {
  justify-content: flex-start;
}
@media screen and (max-width: 500px) {
  .page-numbers.f-start {
    justify-content: center;
  }
}
.page-numbers.f-end {
  justify-content: flex-end;
}
.page-numbers > li:not(:first-child) {
  margin-left: 8px;
}
.page-numbers > li > .page-numbers {
  color: #1A1A1A;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 100rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
  transition: 0.1s ease-in;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 500px) {
  .page-numbers > li > .page-numbers {
    width: 3rem;
    height: 3rem;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1201px) {
  .page-numbers > li > .page-numbers:hover {
    color: #ffffff;
    background-color: #2D6CB5;
  }
  .page-numbers > li > .page-numbers:hover.prev, .page-numbers > li > .page-numbers:hover.next {
    color: #ffffff;
    background-color: #2D6CB5;
    transform: translateY(0rem);
  }
  .page-numbers > li > .page-numbers:hover.prev img, .page-numbers > li > .page-numbers:hover.next img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(314deg) brightness(104%) contrast(101%);
  }
}
.page-numbers > li > .page-numbers.current {
  pointer-events: none;
  color: #1A1A1A;
  border: 0.1rem solid #1A1A1A;
}
.page-numbers > li > .page-numbers.current.prev, .page-numbers > li > .page-numbers.current.next {
  color: #ffffff;
  background-color: #2D6CB5;
}
.page-numbers > li > .page-numbers.current.prev img, .page-numbers > li > .page-numbers.current.next img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(314deg) brightness(104%) contrast(101%);
}
.page-numbers > li > .page-numbers.dot {
  pointer-events: none;
}
.page-numbers > li > .page-numbers .icon {
  font-weight: 400;
}

.pro-list {
  margin-bottom: -30px;
}
.pro-item {
  margin-bottom: 30px;
}
.pro-item-2 {
  width: 50%;
}
.pro-item-3 {
  width: 33.3333333333%;
}
@media screen and (max-width: 500px) {
  .pro-item-3 {
    width: 50%;
  }
}
.pro-item-4 {
  width: 25%;
}
@media screen and (max-width: 500px) {
  .pro-item-4 {
    width: 50%;
  }
}
.pro-item-5 {
  width: 20%;
}
@media screen and (max-width: 500px) {
  .pro-item-5 {
    width: 50%;
  }
}

.prose-list {
  margin-bottom: -30px;
}
.prose-item {
  margin-bottom: 30px;
}
.prose-item-2 {
  width: 50%;
}
.prose-item-3 {
  width: 33.3333333333%;
}
@media screen and (max-width: 500px) {
  .prose-item-3 {
    width: 50%;
  }
}
.prose-item-4 {
  width: 25%;
}
@media screen and (max-width: 500px) {
  .prose-item-4 {
    width: 50%;
  }
}
.prose-item-5 {
  width: 20%;
}
@media screen and (max-width: 500px) {
  .prose-item-5 {
    width: 50%;
  }
}

.proth-list {
  margin-bottom: -30px;
}
.proth-item {
  margin-bottom: 30px;
}
.proth-item-2 {
  width: 50%;
}
.proth-item-3 {
  width: 33.3333333333%;
}
@media screen and (max-width: 500px) {
  .proth-item-3 {
    width: 50%;
  }
}
.proth-item-4 {
  width: 25%;
}
@media screen and (max-width: 500px) {
  .proth-item-4 {
    width: 50%;
  }
}
.proth-item-5 {
  width: 20%;
}
@media screen and (max-width: 500px) {
  .proth-item-5 {
    width: 50%;
  }
}

.search-mona {
  position: relative;
  width: 100%;
}

.search-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: stretch;
  position: relative;
}
.search-input {
  font-family: "Inter", sans-serif;
  outline: none;
  border-radius: 0.4rem;
  border: 1px solid transparent;
  font-size: 1.4rem;
  color: #1A1A1A;
  flex: 1;
  height: 4rem;
  padding: 1.2rem 0;
  padding-bottom: 1.4rem;
  background-color: #2D6CB5;
  padding-left: 1.6rem;
  transition: 0.4s;
  line-height: 1;
  min-width: unset;
  width: 100%;
}
.search-input::placeholder {
  color: #8C8C8C;
}
.search-input:focus {
  border: 1px solid #B57F2D;
}
.search-btn {
  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;
  width: 3.2rem;
  height: 3.2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.4rem;
  border-radius: 0.8rem;
  cursor: pointer;
  display: block;
  transition: 0.4s ease-in-out;
  flex-shrink: 0;
}
.search-btn:hover {
  background-color: #B57F2D;
}
.search-btn .icon {
  width: 16px;
  height: 16px;
  margin-top: 0.2rem;
}

.t-title {
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 600;
  color: #2D6CB5;
}
@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.white {
  color: white;
}
.t-title.m-nor {
  margin-bottom: 24px;
}

.t-title-second {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 600;
  color: #2D6CB5;
}
@media only screen and (max-width: 1200px) {
  .t-title-second {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .t-title-second {
    font-size: 1.7rem;
  }
}
.t-title-second.m-nor {
  margin-bottom: 24px;
}
.t-center {
  text-align: center;
}

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

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

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

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

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

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

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

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

.fsi {
  font-style: italic;
}

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

.t9 {
  font-size: 0.9rem;
}

.t11 {
  font-size: 1.1rem;
}

.t12 {
  font-size: 1.2rem;
}

.t14 {
  font-size: 1.4rem;
}

.t16 {
  font-size: 1.6rem;
}

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

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

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

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

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

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

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

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

.c-pri {
  color: #2D6CB5;
}

.c-second {
  color: #B57F2D;
}

.c-third {
  color: rgba(45, 108, 181, 0.1);
}

.c-four {
  color: #E9F6FC;
}

.c-five {
  color: #3385FF;
}

.c-white {
  color: white;
}

.c-black {
  color: #000000;
}

.bc-pri {
  background-color: #2D6CB5;
}

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

.bc-third {
  background-color: rgba(45, 108, 181, 0.1);
}

.bc-four {
  background-color: #E9F6FC;
}

.bc-five {
  background-color: #3385FF;
}

.over-hd {
  overflow: hidden;
}

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

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

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

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

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

.swiper-pagination {
  position: static;
  margin-top: 2rem;
}
.swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.1);
  border: transparent;
  opacity: 1;
  transition: 0.4s;
}
.swiper-pagination-bullet-active {
  background-color: #2D6CB5;
  width: 3.2rem;
  border-radius: 10rem;
}

.swiper-prev,
.swiper-next {
  width: 4rem;
  height: 4rem;
  border-radius: 100rem;
  background-color: #f8f8f8;
  border: none;
  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;
}
.swiper-prev .icon,
.swiper-next .icon {
  color: #2D6CB5;
  font-size: 1.6rem;
  font-weight: 600;
}

.swiper-button-prev, .swiper-button-next {
  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;
  background-color: rgba(45, 108, 181, 0.1);
  border-radius: 100rem;
}
.swiper-button-prev::after, .swiper-button-next::after {
  font-size: 1.6rem;
  color: #ffffff;
}

.m-mid {
  margin: 0 auto;
}

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

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

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

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

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

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

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

.icon-left {
  margin-right: 8px;
}

.icon-right {
  margin-left: 8px;
}

.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: -8px;
  margin-bottom: -8px;
}
.spc-item {
  margin-left: 8px;
  margin-bottom: 8px;
}
.spc-16 .spc-list {
  margin-left: -16px;
  margin-bottom: -16px;
}
.spc-16 .spc-item {
  margin-bottom: 16px;
  margin-left: 16px;
}
.spc-24 .spc-list {
  margin-left: -24px;
  margin-bottom: -24px;
}
.spc-24 .spc-item {
  margin-bottom: 24px;
  margin-left: 24px;
}

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

.mb-2 {
  margin-bottom: 2px;
}

.mb-4 {
  margin-bottom: 4px;
}

.mb-6 {
  margin-bottom: 6px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-10 {
  margin-bottom: 10px;
}

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

.mb-12 {
  margin-bottom: 12px;
}

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

.mb-14 {
  margin-bottom: 14px;
}

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

.mb-15 {
  margin-bottom: 15px;
}

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

.mb-16 {
  margin-bottom: 16px;
}

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

.mb-18 {
  margin-bottom: 18px;
}

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

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

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

.mb-24 {
  margin-bottom: 24px;
}

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

.mb-25 {
  margin-bottom: 25px;
}

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

.mb-30 {
  margin-bottom: 30px;
}

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

.mb-32 {
  margin-bottom: 32px;
}

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

.mb-40 {
  margin-bottom: 40px;
}

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

.mb-48 {
  margin-bottom: 48px;
}

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

.mb-56 {
  margin-bottom: 56px;
}

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

.mb-64 {
  margin-bottom: 64px;
}

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

.mb-72 {
  margin-bottom: 72px;
}

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

.mb-80 {
  margin-bottom: 80px;
}

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

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

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

.ss-mg-b {
  margin-bottom: 80px;
}
@media screen and (max-width: 1200px) {
  .ss-mg-b {
    margin-bottom: 40px;
  }
}

.ss-pd {
  padding: 80px 0;
}
@media screen and (max-width: 1200px) {
  .ss-pd {
    padding: 40px 0;
  }
}

.ss-pd-t {
  padding-top: 80px;
}
@media screen and (max-width: 1200px) {
  .ss-pd-t {
    padding-top: 40px;
  }
}

.ss-pd-b {
  padding-bottom: 80px;
}
@media screen and (max-width: 1200px) {
  .ss-pd-b {
    padding-bottom: 40px;
  }
}

.recheck-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.recheck-input:checked ~ .recheck-dot::before {
  opacity: 1;
}
.recheck-dot {
  width: 24px;
  height: 24px;
  border-radius: 100rem;
  background-color: #f8f8f8;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  flex-shrink: 0;
}
.recheck-dot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  border-radius: 100rem;
  background-color: #B57F2D;
  transition: 0.1s ease-in-out;
  opacity: 0;
}
.recheck-text {
  margin-left: 8px;
}

.star {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-content: start;
}
.star-list {
  position: relative;
  height: 20px;
}
.star-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.star-flex .icon {
  width: 14px;
  height: 14px;
}
.star-flex .icon:not(:first-child) {
  margin-left: 4px;
}
.star-filter {
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 100%;
  width: 0;
}

@media screen and (max-width: 1200px) {
  .side-fixed {
    position: fixed;
    width: 300px;
    max-width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: white;
    z-index: 51;
    transition: 0.4s ease-in-out;
    opacity: 0;
    transform: translateX(110%);
    visibility: hidden;
  }
  .side-fixed.open {
    opacity: 1;
    transform: translate(0, 0);
    visibility: visible;
  }
}
@media screen and (max-width: 1200px) {
  .side-fixed-wrap {
    padding: 60px 24px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
}
.side-fixed.left {
  right: auto;
  left: 0;
  transform: translateX(-110%);
  background-color: transparent;
  z-index: 52;
}
@media screen and (max-width: 1600px) {
  .side-fixed.left {
    position: fixed;
    width: 300px;
    height: fit-content;
    max-width: 100%;
    top: 50%;
    bottom: 0;
    right: 0;
    background-color: transparent;
    z-index: 51;
    transition: 0.4s ease-in-out;
    opacity: 0;
    transform: translateX(-110%) translateY(-50%);
    visibility: hidden;
  }
  .side-fixed.left.open {
    opacity: 1;
    transform: translate(0, -50%);
    visibility: visible;
  }
}
@media screen and (min-width: 1600px) {
  .side-fixed.left {
    position: fixed;
    width: fit-content;
    height: fit-content;
    max-width: 100%;
    top: 50%;
    bottom: 0;
    right: 0;
    z-index: 51;
    transition: 0.4s ease-in-out;
    opacity: 1;
    transform: translate(0, -50%);
    visibility: visible;
  }
}
.side-fixed.left .side-close {
  display: none;
}
.side-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 50;
  transition: 0.5s ease-in-out;
  opacity: 0;
  transform: translateX(110%);
  visibility: hidden;
}
.side-overlay.open {
  opacity: 1;
  transform: translate(0, 0);
  visibility: visible;
}
@media screen and (min-width: 1201px) {
  .side-overlay {
    display: none;
  }
}
.side-overlay.left {
  transform: translateX(-110%);
  background-color: transparent;
}
@media screen and (min-width: 1600px) {
  .side-overlay.left {
    display: none;
  }
}
.side-overlay.left.open {
  opacity: 1;
  transform: translate(0, 0);
  visibility: visible;
}
@media screen and (min-width: 1600px) {
  .side-overlay.left {
    display: none;
  }
}
@media screen and (max-width: 1600px) {
  .side-overlay.left {
    display: block;
  }
}
.side-open {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 40;
  background-color: #1A1A1A;
  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;
}
@media screen and (min-width: 1201px) {
  .side-open {
    display: none;
  }
}
.side-open-wrap {
  width: 30px;
  height: 30px;
  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: #1A1A1A;
  font-weight: 600;
  font-size: 1.6rem;
}
.side-open.left {
  left: 0;
  right: auto;
  border-radius: 0 100rem 100rem 0;
  background-color: #2D6CB5;
}
@media screen and (min-width: 1600px) {
  .side-open.left {
    display: none;
  }
}
@media screen and (max-width: 1600px) {
  .side-open.left {
    display: flex;
  }
}
.side-open.left.close {
  opacity: 0;
  transform: translate(-100%, -50%);
  visibility: visible;
}
.side-open.left .icon {
  transform: rotate(180deg);
  color: #2D6CB5;
}
.side-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: white;
  border: 1px solid #2D6CB5;
  border-radius: 100rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
}
.side-close:hover .icon {
  transform: rotate(360deg);
}
.side-close .icon {
  font-size: 1.8rem;
  font-weight: 400;
  transition: 0.6s ease-in-out;
}
@media screen and (min-width: 1201px) {
  .side-close {
    display: none;
  }
}

.user {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .user {
    display: none;
  }
}
.user:hover .user-name {
  color: #B57F2D;
}
.user:hover .user-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.user-ava {
  width: 24px;
  height: 24px;
  border-radius: 100rem;
}
.user-ava img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.user-name {
  font-size: 1.4rem;
  color: #BCBCBC;
  margin-left: 4px;
  transition: 0.3s ease-in-out;
}
.user-menu {
  position: absolute;
  top: 150%;
  background-color: #F8F8F8;
  min-width: 150px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  z-index: 1;
  transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
}
.user-menu .link {
  display: block;
  cursor: pointer;
  padding: 6px 15px;
  white-space: nowrap;
  text-transform: capitalize;
  color: #2D6CB5;
  transition: 0.1s ease-in-out;
  font-weight: 500;
}
.user-menu .link:hover {
  color: white;
  background-color: #B57F2D;
}

.mxh-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-left: -8px;
}
.mxh-link {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100rem;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  margin-left: 8px;
}
.mxh-link:hover {
  transform: translateY(-5px);
}
.mxh-link .icon {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cmini {
  position: fixed;
  top: 136px;
  right: 0;
  height: 50%;
  min-width: 280px;
  max-width: 280px;
  box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.16);
  background-color: white;
  transition: 0.6s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
}
@media screen and (max-width: 1200px) {
  .cmini {
    top: 60px;
  }
}
.cmini.sticky {
  top: 60px;
}
@media screen and (max-width: 1200px) {
  .cmini.sticky {
    top: 56px;
  }
}
.cmini.sticky::before {
  width: 12px;
  height: 12px;
  top: -6px;
}
@media screen and (max-width: 1200px) {
  .cmini.sticky::before {
    width: 18px;
    height: 18px;
    top: -9px;
    right: 15px;
  }
}
.cmini::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: white;
  top: -12px;
  right: 40px;
  transition: 0.6s ease-in-out;
  transition-delay: 0.5s;
  transform: rotate(45deg);
}
@media screen and (max-width: 1200px) {
  .cmini::before {
    width: 18px;
    height: 18px;
    top: -9px;
    right: 15px;
  }
}
.cmini::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 14px;
  background-color: white;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .cmini {
    top: 72px;
  }
}
.cmini-wrap {
  padding: 16px;
  height: calc(100% - 60px);
  overflow-y: auto;
  position: relative;
}
.cmini-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: flex-start;
  -webkit-justify-content: flex-start;
  cursor: pointer;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.cmini-item:not(:last-child) {
  margin-bottom: 16px;
}
.cmini-item:hover .cart-name {
  color: #B57F2D;
}
.cmini-item:hover .cmini-img {
  border: 1px solid #B57F2D;
}
.cmini-img {
  width: 100px;
  height: 100px;
  background: #F8F8F8;
  flex-shrink: 0;
  position: relative;
  border: 1px solid transparent;
  transition: 0.3s ease-in-out;
}
.cmini-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cmini-delete {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 24px;
  height: 24px;
  border-radius: 100rem;
  background-color: #D0CBCD;
  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.6s ease-in-out;
}
.cmini-delete:hover {
  transform: rotate(360deg);
}
.cmini-delete .icon {
  color: white;
  font-size: 1.4rem;
  font-weight: 300;
}
.cmini-content {
  margin-left: 16px;
}
.cmini-content .cart-name {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cmini-color {
  width: 16px;
  height: 16px;
  margin-top: 14px;
}
.cmini-button {
  position: absolute;
  bottom: 16px;
  right: 16px;
  left: 16px;
}

.count {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding: 1rem;
  background-color: #F0F0F0;
  border-radius: 0.4rem;
  width: 29.2181069959%;
  height: 4.2rem;
}

.main {
  padding-top: var(--height);
}
.main.hasbg {
  background-color: #F6F7FA;
}

.tabBtn {
  cursor: pointer;
}

.tabLink {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.tabLink.open {
  opacity: 1;
  position: relative;
}

.tabPanel {
  position: absolute !important;
  opacity: 0;
  pointer-events: none;
  top: 0;
  transition: 0.7s;
  display: block !important;
  z-index: 2;
}
.tabPanel.open {
  animation: none;
  position: relative !important;
  opacity: 1;
  pointer-events: visible;
}
.tabPanel.open .contentTab {
  animation: tabRight 0.5s ease-in-out forwards;
  animation-delay: 0.2s;
}
.tabPanel .contentTab {
  animation: tabLeft 0.5s ease-in-out forwards;
  opacity: 0;
}

.mona-content h3 {
  font-weight: 600;
  margin: 1rem 0;
  font-size: 2.4rem;
}
@media only screen and (max-width: 1200px) {
  .mona-content h3 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .mona-content h3 {
    font-size: 1.7rem;
  }
}
.mona-content h3:first-child {
  margin-top: 0;
}
.mona-content p {
  margin: 1rem 0;
  color: #1A1A1A;
  word-break: break-word;
}
.mona-content .green {
  color: #E9F6FC;
  font-weight: bold;
}
.mona-content .img {
  width: 100%;
  margin: 1rem 0;
}
.mona-content .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
}
.mona-content ul li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 2rem;
}
.mona-content ul li:last-child {
  margin-bottom: 0;
}
.mona-content ul li::after {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 100rem;
  background-color: #1A1A1A;
  left: 0.5rem;
  top: 0.9rem;
  position: absolute;
}
.mona-content #toc_container {
  background: #E5EEEA;
  padding: 3.2rem;
  width: 100%;
  border: none;
  border-radius: 0.8rem;
  margin-top: 2rem;
}
.mona-content #toc_container .toc_list li:not(:first-child) {
  margin-top: 1rem;
}
.mona-content #toc_container .toc_list li::after {
  display: none;
}
.mona-content #toc_container .toc_list li > a {
  transform: 0.4s;
  text-decoration: none !important;
}
@media (hover: hover) {
  .mona-content #toc_container .toc_list li > a:hover {
    color: rgba(45, 108, 181, 0.1);
  }
}

.img-animated::after {
  content: "";
  position: absolute;
  height: 50%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  left: 0;
  top: 0;
  transition: 1s ease-in-out;
}
.img-animated::before {
  content: "";
  position: absolute;
  height: 50%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  left: 0;
  bottom: 0;
  transition: 1s ease-in-out;
  z-index: 2;
}
.img-animated.is-inview::after, .img-animated.is-inview::before {
  height: 0;
}

#lg-download {
  display: none;
}

#lg-actual-size {
  display: none;
}

.wp-block-table::-webkit-scrollbar {
  height: 0.2rem;
}
.wp-block-table table {
  min-width: 70rem;
}

.mona-cus-title {
  width: 100% !important;
}

.collapse-body {
  display: none;
}

.ui-datepicker .ui-datepicker-prev {
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev::after {
  content: "\f053";
  font-family: "Font Awesome 5 Pro";
  color: #ffffff;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ui-datepicker .ui-datepicker-prev .ui-icon {
  background-image: url("");
  background-position: center;
  background-size: contain;
}

.ui-datepicker .ui-datepicker-next {
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-next::after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  color: #ffffff;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ui-datepicker .ui-datepicker-next .ui-icon {
  background-image: url("");
  background-position: center;
  background-size: contain;
}

.ui-widget-header .ui-icon {
  background-image: url("");
  background-position: center;
  background-size: contain;
}

.ui-datepicker-header {
  background: linear-gradient(90deg, #f72ec8 0.49%, #4CCFFF 100%);
  color: #ffffff;
}

.ui-datepicker-unselectable .ui-state-default {
  text-align: center;
}

.ui-datepicker-unselectable .ui-state-default {
  background-color: transparent;
  color: #2D6CB5;
  border-color: transparent;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
  background-color: transparent;
  text-align: center;
  border: none;
  font-weight: 700;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight {
  background-color: transparent;
  color: #3385FF;
  border: none;
  text-align: center;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
  background: linear-gradient(90deg, #f72ec8 0.49%, #4CCFFF 100%);
  color: #ffffff;
  text-align: center;
  border-radius: 0.4rem;
}

.ui-widget.ui-widget-content {
  background-color: #ffffff;
  box-shadow: 0 0 1rem rgba(68, 68, 68, 0.3);
  border: none;
  position: relative;
  border: 0.1rem solid rgba(59, 222, 255, 0.5);
  border-radius: 0.8rem;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover {
  background-color: #3385FF;
  background: linear-gradient(90deg, #f72ec8 0.49%, #4CCFFF 100%);
  border-radius: 0.4rem;
  border: none;
  color: #ffffff;
}

button {
  padding: 0;
  background-color: transparent;
}

.wp-block-media-text__media img {
  border-radius: 1.6rem;
}

.wp-block-separator {
  border: none !important;
  border-bottom: 0.1rem solid rgba(68, 68, 68, 0.3) !important;
}

.item-hover-effect {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.item {
  width: 300px;
  height: 300px;
}

.img-inner {
  padding-top: 100%;
}

.img-shine {
  position: relative;
  overflow: hidden;
}
@media (hover: hover) {
  .img-shine:hover::after {
    animation: shine2 0.5s linear forwards;
    width: 200%;
    left: 100%;
  }
}
.img-shine::after {
  content: "";
  width: 0%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: -50%;
  top: 0;
  transition: 0.75s;
  opacity: 0;
  transform: skew(30deg);
  -webkit-transform: skew(30deg);
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -o-transform: skew(30deg);
}

.img-rec {
  position: relative;
  overflow: hidden;
}
@media (hover: hover) {
  .img-rec:hover .content {
    width: 100%;
    height: 100%;
  }
  .img-rec:hover .content p {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transition-delay: 0.7s;
  }
  .img-rec:hover .content::after {
    width: 90%;
    height: 90%;
    border-color: #ffffff;
    transition-delay: 0.3s;
    background-color: rgba(0, 0, 0, 0.6);
  }
}
.img-rec .content {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  transition: 0.4s;
  padding: 2rem;
}
.img-rec .content p {
  position: relative;
  transition: inherit;
  color: white;
  transform: translateY(2rem);
  -webkit-transform: translateY(2rem);
  -moz-transform: translateY(2rem);
  -ms-transform: translateY(2rem);
  -o-transform: translateY(2rem);
  opacity: 0;
  transition-delay: 0s;
}
.img-rec .content::after {
  content: "";
  width: 0%;
  height: 0%;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0.1rem solid transparent;
  transition: inherit;
  z-index: -1;
}

.zoom-in {
  position: relative;
  overflow: hidden;
}
.zoom-in img {
  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 (hover: hover) {
  .zoom-in:hover img {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
.zoom-in img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
}

.move-left {
  position: relative;
  overflow: hidden;
}
.move-left img {
  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 (hover: hover) {
  .move-left:hover img {
    transform: translate(calc(-50% + 10px), -50%);
    -webkit-transform: translate(calc(-50% + 10px), -50%);
    -moz-transform: translate(calc(-50% + 10px), -50%);
    -ms-transform: translate(calc(-50% + 10px), -50%);
    -o-transform: translate(calc(-50% + 10px), -50%);
  }
}
.move-left img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  width: calc(100% + 50px);
  max-width: none;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.mt4 {
  margin-top: 4rem;
}

.sc-pd {
  padding: 4rem 0;
}

.sc-pdb {
  padding-bottom: 4rem;
}

.sc-pdt {
  padding-top: 4rem;
}

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

.sc-pdt8 {
  padding-top: 8rem;
}
@media screen and (max-width: 1200px) {
  .sc-pdt8 {
    padding-top: 4rem;
  }
}

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

.blur {
  opacity: 0;
}
.blur.is-inview {
  -webkit-animation: text-focus-in 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: text-focus-in 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

.toast {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  max-width: 100%;
  min-width: 20rem;
  padding: 1.2rem 2.4rem;
  padding-right: 4rem;
  width: fit-content;
  border-radius: 1rem;
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  position: relative;
}
.toast.success {
  background-color: #ceffb5;
}
.toast.success .toast-txt {
  color: green;
}
.toast.success .toast-close {
  color: green;
}
.toast.error {
  background-color: #fca1a1;
}
.toast.error .toast-txt {
  color: red;
}
.toast.error .toast-close {
  color: red;
}
.toast.warn {
  background-color: #fcf6a1;
}
.toast.warn .toast-txt {
  color: rgb(255, 162, 0);
}
.toast.warn .toast-close {
  color: rgb(255, 162, 0);
}
.toast-txt {
  font-size: 1.4rem;
  font-weight: 600;
}
.toast-close {
  font-weight: 400;
  margin-left: auto;
  cursor: pointer;
  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;
  position: absolute;
  top: 1.5rem;
  right: 1.3rem;
}
.toast.open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.pagimain {
  margin-top: 4rem;
}

.scrollDeskJS {
  cursor: grab;
}
.scrollDeskJS:active {
  cursor: grabbing;
}
.scrollDeskJS::-webkit-scrollbar {
  height: 0;
}

.collapse-itemf.active .collapse-body {
  display: block;
}
.collapse-bodyf {
  display: block;
}

.setY {
  --gutter-x: 2.4rem;
  --gutter-y: 2.4rem;
}
@media screen and (max-width: 1200px) {
  .setY {
    --gutter-x: 1.6rem;
    --gutter-y: 2.4rem;
  }
}
@media screen and (max-width: 800px) {
  .setY {
    --gutter-x: 0.8rem;
    --gutter-y: 2.4rem;
  }
}

.setN {
  --gutter-x: 2.4rem;
  --gutter-y: 2.4rem;
}
@media screen and (max-width: 1200px) {
  .setN {
    --gutter-x: 1.6rem;
    --gutter-y: 1.6rem;
  }
}
@media screen and (max-width: 800px) {
  .setN {
    --gutter-x: 0.8rem;
    --gutter-y: 0.8rem;
  }
}

.setsmallG {
  --gutter-x: 0.6rem;
  --gutter-y: 0.6rem;
}

.setGF {
  --gutter-x: 2.4rem;
  --gutter-y: 4rem;
}
@media screen and (max-width: 1200px) {
  .setGF {
    --gutter-x: 1.6rem;
    --gutter-y: 3rem;
  }
}
@media screen and (max-width: 800px) {
  .setGF {
    --gutter-x: 1.6rem;
    --gutter-y: 2rem;
  }
}

.prl-scroll {
  overflow: hidden;
}
.prl-scroll img {
  height: 150% !important;
}

.zoom img {
  animation: zoomInf 40s linear infinite;
}

.title-svg {
  height: 3.5rem;
  margin: auto;
  width: fit-content;
  overflow: hidden;
}
.title-svg.is-inview .title-svg-inner {
  transform: translateY(0);
}
.title-svg-inner {
  width: fit-content;
  height: inherit;
  transition: 0.8s all;
  transform: translateY(100%);
}
.title-svg-inner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.form-list {
  align-items: end;
}
.form-ip {
  width: 100%;
}
.form-ip .text {
  color: #1A1A1A;
  margin-bottom: 0.8rem;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
}
.form-ip-per75 {
  width: 75%;
}
@media screen and (max-width: 800px) {
  .form-ip-per75 {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .form-ip-per75 {
    width: 100%;
  }
}
.form-ip.per5 {
  width: 50%;
}
@media screen and (max-width: 800px) {
  .form-ip.per5 {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .form-ip.per5 {
    width: 100%;
  }
}
.form-ip.per3 {
  width: 33.3333333333%;
}
@media screen and (max-width: 600px) {
  .form-ip.per3 {
    width: 100%;
  }
}
.form-ip.per25 {
  width: 25%;
}
@media screen and (max-width: 600px) {
  .form-ip.per25 {
    width: 100%;
  }
}
.form-ip.datetime {
  position: relative;
}
.form-ip.datetime::after {
  content: "";
  background-image: url("../assets/images/calendar.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 2rem;
  height: 2rem;
  position: absolute;
  right: 2rem;
  top: 58%;
}
.form-ip input,
.form-ip textarea,
.form-ip select {
  border: none;
  outline: none;
  color: #666666;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 1.6rem;
  transition: 0.4s;
  font-weight: 400;
  height: 4.4rem;
  padding: 1rem 1.6rem;
  border-radius: 0.8rem;
}
.form-ip input.placeholder,
.form-ip textarea.placeholder,
.form-ip select.placeholder {
  color: #666666;
  font-weight: 400;
}
.form-ip input:-moz-placeholder,
.form-ip textarea:-moz-placeholder,
.form-ip select:-moz-placeholder {
  color: #666666;
  font-weight: 400;
}
.form-ip input::-moz-placeholder,
.form-ip textarea::-moz-placeholder,
.form-ip select::-moz-placeholder {
  color: #666666;
  font-weight: 400;
}
.form-ip input:-ms-input-placeholder,
.form-ip textarea:-ms-input-placeholder,
.form-ip select:-ms-input-placeholder {
  color: #666666;
  font-weight: 400;
}
.form-ip input::-webkit-input-placeholder,
.form-ip textarea::-webkit-input-placeholder,
.form-ip select::-webkit-input-placeholder {
  color: #666666;
  font-weight: 400;
}
.form-ip input:focus,
.form-ip textarea:focus,
.form-ip select:focus {
  border: 0.1rem solid #2D6CB5;
}
.form-ip textarea {
  min-height: 13.7rem;
}
.form-ip input[type=date]::-webkit-inner-spin-button,
.form-ip input[type=date]::-webkit-calendar-picker-indicator {
  margin-right: 1rem;
  pointer-events: none;
  display: none;
}
.form-ip input[type=date] {
  cursor: text;
}
.form-ip .label-ip {
  border: none;
  outline: none;
  color: #ffffff;
  width: 100%;
  height: 4.4rem;
  background: linear-gradient(360deg, #d3fcff -137.5%, rgba(255, 255, 255, 0) 100%);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 0.8rem;
  display: block;
  padding: 1rem;
  cursor: pointer;
}
.form-ip .label-ip .label-txt {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.form-ip .btn-linear {
  margin-top: auto;
  margin-left: auto;
}
.form-ip.hasbtn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.form-ip.upfile > label {
  position: relative;
}
.form-ip.upfile > label::after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("../assets/images/iconupload.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.form-ip .input {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
}
.form-ip .input .seepassJS {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
}

.home-title-as {
  font-size: 9rem;
  color: #ffffff;
  font-family: "SVN-Vantom", sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  .home-title-as {
    font-size: 6rem;
  }
}
@media only screen and (max-width: 800px) {
  .home-title-as {
    font-size: 4.5rem;
  }
}

.mga {
  margin: auto;
}

.ofhd {
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 1201px) {
  .ofhd {
    height: 100vh;
  }
}

.scroll-container {
  /* Chiều cao của khung nắm kéo */
  /* Bật tính năng scroll */
}

.scroll-handle {
  user-select: none;
  will-change: transform;
}

.select-box {
  position: relative;
  min-width: 15rem;
}
.select-box .select-current {
  height: 4.4rem;
  padding: 1rem 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #1A1A1A;
  cursor: pointer;
  position: relative;
}
.select-box .select-current::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-top: 0.5rem solid rgb(100, 100, 100);
  position: absolute;
  top: 45%;
  right: 1.5rem;
}
.select-box .select-current .arrow {
  width: 2rem;
  height: 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;
  display: none;
}
.select-box .select-current .text-current {
  width: calc(100% - 2rem);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 700;
}
.select-box .select-options {
  position: absolute;
  top: calc(100% + 1rem);
  left: 0;
  width: 100%;
  z-index: 10;
  display: none;
  min-width: 30rem;
  border-radius: 1.6rem;
  overflow: hidden;
  box-shadow: 4px 8px 12px rgba(0, 0, 0, 0.05);
}
.select-box .select-options .opt-label {
  padding: 1rem 1.2rem;
  background-color: #ffffff;
  display: block;
  cursor: pointer;
  transition: 0.4;
}
@media (hover: hover) {
  .select-box .select-options .opt-label:hover {
    background-color: rgba(45, 108, 181, 0.1);
    color: #ffffff;
  }
}
.select-box .select-options .opt-input {
  display: none;
}
.select-box .select-options .opt .icon {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.8rem;
}
.select-box .select-options .opt .icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.select-box .select-options .opt-text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  font-weight: 700;
}

.megas {
  position: fixed;
  width: 100vw;
  height: calc(100vw - var(--height));
  background-color: white;
  top: var(--height);
  left: 0;
  padding: 6rem 0;
  transition: 0.8s;
  z-index: -1;
  transform: translateY(-100%);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.megas-wr {
  overflow-y: auto;
  overflow-x: hidden;
  height: 80vh;
}
.megas .megas-nav .menu > .menu-list {
  margin-top: 0.8rem;
  width: 100%;
  justify-content: unset;
  flex-direction: column !important;
}
.megas .megas-nav .menu > .menu-list > .menu-item.current_page_item > a {
  color: #2D6CB5;
}
.megas .megas-nav .menu > .menu-list > .menu-item.current_page_item > a::after {
  opacity: 1;
}
.megas .megas-nav .menu > .menu-list > .menu-item > a {
  padding: 1.2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #1A1A1A;
  font-size: 1.6rem;
  font-weight: 700;
}
.megas .megas-nav .menu > .menu-list > .menu-item > a::before {
  display: none;
}
.megas .megas-nav .menu-item {
  width: 100%;
}
.megas .megas-nav .menu-item:not(:first-child) {
  margin-top: 0.8rem;
}
.megas .megas-nav .menu-item.dropdown > a > i {
  display: flex;
}
.megas .megas-nav .menu-item.active > a {
  color: #2D6CB5;
}
.megas .megas-nav .menu-item.active > a > i {
  transform: rotate(180deg);
}
.megas .megas-nav .menu-item a {
  position: relative;
}
.megas .megas-nav .menu-item a i {
  width: 2rem;
  height: 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;
  display: none;
  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;
}
.megas .megas-nav .menu-item > a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem;
  font-size: 1.5rem;
  color: #1A1A1A;
  font-weight: 400;
}
.megas .megas-nav .menu-item > .menu-list {
  display: none;
  position: unset !important;
  visibility: visible;
  opacity: 1;
  transition: none;
  transform: none;
  box-shadow: none;
}
.megas .megas-nav .menu-item > .menu-list::before {
  content: "";
  position: absolute;
  top: 2rem;
  bottom: 2rem;
  left: 0;
  width: 1px;
  background-color: transparent;
}
.megas .megas-nav .menu-item > .menu-list > .menu-item {
  background-color: transparent;
}
.megas .megas-nav .menu-item > .menu-list > .menu-item.current_page_item > a {
  color: #2D6CB5;
}
.megas .megas-nav .menu-item > .menu-list > .menu-item > .menu-link {
  padding-left: 1.2rem;
}
@media (hover: hover) {
  .megas .megas-nav .menu-item > .menu-list > .menu-item > .menu-link:hover::before {
    height: 0 !important;
  }
}
.megas .megas-nav .menu-item > .menu-link {
  background-color: #F5F5F5;
  border-radius: 0.4rem;
}
.megas .megas-nav .menu-item > .menu-link + .menu-list > .menu-item > .menu-link {
  background-color: transparent;
}
.megas .menu-list {
  flex-direction: column !important;
}
.megas .menu-list > .menu-item > .menu-list > .menu-item .menu-link {
  padding: 0.4rem 1.2rem;
}
.megas .menu-list > .menu-item > .menu-list {
  margin-top: 1rem;
}
.megas-tt {
  font-size: 2rem;
  font-weight: 600;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
  display: block;
  min-height: 7.4rem;
  color: #1A1A1A;
}
@media only screen and (max-width: 1200px) {
  .megas-tt {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .megas-tt {
    font-size: 1.6rem;
  }
}
.megas-col {
  width: 25%;
}

.range-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
}
.range-label {
  font-family: psb;
}
.range-value {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 1.8rem;
}
.range-slider {
  height: 0.4rem;
  width: 100%;
  background-color: #ffffff;
  position: relative;
  border-radius: 100rem;
  margin-top: 2rem;
}
.range-slider .progress {
  position: absolute;
  height: 0.4rem;
  top: 0;
  background-color: #2D6CB5;
}
.range-input {
  position: relative;
}
.range-input input {
  position: absolute;
  top: -0.9rem;
  height: 1.4rem;
  width: 100%;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  margin: 0;
  border-radius: 100rem;
  cursor: grab;
}
.range-input input:active {
  cursor: grabbing;
}
.range-input input:first-child::-webkit-slider-thumb {
  height: 1.4rem;
  width: 1.4rem;
  border: 3px solid #2D6CB5;
}
.range-input input::-webkit-slider-thumb {
  height: 1.4rem;
  width: 1.4rem;
  border-radius: 50%;
  pointer-events: auto;
  -webkit-appearance: none;
  background-color: #2D6CB5;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}
.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: #2D6CB5;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}
.range-item {
  width: 50%;
  background-color: #F0F0F0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 1rem;
  border-radius: 0.4rem;
}

.home-bn {
  background-color: #ffffff;
}
.home-bn-inner {
  position: relative;
  height: 100%;
}
.home-bn-inner .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.home-bn-inner .bg-l {
  width: 52%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  clip-path: polygon(0 0, 67.4% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 560px) {
  .home-bn-inner .bg-l {
    display: none !important;
  }
}
.home-bn-inner .bg-l::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: 0;
  right: 0;
  z-index: 2;
  opacity: 0.9;
}
.home-bn-inner .bg-l img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-bn-inner .bg-r {
  width: 65%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 26% 100%);
}
@media screen and (max-width: 560px) {
  .home-bn-inner .bg-r {
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
.home-bn-inner .bg-r::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #2D6CB5;
  top: 0;
  right: 0;
  z-index: 2;
  opacity: 0.9;
}
.home-bn-inner .bg-r img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-bn-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.home-bn-main .inner {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 560px) {
  .home-bn-main .inner {
    flex-direction: column-reverse;
  }
}
.home-bn-main .swiper-slide-active .home-bn-img {
  transform: translate(0) scale(1);
  opacity: 1;
  transition: 1s;
  transform-origin: top left;
}
.home-bn-main .swiper-slide-active .home-bn-text-inner .tt .char {
  transition: 1s calc(var(--char-index) * 0.02s);
  transform: translateY(0);
  opacity: 1;
}
.home-bn-main .swiper-slide-active .home-bn-text-inner .desc {
  transform: translateY(0);
  transition: 1s 0.5s;
  opacity: 1;
}
.home-bn-main .swiper-slide-active .home-bn-text .btn, .home-bn-main .swiper-slide-active .home-bn-text .btn-pri, .home-bn-main .swiper-slide-active .home-bn-text .btn-second, .home-bn-main .swiper-slide-active .home-bn-text .btn-blue, .home-bn-main .swiper-slide-active .home-bn-text .btn-four {
  transform: translateY(0);
  opacity: 1;
  transition: 1s 1s;
}
.home-bn-main .swiper-button-prev, .home-bn-main .swiper-button-next {
  background-color: #2D6CB5;
  display: none;
}
.home-bn-thumb {
  width: 80%;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 600px) {
  .home-bn-thumb {
    width: 100%;
  }
}
.home-bn-thumb .swiper {
  padding: 0 5rem;
  display: flex;
}
@media screen and (max-width: 500px) {
  .home-bn-thumb .swiper {
    padding: 0 1.5rem;
  }
}
.home-bn-thumb .swiper-slide {
  overflow: visible;
}
.home-bn-thumb .swiper-slide-thumb-active .home-bn-thumb-it::after {
  border: 0.1rem solid #2D6CB5;
}
.home-bn-thumb-it {
  overflow: hidden;
  position: relative;
  transform: skewX(15deg);
  border-radius: 0.5rem;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .home-bn-thumb-it {
    transform: skewX(0deg);
  }
}
@media (hover: hover) {
  .home-bn-thumb-it:hover::after {
    border: 0.1rem solid #2D6CB5;
  }
}
.home-bn-thumb-it::after {
  content: "";
  width: 85%;
  height: 80%;
  border: 0.1rem solid #ffffff;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.5rem;
  transition: 0.4s;
  pointer-events: none;
}
.home-bn-thumb-inner {
  display: block;
  padding-top: calc((220 / 372) * 100%);
  position: relative;
  overflow: hidden;
  transform: skewX(-15deg);
  width: 120%;
  left: -12%;
}
@media screen and (max-width: 500px) {
  .home-bn-thumb-inner {
    transform: skewX(0deg);
  }
}
.home-bn-thumb-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-bn-img {
  width: 45%;
  transform: translateX(-100%) scale(0);
  opacity: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.home-bn-img .inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 560px) {
  .home-bn-img {
    width: 80%;
  }
}
.home-bn-text {
  width: 50%;
  padding: 4rem 0;
  padding-right: calc(var(--rewidth) - 4rem);
  margin-left: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 1270px) {
  .home-bn-text {
    padding-right: 1.5rem;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 560px) {
  .home-bn-text {
    width: 100%;
    padding: 2rem;
  }
  .home-bn-text-inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.home-bn-text .tt {
  font-size: 7.2rem;
  font-weight: 900;
  line-height: 1.2;
  color: #ffffff;
  text-align: right;
}
@media only screen and (max-width: 1200px) {
  .home-bn-text .tt {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 800px) {
  .home-bn-text .tt {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1200px) {
  .home-bn-text .tt {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 1200px) {
  .home-bn-text .tt {
    font-size: 4.5rem;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 800px) {
  .home-bn-text .tt {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 560px) {
  .home-bn-text .tt {
    text-align: center;
  }
}
.home-bn-text .tt .char {
  transform: translateY(4rem);
  opacity: 0;
}
.home-bn-text .desc {
  font-size: 2rem;
  color: #ffffff;
  text-align: right;
  margin: 4rem 0;
  opacity: 0;
  transform: translateY(4rem);
}
@media only screen and (max-width: 1200px) {
  .home-bn-text .desc {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .home-bn-text .desc {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1200px) {
  .home-bn-text .desc {
    margin: 2rem 0;
  }
}
@media screen and (max-width: 560px) {
  .home-bn-text .desc {
    text-align: center;
  }
}
.home-bn-text .btn, .home-bn-text .btn-pri, .home-bn-text .btn-second, .home-bn-text .btn-blue, .home-bn-text .btn-four {
  margin-left: auto;
  transform: translateY(4rem);
  opacity: 0;
}
@media screen and (max-width: 560px) {
  .home-bn-text .btn, .home-bn-text .btn-pri, .home-bn-text .btn-second, .home-bn-text .btn-blue, .home-bn-text .btn-four {
    margin: auto;
    border: 0.1rem solid #ffffff;
  }
}
.home-ab-container {
  width: var(--recont);
  margin-left: auto;
  padding-right: 4rem;
}
@media screen and (max-width: 1200px) {
  .home-ab-container {
    padding-right: 1.5rem;
    width: 100%;
    padding-left: 1.5rem;
  }
}
.home-ab-container .row {
  align-items: center;
}
.home-ab-content {
  width: 40%;
}
@media screen and (max-width: 800px) {
  .home-ab-content {
    width: 100%;
  }
}
.home-ab-content .tt {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.home-ab-content .tt::before {
  content: "";
  width: 5.2rem;
  height: 0.3rem;
  background-color: rgb(45, 108, 181);
  position: absolute;
  left: 0;
  bottom: 0;
}
.home-ab-content .tt::after {
  content: "";
  width: 18rem;
  height: 0.3rem;
  background-color: rgba(45, 108, 181, 0.2);
  position: absolute;
  left: 0;
  bottom: 0;
}
.home-ab-content .tt .icon {
  width: 5.6rem;
  height: 5.6rem;
  margin-right: 2.4rem;
}
.home-ab-content .tt .icon img {
  width: inherit;
  height: inherit;
  display: block;
}
.home-ab-content .tt-inner {
  font-size: 3.2rem;
  font-weight: 500;
  color: #2D6CB5;
}
@media only screen and (max-width: 1200px) {
  .home-ab-content .tt-inner {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .home-ab-content .tt-inner {
    font-size: 2.2rem;
  }
}
.home-ab-content .btn, .home-ab-content .btn-pri, .home-ab-content .btn-second, .home-ab-content .btn-blue, .home-ab-content .btn-four {
  margin-top: 2rem;
}
.home-ab-img {
  width: 60%;
}
@media screen and (max-width: 800px) {
  .home-ab-img {
    width: 100%;
  }
}
.home-ab-img .inner {
  display: block;
  padding-top: calc((638 / 908) * 100%);
  position: relative;
  overflow: hidden;
}
.home-ab-img .inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home .product .btn, .home .product .btn-pri, .home .product .btn-second, .home .product .btn-blue, .home .product .btn-four {
  margin: auto;
  margin-top: 3rem;
}
.home .product-furni-slide {
  position: relative;
}
.home .product-perview-hd {
  justify-content: unset;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .home .product-perview-hd {
    align-items: unset;
  }
}
.home .product-perview-hd .desc {
  margin-left: 7rem;
  margin-right: 2rem;
  width: 41.6666666667%;
}
@media screen and (max-width: 900px) {
  .home .product-perview-hd .desc {
    margin-left: 0;
    width: 100%;
  }
}
.home .product .customize .product-build-navi {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-left: auto;
}
.home .product .customize .product-build-navi .btn-prev,
.home .product .customize .product-build-navi .btn-next {
  position: static;
  transform: none;
}
.home .product .customize .product-build-navi .btn-next {
  margin-left: 1.2rem;
}
@media screen and (max-width: 1338px) {
  .home .product .customize .product-build-navi .btn-next {
    margin-left: 0;
  }
}
.home .product .customize .product-build-navi .pagination {
  margin-left: 2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.home .product .customize .product-build-navi .pagination .swiper-pagination-bullet {
  opacity: 0.1;
  background-color: #B57F2D;
}
.home .product .customize .product-build-navi .pagination .swiper-pagination-bullet-active {
  opacity: 1;
  width: 0.8rem;
  border-radius: 100rem;
}
@media screen and (max-width: 1338px) {
  .home .product .customize .product-build-navi {
    margin: unset;
    margin-left: auto;
  }
}
@media screen and (max-width: 900px) {
  .home .product .customize .product-build-navi {
    margin-top: 2rem;
    margin-left: 0;
    width: 100%;
  }
  .home .product .customize .product-build-navi .pagination {
    margin-left: auto;
    width: fit-content;
  }
}
.home .tt-inner .char {
  transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
  transform: translateY(2rem);
  opacity: 0;
}
.home .tt-inner.is-inview .char {
  transform: translateY(0);
  opacity: 1;
}
.home-our {
  background-color: #E9F6FC;
}
.home-our-container {
  width: var(--recont);
  margin-left: auto;
  padding-right: 4rem;
}
@media screen and (max-width: 1250px) {
  .home-our-container {
    width: 100%;
    padding: 0 1.5rem;
  }
}
.home-our .row {
  align-items: center;
}
@media screen and (max-width: 950px) {
  .home-our .row {
    flex-wrap: wrap;
  }
}
.home-our-content {
  width: calc(100% - 2rem - 46.9328703704vw);
  margin-right: 2rem;
}
@media screen and (max-width: 950px) {
  .home-our-content {
    width: 100%;
  }
}
.home-our-content .tt {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.home-our-content .tt::before {
  content: "";
  width: 5.2rem;
  height: 0.3rem;
  background-color: rgb(45, 108, 181);
  position: absolute;
  left: 0;
  bottom: 0;
}
.home-our-content .tt::after {
  content: "";
  width: 18rem;
  height: 0.3rem;
  background-color: rgba(45, 108, 181, 0.2);
  position: absolute;
  left: 0;
  bottom: 0;
}
.home-our-content .tt .icon {
  width: 5.6rem;
  height: 5.6rem;
  margin-right: 2.4rem;
}
.home-our-content .tt .icon img {
  width: inherit;
  height: inherit;
  display: block;
}
.home-our-content .tt-inner {
  font-size: 3.2rem;
  font-weight: 500;
  color: #2D6CB5;
}
@media only screen and (max-width: 1200px) {
  .home-our-content .tt-inner {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .home-our-content .tt-inner {
    font-size: 2.2rem;
  }
}
.home-our-content-cer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 475px) {
  .home-our-content-cer {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
}
.home-our-content-cer .img {
  width: 18rem;
  flex-shrink: 0;
  margin-right: 2.4rem;
  transition: 1s;
  transform: scale(0);
}
@media screen and (max-width: 950px) {
  .home-our-content-cer .img {
    width: 15rem;
  }
}
@media screen and (max-width: 475px) {
  .home-our-content-cer .img {
    width: 10rem;
    margin-right: 0;
  }
}
.home-our-content-cer .img-inner {
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
}
.home-our-content-cer .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-our-content-cer .info {
  clip-path: inset(0 100% 0 0);
  transition: 1s;
}
.home-our-content-cer .info-text {
  font-size: 2rem;
  font-weight: 600;
  color: #2D6CB5;
}
@media only screen and (max-width: 1200px) {
  .home-our-content-cer .info-text {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .home-our-content-cer .info-text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 475px) {
  .home-our-content-cer .info-text {
    text-align: center;
  }
}
@media screen and (max-width: 475px) {
  .home-our-content-cer .info-desc {
    text-align: center;
  }
}
.home-our-content-cer.is-inview .img {
  transform: scale(1);
}
.home-our-content-cer.is-inview .info {
  clip-path: inset(0 0 0 0);
}
.home-our-hex {
  margin-top: 4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  width: 69.1666666667%;
  gap: 4rem;
  position: relative;
}
@media screen and (max-width: 950px) {
  .home-our-hex {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .home-our-hex {
    gap: 2rem;
    margin-top: 1rem;
  }
}
.home-our-hex-it {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  width: calc(25% - 3rem);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .home-our-hex-it {
    width: calc(50% - 1rem);
  }
}
.home-our-hex-it::after {
  content: "";
  height: 0.1rem;
  width: 100%;
  background-color: #2D6CB5;
  position: absolute;
  top: 5.5rem;
  left: 4rem;
  z-index: -1;
}
@media screen and (max-width: 600px) {
  .home-our-hex-it::after {
    display: none;
  }
}
.home-our-hex-it:first-child .icon-cover::after {
  display: none;
}
.home-our-hex-it:last-child::after {
  display: none;
}
.home-our-hex-it:last-child .icon-cover::before {
  display: none;
}
.home-our-hex-it .icon {
  width: 10rem;
  height: 11rem;
  clip-path: polygon(50% 0, 0 24%, 0 76%, 50% 100%, 100% 76%, 100% 24%);
  background-color: #B57F2D;
  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;
}
.home-our-hex-it .icon img {
  width: 4rem;
  height: 4rem;
}
.home-our-hex-it .icon-cover {
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 600px) {
  .home-our-hex-it .icon-cover::after, .home-our-hex-it .icon-cover::before {
    display: none;
  }
}
.home-our-hex-it .icon-cover::after {
  content: "";
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 100rem;
  background-color: #2D6CB5;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.home-our-hex-it .icon-cover::before {
  content: "";
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 100rem;
  background-color: #2D6CB5;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}
.home-our-hex-it .num {
  font-size: 3.2rem;
  font-weight: 600;
  color: #2D6CB5;
  padding: 0 0 1rem 2rem;
  border: 0.1rem solid #2D6CB5;
  border-right: none;
  border-top: none;
  margin: 1rem 0;
  width: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media only screen and (max-width: 1200px) {
  .home-our-hex-it .num {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .home-our-hex-it .num {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 700px) {
  .home-our-hex-it .num {
    width: 80%;
  }
}
.home-our-img {
  width: 46.9328703704vw;
  margin-left: auto;
}
.home-our-img-inner {
  display: block;
  padding-top: calc((486 / 811) * 100%);
  position: relative;
  overflow: hidden;
  overflow: visible;
}
@media screen and (max-width: 950px) {
  .home-our-img-inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding-top: 0;
    gap: 0.8rem;
  }
}
@media screen and (max-width: 950px) {
  .home-our-img {
    max-width: 100%;
    margin: 2rem auto;
    width: 100%;
  }
}
.home-our-img-it {
  position: absolute;
}
@media screen and (max-width: 950px) {
  .home-our-img-it {
    position: unset;
  }
}
.home-our-img-it .inner {
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 0.8rem;
  border: 0.4rem solid #ffffff;
}
.home-our-img-it .inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-our-img-it:nth-child(3) {
  width: 28.125vw;
  height: 28.125vw;
  top: 0;
  right: calc(17.4189814815vw + 2.4rem);
}
.home-our-img-it:nth-child(1) {
  width: 17.4189814815vw;
  height: 17.4189814815vw;
  top: 60%;
  left: 50%;
}
@media screen and (max-width: 950px) {
  .home-our-img-it:nth-child(1) {
    top: 50%;
  }
}
.home-our-img-it:nth-child(2) {
  width: 17.4189814815vw;
  height: 17.4189814815vw;
  right: 0;
  top: 10%;
}
@media screen and (max-width: 950px) {
  .home-our-img-it:nth-child(n+1) {
    width: calc(33.3333333333% - 0.5333333333rem);
  }
  .home-our-img-it:nth-child(n+1) .inner {
    border: none;
  }
}
.home-vid {
  position: relative;
  height: 46.2962962963vw;
  min-height: 40rem;
  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;
}
.home-vid .bg {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.home-vid .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-vid .btn-vid {
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 100rem;
  position: absolute;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-color: #2D6CB5;
  z-index: 2;
}
.home-vid .btn-vid::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100rem;
  position: absolute;
  background-color: #2D6CB5;
  opacity: 0.5;
  z-index: -1;
  animation: grows 2s linear infinite;
}
.home-vid .btn-vid i {
  color: #ffffff;
}
.home-new-hd {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.home-new-hd .btn, .home-new-hd .btn-pri, .home-new-hd .btn-second, .home-new-hd .btn-blue, .home-new-hd .btn-four {
  margin-left: auto;
}
.home-new .tt {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.home-new .tt::before {
  content: "";
  width: 5.2rem;
  height: 0.3rem;
  background-color: rgb(45, 108, 181);
  position: absolute;
  left: 0;
  bottom: 0;
}
.home-new .tt::after {
  content: "";
  width: 18rem;
  height: 0.3rem;
  background-color: rgba(45, 108, 181, 0.2);
  position: absolute;
  left: 0;
  bottom: 0;
}
.home-new .tt .icon {
  width: 5.6rem;
  height: 5.6rem;
  margin-right: 2.4rem;
}
.home-new .tt .icon img {
  width: inherit;
  height: inherit;
  display: block;
}
.home-new .tt-inner {
  font-size: 3.2rem;
  font-weight: 500;
  color: #2D6CB5;
}
@media only screen and (max-width: 1200px) {
  .home-new .tt-inner {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .home-new .tt-inner {
    font-size: 2.2rem;
  }
}

.new-bn {
  background-color: #2D6CB5;
}
.new-bn-wr {
  position: relative;
  height: 100%;
  padding: 7rem 0 9rem 0;
}
.new-bn-wr .breadcrumb {
  position: absolute;
  top: 0;
  left: 0;
}
.new-bn-tt {
  font-size: 3.2rem;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .new-bn-tt {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .new-bn-tt {
    font-size: 2.2rem;
  }
}
.new-bn-sub {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 2rem;
  color: #ffffff;
  opacity: 0.7;
}
.new-bn.has-date .new-bn-tt {
  text-align: unset;
}
.new-main {
  margin-top: -7rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 550px) {
  .new-main-top .col-8 {
    width: 50%;
  }
  .new-main-top .col-4 {
    width: 50%;
  }
}
.new-main-bottom {
  margin-top: 2rem;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.1);
}
.new-main-bottom .col-4:last-child .new-it {
  border-right: none;
}
@media screen and (max-width: 600px) {
  .new-main-bottom .col-4 {
    width: 50%;
  }
  .new-main-bottom .col-4:nth-child(2) .new-it {
    border-right: none;
  }
  .new-main-bottom .col-4:last-child {
    width: 100%;
  }
}
.new-main-bottom .new-it {
  border-right: 0.1rem solid rgba(0, 0, 0, 0.1);
  padding: 2rem 0;
}
.new-it.big .inner .img-inner {
  display: block;
  padding-top: calc((384 / 792) * 100%);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 550px) {
  .new-it.big .inner .img-inner {
    display: block;
    padding-top: calc((1 / 1) * 100%);
    position: relative;
    overflow: hidden;
  }
}
.new-it.big .inner .img-inner img {
  object-position: left;
}
.new-it.rec .inner .img-inner {
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
}
.new-it .inner .tag {
  position: absolute;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  z-index: 2;
  bottom: 2rem;
  left: 2rem;
}
@media screen and (max-width: 600px) {
  .new-it .inner .tag {
    bottom: 1rem;
    left: 1rem;
  }
}
.new-it .inner .tag-it {
  padding: 0.8rem 1.6rem;
  background-color: #E9F6FC;
  border-radius: 100rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #2D6CB5;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  transition: 0.4s;
}
@media screen and (max-width: 600px) {
  .new-it .inner .tag-it {
    padding: 0.3rem 0.6rem;
    font-size: 1.2rem;
  }
}
@media (hover: hover) {
  .new-it .inner .tag-it:hover {
    background-color: #2D6CB5;
    color: #ffffff;
  }
}
.new-it .inner .img {
  position: relative;
  margin-bottom: 1.6rem;
}
.new-it .inner .img-inner {
  display: block;
  padding-top: calc((288 / 384) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 0.8rem;
}
.new-it .inner .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 500px) {
  .new-it .inner .img {
    margin-bottom: 0.5rem;
  }
}
.new-it .inner .info-tt {
  margin-bottom: 1rem;
  display: block;
  font-size: 2rem;
  font-weight: 600;
  transition: 0.4s;
  color: #1A1A1A;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .new-it .inner .info-tt {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .new-it .inner .info-tt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 500px) {
  .new-it .inner .info-tt {
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
  }
}
@media (hover: hover) {
  .new-it .inner .info-tt:hover {
    color: #2D6CB5;
  }
}
.new-it .inner .info-desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .new-it .inner .info-desc {
    font-size: 1.4rem;
  }
}
.new-list {
  background-color: #E9F6FC;
  padding: 4rem 0;
}
.new-list .new-it {
  width: 33.3333333333%;
}
@media screen and (max-width: 600px) {
  .new-list .new-it {
    width: 50%;
  }
}
.new-letter {
  background-color: #2D6CB5;
  padding: 2.6rem 0;
}
.new-letter .row {
  align-items: center;
}
@media screen and (max-width: 700px) {
  .new-letter .row .col-5,
.new-letter .row .col-7 {
    width: 100%;
  }
}
.new-letter-content .tt {
  font-size: 3.2rem;
  font-weight: 600;
  color: #ffffff;
}
@media only screen and (max-width: 1200px) {
  .new-letter-content .tt {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .new-letter-content .tt {
    font-size: 2.2rem;
  }
}
.new-letter-content .desc {
  color: #ffffff;
}
.new-letter-form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 400px) {
  .new-letter-form {
    flex-direction: column;
  }
}
.new-letter-form input {
  width: 100%;
  height: 4.8rem;
  background-color: #ffffff;
  border-radius: 0.8rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  margin-right: 4rem;
  padding: 0 2rem;
}
@media screen and (max-width: 400px) {
  .new-letter-form input {
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
.new-img {
  position: relative;
  height: 41.6666666667vw;
}
.new-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.new-detail {
  margin-top: -7rem;
  padding-bottom: 4rem;
}
.new-detail-img {
  border-radius: 1.2rem;
  overflow: hidden;
  margin-bottom: 3.2rem;
}
.new-detail-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 800px) {
  .new-detail-row .col-8, .new-detail-row .col-4 {
    width: 100%;
  }
}
.new-detail-social {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.4rem 0;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.1);
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
}
.new-detail-social .social {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.new-detail-social .social-link {
  width: 3.2rem;
  height: 3.2rem;
  transition: 0.4s;
}
@media (hover: hover) {
  .new-detail-social .social-link:hover {
    transform: translateY(-0.5rem);
  }
}
.new-detail-social .social-link img {
  width: inherit;
  height: inherit;
  display: block;
}
.new-detail-side {
  padding: 2.4rem;
  border-radius: 1.2rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 800px) {
  .new-detail-side {
    padding: 0;
    border: none;
  }
}
@media screen and (min-width: 801px) {
  .new-detail-side {
    position: sticky;
    top: calc(var(--height) + 2rem);
  }
}
.new-detail-side .new-it .info {
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 800px) {
  .new-detail-side .new-it {
    width: 33.3333333333%;
  }
  .new-detail-side .new-it .info {
    border: none;
  }
}
@media screen and (max-width: 450px) {
  .new-detail-side .new-it {
    width: 50%;
  }
}
.new-detail-side .tt {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1200px) {
  .new-detail-side .tt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .new-detail-side .tt {
    font-size: 1.7rem;
  }
}

.contact-map {
  height: 46.2962962963vw;
  min-height: 40rem;
}
.contact-map iframe {
  height: 100%;
  width: 100%;
  display: block;
}
.contact-main {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media screen and (max-width: 1036px) {
  .contact-main {
    flex-wrap: wrap;
  }
}
.contact-form {
  width: 100%;
  padding: 2rem 8rem;
}
@media screen and (max-width: 1300px) {
  .contact-form {
    padding: 2rem;
  }
}
@media screen and (max-width: 1036px) {
  .contact-form {
    width: 100%;
  }
}
.contact-form .tt {
  font-size: 5.6rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1200px) {
  .contact-form .tt {
    font-size: 5.1rem;
  }
}
@media only screen and (max-width: 800px) {
  .contact-form .tt {
    font-size: 4rem;
  }
}
.contact-form .btn, .contact-form .btn-pri, .contact-form .btn-second, .contact-form .btn-blue, .contact-form .btn-four {
  margin-top: 2rem;
}
.contact-img {
  width: 52.0833333333vw;
  flex-shrink: 0;
}
@media screen and (max-width: 1036px) {
  .contact-img {
    width: 100%;
    max-height: 60rem;
  }
}
.contact-img .inner {
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
  height: 100%;
}
.contact-img .inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1036px) {
  .contact-img .inner img {
    object-position: bottom;
  }
}

.building-bn {
  height: 32.4074074074vw;
  position: relative;
  min-height: 40rem;
}
.building-bn .bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.building-bn .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.building-bn .content {
  width: 66.6666666667%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin: auto;
  position: relative;
  z-index: 2;
  align-items: flex-end;
  padding-bottom: 8rem;
}
@media screen and (max-width: 1200px) {
  .building-bn .content {
    width: 100%;
    padding: 4rem 1.5rem;
  }
}
.building-bn .content .tt {
  font-size: 5.6rem;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .building-bn .content .tt {
    font-size: 5.1rem;
  }
}
@media only screen and (max-width: 800px) {
  .building-bn .content .tt {
    font-size: 4rem;
  }
}
.building-row {
  padding: 6.4rem 0;
}
@media screen and (max-width: 1200px) {
  .building-row {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 1200px) {
  .building-row.three .col-4 {
    width: 50%;
  }
}
.building-row.three .building-it .inner .img-inner {
  padding-top: 74.7395833333%;
}
.building-it {
  height: 100%;
}
.building-it .inner {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
.building-it .inner .img {
  margin-bottom: 1rem;
}
.building-it .inner .img-inner {
  display: block;
  padding-top: calc((331 / 588) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 1.2rem;
  border: 0.1rem solid transparent;
  transition: 0.4s;
}
@media (hover: hover) {
  .building-it .inner .img-inner:hover {
    border-color: #2D6CB5;
  }
}
.building-it .inner .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.building-it .inner .info {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
.building-it .inner .info-tt {
  font-size: 3.2rem;
  font-weight: 500;
  color: #1A1A1A;
  margin-bottom: 1rem;
  transition: 0.4s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .building-it .inner .info-tt {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .building-it .inner .info-tt {
    font-size: 2.2rem;
  }
}
@media (hover: hover) {
  .building-it .inner .info-tt:hover {
    color: #2D6CB5;
  }
}
@media screen and (max-width: 500px) {
  .building-it .inner .info-tt {
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
  }
}
.building-it .inner .info-desc {
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .building-it .inner .info-desc {
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
  }
}
.building-it .inner .info-link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding: 1rem 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: 0.4s;
  margin-top: auto;
}
.building-it .inner .info-link .text {
  color: #1A1A1A;
  font-weight: 500;
}
.building-it .inner .info-link .icon i {
  font-size: 1.4rem;
}
@media (hover: hover) {
  .building-it .inner .info-link:hover {
    border-color: #2D6CB5;
  }
  .building-it .inner .info-link:hover .text {
    color: #2D6CB5;
  }
  .building-it .inner .info-link:hover i {
    color: #2D6CB5;
  }
}
@media screen and (max-width: 500px) {
  .building-it .inner .info-link {
    font-size: 1.2rem;
    padding: 1rem 0;
  }
}

.product-detail {
  padding-bottom: 4rem;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 800px) {
  .product-detail .col-6 {
    width: 100%;
  }
}
.product-detail-slide {
  position: relative;
}
@media screen and (max-width: 800px) {
  .product-detail-slide {
    width: 50rem;
    max-width: 100%;
    margin: auto;
  }
}
.product-detail-slide .slide-main {
  background-color: #ffffff;
  overflow: hidden;
  border-radius: 0.8rem;
}
.product-detail-slide .slide-main-it {
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.product-detail-slide .slide-main-it img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-detail-slide .slide-thumb {
  position: absolute;
  width: calc(100% - 4rem);
  bottom: 2rem;
  left: 2rem;
}
.product-detail-slide .slide-thumb .swiper-slide {
  width: 20%;
}
.product-detail-slide .slide-thumb-navi .btn-prev,
.product-detail-slide .slide-thumb-navi .btn-next {
  position: absolute;
  top: 50%;
  z-index: 2;
}
.product-detail-slide .slide-thumb-navi .btn-prev {
  left: 0;
  transform: translate(-50%, -50%);
}
.product-detail-slide .slide-thumb-navi .btn-next {
  right: 0;
  transform: translate(50%, -50%);
}
.product-detail-slide .slide-thumb .swiper-slide {
  opacity: 0.5;
  transition: 0.4s;
}
.product-detail-slide .slide-thumb .swiper-slide-thumb-active {
  opacity: 1;
}
.product-detail-slide .slide-thumb-it {
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 0.6rem;
  cursor: pointer;
}
.product-detail-slide .slide-thumb-it img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-detail-info .tt {
  font-size: 3.2rem;
  font-weight: 600;
}
@media only screen and (max-width: 1200px) {
  .product-detail-info .tt {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .product-detail-info .tt {
    font-size: 2.2rem;
  }
}
.product-detail-info .desc {
  color: #4D4D4D;
  margin-bottom: 2.4rem;
}
.product-detail-info .btn, .product-detail-info .btn-pri, .product-detail-info .btn-second, .product-detail-info .btn-blue, .product-detail-info .btn-four {
  margin-top: 3.8rem;
}
.product .block-tt {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 1200px) {
  .product .block-tt {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .product .block-tt {
    font-size: 1.6rem;
  }
}
.product .block-it {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.product .block-it:not(:first-child) {
  margin-top: 1rem;
}
.product .block-it .icon {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.8rem;
  margin-top: 0.3rem;
}
.product .block-it .icon img {
  width: inherit;
  height: inherit;
  display: block;
}
.product .block-it .text .name {
  font-weight: 500;
  color: #2D6CB5;
}
.product-tab {
  padding-bottom: 8rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .product-tab {
    padding: 4rem 0;
    background-color: #2D6CB5;
  }
}
.product-tab::after {
  content: "";
  width: 100%;
  height: 70rem;
  position: absolute;
  clip-path: polygon(0 0, 50% 100%, 100% 0, 100% 99%, 0 99%);
  background-color: #2D6CB5;
  left: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
  transform: translateY(-20%);
}
@media screen and (max-width: 1200px) {
  .product-tab::after {
    display: none;
  }
}
.product-tab::before {
  content: "";
  width: 100%;
  height: 80%;
  position: absolute;
  background-color: #2D6CB5;
  left: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .product-tab::before {
    display: none;
  }
}
.product-tab-box {
  width: 140rem;
  max-width: calc(100% - 3rem);
  margin: auto;
  background-color: #ffffff;
  border-radius: 1.2rem;
  padding: 4rem 0;
}
.product-tab-main {
  overflow: hidden;
}
.product-tab-main .tab-control {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  padding: 0.4rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  border-radius: 100rem;
  gap: 1rem;
  margin-bottom: 1rem;
  overflow-x: auto;
}
.product-tab-main .tab-control::-webkit-scrollbar {
  height: 0;
}
@media screen and (max-width: 600px) {
  .product-tab-main .tab-control {
    border: none;
  }
}
.product-tab-main .tab-control-btn {
  width: 33.3333333333%;
  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: 1.4rem 2rem;
  border-radius: 100rem;
  font-weight: 500;
  cursor: pointer;
  transition: 0.4s;
  white-space: nowrap;
  border: 0.1rem solid transparent;
}
@media screen and (max-width: 600px) {
  .product-tab-main .tab-control-btn {
    font-size: 1.1rem;
    min-width: unset;
    width: fit-content;
    padding: 0.5rem 1rem;
  }
}
.product-tab-main .tab-control-btn.active {
  background-color: #E9F6FC;
  color: #2D6CB5;
  border-color: transparent;
}
@media (hover: hover) {
  .product-tab-main .tab-control-btn:hover {
    background-color: #E9F6FC;
    color: #2D6CB5;
  }
}
@media (hover: none) {
  .product-tab-main .tab-control-btn {
    border-color: rgba(0, 0, 0, 0.1);
  }
}
.product-tab-main .tab-box {
  position: relative;
}
.product-tab-main .tab-box .tabPanel {
  width: 100%;
}
.product-tab-main .tab-desc-tt {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1200px) {
  .product-tab-main .tab-desc-tt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .product-tab-main .tab-desc-tt {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 800px) {
  .product-tab-main .tab-desc .row .col-6 {
    width: 100%;
  }
}
.product-tab-main .tab-dimen-block:not(:first-child) {
  margin-top: 3rem;
}
.product-tab-main .tab-dimen-block .tt {
  font-weight: 600;
}
.product-tab-main .tab-dimen-it {
  border-radius: 0.8rem;
  padding: 1.2rem 2.4rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
}
.product-tab-main .tab-dimen-it:not(:first-child) {
  margin-top: 1rem;
}
@media screen and (max-width: 500px) {
  .product-tab-main .tab-dimen-it .row {
    flex-direction: column;
  }
  .product-tab-main .tab-dimen-it .row .col-6 {
    width: 100%;
  }
  .product-tab-main .tab-dimen-it .row .col-6:first-child {
    font-weight: 600;
  }
}
@media screen and (max-width: 735px) {
  .product-tab-main .tab-spec-box .row .col-6 {
    width: 100%;
  }
  .product-tab-main .tab-spec-box .row .col-6:not(:first-child) {
    margin-top: 1rem;
  }
}
.product-tab-main .tab-spec-desc {
  margin-top: 2rem;
}
.product-tab-main .tab-spec-desc .link {
  color: #2D6CB5;
  transition: 0.4s;
}
@media (hover: hover) {
  .product-tab-main .tab-spec-desc .link:hover {
    color: red;
  }
}
.product-fol {
  padding-top: 3rem;
  margin-top: 3rem;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.1);
}
.product-fol .tt {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1200px) {
  .product-fol .tt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .product-fol .tt {
    font-size: 1.7rem;
  }
}
.product-fol-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}
.product-fol-flex .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;
  border-radius: 0.8rem;
  background-color: #E9F6FC;
  padding: 1.4rem 2rem;
  width: calc(20% - 1.6rem);
  transition: 0.4s;
  border: 0.1rem solid transparent;
}
@media screen and (max-width: 950px) {
  .product-fol-flex .link {
    width: calc(25% - 1.5rem);
  }
}
@media screen and (max-width: 700px) {
  .product-fol-flex .link {
    width: calc(33.3333333333% - 1.3333333333rem);
  }
}
@media screen and (max-width: 550px) {
  .product-fol-flex .link {
    width: calc(100% - 0rem);
  }
  .product-fol-flex .link .text {
    font-size: 1.4rem;
  }
}
.product-fol-flex .link .text {
  font-weight: 600;
  color: #2D6CB5;
}
.product-fol-flex .link .icon {
  width: 2.4rem;
  height: 2.4rem;
  margin-left: 1rem;
  border-radius: 100rem;
  flex-shrink: 0;
  overflow: hidden;
}
.product-fol-flex .link .icon img {
  width: inherit;
  height: inherit;
  display: block;
}
@media (hover: hover) {
  .product-fol-flex .link:hover {
    border-color: #2D6CB5;
  }
}
.product-related {
  padding: 8rem 0;
}
@media screen and (max-width: 1200px) {
  .product-related {
    padding: 4rem 0;
  }
}
.product-related .tt {
  font-size: 4rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 3.2rem;
}
@media only screen and (max-width: 1200px) {
  .product-related .tt {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .product-related .tt {
    font-size: 2.7rem;
  }
}
.product-related-it .inner .img {
  margin-bottom: 1rem;
  position: relative;
}
.product-related-it .inner .img .seemore {
  position: absolute;
  bottom: 2rem;
  left: 4rem;
  width: calc(100% - 8rem);
  z-index: 2;
  height: 4.8rem;
  border-radius: 0.8rem;
  transition: 0.4s;
  transform: scale(0);
  background-color: #2D6CB5;
  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 solid #2D6CB5;
}
.product-related-it .inner .img .seemore .txt {
  color: #ffffff;
  transition: 0.4s;
  font-weight: 500;
}
@media (hover: hover) {
  .product-related-it .inner .img .seemore:hover {
    background-color: #E9F6FC;
  }
  .product-related-it .inner .img .seemore:hover .txt {
    color: #2D6CB5;
  }
}
.product-related-it .inner .img-inner {
  display: block;
  padding-top: calc((216 / 384) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 1.2rem;
}
.product-related-it .inner .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-related-it .inner .info-tt {
  color: #1A1A1A;
  margin-bottom: 1rem;
  font-size: 2.4rem;
  font-weight: 500;
  transition: 0.4s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .product-related-it .inner .info-tt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .product-related-it .inner .info-tt {
    font-size: 1.7rem;
  }
}
@media (hover: hover) {
  .product-related-it .inner .info-tt:hover {
    color: #2D6CB5;
  }
}
.product-related-it .inner .info-desc {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (hover: hover) {
  .product-related-it:hover .inner .img .seemore {
    transform: scale(1);
  }
}
.product .secSlide .tt {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.product .secSlide .tt::before {
  content: "";
  width: 5.2rem;
  height: 0.3rem;
  background-color: rgb(45, 108, 181);
  position: absolute;
  left: 0;
  bottom: 0;
}
.product .secSlide .tt::after {
  content: "";
  width: 18rem;
  height: 0.3rem;
  background-color: rgba(45, 108, 181, 0.2);
  position: absolute;
  left: 0;
  bottom: 0;
}
.product .secSlide .tt .icon {
  width: 5.6rem;
  height: 5.6rem;
  margin-right: 2.4rem;
}
.product .secSlide .tt .icon img {
  width: inherit;
  height: inherit;
  display: block;
}
.product .secSlide .tt-inner {
  font-size: 3.2rem;
  font-weight: 500;
  color: #2D6CB5;
}
@media only screen and (max-width: 1200px) {
  .product .secSlide .tt-inner {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .product .secSlide .tt-inner {
    font-size: 2.2rem;
  }
}
.product-build {
  background-color: #E9F6FC;
}
.product-build-it {
  width: 33.3333333333%;
}
.product-build-it .desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .product-build-it .desc {
    font-size: 1.4rem;
  }
}
.product-build-it .inner {
  position: relative;
}
.product-build-it .inner .img-inner {
  display: block;
  padding-top: calc((288 / 384) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 0.8rem;
  border: 0.1rem solid transparent;
  transition: 0.4s;
  background-color: #ffffff;
}
@media (hover: hover) {
  .product-build-it .inner .img-inner:hover {
    border-color: #2D6CB5;
  }
}
.product-build-it .inner .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-build-it .inner .info {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  width: calc(100% - 4rem);
}
@media screen and (max-width: 1200px) {
  .product-build-it .inner .info {
    position: unset;
    margin-top: 1rem;
    width: 100%;
  }
}
.product-build-it .inner .info-tt {
  color: #1A1A1A;
  transition: 0.4s;
  font-weight: 500;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .product-build-it .inner .info-tt {
    font-size: 1.4rem;
  }
}
@media (hover: hover) {
  .product-build-it .inner .info-tt:hover {
    color: #2D6CB5;
  }
}
.product-build-it:nth-child(n+4) {
  width: 50%;
}
.product-build-it:nth-child(n+4) .inner .img-inner {
  display: block;
  padding-top: calc((288 / 588) * 100%);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 978px) {
  .product-build-it:nth-child(1) {
    width: 50%;
  }
  .product-build-it:nth-child(1) .inner .img-inner {
    display: block;
    padding-top: calc((288 / 588) * 100%);
    position: relative;
    overflow: hidden;
  }
  .product-build-it:nth-child(2) {
    width: 50%;
  }
  .product-build-it:nth-child(2) .inner .img-inner {
    display: block;
    padding-top: calc((288 / 588) * 100%);
    position: relative;
    overflow: hidden;
  }
  .product-build-it:nth-child(n+3) {
    width: 33.3333333333%;
  }
  .product-build-it:nth-child(n+3) .inner .img-inner {
    display: block;
    padding-top: calc((288 / 384) * 100%);
    position: relative;
    overflow: hidden;
  }
}
@media screen and (max-width: 560px) {
  .product-build-it:nth-child(1) {
    width: 100%;
  }
  .product-build-it:nth-child(n+2) {
    width: 50%;
  }
  .product-build-it:nth-child(n+2) .inner .img-inner {
    display: block;
    padding-top: calc((288 / 384) * 100%);
    position: relative;
    overflow: hidden;
  }
}
.product-build .swiper-pagination {
  display: none;
}
.product-build .swiper-pagination-bullet {
  background-color: #B57F2D;
  opacity: 0.1;
}
.product-build .swiper-pagination-bullet-active {
  opacity: 1;
  width: 0.8rem;
}
.product-build-slide {
  position: relative;
}
@media screen and (max-width: 1338px) {
  .product-build-navi {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: auto;
    width: fit-content;
    gap: 2rem;
    margin-top: 2rem;
  }
}
.product-build-navi .btn-prev, .product-build-navi .btn-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: rgba(45, 108, 181, 0.2);
  border: none;
  width: 4.8rem;
  height: 4.8rem;
}
@media (hover: hover) {
  .product-build-navi .btn-prev:hover, .product-build-navi .btn-next:hover {
    background-color: #2D6CB5;
  }
  .product-build-navi .btn-prev:hover i, .product-build-navi .btn-next:hover i {
    color: #ffffff;
  }
}
.product-build-navi .btn-prev i, .product-build-navi .btn-next i {
  font-size: 1.6rem;
  font-weight: 700;
  color: #2D6CB5;
}
@media screen and (max-width: 1338px) {
  .product-build-navi .btn-prev, .product-build-navi .btn-next {
    position: unset;
    transform: none;
  }
}
.product-build-navi .btn-prev {
  left: -6rem;
}
.product-build-navi .btn-next {
  right: -6rem;
}
.product-perview {
  background-color: #f6f7fa;
}
.product-perview-hd {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
@media screen and (max-width: 900px) {
  .product-perview-hd {
    flex-direction: column;
  }
}
.product-perview-hd .desc {
  width: 33.3333333333%;
}
@media screen and (max-width: 900px) {
  .product-perview-hd .desc {
    width: 100%;
  }
}
.product-perview-it .inner .img {
  margin-bottom: 1rem;
  position: relative;
}
.product-perview-it .inner .img-lg {
  position: absolute;
  pointer-events: none;
  z-index: 2;
  width: 25%;
  left: 1rem;
  top: 1rem;
}
.product-perview-it .inner .img-lg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-perview-it .inner .img-inner {
  display: block;
  padding-top: calc((341 / 282) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 0.8rem;
  border: 0.1rem solid transparent;
  transition: 0.4s;
}
@media (hover: hover) {
  .product-perview-it .inner .img-inner:hover {
    border-color: #2D6CB5;
  }
}
.product-perview-it .inner .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-perview-it .inner .info-link {
  color: #1A1A1A;
  font-weight: 500;
  transition: 0.4s;
}
@media (hover: hover) {
  .product-perview-it .inner .info-link:hover {
    color: #2D6CB5;
  }
}
.product-perview-slide {
  position: relative;
}
.product-perview .swiper .swiper-pagination {
  display: none;
}
.product-perview .product-build-navi .btn-prev, .product-perview .product-build-navi .btn-next {
  top: 40%;
}
.product-furni {
  background-color: #E9F6FC;
}
.product-furni .product-perview-it {
  width: 41.6666666667%;
}
@media screen and (max-width: 600px) {
  .product-furni .product-perview-it {
    width: 50%;
  }
}
.product-furni .product-perview-it .inner {
  position: relative;
}
.product-furni .product-perview-it .inner .img {
  margin-bottom: 0;
}
.product-furni .product-perview-it .inner .img-lg {
  width: 10rem;
}
@media screen and (max-width: 700px) {
  .product-furni .product-perview-it .inner .img-lg {
    width: 7rem;
  }
}
.product-furni .product-perview-it .inner .img-inner {
  display: block;
  padding-top: calc((288 / 486) * 100%);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .product-furni .product-perview-it .inner .img-inner {
    padding-top: 100%;
  }
}
.product-furni .product-perview-it .inner .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-furni .product-perview-it .inner .info {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  z-index: 3;
  max-width: calc(100% - 4rem);
}
@media screen and (max-width: 700px) {
  .product-furni .product-perview-it .inner .info {
    bottom: 1rem;
    left: 1rem;
    max-width: calc(100% - 2rem);
  }
}
@media screen and (max-width: 600px) {
  .product-furni .product-perview-it .inner .info {
    width: 100%;
    position: unset;
    margin-top: 0.5rem;
  }
}
.product-furni .product-perview-it .inner .info-link {
  background-color: #F5F5F5;
  padding: 1rem 2rem;
  border-radius: 100rem;
  display: block;
}
@media screen and (max-width: 800px) {
  .product-furni .product-perview-it .inner .info-link {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 700px) {
  .product-furni .product-perview-it .inner .info-link {
    padding: 0.5rem 1rem;
  }
}
@media screen and (max-width: 600px) {
  .product-furni .product-perview-it .inner .info-link {
    padding: 0;
    background-color: transparent;
  }
}
@media (hover: hover) {
  .product-furni .product-perview-it .inner .info-link:hover {
    background-color: #2D6CB5;
    color: #ffffff;
  }
}
.product-furni .product-perview-it:nth-child(3n+1) {
  width: 58.3333333333%;
}
@media screen and (max-width: 600px) {
  .product-furni .product-perview-it:nth-child(3n+1) {
    width: 50%;
  }
}
.product-furni .product-perview-it:nth-child(3n+1) .inner .img-inner {
  display: block;
  padding-top: calc((288 / 690) * 100%);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .product-furni .product-perview-it:nth-child(3n+1) .inner .img-inner {
    padding-top: 100%;
  }
}
.product-furni .product-perview-it:nth-child(3n+1) .inner .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.manufacture-bn {
  height: 37.037037037vw;
  min-height: 40rem;
  position: relative;
}
.manufacture-bn .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.manufacture-bn .bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.32));
}
.manufacture-bn .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.manufacture-bn-container {
  position: relative;
  height: 100%;
}
.manufacture-bn-cont {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-bottom: 4rem;
}
.manufacture-bn-cont .tt {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 700px) {
  .manufacture-bn-cont .tt {
    flex-direction: column-reverse;
  }
}
.manufacture-bn-cont .tt-text {
  color: #ffffff;
  font-size: 5.6rem;
  font-weight: 500;
  margin-right: 4rem;
}
@media only screen and (max-width: 1200px) {
  .manufacture-bn-cont .tt-text {
    font-size: 5.1rem;
  }
}
@media only screen and (max-width: 800px) {
  .manufacture-bn-cont .tt-text {
    font-size: 4rem;
  }
}
@media screen and (max-width: 700px) {
  .manufacture-bn-cont .tt-text {
    margin-right: 0;
    margin-top: 4rem;
    text-align: center;
  }
}
@media screen and (max-width: 400px) {
  .manufacture-bn-cont .tt-text {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 400px) and (max-width: 1200px) {
  .manufacture-bn-cont .tt-text {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 400px) and (max-width: 800px) {
  .manufacture-bn-cont .tt-text {
    font-size: 2.7rem;
  }
}
.manufacture-bn-cont .tt .icon {
  width: 5.2rem;
  height: 5.2rem;
  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;
}
.manufacture-bn-cont .tt .icon::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100rem;
  border: 0.2rem solid #ffffff;
  position: absolute;
  animation: grows 3s linear infinite;
}
.manufacture-bn-cont .tt .icon img {
  width: inherit;
  height: inherit;
  display: block;
}
.manufacture-filter-tt {
  font-size: 4rem;
  font-weight: 500;
  margin-bottom: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  .manufacture-filter-tt {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .manufacture-filter-tt {
    font-size: 2.7rem;
  }
}
.manufacture-filter-link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 4rem;
}
.manufacture-filter-link .btn, .manufacture-filter-link .btn-pri, .manufacture-filter-link .btn-second, .manufacture-filter-link .btn-blue, .manufacture-filter-link .btn-four {
  box-shadow: none;
  padding: 1.6rem 2rem;
}
.manufacture-filter-it {
  width: 33.3333333333%;
}
@media screen and (max-width: 500px) {
  .manufacture-filter-it {
    width: 50%;
  }
}
.manufacture-filter-it .inner .img {
  margin-bottom: 1rem;
}
.manufacture-filter-it .inner .img-inner {
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 0.8rem;
}
.manufacture-filter-it .inner .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.manufacture-filter-it .inner .info-subtt {
  display: block;
  text-transform: uppercase;
  color: #2D6CB5;
  font-size: 1.6rem;
}
@media screen and (max-width: 600px) {
  .manufacture-filter-it .inner .info-subtt {
    font-size: 1.2rem;
  }
}
.manufacture-filter-it .inner .info-tt {
  color: #1A1A1A;
  transition: 0.4s;
  font-weight: 500;
  font-size: 2rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .manufacture-filter-it .inner .info-tt {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .manufacture-filter-it .inner .info-tt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .manufacture-filter-it .inner .info-tt {
    font-size: 1.4rem;
  }
}
@media (hover: hover) {
  .manufacture-filter-it .inner .info-tt:hover {
    color: #2D6CB5;
  }
}
.manufacture-detail .col-8 {
  margin: auto;
}
.manufacture-more {
  background-color: #E9F6FC;
}
.manufacture-more-tt {
  text-align: center;
  font-size: 4rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1200px) {
  .manufacture-more-tt {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .manufacture-more-tt {
    font-size: 2.7rem;
  }
}
.manufacture-more .manufacture-filter-it {
  width: 100%;
}

.message-bn {
  position: relative;
  height: 24.537037037vw;
  min-height: 40rem;
}
.message-bn .bg {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.message-bn .bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.message-bn .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.message-bn-container {
  position: relative;
  height: 100%;
}
.message-bn-cont {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.message-bn-cont .tt {
  font-size: 4.8rem;
  font-weight: 700;
  color: #ffffff;
}
@media only screen and (max-width: 1200px) {
  .message-bn-cont .tt {
    font-size: 4.3rem;
  }
}
@media only screen and (max-width: 800px) {
  .message-bn-cont .tt {
    font-size: 3.3rem;
  }
}
.message-letter-box {
  background-color: #FAFAFA;
  padding: 4rem 0;
  border-radius: 1.2rem;
}
@media screen and (max-width: 700px) {
  .message-letter-box {
    padding: 2rem;
  }
}
.message-letter-box .inner {
  width: 83.3333333333%;
  margin: auto;
}
@media screen and (max-width: 700px) {
  .message-letter-box .inner {
    width: 100%;
  }
}
.message-letter-box .dear {
  font-size: 2.4rem;
  font-weight: 600;
  color: #2D6CB5;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1200px) {
  .message-letter-box .dear {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .message-letter-box .dear {
    font-size: 1.7rem;
  }
}
.message-letter-box .sign {
  margin-top: 4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
}
.message-letter-box .sign-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.message-letter-box .sign-box .name {
  margin-right: 0.8rem;
  font-weight: 500;
}
.message-letter-box .sign-box .val-name {
  color: #2D6CB5;
  font-weight: 500;
}
.message-global {
  height: 37.037037037vw;
  position: relative;
  padding: 4rem 0;
  padding-bottom: 8rem;
}
@media screen and (max-width: 1200px) {
  .message-global {
    padding-bottom: 4rem;
    height: initial;
  }
}
.message-global .bg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.message-global .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.message-global-container {
  height: 100%;
}
.message-global-cont {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.message-global-box {
  background-color: #ffffff;
  width: 50%;
  position: relative;
  z-index: 2;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
  padding: 4rem;
  border-radius: 0.8rem;
}
@media screen and (max-width: 1200px) {
  .message-global-box {
    width: 50rem;
    margin: auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .message-global-box {
    padding: 2rem;
  }
}
.message-global-box .tt {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.message-global-box .tt .icon {
  width: 5.5rem;
  height: 5.5rem;
  margin-right: 1rem;
}
.message-global-box .tt .icon img {
  width: inherit;
  height: inherit;
  display: block;
}
.message-global-box .tt-text-sub {
  font-size: 1.4rem;
}
.message-global-box .tt-text-main {
  font-size: 3.2rem;
  font-weight: 600;
  color: #2D6CB5;
}
@media only screen and (max-width: 1200px) {
  .message-global-box .tt-text-main {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .message-global-box .tt-text-main {
    font-size: 2.2rem;
  }
}
.message-global-box .btn, .message-global-box .btn-pri, .message-global-box .btn-second, .message-global-box .btn-blue, .message-global-box .btn-four {
  margin-top: 3rem;
}
.message-quote {
  background-color: #E9F6FC;
}
@media screen and (max-width: 700px) {
  .message-quote .col-6 {
    width: 100%;
  }
}
.message-quote-content {
  width: 83.3333333333%;
}
@media screen and (max-width: 1200px) {
  .message-quote-content {
    width: 100%;
  }
}
.message-quote-content .tt {
  font-size: 3.2rem;
  font-weight: 700;
  color: #2D6CB5;
}
@media only screen and (max-width: 1200px) {
  .message-quote-content .tt {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .message-quote-content .tt {
    font-size: 2.2rem;
  }
}
.message-quote-form .btn, .message-quote-form .btn-pri, .message-quote-form .btn-second, .message-quote-form .btn-blue, .message-quote-form .btn-four {
  margin-top: 3rem;
}
@media screen and (max-width: 900px) {
  .message-company .col-6 {
    width: 100%;
  }
}
.message-company-info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2rem;
  position: relative;
}
.message-company-info::after {
  content: "";
  width: 11.5740740741vw;
  height: 11.5740740741vw;
  background-image: url("../assets/images/horse-dc.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 900px) {
  .message-company-info::after {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .message-company-info {
    flex-direction: unset;
  }
}
.message-company-info-it {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media screen and (max-width: 900px) {
  .message-company-info-it {
    width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 600px) {
  .message-company-info-it {
    width: 100%;
  }
}
.message-company-info-it .icon {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 1rem;
}
.message-company-info-it .icon img {
  width: inherit;
  height: inherit;
  display: block;
}
.message-company-info-it .text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
.message-company-info-it .text-name {
  font-weight: 600;
  color: #1A1A1A;
}
.message-company-info-it .text-val {
  color: #2D6CB5;
}
.message-company-cata {
  background: linear-gradient(140.67deg, #F5F5F5 2.46%, #FFFFFF 102.23%);
  box-shadow: inset 4px 8px 16px rgba(0, 0, 0, 0.1);
  padding: 8rem;
  border-radius: 1.2rem;
}
@media screen and (max-width: 1200px) {
  .message-company-cata {
    padding: 2rem;
  }
}
@media screen and (max-width: 900px) {
  .message-company-cata {
    max-width: 50rem;
    margin: auto;
  }
}
.message-company-box {
  border-radius: 0.8rem;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25), 4px 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.message-company-box .hd {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding: 3rem;
}
.message-company-box .hd .icon {
  width: 3.8rem;
  height: 3.8rem;
  margin-right: 1rem;
}
.message-company-box .hd .icon img {
  width: inherit;
  height: inherit;
  display: block;
}
.message-company-box .hd .text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
.message-company-box .hd .text-sub {
  font-size: 1rem;
}
.message-company-box .hd .text-main {
  font-size: 2rem;
  font-weight: 600;
  color: #2D6CB5;
}
@media only screen and (max-width: 1200px) {
  .message-company-box .hd .text-main {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .message-company-box .hd .text-main {
    font-size: 1.6rem;
  }
}
.message-company-box .bd-link {
  height: 15.6rem;
  background-color: red;
  display: block;
  position: relative;
}
.message-company-box .bd-link .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.message-company-box .bd-link .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.message-company-box .bd-link .link {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 2.2rem;
  color: #ffffff;
  display: inline-block;
  transform: rotate(-59deg);
  position: absolute;
  left: 1rem;
  top: 6rem;
}
@media only screen and (max-width: 1200px) {
  .message-company-box .bd-link .link {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .message-company-box .bd-link .link {
    font-size: 1.9rem;
  }
}
.message-company-box .bd-link .link::after {
  content: "";
  transition: 0.4s;
  height: 0.1rem;
  width: 0%;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (hover: hover) {
  .message-company-box .bd-link .link:hover::after {
    width: 100%;
  }
}
.message-company-box .bd-link .upd {
  position: absolute;
  bottom: 0.5rem;
  right: 1.5rem;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
}
.message-company-box .bd-link .triangle {
  position: absolute;
  height: 100%;
  width: 15rem;
  clip-path: polygon(9rem 0, 100% 0, 100% 100%, 0 100%);
  background: linear-gradient(0deg, rgba(45, 108, 181, 0.9), rgba(45, 108, 181, 0.9));
  right: 0;
  bottom: 0;
  z-index: 2;
}
.message-company-box .bd-link:nth-child(even) .triangle {
  background: none;
  background-color: white;
  right: unset;
  left: 0;
  clip-path: polygon(0 0, 6rem 0, 100% 100%, 0 100%);
  padding: 1.5rem 0;
}
.message-company-box .bd-link:nth-child(even) .triangle::after {
  content: "";
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #2D6CB5;
  z-index: 2;
  width: 60%;
  height: 100%;
}
.message-company-box .bd-link:nth-child(even) .triangle .link {
  color: #2D6CB5;
  position: static;
  transform: none;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.message-company-box .bd-link:nth-child(even) .triangle .link::after {
  background-color: #2D6CB5;
  width: 0.1rem;
  height: 0%;
  top: 0;
}
@media (hover: hover) {
  .message-company-box .bd-link:nth-child(even) .triangle .link:hover::after {
    height: 100%;
  }
}
.message-diagram {
  background-color: #E9F6FC;
}
.message-diagram-tt {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3rem;
}
.message-diagram-tt .icon {
  width: 5.4rem;
  height: 5.4rem;
}
.message-diagram-tt .icon img {
  width: inherit;
  height: inherit;
  display: block;
}
.message-diagram-tt .sub {
  font-size: 1.4rem;
}
.message-diagram-tt .tt {
  font-size: 3.2rem;
  font-weight: 600;
  color: #2D6CB5;
}
@media only screen and (max-width: 1200px) {
  .message-diagram-tt .tt {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .message-diagram-tt .tt {
    font-size: 2.2rem;
  }
}
.message-diagram-img {
  width: 153rem;
  max-width: calc(100vw - 3rem);
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .message-diagram-img {
    overflow-x: auto;
  }
  .message-diagram-img::-webkit-scrollbar {
    height: 0.2rem;
  }
}
@media screen and (max-width: 1000px) and (hover: hover) {
  .message-diagram-img:hover::-webkit-scrollbar {
    height: 0.4rem;
  }
}
.message-diagram-img .inner {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .message-diagram-img .inner {
    min-width: 90rem;
  }
}
.message-diagram-img .inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.message-map-tt {
  font-size: 4.8rem;
  font-weight: 700;
  color: #1A1A1A;
  text-align: center;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 1200px) {
  .message-map-tt {
    font-size: 4.3rem;
  }
}
@media only screen and (max-width: 800px) {
  .message-map-tt {
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 1200px) {
  .message-map-tt {
    margin-bottom: 2rem;
  }
}
.message-map-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 700px) {
  .message-map-block .col-3 {
    width: 50%;
  }
}
@media screen and (max-width: 384px) {
  .message-map-block .col-3 {
    width: 100%;
  }
}
.message-map-collapse:not(:first-child) {
  margin-top: 3rem;
}
.message-map-collapse .tt {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1200px) {
  .message-map-collapse .tt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .message-map-collapse .tt {
    font-size: 1.7rem;
  }
}
.message-map-collapse-head {
  background-color: #2D6CB5;
  padding: 0.8rem 2rem;
  border-radius: 0.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.message-map-collapse-head .text {
  color: #ffffff;
}
.message-map-collapse-head .ic {
  width: 1.6rem;
  height: 1.6rem;
  margin-left: auto;
  transition: 0.4s;
}
.message-map-collapse-head .ic i {
  width: inherit;
  height: inherit;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  color: #ffffff;
}
.message-map-collapse-it {
  padding: 0.8rem 2rem;
  background-color: #F5F5F5;
  border-radius: 0.4rem;
  display: block;
  margin-top: 0.5rem;
  color: #1A1A1A;
  transition: 0.4s;
}
@media (hover: hover) {
  .message-map-collapse-it:hover {
    color: #2D6CB5;
  }
}

.about-core {
  background-color: #E9F6FC;
  position: relative;
}
.about-core .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.about-core .bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about-core-tt {
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1200px) {
  .about-core-tt {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .about-core-tt {
    font-size: 2.2rem;
  }
}
.about-core-wrapper {
  padding: 0 4rem;
  position: relative;
}
@media screen and (max-width: 900px) {
  .about-core-wrapper {
    padding: 0;
  }
}
@media screen and (max-width: 420px) {
  .about-core-it {
    width: 100%;
  }
}
.about-core-it .inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
  padding: 4rem;
  border-radius: 0.8rem;
  box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.1);
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .about-core-it .inner {
    padding: 3rem;
  }
}
@media screen and (max-width: 600px) {
  .about-core-it .inner {
    padding: 1rem;
  }
}
.about-core-it .inner .ic {
  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: 6rem;
  height: 6rem;
  border-radius: 100rem;
  border: 0.6rem solid transparent;
}
.about-core-it .inner .ic img {
  width: 3.2rem;
  height: 3.2rem;
  display: block;
}
.about-core-it .inner .tt {
  font-size: 2rem;
  font-weight: 500;
  margin: 1rem 0;
}
@media only screen and (max-width: 1200px) {
  .about-core-it .inner .tt {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .about-core-it .inner .tt {
    font-size: 1.6rem;
  }
}
.about-core-it .inner .desc {
  text-align: center;
}
.about-core-it:nth-child(1) .inner .ic {
  border-color: #2D6CB5;
}
.about-core-it:nth-child(2) .inner .ic {
  border-color: #FFB300;
}
.about-core-it:nth-child(3) .inner .ic {
  border-color: #B57F2D;
}
.about-core-it:nth-child(4) .inner .ic {
  border-color: #7B3DD9;
}
.about-vision-it:nth-child(even) {
  flex-direction: row-reverse;
}
.about-vision-it:nth-child(even) .about-vision-img {
  clip-path: inset(100% 0 0 0);
}
.about-vision-it:nth-child(even) .inner {
  border-radius: 0.8rem 0.8rem 0 0;
}
.about-vision-it.is-inview .about-vision-img {
  clip-path: inset(0 0 0 0);
  transition-delay: 0.3s;
}
@media screen and (max-width: 600px) {
  .about-vision-it .col-6 {
    width: 100%;
  }
}
.about-vision-img {
  clip-path: inset(0 0 100% 0);
  transition: 1s;
}
.about-vision-img .inner {
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 0 0 0.8rem 0.8rem;
  height: 100%;
}
.about-vision-img .inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-vision-content .message-global-box {
  width: 100%;
  box-shadow: none;
  padding-left: 0;
  padding-top: 7rem;
}
@media screen and (max-width: 1200px) {
  .about-vision-content .message-global-box {
    padding: 2rem;
  }
}
.about-vision-content .message-global-box .desc {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .about-vision-content .message-global-box {
    padding: 1rem;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 500px) {
  .about-vision-content .message-global-box .tt-text-main {
    font-size: 1.6rem;
  }
}
.about-his {
  background-color: #E9F6FC;
  position: relative;
  overflow: hidden;
}
.about-his-container {
  width: var(--recont);
  margin-left: auto;
}
@media screen and (max-width: 1550px) {
  .about-his-container {
    width: calc(100% - 1.5rem);
  }
}
.about-his .about-core-tt {
  margin-bottom: 0;
}
.about-his-desc {
  text-align: center;
  margin-bottom: 2rem;
}
.about-his-it .inner .img {
  padding-right: 20%;
  position: relative;
}
@media screen and (max-width: 1050px) {
  .about-his-it .inner .img {
    padding-right: 2rem;
  }
}
@media screen and (max-width: 450px) {
  .about-his-it .inner .img {
    padding-right: 1.5rem;
  }
}
.about-his-it .inner .img-lg {
  position: absolute;
  z-index: 2;
  width: 7rem;
  left: 2rem;
  top: 2rem;
  pointer-events: none;
}
.about-his-it .inner .img-lg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about-his-it .inner .img-inner {
  display: block;
  padding-top: calc((288 / 384) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 0.8rem;
}
.about-his-it .inner .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-his-it .inner .year {
  margin: 1rem 0;
  position: relative;
}
.about-his-it .inner .year::before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 100rem;
  position: absolute;
  left: 60%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #2D6CB5;
  z-index: 2;
}
@media screen and (max-width: 1050px) {
  .about-his-it .inner .year::before {
    left: 80%;
  }
}
.about-his-it .inner .year::after {
  content: "";
  height: 0.2rem;
  width: 60%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #2D6CB5;
  z-index: 0;
}
@media screen and (max-width: 1050px) {
  .about-his-it .inner .year::after {
    width: 80%;
  }
}
.about-his-it .inner .year .dot {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  z-index: 2;
}
.about-his-it .inner .year .dot::after {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 100rem;
  position: absolute;
  right: -2rem;
  background-color: #2D6CB5;
}
.about-his-it .inner .year .dot::before {
  content: "";
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 100rem;
  background-color: #2D6CB5;
  position: absolute;
  left: 0;
  transform: translateX(-40%);
}
.about-his-it .inner .year .line {
  height: 0.2rem;
  width: 100%;
  background-color: #2D6CB5;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.about-his-it .inner .year-inner {
  position: relative;
  width: max-content;
  z-index: 1;
}
.about-his-it .inner .year-txt {
  padding: 1.3rem;
  min-width: 14rem;
  background-color: #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;
  border-radius: 0.4rem;
  border: 0.1rem solid rgba(45, 108, 181, 0.2);
  z-index: 3;
  position: relative;
}
.about-his-it .inner .year-txt::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 1.5rem solid #ffffff;
  left: 100%;
}
.about-his-it .inner .year-txt::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 1.1rem solid transparent;
  border-bottom: 1.1rem solid transparent;
  border-left: 1.6rem solid rgba(45, 108, 181, 0.2);
  left: 100%;
}
.about-his-it .inner .info {
  padding-right: 20%;
}
@media screen and (max-width: 1050px) {
  .about-his-it .inner .info {
    padding-right: 2rem;
  }
}
@media screen and (max-width: 450px) {
  .about-his-it .inner .info {
    padding-right: 1.5rem;
  }
}
.about-his-it .inner .info-tt {
  font-size: 2rem;
  color: #1A1A1A;
  transition: 0.4s;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .about-his-it .inner .info-tt {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .about-his-it .inner .info-tt {
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .about-his-it .inner .info-tt:hover {
    color: #2D6CB5;
  }
}
@media screen and (max-width: 600px) {
  .about-his-it .inner .info-tt {
    font-size: 1.4rem;
  }
}
.about-his-it .inner .info-desc {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .about-his-it .inner .info-desc {
    font-size: 1.2rem;
  }
}
.about-his-ctrl {
  position: absolute;
  top: 50%;
  transform: translate(-100%, -50%);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 33.5rem;
  height: 33.5rem;
  border-radius: 100rem;
  z-index: 2;
  border: 0.1rem solid #2D6CB5;
  transition: 0.8s;
}
@media screen and (min-width: 1551px) {
  .about-his-ctrl.is-inview {
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 1550px) {
  .about-his-ctrl {
    position: static;
    transform: none;
    width: fit-content;
    height: auto;
    margin: auto;
    padding: 0.5rem;
    margin-top: 3rem;
  }
}
.about-his-ctrl-sm {
  width: 28.3rem;
  height: 28.3rem;
  border-radius: 100rem;
  background-color: rgba(45, 108, 181, 0.1);
  position: relative;
}
@media screen and (max-width: 1550px) {
  .about-his-ctrl-sm {
    width: fit-content;
    height: auto;
    padding: 1rem;
  }
}
.about-his-ctrl-inner {
  position: absolute;
  z-index: 3;
  right: 20%;
  top: 50%;
  transform: translateY(-50%);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 1550px) {
  .about-his-ctrl-inner {
    flex-direction: row;
    transform: none;
    position: static;
  }
}
.about-his-ctrl-inner .btn-prev, .about-his-ctrl-inner .btn-next {
  border: none;
  width: 4rem;
  height: 4rem;
}
.about-his-ctrl-inner .fraction {
  font-weight: 600;
  color: #2D6CB5;
}
@media screen and (max-width: 1550px) {
  .about-his-ctrl-inner .fraction {
    margin: 0 2rem;
  }
}
.about-his-ctrl-inner .fraction-current {
  font-size: 3.2rem;
}
@media only screen and (max-width: 1200px) {
  .about-his-ctrl-inner .fraction-current {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .about-his-ctrl-inner .fraction-current {
    font-size: 2.2rem;
  }
}
.about-his-ctrl-inner .fraction-total {
  opacity: 0.4;
}
.about-his .swiper-slide-next + .swiper-slide .inner .year .line {
  background-color: #81B6F5;
  opacity: 0.4;
}
.about-his .swiper-slide-next + .swiper-slide + .swiper-slide .inner .year {
  margin: 1rem 0;
  position: relative;
}
.about-his .swiper-slide-next + .swiper-slide + .swiper-slide .inner .year::before {
  background-color: #81B6F5;
  opacity: 0.4;
  z-index: 2;
}
.about-his .swiper-slide-next + .swiper-slide + .swiper-slide .inner .year::after {
  transform: translateY(-50%);
  background-color: #CCDBED;
  z-index: 0;
}
.about-his .swiper-slide-next + .swiper-slide + .swiper-slide .inner .year .dot::after {
  background-color: #81B6F5;
  opacity: 0.4;
}
.about-his .swiper-slide-next + .swiper-slide + .swiper-slide .inner .year .dot::before {
  background-color: #81B6F5;
  opacity: 0.4;
}
.about-map-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about-map .btn, .about-map .btn-pri, .about-map .btn-second, .about-map .btn-blue, .about-map .btn-four {
  height: 4.4rem;
  box-shadow: none;
  margin: auto;
  margin-top: 3rem;
  min-width: 10.8rem;
}

.vision .qh-flex {
  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;
  gap: 13rem;
}
@media screen and (max-width: 1200px) {
  .vision .qh-flex {
    gap: 12rem;
  }
}
@media screen and (max-width: 600px) {
  .vision .qh-flex {
    gap: 8rem;
  }
}
.vision .qh-col {
  width: 50%;
}
.vision .qh-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: fit-content;
  margin-left: auto;
}
.vision .qh-icon .inner {
  width: 6.4rem;
  height: 6.4rem;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .vision .qh-icon .inner {
    width: 4rem;
    height: 4rem;
  }
}
@media screen and (max-width: 600px) {
  .vision .qh-icon .inner {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.vision .qh-icon .inner::before {
  content: "";
  position: absolute;
  width: 250%;
  padding-top: 250%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 50%;
  z-index: -1;
}
.vision .qh-icon .inner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.vision .qh-title {
  font-weight: 500;
  font-size: 2.4rem;
  color: #4d4d4d;
}
@media only screen and (max-width: 1200px) {
  .vision .qh-title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .vision .qh-title {
    font-size: 1.7rem;
  }
}
.vision .qh .des {
  color: #4d4d4d;
  font-size: 1.6rem;
  margin-top: 1.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
@media screen and (min-width: 1201px) {
  .vision .qh .des {
    min-height: 7.6rem;
  }
}
@media screen and (max-width: 600px) {
  .vision .qh .des {
    font-size: 1.2rem;
  }
}
.vision .qh-gr {
  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;
  gap: 6.8rem;
}
@media screen and (max-width: 1200px) {
  .vision .qh-gr {
    gap: 3.8rem;
  }
}
@media screen and (max-width: 600px) {
  .vision .qh-gr {
    gap: 1.4rem;
  }
}
.vision .qh-block:nth-child(even) .qh-flex {
  flex-direction: row-reverse;
}
.vision .qh-block:nth-child(even) .qh-icon {
  margin-left: unset;
  margin-right: auto;
}
.vision .qh-block:nth-child(even) .qh-content {
  text-align: right;
}
.vision .qh-wrap {
  padding: 10rem 0;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .vision .qh-wrap {
    padding: 4rem 0;
  }
}
.vision .qh-bg {
  position: absolute;
  top: 7rem;
  bottom: 7rem;
  left: 50%;
  width: 38.4rem;
  transform: translateX(-50%);
  z-index: -2;
}
@media screen and (max-width: 1200px) {
  .vision .qh-bg {
    top: 2.4rem;
    bottom: 2.4rem;
    width: 31.4rem;
  }
}
@media screen and (max-width: 600px) {
  .vision .qh-bg {
    top: 3.4rem;
    bottom: 3.4rem;
    width: 22.4rem;
  }
}
.vision .qh-bg img {
  display: block;
  width: 100%;
  height: 100%;
}
.vision .main {
  overflow: unset;
}

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