@charset "UTF-8";
@import url("../assets/fonts/Roboto/stylesheet.css");
/* LIBRARIES */
@import url("../js/libs/fontawesome/css/all.css");
@import url("../js/libs/swiper/swiper-bundle.min.css");
@import url("../js/libs/magnific/magnific-popup.min.css");
@import url("../js/libs/aos/aos.css");
@import url("../js/libs/wow/animate.min.css");
@import url("../js/libs/lightgallery/lightgallery.min.css");
@import url("../js/libs/select2/select2.min.css");
@import url("../js/libs/date-picker/daterangepicker.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;
}

@keyframes fadeInRight {
  0% {
    transform: translateX(50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  0% {
    transform: translateX(-50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    transform: translateY(50%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes widthLine {
  to {
    width: 7rem;
    @media (max-width: 1200px) {
      width: 4rem;
    }
  }
}
@-webkit-keyframes widthLine {
  to {
    width: 7rem;
    @media (max-width: 1200px) {
      width: 4rem;
    }
  }
}
@keyframes widthLine12 {
  to {
    width: 4rem;
  }
}
@-webkit-keyframes widthLine12 {
  to {
    width: 4rem;
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.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);
}
@media (min-width: 1201px) {
  .effectShine:hover::before {
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s;
  }
}

@keyframes bookForm {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes bookForm {
  0% {
    -webkit-transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes bookFormUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes bookFormUp {
  0% {
    -webkit-transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
    opacity: 1;
  }
}
.mona-content strong,
.mona-content b {
  font-weight: bold;
}
.mona-content em,
.mona-content i {
  font-style: italic;
}
.mona-content h1,
.mona-content h2,
.mona-content h3,
.mona-content h4,
.mona-content h5,
.mona-content h6 {
  line-height: 1.3;
  margin-bottom: 0.5em;
  margin-top: 0.6em;
}
.mona-content h1 {
  font-size: 1.7em;
}
.mona-content h2 {
  font-size: 1.6em;
}
.mona-content h3 {
  font-size: 1.25em;
}
.mona-content h4 {
  font-size: 1.125em;
}
.mona-content h5 {
  font-size: 1em;
}
.mona-content h6 {
  font-size: 0.85em;
}
.mona-content p {
  margin: 1em 0;
}
.mona-content ul,
.mona-content ol {
  margin: 1em 0;
  list-style-position: inside;
}
.mona-content ul ul,
.mona-content ul ol,
.mona-content ol ul,
.mona-content ol ol {
  margin-left: 1em;
}
.mona-content ul {
  list-style-type: disc;
}
.mona-content ol {
  list-style-type: decimal;
}
.mona-content ul ul,
.mona-content ol ul {
  list-style-type: circle;
}
.mona-content ol ol,
.mona-content ul ol {
  list-style-type: lower-latin;
}
.mona-content img,
.mona-content iframe {
  max-width: 100% !important;
  height: auto;
}
.mona-content blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1em 0;
  padding: 1em;
  quotes: "“" "”" "‘" "’";
}
.mona-content blockquote::before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.mona-content blockquote p {
  display: inline;
}
.mona-content table {
  border-collapse: collapse;
  max-width: 100%;
  margin: 1em 0;
  border: 1px solid #e1e1e1;
}
.mona-content table th,
.mona-content table td {
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 5px 10px;
  vertical-align: middle;
}
.mona-content .mona-youtube-wrap {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}
.mona-content .mona-youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mona-content .mona-table-wrap {
  overflow: auto;
}

.d-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.d-flex.f-stretch {
  align-items: stretch;
  -webkit-align-items: stretch;
}
.d-flex.f-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.d-flex.f-center {
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.d-flex.f-center.f-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.d-flex.f-start {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.d-flex.f-end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.d-flex.f-ctn {
  width: calc(100% + 2.4rem);
  margin-left: -1.2rem;
}
@media (max-width: 1200px) {
  .d-flex.f-ctn {
    width: calc(100% + 1.5rem);
    margin-left: -0.75rem;
  }
}
@media (max-width: 768px) {
  .d-flex.f-ctn {
    width: calc(100% + 0.8rem);
    margin-left: -0.4rem;
  }
}
.d-flex.f-nowrap {
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}

.col {
  padding: 0 1.2rem;
}
@media (max-width: 1200px) {
  .col {
    padding: 0 0.75rem;
  }
}
@media (max-width: 768px) {
  .col {
    padding: 0 0.4rem;
  }
}

.col-1 {
  width: 8.3333333333%;
}

.col-2 {
  width: 16.6666666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.3333333333%;
}

.col-5 {
  width: 41.6666666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.3333333333%;
}

.col-8 {
  width: 66.6666666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.3333333333%;
}

.col-11 {
  width: 91.6666666667%;
}

.col-12 {
  width: 100%;
}

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

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

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

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

.col {
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

.upper {
  text-transform: uppercase;
}

.lower {
  text-transform: lowercase;
}

.capital {
  text-transform: capitalize;
}

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

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

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

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

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

.resize-none {
  resize: none;
}

.block {
  display: block;
}

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

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

.opacity-1 {
  opacity: 0.1;
}

.opacity-2 {
  opacity: 0.2;
}

.opacity-3 {
  opacity: 0.3;
}

.opacity-4 {
  opacity: 0.4;
}

.opacity-5 {
  opacity: 0.5;
}

.opacity-6 {
  opacity: 0.6;
}

.opacity-7 {
  opacity: 0.7;
}

.opacity-8 {
  opacity: 0.8;
}

.opacity-9 {
  opacity: 0.9;
}

.hidden {
  display: none;
}

.show {
  display: block;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  font-family: "Roboto", "sans-serif";
  font-size: 1.6rem;
  color: #4D4D4D;
  line-height: 1.5;
  overflow: hidden auto;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  letter-spacing: 0.02em;
}

/* width */
::-webkit-scrollbar {
  width: 7px;
}
@media (max-width: 1200px) {
  ::-webkit-scrollbar {
    width: 3px;
  }
}

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

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

a {
  text-decoration: none;
  color: inherit;
}

button,
select, input, textarea {
  font-family: "Roboto", "sans-serif";
  font-size: 1.4rem;
  line-height: 1.2;
  padding: 0;
  border: none;
  outline: none;
  resize: none;
  vertical-align: middle;
}

.container {
  position: relative;
  width: 100%;
  max-width: 123rem;
  height: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media (max-width: 768px) {
  .container {
    padding: 0 0.8rem;
  }
}

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

.section {
  padding: 9.6rem 0;
}
@media (max-width: 1200px) {
  .section {
    padding: 5.6rem 0;
  }
}

.sec-header {
  margin-bottom: 4rem;
}

.sec-tt {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.2;
  color: #4D4D4D;
  transition: 0.3s;
}
@media only screen and (max-width: 1200px) {
  .sec-tt {
    font-size: 4.3rem;
  }
}
@media only screen and (max-width: 800px) {
  .sec-tt {
    font-size: 3.2rem;
  }
}
@media (max-width: 1200px) {
  .sec-tt {
    font-size: 2.4rem;
  }
}
.sec-tt.sec-subtt {
  font-size: 2.1rem;
}
@media only screen and (max-width: 1200px) {
  .sec-tt.sec-subtt {
    font-size: 1.9rem;
  }
}
@media only screen and (max-width: 800px) {
  .sec-tt.sec-subtt {
    font-size: 1.7rem;
  }
}

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

.sec-desc {
  color: #4D4D4D;
  line-height: 1.5;
  width: 100%;
  max-width: 55.8rem;
  margin: 0 auto;
  margin-top: 0.8rem;
}
.sec-desc p {
  margin-bottom: 0.8rem;
}
.sec-desc p:last-child {
  margin-bottom: 0;
}

.sec-quote {
  font-style: italic;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #2c446c;
  margin-bottom: 3.2rem;
}
@media only screen and (max-width: 1200px) {
  .sec-quote {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .sec-quote {
    font-size: 1.7rem;
  }
}

.btn {
  padding: 1.4rem 2.4rem;
  border-radius: 0.8rem;
  width: max-content;
  background: #2c446c;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  transition: 0.5s;
  cursor: pointer;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.btn::after {
  content: "";
  background: #4D4D4D;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  top: 0;
  left: 0;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: center right;
  transition: transform 0.5s ease;
}
@media (min-width: 1201px) {
  .btn:hover::after {
    transform: scale(1);
    transform-origin: center left;
  }
}
@media (min-width: 1201px) {
  .btn[type=submit]:hover {
    background-color: #4D4D4D;
  }
  .btn[type=submit]:hover::after {
    transform: scale(1);
    transform-origin: center left;
  }
}
.btn img {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 1rem;
}
.btn.btn-black {
  background: #4D4D4D;
  color: #fff;
}
@media (min-width: 1201px) {
  .btn.btn-black:hover {
    color: #4D4D4D;
  }
}
.btn.btn-black::after {
  background: #fff;
}
.btn.btn-small {
  padding: 0.8rem 1.6rem;
  font-size: 1.4rem;
}

.view-more {
  font-size: 1.6rem;
  font-weight: 500;
  color: #4D4D4D;
  position: relative;
  text-transform: uppercase;
  transition: 0.3s;
  padding-right: 2.4rem;
}
.view-more::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 2rem;
  height: 0.9rem;
  background: url("../assets/images/view-arrow.svg") no-repeat;
  background-size: cover;
  transition: 0.3s ease;
}
@media (min-width: 1201px) {
  .view-more:hover {
    color: #2c446c;
  }
  .view-more:hover::before {
    transform: translate(0.5rem, -50%);
  }
}

.read-more {
  color: #2c446c;
  text-transform: capitalize;
  transition: 0.3s;
  position: relative;
  padding-right: 2.4rem;
}
@media (min-width: 1201px) {
  .read-more:hover {
    color: #000;
  }
}
.read-more::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  background: url("../assets/images/arrow-right.svg") no-repeat;
  background-size: cover;
}

.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.row-ctn {
  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;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: stretch;
  -webkit-align-items: stretch;
  width: calc(100% + 3rem);
  margin-left: -1.5rem;
}
@media (max-width: 1200px) {
  .row-ctn {
    width: calc(100% + 1.5rem);
    margin-left: -0.75rem;
  }
}

img {
  object-fit: cover;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  transition: 1s;
}

.hl-pri {
  color: #2c446c;
}

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

.wow {
  animation-duration: 1s;
}

:root {
  --heightHeaderTop: 4rem;
}

.hd {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  color: #4D4D4D;
}
.hd .container {
  height: auto;
}
@media (max-width: 1200px) {
  .hd .container .d-flex {
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
  }
}
.hd.out .hd-top {
  padding: 0.5rem 0;
}
.hd.out .hd-bottom::before {
  height: 100%;
}
.hd.out .hd-menu .menu-item a {
  padding: 1.2rem 1.6rem;
}
.hd.out .hd-menu .menu-item a:hover {
  color: #4D4D4D;
}
@media (max-width: 1200px) {
  .hd-ctn {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
}
@media (max-width: 1200px) {
  .hd-contact {
    display: none;
  }
}
.hd-contact-list {
  width: calc(100% + 3.2rem);
  margin-left: -1.6rem;
}
.hd-contact-item {
  padding: 0 1.6rem;
}
.hd-contact-item a {
  transition: 0.3s;
}
@media (min-width: 1201px) {
  .hd-contact-item a:hover {
    color: #2c446c;
  }
}
.hd-account-item {
  transition: 0.3s;
  padding: 0 0.4rem;
}
@media (min-width: 1201px) {
  .hd-account-item:hover {
    color: #2c446c;
  }
}
.hd-account-list.mb {
  padding-left: 1.2rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
@media screen and (min-width: 1200px) {
  .hd-account-list.mb {
    display: none;
  }
}
.hd-top {
  min-height: var(--heightHeaderTop);
  padding: 1rem 0;
  background-color: #F5F5F5;
  transition: 0.3s;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
@media screen and (max-width: 1200px) {
  .hd-top {
    display: none;
  }
}
.hd-bottom {
  background: rgba(0, 0, 0, 0.16);
  position: relative;
}
@media screen and (max-width: 1200px) {
  .hd-bottom {
    width: 100%;
  }
}
.hd-bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #2c446c;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .hd-bottom-ctn {
    align-items: center;
  }
}
@media (max-width: 1200px) {
  .hd-logo {
    width: 25%;
  }
}
.hd-logo .logo {
  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: 100%;
  height: 100%;
}
@Media (max-width: 1200px) {
  .hd-logo .logo {
    max-width: 12rem;
    margin: 0 auto;
  }
}
.hd-logo .logo img {
  width: 100%;
  object-fit: contain;
  height: auto;
}
@media (max-width: 1200px) {
  .hd-menu {
    position: fixed;
    z-index: 500;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    max-width: 30rem;
    background-color: #fff;
    transform: translateX(100%);
    transition: 0.3s linear;
    overflow: hidden auto;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
  }
  .hd-menu.active {
    transform: translateX(0);
  }
  .hd-menu.d-flex.f-center {
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}
.hd-menu-logo {
  width: 100%;
  padding: 0.5rem;
  background-color: #2c446c;
  display: none;
  position: sticky;
  top: 0;
  z-index: 5;
}
.hd-menu-logo.ele-show {
  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: 10%;
  background-color: transparent;
  padding: 0;
}
@media (max-width: 1200px) {
  .hd-menu-logo {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    height: 5.6rem;
  }
}
.hd-menu-logo .logo {
  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: 100%;
  max-width: max-content;
  height: 100%;
  color: #fff;
}
@media screen and (max-width: 400px) {
  .hd-menu-logo .logo {
    font-size: 1.4rem;
  }
}
.hd-menu-logo .logo img {
  object-fit: contain;
}
.hd-menu-logo .logo span {
  display: inline-block;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 1rem;
}
@media screen and (max-width: 400px) {
  .hd-menu-logo .logo span {
    width: 2rem;
    height: 2rem;
  }
}
.hd-menu-logo .menu-close {
  position: relative;
  margin-left: 0.8rem;
  z-index: 5;
  width: 3.2rem;
  height: 3.2rem;
}
.hd-menu-logo .menu-close-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.hd-menu-logo .menu-close-wrap span {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 70%;
  height: 1px;
  background-color: #fff;
}
.hd-menu-logo .menu-close-wrap span:nth-child(1) {
  width: 25%;
  transform-origin: right;
  transform: rotate(35deg);
}
.hd-menu-logo .menu-close-wrap span:nth-child(2) {
  width: 25%;
  transform-origin: right;
  transform: rotate(-35deg);
}
.hd-menu-info {
  color: #000;
  padding: 1.5rem;
  display: none;
}
@media (max-width: 1200px) {
  .hd-menu-info {
    display: block;
  }
}
.hd-menu-info p {
  margin-bottom: 1.5rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.hd-menu-info p img {
  width: 1.6rem;
  height: 1.6rem;
  object-fit: contain;
  flex-shrink: 0;
  margin-right: 1.2rem;
}
.hd-menu-info p:last-child {
  margin-bottom: 0;
}
.hd-menu-info p.title {
  text-transform: uppercase;
}
.hd-menu-info-item {
  margin-bottom: 3.2rem;
}
.hd-menu-info-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .hd-menu .menu {
    width: 100%;
    padding: 1rem 0;
  }
}
@media (max-width: 1200px) {
  .hd-menu .menu-list {
    width: 100%;
    margin-left: 0;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}
@media (max-width: 1200px) {
  .hd-menu .menu-item {
    width: 100%;
  }
}
.hd-menu .menu-item.current-menu-item a {
  font-weight: 700;
}
.hd-menu .menu-item.current-menu-item a::before {
  opacity: 1;
}
.hd-menu .menu-item:last-child a {
  padding-right: 0;
}
.hd-menu .menu-item:last-child a::before {
  width: calc(100% - 1.6rem);
}
.hd-menu .menu-item a {
  display: block;
  padding: 2.4rem 1.6rem;
  text-transform: uppercase;
  transition: 0.3s;
  color: #fff;
  position: relative;
}
.hd-menu .menu-item a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1.6rem;
  width: calc(100% - 3.2rem);
  height: 0.4rem;
  border-radius: 0.4rem;
  background-color: #fff;
  opacity: 0;
  transition: 0.3s;
}
@media (min-width: 1201px) {
  .hd-menu .menu-item a:hover {
    color: #2c446c;
  }
}
@media (max-width: 1200px) {
  .hd-menu .menu-item a {
    color: #000;
    padding: 1rem 1.5rem;
  }
}
.hd-menu .menu-item.dropdown {
  position: relative;
}
@media (min-width: 1201px) {
  .hd-menu .menu-item.dropdown:hover > .submenu {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translate(1.5rem, 0);
  }
}
.hd-menu .menu-item.dropdown a {
  padding-right: 3rem;
}
.hd-menu .menu-item.dropdown .subBtn {
  position: absolute;
  right: 1.2rem;
  top: 2.7rem;
  width: 0.5rem;
  transform: rotate(90deg);
  height: auto;
}
@media (max-width: 1200px) {
  .hd-menu .menu-item.dropdown .subBtn {
    width: 3.4rem;
    height: 3.9rem;
    padding: 1.3rem;
    top: 0;
    right: 0;
    transition: 0.3s;
  }
  .hd-menu .menu-item.dropdown .subBtn.active {
    transform: rotate(-90deg);
  }
}
.hd-menu .menu-item.dropdown .submenu {
  position: absolute;
  top: 100%;
  right: 0%;
  transform: translate(1.5rem, 1rem);
  min-width: 20rem;
  max-width: 25rem;
  background: #fff;
  box-shadow: 0px 12px 24px rgba(0, 67, 101, 0.08);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: 0.3s;
}
@media (max-width: 1200px) {
  .hd-menu .menu-item.dropdown .submenu {
    display: none;
    width: calc(100% - 1.5rem);
    min-width: calc(100% - 1.5rem);
    transition: unset;
    position: relative;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: unset;
    box-shadow: unset;
    margin-left: 1.5rem;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
  }
}
@media (min-width: 1201px) {
  .hd-menu .menu-item.dropdown .submenu-item:hover > a {
    color: #2c446c;
    padding-left: 3.2rem;
  }
  .hd-menu .menu-item.dropdown .submenu-item:hover > a::before {
    width: 1.2rem;
    opacity: 1;
  }
  .hd-menu .menu-item.dropdown .submenu-item:hover > .submenu {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translate(0, 0) !important;
  }
}
.hd-menu .menu-item.dropdown .submenu-item a {
  padding: 1.2rem 1.5rem;
  padding-right: 3rem;
  text-transform: capitalize;
  color: #000;
  position: relative;
}
@media (max-width: 1200px) {
  .hd-menu .menu-item.dropdown .submenu-item a {
    padding: 1rem 1.5rem;
  }
}
.hd-menu .menu-item.dropdown .submenu-item a::after {
  content: "";
  position: absolute;
  left: 1.6rem;
  bottom: 0;
  width: calc(100% - 3.2rem);
  height: 1px;
  background: rgba(0, 0, 0, 0.12);
}
@media (max-width: 1200px) {
  .hd-menu .menu-item.dropdown .submenu-item a::after {
    display: none;
  }
}
.hd-menu .menu-item.dropdown .submenu-item a::before {
  content: "";
  position: absolute;
  left: 1.6rem;
  top: 2rem;
  width: 0;
  height: 1px;
  background: #2c446c;
  transition: 0.3s;
}
.hd-menu .menu-item.dropdown .submenu-item:last-child > a::after {
  content: none;
}
.hd-menu .menu-item.dropdown .submenu-item .subBtn {
  top: 1.5rem;
  right: 2rem;
}
@media (max-width: 1200px) {
  .hd-menu .menu-item.dropdown .submenu-item .subBtn {
    top: 0;
    right: 0;
  }
}
.hd-menu .menu-item.dropdown .submenu-item.dropdown {
  position: relative;
}
.hd-menu .menu-item.dropdown .submenu-item.dropdown .submenu {
  position: absolute;
  top: 0%;
  right: 100%;
  transform: translate(0, 1rem);
}
@media (max-width: 1200px) {
  .hd-menu .menu-item.dropdown .submenu-item.dropdown .submenu {
    display: none;
    position: relative;
    transform: unset;
    right: 0;
  }
}
.hd-bar {
  width: 3.2rem;
  height: 3.2rem;
  margin-left: 1.5rem;
  position: relative;
  display: none;
}
@media (max-width: 1200px) {
  .hd-bar {
    display: block;
  }
}
.hd-bar span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background-color: white;
}
.hd-bar span:nth-child(1) {
  width: 80%;
  top: 30%;
}
.hd-bar span:nth-child(3) {
  width: 80%;
  top: 71%;
}

.bg-page {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: 0.3s;
}
.bg-page.active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.accept-list {
  width: calc(100% + 0.8rem);
  margin-left: -0.4rem;
}

.accept-item {
  width: 50%;
  padding: 0 0.4rem;
}
.accept-item a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  filter: drop-shadow(0px 4px 40px rgba(0, 0, 0, 0.15));
  -webkit-filter: drop-shadow(0px 4px 40px rgba(0, 0, 0, 0.15));
}

.footer {
  background: #FAF3EF;
}
.footer .custom-logo-link {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 500px) {
  .footer-item {
    width: 100% !important;
  }
}
.footer-item-first {
  width: 33.3333333333%;
}
@media screen and (max-width: 900px) {
  .footer-item-first {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .footer-item-first {
    width: 60%;
  }
}
.footer-item-second {
  width: 16.6666666667%;
}
@media screen and (max-width: 900px) {
  .footer-item-second {
    width: 25%;
  }
}
@media screen and (max-width: 600px) {
  .footer-item-second {
    width: 40%;
  }
}
.footer-item-third {
  width: 16.6666666667%;
}
@media screen and (max-width: 900px) {
  .footer-item-third {
    width: 25%;
  }
}
@media screen and (max-width: 600px) {
  .footer-item-third {
    width: 33.3333333333%;
  }
}
.footer-item-four {
  width: 16.6666666667%;
}
@media screen and (max-width: 900px) {
  .footer-item-four {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .footer-item-four {
    width: 33.3333333333%;
  }
}
.footer-item-five {
  width: 16.6666666667%;
}
@media screen and (max-width: 900px) {
  .footer-item-five {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .footer-item-five {
    width: 33.3333333333%;
  }
}
.footer-title {
  color: #4D4D4D;
  font-weight: 700;
  margin-bottom: 2.4rem;
}
.footer-action ul li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.footer-action ul li:not(:last-child) {
  margin-bottom: 1.6rem;
}
.footer-action ul li a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.footer-action ul li img {
  width: 1.6rem;
  height: 1.6rem;
  position: relative;
  top: 0.4rem;
  flex-shrink: 0;
  margin-right: 0.4rem;
}
.footer-action ul li .text {
  color: #4D4D4D;
  word-break: break-word;
}
@media screen and (min-width: 901px) {
  .footer-menu .menu-item:hover .menu-link {
    color: #2c446c;
  }
}
.footer-menu .menu-item:not(:last-child) {
  margin-bottom: 1.6rem;
}
.footer-menu .menu.current_page_item .menu-link {
  color: #2c446c;
}
.footer-menu .menu.current-menu-item .menu-link {
  color: #2c446c;
}
.footer-menu .menu-link {
  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;
}
.footer-author {
  padding: 2.4rem 0;
  border-top: 0.1rem solid #E6E6E6;
}
.footer-author-text {
  color: #808080;
  text-align: center;
}

.custom-logo-link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  width:25%;
}
.custom-logo-link .dot {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 100rem;
  display: inline-block;
  background-color: #005BAA;
  margin-right: 1.2rem;
  flex-shrink: 0;
}
.custom-logo-link .text {
  color: #333333;
  text-transform: uppercase;
  vertical-align: middle;
  display: inline-block;
}

.banner {
  position: relative;
  color: #fff;
  overflow: hidden;
  min-height: 32.4074074074vw;
  margin-top: var(--heightHeaderTop);
  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;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1200px) {
  .banner {
    margin-top: 0;
  }
}
.banner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #c79b06, #c79b06);
  mix-blend-mode: multiply;
}
.banner .swiper-slide {
  overflow: hidden;
}
.banner .swiper-container {
  height: 100%;
}
.banner-swiper {
  height: 100%;
}
.banner-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.banner-content {
  position: relative;
  z-index: 3;
  padding: 12rem 0;
}
@media screen and (max-width: 900px) {
  .banner-content {
    padding: 8rem 0;
  }
}
.banner-content-item {
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
@media screen and (max-width: 600px) {
  .banner-content-item .col {
    flex-basis: auto;
  }
}
@media screen and (max-width: 1024px) {
  .banner-content-item .col-7 {
    width: 40%;
  }
}
@media screen and (max-width: 600px) {
  .banner-content-item .col-7 {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .banner-content-item .col-5 {
    width: 60%;
  }
}
@media screen and (max-width: 600px) {
  .banner-content-item .col-5 {
    width: 100%;
  }
}
.banner-tt {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .banner-tt {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .banner-tt {
    font-size: 3rem;
  }
}
.banner-desc {
  margin-bottom: 4.5rem;
  overflow: hidden;
}

.automated {
  width: 100%;
  max-width: 42.8571428571%;
}
@media screen and (max-width: 1024px) {
  .automated {
    max-width: none;
  }
}
.automated-label {
  overflow: hidden;
}
.automated-item {
  margin: 1.6rem 0;
  overflow: hidden;
}
.automated-item a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: stretch;
  -webkit-align-items: stretch;
  max-width: max-content;
  min-width: 18rem;
  padding: 1.2rem 1.6rem;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  transition: 0.3s;
}
@media (min-width: 1201px) {
  .automated-item a:hover {
    background: rgba(255, 255, 255, 0.32);
  }
}
.automated-item a img {
  width: 1.6rem;
  height: 1.6rem;
  object-fit: contain;
  margin-right: 1.2rem;
}

.download-app a {
  transition: 0.3s;
  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;
  overflow: hidden;
}
@media (min-width: 1201px) {
  .download-app a:hover {
    opacity: 0.8;
  }
}

.txt-ani {
  display: inline-block;
}

.swiper-controls {
  margin-top: 4rem;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}
.swiper-navi {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
}
.swiper-navi::before, .swiper-navi::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.6s cubic-bezier(0.61, 0.22, 0.23, 1);
  -webkit-transition: 0.6s cubic-bezier(0.61, 0.22, 0.23, 1);
  width: 1.6rem;
  height: 1.6rem;
}
@media (min-width: 1201px) {
  .swiper-navi.prev:hover {
    background-color: #2c446c;
  }
  .swiper-navi.prev:hover::after {
    transform: translate(-150%, -50%) scale(0);
    -webkit-transform: translate(-150%, -50%) scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .swiper-navi.prev:hover::before {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transition: 0.6s cubic-bezier(0.61, 0.22, 0.23, 1);
    -webkit-transition: 0.6s cubic-bezier(0.61, 0.22, 0.23, 1);
    -o-transition: 0.6s cubic-bezier(0.61, 0.22, 0.23, 1);
  }
}
.swiper-navi.prev::before {
  background: url("../assets/images/swiper-arrow-left.png");
  background-size: contain;
  opacity: 0;
  visibility: hidden;
  transform: translate(0%, -50%) scale(0);
  -webkit-transform: translate(0%, -50%) scale(0);
  -o-transform: translate(0%, -50%) scale(0);
}
.swiper-navi.prev::after {
  background: url("../assets/images/swiper-arrow-left.png");
  background-size: contain;
}
@media (min-width: 1201px) {
  .swiper-navi.next:hover {
    background-color: #2c446c;
  }
  .swiper-navi.next:hover::after {
    transform: translate(50%, -50%) scale(0);
    -webkit-transform: translate(50%, -50%) scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .swiper-navi.next:hover::before {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transition: 0.6s cubic-bezier(0.61, 0.22, 0.23, 1);
    -webkit-transition: 0.6s cubic-bezier(0.61, 0.22, 0.23, 1);
    -o-transition: 0.6s cubic-bezier(0.61, 0.22, 0.23, 1);
  }
}
.swiper-navi.next::before {
  background: url("../assets/images/swiper-arrow-right.png");
  background-size: contain;
  opacity: 0;
  visibility: hidden;
  transform: translate(-100%, -50%) scale(0);
  -webkit-transform: translate(-100%, -50%) scale(0);
}
.swiper-navi.next::after {
  background: url("../assets/images/swiper-arrow-right.png");
  background-size: contain;
}
@media (min-width: 1201px) {
  .swiper-navi:hover::before, .swiper-navi:hover::after {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
  }
}
.swiper-navi.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.4;
}

.swiper-container {
  overflow: hidden;
}

.swiperPagin {
  max-width: max-content;
  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: 3.2rem;
  height: 3.2rem;
  margin: 0 2.4rem;
}
@media screen and (max-width: 400px) {
  .swiperPagin {
    margin: 0 1rem;
  }
}

.swiper-pagination-bullet {
  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: transparent;
}

.tab-item {
  padding: 0.7rem;
  cursor: pointer;
}
.tab-item.active .tab-wrap {
  background-color: #2c446c;
  color: #fff;
  border-color: #2c446c;
}
.tab-wrap {
  padding: 1.5rem 3rem;
  border: 1px solid #808080;
  border-radius: 29.5px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #2c446c;
  text-transform: uppercase;
  line-height: 1;
  transition: 0.3s;
}
@media (max-width: 1200px) {
  .tab-wrap {
    font-size: 1.5rem;
    padding: 1.4rem 3rem;
    padding-bottom: 1.1rem;
  }
}
@Media (min-width: 1201px) {
  .tab-wrap:hover {
    background-color: #2c446c;
    color: #fff;
    border-color: #2c446c;
  }
}

.tab-panel {
  display: none;
  animation: zoomIn 0.4s linear forwards;
  -webkit-animation: zoomIn 0.4s linear forwards;
}
.tab-panel.active {
  display: block;
}

.pagination-item {
  color: #172341;
  letter-spacing: 0.025em;
  margin: 0.4rem;
}
.pagination-item .page-numbers {
  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: 4rem;
  height: 4rem;
  border-radius: 50%;
  transition: 0.3s;
  font-size: 1.4rem;
  line-height: 1;
  background-color: #2c446c;
  color: #fff;
}
@media (min-width: 1201px) {
  .pagination-item .page-numbers:hover {
    background-color: #2c446c;
  }
}
.pagination-item .page-numbers.current {
  background-color: #2c446c;
  pointer-events: none;
}
.pagination-item .page-numbers.none {
  pointer-events: none;
}
.pagination-item .page-prev, .pagination-item .page-next {
  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: 4.4rem;
  height: 4.4rem;
  position: relative;
}
.pagination-item .page-prev::before, .pagination-item .page-prev::after, .pagination-item .page-next::before, .pagination-item .page-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.8rem;
  height: 1.8rem;
  background-size: cover;
  transition: 0.6s cubic-bezier(0.61, 0.22, 0.23, 1);
  -webkit-transition: 0.6s cubic-bezier(0.61, 0.22, 0.23, 1);
  -o-transition: 0.6s cubic-bezier(0.61, 0.22, 0.23, 1);
}

.breadcrumb-item {
  padding-right: 1.5rem;
  position: relative;
}
.breadcrumb-item::after {
  content: "/";
  position: absolute;
  right: 0.3rem;
  font-size: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  .breadcrumb-item::after {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .breadcrumb-item::after {
    font-size: 1.5rem;
  }
}
.breadcrumb-item:last-child::after {
  content: none;
}
.breadcrumb-item a {
  transition: 0.3s;
  font-weight: 700;
  font-style: italic;
  font-size: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  .breadcrumb-item a {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .breadcrumb-item a {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .breadcrumb-item a {
    font-size: 1.4rem;
  }
}
@media (min-width: 1201px) {
  .breadcrumb-item a:hover {
    color: #2c446c;
  }
}

.aside {
  border: 1px solid rgba(196, 196, 196, 0.4);
  padding: 2.2rem 2rem;
  position: sticky;
  top: 13.4rem;
  background-color: #fff;
}
@media (max-width: 1500px) {
  .aside {
    top: 9.7rem;
  }
}
@media (max-width: 550px) {
  .aside {
    padding: 2.4rem 1.5rem;
  }
}
.aside-item {
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid rgba(196, 196, 196, 0.4);
}
.aside-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: unset;
}
.aside-item-tt {
  font-size: 1.8rem;
  font-weight: 700;
  color: #2c446c;
  margin-bottom: 1.7rem;
  text-transform: uppercase;
  font-style: italic;
}
@media only screen and (max-width: 1200px) {
  .aside-item-tt {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .aside-item-tt {
    font-size: 1.5rem;
  }
}
@media (max-width: 850px) {
  .aside-item.aside-item-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .aside-item.aside-item-wrap .aside-banner {
    width: 50%;
    margin: 0 0.4rem;
    margin-bottom: 0;
  }
}
@media (max-width: 850px) and (max-width: 550px) {
  .aside-item.aside-item-wrap .aside-banner {
    width: 100%;
    margin: 0;
    margin-bottom: 1.5rem;
  }
  .aside-item.aside-item-wrap .aside-banner:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 550px) {
  .aside-item.aside-item-wrap {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}
.aside-cate-item {
  display: block;
  padding: 0.6rem 0;
  font-size: 1.4rem;
  color: #4D4D4D;
  transition: 0.3s;
}
.aside-cate-item.current {
  color: #2c446c;
  font-weight: 500;
}
@media (min-width: 1201px) {
  .aside-cate-item:hover {
    color: #2c446c;
  }
}
.aside-price-item {
  padding: 0.6rem 0;
  padding-left: 2.4rem;
  font-size: 1.4rem;
  color: #4D4D4D;
  cursor: pointer;
  position: relative;
}
@media (max-width: 768px) {
  .aside-price-item {
    padding-left: 1.8rem;
    padding-top: 1rem;
  }
}
.aside-price-item.current::after {
  background-color: #2c446c;
}
.aside-price-item::before, .aside-price-item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 50%;
  transition: 0.3s;
}
.aside-price-item::before {
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid #808080;
}
@media (max-width: 768px) {
  .aside-price-item::before {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.aside-price-item::after {
  width: 0.8rem;
  height: 0.8rem;
  background-color: transparent;
  left: 0.6rem;
}
@media (max-width: 768px) {
  .aside-price-item::after {
    left: 0.3rem;
  }
}
.aside-color-list {
  width: 100%;
  max-width: 22rem;
}
.aside-color-item {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1.7rem;
  cursor: pointer;
  border: 2px solid transparent;
  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;
  overflow: hidden;
  box-sizing: border-box;
}
.aside-color-item .ipt-checked {
  display: none;
}
.aside-color-item.current {
  border-color: #2c446c;
}
@media (max-width: 850px) {
  .aside-related {
    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-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}
.aside-related-item {
  padding: 0.6rem 0;
  border-bottom: 1px solid rgba(196, 196, 196, 0.4);
  align-items: center;
  -webkit-align-items: center;
}
@media (max-width: 850px) {
  .aside-related-item {
    width: 50%;
    padding: 0 0.75rem;
    border: unset;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 550px) {
  .aside-related-item {
    width: 100%;
    padding: 0;
  }
  .aside-related-item:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1201px) {
  .aside-related-item:hover .info .name {
    color: #2c446c;
  }
  .aside-related-item:hover .img img {
    transform: translateY(-0.5rem);
  }
}
.aside-related-item:last-child {
  border-bottom: unset;
}
.aside-related-item .img {
  display: block;
  width: 8rem;
  height: 8rem;
  flex-shrink: 0;
}
.aside-related-item .info {
  margin-left: 0.6rem;
}
.aside-related-item .info .name {
  font-size: 1rem;
  font-weight: 700;
  color: #2c446c;
  text-transform: uppercase;
  font-style: italic;
  margin-bottom: 1.5rem;
  transition: 0.3s;
}
.aside-related-item .info .price {
  font-size: 1.2rem;
  font-weight: 500;
  color: #2c446c;
}
.aside-banner {
  margin-bottom: 2.4rem;
}
.aside-banner:last-child {
  margin-bottom: 0;
}
.aside-banner .img {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 195.5%;
  overflow: hidden;
}
@media (min-width: 1201px) {
  .aside-banner .img:hover img {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
.aside-banner .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.popup {
  position: fixed;
  z-index: 1000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: 0.3s;
}
.popup.active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.popup.w-80 {
  width: 80rem;
}
.popup-success.popup.w-80 {
  width: 51.3rem;
}
.popup-success .popup-wrap {
  padding: 3.5rem;
}
.popup-success .popup-header {
  margin-bottom: 0;
}
.popup-success .popup-img {
  width: 5rem;
  height: 5rem;
  margin: 0 auto;
  margin-bottom: 1.5rem;
  border-radius: 50%;
  overflow: hidden;
}
.popup-success .title {
  text-align: center;
  margin-bottom: 2.6rem;
}
.popup-success .popup-desc {
  text-align: center;
  color: #4A4A4A;
  font-size: 1.6rem;
  margin-bottom: 4rem;
}
.popup-success .popup-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;
}
.popup-wrap {
  background-color: #fff;
  position: relative;
  padding: 5rem;
}
.popup-header {
  margin-bottom: 4rem;
}
.popup-header .title {
  font-size: 2rem;
  font-weight: 700;
  color: #4A4A4A;
}
@media only screen and (max-width: 1200px) {
  .popup-header .title {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .popup-header .title {
    font-size: 1.6rem;
  }
}
.popup-header .close-pop {
  position: absolute;
  top: 0;
  right: 0;
  width: 5.6rem;
  height: 5.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;
  cursor: pointer;
  transition: 0.3s;
}
@media (min-width: 1201px) {
  .popup-header .close-pop:hover {
    background-color: rgba(0, 0, 0, 0.16);
  }
}
.popup-header .close-pop img {
  max-width: max-content;
  height: auto;
}

.popup-bg {
  position: fixed;
  z-index: 900;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: 0.3s;
}
.popup-bg.active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.form .f-r {
  margin-bottom: 2.4rem;
}
.form .f-r:last-child {
  margin-bottom: 0;
}
.form .f-c {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.form .f-c-file {
  flex: 1;
  position: relative;
  min-height: 15rem;
  border: 1px dashed #C9C9C9;
  cursor: pointer;
  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;
  flex-direction: column;
  -webkit-flex-direction: column;
  padding: 1.2rem;
}
.form .f-c-file-content {
  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;
  -webkit-flex-direction: column;
  text-align: center;
  width: 100%;
  height: 100%;
}
.form .f-c-file-content img {
  width: 2.4rem;
  height: auto;
  margin-bottom: 1.5rem;
}
.form .f-c .label {
  display: block;
  min-width: 10rem;
  margin-right: 2.4rem;
  flex-shrink: 0;
  margin-top: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #4A4A4A;
}
.form .f-c input, .form .f-c textarea {
  width: 100%;
  flex: 1;
  border: 1px solid #C9C9C9;
  min-height: 4.2rem;
  padding: 0 1.5rem;
}
.form .f-c input[type=file], .form .f-c textarea[type=file] {
  min-height: 13.8rem;
  border-style: dashed;
  cursor: pointer;
  display: none;
}
@media (min-width: 1201px) {
  .form .f-c input[type=file]:hover, .form .f-c textarea[type=file]:hover {
    border-color: #2c446c;
  }
}
.form .f-c textarea {
  padding: 1.5rem;
}
.form .f-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;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

.file-chooser {
  width: 100%;
  height: 100%;
  position: relative;
}

.hidden-inputs.hidden {
  display: none;
}

.file-list {
  width: 100%;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.file-list, .file-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-top: 1rem;
}

.file-item {
  margin-right: 1rem;
  padding-right: 1rem;
  border-right: 1px solid #4A4A4A;
  color: #4D4D4D;
}
.file-item:last-child {
  border: unset;
}
.file-item .file-list__name {
  margin-right: 0.8rem;
}
.file-item .removal-button {
  background-color: red;
  color: #fff;
  width: 1.8rem;
  height: 1.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;
  line-height: 1;
  cursor: pointer;
  transition: 0.3s;
  flex-shrink: 0;
}
@media (min-width: 1201px) {
  .file-item .removal-button:hover {
    box-shadow: 1px 1px 3px #000;
  }
}

table {
  font-size: 1.6rem;
  width: 100%;
}
table th {
  padding: 2rem 0;
  padding-right: 1.5rem;
  font-weight: 700;
  color: #212223;
  text-align: left;
}
@media (max-width: 1200px) {
  table th {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
@media (max-width: 1200px) {
  table tr {
    border: 2px solid rgba(0, 0, 0, 0.16);
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    display: block;
    margin-bottom: 2rem;
  }
}
table td {
  padding: 3.7rem 0;
  padding-right: 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  color: #4D4D4D;
  font-weight: 500;
}
@media (max-width: 1200px) {
  table td {
    font-size: 1.4rem;
    padding: 1.5rem;
    border: unset;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    text-align: right;
    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;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 2rem;
    white-space: nowrap;
  }
  table td .btn {
    margin-left: auto;
    font-size: 1.5rem;
  }
}
@media (max-width: 500px) {
  table td {
    font-size: 1.3rem;
  }
  table td .btn {
    font-size: 1.3rem;
  }
}
table td a {
  transition: 0.3s;
}
@media (min-width: 1201px) {
  table td a:hover {
    color: #2c446c;
  }
}

thead {
  border-bottom: 1px solid #9B9B9B;
}
@media (max-width: 1200px) {
  thead {
    display: none;
  }
}

.social-fixed {
  position: fixed;
  z-index: 100;
  top: 50%;
  right: 0rem;
  transform: translateY(-50%);
  transition: 0.3s linear;
  opacity: 0;
}
.social-fixed.active {
  opacity: 1;
  right: 2.8rem;
}
@media (max-width: 1500px) {
  .social-fixed.active {
    right: 1.5rem;
  }
}
@media (max-width: 1200px) {
  .social-fixed {
    display: none;
  }
}
.social-fixed .social-item {
  margin-left: 0;
  margin-bottom: 1rem;
}
.social-fixed .social-item a {
  width: 5.6rem;
  height: 5.6rem;
}
@media (max-width: 1500px) {
  .social-fixed .social-item a {
    width: 3.2rem;
    height: 3.2rem;
  }
}

.back__to__top {
  display: block;
  width: 4rem;
  height: 6rem;
  position: fixed;
  bottom: 0;
  right: 1.5rem;
  z-index: 7;
  transform: translateY(200%);
  opacity: 0;
  transition: 0.5s linear;
  cursor: pointer;
  visibility: hidden;
}
.back__to__top.active {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
@media (max-width: 450px) {
  .back__to__top {
    width: 2rem;
    height: 4rem;
    right: 0.8rem;
  }
}
.back__to__top::after {
  content: "GO TOP";
  color: #4D4D4D;
  white-space: nowrap;
  transform: translateX(-1rem) rotate(-90deg);
  position: absolute;
  bottom: calc(100% + 3rem);
  transition: 0.3s;
  line-height: 1;
}
@media (max-width: 450px) {
  .back__to__top::after {
    font-size: 1.2rem;
    transform: translateX(-1.2rem) rotate(-90deg);
  }
}
.back__to__top .triangle {
  display: block;
  width: 100%;
  height: 6rem;
  z-index: 2;
  flex-shrink: 0;
  position: absolute;
  transition: 0.3s;
  overflow: hidden;
}
.back__to__top .triangle::after {
  content: "";
  position: absolute;
  left: 45%;
  width: 0.2rem;
  height: 6rem;
  background-color: #4D4D4D;
}
.back__to__top .triangle:nth-child(1) {
  display: none;
}
.back__to__top .triangle:nth-child(2)::after {
  bottom: 0;
  animation: GOTOP3 1.2s linear 0.2s infinite;
}
.back__to__top .triangle:nth-child(3)::after {
  animation: GOTOP3 linear 2s infinite;
}
@media only screen and (min-width: 1201px) {
  .back__to__top:hover {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }
  .back__to__top:hover::after {
    color: #2c446c;
  }
  .back__to__top:hover .triangle::after {
    background-color: #2c446c;
  }
}

@keyframes GOTOP3 {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-100%);
  }
}
body.device-mobile .hd .container .d-flex {
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}
body.device-mobile .hd-menu {
  position: fixed;
  z-index: 3;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  max-width: 30rem;
  background-color: #fff;
  transform: translateX(100%);
  transition: 0.3s linear;
  overflow: hidden auto;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}
body.device-mobile .hd-menu.active {
  transform: translateX(0);
}
body.device-mobile .hd-menu.d-flex.f-center {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  flex-direction: column;
  -webkit-flex-direction: column;
}
body.device-mobile .hd-menu-info {
  display: block;
}
body.device-mobile .hd-menu .menu {
  width: 100%;
  padding: 1rem 0;
}
body.device-mobile .hd-menu .menu-list {
  width: 100%;
  margin-left: 0;
  flex-direction: column;
  -webkit-flex-direction: column;
}
body.device-mobile .hd-menu .menu-item {
  width: 100%;
}
body.device-mobile .hd-menu .menu-item a {
  color: #000;
  padding: 1rem 1.5rem;
}
body.device-mobile .hd-menu .menu-item.dropdown .subBtn {
  width: 3.4rem;
  height: 3.9rem;
  padding: 1.3rem;
  top: 0;
  right: 0;
  transition: 0.3s;
}
body.device-mobile .hd-menu .menu-item.dropdown .subBtn.active {
  transform: rotate(-90deg);
}
body.device-mobile .hd-menu .menu-item.dropdown .submenu {
  display: none;
  width: calc(100% - 1.5rem);
  min-width: calc(100% - 1.5rem);
  transition: unset;
  position: relative;
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transform: unset;
  box-shadow: unset;
  margin-left: 1.5rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
body.device-mobile .hd-menu .menu-item.dropdown .submenu-item a {
  padding: 1rem 1.5rem;
}
body.device-mobile .hd-menu .menu-item.dropdown .submenu-item a::after {
  display: none;
}
body.device-mobile .hd-menu .menu-item.dropdown .submenu-item .subBtn {
  top: 0;
  right: 0;
}
body.device-mobile .hd-menu .menu-item.dropdown .submenu-item.dropdown .submenu {
  display: none;
  position: relative;
  transform: unset;
  left: 0;
}
body.device-mobile .hd-menu-logo {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  height: 5.6rem;
}
body.device-mobile .hd-logo {
  width: 25%;
}
body.device-mobile .hd-logo .logo {
  max-width: 12rem;
  margin: 0 auto;
}
body.device-mobile .hd-search {
  display: none;
}
body.device-mobile .hd-search.hd-search-mb {
  display: block;
}
body.device-mobile .hd-bar {
  display: block;
}
body.device-mobile .col {
  padding: 0 0.75rem;
}

.delivery-form {
  position: relative;
  z-index: 3;
  margin-top: -6.8rem;
  background-color: rgba(243, 112, 33, 0.05);
}
.delivery-form .form {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  animation: bookFormUp 0.7s ease-in-out forwards;
  -webkit-animation: bookFormUp 0.7s ease-in-out forwards;
  background: #FAFAFA;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 1.2rem 2.4rem;
}
.delivery-form .form-row {
  padding: 1.2rem 0;
}
.delivery-form .form-col-label {
  font-weight: 500;
  margin-bottom: 1.2rem;
}
.delivery-form .form-col-ipt {
  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;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  background-color: #EDEDED;
  border-radius: 0.4rem;
}
.delivery-form .form-col-ipt input {
  border-radius: 0.4rem;
  padding: 1.2rem 1.6rem;
  margin: 0.4rem;
  font-weight: 600;
}
.delivery-form .form-col-ipt input:not([type=submit]) {
  font-weight: 400;
  flex: 1;
  background-color: #EDEDED;
  padding: 1.2rem 1.6rem;
}

.services {
  background-color: rgba(243, 112, 33, 0.05);
  position: relative;
}
.services-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  max-height: 100%;
}
@media screen and (max-width: 1400px) {
  .services-bg {
    max-width: 40rem;
  }
}
@media screen and (max-width: 800px) {
  .services-bg {
    max-width: 25rem;
  }
}
.services-bg.bg2 {
  left: unset;
  right: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.services-item {
  margin-bottom: 2.4rem;
  text-align: center;
}
@media (max-width: 1200px) {
  .services-item {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  .services-item {
    margin-bottom: 0.8rem;
    width: 50%;
  }
}
@media screen and (max-width: 380px) {
  .services-item {
    width: 100%;
  }
}
.services-wrap {
  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;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  background: #FFFFFF;
  border-radius: 1.4rem;
  padding: 3.2rem 2.4rem;
}
@media screen and (max-width: 1200px) {
  .services-wrap {
    padding: 2rem 1.2rem;
  }
}
.services-icon {
  width: 10rem;
  height: 10rem;
  border: 1px solid #F2F2F2;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 1200px) {
  .services-icon {
    width: 8rem;
    height: 8rem;
  }
}
@media screen and (max-width: 600px) {
  .services-icon {
    width: 6rem;
    height: 6rem;
  }
}
.services-icon img {
  width: 3.2rem;
  height: 3.2rem;
  object-fit: contain;
}
.services-name {
  font-weight: 500;
  color: #2c446c;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 600px) {
  .services-name {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .services-desc {
    font-size: 1.4rem;
  }
}

.benefits {
  position: relative;
}
.benefits::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #FFFFFF 50.64%, rgba(255, 255, 255, 0) 100.64%);
}
@media screen and (max-width: 800px) {
  .benefits::before {
    background: linear-gradient(0deg, #FFFFFF 50.64%, rgba(255, 255, 255, 0) 100.64%);
  }
}
.benefits-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.benefits .container {
  z-index: 5;
}
@media screen and (max-width: 800px) {
  .benefits-img {
    width: 100%;
  }
}
.benefits-img .img {
  border-radius: 1.4rem;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .benefits-img .img {
    max-width: 50rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 800px) {
  .benefits-content {
    width: 100%;
  }
}
.benefits-content .content {
  padding-left: 7.8rem;
}
@media screen and (max-width: 1200px) {
  .benefits-content .content {
    padding-left: 0;
  }
}
.benefits-content .sec-desc {
  max-width: 100%;
}
.benefits-item {
  padding: 1.2rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  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;
  -webkit-flex-direction: column;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.benefits-item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.benefits-tt {
  color: #666666;
  line-height: 1.7;
  position: relative;
  width: 100%;
  padding-right: 2.4rem;
  cursor: pointer;
  transition: 0.3s;
}
.benefits-tt img {
  position: absolute;
  top: 0.5rem;
  right: 0;
  width: 1.6rem;
  height: 1.6rem;
  opacity: 0.7;
  transform: scaleY(-1);
  transition: 0.3s;
}
@media (min-width: 1201px) {
  .benefits-tt:hover {
    color: #2c446c;
  }
}
.benefits-tt.active {
  color: #2c446c;
}
.benefits-tt.active img {
  transform: scaleY(1);
  opacity: 1;
}
.benefits-desc {
  margin-top: 0.8rem;
  color: #000;
  display: none;
}

.why-choose .sec-desc {
  max-width: 100%;
}
.why-choose-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.why-choose-item .head {
  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;
  -webkit-flex-direction: column;
  margin-bottom: 1.6rem;
}
.why-choose-item .icon {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  border: 1px solid #E0E0E0;
  margin-bottom: 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;
}
@media screen and (max-width: 1024px) {
  .why-choose-item .icon {
    width: 8rem;
    height: 8rem;
  }
}
.why-choose-item .icon img {
  width: 3.2rem;
  height: 3.2rem;
}
.why-choose-item .name {
  color: #2c446c;
  font-weight: 500;
}
.why-choose-swiper {
  position: relative;
  margin-top: 4.8rem;
}
@media screen and (max-width: 1024px) {
  .why-choose-swiper {
    margin-top: 2rem;
  }
}
.why-choose-content {
  background-color: #fff;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 800px) {
  .why-choose-content {
    width: 100%;
  }
}
.why-choose-content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  width: 50vw;
  height: 100%;
  background-color: #fff;
}
.why-choose-content .content {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 800px) {
  .why-choose-img {
    width: 100%;
  }
}
.why-choose-img .img {
  width: 100%;
  padding-top: 100%;
  position: relative;
  border-radius: 2.4rem;
}
@media screen and (max-width: 800px) {
  .why-choose-img .img {
    max-width: 60rem;
  }
}
.why-choose-img .img::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  width: 1.3rem;
  height: 100%;
  background-color: #fff;
  pointer-events: none;
}
.why-choose-img .img::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 2;
  top: 0;
  left: 0;
  width: 7.8rem;
  height: 100%;
  background: linear-gradient(90deg, #FAF3EF -37.82%, rgba(79, 50, 32, 0.46) -3.88%, rgba(255, 232, 218, 0) 50%);
  border-radius: 2.4rem 0 0 2.4rem;
}
.why-choose-img .img > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 2.4rem;
}
.why-choose-img .img-wrap {
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translateY(-50%);
  width: calc(100% - 14rem);
  height: calc(100% - 14rem);
}
@media screen and (max-width: 1600px) {
  .why-choose-img .img-wrap {
    left: 35%;
  }
}
@media screen and (max-width: 1400px) {
  .why-choose-img .img-wrap {
    left: 26%;
  }
}
.why-choose-img .img-swiper {
  height: 100%;
  position: relative;
}
.why-choose-img .img-swiper .swiper-slide {
  border-radius: 1.4rem;
  overflow: hidden;
}
.why-choose-img .img-swiper .swiper-container {
  overflow: visible;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .why-choose .swiper-controls {
    margin-top: 2rem;
  }
}
.why-choose .simpleParallax {
  height: 100%;
}

.swiper-controls {
  align-items: center;
}

.experiences {
  position: relative;
}
.experiences::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #fcc509, #fcc509);
  mix-blend-mode: multiply;
}
.experiences-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.experiences .container {
  z-index: 3;
}
.experiences-ctn {
  padding: 9rem 0;
  margin: -1rem;
}
@media screen and (max-width: 1200px) {
  .experiences-ctn {
    padding: 4rem 0;
  }
}
.experiences-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  padding: 1rem;
  color: #FAFAFA;
  width: 25%;
  text-align: center;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .experiences-item {
    width: 50%;
  }
}
@media screen and (max-width: 320px) {
  .experiences-item {
    width: 100%;
  }
}
.experiences-item .num {
  font-size: 6rem;
  font-weight: 700;
}
@media only screen and (max-width: 1200px) {
  .experiences-item .num {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .experiences-item .num {
    font-size: 2.5rem;
  }
}

.customer-fb {
  background-color: rgba(243, 112, 33, 0.05);
}
.customer-fb-list {
  margin-bottom: -2.4rem;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}
.customer-fb-item {
  height: auto;
  width: 20%;
  margin-bottom: 2.4rem;
}
.customer-fb-wrap {
  height: 100%;
  padding: 2.4rem;
  background: #FFFFFF;
  border-radius: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .customer-fb-wrap {
    padding: 1.2rem;
  }
}
.customer-fb-wrap .img {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .customer-fb-wrap .img {
    width: 8rem;
    height: 8rem;
  }
}
.customer-fb-wrap .name {
  font-weight: 600;
  margin-bottom: 1.8rem;
}
.customer-fb-wrap .desc {
  color: #808080;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.customer-fb-swiper .customer-fb-item {
  padding: 0;
}
.customer-fb-swiper .d-flex.f-ctn {
  width: 100%;
  margin-left: 0;
}
.customer-fb-swiper .swiper-pagination {
  position: absolute;
  top: 50%;
  right: 0;
  left: unset;
  transform: translateY(-50%);
  width: max-content;
  white-space: nowrap;
  color: #808080;
}
@media screen and (max-width: 400px) {
  .customer-fb-swiper .swiper-pagination {
    font-size: 1.4rem;
  }
}
.customer-fb-swiper .swiper-pagination-label {
  margin-right: 0.5rem;
}

.tippy-box[data-theme=primary-color] {
  background-color: #2c446c;
}
.tippy-box[data-theme=primary-color] .tippy-arrow {
  color: #2c446c;
}

.partners {
  padding: 5rem 0;
}
.partners-list {
  align-items: center;
  -webkit-align-items: center;
}
.partners-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 100%;
}
.partners-wrap img {
  max-width: max-content;
  height: auto;
  object-fit: contain;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.contact-us {
  padding-top: 9.6rem;
  position: relative;
  background: #FAFAFA;
}
.contact-us-form {
  position: relative;
}
.contact-us-form-wrap {
  width: calc(33.3333333333% - 1.2rem);
  pointer-events: none;
  padding: 4rem 0;
  position: relative;
  z-index: 3;
  min-width: 38rem;
}
@media screen and (max-width: 800px) {
  .contact-us-form-wrap {
    margin-left: auto;
    margin-right: auto;
    min-width: auto;
    width: 100%;
  }
}
.contact-us-form-wrap .form {
  pointer-events: auto;
  background: #FFFFFF;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  padding: 2.4rem;
}
@media screen and (max-width: 400px) {
  .contact-us-form-wrap .form {
    padding: 1.2rem;
  }
}
.contact-us-form-wrap .form .f-r {
  width: calc(100% + 1.6rem);
  margin-left: -0.8rem;
  margin-bottom: 1.6rem;
}
.contact-us-form-wrap .form .f-r:last-child {
  margin-bottom: 0;
}
.contact-us-form-wrap .form .f-r.f-btn .f-c {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.contact-us-form-wrap .form .f-c {
  padding: 0 0.8rem;
}
.contact-us-form-wrap .form .f-c input, .contact-us-form-wrap .form .f-c textarea {
  font-size: 1.6rem;
  border: 0;
}
.contact-us-form-wrap .form .f-c input:not([type=submit]), .contact-us-form-wrap .form .f-c textarea {
  background: rgba(0, 0, 0, 0.04);
  border-radius: 0.4rem;
  min-height: 4.8rem;
}
.contact-us-form-wrap .form .f-c input:not([type=submit])::placeholder, .contact-us-form-wrap .form .f-c textarea::placeholder {
  color: 999999;
}
.contact-us-form-wrap .form .f-c textarea {
  min-height: 21rem;
}
.contact-us-form-wrap .form .f-c input[type=submit] {
  max-width: max-content;
  min-width: 7.8rem;
  min-height: 4.8rem;
}
.contact-us-form-footer {
  position: relative;
  pointer-events: auto;
  padding: 1.6rem 2.4rem;
  border-top: 1px solid #E6E6E6;
  background: #FFFFFF;
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}
.contact-us-form-footer .item {
  padding: 0.8rem 0;
  width: calc(100% + 1.6rem);
  margin-left: -0.8rem;
}
.contact-us-form-footer .item .d-flex {
  padding: 0 0.8rem;
}
.contact-us-form-footer .item a {
  transition: 0.3s;
}
@media (min-width: 1201px) {
  .contact-us-form-footer .item a:hover {
    color: #2c446c;
  }
}
.contact-us-form-footer .item img {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 1.2rem;
}
.contact-us-map {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 800px) {
  .contact-us-map {
    position: static;
    transform: none;
    height: 40rem;
  }
}
.contact-us-map .maps {
  height: 100%;
}
.contact-us-map iframe {
  width: 100%;
  height: 100%;
}

.fil {
  position: relative;
  z-index: 2;
  margin-top: 4rem;
  background-color: rgba(243, 112, 33, 0.05);
}
@media screen and (min-width: 901px) {
  .fil {
    margin-top: -3.5%;
  }
}
.fil-form {
  background-color: #FAFAFA;
  padding: 2.4rem;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
  border-radius: 1.2rem;
}
@media screen and (max-width: 500px) {
  .fil-form {
    padding: 1.2rem;
  }
}
.fil-form-wrap {
  padding: 0.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  background-color: #EDEDED;
  border-radius: 0.4rem;
}
.fil-form-wrap input {
  background-color: transparent;
  padding: 0.2rem 1.6rem 0.1rem;
}
@media screen and (max-width: 400px) {
  .fil-form-wrap input {
    padding: 0.2rem 1.2rem 0.1rem;
  }
}
.fil-form-btn {
  padding: 1.2rem 1.6rem;
  border-radius: 0.4rem;
  background-color: #2c446c;
  white-space: nowrap;
  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) {
  .fil-form-btn:hover {
    background-color: #005BAA;
  }
}
.fil-form-btn .text {
  color: white;
  font-weight: 600;
  letter-spacing: 0.02em;
  font-size: 1.6rem;
}
@media screen and (max-width: 500px) {
  .fil-form-btn {
    padding: 1rem;
  }
  .fil-form-btn .text {
    font-size: 1.4rem;
  }
}

.input {
  font-family: "Myriad Pro";
  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 -1.2rem;
  margin-bottom: -1rem;
}
.f-item {
  padding: 0 1.2rem;
  width: 100%;
  margin-bottom: 1rem;
}
.f-item-2 {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .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: 768px) {
  .f-item-3 {
    width: 100%;
  }
}
.f-item-4 {
  width: 25%;
}

.re-label {
  color: #4D4D4D;
  font-weight: 500;
  margin-bottom: 0.8rem;
  display: block;
  letter-spacing: 0.02em;
}
.re-input {
  padding: 1.6rem;
  width: 100%;
  font-family: "Myriad Pro";
  font-size: 1.6rem;
  border: none;
  background: rgba(0, 0, 0, 0.04);
  color: #4D4D4D;
  outline: none;
  border-radius: 0.4rem;
}
.re-input::-webkit-input-placeholder {
  color: #999999;
}
.re-input::-moz-input-placeholder {
  color: #999999;
}
@media screen and (max-width: 400px) {
  .re-input {
    font-size: 1.4rem;
  }
}

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


.banner-search-select {
  width: 30%;
  position: relative;
}
.banner-search-select-list {
  position: absolute;
  top: calc(100% + 20px);
  background: #fff;
  width: 100%;
  left: -12px;
  border-radius: 8px;
  box-shadow: 1px 8px 20px 0 #797979;
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.banner-search-select-list::after {
  content: "";
  position: absolute;
  width: 100%;
  top: -20px;
  height: 20px;
  background: transparent;
}
.banner-search-select:hover .banner-search-select-list {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
  transform: translateY(0%);
}
.banner-search-select-item {
  padding: 6px 12px;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.banner-search-select-item:hover {
  transform: scale(1.1);
  background: #2c446c;
  color: #fff;
}
.banner-search-select-show {
  width: 60%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner-search-select-show span {
  color: #3E3E44;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-right: 20px;
}
.banner-search-select-show img {
  width: 12px;
  height: 12px;
}

.socialFixed {
    width: 70px;
    position: fixed;
    bottom: 0%;
    right: 0%;
    gap: 16px;
    padding-bottom: 54px;
    padding-top: 54px;
    padding-right: 16px;
    z-index: 99999;
    transform: translate(5%, 10%);
}	

.socialFixed .contact-wrap img {
		widht:54px;
		height:54px;
		margin-bottom: 16px;
}
/*# sourceMappingURL=style.css.map */
