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

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

* {
  box-sizing: border-box;
}

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

body {
  font-family: "Montserrat";
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  -webkit-tap-highlight-color: transparent;
  color: #262626;
  overflow-x: hidden !important;
}

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

button,
select,
input,
textarea {
  border: none;
  outline: none;
  box-shadow: none;
  font-family: "Montserrat";
  color: black;
  background: transparent;
}
button:focus,
select:focus,
input:focus,
textarea:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
button:focus-visible,
select:focus-visible,
input:focus-visible,
textarea:focus-visible {
  border: none;
  outline: none;
  box-shadow: none;
}

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

button {
  cursor: pointer;
  padding: 0;
}

.main {
  background: #F8F5F0;
}
.main.pt {
  padding-top: 12.2rem;
}
@media screen and (max-width: 800px) {
  .main.pt {
    padding-top: 10rem;
  }
}

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

.container {
  width: 100%;
  max-width: 123rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.container.other {
  max-width: 144.2rem;
}
.container.other-2 {
  max-width: 161rem;
}
@media screen and (max-width: 800px) {
  .container {
    padding: 0 0.8rem;
  }
}

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

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

iframe {
  vertical-align: middle;
}

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

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

.wow {
  animation-duration: 1s;
}

.load-item {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.upper {
  text-transform: uppercase;
}

.lower {
  text-transform: lowercase;
}

.capital {
  text-transform: capitalize;
}

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

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

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

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

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

.resize-none {
  resize: none;
}

.block {
  display: block;
}

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

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

.d-none {
  display: none;
}

.opacity-1 {
  opacity: 0.1;
}

.opacity-2 {
  opacity: 0.2;
}

.opacity-3 {
  opacity: 0.3;
}

.opacity-4 {
  opacity: 0.4;
}

.opacity-5 {
  opacity: 0.5;
}

.opacity-6 {
  opacity: 0.6;
}

.opacity-7 {
  opacity: 0.7;
}

.opacity-8 {
  opacity: 0.8;
}

.opacity-9 {
  opacity: 0.9;
}

.hidden {
  display: none;
}

.show {
  display: block;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.4rem;
  margin-right: -0.4rem;
}
.row.no-gutters {
  margin-left: 0;
  margin-right: 0;
}

.col {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.col.no-gutters {
  padding-left: 0;
  padding-right: 0;
}

.c-0 {
  display: none;
}

.c-1,
.c-2,
.c-3,
.c-4,
.c-5,
.c-6,
.c-7,
.c-8,
.c-9,
.c-10,
.c-11,
.c-12 {
  display: block;
}

.c-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.c-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.c-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.c-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.c-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.c-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.c-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.c-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.c-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.c-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.c-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.c-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.c-o-1 {
  margin-left: 8.33333%;
}

.c-o-2 {
  margin-left: 16.66667%;
}

.c-o-3 {
  margin-left: 25%;
}

.c-o-4 {
  margin-left: 33.33333%;
}

.c-o-5 {
  margin-left: 41.66667%;
}

.c-o-6 {
  margin-left: 50%;
}

.c-o-7 {
  margin-left: 58.33333%;
}

.c-o-8 {
  margin-left: 66.66667%;
}

.c-o-9 {
  margin-left: 75%;
}

.c-o-10 {
  margin-left: 83.33333%;
}

.c-o-11 {
  margin-left: 91.66667%;
}

/*Tablet - Pc low resolution*/
/*>Tablet*/
@media (min-width: 46.25em) {
  .row {
    margin-left: -0.8rem;
    margin-right: -0.8rem;
  }
  .col {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
  .m-0 {
    display: none;
  }
  .m-1,
  .m-2,
  .m-3,
  .m-4,
  .m-5,
  .m-6,
  .m-7,
  .m-8,
  .m-9,
  .m-10,
  .m-11,
  .m-12 {
    display: block;
  }
  .m-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .m-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .m-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .m-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .m-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .m-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .m-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .m-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .m-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .m-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .m-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .m-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .m-o-1 {
    margin-left: 8.33333%;
  }
  .m-o-2 {
    margin-left: 16.66667%;
  }
  .m-o-3 {
    margin-left: 25%;
  }
  .m-o-4 {
    margin-left: 33.33333%;
  }
  .m-o-5 {
    margin-left: 41.66667%;
  }
  .m-o-6 {
    margin-left: 50%;
  }
  .m-o-7 {
    margin-left: 58.33333%;
  }
  .m-o-8 {
    margin-left: 66.66667%;
  }
  .m-o-9 {
    margin-left: 75%;
  }
  .m-o-10 {
    margin-left: 83.33333%;
  }
  .m-o-11 {
    margin-left: 91.66667%;
  }
}
/*Pc medium resolution > */
@media (min-width: 69.5625em) {
  .row {
    margin-left: -1.2rem;
    margin-right: -1.2rem;
  }
  .col {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  .l-0 {
    display: none;
  }
  .l-1,
  .l-2,
  .l-2-4 .l-3,
  .l-4,
  .l-5,
  .l-6,
  .l-7,
  .l-8,
  .l-9,
  .l-10,
  .l-11,
  .l-12 {
    display: block;
  }
  .l-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .l-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .l-2-4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .l-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .l-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .l-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .l-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .l-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .l-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .l-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .l-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .l-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .l-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .l-o-1 {
    margin-left: 8.33333%;
  }
  .l-o-2 {
    margin-left: 16.66667%;
  }
  .l-o-3 {
    margin-left: 25%;
  }
  .l-o-4 {
    margin-left: 33.33333%;
  }
  .l-o-5 {
    margin-left: 41.66667%;
  }
  .l-o-6 {
    margin-left: 50%;
  }
  .l-o-7 {
    margin-left: 58.33333%;
  }
  .l-o-8 {
    margin-left: 66.66667%;
  }
  .l-o-9 {
    margin-left: 75%;
  }
  .l-o-10 {
    margin-left: 83.33333%;
  }
  .l-o-11 {
    margin-left: 91.66667%;
  }
}
/* >Pc low resolution*/
.back-to-top {
  width: 4rem;
  height: 4rem;
  border-radius: 0.6rem;
  background-color: #A46E29;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: fixed;
  bottom: 12rem;
  right: calc((100vw - 120rem) / 2);
  margin-right: max((100vw - 120rem) / -2 + 1.5rem, -11rem);
  z-index: 600;
  transform: translateX(3rem);
  opacity: 0;
  transition: 0.5s linear;
  cursor: pointer;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.back-to-top.active {
  visibility: visible;
  transform: translateX(0);
  opacity: 1;
}
.back-to-top .triangle {
  display: block;
  width: 0;
  height: 0;
  z-index: 2;
  border: 8px solid transparent;
  border-bottom: 6px solid #fff;
  margin-top: -6px;
  border-radius: 5px;
}
.back-to-top .triangle:nth-child(1) {
  animation: BTT 1.5s linear 0.6s infinite;
}
.back-to-top .triangle:nth-child(2) {
  animation: BTT 1.5s linear 0.3s infinite;
}
.back-to-top .triangle:nth-child(3) {
  animation: BTT 1.5s linear 0s infinite;
}
@media only screen and (min-width: 901px) {
  .back-to-top:hover {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }
}

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

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

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

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

.menu-nav {
  height: 100%;
}
@media (max-width: 1201px) {
  .menu-nav {
    width: 100%;
    padding: 0;
    height: auto;
  }
}
.menu-nav > .menu-list {
  height: 100%;
  margin: 0 -1.6rem;
}
@media (max-width: 1300px) {
  .menu-nav > .menu-list {
    margin: 0 -1rem;
  }
}
@media (max-width: 1201px) {
  .menu-nav > .menu-list {
    height: auto;
    margin: 0;
    position: relative;
  }
}
.menu-nav > .menu-list > .menu-item {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
@media (max-width: 1201px) {
  .menu-nav > .menu-list > .menu-item {
    width: 100%;
    color: #262626;
    white-space: inherit;
  }
}
@media screen and (min-width: 1202px) {
  .menu-nav > .menu-list > .menu-item.current-menu-item.dropdown > a > i, .menu-nav > .menu-list > .menu-item.current_page_item.dropdown > a > i, .menu-nav > .menu-list > .menu-item.current_page_ancestor.dropdown > a > i {
    transform: translate(0%, -50%);
    right: 0rem;
  }
}
@media screen and (min-width: 1202px) {
  .menu-nav > .menu-list > .menu-item:hover::before {
    width: calc(100% - 4.4rem);
  }
}
.menu-nav > .menu-list > .menu-item.dropdown > a {
  padding-right: 2.4rem;
}
.menu-nav > .menu-list > .menu-item.dropdown > a > i {
  position: absolute;
  top: 50%;
  transform: translate(10%, -50%);
  right: 0rem;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1201px) {
  .menu-nav > .menu-list > .menu-item.dropdown > a > i {
    transform: translate(0%, -50%);
    right: 0.4rem;
  }
}
@media (min-width: 1201px) {
  .menu-nav > .menu-list > .menu-item:hover > a {
    color: #A46E29;
  }
  .menu-nav > .menu-list > .menu-item:hover::before {
    width: 100%;
  }
}
@media (max-width: 1201px) {
  .menu-nav > .menu-list > .menu-item {
    width: 100%;
    flex-direction: column;
    align-items: start;
    border-top: 0.1rem solid #A46E29;
  }
  .menu-nav > .menu-list > .menu-item:last-child {
    border-bottom: 0.1rem solid #A46E29;
  }
}
@media screen and (min-width: 1201px) {
  .menu-nav > .menu-list > .menu-item:hover::before {
    width: 100%;
  }
}
.menu-nav > .menu-list > .menu-item > a {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding: 0.8rem 1.6rem 0.7rem;
  white-space: nowrap;
  transition: all 0.3s;
  position: relative;
}
@media screen and (max-width: 1201px) {
  .menu-nav > .menu-list > .menu-item > a {
    width: 100%;
    padding: 1.2rem 1.5rem 1.1rem;
  }
}
@media screen and (min-width: 1201px) {
  .menu-nav > .menu-list > .menu-item > a:hover::before {
    width: 100%;
  }
}
.menu-nav > .menu-list > .menu-item > .menu-list {
  top: 100%;
}
@media screen and (min-width: 1202px) {
  .menu-nav > .menu-list > .menu-item > .menu-list {
    display: block;
  }
}
.menu-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1201px) {
  .menu-list {
    flex-direction: column;
    align-items: start;
    justify-content: flex-start;
  }
}
@media (max-width: 1201px) {
  .menu-list .menu-list {
    position: relative !important;
  }
  .menu-list .menu-list::before {
    position: absolute;
    width: 1px;
    height: calc(100% - 3rem);
    content: "";
    background: #A46E29;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
.menu-list .current_page_ancestor > .menu-link {
  color: #F0E8DD !important;
}
.menu-list .current_page_ancestor .current-menu-item > .menu-link {
  color: #F0E8DD;
}
.menu-item {
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
}
@media screen and (min-width: 1202px) and (min-width: 1201px) {
  .menu-item:hover > .menu-list {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
  }
}
.menu-item > a > i {
  display: none;
}
@media (max-width: 1201px) {
  .menu-item > a > i {
    margin-left: 0;
  }
}
@media screen and (min-width: 1202px) {
  .menu-item > a > i {
    pointer-events: none;
  }
}
@media (max-width: 1201px) {
  .menu-item a i.active {
    transform: rotate(180deg) translateY(50%) !important;
  }
}
.menu-item.dropdown > a > i {
  display: inline-block;
  position: absolute;
  right: -1rem;
  font-size: 1.2rem;
  width: 3.5rem;
  height: 3.5rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1201px) {
  .menu-item.dropdown > a > i {
    right: 0.4rem;
  }
}
@media screen and (max-width: 1201px) {
  .menu-item.dropdown > a a i.active {
    transform: rotate(180deg) !important;
  }
}
.menu-item > .menu-list {
  position: absolute;
  top: 0;
  min-width: 20rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: white;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  width: auto;
}
@media screen and (min-width: 1201px) {
  .menu-item > .menu-list {
    opacity: 0;
    transform: translateY(-100%);
    z-index: -1;
  }
}
@media (max-width: 1201px) {
  .menu-item > .menu-list {
    position: static;
    padding-left: 1.5rem;
    background-color: transparent;
    box-shadow: none;
    display: none;
    transition: none;
    width: 100%;
  }
}
.menu-item > .menu-list > .menu-item {
  margin-left: 0;
  width: 100%;
}
.menu-item > .menu-list > .menu-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background-color: #A46E29;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  opacity: 0;
}
@media screen and (min-width: 1201px) {
  .menu-item > .menu-list > .menu-item:hover {
    background-color: rgba(164, 110, 41, 0.1);
  }
  .menu-item > .menu-list > .menu-item:hover::before {
    opacity: 0;
  }
}
.menu-item > .menu-list > .menu-item > a {
  padding: 1.2rem 1.8rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #262626;
  font-weight: 600;
}
.menu-item > .menu-list > .menu-item > a > i {
  transform: rotate(-90deg) translate(0, -0.9rem);
}
@media (max-width: 1201px) {
  .menu-item > .menu-list > .menu-item > a > i {
    transform: rotate(0);
  }
}
@media (max-width: 1201px) {
  .menu-item > .menu-list > .menu-item > a > i.active {
    transform: rotate(180deg) !important;
  }
}
.menu-item > .menu-list > .menu-item > .menu-list {
  left: 100%;
}
@media (max-width: 1201px) {
  .menu-item > .menu-list > .menu-item > .menu-list {
    left: auto;
  }
}
.menu-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 99;
}
@media screen and (max-width: 1201px) {
  .menu-top {
    padding: 0;
    border-bottom: 0;
    margin-left: 0;
  }
}
.menu-mb > .menu-item:last-child {
  border-bottom: 0 !important;
}
@media screen and (min-width: 1202px) {
  .menu-mb {
    display: none;
  }
}

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

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

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

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

:root {
  --headerHeight: 8.4rem;
  --headerHeight2: 11.2rem;
}

@media (max-width: 1201px) {
  :root {
    --headerHeight: 5.6rem;
    --headerHeight2: 5.6rem;
  }
}
.header {
  height: 12rem;
  display: flex;
  align-items: center;
  position: fixed;
  width: 100%;
  z-index: 900;
  background-color: transparent;
  transition: all 0.5s ease-out;
  box-shadow: none;
}
.header-content {
  opacity: 1;
  pointer-events: visible;
  transition: all 0.5s linear;
}
.header-content.hidden {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .header {
    height: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .header {
    height: 8rem;
  }
}
.header.bg-mau {
  transition: all 0.5s ease-out;
  background-color: white;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
  height: 8rem;
}
@media screen and (max-width: 768px) {
  .header.bg-mau {
    height: 6rem;
  }
}
.header.bg-trans {
  transition: all 0.5s ease-out;
  background-color: transparent;
  height: 8rem;
}
@media screen and (max-width: 768px) {
  .header.bg-trans {
    height: 6rem;
  }
}
.header.bg-trans .header-content-btn-img.black {
  display: none;
}
.header.bg-trans .header-content-btn-img.yellow {
  display: block;
}
.header.bg-trans .header-content-logo-img.black {
  display: none;
}
.header.bg-trans .header-content-logo-img.yellow {
  display: block;
}
.header.bg-trans .header-content-language-item:last-child {
  border-color: #F8F5F0 !important;
}
.header.bg-trans .header-content-language-item.active .header-content-language-link {
  background: linear-gradient(138.37deg, #a46e29 2.24%, #f7e47f 104.59%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.header.bg-trans .header-content-language-item .header-content-language-link {
  color: #F8F5F0 !important;
}
.header-content {
  justify-content: space-between;
  align-items: center;
}
.header-content-btn-img {
  width: 4rem;
  height: 4rem;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s linear;
}
@media screen and (max-width: 460px) {
  .header-content-btn-img {
    width: 3rem;
    height: 3rem;
  }
}
@media (min-width: 1201px) {
  .header-content-btn-img:hover {
    transform: scale(1.1);
  }
}
.header-content-btn-img.black {
  display: block;
}
.header-content-btn-img.yellow {
  display: none;
}
.header-content-btn-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-content-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header-content-logo-img {
  width: 17rem;
  height: 3.6rem;
  display: block;
}
.header-content-logo-img.black {
  display: block;
}
.header-content-logo-img.yellow {
  display: none;
}
@media screen and (max-width: 600px) {
  .header-content-logo-img {
    width: 12rem;
  }
}
@media screen and (max-width: 460px) {
  .header-content-logo-img {
    width: 8rem;
  }
}
.header-content-logo-img img {
  width: 100%;
  height: 100%;
}
.header-content-language-list {
  display: flex;
  align-items: center;
  column-gap: 1.6rem;
}
@media screen and (max-width: 768px) {
  .header-content-language-list {
    flex-direction: column;
    row-gap: 0.8rem;
    align-items: start;
  }
}
@media screen and (max-width: 460px) {
  .header-content-language-list {
    row-gap: 0.6rem;
  }
}
.header-content-language-item:last-child {
  border-left: 0.1rem solid #262626;
  padding-left: 1.6rem;
}
@media screen and (max-width: 768px) {
  .header-content-language-item:last-child {
    padding-left: 0;
    border-left: 0;
  }
}
.header-content-language-item.active .header-content-language-link {
  font-weight: 700;
  color: #262626;
}
.header-content-language-link {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #262626;
  transition: all 0.3s linear;
  display: block;
}
@media (min-width: 1201px) {
  .header-content-language-link:hover {
    color: #262626;
  }
}
@media screen and (max-width: 768px) {
  .header-content-language-link {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 460px) {
  .header-content-language-link {
    font-size: 1rem;
  }
}

.header-modal {
  position: fixed;
  background-color: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 900;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s linear;
}
.header-modal.show {
  opacity: 1;
  pointer-events: visible;
}

.menu-drop {
  position: fixed;
  max-width: 72rem;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0) scale(0);
  background: #f8f5f0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  padding-top: 12rem;
  padding-bottom: 2rem;
  transition: all 0.5s linear;
  opacity: 0;
  pointer-events: none;
  z-index: 999;
}
@media screen and (max-width: 1200px) {
  .menu-drop {
    max-width: none;
  }
}
.menu-drop.show {
  opacity: 1;
  pointer-events: visible;
  transform: translate(-50%, 0) scale(1);
}
.menu-drop ::-webkit-scrollbar {
  width: 0.3rem;
}
.menu-drop-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2.4rem;
  height: 100vh;
  overflow-y: auto;
  padding-right: 1rem;
}
@media screen and (max-width: 1200px) {
  .menu-drop-list {
    row-gap: 2rem;
  }
}
.menu-drop-img {
  width: 17rem;
  height: 3.6rem;
  margin-top: 2rem;
}
@media screen and (max-width: 1200px) {
  .menu-drop-img {
    width: 10rem;
  }
}
.menu-drop-img img {
  width: 100%;
  height: 100%;
}
.menu-drop-exits {
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.1rem solid #262626;
  border-radius: 50%;
  flex-shrink: 0;
  position: absolute;
  top: 3rem;
  right: 3rem;
  cursor: pointer;
  transition: all 0.5s linear;
}
@media (min-width: 1201px) {
  .menu-drop-exits:hover {
    color: #A46E29;
    border-color: #A46E29;
  }
}
.menu-drop .menu-item {
  width: 100%;
}
.menu-drop .menu-item.actived, .menu-drop .menu-item.current-menu-item, .menu-drop .menu-item.current_page_item {
  padding-top: 4rem;
}
.menu-drop .menu-item.actived .menu-link, .menu-drop .menu-item.current-menu-item .menu-link, .menu-drop .menu-item.current_page_item .menu-link {
  background: linear-gradient(143.78deg, #a46e29 1.8%, #f7e47f 116.61%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 2rem;
}
.menu-drop .menu-item.actived .menu-link::before, .menu-drop .menu-item.current-menu-item .menu-link::before, .menu-drop .menu-item.current_page_item .menu-link::before {
  opacity: 1;
  display: block;
}
.menu-drop .menu-link {
  font-family: "Calibri";
  font-style: normal;
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.01em;
  color: #262626;
  display: block;
  transition: all 0.5s linear;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .menu-drop .menu-link {
    font-size: 3.1rem;
  }
}
@media only screen and (max-width: 800px) {
  .menu-drop .menu-link {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 1200px) {
  .menu-drop .menu-link {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 1200px) {
  .menu-drop .menu-link {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 800px) {
  .menu-drop .menu-link {
    font-size: 2.1rem;
  }
}
.menu-drop .menu-link::before {
  content: "";
  position: absolute;
  width: 9rem;
  height: 9rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: -1;
  background: linear-gradient(138.37deg, rgba(164, 110, 41, 0.25) 2.24%, rgba(247, 228, 127, 0.25) 104.59%);
  backdrop-filter: blur(0.2rem);
  transition: all 0.5s linear;
  opacity: 0;
  display: none;
}
@media screen and (max-width: 1200px) {
  .menu-drop .menu-link::before {
    width: 6rem;
    height: 6rem;
  }
}
@media (min-width: 1201px) {
  .menu-drop .menu-link:hover {
    background: linear-gradient(143.78deg, #a46e29 1.8%, #f7e47f 116.61%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
}

.footer {
  background-color: #D0AC7E;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 1200px) {
  .footer {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 600px) {
  .footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.footer.white {
  background-color: transparent;
}
.footer.white .menu-item {
  color: #262626;
}
@media (min-width: 1201px) {
  .footer.white .menu-item:hover {
    background: linear-gradient(138.37deg, #a46e29 2.24%, #f7e47f 104.59%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 700;
  }
}
.footer-logo {
  width: 14.8rem;
  height: 10.4rem;
  display: block;
  margin-bottom: 4rem;
}
@media screen and (max-width: 800px) {
  .footer-logo {
    margin-bottom: 2rem;
    width: 10.8rem;
    height: 10.4rem;
  }
}
.footer-logo img {
  width: 100%;
  height: 100%;
}
.footer-content {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8rem;
  row-gap: 3rem;
}
@media screen and (max-width: 800px) {
  .footer-content {
    margin-bottom: 3rem;
    flex-direction: column;
    align-items: start;
  }
}
@media screen and (max-width: 800px) {
  .footer-content-left {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.footer-content-left-text {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.01em;
  color: rgba(248, 245, 240, 0.8);
  margin-bottom: 4rem;
  max-width: 60rem;
}
@media screen and (max-width: 800px) {
  .footer-content-left-text {
    max-width: none;
    margin-bottom: 3rem;
    text-align: center;
  }
}
.footer-content-left-list {
  display: flex;
  align-items: center;
  column-gap: 1.7rem;
}
.footer-content-left-link {
  width: 4.2rem;
  height: 4.2rem;
  flex-shrink: 0;
  transform: scale(1);
  display: block;
  transition: all 0.5s linear;
}
@media (min-width: 1201px) {
  .footer-content-left-link:hover {
    transform: scale(1.1);
  }
}
.footer-content-left-link img {
  width: 100%;
  height: 100%;
}
.footer-content-right {
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 800px) {
  .footer-content-right {
    width: 100% !important;
    justify-content: start;
  }
}
.footer-content-right-list {
  display: flex;
  flex-direction: column;
  row-gap: 2.2rem;
}
.footer-content-right-link {
  display: flex;
  align-items: center;
  justify-content: start;
  column-gap: 1.2rem;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.01em;
  color: rgba(248, 245, 240, 0.8);
}
@media (min-width: 1201px) {
  .footer-content-right-link:hover .footer-content-right-link-img img {
    filter: brightness(0) saturate(100%) invert(45%) sepia(76%) saturate(415%) hue-rotate(354deg) brightness(86%) contrast(92%);
  }
}
.footer-content-right-link-img {
  width: 1.8rem;
  height: 1.8rem;
  display: block;
}
.footer-content-right-link-img img {
  width: 100%;
  height: 100%;
}
.footer-link {
  display: flex;
  justify-content: center;
  margin-bottom: 9rem;
}
.footer-link-list {
  display: flex;
  align-items: center;
  column-gap: 5.1rem;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1350px) {
  .footer-link-list {
    column-gap: 2rem;
    row-gap: 1rem;
  }
}
@media screen and (max-width: 1200px) {
  .footer-link {
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 600px) {
  .footer-link {
    margin-bottom: 3rem;
  }
}
.footer-link .menu-item {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0.01em;
  color: #F8F5F0;
  transition: all 0.5s linear;
}
@media (min-width: 1201px) {
  .footer-link .menu-item:hover {
    color: #FAEFB2;
  }
}
.footer-link-mona {
  width: 18rem;
  margin: 0 auto;
}

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

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

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

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

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

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

.select2-container .select2-selection--single .select2-selection__rendered {
  background-color: transparent;
  color: #262626;
  font-size: 1.6rem;
  font-weight: 400;
  display: inline !important;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
  padding-bottom: 0.8rem;
  border-bottom: 0.1rem solid black;
}

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

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

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

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

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

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

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

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  border-color: black transparent transparent transparent;
  right: 1.8rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: black transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent black transparent;
}

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

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

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

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

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

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

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  visibility: hidden;
  color: #4a4a4a;
}
@media screen and (max-width: 600px) {
  .popup .popup-content-form-wrap {
    height: 45vh;
    padding: 0 0.5rem;
  }
}
@media screen and (max-width: 600px) {
  .popup .item-form-input-box {
    padding-right: 0.5rem;
  }
}
.popup.open {
  visibility: visible;
}
.popup.open .popup-overlay {
  opacity: 1;
  visibility: visible;
}
.popup.open .popup-main {
  opacity: 1;
  visibility: visible;
}
.popup.open .popup-close {
  opacity: 1;
  visibility: visible;
}
.popup-overlay {
  position: absolute;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), rgba(164, 110, 41, 0.1);
  backdrop-filter: blur(0.8rem);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.popup-main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 80%;
  max-width: 104.2rem;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1024px) {
  .popup-main {
    width: calc(100% - 1.2rem);
    max-width: 100%;
  }
}
.popup-over {
  overflow: auto;
  min-height: 40vh;
  max-height: 95vh;
}
.popup-wrapper {
  background: white;
  width: 100%;
  min-height: 60vh;
  position: relative;
  padding: 5.6rem;
  border-radius: 1.2rem;
}
@media screen and (max-width: 1024px) {
  .popup-wrapper {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .popup-wrapper {
    width: 90%;
    padding: 6rem 2rem 3rem 2rem;
    height: 100%;
    min-height: 65vh;
  }
}
@media screen and (max-width: 460px) {
  .popup-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 4rem 1.4rem;
  }
}
.popup-title {
  margin-bottom: 4.5rem;
  font-weight: 600;
  font-size: 4.2rem;
  line-height: 1.3;
  /* identical to box height, or 55px */
  text-align: center;
  text-transform: capitalize;
  /* neutral/100 */
  color: #111b36;
}
@media only screen and (max-width: 1200px) {
  .popup-title {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .popup-title {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 600px) {
  .popup-title {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 460px) {
  .popup .btn {
    margin: auto;
  }
}
.popup-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
  transition: 0.6s ease-in-out;
  width: 3rem;
  height: 3rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  z-index: 1201;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1024px) {
  .popup-close {
    right: 10rem;
  }
}
@media screen and (max-width: 600px) {
  .popup-close {
    right: 8rem;
  }
}
@media screen and (max-width: 460px) {
  .popup-close {
    right: 2rem;
  }
}
.popup-close:hover .icon {
  transform: rotate(360deg);
}
.popup-close .icon {
  color: #262626;
  font-weight: 300;
  font-size: 2.4rem;
  transition: 0.6s ease-in-out;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
}
.recruit-popup .popup-wrapper {
  border-radius: 1.6rem;
  padding: 6rem 8.8rem;
}
@media screen and (max-width: 1024px) {
  .recruit-popup .popup-wrapper {
    padding: 3rem 4rem;
  }
}
@media screen and (max-width: 600px) {
  .recruit-popup .popup-wrapper {
    padding: 2rem 2.4rem;
    border-radius: 0.8rem;
    overflow: hidden;
  }
}
@media screen and (max-width: 400px) {
  .recruit-popup .popup-wrapper {
    padding: 2rem 1.2rem;
  }
}
.recruit-popup .popup-main {
  width: calc(100% - 3rem);
  max-width: 117rem;
}
@media screen and (max-width: 400px) {
  .recruit-popup .popup-close {
    top: 0.4rem;
  }
}

.popup-content ::-webkit-scrollbar {
  width: 0.2rem;
}
.popup-content .btn-cus {
  margin: 0 auto;
}

.item-form-input-box-file {
  width: 100%;
}
.item-form-input-box-file #fileUpload {
  display: none;
}

.item-form-input-box-file-content {
  padding: 7rem 0;
  width: 100%;
  background: #F0E6D9;
  border: 0.1rem dashed #A46E29;
  border-radius: 12px;
}

.item-form-input-box-file-content-img {
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1rem;
}
.item-form-input-box-file-content-img img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 460px) {
  .item-form-input-box-file-content-img {
    width: 3rem;
    height: 3rem;
  }
}

.item-form-input-box-file-content-item {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  color: #000000;
}

.popup-success {
  max-width: 50.8rem;
  width: 100%;
  border-radius: 1.2rem;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  visibility: hidden;
  pointer-events: none;
}
.popup-success.active {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

.popup-success-top {
  border-top-left-radius: 1.2rem;
  border-top-right-radius: 1.2rem;
  width: 100%;
  padding: 3rem 0;
  background-color: #e1f1fb;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-success-top-img {
  width: 12.8rem;
  height: 12.8rem;
}
.popup-success-top-img img {
  width: 100%;
  height: 100%;
}

.popup-success-bottom {
  padding: 4rem 5rem;
  background-color: white;
  border-bottom-left-radius: 1.2rem;
  border-bottom-right-radius: 1.2rem;
}
.popup-success-bottom .btn-cus {
  margin: 0 auto;
}

.popup-title {
  font-family: "Calibri";
  font-style: normal;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.3;
  letter-spacing: 0.005em;
  color: #262626;
  text-align: start;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1200px) {
  .popup-title {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .popup-title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 460px) {
  .popup-title {
    text-align: center;
  }
}

.popup-title-note {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.005em;
  color: #262626;
  margin-bottom: 3rem;
}
@media screen and (max-width: 460px) {
  .popup-title-note {
    text-align: center;
    margin-bottom: 1rem;
  }
}

.popup-success-bottom-text {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  color: #262626;
  margin-bottom: 3rem;
}

.popup-success-overlay {
  position: fixed;
  inset: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(73, 81, 104, 0.9);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.popup-success-overlay.active {
  opacity: 1;
  pointer-events: visible;
  visibility: visible;
}

.popup-content-form {
  overflow-y: auto;
  overflow-x: hidden;
  padding: 2rem 0;
}

.content-form-input-box {
  row-gap: 2.4rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 600px) {
  .content-form-input-box {
    row-gap: 1.7rem;
  }
}

.item-form-input-box {
  position: relative;
  width: 50%;
}
.item-form-input-box.text-area {
  width: 100%;
}
@media screen and (max-width: 460px) {
  .item-form-input-box {
    width: 100%;
  }
}

.input-form-content {
  width: 100%;
  border: 0.1rem solid #f0e6d9 !important;
  background: #f0e6d9;
  padding: 1.8rem;
  transition: all 0.5s linear;
}
@media screen and (max-width: 600px) {
  .input-form-content {
    padding: 1.2rem;
  }
}
.input-form-content:focus {
  border-color: #A46E29 !important;
}

.breadcrumbs {
  overflow: hidden;
}
@media screen and (max-width: 1201px) {
  .breadcrumbs-wrap {
    padding: 1rem 0;
  }
}
.breadcrumbs-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  border: 0.1rem solid #262626;
  padding: 1.5rem 4.4rem;
  border-radius: 10rem;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .breadcrumbs-list {
    padding: 1.2rem 2.4rem;
  }
}
@media screen and (max-width: 600px) {
  .breadcrumbs-list {
    padding: 1.2rem;
  }
}
.breadcrumbs-item {
  position: relative;
  padding: 0 1rem;
  height: 2.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: row-reverse;
}
.breadcrumbs-item.current a {
  font-size: 1.6rem;
  font-weight: 600;
  color: #262626 !important;
  pointer-events: none;
}
@media screen and (max-width: 800px) {
  .breadcrumbs-item.current a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .breadcrumbs-item.current a {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 600px) {
  .breadcrumbs-item {
    padding: 0 0.5rem;
  }
}
.breadcrumbs-item:last-child {
  padding: 0 2rem;
}
@media screen and (max-width: 600px) {
  .breadcrumbs-item:last-child {
    padding: 0 0.5rem;
  }
}
.breadcrumbs-item:not(:last-child)::before {
  content: "";
  background-color: #262626;
  width: 6.4rem;
  height: 0.1rem;
}
@media screen and (max-width: 600px) {
  .breadcrumbs-item:not(:last-child)::before {
    width: 3.4rem;
  }
}
@media screen and (max-width: 400px) {
  .breadcrumbs-item:not(:last-child)::before {
    width: 1rem;
  }
}
.breadcrumbs-item a {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.3;
  color: #262626;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  letter-spacing: 0.005em;
  padding-right: 3rem;
}
.breadcrumbs-item a img {
  width: 1.4rem;
}
@media screen and (min-width: 1201px) {
  .breadcrumbs-item a:hover {
    color: #A46E29;
  }
}
@media screen and (max-width: 600px) {
  .breadcrumbs-item a {
    font-size: 1.2rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 400px) {
  .breadcrumbs-item a {
    font-size: 1.2rem;
    padding-right: 0.5rem;
  }
}
.breadcrumbs-item.active a {
  opacity: 1;
}
@media screen and (min-width: 1201px) {
  .breadcrumbs-item.active a:hover {
    color: #262626;
  }
}
.breadcrumbs-item:not(:last-child) a {
  width: max-content;
}
.breadcrumbs.pd-t {
  padding-top: 1.5rem;
}
.breadcrumbs.other {
  padding-top: 1.6rem;
  background-color: #A46E29;
}
.breadcrumbs.other a {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
}
.breadcrumbs.other span {
  color: white;
}
.breadcrumbs.other .breadcrumbs-list {
  position: relative;
  padding-bottom: 1.6rem;
}
.breadcrumbsSec.section {
  padding-top: var(--pdGen);
  overflow: hidden;
}

.breadcrumbs-inside {
  position: relative;
}
.breadcrumbs-inside .breadcrumbs {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.breadcrumbs-inside .breadcrumbs.other .breadcrumbs-list::before {
  display: none;
}

.breadcrumbs-white .breadcrumbs.other a {
  color: white;
}
@media (min-width: 1201px) {
  .breadcrumbs-white .breadcrumbs.other a:hover {
    color: #FAEFB2;
  }
}
.breadcrumbs-white .breadcrumbs-item:not(:last-child)::before {
  filter: brightness(0) invert(1);
}

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

.form-wrap {
  margin-left: -1.2rem;
  margin-right: -1.2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.form-control {
  width: 50%;
  padding: 0 1.2rem;
  margin-bottom: var(--pdGen2);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 850px) {
  .form-control {
    width: 100%;
  }
}
.form-control.full-w {
  width: 100%;
}
.form-control-file .name-file {
  padding: 1.2rem 1.6rem 0;
}
.form-input {
  background: #FFFFFF;
  border: 0.1rem solid rgba(0, 75, 65, 0.5);
  border-radius: 0.8rem;
  height: 4.2rem;
  transition: all 0.3s ease-in-out;
  padding: 1.8rem 1.8rem;
}
@media screen and (max-width: 500px) {
  .form-input {
    height: 3.2rem;
  }
}
.form-input::placeholder {
  color: #88898A;
  opacity: 0.9;
}
.form-input:focus {
  border: 0.1rem solid #F0E8DD;
}
.form-text {
  background: #FFFFFF;
  border: 0.1rem solid rgba(0, 75, 65, 0.5);
  border-radius: 0.8rem;
  padding: 1.8rem 1.8rem;
  transition: all 0.3s ease-in-out;
  height: 13.6rem;
  resize: none;
}
.form-text::placeholder {
  color: #88898A;
  opacity: 0.9;
}
.form-text:focus {
  border: 0.1rem solid #A46E29;
}
.form-select {
  position: relative;
}
.form-select .list-select {
  width: calc(100% - 2.5rem);
  display: none;
  z-index: 10;
  filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.1));
}
.form-select .item-select {
  padding: 1rem 2rem;
  background: white;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s;
  text-align: left;
}
@media screen and (min-width: 1200px) {
  .form-select .item-select:hover {
    background: #A46E29;
    color: white;
  }
}
.form-select .item-select.seleted-item {
  background: #A46E29;
  color: white;
  pointer-events: none;
}
.form-select input:disabled {
  background: white;
}
.form-select .selected {
  width: 100%;
  background: white;
  padding: 1.5rem 1.7rem;
  border-radius: 6px;
  transition: all 0.3s;
  font-weight: 300;
  line-height: 1.25;
  font-size: 1.6rem;
  color: rgba(48, 48, 48, 0.5);
  display: block;
  cursor: pointer;
  position: relative;
  max-height: 4.9rem;
  text-align: left;
}
.form-select .selected .icon {
  width: 2.4rem;
  height: 2.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: absolute;
  right: 1.7rem;
  top: 50%;
  transform: translateY(-50%);
}
.form-select .selected .icon i {
  font-size: 1rem;
  font-weight: 900;
}
.form-search {
  width: 100vw;
  max-width: 0;
  position: absolute;
  right: calc(100% + 1.2rem);
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  transition: all 0.5s;
}
@media screen and (max-width: 450px) {
  .form-search {
    right: 0;
    transform: translateX(5rem);
    top: calc(100% + 2rem);
  }
}
.form-search.active {
  max-width: 32rem;
}
@media screen and (max-width: 450px) {
  .form-search.active {
    max-width: 26rem;
  }
}
.form-search .form-wrap {
  flex-wrap: nowrap;
  position: relative;
  width: 100%;
  margin: 0;
  background: white;
}
.form-search .input {
  width: 100%;
  padding: 1rem 1.5rem;
}
.form-search .btn-search {
  width: 5rem;
  background: url("../assets/images/search.svg"), #A46E29;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  cursor: pointer;
  background-size: 2rem;
}
.form-sigup {
  position: relative;
  width: 100%;
  max-width: 54rem;
  margin-left: auto;
}
@media screen and (max-width: 600px) {
  .form-sigup {
    max-width: none;
  }
}
.form-label {
  border: 0.1rem dashed #004B41;
  border-radius: 0.8rem;
  padding: 3.2rem 0;
  cursor: pointer;
  background: rgba(0, 75, 65, 0.06);
}
.form-label .label-img {
  width: 2.2rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.8rem;
}
.form-label .label-text {
  text-align: center;
  font-weight: 500;
  display: block;
  padding: 0 1rem;
  color: rgba(68, 68, 68, 0.5);
}
.form-upload .name-file {
  margin-top: 2rem;
}

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

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

.toggle-header {
  width: 4rem;
  height: 4rem;
  transition: all 0.3s ease-in-out;
}
.toggle-header .toggle-inner {
  perspective: 600px;
  position: relative;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.toggle-header.active .toggle-inner {
  transform: scale(0.8);
}
.toggle-header.active .toggle-item:first-child {
  --rotateY: -180deg;
}
.toggle-header.active .toggle-item:last-child {
  --rotateY: 0deg;
}
.toggle-item {
  --rotateY: 0deg;
  transform: rotateY(var(--rotateY));
  transform-style: preserve-3d;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.3rem;
  background: #A46E29;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s cubic-bezier(0.2, 0.64, 0.48, 1.24);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.toggle-item img {
  width: 2rem;
  height: 2rem;
  --rotate: 0deg;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(var(--rotate)) translateZ(6px);
}
.toggle-item:first-child {
  background: #A46E29;
}
.toggle-item:last-child {
  background: #F0E8DD;
  --rotateY: 180deg ;
}
.toggle-text {
  padding: 0.8rem;
}
@media screen and (max-width: 800px) {
  .toggle-text {
    display: none;
  }
}

.show-hide-toggle {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  color: #A46E29;
  align-items: center;
}
.show-hide-toggle .icon-dr {
  width: 1.2rem;
  height: 1.2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-left: 0.6rem;
}

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

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

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

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

.tb-remove {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  font-size: 0.8rem;
  font-weight: 900;
  color: white;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1201px) {
  .tb-remove:hover {
    background: #F0E8DD;
  }
}
@media screen and (max-width: 750px) {
  .tb-remove {
    margin-left: auto;
  }
}
.tb-img {
  display: block;
  width: 6rem;
  height: 6rem;
}
@media screen and (max-width: 1201px) {
  .tb-img {
    margin-left: auto;
  }
}
.tb-name {
  font-weight: 600;
}
.tb-price .old {
  font-size: 1.4rem;
  line-height: 1.2;
  text-decoration-line: line-through;
  color: #696969;
}

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

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

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

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

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

.lang {
  cursor: pointer;
  user-select: none;
  position: relative;
  z-index: 650;
}
.lang-lst {
  display: none;
  z-index: 10;
  background: white;
  top: calc(100% + 1.8rem);
  left: -0.8rem;
  width: calc(100% + 0.8rem);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
}
.lang-item {
  padding: 0.5rem 0.8rem;
  transition: all 0.3s;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1202px) {
  .lang-item:hover {
    background: #A46E29;
  }
}
.lang .text {
  margin-left: 0.4rem;
  margin-right: 0.2rem;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.005em;
  color: #444444;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .lang .text {
    font-size: 1.4rem;
    margin: 0 0.5rem;
  }
}
.lang img {
  width: 1.6rem;
  border-radius: 0.2rem;
}
@media screen and (max-width: 600px) {
  .lang img {
    width: 1.6rem;
  }
}
.lang .icon {
  width: 0.8rem;
  height: 0.8rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-left: 0.2rem;
  font-size: 0.9rem;
  border-radius: 0.2rem;
}
.lang .icon i {
  font-weight: 900;
}
.lang-selected .text {
  position: relative;
}

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

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

.banner-page {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12rem 0;
}
.banner-page-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.banner-page-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-page-bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(230, 204, 108, 0) 15.52%, rgba(188, 144, 66, 0.8) 100%), linear-gradient(180deg, #f8f5f0 9.39%, rgba(255, 255, 255, 0) 144.22%);
  z-index: 1;
}
.banner-page-content {
  position: relative;
  z-index: 2;
}
.banner-page .breadcrumbs {
  margin-bottom: 9rem;
}
@media screen and (max-width: 600px) {
  .banner-page {
    padding-top: 10rem;
    padding-bottom: 6rem;
  }
}
.banner-page-title {
  font-family: "Calibri";
  font-style: normal;
  font-weight: 400;
  font-size: 6rem;
  line-height: 1.5;
  color: #262626;
  text-align: center;
  margin-bottom: 3.7rem;
  position: relative;
}
.banner-page-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: linear-gradient(138.37deg, rgba(164, 110, 41, 0.15) 2.24%, rgba(247, 228, 127, 0.15) 104.59%);
  z-index: -1;
  width: 14rem;
  height: 14rem;
}
@media screen and (max-width: 600px) {
  .banner-page-title {
    font-size: 4rem;
    margin-bottom: 6rem;
  }
  .banner-page-title::before {
    width: 10rem;
    height: 10rem;
  }
}
@media screen and (max-width: 460px) {
  .banner-page-title {
    font-size: 3rem;
    margin-bottom: 4rem;
  }
  .banner-page-title::before {
    width: 9rem;
    height: 9rem;
  }
}
.banner-page-filter {
  background: rgba(248, 245, 240, 0.8);
  border-radius: 8.9rem;
  padding: 2.3rem 7.3rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 89rem;
}
.banner-page-filter.result {
  padding: 1.4rem 0rem;
  max-width: 60rem;
  height: 100%;
}
.banner-page-filter.result .banner-page-filter-item {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner-page-filter.result .banner-page-filter-item:not(first-child)::before {
  left: 0%;
}
@media screen and (max-width: 600px) {
  .banner-page-filter.result {
    flex-direction: row;
    align-items: unset;
  }
}
@media screen and (max-width: 800px) {
  .banner-page-filter {
    padding: 1.8rem 2.8rem;
  }
}
@media screen and (max-width: 600px) {
  .banner-page-filter {
    flex-direction: column;
    row-gap: 2rem;
    border-radius: 2rem;
    padding: 2rem 3rem;
  }
}
.banner-page-filter input {
  width: 100%;
  padding: 1rem 2rem;
}
.banner-page-filter input::placeholder {
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #808080;
}
.banner-page-filter.search {
  padding: 0.8rem 0.6rem 0.8rem 3.9rem;
}
@media screen and (max-width: 1024px) {
  .banner-page-filter.search {
    padding: 0.8rem 0.6rem 0.8rem 0.8rem;
  }
}
@media screen and (max-width: 600px) {
  .banner-page-filter.search {
    padding: 1rem;
    border-radius: 3rem;
    flex-direction: row;
  }
}
.banner-page-filter.search .banner-page-filter-search {
  padding: 2rem !important;
  border-radius: 50%;
}
@media screen and (max-width: 600px) {
  .banner-page-filter.search .banner-page-filter-search {
    width: fit-content;
    padding: 1.6rem !important;
  }
}
@media screen and (max-width: 460px) {
  .banner-page-filter.search .banner-page-filter-search {
    width: fit-content;
    padding: 1rem !important;
  }
}
.banner-page-filter-title {
  display: flex;
  align-items: center;
  column-gap: 1.2rem;
  font-family: "Calibri";
  font-style: normal;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #A46E29;
  margin-bottom: 1rem;
}
.banner-page-filter-result {
  color: #666;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  padding: 0.5rem;
  text-align: center;
}
.banner-page-filter-icon {
  width: 1.6rem;
  height: 1.6rem;
  flex-shrink: 0;
}
.banner-page-filter-icon img {
  width: 100%;
  height: 100%;
}
.banner-page-filter-item {
  width: 33.33%;
  position: relative;
}
@media screen and (max-width: 600px) {
  .banner-page-filter-item {
    width: 100%;
  }
}
.banner-page-filter-item:not(:first-child)::before {
  content: "";
  position: absolute;
  width: 0.1rem;
  height: 100%;
  background-color: #A46E29;
  top: 0%;
  left: -20%;
  transform: translate(50%, 0);
}
@media screen and (max-width: 680px) {
  .banner-page-filter-item:not(:first-child)::before {
    left: -18%;
  }
}
.banner-page-filter-item .input-sl-box {
  border-bottom: none;
}
.banner-page-filter-item .list-select {
  width: 100%;
  padding: 1.1em 2.4rem;
  background: rgba(248, 245, 240, 0.8);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1024px) {
  .banner-page-filter-item .list-select {
    padding: 1.2rem;
  }
}
.banner-page-filter-item .input-sl-box {
  padding-bottom: 0;
}
@media (min-width: 1201px) {
  .banner-page-filter-item .item-select:hover {
    background: rgba(164, 110, 41, 0.2);
  }
}
@media screen and (max-width: 1024px) {
  .banner-page-filter-item .item-select {
    padding: 1.2rem;
  }
}
.banner-page-filter-search {
  padding: 2.4rem;
  border-radius: 50%;
  background-color: #A46E29;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s linear;
  flex-shrink: 0;
}
@media (min-width: 1201px) {
  .banner-page-filter-search:hover {
    background-color: #D0AC7E;
  }
  .banner-page-filter-search:hover i {
    color: #262626;
  }
}
@media screen and (max-width: 600px) {
  .banner-page-filter-search {
    width: 20%;
    padding: 1.6rem 0;
    border-radius: 2rem;
  }
}
.banner-page-filter-search i {
  color: white;
  transition: all 0.5s linear;
}

.brand-logo {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background: #f0e8dd;
}
@media screen and (max-width: 1210px) {
  .brand-logo {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 600px) {
  .brand-logo {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.brand-logo-content {
  align-items: center;
}
@media screen and (max-width: 1210px) {
  .brand-logo-content {
    flex-direction: column-reverse;
  }
}
.brand-logo-left {
  width: 50%;
}
@media screen and (max-width: 1210px) {
  .brand-logo-left {
    width: 100%;
  }
}
.brand-logo-right {
  flex: 1;
}
@media screen and (max-width: 600px) {
  .brand-logo-right {
    width: 100%;
  }
}
.brand-logo-title {
  color: #A46E29;
  font-size: 6rem;
  font-family: "Calibri";
  line-height: 1.2;
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 1210px) {
  .brand-logo-title {
    margin-bottom: 3rem;
    font-size: 4rem;
  }
}
@media screen and (max-width: 600px) {
  .brand-logo-title {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
}
.brand-logo-note {
  color: #262626;
  font-size: 3.2rem;
  font-family: "Montserrat";
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 1200px) {
  .brand-logo-note {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .brand-logo-note {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 600px) {
  .brand-logo-note {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
.brand-logo-text {
  color: #262626;
  font-size: 1.6rem;
  font-family: "Montserrat";
  line-height: 1.6;
  letter-spacing: 0.16px;
  margin-bottom: 6.4rem;
  max-width: 48.6rem;
}
@media screen and (max-width: 1210px) {
  .brand-logo-text {
    width: 100%;
    max-width: none;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 600px) {
  .brand-logo-text {
    margin-bottom: 2rem;
  }
}
.brand-logo .swiper-pagination {
  justify-content: start;
}
.brand-logo .swiper-pagination-bullet {
  width: 2rem;
  height: 2rem;
  text-align: center;
  line-height: 1.2;
  color: #262626;
  font-size: 1.6rem;
  font-weight: 500;
  opacity: 1;
  border: none;
  background-color: transparent;
}
.brand-logo .swiper-pagination-bullet-active {
  color: #A46E29;
}
.brand-logo.about {
  background: transparent;
}
@media screen and (max-width: 600px) {
  .brand-logo.about .brand-logo-right-item:first-child {
    top: 42%;
    left: 82%;
  }
}
.brand-logo.about .brand-logo-right-item:nth-child(3) {
  left: 25%;
  top: 70%;
}
.brand-logo.about .brand-logo-right-item:nth-child(2) {
  left: 70%;
  top: 80%;
}
@media screen and (max-width: 460px) {
  .brand-logo.about .brand-logo-right-item:nth-child(2) {
    width: 6rem;
    height: 6rem;
  }
}
.brand-logo.about .brand-logo-right-item:nth-child(4) {
  width: 10.2rem;
  height: 10.2rem;
  top: 40%;
  left: 15%;
}
@media screen and (max-width: 600px) {
  .brand-logo.about .brand-logo-right-item:nth-child(4) {
    width: 8rem;
    height: 8rem;
  }
}
.brand-logo.about .brand-logo-right-item:nth-child(5) {
  top: 20%;
  left: 35%;
}
.brand-logo.about .brand-logo-right-item:nth-child(6) {
  top: 90%;
  left: 45%;
}
@media screen and (max-width: 460px) {
  .brand-logo.about .brand-logo-right-item:nth-child(6) {
    width: 6rem;
    height: 6rem;
  }
}
.brand-logo.about .brand-logo-right-item-ao:nth-child(3) {
  left: 25%;
  top: 70%;
}
.brand-logo.about .brand-logo-right-item-ao:nth-child(2) {
  left: 80%;
  top: 75%;
}
.brand-logo.about .brand-logo-right-item-ao:nth-child(4) {
  width: 10.2rem;
  height: 10.2rem;
  top: 40%;
  left: 15%;
}
.brand-logo.about .brand-logo-right-item-ao:nth-child(5) {
  top: 20%;
  left: 35%;
}
.brand-logo.about .brand-logo-right-item-ao:nth-child(6) {
  top: 90%;
  left: 45%;
}
.brand-logo-right-content {
  display: flex;
  justify-content: end;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .brand-logo-right-content {
    justify-content: center;
    margin-bottom: 2rem;
  }
}
.brand-logo-right-item {
  border-radius: 50%;
  background-color: white;
  box-shadow: 0rem 0.4rem 4rem 0rem rgba(164, 110, 41, 0.2);
  padding: 1rem;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: 0.6s ease-in-out;
  z-index: 10;
  cursor: pointer;
}
@media (min-width: 1201px) {
  .brand-logo-right-item:hover {
    box-shadow: 0rem 0rem 2rem rgba(164, 110, 41, 0.8);
  }
}
.brand-logo-right-item.active {
  top: 50% !important;
  left: 51.5% !important;
  width: 15.2rem !important;
  height: 15.2rem !important;
  pointer-events: none !important;
  animation: none !important;
}
@media screen and (max-width: 1210px) {
  .brand-logo-right-item.active {
    left: 50% !important;
  }
}
@media screen and (max-width: 600px) {
  .brand-logo-right-item.active {
    width: 10rem !important;
    height: 10rem !important;
  }
}
@media screen and (max-width: 400px) {
  .brand-logo-right-item.active {
    width: 8rem !important;
    height: 8rem !important;
  }
}
.brand-logo-right-item img {
  width: 100%;
  height: 100%;
}
.brand-logo-right-item:first-child {
  width: 10.2rem;
  height: 10.2rem;
  top: 35%;
  left: 90%;
  animation: lacLu1 5s linear infinite forwards;
}
@media screen and (max-width: 600px) {
  .brand-logo-right-item:first-child {
    width: 8rem;
    height: 8rem;
    left: 80%;
  }
}
@media screen and (max-width: 400px) {
  .brand-logo-right-item:first-child {
    width: 6rem;
    height: 6rem;
  }
}
@keyframes lacLu1 {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  20% {
    transform: translate(-50%, -50%) scale(1.1);
  }
  40% {
    transform: translate(-50%, -50%) scale(0.9);
  }
  60% {
    transform: translate(-50%, -50%) scale(1.1);
  }
  80% {
    transform: translate(-50%, -50%) scale(0.9);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
.brand-logo-right-item:nth-child(2) {
  width: 12.6rem;
  height: 12.6rem;
  top: 80%;
  left: 85%;
  animation: lacLu2 5s linear infinite forwards;
}
@media screen and (max-width: 600px) {
  .brand-logo-right-item:nth-child(2) {
    width: 10.6rem;
    height: 10.6rem;
    top: 70%;
    left: 80%;
  }
}
@media screen and (max-width: 400px) {
  .brand-logo-right-item:nth-child(2) {
    width: 8rem;
    height: 8rem;
  }
}
@keyframes lacLu2 {
  0% {
    transform: translate(-50%, -50%) scale(1.1);
  }
  20% {
    transform: translate(-50%, -50%) scale(0.9);
  }
  40% {
    transform: translate(-50%, -50%) scale(1);
  }
  60% {
    transform: translate(-50%, -50%) scale(1.1);
  }
  80% {
    transform: translate(-50%, -50%) scale(0.9);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
.brand-logo-right-item:nth-child(3) {
  width: 10.2rem;
  height: 10.2rem;
  top: 80%;
  left: 30%;
  animation: lacLu3 5s linear infinite forwards;
}
@media screen and (max-width: 600px) {
  .brand-logo-right-item:nth-child(3) {
    top: 75%;
    left: 20%;
  }
}
@media screen and (max-width: 400px) {
  .brand-logo-right-item:nth-child(3) {
    width: 8rem;
    height: 8rem;
  }
}
@keyframes lacLu3 {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  20% {
    transform: translate(-50%, -50%) scale(0.9);
  }
  40% {
    transform: translate(-50%, -50%) scale(0.8);
  }
  60% {
    transform: translate(-50%, -50%) scale(1.1);
  }
  80% {
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
.brand-logo-right-item:nth-child(4) {
  width: 7.4rem;
  height: 7.4rem;
  top: 45%;
  left: 5%;
  animation: lacLu4 5s linear infinite forwards;
}
@media screen and (max-width: 600px) {
  .brand-logo-right-item:nth-child(4) {
    left: 10%;
  }
}
@media screen and (max-width: 400px) {
  .brand-logo-right-item:nth-child(4) {
    width: 6rem;
    height: 6rem;
  }
}
@keyframes lacLu4 {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
  }
  20% {
    transform: translate(-50%, -50%) scale(0.9);
  }
  40% {
    transform: translate(-50%, -50%) scale(1);
  }
  60% {
    transform: translate(-50%, -50%) scale(1.1);
  }
  80% {
    transform: translate(-50%, -50%) scale(0.9);
  }
  100% {
    transform: translate(-50%, -50%) scale(0.8);
  }
}
.brand-logo-right-item:nth-child(5) {
  width: 10.2rem;
  height: 10.2rem;
  top: 12%;
  left: 20%;
  animation: lacLu5 5s linear infinite forwards;
}
@media screen and (max-width: 600px) {
  .brand-logo-right-item:nth-child(5) {
    top: 22%;
    left: 25%;
  }
}
@media screen and (max-width: 400px) {
  .brand-logo-right-item:nth-child(5) {
    width: 8rem;
    height: 8rem;
  }
}
@media screen and (max-width: 360px) {
  .brand-logo-right-item:nth-child(5) {
    width: 6rem;
    height: 6rem;
  }
}
@keyframes lacLu5 {
  0% {
    transform: translate(-50%, -50%) scale(0.9);
  }
  20% {
    transform: translate(-50%, -50%) scale(0.8);
  }
  40% {
    transform: translate(-50%, -50%) scale(1.1);
  }
  60% {
    transform: translate(-50%, -50%) scale(1);
  }
  80% {
    transform: translate(-50%, -50%) scale(1.1);
  }
  100% {
    transform: translate(-50%, -50%) scale(0.9);
  }
}
.brand-logo-right-item:nth-child(6) {
  width: 10.2rem;
  height: 10.2rem;
  top: 15%;
  left: 65%;
  animation: lacLu1 5s linear infinite forwards;
}
@media screen and (max-width: 400px) {
  .brand-logo-right-item:nth-child(6) {
    width: 6rem;
    height: 6rem;
  }
}
@keyframes lacLu1 {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  20% {
    transform: translate(-50%, -50%) scale(1.1);
  }
  40% {
    transform: translate(-50%, -50%) scale(0.9);
  }
  60% {
    transform: translate(-50%, -50%) scale(1.1);
  }
  80% {
    transform: translate(-50%, -50%) scale(0.9);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
.brand-logo-right-item:nth-child(7) {
  width: 7.2rem;
  height: 7.2rem;
  top: 10%;
  left: 60%;
  animation: lacLu3 5s linear infinite forwards;
}
@media screen and (max-width: 600px) {
  .brand-logo-right-item:nth-child(7) {
    top: 8%;
    width: 6rem;
    height: 6rem;
  }
}
@keyframes lacLu3 {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  20% {
    transform: translate(-50%, -50%) scale(0.9);
  }
  40% {
    transform: translate(-50%, -50%) scale(0.8);
  }
  60% {
    transform: translate(-50%, -50%) scale(1.1);
  }
  80% {
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
.brand-logo-right-item:nth-child(8) {
  width: 10.6rem;
  height: 10.6rem;
  top: 60%;
  left: 90%;
  animation: lacLu5 5s linear infinite forwards;
}
@media screen and (max-width: 600px) {
  .brand-logo-right-item:nth-child(8) {
    width: 8rem;
    height: 8rem;
  }
}
@media screen and (max-width: 400px) {
  .brand-logo-right-item:nth-child(8) {
    width: 6rem;
    height: 6rem;
  }
}
@keyframes lacLu5 {
  0% {
    transform: translate(-50%, -50%) scale(0.9);
  }
  20% {
    transform: translate(-50%, -50%) scale(0.8);
  }
  40% {
    transform: translate(-50%, -50%) scale(1.1);
  }
  60% {
    transform: translate(-50%, -50%) scale(1);
  }
  80% {
    transform: translate(-50%, -50%) scale(1.1);
  }
  100% {
    transform: translate(-50%, -50%) scale(0.9);
  }
}
.brand-logo-right-item:nth-child(9) {
  width: 8.2rem;
  height: 8.2rem;
  top: 25%;
  left: 70%;
  animation: lacLu3 5s linear infinite forwards;
}
@media screen and (max-width: 460px) {
  .brand-logo-right-item:nth-child(9) {
    width: 6rem;
    height: 6rem;
  }
}
@keyframes lacLu3 {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  20% {
    transform: translate(-50%, -50%) scale(0.9);
  }
  40% {
    transform: translate(-50%, -50%) scale(0.8);
  }
  60% {
    transform: translate(-50%, -50%) scale(1.1);
  }
  80% {
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
.brand-logo-right-box {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.brand-logo-right-box.box-1 {
  width: 57.3rem;
  height: 57.3rem;
  position: relative;
}
@media screen and (max-width: 530px) {
  .brand-logo-right-box.box-1 {
    width: 40.7rem;
    height: 40.7rem;
  }
}
@media screen and (max-width: 400px) {
  .brand-logo-right-box.box-1 {
    width: 30rem;
    height: 30rem;
  }
}
.brand-logo-right-box.box-1::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(164, 110, 41, 0.05);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: lanToa 2s linear infinite backwards;
}
@keyframes lanToa {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
  }
  20% {
    opacity: 0.3;
    transform: translate(-50%, -50%) scale(0.2);
  }
  40% {
    opacity: 0.6;
    transform: translate(-50%, -50%) scale(0.4);
  }
  60% {
    opacity: 0.9;
    transform: translate(-50%, -50%) scale(0.6);
  }
  80% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
}
.brand-logo-right-box.box-2 {
  width: 43.7rem;
  height: 43.7rem;
  position: relative;
}
@media screen and (max-width: 530px) {
  .brand-logo-right-box.box-2 {
    width: 30.7rem;
    height: 30.7rem;
  }
}
@media screen and (max-width: 400px) {
  .brand-logo-right-box.box-2 {
    width: 20rem;
    height: 20rem;
  }
}
.brand-logo-right-box.box-2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(164, 110, 41, 0.1);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: lanToa 2s linear infinite backwards;
}
@keyframes lanToa {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
  }
  20% {
    opacity: 0.3;
    transform: translate(-50%, -50%) scale(0.2);
  }
  40% {
    opacity: 0.6;
    transform: translate(-50%, -50%) scale(0.4);
  }
  60% {
    opacity: 0.9;
    transform: translate(-50%, -50%) scale(0.6);
  }
  80% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
}
.brand-logo-right-box.box-3 {
  width: 32.3rem;
  height: 32.3rem;
  position: relative;
}
@media screen and (max-width: 530px) {
  .brand-logo-right-box.box-3 {
    width: 20.7rem;
    height: 20.7rem;
  }
}
@media screen and (max-width: 400px) {
  .brand-logo-right-box.box-3 {
    width: 13rem;
    height: 13rem;
  }
}
.brand-logo-right-box.box-3::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(164, 110, 41, 0.15);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: lanToa 2s linear infinite backwards;
}
@keyframes lanToa {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
  }
  20% {
    opacity: 0.3;
    transform: translate(-50%, -50%) scale(0.2);
  }
  40% {
    opacity: 0.6;
    transform: translate(-50%, -50%) scale(0.4);
  }
  60% {
    opacity: 0.9;
    transform: translate(-50%, -50%) scale(0.6);
  }
  80% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
}
.brand-logo-right-box.box-4 {
  width: 20rem;
  height: 20rem;
  background-color: #A46E29;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 600px) {
  .brand-logo-right-box.box-4 {
    width: 16rem;
    height: 16rem;
  }
}
@media screen and (max-width: 460px) {
  .brand-logo-right-box.box-4 {
    width: 13rem;
    height: 13rem;
  }
}
@media screen and (max-width: 400px) {
  .brand-logo-right-box.box-4 {
    width: 10rem;
    height: 10rem;
  }
}
.brand-logo-img-box {
  width: 15.2rem;
  height: 15.2rem;
  background-color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .brand-logo-img-box {
    width: 12rem;
    height: 12rem;
  }
}
@media screen and (max-width: 460px) {
  .brand-logo-img-box {
    width: 8rem;
    height: 8rem;
  }
}
.brand-logo-img-box img {
  max-width: 12.3rem;
  height: 100%;
  display: none;
}

.brand-item-tt {
  position: absolute;
  border-radius: 50%;
  background-color: #A46E29;
}
.brand-item-tt:nth-child(odd) {
  animation: anHien 2s linear infinite forwards;
}
@keyframes anHien {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  20% {
    opacity: 0.5;
    transform: scale(1.1);
  }
  40% {
    opacity: 1;
    transform: scale(1.2);
  }
  60% {
    opacity: 0.8;
    transform: scale(1);
  }
  80% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.brand-item-tt:nth-child(even) {
  animation: anHien2 3s linear infinite forwards;
}
@keyframes anHien2 {
  0% {
    opacity: 0.5;
    transform: scale(1);
  }
  20% {
    opacity: 1;
    transform: scale(0.8);
  }
  40% {
    opacity: 0.5;
    transform: scale(1);
  }
  60% {
    opacity: 1;
    transform: scale(1.2);
  }
  80% {
    opacity: 0.8;
    transform: scale(1.3);
  }
  100% {
    opacity: 0.5;
    transform: scale(1);
  }
}
.brand-item-tt:first-child {
  width: 1rem;
  height: 1rem;
  top: 0%;
  left: 1%;
}
.brand-item-tt:nth-child(2) {
  width: 1rem;
  height: 1rem;
  top: 20%;
  left: -10%;
  opacity: 0.3;
}
.brand-item-tt:nth-child(3) {
  width: 2rem;
  height: 2rem;
  top: 30%;
  left: 5%;
}
.brand-item-tt:nth-child(4) {
  width: 1rem;
  height: 1rem;
  top: 80%;
  left: 5%;
}
.brand-item-tt:nth-child(5) {
  width: 1rem;
  height: 1rem;
  top: 80%;
  left: 60%;
}
.brand-item-tt:nth-child(6) {
  width: 1rem;
  height: 1rem;
  top: 60%;
  left: 90%;
}
.brand-item-tt:nth-child(7) {
  width: 1.7rem;
  height: 1.7rem;
  top: 30%;
  left: 105%;
  opacity: 0.3;
}
.brand-item-tt:nth-child(8) {
  width: 1rem;
  height: 1rem;
  top: 30%;
  left: 60%;
}
.brand-item-tt:nth-child(9) {
  width: 2rem;
  height: 2rem;
  top: -2%;
  left: 55%;
}

.links-main {
  position: fixed;
  bottom: 15%;
  right: 2%;
  transition: all 0.5s ease-in-out;
  z-index: 800;
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
@media screen and (max-width: 1200px) {
  .links-main {
    right: 1%;
  }
}
.links-main-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1500px) {
  .links-main-list {
    align-items: end;
  }
}
.links-main-list .links-main-item {
  margin-bottom: 3.5rem;
  cursor: pointer;
  position: relative;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 0.2rem solid #e4c96b;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  transition: all 0.3s linear;
  z-index: 10;
}
.links-main-list .links-main-item::before {
  content: "";
  position: absolute;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  border: 0.1rem solid #d5b45c;
  z-index: -1;
  opacity: 0;
}
@keyframes phongTo2 {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  30% {
    transform: translate(-50%, -50%) scale(0.4);
    opacity: 0.5;
  }
  50% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
.links-main-list .links-main-item::after {
  content: "";
  position: absolute;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0.1rem solid #d5b45c;
  z-index: -1;
  opacity: 0;
}
@keyframes phongTo2 {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  30% {
    transform: translate(-50%, -50%) scale(0.4);
    opacity: 0.5;
  }
  50% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
.links-main-list .links-main-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 1201px) {
  .links-main-list .links-main-item:hover {
    background: #d5b45c;
  }
  .links-main-list .links-main-item:hover .link-items img {
    filter: brightness(0) saturate(100%) invert(90%) sepia(9%) saturate(1364%) hue-rotate(346deg) brightness(105%) contrast(102%);
  }
  .links-main-list .links-main-item:hover::before {
    animation: phongTo2 1s infinite linear forwards;
  }
  .links-main-list .links-main-item:hover::after {
    animation: phongTo2 1s infinite linear forwards;
  }
}
.links-main-list .links-main-item .link-items {
  width: 1.8rem;
  height: 1.8rem;
  position: relative;
  display: block;
}
.links-main-list .links-main-item .link-items img {
  z-index: 4;
  width: 100%;
  height: 100%;
}

.btn {
  border-radius: 4.7rem;
  background: linear-gradient(138.37deg, #a46e29 2.24%, #f7e47f 104.59%);
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-right: 1.4rem;
  position: relative;
  z-index: 1;
  width: fit-content;
  cursor: pointer;
}
.btn.brown {
  background: #A46E29;
}
.btn.brown::after {
  background: #A46E29;
}
.btn.white {
  border: 0.1rem solid white;
  background: transparent;
}
.btn.white::before {
  background: transparent;
}
.btn.white .btn-inner {
  color: #A46E29;
}
.btn.white .btn-icon-right img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(94%) saturate(25%) hue-rotate(21deg) brightness(107%) contrast(106%);
}
.btn.white::after {
  background: white;
}
@media (min-width: 1201px) {
  .btn.white:hover .btn-icon-right img {
    filter: brightness(0) saturate(100%) invert(48%) sepia(9%) saturate(2929%) hue-rotate(354deg) brightness(93%) contrast(100%);
  }
}
.btn.trans {
  border: 0.1rem solid #D0AC7E;
  background: transparent;
}
.btn.trans::before {
  background: transparent;
}
@media (min-width: 1201px) {
  .btn:hover .btn-icon-right {
    transform: rotate(-45deg);
  }
  .btn:hover .btn-icon-right img {
    filter: brightness(0) saturate(100%) invert(99%) sepia(100%) saturate(0%) hue-rotate(274deg) brightness(103%) contrast(101%);
  }
  .btn:hover::after {
    width: 100%;
  }
}
.btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -49%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 3.5rem;
  border-radius: 4.7rem;
  z-index: -1;
  background-color: white;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 460px) {
  .btn::before {
    height: 3rem;
    right: -49%;
  }
}
.btn::after {
  content: "";
  border-radius: 4.7rem;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 80%;
  background: linear-gradient(138.37deg, #a46e29 2.24%, #f7e47f 104.59%);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 660px) {
  .btn::after {
    width: 76%;
  }
}
.btn-inner {
  padding: 1.1rem 2.1rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.02em;
  position: relative;
  z-index: 9;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
}
@media screen and (max-width: 460px) {
  .btn-inner {
    padding: 1rem 1.6rem;
    font-size: 1.2rem;
  }
}
.btn-icon-right {
  width: 1.4rem;
  height: 1.4rem;
  flex-shrink: 0;
  margin-left: 1rem;
  display: block;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 460px) {
  .btn-icon-right {
    width: 1.3rem;
    height: 1.3rem;
  }
}
.btn-icon-right img {
  width: 100%;
  height: 100%;
  transition-delay: 0.1s;
}

.page-numbers {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: start;
}
.page-numbers.m-top {
  margin-top: 3rem;
}
.page-numbers .dot {
  width: 5.3rem;
  height: 0.1rem;
  background: #262626;
}
.page-numbers > li:not(:first-child) {
  margin-left: 0.8rem;
}
@media screen and (max-width: 420px) {
  .page-numbers > li:not(:first-child) {
    margin-left: 0.4rem;
  }
}
.page-numbers > li > .page-numbers {
  font-family: "Calibri";
  font-style: normal;
  font-weight: 400;
  color: #363d40;
  line-height: 1.5;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  font-size: 1.4rem;
  background: rgba(164, 110, 41, 0.2);
}
@media (min-width: 1201px) {
  .page-numbers > li > .page-numbers:hover {
    background-color: #A46E29;
    color: white;
  }
  .page-numbers > li > .page-numbers:hover i {
    color: white;
  }
}
@media screen and (max-width: 600px) {
  .page-numbers > li > .page-numbers {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 1.4rem;
  }
}
.page-numbers > li > .page-numbers.current {
  background: #A46E29;
  color: white;
  border-radius: 50%;
}
.page-numbers > li > .page-numbers.dot {
  pointer-events: none;
}
.page-numbers > li > .page-numbers .icon {
  font-weight: 400;
}
.page-numbers .page-numbers.next,
.page-numbers .page-numbers.prev {
  cursor: pointer;
  color: black;
}
.page-numbers .page-numbers.next i,
.page-numbers .page-numbers.prev i {
  font-weight: 400;
}
.page-numbers .page-numbers.next:hover,
.page-numbers .page-numbers.prev:hover {
  color: #FAEFB2;
}
.page-numbers .page-numbers.next .icon,
.page-numbers .page-numbers.prev .icon {
  font-weight: 900 !important;
  font-size: 1rem;
  cursor: pointer;
}

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

.swiper-pagination.pagi-custom {
  position: absolute;
  z-index: 10;
  top: 40%;
  right: -2rem;
  width: fit-content;
  left: unset;
  bottom: unset;
  column-gap: 3.4rem;
  transform: translate(0, -50%) rotate(90deg);
}
@media screen and (max-width: 1200px) {
  .swiper-pagination.pagi-custom {
    right: -2rem;
  }
}
@media screen and (max-width: 800px) {
  .swiper-pagination.pagi-custom {
    right: -3rem;
  }
}
@media screen and (max-width: 600px) {
  .swiper-pagination.pagi-custom {
    right: 0;
    position: relative;
    transform: unset;
    margin: -5rem auto 5rem;
  }
}
.swiper-pagination.pagi-custom .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  background: linear-gradient(138.37deg, #a46e29 2.24%, #f7e47f 104.59%);
  border-radius: 0;
  opacity: 0.5;
  transform: rotate(45deg);
  position: relative;
}
.swiper-pagination.pagi-custom .swiper-pagination-bullet-active {
  position: relative;
  width: 1rem;
  height: 1rem;
  background: linear-gradient(138.37deg, #a46e29 2.24%, #f7e47f 104.59%);
  border-radius: 0;
  opacity: 1;
  transform: rotate(45deg);
  position: relative;
}
.swiper-pagination.pagi-custom .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  width: 4.8rem;
  height: 4.8rem;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 0.1rem solid #FAEFB2;
  transform: translate(-50%, -50%);
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .swiper-pagination.pagi-custom .swiper-pagination-bullet-active::before {
    width: 4rem;
    height: 4rem;
  }
}
@media screen and (max-width: 800px) {
  .swiper-pagination.pagi-custom .swiper-pagination-bullet-active::before {
    width: 3.6rem;
    height: 3.6rem;
  }
}
.swiper-pagination.pagi-custom-2 {
  column-gap: 3.4rem;
  margin-top: 4.4rem;
  margin-bottom: 2rem;
}
.swiper-pagination.pagi-custom-2 .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  background: rgba(164, 110, 41, 0.5);
  border-radius: 0;
  opacity: 0.5;
  transform: rotate(45deg);
  position: relative;
}
@media screen and (max-width: 400px) {
  .swiper-pagination.pagi-custom-2 .swiper-pagination-bullet {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.swiper-pagination.pagi-custom-2 .swiper-pagination-bullet-active {
  position: relative;
  width: 1rem;
  height: 1rem;
  background: #A46E29;
  border-radius: 0;
  opacity: 1;
  transform: rotate(45deg);
  position: relative;
}
@media screen and (max-width: 400px) {
  .swiper-pagination.pagi-custom-2 .swiper-pagination-bullet-active {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.swiper-pagination.pagi-custom-2 .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  width: 4.8rem;
  height: 4.8rem;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 0.1rem solid #A46E29;
  transform: translate(-50%, -50%);
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .swiper-pagination.pagi-custom-2 .swiper-pagination-bullet-active::before {
    width: 4rem;
    height: 4rem;
  }
}
@media screen and (max-width: 800px) {
  .swiper-pagination.pagi-custom-2 .swiper-pagination-bullet-active::before {
    width: 3.6rem;
    height: 3.6rem;
  }
}

.sidebar-tit {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.sidebar-top {
  background: #A46E29;
  padding: 1.6rem 2.4rem;
}
@media screen and (max-width: 1201px) {
  .sidebar-top {
    border-radius: 0;
  }
}
.sidebar-top .icon {
  width: 2.4rem;
  height: 2.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-right: 1rem;
}
.sidebar-top.other {
  background: #F0E8DD;
}
.sidebar-content {
  padding: 1.6rem 2.4rem 0;
}
@media screen and (max-width: 1201px) {
  .sidebar-content {
    padding: 2.4rem;
  }
}
.sidebar-wrap {
  background: #ffffff;
  border: 0.1rem solid rgba(0, 0, 0, 0.2);
  border-radius: 1.2rem;
  overflow: hidden;
}
.sidebar-wrap-ct {
  padding: 2.4rem;
}
@media screen and (max-width: 1201px) {
  .sidebar-wrap {
    border-radius: 0px;
    border-left: 0px;
    border-right: 0px;
  }
}
.sidebar-box {
  user-select: none;
}
.sidebar-box:not(:last-child) {
  padding-bottom: 1.6rem;
}
.sidebar-box .cate-list {
  padding-bottom: 0;
}
.sidebar-type {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.sidebar-type .icon {
  width: 1.6rem;
  height: 1.6rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: relative;
  flex-shrink: 0;
  transition: 0.3s ease-in-out;
}
.sidebar-type.show .icon {
  transform: rotate(-180deg);
}
.sidebar-type-tit {
  font-weight: 700;
  padding-bottom: 0.8rem;
  position: relative;
}
.sidebar-type-tit::before {
  position: absolute;
  content: "";
  width: 5.3rem;
  height: 0.2rem;
  background: #F0E8DD;
  top: 100%;
  left: 0;
}
.sidebar-list {
  margin-top: 3.2rem;
}
.sidebar-list .product-item {
  width: 100%;
}
@media screen and (max-width: 1201px) {
  .sidebar-list .product-item {
    width: 25%;
  }
}
@media screen and (max-width: 750px) {
  .sidebar-list .product-item {
    width: 50%;
  }
}
.sidebar-list .product-item-wrap {
  border: 0.1rem solid rgba(0, 0, 0, 0.2);
  border-radius: 1.2rem;
  background: #f7f7f7;
  overflow: hidden;
}
.sidebar-list .product-item-img {
  border: none;
  border-radius: 0rem;
  margin-bottom: 1.6rem;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.2);
}
.sidebar-list .product-curPrice {
  margin-bottom: 1.6rem;
}
.sidebar-box:has(.sidebar-type) .sidebar-content {
  display: none;
}
.sidebar .range-price {
  padding-bottom: 2.4rem;
}

.star-rate .cate-item {
  justify-content: space-between;
}

.cate-list {
  padding-bottom: 2.4rem;
  border-bottom: 0.1rem dashed rgb(234, 222, 236);
}
.cate-list a:has(.cate-item) {
  display: block;
}
.cate-list a:has(.cate-item):not(:last-child) {
  margin-bottom: 1.6rem;
}
.cate-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.cate-item:not(:last-child) {
  margin-bottom: 1.6rem;
}
.cate-item .box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 1.8rem;
  height: 1.8rem;
  border: 0.2rem solid #FAEFB2;
  border-radius: 0.2rem;
  margin-right: 0.8rem;
  transition: all 0.3s ease-in-out;
}
.cate-item .box i {
  font-size: 1rem;
  font-weight: 900;
  color: white;
}
.cate-item.active .box {
  background: #FAEFB2;
}
.cate-link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.2;
  padding: 1.2rem 2.8rem 1.1rem;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.cate-link.current {
  background: #A46E29;
  color: white;
}
.cate-link.current .icon {
  filter: brightness(0) invert(1);
}
.cate-link .icon {
  width: 1.2rem;
  display: block;
  margin-right: 0.8rem;
  margin-top: -0.1rem;
  transition: all 0.3s ease-in-out;
  transform: rotate(-90deg);
}
@media (min-width: 1201px) {
  .cate-link:hover {
    background: #A46E29;
    color: white;
  }
  .cate-link:hover .icon {
    filter: brightness(0) invert(1);
  }
}

.sort-text {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-right: 1.6rem;
}
@media screen and (max-width: 800px) {
  .sort-text {
    margin-right: 0.8rem;
  }
}
.sort .select {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.4;
  cursor: pointer;
}
.sort option {
  cursor: pointer;
}
@media (min-width: 1201px) {
  .sort option:hover {
    background: #FAEFB2;
  }
}

.filter {
  margin-left: auto;
}

.proFilter-cate-open {
  cursor: pointer;
  background: #FAEFB2;
  height: 4rem;
  border-radius: 12rem;
  padding: 0 1.8rem 0 1.2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
@media screen and (min-width: 1201px) {
  .proFilter-cate-open {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .proFilter-cate-open {
    height: 3.2rem;
  }
}
.proFilter-cate-open .text {
  color: white;
  display: block;
}
@media screen and (max-width: 800px) {
  .proFilter-cate-open .text {
    font-size: 1.4rem;
  }
}
.proFilter-cate-open .icon {
  margin-right: 1.2rem;
  width: 2.4rem;
}
@media screen and (max-width: 800px) {
  .proFilter-cate-open .icon {
    width: 1.8rem;
    margin-right: 0.8rem;
  }
}

.swiper {
  width: 100%;
}
.swiper-container {
  width: 100%;
}
.swiper-pagination {
  position: static;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  margin-top: 3rem;
  height: 1.5rem;
}
.swiper-pagination::before {
  display: none;
}
.swiper-pagination-bullet {
  transition: all 0.3s ease-out;
  width: 1rem;
  height: 1rem;
  opacity: 1;
  border-radius: 10rem;
  border: 0.1rem solid #A46E29;
  margin: 0 0.5rem;
  background: white;
}
.swiper-pagination-bullet-active {
  background: #A46E29;
}
.swiper-pagination.swiper-pagination-lock {
  display: none;
}
.swiper-pagination.cl-pri .swiper-pagination-bullet {
  background-color: white;
  border: 0.1rem solid white;
}
.swiper-pagination.cl-pri .swiper-pagination-bullet-active {
  border: 0.1rem solid #A46E29;
  background-color: transparent;
}
@media screen and (min-width: 1301px) {
  .swiper-pagination.disabled-on-desktop {
    display: none;
  }
}
.swiper-pagination-num {
  height: auto;
}
.swiper-pagination-num .swiper-pagination-bullet {
  background: unset;
  width: unset;
  height: unset;
  border: none;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4;
  display: block;
  color: rgba(19, 23, 23, 0.6);
  text-align: center;
  position: relative;
  background: transparent;
}
.swiper-pagination-num .swiper-pagination-bullet::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0.2rem;
  left: 0;
  top: 50%;
  background: #A46E29;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.swiper-pagination-num .swiper-pagination-bullet-active {
  color: #A46E29;
  padding-left: 2rem;
}
.swiper-pagination-num .swiper-pagination-bullet-active::before {
  width: 1.5rem;
}
.swiper-notification {
  display: none !important;
}
.swiper-navigation {
  cursor: pointer;
}
.swiper-navigation.circle {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 1.2rem;
  font-weight: 900;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  border: 0.1rem solid #FAEFB2;
}
@media screen and (max-width: 600px) {
  .swiper-navigation.circle {
    width: 3.2rem;
    height: 3.2rem;
  }
}
@media screen and (max-width: 400px) {
  .swiper-navigation.circle {
    width: 2.8rem;
    height: 2.8rem;
  }
}
.swiper-navigation.pri {
  border-radius: 50%;
  background: white;
  transition: all 0.3s ease-in-out;
  font-size: 1.2rem;
  color: #A46E29;
  border: 1px solid #A46E29;
}
.swiper-navigation.pri i {
  font-weight: 300;
  color: #A46E29;
  transition: all 0.5s linear;
}
.swiper-navigation.pri.prev {
  top: 50%;
  left: -6rem;
  transform: translate(-50%, -50%);
}
.swiper-navigation.pri.next {
  top: 50%;
  right: -6rem;
  transform: translate(50%, -50%);
}
@media (min-width: 1201px) {
  .swiper-navigation.pri:hover {
    background: #A46E29;
  }
  .swiper-navigation.pri:hover i {
    color: white;
  }
  .swiper-navigation.pri:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7448%) hue-rotate(44deg) brightness(114%) contrast(100%);
  }
}
.swiper-navigation.second {
  border-radius: 50%;
  background: #A46E29;
  transition: all 0.3s ease-in-out;
  font-size: 1.8rem;
  color: white;
}
.swiper-navigation.second.prev {
  top: 50%;
  left: -2.4rem;
  transform: translate(-50%, -50%);
}
.swiper-navigation.second.next {
  top: 50%;
  right: -2.4rem;
  transform: translate(50%, -50%);
}
@media (min-width: 1201px) {
  .swiper-navigation.second:hover {
    background: #F0E8DD;
    color: white;
  }
}
@media screen and (max-width: 1300px) {
  .swiper-navigation.disabled-on-tablet {
    display: none;
  }
}
.swiper-navigation img {
  width: 1.1rem;
  height: 1.1rem;
  filter: brightness(0) saturate(100%) invert(44%) sepia(66%) saturate(4409%) hue-rotate(319deg) brightness(100%) contrast(103%);
}
.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.swiper-abs {
  position: absolute;
  z-index: 20;
}
.swiper-navi {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-navi .swiper-navigation {
  margin: 0.6rem 1.2rem;
}
@media screen and (max-width: 1400px) {
  .swiper-navi .swiper-navigation {
    position: static;
    transform: none !important;
  }
}
.swiper-navi .swiper-pagination {
  margin-top: 0;
  width: fit-content;
  margin-left: 2rem;
  margin-right: 2rem;
  min-width: 17rem;
}

.navi-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 1.6rem;
}
.navi-box .swiper-navigation {
  margin: 0.6rem 0.8rem;
}
@media screen and (max-width: 1400px) {
  .navi-box .swiper-navigation {
    position: static;
    transform: none !important;
  }
}
.navi-box .swiper-pagination {
  margin-top: 0;
  width: fit-content;
  margin-left: 2rem;
  margin-right: 2rem;
  min-width: 17rem;
}

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

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

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

.m-mid {
  margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 1202px) {
  .hd-bg {
    display: none;
  }
}

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

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

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

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

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

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

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

.clear {
  clear: both;
}

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

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

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

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

.plyr {
  border-radius: 0.8rem;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 1201px) {
  .plyr:hover .plyr__controls {
    opacity: 1;
    transform: translateY(0);
  }
}
.plyr .plyr__control--overlaid {
  background: transparent;
  border: 0.3rem solid white;
  width: 3.2rem;
  height: 3.2rem;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.plyr .plyr__control--overlaid svg {
  width: 1rem;
  margin: auto;
  transform: translateX(-0.1rem);
}

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

.plyr__poster {
  background-size: cover;
}

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

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

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

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

.t-title-xl {
  font-size: 8.7rem;
  line-height: 1.2;
}
@media screen and (max-width: 1200.15rem) {
  .t-title-xl {
    font-size: 6rem;
  }
}
@media screen and (max-width: 800px) {
  .t-title-xl {
    font-size: 4rem;
  }
}
@media screen and (max-width: 600px) {
  .t-title-xl {
    font-size: 3rem;
  }
}

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

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

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

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

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

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

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

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

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

.t-white {
  color: white;
}
.t-main {
  color: #A46E29;
}
.t-second {
  color: #F0E8DD;
}
.t-third {
  color: #FAEFB2;
}
.t-text-2 {
  color: #040404;
}
.t-pink {
  color: #ED907A;
}
.t-1D1E41 {
  color: #1d1e41;
}
.t-underline {
  text-decoration: underline;
}
.t-line {
  position: relative;
  display: inline-block;
}
.t-line::before {
  position: absolute;
  content: "";
  min-width: 48rem;
  width: calc(100% + 3rem);
  height: 2.8rem;
  background: #A46E29;
  bottom: 0%;
  transform: translateY(0%);
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .t-line::before {
    min-width: 32rem;
    height: 1.4rem;
  }
}
@media screen and (max-width: 800px) {
  .t-line::before {
    min-width: 26rem;
    height: 1rem;
  }
}
.t-line.right::before {
  right: 0;
}
.t-line.left::before {
  left: 0;
}
.t-line.line-2 .text::before {
  bottom: 0.8rem;
  top: auto;
  transform: none;
  background: #D9D9D9;
  height: 0.2rem;
}
.t-line.short {
  margin-top: 0;
}
.t-line.short::before, .t-line.short::after {
  position: absolute;
  content: "";
  width: 6.6rem;
  height: 0.1rem;
  background: #A46E29;
  top: 50%;
  transform: translateY(-50%);
}
.t-line.short::before {
  right: calc(100% + 0.9rem);
}
.t-line.short::after {
  left: calc(100% + 0.9rem);
}
.t-line-db {
  position: relative;
  padding-bottom: 1rem;
}
.t-line-db::before, .t-line-db:after {
  position: absolute;
  content: "";
  width: 5rem;
  height: 0.2rem;
  background: #F0E8DD;
  left: 50%;
}
.t-line-db::before {
  bottom: 0;
  transform: translateX(-10%);
}
.t-line-db::after {
  bottom: 0.5rem;
  transform: translateX(-60%);
}
.t-line-db.line-db-2::after {
  left: 0;
  transform: none;
}
.t-line-db.line-db-2::before {
  left: 0;
  transform: translateX(50%);
}
.t-break {
  white-space: pre-line;
}
.t-stroke {
  text-shadow: 0 0 0.15rem white, 0 0 0.15rem white, 0 0 0.15rem white, 0 0 0.15rem white, 0 0 0.15rem white, 0 0 0.15rem white, 0 0 0.15rem white, 0 0 0.15rem white, 0 0 0.15rem white, 0 0 0.15rem white, 0 0 0.15rem white, 0 0 0.15rem white, 0 0 0.15rem white, 0 0 0.15rem white, 0 0 0.15rem white, 0 0 0.15rem white, 0 0 0.15rem black, 0 0 0.15rem white, 0 0 0.15rem white, 0 0 0.15rem white;
  -webkit-font-smoothing: antialiased;
  color: #F0E8DD;
}
.t-pre-line {
  white-space: pre-line;
}
.t-sp-1 {
  letter-spacing: 0.06em;
}
.t-sd-1 {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.t-font-2 {
  font-family: "SVN-Taken by Vultures";
}

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

.t-linear {
  background: linear-gradient(90deg, #39B16C 2.67%, #38AF6B 3.67%, #255361 71.67%, #1E2F5E 102.67%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

.fw-i {
  font-style: italic;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes bgScale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.sc-text {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #1C1919;
  margin-right: 0.7rem;
}
.sc-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.sc-item {
  flex-shrink: 0;
}
.sc-item img {
  display: block;
}
.sc-item:not(:last-child) {
  margin-right: 0.6rem;
}
.sc-hd {
  order: 3;
  margin-top: auto;
  width: 100%;
}
@media screen and (min-width: 1201px) {
  .sc-hd {
    display: none;
  }
}
.sc-hd-text {
  padding: 1.5rem;
  font-weight: 500;
}
.sc-hd-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.sc-hd-item {
  padding: 1rem 1.5rem;
  flex: 1;
  flex-basis: 25%;
}
.sc-hd-item a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-shrink: 0;
}
.sc-hd-item .icon {
  width: 2.4rem;
  height: 2.4rem;
  display: block;
}
.sc-hd-item .text {
  font-weight: 700;
  margin-right: 1rem;
  color: #A46E29;
  display: none;
}
.sc-hd-item i {
  display: none;
}
.sc-link {
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background: #F5F5F5;
  padding: 0.8rem;
}
.sc-link img {
  transition: all 0.3s ease-in-out;
}
.sc-link:hover img {
  transform: scale(1.2);
}

.clearfix {
  clear: both;
}

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

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

.tabs {
  width: 100%;
}

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

.readmoreBtn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 8rem;
}
.readmoreBtn .btn-inenr {
  text-transform: unset;
}

.tab_content {
  position: relative;
}

.tab1 .tab-item {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.3;
  color: #878787;
  padding: 0 1.2rem 2.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  transition: all 0.3s ease-in-out;
  line-height: 1.2;
}
@media only screen and (max-width: 1200px) {
  .tab1 .tab-item {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .tab1 .tab-item {
    font-size: 1.5rem;
  }
}
.tab1 .tab-item.current {
  color: #A46E29;
}
.tab1 .tab_item {
  display: none;
}
@media screen and (max-width: 1201px) {
  .tab1 .tab_item {
    padding: 3.2rem 4rem;
  }
}
@media screen and (max-width: 800px) {
  .tab1 .tab_item {
    padding: 1.6rem 1.2rem;
  }
}
.tab1 .tab_item:first-child {
  display: block;
}
.tab1 .tab_item .table p {
  margin: 0;
}
.tab1 .content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
.tab1 .content p {
  margin: 1.5rem 0;
}
.tab1 .content img {
  margin: 1.5rem 0;
}

.news-item {
  height: 100%;
}
.news-item-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 0.4rem;
  height: 44.4rem;
}
@media screen and (max-width: 1201px) {
  .news-item-wrap {
    height: auto;
  }
}
.news-item-wrap::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  background: linear-gradient(180deg, rgba(56, 175, 107, 0) -25.82%, rgba(57, 177, 108, 0) 10.5%, #22824B 53.43%, #031A16 114.83%);
  mix-blend-mode: normal;
  z-index: 5;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  border-radius: 0.4rem;
  display: block;
}
@media (min-width: 1201px) {
  .news-item-wrap:hover::before {
    opacity: 1;
    height: 90%;
  }
  .news-item-wrap:hover .news-item-content {
    transform: translateY(-2.8rem);
    padding: 0 2.4rem 2.4rem;
  }
  .news-item-wrap:hover .news-item-link {
    color: white;
    margin-bottom: 1.2rem;
  }
  .news-item-wrap:hover .readmore {
    max-height: 3rem;
  }
  .news-item-wrap:hover .news-date {
    margin-bottom: 1.2rem;
  }
  .news-item-wrap:hover .news-item-excrept {
    max-height: 4rem;
    margin-bottom: 1.4rem;
  }
}
.news-item-img .img-inner {
  display: block;
  padding-top: calc((288 / 384) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 0.4rem;
}
.news-item-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.news-item-link {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 2.4rem;
  line-height: 1.25;
  letter-spacing: 0.005em;
}
@media only screen and (max-width: 1200px) {
  .news-item-link {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .news-item-link {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1201px) {
  .news-item-link {
    margin-bottom: 1.2rem;
  }
}
@media screen and (max-width: 600px) {
  .news-item-link {
    font-size: 1.4rem;
  }
}
.news-item-excrept {
  margin-bottom: 1.4rem;
}
@media screen and (min-width: 1202px) {
  .news-item-excrept {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    margin-bottom: 0;
  }
}
.news-item-excrept p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.005em;
  color: #FFFFFF;
  opacity: 0.7;
}
@media screen and (max-width: 1201px) {
  .news-item-excrept p {
    color: #262626;
  }
}
.news-item-content {
  padding: 1.2rem 0 0;
  position: relative;
  z-index: 10;
  transition: all 0.3s ease-in-out;
}
.news-item .news-label {
  position: absolute;
}
.news-item .news-date {
  margin-bottom: 1rem;
}
.news-item .readmore {
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1202px) {
  .news-item .readmore {
    max-height: 0;
    overflow: hidden;
  }
}
.news-desc {
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .news-desc {
    font-size: 1.4rem;
  }
}
.news-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -0.8rem;
  margin-right: -0.8rem;
}
.news-box-item {
  padding: 0 0.8rem;
  position: relative;
}
.news-box-item::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0%;
  transform: translate(50%, -50%);
}
.news-box-item:not(:last-child)::before {
  width: 0.1rem;
  height: 1.4rem;
  background: #88898A;
}
.news-box .author {
  margin-bottom: 0;
}
.news-label {
  background: #FAEFB2;
  border-radius: 0.4rem;
  padding: 0.6rem 1.6rem 0.5rem;
  color: white;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.005em;
  top: 0;
  left: 0;
  z-index: 20;
  width: fit-content;
  display: block;
}
@media screen and (max-width: 600px) {
  .news-label {
    font-size: 1.2rem;
  }
}
.news-date {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #5CED9A 3.67%, #68ABBF 71.67%, #6A86D2 102.67%);
  border-radius: 0.4rem;
  width: fit-content;
  padding: 0.6rem 1.6rem 0.5rem;
}
.news-date .icon {
  display: block;
  width: 1.5rem;
  margin-right: 0.6rem;
  margin-top: -0.2rem;
}
.news-date .text {
  color: #444444;
  font-size: 1.4rem;
  letter-spacing: 0.005em;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  .news-date .text {
    font-size: 1.2rem;
  }
}

.news2-list {
  width: 91.6666666667%;
}
@media screen and (max-width: 1024px) {
  .news2-list {
    width: 100%;
  }
}
.news2-item {
  --widthItem: 28.2rem;
  position: relative;
}
@media screen and (max-width: 800px) {
  .news2-item {
    --widthItem: 24rem;
  }
}
@media screen and (max-width: 600px) {
  .news2-item {
    --widthItem: 17rem;
  }
}
@media screen and (max-width: 400px) {
  .news2-item {
    --widthItem: 13rem;
    --pdGen2: 0.8rem;
  }
}
.news2-item::before {
  position: absolute;
  content: "";
  width: calc(100% - var(--widthItem) - var(--pdGen2));
  left: calc(var(--widthItem) + var(--pdGen2));
  height: 0.1rem;
  background: #1C1919;
  opacity: 0.2;
  bottom: 0;
  max-width: 48.6rem;
}
.news2-item:last-child::before {
  display: none;
}
.news2-item-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.news2-item-img {
  width: var(--widthItem);
  flex-shrink: 0;
  position: relative;
}
.news2-item-img .img-inner {
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 0.4rem;
}
.news2-item-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.news2-item-content {
  padding-left: var(--pdGen2);
}
.news2-item-link {
  margin-bottom: 0.8rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 2.4rem;
  line-height: 1.25;
  letter-spacing: 0.005em;
}
@media only screen and (max-width: 1200px) {
  .news2-item-link {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .news2-item-link {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 400px) {
  .news2-item-link {
    font-size: 1.5rem;
  }
}
.news2-item .desc {
  opacity: 0.65;
  line-height: 1.38;
  margin-bottom: 2.8rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .news2-item .desc {
    margin-bottom: 1.2rem;
  }
}
@media screen and (max-width: 600px) {
  .news2-item .desc {
    margin-bottom: 0.8rem;
    font-size: 1.4rem;
  }
}
.news2-item .news2-date {
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 800px) {
  .news2-item .news2-date {
    margin-bottom: 1.2rem;
  }
}
@media screen and (max-width: 600px) {
  .news2-item .news2-date {
    margin-bottom: 0.8rem;
  }
}
@media screen and (max-width: 400px) {
  .news2-item .news2-date {
    margin-bottom: 0.2rem;
  }
}
.news2-item .news-label {
  position: absolute;
}
@media (min-width: 1201px) {
  .news2-item:hover .news2-item-img img {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
.news2-date {
  display: block;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.005em;
  color: #031A16;
}
.news2-main .news2-item-wrap {
  display: block;
  position: relative;
  overflow: hidden;
}
.news2-main .news2-item-img {
  padding-top: 61.0425240055%;
}
.news2-main .news2-item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(118, 49, 120, 0.8);
  display: block;
  padding: calc(var(--pdGen) * 3);
  max-width: 40.8rem;
  border-radius: 0.4rem;
}
.news2-main .newsct-date {
  color: rgba(255, 255, 255, 0.5);
}
.news2-main .news2-item-link {
  font-size: 2rem;
  line-height: 1.3;
  color: white;
  transition: 0.3s ease-in-out;
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 1200px) {
  .news2-main .news2-item-link {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .news2-main .news2-item-link {
    font-size: 1.6rem;
  }
}
@media (min-width: 1201px) {
  .news2-main .news2-item-link:hover {
    color: #72C595;
  }
}
.news2-main .desc {
  color: #FFFFFF;
  opacity: 0.7;
  margin-bottom: 0.4rem;
}
.news2-main .readmore .text {
  color: white;
}
.news2-main .readmore .icon {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.news2-list {
  margin: -2rem 0 2rem;
}
.news2-list .news2-item {
  padding: 2rem 0;
  position: relative;
}
.label-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-bottom: 1.2rem;
}
.label-item {
  margin-bottom: 0.5rem;
}
.label-item:not(:last-child) {
  margin-right: 1.1rem;
}

.recruit-popup-wrap .btn {
  margin-left: auto;
  margin-right: 1.2rem;
}
.recruit-popup-wrap .t-title {
  font-weight: 700;
  margin-bottom: 1rem;
}
.recruit-popup-wrap > .desc {
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .recruit-popup-wrap > .desc {
    font-size: 1.4rem;
  }
}
.recruit-popup-wrap .form-input {
  padding: 0 1.8rem;
}

.reviews-container .form-submit {
  border: none !important;
  width: 35% !important;
  margin-left: auto;
}
.reviews-container .form-submit .submit {
  padding: 0.8rem 1.5rem 0.7rem !important;
}
.reviews-container #commentform .incognito {
  border: none !important;
  width: 20% !important;
}
.reviews-container #commentform .reviews-post-upload {
  width: 35% !important;
}
.reviews-container #commentform .comment-form-detail {
  border-bottom: 1px solid #CECECE;
  margin-bottom: 0;
  padding-bottom: 4rem;
}
.reviews-filter {
  background: #f7f7f7;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2.4rem;
  overflow: hidden;
  padding: 2.5rem;
}
@media screen and (max-width: 600px) {
  .reviews-filter {
    flex-direction: column;
    padding: 1rem;
  }
}
.reviews-filter-list {
  flex: 1;
  padding-left: 1.5rem;
  padding-right: 4rem;
  margin: -0.6rem -2rem;
}
@media screen and (max-width: 1200px) {
  .reviews-filter-list {
    padding-left: 0;
    padding-right: 0;
  }
}
.reviews-filter-item {
  padding: 0.6rem 2rem;
}
.reviews-filter-item .text {
  padding: 0.5rem 1rem 0.4rem;
  border-radius: 10rem;
  background: white;
  min-width: 8.6rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.57;
  cursor: pointer;
  color: #BABABA;
  border: 0.1rem solid rgba(0, 0, 0, 0.2);
}
.reviews-filter-item.active .text {
  border: 1px solid #A46E29;
  color: #A46E29;
}
.reviews-score {
  width: 22.2222222222%;
}
@media screen and (max-width: 600px) {
  .reviews-score {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.reviews-score .score {
  color: #CC4444;
}
.reviews-user .name {
  font-weight: 700;
  color: #A46E29;
}
.reviews-user .date-post {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.57;
  color: #aeaeae;
}
.reviews-avatar {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.9rem;
}
.reviews-avatar img {
  object-fit: cover;
}
.reviews-image {
  padding: 0 0.5rem;
  cursor: pointer;
}
.reviews-image .image {
  background: #eeeeee;
  width: 7rem;
  height: 7rem;
  border-radius: 0.6rem;
  overflow: hidden;
}
.reviews-image-list {
  margin: 0 -0.5rem;
}
.reviews-item {
  padding: 3.4rem 0;
}
.reviews-item:not(:last-child) {
  border-bottom: 1px solid #CECECE;
}
.reviews-post {
  background: #e8f6ff;
  border: 0.1rem solid rgba(0, 0, 0, 0.2);
  border-radius: 1.2rem;
  /* Rounded sliders */
}
.reviews-post .switch {
  position: relative;
  display: inline-block;
  width: 2rem;
  margin-right: 0.7rem;
  height: 1.2rem;
}
.reviews-post .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.reviews-post .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.reviews-post .slider:before {
  position: absolute;
  content: "";
  height: 6px;
  width: 6px;
  left: 2px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.reviews-post input:checked + .slider {
  background-color: #2196f3;
}
.reviews-post input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}
.reviews-post input:checked + .slider:before {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.reviews-post .slider.round {
  border-radius: 34px;
}
.reviews-post .slider.round:before {
  border-radius: 50%;
}
.reviews-post-upload {
  cursor: pointer;
  padding: 0.5rem 1.5rem 0.8rem;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.2);
}
.reviews-post-upload .upload-btn {
  padding-right: 2.6rem;
  margin-right: 1.6rem;
  border-right: 1px solid #CECECE;
}
.reviews-post-upload .upload-btn .icon {
  width: 1.6rem;
  height: 1.6rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-right: 0.7rem;
}
.reviews-post-upload .btn-inner {
  padding: 1.1rem 3.2rem 1rem;
  font-weight: 700;
  line-height: 1.2;
}
.reviews-post-content textarea {
  width: 100%;
  height: 6rem;
}
.reviews-rating {
  padding-top: 3.3rem;
}
.reviews-rating textarea {
  padding: 0 0.5rem 0.5rem;
}
.reviews-rating textarea::placeholder {
  text-align: center;
}
.reviews-rating .stars-item {
  filter: grayscale(1);
}
.reviews-rating .stars-item:not(:last-child) {
  margin-right: 0.6rem;
}
.reviews-sort .title {
  padding: 0.9rem 1.4rem;
  padding-right: 5.4rem;
  border: 1px solid #7A7A7A;
  border-radius: 10rem;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.57;
  color: #a7a7a7;
  position: relative;
  cursor: pointer;
}
.reviews-sort .title .icon {
  position: absolute;
  right: 1.7rem;
}
.reviews-sort .title .selected {
  margin-left: 0.5rem;
}
.reviews-top {
  border-bottom: 1px solid #CECECE;
  padding-bottom: 2rem;
}
.list-chooesed {
  padding: 2rem 1.5rem;
}
.list-chooesed-wrap {
  border: 0.1rem dashed rgba(0, 0, 0, 0.2);
  padding: 1.5rem;
}
.upload-result-img-inner {
  position: relative;
  height: 100%;
  border: 0.1rem solid rgba(0, 0, 0, 0.2);
}
.upload-result-img-inner .media {
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
}
.upload-result-img-inner .media img,
.upload-result-img-inner .media video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.upload-result-img .upload-close {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: white;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  color: red;
}
.upload-result-img .upload-close i {
  margin-bottom: -0.2rem;
}
.upload-result-img.add-more .upload-result-img-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border: 0.1rem dashed rgba(0, 0, 0, 0.2);
  cursor: pointer;
  font-size: 2.4rem;
  font-size: 900;
  color: #F0E8DD;
}

.sort-rv-list {
  display: none;
  background: #ffffff;
  border: 1px solid #e6e1e1;
  border-radius: 2.4rem;
  padding: 2.6rem 0 1rem;
  margin-top: 0.6rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.sort-rv-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding: 0.7rem 1.4rem;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #7A7A7A;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (min-width: 1201px) {
  .sort-rv-item:hover {
    background: #fff4ca;
    color: #CC4444;
  }
}
.sort-rv-item .icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  font-size: 1.2rem;
  margin-right: 1.6rem;
  opacity: 0;
}
.sort-rv-item.current {
  background: #fff4ca;
  color: #CC4444;
}
.sort-rv-item.current .icon {
  opacity: 1;
}

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

.sec-decor {
  position: relative;
  overflow: hidden;
}
.sec-decor::before, .sec-decor::after {
  position: absolute;
  content: "";
  width: 19rem;
  height: 32rem;
  background: url("../assets/images/Union-1.svg");
  z-index: 10;
  bottom: -13rem;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
@media screen and (max-width: 1201px) {
  .sec-decor::before, .sec-decor::after {
    width: 14rem;
    height: 24rem;
  }
}
.sec-decor::after {
  right: 0;
  left: auto;
  transform: scaleX(-1);
}
.sec-decor.other::before, .sec-decor.other::after {
  bottom: -10rem;
}
@media screen and (max-width: 1201px) {
  .sec-decor.other::before, .sec-decor.other::after {
    bottom: -10rem;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.type-list {
  justify-content: flex-end;
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
@media screen and (max-width: 600px) {
  .type-list {
    justify-content: flex-start;
  }
}
.type-item {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.type-item:hover .type-text {
  color: rgba(240, 232, 221, 0.8);
}
.type-item.active .type-text::before {
  width: 100%;
}
.type-item.active .type-checkbox {
  background: #A46E29;
}
.type-item-text {
  color: #555A5A;
  font-weight: 700;
}
.type-checkbox {
  border: 0.1rem solid #D9D9D9;
  border-radius: 0.2rem;
  width: 2.6rem;
  height: 2.6rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 0.5rem;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: -0.2rem;
  margin-right: 1rem;
}
.type-text {
  cursor: pointer;
  font-weight: 700;
  color: #A46E29;
  transition: all 0.3s ease-in-out;
}

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

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

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

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

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

.pro-item {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 800px) {
  .pro-item {
    margin-bottom: 1.2rem;
  }
}
@media screen and (max-width: 600px) {
  .pro-item {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
}
.pro-item-wrap {
  position: relative;
}
.pro-item-img {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #EADEEC 0%, #ADC4ED 100%);
  border-radius: 0.8rem;
  padding: 0.8rem 0 0;
}
.pro-item-img .img-inner {
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 0.8rem;
}
.pro-item-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.4s ease-in-out;
}
.pro-item-name {
  display: block;
  margin-bottom: 0.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .pro-item-name {
    font-size: 1.4rem;
  }
}
.pro-item-price {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.3;
  text-align: center;
  color: #FAEFB2;
}
@media only screen and (max-width: 1200px) {
  .pro-item-price {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .pro-item-price {
    font-size: 1.5rem;
  }
}
.pro-item-content {
  position: relative;
  padding: 0.8rem 0;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.3;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .pro-item-content {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .pro-item-content {
    font-size: 1.5rem;
  }
}
.pro-item-add {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: #FAEFB2;
  color: white;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  height: 4.8rem;
  font-size: 1.4rem;
  transform: translateY(100%);
  transition: all 1s, color 0.3s 0.3s, transform 0.3s;
}
.pro-item-add:hover {
  color: white;
  box-shadow: 300px 0 0 0 #F0E8DD inset, -300px 0 0 0 #F0E8DD inset;
}
@media (min-width: 1201px) {
  .pro-item:hover .pro-item-add {
    transform: translateY(0);
  }
}
.pro-item .pro-tag-list {
  position: absolute;
  top: 1.2rem;
  left: 0;
  padding: 0 1.2rem;
  right: 1.2rem;
  z-index: 10;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.pro-item .pro-tag {
  margin-bottom: 0.4rem;
}
.pro-item .pro-tag:not(:last-child) {
  margin-right: 0.8rem;
}
.pro-box .call-icon {
  margin-left: 0.4rem;
}
.pro-tag {
  background: #F0E8DD;
  border-radius: 12rem;
  height: 2.8rem;
  padding: 0 1.2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: fit-content;
  color: white;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  .pro-tag {
    font-size: 1.2rem;
    height: 2rem;
    padding: 0 0.8rem;
  }
}
.pro-tag.new {
  background: #FAEFB2;
}

.recruit-addr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 800px) {
  .recruit-addr {
    margin-bottom: 0.8rem;
  }
}
.recruit-addr .icon {
  display: block;
  width: 1.6rem;
  margin-right: 1rem;
}
@media screen and (max-width: 800px) {
  .recruit-addr .icon {
    width: 1.2rem;
    margin-right: 0.8rem;
  }
}
.recruit-addr .text {
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .recruit-addr .text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 400px) {
  .recruit-addr .text {
    font-size: 1.2rem;
  }
}
.recruit-info-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.recruit-info-item:not(:last-child) {
  margin-bottom: 0.8rem;
}
.recruit-info-item .icon {
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 1rem;
  display: block;
  margin-top: 0.4rem;
}
.recruit-info-item .tit {
  display: block;
  font-weight: 600;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 600px) {
  .recruit-info-item .tit {
    font-size: 1.4rem;
  }
}
.recruit-info-item .txt {
  display: block;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.2;
}
@media screen and (max-width: 600px) {
  .recruit-info-item .txt {
    font-size: 1.2rem;
  }
}
.recruit-item-wrap {
  border-radius: 0.8rem;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.recruit-item-img {
  display: block;
  padding-top: calc((212 / 282) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 0.4rem;
  margin-bottom: -0.8rem;
  z-index: 10;
}
.recruit-item-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.recruit-item-content {
  position: relative;
  padding: 4.1rem 1.2rem 2.4rem;
  border: 0.1rem solid rgba(164, 110, 41, 0.3);
  border-top: 0;
  border-bottom-left-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
}
@media screen and (max-width: 800px) {
  .recruit-item-content {
    padding: 3.6rem 1.2rem 2rem;
  }
}
@media screen and (max-width: 600px) {
  .recruit-item-content {
    padding: 3.2rem 0.8rem 1.6rem;
  }
}
.recruit-item-link {
  margin-bottom: 1.6rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  color: #1C1919;
  opacity: 0.8;
  display: block;
}
@media only screen and (max-width: 1200px) {
  .recruit-item-link {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .recruit-item-link {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 800px) {
  .recruit-item-link {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1201px) {
  .recruit-item:hover .recruit-item-img img {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
.recruit-item .news-label {
  transform: translateY(calc(-50% + 0.8rem));
}
.recruit-item.over .recruit-item-img {
  opacity: 0.5;
}
.recruit-item.over .recruit-label {
  background: #6FC195;
}
@media (min-width: 1201px) {
  .recruit-item.over:hover .recruit-item-wrap {
    box-shadow: none;
  }
}
@media (min-width: 1201px) {
  .recruit-item:hover .recruit-item-wrap {
    box-shadow: 0px 0.4rem 2.5rem rgba(0, 0, 0, 0.2);
  }
}
.recruit-label {
  background: #A46E29;
  border-radius: 0.4rem;
  color: white;
  padding: 0.8rem 1.2rem 0.7rem;
  position: absolute;
  left: 0;
  top: 0.7rem;
  z-index: 10;
  transform: translateY(-50%);
  font-size: 1.4rem;
  line-height: 1.2;
}

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

.recruitct .news-label {
  position: static;
  transform: unset;
  padding: 1rem 2.4rem 0.9rem;
  font-weight: 500;
  border-radius: 0.8rem;
}

.section {
  padding: 0;
}
.section-hori {
  overflow: hidden;
}

.home-intro {
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 9999;
}
.home-intro-bg-left {
  position: absolute;
  background-color: #333;
  top: 0;
  left: 0%;
  width: 51%;
  height: 100%;
  animation: truotLeft 3s ease-out forwards;
  animation-delay: 3.5s;
}
@keyframes truotLeft {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
.home-intro-bg-center {
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  opacity: 0;
  animation: anHienIntro 3s ease-out;
}
@media screen and (max-width: 1200px) {
  .home-intro-bg-center {
    top: 45%;
  }
}
@media screen and (max-width: 800px) {
  .home-intro-bg-center {
    top: 48%;
  }
}
@media screen and (max-width: 600px) {
  .home-intro-bg-center {
    top: 50%;
  }
}
@keyframes anHienIntro {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.home-intro-bg-center-top {
  max-width: 10.2rem;
  width: 100%;
  height: 100%;
  margin-bottom: 6rem;
}
@media screen and (max-width: 1200px) {
  .home-intro-bg-center-top {
    width: 8rem;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 800px) {
  .home-intro-bg-center-top {
    width: 6rem;
    margin-bottom: 4rem;
  }
}
.home-intro-bg-center-top img {
  width: 100%;
  height: 100%;
}
.home-intro-bg-center-bottom {
  width: 10.2rem;
  height: 10.2rem;
  transform: rotate(45deg);
  background: linear-gradient(180deg, rgb(164, 110, 41), rgb(247, 228, 127));
}
@media screen and (max-width: 1200px) {
  .home-intro-bg-center-bottom {
    width: 8rem;
    height: 8rem;
  }
}
@media screen and (max-width: 800px) {
  .home-intro-bg-center-bottom {
    width: 6rem;
    height: 6rem;
    margin-bottom: 4rem;
  }
}
.home-intro-bg-right {
  position: absolute;
  background-color: #333;
  top: 0;
  right: 0%;
  width: 51%;
  height: 100%;
  animation: truotRight 3s ease-out forwards;
  animation-delay: 3.5s;
}
@keyframes truotRight {
  0% {
    right: 0;
  }
  100% {
    right: -100%;
  }
}
.home-intro-title-box {
  position: absolute;
  top: 50%;
}
.home-intro-title-box:first-child {
  right: unset;
  left: 30%;
  transform: translate(-50%, -50%);
  animation: truotLeftText 3s ease-out forwards;
  animation-delay: 3s;
}
@media screen and (max-width: 1300px) {
  .home-intro-title-box:first-child {
    left: 20%;
    animation: truotLeftText 3s ease-out forwards;
    animation-delay: 3s;
  }
  @keyframes truotLeftText {
    0% {
      left: 20%;
    }
    100% {
      left: -100%;
    }
  }
}
@media screen and (max-width: 1500px) {
  .home-intro-title-box:first-child {
    left: 25%;
    animation: truotLeftText 3s ease-out forwards;
    animation-delay: 3s;
  }
  @keyframes truotLeftText {
    0% {
      left: 25%;
    }
    100% {
      left: -100%;
    }
  }
}
@keyframes truotLeftText {
  0% {
    left: 30%;
  }
  100% {
    left: -100%;
  }
}
.home-intro-title-box:first-child .home-intro-title-text {
  animation: anHienIntroLeft 5s linear;
  opacity: 0;
}
@keyframes anHienIntroLeft {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.home-intro-title-box:last-child {
  left: unset;
  right: 30%;
  transform: translate(50%, -50%);
  animation: truotRightText 3s ease-out forwards;
  animation-delay: 3s;
}
@media screen and (max-width: 1300px) {
  .home-intro-title-box:last-child {
    right: 20%;
    animation: truotRightText 3s ease-out forwards;
    animation-delay: 3s;
  }
  @keyframes truotRightText {
    0% {
      right: 20%;
    }
    100% {
      right: -100%;
    }
  }
}
@media screen and (max-width: 1500px) {
  .home-intro-title-box:last-child {
    right: 25%;
    animation: truotRightText 3s ease-out forwards;
    animation-delay: 3s;
  }
  @keyframes truotRightText {
    0% {
      right: 25%;
    }
    100% {
      right: -100%;
    }
  }
}
@keyframes truotRightText {
  0% {
    right: 30%;
  }
  100% {
    right: -100%;
  }
}
.home-intro-title-box:last-child .home-intro-title-text {
  animation: anHienIntroRight 5s linear;
  opacity: 0;
}
@keyframes anHienIntroRight {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0.5;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.home-intro-title-text {
  text-shadow: 0px 0.5rem 2.6rem rgba(242, 222, 121, 0.2), 0px 0.5rem 0.5rem rgba(164, 109, 41, 0.2);
  font-size: 10.4rem;
  font-family: "Cinzel";
  font-weight: 700;
  background: -webkit-linear-gradient(-120deg, rgb(164, 110, 41), rgb(247, 228, 127));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1300px) {
  .home-intro-title-text {
    font-size: 8rem;
  }
}
@media screen and (max-width: 1200px) {
  .home-intro-title-text {
    font-size: 6rem;
  }
}
@media screen and (max-width: 800px) {
  .home-intro-title-text {
    font-size: 4rem;
  }
}
@media screen and (max-width: 600px) {
  .home-intro-title-text {
    display: none;
  }
}

.banner-home {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.banner-home .swiper {
  height: 100%;
}
.banner-home .swiper-pagination {
  opacity: 1;
}
.banner-home-wrapper {
  opacity: 0;
  transform: scale(1.3);
  animation: 2s nhoDan linear forwards;
  height: 100%;
  animation-delay: 3s;
}
@keyframes nhoDan {
  0% {
    transform: scale(1.3);
    opacity: 0;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.banner-home-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.banner-home-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-home-item {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.banner-home-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.2) 0%, rgba(246, 221, 123, 0) 50.23%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(-180deg, rgba(0, 0, 0, 0.4470588235) 0%, rgba(0, 0, 0, 0) 100%);
}
.banner-home-title {
  position: relative;
  opacity: 1;
}
.banner-home-title-text {
  font-size: 10.4rem;
  font-family: "Cinzel";
  font-weight: 700;
  background: linear-gradient(180deg, rgb(255, 255, 255), rgb(246, 227, 125), rgb(164, 110, 41));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 10;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .banner-home-title-text {
    font-size: 6rem;
  }
}
@media screen and (max-width: 600px) {
  .banner-home-title-text {
    font-size: 5rem;
  }
}
@media screen and (max-width: 400px) {
  .banner-home-title-text {
    font-size: 4rem;
  }
}
.banner-home-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 25rem;
  height: 25rem;
  background: linear-gradient(138deg, rgba(164, 110, 41, 0.25) 0%, rgba(247, 228, 127, 0.25) 100%);
  backdrop-filter: blur(0.1rem);
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .banner-home-title::before {
    width: 10rem;
    height: 10rem;
  }
}
.banner-home-box {
  margin-top: 10rem;
  position: relative;
  z-index: 5;
  width: 4.5rem;
}
.banner-home-box img {
  width: 100%;
  height: 100%;
  animation: truotXuong 1s linear infinite;
}
@keyframes truotXuong {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(10%);
  }
  100% {
    transform: translateY(0%);
  }
}
@media screen and (max-width: 1200px) {
  .banner-home-box {
    margin-top: 5rem;
    width: 3.5rem;
  }
}
.banner-home .swiper-pagination.pagi-custom {
  right: unset;
  left: 0;
}
@media screen and (max-width: 800px) {
  .banner-home .swiper-pagination.pagi-custom {
    left: -5%;
  }
}
@media screen and (max-width: 600px) {
  .banner-home .swiper-pagination.pagi-custom {
    top: 0;
    left: 0%;
  }
}
.banner-home .swiper-slide-active .banner-home-title {
  position: relative;
  z-index: 10;
  animation: phongTitle 1s linear forwards;
}
@keyframes phongTitle {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
.banner-home .swiper-slide-active .banner-home-title::before {
  opacity: 0;
  animation: moTitle 1s linear forwards;
  animation-delay: 1s;
}
@keyframes moTitle {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.banner-home .swiper-slide-active .banner-home-box {
  opacity: 0;
  animation: moTitle 1s linear forwards;
  animation-delay: 2s;
}
@keyframes moTitle {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.home-intr {
  padding-top: 10rem;
  padding-bottom: 0rem;
  padding-right: 12.7rem;
}
@media screen and (max-width: 700px) {
  .home-intr .recruitment-related-title-bf {
    margin-left: -4rem;
  }
}
@media screen and (max-width: 600px) {
  .home-intr .recruitment-related-title-bf {
    margin-left: -8rem;
  }
}
@media screen and (max-width: 430px) {
  .home-intr .recruitment-related-title-bf {
    margin-top: -1rem;
    margin-left: -10rem;
  }
}
@media screen and (max-width: 400px) {
  .home-intr .recruitment-related-title-bf {
    margin-top: -1rem;
    margin-left: -8rem;
  }
}
@media screen and (max-width: 360px) {
  .home-intr .recruitment-related-title-bf {
    margin-top: -1rem;
    margin-left: -10rem;
  }
}
.home-intr .about-intro-title-mo {
  margin-bottom: -3rem;
  margin-left: 2rem;
}
@media screen and (max-width: 1024px) {
  .home-intr .about-intro-title-mo {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 0rem;
  }
}
@media screen and (max-width: 1200px) {
  .home-intr {
    padding-top: 1rem;
    padding-right: 3rem;
  }
}
@media screen and (max-width: 600px) {
  .home-intr {
    padding-right: 1rem;
  }
}
.home-intr-top .recruitment-related-title {
  margin-left: 22rem;
}
@media screen and (max-width: 1024px) {
  .home-intr-top .recruitment-related-title {
    margin-left: 19rem;
  }
}
@media screen and (max-width: 460px) {
  .home-intr-top .recruitment-related-title {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.home-intr-top .recruitment-related-title-at {
  top: 8rem;
  left: 25rem;
  font-weight: 300;
}
@media screen and (max-width: 1200px) {
  .home-intr-top .recruitment-related-title-at {
    top: 5rem;
  }
}
@media screen and (max-width: 1024px) {
  .home-intr-top .recruitment-related-title-at {
    top: 10rem;
    left: 20rem;
  }
}
@media screen and (max-width: 800px) {
  .home-intr-top .recruitment-related-title-at {
    top: 9rem;
    left: 15rem;
  }
}
@media screen and (max-width: 700px) {
  .home-intr-top .recruitment-related-title-at {
    top: 9rem;
    left: -4rem;
  }
}
@media screen and (max-width: 600px) {
  .home-intr-top .recruitment-related-title-at {
    top: 7.5rem;
    left: -1rem;
  }
}
@media screen and (max-width: 460px) {
  .home-intr-top .recruitment-related-title-at {
    top: 5.5rem;
    left: -11rem;
  }
}
@media screen and (max-width: 360px) {
  .home-intr-top .recruitment-related-title-at {
    top: 4.5rem;
    left: -10rem;
  }
}
.home-intr-center {
  display: flex;
  align-items: end;
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .home-intr-center {
    flex-direction: column-reverse;
  }
}
.home-intr-center-left {
  display: flex;
  align-items: center;
  width: 80%;
}
@media screen and (max-width: 1024px) {
  .home-intr-center-left {
    width: 100%;
    margin-top: 2rem;
  }
}
.home-intr-center-left-img-1 {
  max-width: 64.4rem;
  width: 100%;
}
.home-intr-center-left-img-1-img {
  padding-top: 34.1614906832%;
  position: relative;
  overflow: hidden;
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
}
@media screen and (max-width: 460px) {
  .home-intr-center-left-img-1-img {
    padding-top: 50%;
  }
}
.home-intr-center-left-img-1-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-intr-center-left-img-2 {
  margin-left: -10rem;
  max-width: 68.5rem;
  width: 100%;
}
@media screen and (max-width: 1650px) {
  .home-intr-center-left-img-2 {
    margin-left: -8rem;
  }
}
@media screen and (max-width: 1450px) {
  .home-intr-center-left-img-2 {
    margin-left: -6rem;
  }
}
@media screen and (max-width: 1200px) {
  .home-intr-center-left-img-2 {
    margin-left: -4rem;
  }
}
@media screen and (max-width: 460px) {
  .home-intr-center-left-img-2 {
    margin-left: -2rem;
  }
}
.home-intr-center-left-img-2-img {
  padding-top: 32.1167883212%;
  position: relative;
  overflow: hidden;
  width: 100%;
  clip-path: polygon(19% 0, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 460px) {
  .home-intr-center-left-img-2-img {
    padding-top: 50%;
  }
}
.home-intr-center-left-img-2-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-intr-bottom {
  display: flex;
  justify-content: flex-end;
}
.home-intr-bottom .about-intro-title {
  margin: 1rem;
}
@media screen and (max-width: 1024px) {
  .home-intr-bottom .about-intro-title {
    font-size: 8rem;
  }
}
@media screen and (max-width: 700px) {
  .home-intr-bottom .about-intro-title {
    font-size: 6rem;
  }
}
@media screen and (max-width: 480px) {
  .home-intr-bottom .about-intro-title {
    font-size: 4rem;
  }
}
@media screen and (max-width: 360px) {
  .home-intr-bottom .about-intro-title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1024px) {
  .home-intr-bottom {
    justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .home-intr-bottom {
    justify-content: flex-start;
  }
}

.home-about {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}
.home-about-bg {
  position: absolute;
  width: 100%;
  height: 60%;
  background-color: #F0E8DD;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .home-about-bg {
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .home-about {
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 700px) {
  .home-about-top-right-top {
    row-gap: 2rem;
    flex-direction: column;
    align-items: center;
  }
}
.home-about-content-top {
  margin-bottom: 10rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .home-about-content-top {
    flex-direction: column;
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 600px) {
  .home-about-content-top {
    margin-bottom: 3rem;
  }
}
.home-about-top-left {
  width: calc(25% + 2.4rem);
}
@media screen and (max-width: 1024px) {
  .home-about-top-left {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.home-about-top-left-content {
  max-width: 40rem;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .home-about-top-left-content {
    max-width: none;
  }
}
.home-about-top-left-img {
  padding-top: 62.5%;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.home-about-top-left-img img {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-about-top-right {
  flex: 1;
  width: 100%;
}
.home-about-top-right .recruitment-related-title {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 15rem;
  padding: 5rem 0;
}
@media screen and (max-width: 700px) {
  .home-about-top-right .recruitment-related-title {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 460px) {
  .home-about-top-right .recruitment-related-title {
    padding: 3rem 0;
  }
}
.home-about-top-right .recruitment-related-title-bf {
  font-size: 12.6rem;
}
@media screen and (max-width: 600px) {
  .home-about-top-right .recruitment-related-title-bf {
    font-size: 10rem;
  }
}
@media screen and (max-width: 360px) {
  .home-about-top-right .recruitment-related-title-bf {
    font-size: 8rem;
  }
}
.home-about-top-right .recruitment-related-title-at {
  font-size: 2.6rem;
}
@media only screen and (max-width: 1200px) {
  .home-about-top-right .recruitment-related-title-at {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 800px) {
  .home-about-top-right .recruitment-related-title-at {
    font-size: 1.9rem;
  }
}
.home-about-top-right-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4.6rem;
}
@media screen and (max-width: 1200px) {
  .home-about-top-right-top {
    margin-bottom: 2rem;
  }
}
.home-about-top-right-bottom-text {
  color: #262626;
  max-width: 40rem;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.16px;
  margin-left: 5rem;
}
@media screen and (max-width: 1024px) {
  .home-about-top-right-bottom-text {
    max-width: none;
    margin-left: 0;
    text-align: center;
  }
}
.home-about-content-bottom {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}
.home-about-content-bottom-img {
  max-width: 120rem;
}
.home-about-content-bottom-img img {
  width: 100%;
  height: 100%;
}

.text-hotel-spa {
  color: #A46E29;
  font-size: 4.2rem;
  margin-bottom: 2.6rem;
  letter-spacing: 0.42px;
}
@media only screen and (max-width: 1200px) {
  .text-hotel-spa {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .text-hotel-spa {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 460px) {
  .text-hotel-spa {
    text-align: center;
  }
}

.home-hotel .about-overview {
  padding-top: 0;
}
@media screen and (max-width: 1200px) {
  .home-hotel .about-overview {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 460px) {
  .home-hotel .btn {
    margin: auto;
  }
}
.home-hotel .about-overview-left-note {
  max-width: 40rem;
}
@media screen and (max-width: 1200px) {
  .home-hotel .about-overview-left-note {
    max-width: none;
  }
}
.home-hotel .about-overview-left-list-con {
  max-width: 40rem;
}
@media screen and (max-width: 1200px) {
  .home-hotel .about-overview-left-list-con {
    max-width: none;
  }
}
.home-hotel-title {
  color: #F8F5F0;
  font-size: 10rem;
  line-height: 1.5;
  font-family: "Calibri";
}
@media screen and (max-width: 1200px) {
  .home-hotel-title {
    font-size: 6rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .home-hotel-title {
    font-size: 5rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 460px) {
  .home-hotel-title {
    text-align: center;
    font-size: 4rem;
  }
}
.home-hotel .about-overview-left-list-con {
  margin-bottom: 6rem;
}
@media screen and (max-width: 1200px) {
  .home-hotel .about-overview-left-list-con {
    margin-bottom: 3rem;
  }
}

.home-hotel-intro {
  width: 100%;
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-hotel-intro::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(56, 38, 16, 0.6) 0%, rgba(78, 52, 19, 0) 72.11%);
  z-index: 1;
}
.home-hotel-intro-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-hotel-intro-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-hotel-intro-content {
  position: relative;
  z-index: 5;
  max-width: 60rem;
}
@media screen and (max-width: 600px) {
  .home-hotel-intro-content {
    max-width: 40rem;
  }
}
.home-hotel-intro-content::before {
  content: "";
  width: 30rem;
  height: 30rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: linear-gradient(138deg, rgba(164, 110, 41, 0.4) 0%, rgba(247, 228, 127, 0.4) 100%);
}
@media screen and (max-width: 800px) {
  .home-hotel-intro-content::before {
    width: 25rem;
    height: 25rem;
  }
}
@media screen and (max-width: 460px) {
  .home-hotel-intro-content::before {
    width: 18rem;
    height: 18rem;
  }
}
.home-hotel-intro-title {
  color: #F8F5F0;
  line-height: 1.4;
  font-size: 5.6rem;
  font-family: "Calibri";
  margin-bottom: 0.6rem;
  text-align: center;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 1200px) {
  .home-hotel-intro-title {
    font-size: 5.1rem;
  }
}
@media only screen and (max-width: 800px) {
  .home-hotel-intro-title {
    font-size: 4rem;
  }
}
.home-hotel-intro-text {
  color: white;
  text-align: center;
  font-size: 1.6rem;
  line-height: 160%;
  letter-spacing: 0.32px;
  margin-bottom: 2.4rem;
  position: relative;
  z-index: 5;
  padding: 0.5rem;
}
.home-hotel-intro .btn {
  margin: auto;
  position: relative;
  z-index: 5;
}

.home-spa {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 1200px) {
  .home-spa {
    padding-top: 3rem;
    padding-bottom: 0rem;
  }
}
@media screen and (max-width: 460px) {
  .home-spa .btn {
    margin: auto;
  }
}
@media screen and (max-width: 1200px) {
  .home-spa-content {
    flex-direction: column;
  }
}
.home-spa-box {
  background: #d0ac7e;
}
@media screen and (max-width: 1200px) {
  .home-spa-box {
    padding: 3rem 0;
  }
}
.home-spa-left {
  width: 66.6666666667%;
}
@media screen and (max-width: 1200px) {
  .home-spa-left {
    width: 100%;
  }
}
.home-spa-left-img {
  width: 100%;
  height: 100%;
  margin-bottom: -8rem;
}
@media screen and (max-width: 1200px) {
  .home-spa-left-img {
    margin-bottom: 0;
  }
}
.home-spa-left-img img {
  width: 100%;
  height: 100%;
}
.home-spa-right {
  flex: 1;
  width: 100%;
}
.home-spa-right-box {
  width: 100%;
  max-width: 40rem;
  margin-right: 0;
}
@media screen and (max-width: 1200px) {
  .home-spa-right-box {
    display: none;
  }
}
.home-spa-right-content {
  margin-top: -10rem;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .home-spa-right-content {
    margin-top: 2rem;
  }
}
.home-spa-right-img {
  padding-top: 62.5%;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.home-spa-right-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.home-spa-right-text {
  max-width: 36rem;
}
@media screen and (max-width: 1200px) {
  .home-spa-right-text {
    width: 100%;
    max-width: none;
  }
}
.home-spa-right-text-text {
  color: white;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 4rem;
}
.home-spa .news-outstanding-title {
  color: #F8F5F0;
  font-size: 10rem;
  font-family: "Calibri";
  margin-left: -9rem;
  margin-bottom: 6.6rem;
}
@media screen and (max-width: 1500px) {
  .home-spa .news-outstanding-title {
    margin-left: 0;
    font-size: 7rem;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 1200px) {
  .home-spa .news-outstanding-title {
    margin-bottom: 1rem;
    justify-content: start;
    font-size: 6rem;
  }
}
@media screen and (max-width: 600px) {
  .home-spa .news-outstanding-title {
    margin-bottom: 1rem;
    justify-content: start;
    font-size: 5rem;
  }
}
@media screen and (max-width: 800px) {
  .home-spa .news-outstanding-title .news-outstanding-title-icon {
    display: none;
  }
}
@media screen and (max-width: 460px) {
  .home-spa .news-outstanding-title {
    font-size: 4rem;
    justify-content: center;
  }
}
.home-spa .news-outstanding-title-icon img {
  filter: brightness(0) saturate(100%) invert(93%) sepia(11%) saturate(319%) hue-rotate(8deg) brightness(112%) contrast(94%);
}

.home-new {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 0rem;
  margin-bottom: 20rem;
}
@media screen and (max-width: 1200px) {
  .home-new {
    margin-bottom: 0rem;
  }
}
.home-new-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-new-bg::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(230, 204, 108, 0) 15.52%, #bc9042 100%), linear-gradient(180deg, #f8f5f0 6.51%, rgba(255, 255, 255, 0) 69.1%);
}
.home-new-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1600px) {
  .home-new .navi-box .swiper-navigation {
    display: none;
  }
}
.home-new .swiper {
  padding-bottom: 1rem;
}
.home-new .swiper-slide {
  height: unset !important;
}
.home-new .swiper-navigation.pri {
  background: transparent;
  border-color: white;
}
@media (min-width: 1201px) {
  .home-new .swiper-navigation.pri:hover {
    background: #A46E29;
    border-color: #A46E29;
  }
}
.home-new .swiper-navigation.pri i {
  color: white;
}
.home-new-content {
  position: relative;
  z-index: 5;
  transform: translateY(20rem);
}
@media screen and (max-width: 1200px) {
  .home-new-content {
    padding-top: 5rem;
    transform: translateY(0rem);
  }
}
.home-new-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 8rem;
  row-gap: 2rem;
}
.home-new-top-title {
  color: #333332;
  font-size: 4.2rem;
  line-height: 1.2;
  letter-spacing: 0.42px;
}
@media only screen and (max-width: 1200px) {
  .home-new-top-title {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .home-new-top-title {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 1200px) {
  .home-new-top {
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 460px) {
  .home-new-top {
    flex-direction: column;
  }
}

.home-all {
  position: relative;
  width: 100%;
  height: 100%;
}
.home-all .btn-dv {
  background-color: #F0E8DD !important;
}
.home-all .btn-dv i {
  color: #A46E29 !important;
}
@media (min-width: 1201px) {
  .home-all .btn-dv:hover {
    background-color: #A46E29 !important;
  }
  .home-all .btn-dv:hover i {
    color: white !important;
  }
}
@media screen and (max-width: 1200px) {
  .home-all {
    margin-bottom: 2rem;
  }
}
.home-all-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.home-all-bg::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(88, 51, 4, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.home-all-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-all .dich-vu-list {
  padding-top: 20rem;
  padding-bottom: 15rem;
  margin-bottom: 0;
  background-color: transparent;
}
.home-all .dich-vu-list .swiper-wrapper.mousewheel {
  transition-duration: 1.6s !important;
}
@media screen and (max-width: 1200px) {
  .home-all .dich-vu-list {
    padding-top: 10rem;
    padding-bottom: 10rem;
    padding-left: 1.2rem;
    margin-bottom: 0rem;
  }
  .home-all .dich-vu-list .swiper-wrapper {
    column-gap: 10rem;
  }
}
@media screen and (max-width: 600px) {
  .home-all .dich-vu-list {
    padding-left: 0;
  }
  .home-all .dich-vu-list .swiper-wrapper {
    column-gap: 5rem;
  }
}
@media screen and (max-width: 460px) {
  .home-all .dich-vu-list {
    padding-left: 0;
  }
  .home-all .dich-vu-list .swiper-wrapper {
    column-gap: 3rem;
  }
}
.home-all .dich-vu-item-title {
  color: white;
  font-weight: 300;
  text-transform: uppercase;
}

.home-service {
  padding-bottom: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .home-service {
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 600px) {
  .home-service {
    padding-bottom: 3rem;
  }
}
.home-service .recruitment-related-title {
  margin-bottom: 50rem;
}
@media screen and (max-width: 1200px) {
  .home-service .recruitment-related-title {
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 800px) {
  .home-service .recruitment-related-title {
    margin-bottom: 3rem;
  }
}
.home-service-title {
  color: #262626;
  text-align: center;
  text-transform: uppercase;
  font-size: 5rem;
  max-width: 79.2rem;
  margin: 0 auto 7.6rem;
  position: relative;
  z-index: 10;
  font-weight: 300;
}
@media only screen and (max-width: 1200px) {
  .home-service-title {
    font-size: 4.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .home-service-title {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 1200px) {
  .home-service-title {
    max-width: 60rem;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 800px) {
  .home-service-title {
    max-width: 50rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 600px) {
  .home-service-title {
    max-width: 40rem;
    font-size: 3rem;
  }
}
.home-service-btn {
  width: 4.5rem;
  margin: 0 auto;
  animation: truotXuong 1s linear infinite;
}
@media screen and (max-width: 800px) {
  .home-service-btn {
    width: 3.5rem;
  }
}
@keyframes truotXuong {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(10%);
  }
  100% {
    transform: translateY(0%);
  }
}
.home-service-btn img {
  width: 100%;
  height: 100%;
}

.home-brand {
  position: relative;
  width: 100%;
  height: 100vh;
  user-select: none;
}
.home-brand .swiper {
  height: 100%;
}
.home-brand-content {
  width: 100%;
  height: 100%;
  padding-top: 6rem;
}
@media screen and (max-width: 1200px) {
  .home-brand-content {
    padding-top: 0;
  }
}
.home-brand-item {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  width: 100%;
  height: 100%;
}
.home-brand-item-box {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
  top: 40%;
  padding: 1rem;
  transition: all 0.5s linear;
  opacity: 1;
  pointer-events: visible;
}
.home-brand-item-box.hidden {
  opacity: 0;
  pointer-events: none;
}
.home-brand-item-box::before {
  content: "";
  top: 65%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 28rem;
  height: 28rem;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(0.2rem);
}
@media screen and (max-width: 600px) {
  .home-brand-item-box::before {
    display: none;
  }
}
.home-brand-item-title {
  color: #F8F5F0;
  text-align: center;
  font-size: 5.6rem;
  font-family: "Calibri";
  text-transform: uppercase;
  max-width: 68rem;
  margin-bottom: 1.7rem;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 1200px) {
  .home-brand-item-title {
    font-size: 5.1rem;
  }
}
@media only screen and (max-width: 800px) {
  .home-brand-item-title {
    font-size: 4rem;
  }
}
@media screen and (max-width: 600px) {
  .home-brand-item-title {
    font-size: 3rem;
  }
}
.home-brand-item-text {
  color: white;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.32px;
  max-width: 60rem;
  margin-bottom: 2.4rem;
  position: relative;
  z-index: 5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home-brand-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-brand-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(56, 38, 16, 0.7) 0%, rgba(78, 52, 19, 0) 79.2%);
  z-index: 1;
}
.home-brand-img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-brand-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-brand-list {
  max-width: 50rem;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: all 0.5s linear;
  opacity: 1;
  pointer-events: visible;
}
@media screen and (max-width: 600px) {
  .home-brand-list {
    max-width: 35rem;
  }
}
@media screen and (max-width: 430px) {
  .home-brand-list {
    max-width: 25rem;
  }
}
.home-brand-list .swiper-wrapper {
  padding: 2rem 0;
  align-items: center;
}
.home-brand-list .swiper-slide-active {
  position: relative;
}
.home-brand-list .swiper-slide-active::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  top: -0.5rem;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: 2;
  background: linear-gradient(138deg, #a46e29 0%, #f7e47f 100%);
}
.home-brand-list .swiper-slide-active .home-brand-item-img {
  transform: scale(1.2);
}
.home-brand-list .swiper-slide-active .home-brand-item-img::before {
  background: transparent;
}
.home-brand-list .swiper-slide-active .home-brand-item-img::after {
  opacity: 1;
}
.home-brand-list.hidden {
  opacity: 0;
  pointer-events: none;
}
.home-brand-list .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 430px) {
  .home-brand-list .swiper-slide {
    width: 33.33%;
  }
}
.home-brand-item-img {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  transition: all 0.5s linear;
}
@media screen and (max-width: 600px) {
  .home-brand-item-img {
    width: 5rem;
    height: 5rem;
  }
}
.home-brand-item-img-wrap.actived {
  position: relative;
}
.home-brand-item-img-wrap.actived::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  top: -0.5rem;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: 2;
  background: linear-gradient(138deg, #a46e29 0%, #f7e47f 100%);
}
.home-brand-item-img-wrap.actived .home-brand-item-img {
  transform: scale(1.2);
}
.home-brand-item-img-wrap.actived .home-brand-item-img::before {
  background: transparent;
}
.home-brand-item-img-wrap.actived .home-brand-item-img::after {
  opacity: 1;
}
.home-brand-item-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.5s linear;
  background: rgba(164, 110, 41, 0.3);
}
.home-brand-item-img::after {
  content: "";
  position: absolute;
  width: 102%;
  height: 102%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(138deg, #a46e29 0%, #f7e47f 100%);
  z-index: -1;
  transition: all 0.5s linear;
  opacity: 0;
}
.home-brand-item-img img {
  width: 100%;
  height: 100%;
}
.home-brand .product-about-navi {
  justify-content: center;
}
.home-brand .btn-pro-ab {
  position: absolute;
  z-index: 2;
}
.home-brand .btn-pro-ab i {
  color: #faefb2;
}
.home-brand .btn-pro-ab.prev {
  top: 50%;
  left: -5%;
  transform: translate(-50%, -50%);
}
.home-brand .btn-pro-ab.next {
  top: 50%;
  right: -5%;
  transform: translate(50%, -50%);
}

.home-contact .contact-form {
  padding-top: 3rem;
}

.contact-form {
  padding-top: 10rem;
  padding-bottom: 8rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .contact-form {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 600px) {
  .contact-form {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 460px) {
  .contact-form .btn {
    margin: auto;
  }
}
.contact-form-content {
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .contact-form-content {
    flex-direction: column;
  }
}
.contact-form-content-left {
  width: 58.3333333333%;
}
@media screen and (max-width: 1200px) {
  .contact-form-content-left {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.contact-form-content-right {
  flex: 1;
  opacity: 1;
  transition: all 0.5s linear;
}
.contact-form-content-right.hide {
  opacity: 0;
}
.contact-form-content-right-content {
  margin-right: calc((100vw - 141.2rem) / -2);
  padding-right: 10rem;
  margin-left: -25rem;
}
@media screen and (max-width: 1400px) {
  .contact-form-content-right-content {
    padding-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .contact-form-content-right-content {
    margin-right: -0.5rem;
    margin-left: 0;
  }
}
.contact-form-content-right-img {
  max-width: 105rem;
}
@media screen and (max-width: 1200px) {
  .contact-form-content-right-img {
    max-width: none;
  }
}
.contact-form-content-right-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-form-title {
  font-family: "Cinzel";
  font-style: normal;
  font-weight: 700;
  font-size: 8rem;
  line-height: 1.4;
  text-transform: uppercase;
  background: linear-gradient(138.37deg, #a46e29 2.24%, #f7e47f 104.59%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 768px) {
  .contact-form-title {
    font-size: 6rem;
  }
}
@media screen and (max-width: 600px) {
  .contact-form-title {
    font-size: 4rem;
  }
}
@media screen and (max-width: 460px) {
  .contact-form-title {
    text-align: center;
  }
}
.contact-form-text {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6;
  color: rgba(38, 38, 38, 0.8);
  margin-bottom: 8rem;
  max-width: 69.6rem;
}
@media screen and (max-width: 1400px) {
  .contact-form-text {
    max-width: 60rem;
  }
}
@media screen and (max-width: 1200px) {
  .contact-form-text {
    max-width: none;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 600px) {
  .contact-form-text {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 460px) {
  .contact-form-text {
    text-align: center;
  }
}

.contact-form-left-list {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 1400px) {
  .contact-form-left-list {
    max-width: 50rem;
  }
}
@media screen and (max-width: 1200px) {
  .contact-form-left-list {
    margin-bottom: 4rem;
    max-width: none;
  }
}
@media screen and (max-width: 600px) {
  .contact-form-left-list {
    margin-bottom: 2rem;
  }
}

.contact-form-left-link {
  display: flex;
  align-items: center;
  column-gap: 2.4rem;
  color: #262626;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 460px) {
  .contact-form-left-link {
    font-size: 1.4rem;
  }
}
@media (min-width: 1201px) {
  .contact-form-left-link:hover .contact-form-left-img {
    background-color: transparent;
  }
  .contact-form-left-link:hover .contact-form-left-img img {
    filter: brightness(0) saturate(100%) invert(94%) sepia(5%) saturate(2226%) hue-rotate(344deg) brightness(104%) contrast(100%);
  }
}

.contact-form-left-img-box {
  width: 4.2rem;
  height: 4.2rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: linear-gradient(138.37deg, #a46e29 2.24%, #f7e47f 104.59%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-form-left-img {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  flex-shrink: 0;
  transition: all 0.5s linear;
}
.contact-form-left-img img {
  width: 1.8rem;
  height: 1.8rem;
}

.input-box-title {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0.01em;
  color: #262626;
  display: block;
  margin-bottom: 1.4rem;
}

.input-box {
  width: 50%;
}
@media screen and (max-width: 600px) {
  .input-box {
    width: 100%;
  }
}
.input-box:last-child {
  width: 100%;
}
.input-box textarea {
  width: 100%;
  border-bottom: 0.1rem solid black;
}
.input-box textarea:focus {
  border-color: #c7b861;
}
.input-box textarea::placeholder {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: rgba(38, 38, 38, 0.3);
}
.input-box input {
  padding: 1rem 0;
  width: 100%;
  border-bottom: 0.1rem solid black;
  transition: all 0.5s linear;
  background-color: transparent;
  font-size: 1.6rem;
  color: #262626;
}
.input-box input:focus {
  border-color: #c7b861;
}
.input-box input::placeholder {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: rgba(38, 38, 38, 0.3);
}

.contact-form-box {
  position: absolute;
  top: 50%;
  right: -100%;
  transform: translate(0, -50%);
  opacity: 0;
  transition: all 0.5s linear;
  z-index: 900;
  pointer-events: none;
  padding: 7rem 4.7rem;
  background: #f8f5f0;
  box-shadow: -0.4rem 0.4rem 4rem rgba(164, 109, 41, 0.1);
  width: fit-content;
  max-width: 78rem;
}
@media screen and (max-width: 1200px) {
  .contact-form-box {
    width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.contact-form-box .btn {
  margin: 0 auto;
}
.contact-form-box.show {
  right: 0;
  opacity: 1;
  pointer-events: visible;
}
.contact-form-box-title {
  font-family: "Calibri";
  font-style: normal;
  font-weight: 400;
  font-size: 4rem;
  line-height: 1.5;
  text-align: center;
  background: linear-gradient(138.37deg, #a46e29 2.24%, #f7e47f 104.59%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 4.6rem;
}
@media only screen and (max-width: 1200px) {
  .contact-form-box-title {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .contact-form-box-title {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 1200px) {
  .contact-form-box-title {
    margin-bottom: 2.6rem;
  }
}
.contact-form-box-exits {
  width: 4.6rem;
  height: 4.6rem;
  background: linear-gradient(138.37deg, #a46e29 2.24%, #f7e47f 104.59%);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .contact-form-box-exits {
    left: unset;
    right: 0;
  }
}
@media (min-width: 1201px) {
  .contact-form-box-exits:hover i {
    transform: rotate(180deg);
  }
}
.contact-form-box-exits i {
  font-size: 2rem;
  transition: all 0.5s linear;
  color: white;
}
@media screen and (max-width: 1500px) {
  .contact-form-box {
    max-width: 70rem;
  }
}
@media screen and (max-width: 1350px) {
  .contact-form-box {
    max-width: 55rem;
  }
}
@media screen and (max-width: 1200px) {
  .contact-form-box {
    padding: 6rem;
    max-width: none;
    width: 80%;
  }
}
@media screen and (max-width: 600px) {
  .contact-form-box {
    padding: 4rem;
    max-width: none;
    width: 90%;
  }
}
@media screen and (max-width: 460px) {
  .contact-form-box {
    padding: 4rem 2rem;
    max-width: none;
    width: 100%;
  }
}

.contact-form-list {
  row-gap: 2.4rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 1200px) {
  .contact-form-list {
    margin-bottom: 3rem;
    row-gap: 2rem;
  }
}
@media screen and (max-width: 460px) {
  .contact-form-list {
    height: 50vh;
    overflow-y: auto;
  }
}

.input-sl {
  position: relative;
}
.input-sl-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 1.2rem 0;
  border-bottom: 0.1rem solid black;
  cursor: pointer;
  transition: all 0.5s linear;
}
.input-sl-box input {
  display: none;
}
.input-sl-box.focus {
  border-color: #c7b861;
}
.input-sl-title {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #262626;
}
.input-sl-icon {
  color: #262626;
}

.list-select {
  width: fit-content;
  background: #f8f5f0;
  box-shadow: 0.4rem 0.6rem 2rem rgba(164, 110, 41, 0.15);
  position: absolute;
  cursor: pointer;
  top: 100%;
  left: 0;
  display: none;
  z-index: 10;
}

.item-select {
  display: flex;
  align-items: center;
  padding: 1.6rem 2.6rem;
  column-gap: 1rem;
}
.item-select-icon {
  color: #262626;
}
@media (min-width: 1201px) {
  .item-select:hover {
    background-color: #F0E8DD;
  }
}

.contact-modal {
  position: fixed;
  background-color: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 900;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s linear;
}
.contact-modal.show {
  opacity: 1;
  pointer-events: visible;
}
@media screen and (max-width: 1200px) {
  .contact-modal {
    background-color: rgba(164, 110, 41, 0.3);
  }
}

.contact-slide {
  padding-top: 5rem;
}
@media screen and (max-width: 1200px) {
  .contact-slide {
    padding-top: 3rem;
  }
}
.contact-slide-list {
  position: relative;
  width: 100%;
  height: 100%;
  padding-right: 7.2rem;
  margin-bottom: 2.4rem;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .contact-slide-list {
    padding-right: 0;
  }
}
.contact-slide-item {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 1rem 0 28.4rem 0;
}
@media screen and (max-width: 1200px) {
  .contact-slide-item {
    padding-bottom: 20rem;
  }
}
@media screen and (max-width: 600px) {
  .contact-slide-item {
    padding-bottom: 18rem;
  }
}
.contact-slide-item-img-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.contact-slide-item-img {
  padding-top: 34.4202898551vw;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.contact-slide-item-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(188, 145, 66, 0.2), rgba(188, 145, 66, 0.2)), linear-gradient(0deg, rgba(51, 48, 43, 0.12), rgba(51, 48, 43, 0.12));
  z-index: 1;
}
.contact-slide-item-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.contact-slide-item-img video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.contact-slide-item-text-box {
  position: relative;
  z-index: 2;
}
.contact-slide-item-text {
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: rgba(255, 240, 221, 0.15);
}
.contact-slide-item-text:first-child {
  font-size: 15rem;
  padding-left: 23.4rem;
}
@media screen and (max-width: 1200px) {
  .contact-slide-item-text:first-child {
    padding-left: 5rem;
    font-size: 10rem;
  }
}
@media screen and (max-width: 460px) {
  .contact-slide-item-text:first-child {
    padding-left: 2rem;
    font-size: 8rem;
  }
}
@media screen and (max-width: 330px) {
  .contact-slide-item-text:first-child {
    padding-left: 2rem;
    font-size: 6rem;
  }
}
.contact-slide-item-text:last-child {
  font-size: 9rem;
  padding-left: 40.8rem;
}
@media screen and (max-width: 1200px) {
  .contact-slide-item-text:last-child {
    padding-left: 20rem;
    font-size: 6rem;
  }
}
@media screen and (max-width: 460px) {
  .contact-slide-item-text:last-child {
    padding-left: 10rem;
    font-size: 5rem;
  }
}
@media screen and (max-width: 330px) {
  .contact-slide-item-text:last-child {
    padding-left: 8rem;
    font-size: 4rem;
  }
}

.line-tt {
  display: flex;
  justify-content: flex-end;
}
.line-tt.custom .line {
  background: #A46E29;
}
.line-tt .line {
  width: 80%;
  height: 1.4rem;
  background: linear-gradient(138.37deg, #a46e29 2.24%, #f7e47f 104.59%);
}
@media screen and (max-width: 1200px) {
  .line-tt .line {
    width: 80%;
  }
}
@media screen and (max-width: 460px) {
  .line-tt .line {
    height: 0.5rem;
    margin: auto;
  }
}

.select2-results__option {
  position: relative;
}
.select2-results__option::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 0.6rem;
  height: 0.6rem;
  background: linear-gradient(138deg, #a46e29 0%, #f7e47f 100%);
}

.blog-td {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #F0E8DD;
}
@media screen and (max-width: 1200px) {
  .blog-td {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 600px) {
  .blog-td {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.blog-td-top {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10rem;
  row-gap: 4rem;
}
@media screen and (max-width: 1200px) {
  .blog-td-top {
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 600px) {
  .blog-td-top {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 460px) {
  .blog-td-top {
    text-align: center;
    justify-content: center;
  }
}
.blog-td-top-left-content {
  display: flex;
  align-items: center;
  column-gap: 2rem;
  row-gap: 2rem;
}
@media screen and (max-width: 460px) {
  .blog-td-top-left-content {
    flex-direction: column;
  }
}
.blog-td-top-left-icon {
  width: 10rem;
  height: 10rem;
  background-color: #A46E29;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-td-top-left-icon img {
  width: 4rem;
  height: 4rem;
}
@media screen and (max-width: 600px) {
  .blog-td-top-left-icon {
    width: 6rem;
    height: 6rem;
  }
  .blog-td-top-left-icon img {
    width: 3rem;
    height: 3rem;
  }
}
.blog-td-top-left-title {
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1.6;
  color: #1c1919;
  margin-bottom: 1.2rem;
}
@media only screen and (max-width: 1200px) {
  .blog-td-top-left-title {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .blog-td-top-left-title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 460px) {
  .blog-td-top-left-title {
    text-align: center;
  }
}
.blog-td-top-left-text {
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.3;
  color: #1c1919;
}
@media only screen and (max-width: 1200px) {
  .blog-td-top-left-text {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .blog-td-top-left-text {
    font-size: 1.7rem;
  }
}
.blog-td-top-left-text strong {
  font-weight: 600;
}
@media screen and (max-width: 460px) {
  .blog-td-top-left-text {
    text-align: center;
  }
}
.blog-td-bottom-list {
  row-gap: 6.7rem;
}
@media screen and (max-width: 1200px) {
  .blog-td-bottom-list {
    row-gap: 4rem;
  }
}
@media screen and (max-width: 600px) {
  .blog-td-bottom-list {
    row-gap: 3rem;
  }
}
.blog-td-bottom-item {
  display: flex;
  align-items: center;
  column-gap: 1.2rem;
}
@media screen and (max-width: 700px) {
  .blog-td-bottom-item {
    width: 50%;
  }
}
@media screen and (max-width: 460px) {
  .blog-td-bottom-item {
    width: 50%;
  }
}
@media screen and (max-width: 400px) {
  .blog-td-bottom-item {
    width: 100%;
  }
}
.blog-td-bottom-img {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #A46E29;
  flex-shrink: 0;
  border-radius: 50%;
}
.blog-td-bottom-img img {
  width: 2rem;
  height: 2rem;
}
.blog-td-bottom-title {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.3;
  color: #000000;
  margin-bottom: 0.6rem;
}
.blog-td-bottom-text {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.3;
  color: #000000;
}
.blog-td-text {
  padding-top: 10rem;
  padding-bottom: 5rem;
}
.blog-td-text-left {
  width: 75%;
}
@media screen and (max-width: 1024px) {
  .blog-td-text-left {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .blog-td-text {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 600px) {
  .blog-td-text {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.blog-td-text-title {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.2;
  color: #1C1919;
  margin-bottom: 1.1rem;
}
@media only screen and (max-width: 1200px) {
  .blog-td-text-title {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .blog-td-text-title {
    font-size: 1.6rem;
  }
}
.blog-td-text-text {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #444444;
  margin-bottom: 3rem;
}
.blog-td-text-list {
  list-style: disc;
  display: flex;
  flex-direction: column;
  row-gap: 1.3rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #444444;
  margin-bottom: 3rem;
}
.blog-td-text-list.blue li::marker {
  color: #00a7ea !important;
}
.blog-td-text-item {
  margin-left: 2rem;
}
.blog-td-text-right {
  flex: 1;
  width: 100%;
}
.blog-td-text-right-box {
  max-width: 28.2rem;
  position: sticky;
  padding: 21rem 3rem 17rem;
  top: 10rem;
}
.blog-td-text-right-box-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: center;
  color: #F8F5F0;
  position: relative;
  z-index: 2;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 1200px) {
  .blog-td-text-right-box-title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .blog-td-text-right-box-title {
    font-size: 1.7rem;
  }
}
.blog-td-text-right-box .btn {
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .blog-td-text-right-box {
    position: relative;
    top: unset;
  }
}
@media screen and (max-width: 400px) {
  .blog-td-text-right-box {
    margin: auto;
  }
}
.blog-td-text-right-box-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog-td-text-right-img {
  padding-top: 195.0354609929%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.blog-td-text-right-img::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 13.65%, rgba(0, 0, 0, 0) 100%), linear-gradient(0deg, rgba(188, 145, 66, 0.2), rgba(188, 145, 66, 0.2));
}
.blog-td-text-right-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recruitment-related {
  padding-bottom: 10rem;
}
@media screen and (max-width: 1200px) {
  .recruitment-related {
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 600px) {
  .recruitment-related {
    padding-bottom: 3rem;
  }
}
.recruitment-related .swiper {
  padding: 1rem 0;
}
@media screen and (max-width: 400px) {
  .recruitment-related .swiper-slide {
    width: 100%;
  }
}
.recruitment-related-title {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding: 10.8rem 0;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1200px) {
  .recruitment-related-title {
    padding: 5.8rem 0;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .recruitment-related-title {
    padding: 3.8rem 0;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 460px) {
  .recruitment-related-title {
    padding: 2.8rem 0;
    margin-top: 4rem;
    margin-bottom: 1rem;
  }
}
.recruitment-related-title-bf {
  font-weight: 400;
  font-size: 22rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: rgba(164, 110, 41, 0.1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1200px) {
  .recruitment-related-title-bf {
    font-size: 18rem;
  }
}
@media screen and (max-width: 800px) {
  .recruitment-related-title-bf {
    font-size: 14rem;
  }
}
@media screen and (max-width: 600px) {
  .recruitment-related-title-bf {
    font-size: 10rem;
  }
}
@media screen and (max-width: 360px) {
  .recruitment-related-title-bf {
    font-size: 8rem;
  }
}
.recruitment-related-title-at {
  font-weight: 500;
  font-size: 4.2rem;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: #A46E29;
  text-transform: uppercase;
  width: fit-content;
  background: transparent;
  position: relative;
  z-index: 1;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (max-width: 1200px) {
  .recruitment-related-title-at {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .recruitment-related-title-at {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 600px) {
  .recruitment-related-title-at {
    font-size: 2rem;
  }
}
@media screen and (max-width: 360px) {
  .recruitment-related-title-at {
    font-size: 1.4rem;
  }
}
.recruitment-related-img {
  padding-top: 75%;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.recruitment-related-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s linear;
}
.recruitment-related-img::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 50%;
  left: -100%;
  width: 70%;
  height: 500%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(48deg);
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
@media (min-width: 1201px) {
  .recruitment-related-img:hover img {
    transform: translate(-50%, -50%) scale(1.1);
  }
  .recruitment-related-img:hover::before {
    left: 250%;
    opacity: 1;
  }
}
.recruitment-related-item {
  background-color: #F8F5F0;
  box-shadow: 0px 0.8rem 1.6rem rgba(0, 0, 0, 0.1);
  height: 100%;
}
.recruitment-related-content {
  padding: 2.1rem 2.8rem;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .recruitment-related-content {
    padding: 1rem;
  }
}
.recruitment-related-title-post {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #262626;
  margin-bottom: 1.4rem;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 1201px) {
  .recruitment-related-title-post:hover {
    color: #A46E29;
  }
}
.recruitment-related-list-box {
  display: flex;
  flex-direction: column;
  row-gap: 1.4rem;
  margin-bottom: 1.8rem;
}
.recruitment-related-box-lf {
  display: flex;
  align-items: center;
  column-gap: 1.2rem;
}
.recruitment-related-item-box {
  display: flex;
  align-items: center;
  column-gap: 1.2rem;
  row-gap: 1.2rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .recruitment-related-item-box {
    flex-direction: column;
    align-items: start;
  }
}
.recruitment-related-box-ic {
  width: 1.4rem;
  height: 1.4rem;
  flex-shrink: 0;
}
.recruitment-related-box-ic img {
  width: 100%;
  height: 100%;
}
.recruitment-related-box-des {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #808080;
}
.recruitment-related-box-text {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #262626;
}
.recruitment-related-text {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: rgba(38, 38, 38, 0.8);
  margin-bottom: 3rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.recruitment-related-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1201px) {
  .recruitment-related-link:hover .recruitment-related-link-text::before {
    left: 200%;
    opacity: 0;
  }
  .recruitment-related-link:hover .recruitment-related-link-icon {
    transform: rotate(-45deg);
  }
}
.recruitment-related-link-text {
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.01em;
  color: #333332;
  position: relative;
  overflow: hidden;
  padding-bottom: 0.3rem;
}
.recruitment-related-link-text::before {
  content: "";
  position: absolute;
  bottom: 0rem;
  left: 0;
  width: 60%;
  height: 0.2rem;
  transition: all 0.5s ease-in-out;
  background: linear-gradient(138.37deg, #a46e29 2.24%, #f7e47f 104.59%);
  opacity: 1;
}
.recruitment-related-link-icon {
  width: 1.2rem;
  height: 1.2rem;
  flex-shrink: 0;
  transition: all 0.5s ease-in-out;
}
.recruitment-related-link-icon img {
  width: 100%;
  height: 100%;
}
.recruitment-related-list {
  position: relative;
}
.recruitment-related-list.vu-sl {
  display: block;
}

.tuyen-dung {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.tuyen-dung-list {
  row-gap: 2.4rem;
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 400px) {
  .tuyen-dung-list .tuyen-dung-item {
    width: 100%;
  }
}

.title-main {
  font-family: "Calibri";
  font-style: normal;
  font-weight: 400;
  font-size: 8rem;
  line-height: 1.2;
  text-align: center;
  color: #A46E29;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 1200px) {
  .title-main {
    font-size: 6rem;
  }
}
@media screen and (max-width: 600px) {
  .title-main {
    font-size: 4rem;
  }
}
@media screen and (max-width: 460px) {
  .title-main {
    font-size: 3rem;
  }
}

.title-note {
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: #262626;
  text-align: center;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 1200px) {
  .title-note {
    font-size: 3.1rem;
  }
}
@media only screen and (max-width: 800px) {
  .title-note {
    font-size: 2.6rem;
  }
}

.news-outstanding {
  padding-top: 8rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 1200px) {
  .news-outstanding {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 600px) {
  .news-outstanding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 460px) {
  .news-outstanding .recruitment-related-link {
    display: none;
  }
}
.news-outstanding-title {
  font-family: "Calibri";
  font-style: normal;
  font-weight: 400;
  font-size: 6rem;
  line-height: 1.5;
  color: #A46E29;
  text-align: center;
  margin-bottom: 4rem;
  display: flex;
  align-items: center;
  column-gap: 2.6rem;
  justify-content: center;
}
@media only screen and (max-width: 1200px) {
  .news-outstanding-title {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .news-outstanding-title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 600px) {
  .news-outstanding-title {
    margin-bottom: 2rem;
    column-gap: 1rem;
  }
}
.news-outstanding-title-icon {
  width: 4rem;
  height: 4rem;
  flex-shrink: 0;
  animation: phongTo linear 4s infinite backwards;
}
.news-outstanding-title-icon img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 800px) {
  .news-outstanding-title-icon {
    width: 2rem;
    height: 2rem;
  }
}
@media screen and (max-width: 460px) {
  .news-outstanding-title-icon {
    width: 1rem;
    height: 1rem;
  }
}
@keyframes phongTo {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.1);
  }
  40% {
    transform: scale(0.8);
  }
  80% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.news-outstanding-list {
  display: grid;
  grid-template-areas: "h1 h1 h1 h2 h2" "h1 h1 h1 h2 h2" "h1 h1 h1 h3 h3" "h1 h1 h1 h3 h3";
  gap: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .news-outstanding-list {
    gap: 1.2rem;
  }
}
@media screen and (max-width: 600px) {
  .news-outstanding-list {
    grid-template-areas: "h1 h1 h1 h1 h1 h1" "h1 h1 h1 h1 h1 h1" "h2 h2 h2 h3 h3 h3" "h2 h2 h2 h3 h3 h3";
    grid-template-rows: 20rem 20rem 20rem;
  }
}
.news-outstanding-item {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
}
.news-outstanding-item:first-child {
  padding-top: 22.8rem;
  grid-area: h1;
}
.news-outstanding-item:first-child .news-outstanding-item-box {
  max-width: 39rem;
}
@media screen and (max-width: 800px) {
  .news-outstanding-item:first-child .news-outstanding-item-box {
    padding: 2rem;
    max-width: 32rem;
  }
}
.news-outstanding-item:nth-child(2) {
  grid-area: h2;
}
.news-outstanding-item:nth-child(2) .news-outstanding-item-box {
  padding: 2rem;
  max-width: 24rem;
}
@media screen and (max-width: 800px) {
  .news-outstanding-item:nth-child(2) .news-outstanding-item-box {
    padding: 1rem;
    max-width: 18rem;
  }
}
@media screen and (max-width: 460px) {
  .news-outstanding-item:nth-child(2) .news-outstanding-item-box {
    max-width: none;
  }
}
.news-outstanding-item:nth-child(2) .news-outstanding-item-title {
  margin-bottom: 2rem;
}
@media screen and (max-width: 460px) {
  .news-outstanding-item:nth-child(2) .news-outstanding-item-title {
    margin-bottom: 0;
  }
}
.news-outstanding-item:last-child {
  grid-area: h3;
}
.news-outstanding-item:last-child .news-outstanding-item-box {
  padding: 2rem;
  max-width: 24rem;
}
@media screen and (max-width: 800px) {
  .news-outstanding-item:last-child .news-outstanding-item-box {
    padding: 1rem;
    max-width: 18rem;
  }
}
@media screen and (max-width: 460px) {
  .news-outstanding-item:last-child .news-outstanding-item-box {
    max-width: none;
  }
}
.news-outstanding-item:last-child .news-outstanding-item-title {
  margin-bottom: 2rem;
}
@media screen and (max-width: 460px) {
  .news-outstanding-item:last-child .news-outstanding-item-title {
    margin-bottom: 0;
  }
}
.news-outstanding-post {
  padding-bottom: 10rem;
}
@media screen and (max-width: 1200px) {
  .news-outstanding-post {
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 600px) {
  .news-outstanding-post {
    padding-bottom: 3rem;
  }
}
.news-outstanding-item-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.news-outstanding-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-outstanding-item-box {
  padding: 3rem;
  background: rgba(164, 110, 41, 0.5);
  backdrop-filter: blur(0.8rem);
}
.news-outstanding-item-title {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #F8F5F0;
  margin-bottom: 0.2rem;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 1201px) {
  .news-outstanding-item-title:hover {
    color: #FAEFB2;
  }
}
@media screen and (max-width: 460px) {
  .news-outstanding-item-title {
    font-size: 1.4rem;
  }
}
.news-outstanding-item-text {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: rgba(248, 245, 240, 0.8);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 3rem;
}
@media screen and (max-width: 460px) {
  .news-outstanding-item-text {
    margin-bottom: 0;
  }
}
.news-outstanding .recruitment-related-link-text {
  color: #F8F5F0;
}

.news-ct {
  padding-top: 5rem;
  padding-bottom: 9rem;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .news-ct {
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 600px) {
  .news-ct {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.news-ct-post {
  padding-bottom: 4.2rem;
  background: #f0e8dd;
}
@media screen and (max-width: 1200px) {
  .news-ct-post {
    padding-bottom: 3rem;
  }
}
.news-ct .title-main {
  margin-bottom: 5rem;
}
@media screen and (max-width: 1200px) {
  .news-ct .title-main {
    margin-bottom: 3rem;
  }
}
.news-ct-date {
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.3;
  letter-spacing: 0.01em;
  color: #262626;
  text-align: center;
  margin-bottom: 25rem;
}
@media only screen and (max-width: 1200px) {
  .news-ct-date {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .news-ct-date {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1200px) {
  .news-ct-date {
    margin-bottom: 2rem;
  }
}
.news-ct-content {
  max-width: 80rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news-ct-content-text {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: rgba(38, 38, 38, 0.8);
  margin-bottom: 4rem;
}
.news-ct-img-gsap {
  max-width: 70rem;
  height: 100%;
  border-radius: 6rem;
  overflow: hidden;
  margin-top: -20rem;
  margin-bottom: 5rem;
}
.news-ct-img-gsap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .news-ct-img-gsap {
    margin-bottom: 3rem;
    margin-top: 3rem;
    max-width: none;
    border-radius: 0;
  }
}
.news-ct-img {
  width: 100%;
  height: 100%;
  margin-bottom: 4rem;
}
.news-ct-img:last-child {
  margin-bottom: 0;
}
.news-ct-img img {
  width: 100%;
  height: 100%;
}
.news-ct-link {
  padding-top: 3.6rem;
  border-top: 0.1rem solid rgba(38, 38, 38, 0.2);
  display: flex;
  align-items: center;
  column-gap: 3rem;
  justify-content: center;
  margin-top: 8rem;
  row-gap: 2rem;
}
@media screen and (max-width: 1200px) {
  .news-ct-link {
    flex-direction: column;
  }
}
@media screen and (max-width: 460px) {
  .news-ct-link {
    margin-top: 4rem;
  }
}
.news-ct-link-text {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.01em;
  color: #000000;
}
.news-ct-link-list {
  display: flex;
  align-items: center;
  column-gap: 2rem;
}
.news-ct-link-item {
  flex-shrink: 0;
}
.news-ct-link-link {
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.5s linear;
  display: block;
}
@media (min-width: 1201px) {
  .news-ct-link-link:hover {
    transform: scale(1.1);
  }
}
.news-ct-link-link img {
  width: 100%;
  height: 100%;
}

.my-pham {
  padding-top: 4.4rem;
  padding-bottom: 10rem;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .my-pham {
    padding-top: 2rem;
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 600px) {
  .my-pham {
    padding-top: 0rem;
    padding-bottom: 3rem;
  }
}
.my-pham-container {
  max-width: 149.4rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.my-pham-content-left {
  width: 25%;
  position: relative;
}
@media screen and (max-width: 600px) {
  .my-pham-content-left {
    display: none;
  }
}
.my-pham-content-right {
  flex: 1;
  position: relative;
}
.my-pham-left-content {
  padding-top: 8rem;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 800px) {
  .my-pham-left-content {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 1200px) {
  .my-pham-left-content {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .my-pham-left-content {
    padding: 4rem 0.1rem;
  }
}
.my-pham-left-content-title {
  max-width: 20rem;
  margin: 0 auto;
  font-family: "Calibri";
  font-style: normal;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #A46E29;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1200px) {
  .my-pham-left-content-title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .my-pham-left-content-title {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1200px) {
  .my-pham-left-content-title {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .my-pham-left-content-title {
    font-size: 1.6rem;
    line-height: 2;
  }
}
@media screen and (max-width: 480px) {
  .my-pham-left-content-title {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.my-pham-left-content-img {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 22.4rem;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .my-pham-left-content-img {
    height: 20rem;
  }
}
@media screen and (max-width: 1024px) {
  .my-pham-left-content-img {
    height: 15rem;
  }
}
@media screen and (max-width: 800px) {
  .my-pham-left-content-img {
    height: 10rem;
  }
}
@media screen and (max-width: 600px) {
  .my-pham-left-content-img {
    display: none;
  }
}
.my-pham-left-content-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 22.4rem;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.my-pham-left-content-img img {
  width: 100%;
  height: 70%;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  z-index: 3;
}
@media screen and (max-width: 1200px) {
  .my-pham-left-content-img img {
    height: 100%;
  }
}
.my-pham-left-content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f0e8dd;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .my-pham-left-content::before {
    animation: chayLen ease-in-out 1s;
  }
  @keyframes chayLen {
    0% {
      height: 0%;
    }
    100% {
      height: 100%;
    }
  }
}
.my-pham-right-content {
  padding-top: 7rem;
  margin-right: calc((100vw - 146.1rem) / -2);
  margin-left: -2.4rem;
}
@media screen and (max-width: 1400px) {
  .my-pham-right-content {
    margin-right: -1.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .my-pham-right-content {
    padding-top: 5rem;
    margin-left: 0;
  }
}
@media screen and (max-width: 800px) {
  .my-pham-right-content {
    padding-top: 0rem;
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .my-pham-right-content {
    margin-right: 0rem;
  }
}
.my-pham-right-content-box {
  padding-left: 6.8rem;
}
@media screen and (max-width: 1200px) {
  .my-pham-right-content-box {
    padding-left: 0;
  }
}
.my-pham-right-content .title-main {
  margin-bottom: 3.6rem;
  text-align: start;
  padding-left: 6.8rem;
}
@media screen and (max-width: 1200px) {
  .my-pham-right-content .title-main {
    padding-left: 0;
    margin-bottom: 1.8rem;
  }
}
.my-pham-right-content-img-box {
  width: 100%;
  margin-bottom: 10rem;
  height: 100%;
  position: relative;
  overflow: hidden;
  transform: scale(0.9);
}
@media screen and (max-width: 1200px) {
  .my-pham-right-content-img-box {
    margin-bottom: 0;
    transform: scale(1);
  }
}
.my-pham-right-content-img {
  width: 100%;
  height: 100%;
  position: relative;
  transform: scale(1.4);
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .my-pham-right-content-img {
    margin-bottom: 2rem;
  }
}
.my-pham-right-content-img img {
  position: relative;
  top: 0;
  left: 0;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -40.6141, 0, 1);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .my-pham-right-content-img img {
    transform: none;
  }
}
@media screen and (max-width: 1200px) {
  .my-pham-right-content-img {
    transform: scale(1);
  }
}
.my-pham-right-content-title {
  font-family: "Calibri";
  font-style: normal;
  font-weight: 400;
  font-size: 6rem;
  line-height: 1.2;
  color: #A46E29;
  max-width: 99.6rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 1200px) {
  .my-pham-right-content-title {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .my-pham-right-content-title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .my-pham-right-content-title {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 800px) {
  .my-pham-right-content-title {
    margin-bottom: 1rem;
  }
}
.my-pham-right-content-text {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: rgba(38, 38, 38, 0.8);
  max-width: 99.6rem;
}

.product-about {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 1200px) {
  .product-about {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 600px) {
  .product-about {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 380px) {
  .product-about .swiper-slide {
    width: 100%;
    height: 100%;
  }
}
.product-about-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4rem;
}
.product-about-title .recruitment-related-title {
  margin-left: 7rem;
}
@media screen and (max-width: 500px) {
  .product-about-title .recruitment-related-title {
    margin: auto;
  }
}
@media screen and (max-width: 500px) {
  .product-about-title {
    flex-direction: column;
    margin-bottom: 2rem;
  }
}
.product-about-navi {
  display: flex;
  align-items: center;
  column-gap: 0.1rem;
}
.product-about-item-img {
  padding-top: 69.8924731183%;
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 1.4rem;
}
.product-about-item-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  transition: all 0.5s linear;
  object-fit: cover;
}
.product-about-item-img::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 50%;
  left: -100%;
  width: 70%;
  height: 500%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(48deg);
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
@media (min-width: 1201px) {
  .product-about-item-img:hover img {
    transform: translate(-50%, -50%) scale(1.1);
  }
  .product-about-item-img:hover::before {
    left: 250%;
    opacity: 1;
  }
}
.product-about-item-title {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #262626;
  margin-bottom: 1.4rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-about-item-text {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: rgba(38, 38, 38, 0.8);
  margin-bottom: 2.4rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-about-item .btn {
  width: 100%;
}
.product-about-item .btn::before {
  width: 99%;
}
.product-about-item .btn-inner {
  width: 90%;
}
.btn-pro-ab {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s linear;
}
.btn-pro-ab i {
  color: #A46E29;
  transition: all 0.5s linear;
}
@media (min-width: 1201px) {
  .btn-pro-ab:hover {
    background: #A46E29;
  }
  .btn-pro-ab:hover i {
    color: #F8F5F0;
  }
}

.dich-vu-btn {
  display: flex;
  align-items: center;
  column-gap: 2rem;
  margin-top: 0rem;
  justify-content: center;
}
.dich-vu-btn .btn-dv {
  position: relative;
  z-index: 5;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(138.37deg, #a46e29 2.24%, #f7e47f 104.59%);
  transition: all 0.5s linear;
  cursor: pointer;
}
.dich-vu-btn .btn-dv.next {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translate(0, -50%);
}
@media screen and (max-width: 600px) {
  .dich-vu-btn .btn-dv.next {
    right: 0.5rem;
  }
}
.dich-vu-btn .btn-dv.prev {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translate(0, -50%);
}
@media screen and (max-width: 600px) {
  .dich-vu-btn .btn-dv.prev {
    left: 0.5rem;
  }
}
@media (min-width: 1201px) {
  .dich-vu-btn .btn-dv:hover {
    background-color: #A46E29;
  }
  .dich-vu-btn .btn-dv:hover i {
    color: white;
  }
}
@media screen and (max-width: 600px) {
  .dich-vu-btn .btn-dv {
    width: 3rem;
    height: 3rem;
  }
  .dich-vu-btn .btn-dv i {
    font-size: 1.4rem;
  }
}
.dich-vu-btn .btn-dv i {
  color: white !important;
}
@media screen and (max-width: 600px) {
  .dich-vu-btn {
    margin-top: 0rem;
  }
}
.dich-vu-list {
  background-color: #F0E8DD;
  padding-top: 10rem;
  padding-bottom: 10rem;
  padding-left: 0rem;
  user-select: none;
  margin-bottom: 18.8rem;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .dich-vu-list {
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 0rem;
    margin-bottom: 6rem;
  }
}
.dich-vu-list-content {
  display: flex;
  align-items: center;
  column-gap: 14rem;
}
@media screen and (max-width: 1200px) {
  .dich-vu-list-content {
    column-gap: 10rem;
  }
}
.dich-vu-list .swiper {
  width: 20%;
  overflow: visible;
  margin-left: auto;
}
.dich-vu-list .swiper-wrapper {
  align-items: center;
  column-gap: 14rem;
  padding-left: 0rem;
  justify-content: start;
}
@media screen and (max-width: 1400px) {
  .dich-vu-list .swiper-wrapper {
    padding-left: 0rem;
    column-gap: 8rem;
  }
}
@media screen and (max-width: 1200px) {
  .dich-vu-list .swiper-wrapper {
    padding-left: 0rem;
    column-gap: 5rem;
  }
}
@media screen and (max-width: 600px) {
  .dich-vu-list .swiper-wrapper {
    padding-left: 0rem;
    column-gap: 3rem;
  }
}
.dich-vu-list .swiper-slide.le {
  width: 67.2rem;
  height: 42rem;
}
@media screen and (max-width: 1200px) {
  .dich-vu-list .swiper-slide.le {
    width: 48rem;
    height: 28rem;
  }
}
@media screen and (max-width: 600px) {
  .dich-vu-list .swiper-slide.le {
    width: 23rem;
    height: 23rem;
  }
}
@media screen and (max-width: 460px) {
  .dich-vu-list .swiper-slide.le {
    width: 20rem;
    height: 20rem;
  }
}
.dich-vu-list .swiper-slide.le .dich-vu-item {
  padding: 0rem 8.7rem;
}
.dich-vu-list .swiper-slide.le .dich-vu-item-title {
  bottom: -25%;
  left: 30%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1200px) {
  .dich-vu-list .swiper-slide.le .dich-vu-item-title {
    bottom: -27%;
    left: 32%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 600px) {
  .dich-vu-list .swiper-slide.le .dich-vu-item-title {
    bottom: -18%;
    left: 35%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 460px) {
  .dich-vu-list .swiper-slide.le .dich-vu-item-title {
    bottom: -14%;
    left: 35%;
    transform: translate(-50%, -50%);
  }
}
.dich-vu-list .swiper-slide.chan {
  display: flex;
  justify-content: end;
  align-items: center;
  height: 67.2rem;
  width: 42rem;
}
@media screen and (max-width: 1200px) {
  .dich-vu-list .swiper-slide.chan {
    width: 30rem;
    height: 48rem;
  }
}
@media screen and (max-width: 600px) {
  .dich-vu-list .swiper-slide.chan {
    width: 23rem;
    height: 38rem;
  }
}
@media screen and (max-width: 460px) {
  .dich-vu-list .swiper-slide.chan {
    width: 20rem;
    height: 30rem;
  }
}
.dich-vu-list .swiper-slide.chan .dich-vu-item {
  padding: 0rem 4rem;
}
.dich-vu-list .swiper-slide.chan .dich-vu-item-title {
  top: 50%;
  left: -2%;
  transform: translate(-50%, -50%) rotate(-90deg);
}
@media screen and (max-width: 1200px) {
  .dich-vu-list .swiper-slide.chan .dich-vu-item-title {
    left: 0%;
  }
}
.dich-vu-item {
  flex-shrink: 0;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1201px) {
  .dich-vu-item:hover::before {
    opacity: 1;
  }
  .dich-vu-item:hover .dich-vu-item-text {
    opacity: 1;
  }
}
.dich-vu-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(234, 221, 208, 0.8);
  z-index: 2;
  transition: all 0.5s linear;
  opacity: 0;
}
.dich-vu-item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.dich-vu-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dich-vu-item-text {
  position: relative;
  z-index: 5;
  color: #262626;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.16px;
  transition: all 0.5s linear;
  opacity: 0;
}
@media screen and (max-width: 1200px) {
  .dich-vu-item-text {
    display: none;
  }
}
.dich-vu-item-title {
  position: absolute;
  z-index: 2;
  color: #A46E29;
  font-size: 7.2rem;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  width: fit-content;
  white-space: nowrap;
  max-width: 65rem;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .dich-vu-item-title {
    font-size: 5rem;
  }
}
@media screen and (max-width: 600px) {
  .dich-vu-item-title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 460px) {
  .dich-vu-item-title {
    font-size: 2rem;
  }
}
.dich-vu-apm {
  background-color: #F0E8DD;
  padding: 10rem 7.2rem;
}
@media screen and (max-width: 1200px) {
  .dich-vu-apm {
    padding: 6rem 2rem;
  }
}
@media screen and (max-width: 600px) {
  .dich-vu-apm {
    padding: 3rem 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .dich-vu-apm-content {
    flex-direction: column;
  }
}
@media screen and (max-width: 1400px) {
  .dich-vu-apm .dich-vu-apm-left-con-rt-item {
    width: 100%;
  }
}
.dich-vu-apm-title {
  color: #A46E29;
  text-align: center;
  font-size: 5rem;
  font-family: "Calibri";
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 1200px) {
  .dich-vu-apm-title {
    font-size: 4.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .dich-vu-apm-title {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 1200px) {
  .dich-vu-apm-title {
    margin-bottom: 3rem;
  }
}
.dich-vu-apm-left {
  width: 75%;
}
@media screen and (max-width: 1400px) {
  .dich-vu-apm-left {
    width: 70%;
  }
}
@media screen and (max-width: 1024px) {
  .dich-vu-apm-left {
    width: 100%;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .dich-vu-apm-left {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .dich-vu-apm-left-con-lf {
    width: 100%;
  }
}
.dich-vu-apm-left-con {
  align-items: unset;
}
@media screen and (max-width: 768px) {
  .dich-vu-apm-left-con {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .dich-vu-apm-left-con-rt {
    width: 100%;
  }
}
.dich-vu-apm-left-con-lf-img {
  padding-top: 100%;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .dich-vu-apm-left-con-lf-img {
    margin-bottom: 2rem;
  }
}
.dich-vu-apm-left-con-lf-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dich-vu-apm-left-con-rt-box {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-bottom: 4rem;
  height: 8rem;
  overflow-y: auto;
  max-width: 53.5rem;
  padding-right: 1rem;
}
@media screen and (max-width: 1200px) {
  .dich-vu-apm-left-con-rt-box {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .dich-vu-apm-left-con-rt-box {
    max-width: none;
    width: 100%;
    height: 100%;
  }
}
.dich-vu-apm-left-con-rt-text {
  color: #262626;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.16px;
}
.dich-vu-apm-left-con-rt-text strong {
  font-weight: 700;
}
.dich-vu-apm-left-con-rt-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 2rem;
  margin-bottom: 4rem;
  max-width: 56rem;
}
@media screen and (max-width: 1200px) {
  .dich-vu-apm-left-con-rt-list {
    margin: 0 auto 4rem;
  }
}
@media screen and (max-width: 768px) {
  .dich-vu-apm-left-con-rt-list {
    max-width: none;
  }
}
.dich-vu-apm-left-con-rt-item {
  width: 45%;
}
@media screen and (max-width: 460px) {
  .dich-vu-apm-left-con-rt-item {
    width: 100%;
  }
}
.dich-vu-apm-left-con-rt-link {
  display: flex;
  align-items: start;
  color: #262626;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.16px;
}
.dich-vu-apm-left-con-rt-icon {
  width: 2.4rem;
  height: 2.4rem;
  flex-shrink: 0;
  margin-right: 1rem;
  display: block;
}
.dich-vu-apm-left-con-rt-icon img {
  width: 100%;
  height: 100%;
}
.dich-vu-apm-right {
  flex: 1;
}
@media screen and (max-width: 1200px) {
  .dich-vu-apm-right {
    width: 100%;
  }
}
.dich-vu-apm-right-list {
  max-width: 36.2rem;
  margin-left: auto;
  height: 70rem;
  margin-top: -20rem;
}
@media screen and (max-width: 1400px) {
  .dich-vu-apm-right-list {
    margin-top: -15rem;
  }
}
@media screen and (max-width: 1200px) {
  .dich-vu-apm-right-list {
    margin-top: -10rem;
  }
}
@media screen and (max-width: 1024px) {
  .dich-vu-apm-right-list {
    margin-top: 0;
    max-width: none;
    height: 100%;
  }
}
.dich-vu-apm-right-list .swiper {
  height: 100%;
}
.dich-vu-apm-right-list-box {
  padding-top: 193.3701657459%;
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .dich-vu-apm-right-list-box {
    padding-top: 0;
  }
}
.dich-vu-apm-right-list-box .swiper-slide-active .dich-vu-apm-right-item-img::before {
  opacity: 0;
}
.dich-vu-apm-right-list-box-con {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .dich-vu-apm-right-list-box-con {
    position: static;
    transform: none;
    object-fit: none;
  }
}
.dich-vu-apm-right-item-img {
  padding-top: 56.9060773481%;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.dich-vu-apm-right-item-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(164, 110, 41, 0.3);
  z-index: 1;
  opacity: 1;
  transition: all 0.5s linear;
}
.dich-vu-apm-right-item-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.dich-vu-more {
  padding-top: 10rem;
  padding-bottom: 10rem;
  user-select: none;
}
@media screen and (max-width: 1200px) {
  .dich-vu-more {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 600px) {
  .dich-vu-more {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.dich-vu-more-title {
  color: #A46E29;
  font-size: 4.2rem;
  line-height: 1.5;
  text-transform: uppercase;
  max-width: 87.2rem;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 1200px) {
  .dich-vu-more-title {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .dich-vu-more-title {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 600px) {
  .dich-vu-more-title {
    text-align: center;
    margin-bottom: 3rem;
  }
}
.dich-vu-more-list {
  display: flex;
  flex-direction: column;
  row-gap: 3.6rem;
}
.dich-vu-more-list-image {
  position: relative;
  overflow: hidden;
}
.dich-vu-more-list-image .swiper {
  width: 100%;
}
.dich-vu-more-list-image:first-child .swiper-wrapper {
  column-gap: 3.6rem;
  align-items: end;
}
@media screen and (max-width: 1200px) {
  .dich-vu-more-list-image:first-child .swiper-wrapper {
    column-gap: 2.6rem;
  }
}
@media screen and (max-width: 600px) {
  .dich-vu-more-list-image:first-child .swiper-wrapper {
    column-gap: 1.6rem;
  }
}
.dich-vu-more-list-image:last-child .swiper-wrapper {
  column-gap: 3.6rem;
  align-items: start;
  padding-left: 10rem;
}
@media screen and (max-width: 1200px) {
  .dich-vu-more-list-image:last-child .swiper-wrapper {
    column-gap: 2.6rem;
  }
}
@media screen and (max-width: 600px) {
  .dich-vu-more-list-image:last-child .swiper-wrapper {
    column-gap: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .dich-vu-more-list {
    row-gap: 1.6rem;
  }
}
.dich-vu-more .swiper-slide {
  width: 30%;
}
.dich-vu-more-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 57.095709571%;
}
.dich-vu-more-img-box {
  width: 100%;
}
.dich-vu-more-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.5s linear;
  opacity: 0;
  z-index: 1;
}
@media (min-width: 1201px) {
  .dich-vu-more-img:hover::before {
    opacity: 1;
  }
  .dich-vu-more-img:hover img {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
.dich-vu-more-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s linear;
}

.sh-title {
  padding: 10rem 7.2rem 5rem;
}
@media screen and (max-width: 1200px) {
  .sh-title {
    padding: 5rem 2rem;
  }
}
@media screen and (max-width: 600px) {
  .sh-title {
    padding: 3rem 2rem;
  }
}
@media screen and (max-width: 460px) {
  .sh-title {
    padding: 3rem 1rem;
  }
}
.sh-title-content {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
@media screen and (max-width: 1200px) {
  .sh-title-content {
    flex-direction: column;
  }
}
.sh-title-title {
  color: #A46E29;
  font-size: 8rem;
  font-family: "Calibri";
  line-height: 1.5;
  position: relative;
  margin-bottom: 3.2rem;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 1500px) {
  .sh-title-title {
    max-width: 70rem;
  }
}
@media screen and (max-width: 1200px) {
  .sh-title-title {
    text-align: center;
    max-width: none;
    margin-bottom: 2rem;
    font-size: 6rem;
  }
}
@media screen and (max-width: 605px) {
  .sh-title-title {
    font-size: 4rem;
  }
}
@media screen and (max-width: 460px) {
  .sh-title-title {
    font-size: 3rem;
  }
  .sh-title-title::before {
    display: none;
  }
  .sh-title-title::after {
    display: none;
  }
}
.sh-title-title::before {
  content: "-";
  display: none;
}
.sh-title-title::after {
  content: "-";
  display: none;
}
.sh-title-text {
  color: var(--dark-elevator-3, #262626);
  text-align: center;
  font-size: 1.6rem;
  max-width: 71rem;
  line-height: 1.6;
  letter-spacing: 0.16px;
  margin-bottom: 6.3rem;
}
@media screen and (max-width: 1200px) {
  .sh-title-text {
    max-width: none;
    margin-bottom: 4rem;
  }
}
.sh-title-img-tt {
  max-width: 30rem;
  height: 100%;
}
.sh-title-img-tt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .sh-title-img-tt {
    max-width: 20rem;
  }
}
@media screen and (max-width: 1024px) {
  .sh-title-img-tt {
    display: none;
  }
}
.sh-title-img-tt.left-img {
  margin-top: 20rem;
}
@media screen and (max-width: 1200px) {
  .sh-title-img-tt.left-img {
    margin-top: 0;
    margin-bottom: -12rem;
  }
}
.sh-title-img-tt.right-img {
  margin-bottom: auto;
}
@media screen and (max-width: 1200px) {
  .sh-title-img-tt.right-img {
    margin-left: auto;
    margin-top: -24rem;
  }
}
.sh-title-box {
  max-width: 14rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sh-title-box-img {
  max-width: 14rem;
  margin-bottom: 6.2rem;
}
@media screen and (max-width: 1024px) {
  .sh-title-box-img {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 460px) {
  .sh-title-box-img {
    max-width: 10rem;
  }
}
.sh-title-box-img img {
  width: 100%;
  height: 100%;
}
.sh-title-box-arr {
  animation: truotXuong 1s linear infinite;
}
@keyframes truotXuong {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(10%);
  }
  100% {
    transform: translateY(0%);
  }
}
.sh-title-box-arr-img {
  max-width: 4.5rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.sh-title-box-arr-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 460px) {
  .sh-title-box-arr-img {
    max-width: 3rem;
  }
}
.sh-title-box-arr-1 {
  margin-top: -3rem;
  width: 5.4rem;
  height: 5.4rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.sh-title-box-arr-1::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #e8dcca;
  animation: lanToaTT1 2s linear infinite;
}
@keyframes lanToaTT1 {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0);
  }
  20% {
    transform: translate(-50%, -50%) scale(0.2);
  }
  40% {
    transform: translate(-50%, -50%) scale(0.4);
  }
  60% {
    transform: translate(-50%, -50%) scale(0.6);
  }
  80% {
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
}
.sh-title-box-arr-2 {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.sh-title-box-arr-2::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #dbc7ab;
  animation: lanToaTT2 2s linear infinite;
}
@keyframes lanToaTT2 {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0);
  }
  20% {
    transform: translate(-50%, -50%) scale(0.2);
  }
  40% {
    transform: translate(-50%, -50%) scale(0.4);
  }
  60% {
    transform: translate(-50%, -50%) scale(0.6);
  }
  80% {
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
}
.sh-title-box-arr-3 {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.sh-title-box-arr-3::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #d0b692;
  animation: lanToaTT3 2s linear infinite;
}
@keyframes lanToaTT3 {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0);
  }
  20% {
    transform: translate(-50%, -50%) scale(0.2);
  }
  40% {
    transform: translate(-50%, -50%) scale(0.4);
  }
  60% {
    transform: translate(-50%, -50%) scale(0.6);
  }
  80% {
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
}

.sh-des {
  background-color: #F0E8DD;
  position: relative;
  padding: 10rem 0rem 0rem 0rem;
  margin-top: 5rem;
}
.sh-des.cus {
  padding-top: 5rem;
  margin-top: 0;
}
@media screen and (max-width: 600px) {
  .sh-des.cus {
    padding-top: 2rem;
  }
}
.sh-des .hotel-des-2-right-img {
  height: 100%;
}
.sh-des .hotel-des-2-right-img video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sh-des .title-main {
  margin-bottom: 5rem;
}
@media screen and (max-width: 600px) {
  .sh-des .title-main {
    margin-bottom: 2rem;
  }
}
.sh-des .hotel-des-2-left {
  width: 38%;
}
.sh-des .hotel-des-2 {
  width: 100%;
  margin-left: 0;
}
.sh-des .hotel-des-2-top {
  margin-bottom: 0;
}
.sh-des .hotel-des-2-content {
  display: flex;
  flex-direction: row-reverse;
}
.sh-des .hotel-des-2-top-item {
  max-width: 50rem;
}
.sh-des .hotel-des-2-top .swiper {
  max-width: 50rem;
  margin: auto;
}
.sh-des .hotel-des-2-bottom-content {
  margin: auto;
}
.sh-des .swiper {
  width: 100%;
  height: 100%;
}
.sh-des .swiper-pagination-bullet {
  width: 0.8rem !important;
  height: 0.8rem !important;
}
@media screen and (max-width: 1280px) {
  .sh-des {
    padding: 6rem 0 6rem 0;
    margin-top: 0;
  }
  .sh-des .hotel-des-2-content {
    flex-direction: column;
    row-gap: 2rem;
  }
  .sh-des .hotel-des-2-left {
    width: 100%;
  }
  .sh-des .hotel-des-2-top-item {
    max-width: none;
  }
  .sh-des .hotel-des-2-top .swiper {
    max-width: none;
  }
}
@media screen and (max-width: 600px) {
  .sh-des {
    padding: 3rem 0;
  }
}
.sh-des::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 120rem;
  height: 1.4rem;
  background-color: #d0ac7e;
  top: 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .sh-des::before {
    display: none;
  }
}
.sh-des-content {
  max-width: 63rem;
  margin: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.sh-des-content .title-main {
  text-align: start;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1280px) {
  .sh-des-content .title-main {
    font-size: 6rem;
    text-align: center;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .sh-des-content .title-main {
    font-size: 4rem;
  }
}
@media screen and (max-width: 460px) {
  .sh-des-content .title-main {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1450px) {
  .sh-des-content {
    max-width: 55rem;
    padding-left: 5rem;
  }
}
@media screen and (max-width: 1300px) {
  .sh-des-content {
    max-width: 45rem;
    padding-left: 0rem;
  }
}
@media screen and (max-width: 1280px) {
  .sh-des-content {
    max-width: none;
    padding-top: 0rem;
    padding-bottom: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 800px) {
  .sh-des-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.sh-des-text {
  color: #262626;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.16px;
  height: 15.6rem;
  overflow-y: auto;
}
@media screen and (max-width: 1280px) {
  .sh-des-text {
    text-align: center;
    height: auto;
  }
}
.sh-des-left {
  margin-bottom: -20rem;
  display: flex;
  align-items: start;
  column-gap: 2.4rem;
  width: 100%;
  margin-right: -20rem;
  margin-left: 0rem;
  margin-top: -10rem;
}
.sh-des-left-img-1 {
  max-width: 40rem;
  height: 100%;
  margin-top: -3rem;
  position: relative;
  width: 100%;
}
.sh-des-left-img-1-item {
  padding-top: 100%;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.sh-des-left-img-1-item::before {
  content: "";
  top: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(164, 110, 41, 0.2);
  z-index: 1;
}
.sh-des-left-img-1-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sh-des-left-img-2 {
  max-width: 22rem;
  margin-top: -5rem;
  position: relative;
  height: 100%;
  width: 100%;
}
.sh-des-left-img-2-item {
  padding-top: 100%;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.sh-des-left-img-2-item::before {
  content: "";
  top: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(164, 110, 41, 0.2);
  z-index: 1;
}
.sh-des-left-img-2-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1280px) {
  .sh-des-left {
    display: none;
  }
}
.sh-des-right {
  margin-top: -15rem;
  display: flex;
  align-items: end;
  justify-content: flex-end;
  width: 100%;
  margin-left: -5rem;
}
.sh-des-right-img-1 {
  max-width: 43.2rem;
  margin-right: -5rem;
  margin-bottom: 10rem;
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
}
.sh-des-right-img-1-item {
  padding-top: 54.3981481481%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.sh-des-right-img-1-item::before {
  content: "";
  top: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}
.sh-des-right-img-1-item img {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sh-des-right-img-1-item video {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1280px) {
  .sh-des-right-img-1 {
    max-width: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.sh-des-right-img-2 {
  max-width: 34.3rem;
  margin-bottom: 6rem;
  position: relative;
  width: 100%;
  height: 100%;
}
.sh-des-right-img-2-item {
  padding-top: 148.1049562682%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.sh-des-right-img-2-item img {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sh-des-right-img-2-item::before {
  content: "";
  top: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(164, 110, 41, 0.2);
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .sh-des-right-img-2 {
    display: none;
  }
}
@media screen and (max-width: 1500px) {
  .sh-des-right {
    margin-left: 0rem;
  }
}
@media screen and (max-width: 1280px) {
  .sh-des-right {
    margin-top: 0rem;
  }
}
.sh-des-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  z-index: 2;
}
.sh-des-play.cus-2 .sh-des-play-img {
  width: 5.6rem;
  height: 5.6rem;
}
.sh-des-play.cus-2 .sh-des-play-img-img {
  width: 1.8rem;
  height: 3rem;
}
.sh-des-play.cus-2::before {
  width: 7.6rem;
  height: 7.6rem;
}
.sh-des-play.cus-2::after {
  width: 10rem;
  height: 10rem;
}
.sh-des-play-img {
  width: 3.4rem;
  height: 3.4rem;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
  border-radius: 50%;
  transition: all 0.5s linear;
  cursor: pointer;
}
@media (min-width: 1201px) {
  .sh-des-play-img:hover {
    background-color: #A46E29;
  }
  .sh-des-play-img:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(193deg) brightness(104%) contrast(101%);
  }
}
.sh-des-play-img-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 2rem;
  margin-left: 0.3rem;
  position: relative;
  z-index: 10;
}
.sh-des-play-img-img img {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .sh-des-play-img-img {
    width: 1.8rem;
    height: 3rem;
  }
}
@media screen and (max-width: 1200px) {
  .sh-des-play-img {
    width: 5.6rem;
    height: 5.6rem;
  }
}
@media screen and (max-width: 1200px) {
  .sh-des-play::before {
    width: 7.6rem !important;
    height: 7.6rem !important;
  }
  .sh-des-play::after {
    width: 10rem !important;
    height: 10rem !important;
  }
}
.sh-des-play::before {
  content: "";
  position: absolute;
  width: 4.4rem;
  height: 4.4rem;
  border: 0.2rem solid white;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  animation: lanToaPlay 2.5s linear infinite backwards;
}
@keyframes lanToaPlay {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
  }
  50% {
    opacity: 0.5;
    transform: translate(-50%, -50%) scale(0.5);
  }
  90% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.9);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
}
.sh-des-play::after {
  content: "";
  position: absolute;
  width: 5.4rem;
  height: 5.4rem;
  border: 0.2rem solid white;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  animation: lanToaPlay2 2.5s linear infinite backwards;
}
@keyframes lanToaPlay2 {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
  }
  50% {
    opacity: 0.5;
    transform: translate(-50%, -50%) scale(0.5);
  }
  90% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.9);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
}

.spa-des {
  padding: 10rem 7.2rem;
}
@media screen and (max-width: 1200px) {
  .spa-des {
    padding: 5rem 2rem;
  }
  .spa-des .dich-vu-apm-left-con-rt-text {
    text-align: center;
  }
  .spa-des .dich-vu-apm-left-con-rt-list {
    margin: 0 auto 4rem;
  }
}
@media screen and (max-width: 600px) {
  .spa-des {
    padding: 3rem 2rem;
  }
}
@media screen and (max-width: 768px) {
  .spa-des .dich-vu-apm-left-con-rt-list {
    max-width: none;
  }
}
@media screen and (max-width: 460px) {
  .spa-des .dich-vu-apm-left-con-rt-item {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .spa-des-left {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .spa-des-right {
    width: 100%;
  }
  .spa-des-right .btn {
    margin: auto;
  }
}
.spa-des .dich-vu-apm-left-con-rt-box {
  max-width: 61.2rem;
  height: 14rem;
  padding-right: 1rem;
}
@media screen and (max-width: 1200px) {
  .spa-des .dich-vu-apm-left-con-rt-box {
    max-width: none;
    height: auto;
  }
}
.spa-des-left-img-top {
  display: flex;
  margin-bottom: 10rem;
}
.spa-des-left-img-top-1 {
  max-width: 40.2rem;
  height: 100%;
  position: relative;
}
.spa-des-left-img-top-1::before {
  content: "";
  top: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(164, 110, 41, 0.2);
}
.spa-des-left-img-top-1 img {
  width: 100%;
  height: 100%;
}
.spa-des-left-img-top-2 {
  max-width: 25.8rem;
  height: 100%;
  position: relative;
  margin-top: 5rem;
  margin-left: -5rem;
}
.spa-des-left-img-top-2::before {
  content: "";
  top: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(164, 110, 41, 0.2);
}
.spa-des-left-img-top-2 img {
  width: 100%;
  height: 100%;
}
.spa-des-left-img-bottom-1 {
  max-width: 37rem;
  height: 100%;
}
.spa-des-left-img-bottom-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.spa-des-right-img {
  max-width: 68rem;
  position: relative;
  margin-top: 6.8rem;
  margin-left: -30rem;
}
.spa-des-right-img::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(164, 110, 41, 0.1);
  position: absolute;
}
.spa-des-right-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1600px) {
  .spa-des-right-img {
    margin-left: -15rem;
  }
}
@media screen and (max-width: 1200px) {
  .spa-des-right-img {
    margin-left: 0;
    margin-top: 4rem;
    max-width: none;
  }
}

.title-sh {
  color: #A46E29;
  font-size: 5rem;
  font-family: "Calibri";
  line-height: 1.5;
  text-transform: uppercase;
  max-width: 70rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 1200px) {
  .title-sh {
    font-size: 4.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .title-sh {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 1200px) {
  .title-sh {
    max-width: none;
    text-align: center;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 460px) {
  .title-sh {
    font-size: 3rem;
  }
}

.spa-bottom .dich-vu-apm-title {
  max-width: 64rem;
  text-align: start;
  margin: 0 auto 6.4rem;
}
@media screen and (max-width: 1024px) {
  .spa-bottom .dich-vu-apm-title {
    margin: 0 auto 3.2rem;
    text-align: center;
  }
}
.spa-bottom .dich-vu-apm-left-con-rt-box {
  height: 19.2rem;
  padding-right: 1rem;
}

.hotel-des {
  padding: 6rem 1rem 10rem;
}
@media screen and (max-width: 1200px) {
  .hotel-des {
    padding: 3rem 1rem 6rem;
  }
}
@media screen and (max-width: 600px) {
  .hotel-des {
    padding: 3rem 1rem 3rem;
  }
}
.hotel-des .dich-vu-apm-left-con-rt-item {
  width: 49%;
}
@media screen and (max-width: 600px) {
  .hotel-des .dich-vu-apm-left-con-rt-item {
    width: 100%;
  }
}
.hotel-des-text {
  color: #262626;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.16px;
  margin: 0 auto 2.4rem;
  max-width: 79.2rem;
}
.hotel-des-list {
  background-color: #F0E8DD;
  padding: 3.2rem 1rem;
  margin-bottom: 4.4rem;
}
.hotel-des .dich-vu-apm-left-con-rt-list {
  max-width: 60.5rem;
  margin: 0 auto;
}
.hotel-des .dich-vu-more {
  padding-top: 0;
  padding-bottom: 0;
}
.hotel-des .btn {
  margin: 4.4rem auto 0;
}

.hotel-des-2 {
  margin-left: 7.2rem;
  padding-bottom: 10rem;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .hotel-des-2 {
    margin-left: 0;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 1200px) {
  .hotel-des-2-content {
    flex-direction: column;
  }
}
.hotel-des-2-left {
  width: 41.6666666667%;
}
@media screen and (max-width: 1200px) {
  .hotel-des-2-left {
    width: 100%;
  }
}
.hotel-des-2-right {
  flex: 1;
}
@media screen and (max-width: 1200px) {
  .hotel-des-2-right {
    width: 100%;
  }
}
.hotel-des-2-right-img {
  padding-top: 79.6645702306%;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .hotel-des-2-right-img {
    padding-top: 70%;
  }
}
.hotel-des-2-right-img::before {
  content: "";
  top: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(164, 110, 41, 0.2);
  z-index: 1;
}
.hotel-des-2-right-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hotel-des-2-top {
  position: relative;
  margin-bottom: 4.8rem;
}
.hotel-des-2-top .swiper-pagination.pagi-custom-2 {
  column-gap: 3.4rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding: 4rem;
}
@media screen and (max-width: 1200px) {
  .hotel-des-2-top {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 2rem;
  }
}
.hotel-des-2-top-list {
  width: 100%;
}
.hotel-des-2-top .swiper {
  max-width: 37.2rem;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .hotel-des-2-top .swiper {
    max-width: none;
    width: 100%;
  }
}
.hotel-des-2-top .title-main {
  position: absolute;
  top: 45%;
  left: 45rem;
  max-width: 45rem;
  text-overflow: ellipsis;
  overflow: hidden;
  transform: translate(-50%, -50%) rotate(90deg);
  white-space: nowrap;
}
@media screen and (max-width: 1300px) {
  .hotel-des-2-top .title-main {
    left: 42rem;
  }
}
@media screen and (max-width: 1200px) {
  .hotel-des-2-top .title-main {
    position: static;
    text-align: center;
    max-width: none;
    transform: none;
    margin-bottom: 2rem;
  }
}
.hotel-des-2-top-item {
  max-width: 37.2rem;
}
@media screen and (max-width: 1200px) {
  .hotel-des-2-top-item {
    width: 100%;
    max-width: none;
  }
}
.hotel-des-2-top-item-img {
  padding-top: 135.2150537634%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .hotel-des-2-top-item-img {
    padding-top: 70%;
  }
}
.hotel-des-2-top-item-img::before {
  content: "";
  top: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(164, 110, 41, 0.2);
  z-index: 1;
}
.hotel-des-2-top-item-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.hotel-des-2-bottom-content {
  padding-right: 5rem;
  height: 15rem;
  overflow-y: auto;
  color: #262626;
  max-width: 57.6rem;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.16px;
}
@media screen and (max-width: 1200px) {
  .hotel-des-2-bottom-content {
    max-width: none;
    height: 100%;
    margin-bottom: 2rem;
    padding-right: 0;
  }
}

.hotel-des-3 {
  padding: 2rem 7.2rem 10rem;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .hotel-des-3 {
    padding: 2rem 2rem 6rem;
  }
}
@media screen and (max-width: 800px) {
  .hotel-des-3-list {
    flex-direction: column;
  }
}
@media screen and (max-width: 600px) {
  .hotel-des-3 {
    padding: 2rem 2rem 3rem;
  }
}
.hotel-des-3-list-img {
  margin-bottom: 5.6rem;
}
@media screen and (max-width: 800px) {
  .hotel-des-3-item-left {
    width: 100%;
  }
}
.hotel-des-3-item-left .swiper-pagination {
  padding-top: 2rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 800px) {
  .hotel-des-3-item-left .swiper-pagination {
    padding-top: 0;
  }
}
.hotel-des-3-item-img {
  padding-top: 60.2564102564%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 2rem;
}
.hotel-des-3-item-img::before {
  content: "";
  top: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(164, 110, 41, 0.2);
  z-index: 1;
}
.hotel-des-3-item-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.hotel-des-3-list-content {
  width: 100%;
  height: 100%;
  position: relative;
}
.hotel-des-3-list-content .btn {
  margin: 0 auto;
}
.hotel-des-3-list-content-box {
  max-width: 60.5rem;
  margin: 0 auto;
}
.hotel-des-3-list-content-text {
  color: rgba(164, 110, 41, 0.05);
  font-size: 22rem;
  position: absolute;
  bottom: 0;
  left: 0;
  letter-spacing: 1.1rem;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .hotel-des-3-list-content-text {
    display: none;
  }
}
.hotel-des-3-list-content-item {
  position: relative;
  z-index: 2;
}
.hotel-des-3-item-content {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 800px) {
  .hotel-des-3-item-right {
    width: 100%;
  }
}
.hotel-des-3-item-right .hotel-des-3-list-content-item {
  display: flex;
  flex-direction: column-reverse;
  padding-top: 10rem;
}
@media screen and (max-width: 800px) {
  .hotel-des-3-item-right .hotel-des-3-list-content-item {
    flex-direction: column;
    padding-top: 3rem;
  }
}
.hotel-des-3-item-right .hotel-des-3-list-content-box {
  margin-bottom: 5.4rem;
}
@media screen and (max-width: 800px) {
  .hotel-des-3-item-right .hotel-des-3-list-content-box {
    margin-bottom: 0;
  }
}
.hotel-des-3-item-right .swiper-pagination {
  margin-top: 4rem;
  margin-bottom: 0;
  position: relative;
  z-index: 10;
}
.hotel-des-3-item-right .hotel-des-3-list-content-text {
  top: 5%;
  left: -20%;
}
.hotel-des-3-title {
  text-align: start;
  color: #A46E29;
  font-size: 3.6rem;
  font-family: "Calibri";
  letter-spacing: 0.36px;
  text-transform: uppercase;
  margin-bottom: 3.4rem;
}
@media only screen and (max-width: 1200px) {
  .hotel-des-3-title {
    font-size: 3.1rem;
  }
}
@media only screen and (max-width: 800px) {
  .hotel-des-3-title {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 800px) {
  .hotel-des-3-title {
    text-align: center;
  }
}
.hotel-des-3 .dich-vu-apm-left-con-rt-list {
  max-width: none;
}

.sh-des-vslide {
  position: relative;
}
@media screen and (max-width: 600px) {
  .sh-des-vslide .swiper-pagination.pagi-custom-2 {
    column-gap: 1.4rem;
  }
}
.sh-des-vslide .dich-vu-btn .btn-dv.prev {
  top: 45%;
}
@media screen and (max-width: 600px) {
  .sh-des-vslide .dich-vu-btn .btn-dv.prev {
    top: 40%;
  }
}
.sh-des-vslide .dich-vu-btn .btn-dv.next {
  top: 45%;
}
@media screen and (max-width: 600px) {
  .sh-des-vslide .dich-vu-btn .btn-dv.next {
    top: 40%;
  }
}
.sh-des-vslide-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 66.6666666667%;
}
.sh-des-vslide-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.sh-des-vslide-img video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.sh-des-vcontent {
  padding-top: 2rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 1280px) {
  .sh-des-vcontent {
    padding-bottom: 0;
  }
}
.sh-des-vcontent-text {
  color: rgba(38, 38, 38, 0.8);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.16px;
  text-align: center;
}

.hotel-des-v {
  position: relative;
  background-color: #f0e8dd;
  padding-top: 5rem;
  padding-bottom: 0rem;
}
.hotel-des-v .title-main {
  margin-bottom: 5rem;
}
.hotel-des-v .sh-des-vcontent {
  padding-top: 5rem;
}
@media screen and (max-width: 1280px) {
  .hotel-des-v .sh-des-vcontent {
    padding-bottom: 5rem;
  }
}

.about-intro-box {
  padding: 3rem 7.2rem 0rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 800px) {
  .about-intro-box {
    padding: 2rem 4.2rem 0rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 400px) {
  .about-intro-box {
    padding: 2rem 4.2rem 0rem 5rem;
  }
}
@media screen and (max-width: 1200px) {
  .about-intro .recruitment-related-title-bf {
    font-size: 15rem;
  }
}
@media screen and (max-width: 900px) {
  .about-intro .recruitment-related-title-bf {
    margin-left: -6rem;
  }
}
@media screen and (max-width: 768px) {
  .about-intro .recruitment-related-title-bf {
    font-size: 10rem;
    margin-left: -16rem;
  }
}
@media screen and (max-width: 600px) {
  .about-intro .recruitment-related-title-bf {
    margin-left: -13rem;
  }
}
@media screen and (max-width: 460px) {
  .about-intro .recruitment-related-title-bf {
    margin-top: -3rem;
    margin-left: -18rem;
    font-size: 8rem;
  }
}
@media screen and (max-width: 400px) {
  .about-intro .recruitment-related-title-bf {
    margin-left: -15rem;
    font-size: 8rem;
  }
}
.about-intro-top {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.about-intro-bottom {
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 1200px) {
  .about-intro-bottom {
    margin-top: 12rem;
    justify-content: start;
    margin-left: -6rem;
  }
}
.about-intro .recruitment-related-title {
  margin-left: 20rem;
}
.about-intro .recruitment-related-title-at {
  top: 8rem;
  left: 25rem;
  font-weight: 300;
}
@media screen and (max-width: 1300px) {
  .about-intro .recruitment-related-title-at {
    left: 22rem;
  }
}
@media screen and (max-width: 1200px) {
  .about-intro .recruitment-related-title-at {
    left: 0rem;
  }
}
@media screen and (max-width: 900px) {
  .about-intro .recruitment-related-title-at {
    left: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .about-intro .recruitment-related-title-at {
    top: 6.5rem;
    left: 0rem;
  }
}
@media screen and (max-width: 600px) {
  .about-intro .recruitment-related-title-at {
    top: 5rem;
    left: 0rem;
  }
}
@media screen and (max-width: 460px) {
  .about-intro .recruitment-related-title-at {
    top: 2rem;
    left: -15rem;
  }
}
.about-intro-title {
  color: #A46E29;
  font-size: 13.2rem;
  font-weight: 300;
  letter-spacing: 5.28px;
  margin-top: -6rem;
}
@media screen and (max-width: 1200px) {
  .about-intro-title {
    font-size: 8rem;
    margin-top: -6rem;
  }
}
@media screen and (max-width: 800px) {
  .about-intro-title {
    margin-top: -6rem;
    font-size: 6rem;
    margin-left: 8rem;
  }
}
@media screen and (max-width: 600px) {
  .about-intro-title {
    margin-top: -6rem;
    font-size: 4rem;
  }
}
@media screen and (max-width: 460px) {
  .about-intro-title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 400px) {
  .about-intro-title {
    white-space: nowrap;
  }
}
@media screen and (max-width: 380px) {
  .about-intro-title {
    white-space: nowrap;
    font-size: 2rem;
  }
}
.about-intro-title-mo {
  color: rgba(164, 110, 41, 0.2);
  font-size: 8.4rem;
  white-space: nowrap;
  letter-spacing: 0.84px;
  margin-top: -5rem;
}
@media screen and (max-width: 1200px) {
  .about-intro-title-mo {
    margin-bottom: -10rem;
  }
}
@media screen and (max-width: 900px) {
  .about-intro-title-mo {
    margin-left: -8rem;
  }
}
@media screen and (max-width: 768px) {
  .about-intro-title-mo {
    margin-left: -20rem;
    margin-bottom: -9rem;
  }
}
@media screen and (max-width: 600px) {
  .about-intro-title-mo {
    margin-left: -30rem;
    margin-bottom: -9rem;
  }
}
@media screen and (max-width: 460px) {
  .about-intro-title-mo {
    font-size: 7rem;
    margin-left: -32rem;
    margin-bottom: -7rem;
  }
}
@media screen and (max-width: 330px) {
  .about-intro-title-mo {
    font-size: 6rem;
    margin-left: -31rem;
    margin-bottom: -7rem;
  }
}
.about-intro .dich-vu-more {
  padding-top: 0;
}
@media screen and (max-width: 1200px) {
  .about-intro .dich-vu-more {
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 600px) {
  .about-intro .dich-vu-more {
    padding-bottom: 3rem;
  }
}

.about-overview {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #D0AC7E;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .about-overview {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.about-overview-title {
  color: #F8F5F0;
  font-size: 4.2rem;
  line-height: 1.4;
  letter-spacing: 0.42px;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 1200px) {
  .about-overview-title {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .about-overview-title {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 1200px) {
  .about-overview-title {
    text-align: center;
  }
}
@media screen and (max-width: 400px) {
  .about-overview-title {
    font-size: 2rem;
  }
}
.about-overview .news-outstanding-title {
  justify-content: start;
  color: #F8F5F0;
  font-size: 10rem;
  margin-bottom: 4.4rem;
}
@media screen and (max-width: 1400px) {
  .about-overview .news-outstanding-title {
    margin-left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .about-overview .news-outstanding-title {
    font-size: 6rem;
    justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .about-overview .news-outstanding-title {
    font-size: 4rem;
    justify-content: center;
  }
}
@media screen and (max-width: 460px) {
  .about-overview .news-outstanding-title {
    font-size: 3rem;
    justify-content: center;
  }
}
@media screen and (max-width: 360px) {
  .about-overview .news-outstanding-title {
    font-size: 2.7rem;
    justify-content: center;
  }
}
.about-overview .news-outstanding-title-icon img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(19%) hue-rotate(134deg) brightness(105%) contrast(106%);
}
.about-overview-content {
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .about-overview-content {
    flex-direction: column-reverse;
  }
}
@media (min-width: 1201px) {
  .about-overview .btn-pro-ab:hover {
    background: #F8F5F0;
  }
  .about-overview .btn-pro-ab:hover i {
    color: #A46E29;
  }
}
.about-overview .btn-pro-ab i {
  color: #F8F5F0;
}
.about-overview-left {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .about-overview-left {
    width: 100%;
  }
}
.about-overview-left ::-webkit-scrollbar-thumb {
  background: #FAEFB2;
}
.about-overview-left-item-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 1200px) {
  .about-overview-left-item-box {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 460px) {
  .about-overview-left-item-box {
    flex-direction: column-reverse;
  }
}
.about-overview-left-title {
  color: #F8F5F0;
  line-height: 1.4;
  font-size: 4rem;
  font-weight: 500;
}
@media only screen and (max-width: 1200px) {
  .about-overview-left-title {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .about-overview-left-title {
    font-size: 2.7rem;
  }
}
.about-overview-left-note {
  color: #FAEFB2;
  line-height: 1.4;
  font-size: 2.4rem;
  font-family: "Calibri";
  font-weight: 700;
  margin-bottom: 4.4rem;
}
@media only screen and (max-width: 1200px) {
  .about-overview-left-note {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .about-overview-left-note {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1200px) {
  .about-overview-left-note {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 460px) {
  .about-overview-left-note {
    text-align: center;
  }
}
.about-overview-left-list-con {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  height: 25rem;
  overflow-y: auto;
  padding-right: 2.4rem;
}
@media screen and (max-width: 1200px) {
  .about-overview-left-list-con {
    height: 100%;
    padding-right: 0;
  }
}
.about-overview-left-item-con {
  color: #F8F5F0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.32px;
}
.about-overview-left-item-con strong {
  font-weight: 700;
}
@media screen and (max-width: 460px) {
  .about-overview-left-item-con {
    text-align: center;
  }
}
.about-overview-right {
  flex: 1;
}
@media screen and (max-width: 1200px) {
  .about-overview-right {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.about-overview-right-list {
  margin-right: calc((100vw - 120rem) / -2);
}
@media screen and (max-width: 1200px) {
  .about-overview-right-list {
    margin-right: 0rem;
  }
}
.about-overview-right-item-img {
  padding-top: 64.9752475248%;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.about-overview-right-item-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.about-message {
  padding-top: 10rem;
  padding-bottom: 10rem;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .about-message {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 600px) {
  .about-message {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 800px) {
  .about-message-content {
    flex-direction: column;
  }
}
.about-message-left {
  width: 58.3333333333%;
}
@media screen and (max-width: 800px) {
  .about-message-left {
    width: 100%;
  }
}
.about-message-left-tt-1 {
  width: 35rem;
  height: 35rem;
  background-color: #ebe0d1;
  border-radius: 50%;
  position: absolute;
  left: 25%;
  bottom: 0%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1200px) {
  .about-message-left-tt-1 {
    bottom: -12rem;
  }
}
@media screen and (max-width: 600px) {
  .about-message-left-tt-1 {
    left: 50%;
    bottom: -15rem;
    width: 40rem;
    height: 40rem;
  }
}
@media screen and (max-width: 500px) {
  .about-message-left-tt-1 {
    left: 50%;
    width: 35rem;
    height: 35rem;
  }
}
@media screen and (max-width: 460px) {
  .about-message-left-tt-1 {
    left: 50%;
    bottom: -15rem;
  }
}
@media screen and (max-width: 400px) {
  .about-message-left-tt-1 {
    width: 30rem;
    height: 30rem;
    left: 50%;
    bottom: -10rem;
  }
}
@media screen and (max-width: 360px) {
  .about-message-left-tt-1 {
    width: 25rem;
    height: 25rem;
    bottom: -8rem;
  }
}
.about-message-left-tt-2 {
  width: 50rem;
  height: 50rem;
  background-color: rgba(235, 224, 209, 0.4);
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .about-message-left-tt-2 {
    display: none;
  }
}
.about-message-left-content {
  max-width: 70.6rem;
  position: relative;
}
@media screen and (max-width: 800px) {
  .about-message-left-content {
    max-width: 60rem;
    margin: 0 auto 5rem;
  }
}
@media screen and (max-width: 460px) {
  .about-message-left-content {
    margin: 0 auto 3rem;
  }
}
.about-message-left-img {
  padding-top: 90.7932011331%;
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.about-message-left-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.about-message-box {
  margin-top: -15rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 600px) {
  .about-message-box {
    margin-top: -8rem;
  }
}
.about-message-title {
  color: #A46E29;
  font-size: 10rem;
  font-family: "Calibri";
  text-align: center;
  margin-bottom: 0.4rem;
  position: relative;
  z-index: 2;
  line-height: 1.2;
}
@media screen and (max-width: 1200px) {
  .about-message-title {
    font-size: 6rem;
  }
}
@media screen and (max-width: 600px) {
  .about-message-title {
    font-size: 4rem;
  }
}
.about-message-note {
  color: #262626;
  font-size: 4.2rem;
  letter-spacing: 0.42px;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .about-message-note {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .about-message-note {
    font-size: 2.7rem;
  }
}
.about-message-right {
  flex: 1;
  width: 100%;
}
.about-message-right-list {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  height: 42rem;
  overflow-y: auto;
  margin-bottom: 5rem;
}
@media screen and (max-width: 800px) {
  .about-message-right-list {
    height: 100%;
  }
}
.about-message-right-item {
  color: #262626;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.32px;
}
.about-message-right-box {
  display: flex;
  justify-content: flex-end;
}
.about-message-right-ky {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.8rem;
  max-width: 15.5rem;
  margin-left: 0;
}
.about-message-right-img {
  max-width: 13.5rem;
}
.about-message-right-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-message-right-name {
  color: #262626;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.16px;
}

.about-culture {
  padding-top: 8rem;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .about-culture {
    padding-top: 4rem;
  }
}
.about-culture .about-message-box {
  margin-bottom: 4rem;
}
@media screen and (max-width: 1200px) {
  .about-culture .about-message-box {
    margin-bottom: 2rem;
  }
}
.about-culture-line {
  width: 100%;
  height: 0.1rem;
  background: rgba(164, 110, 41, 0.2);
  position: relative;
  margin-bottom: 8rem;
}
@media screen and (max-width: 1200px) {
  .about-culture-line {
    display: none;
  }
}
.about-culture-line::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 55%;
  width: 1.2rem;
  height: 1.2rem;
  background: linear-gradient(138deg, #a46e29 0%, #f7e47f 100%);
  transform: translate(-50%, -50%) rotate(45deg);
}
.about-culture-content {
  align-items: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1200px) {
  .about-culture-content {
    flex-direction: column;
  }
}
.about-culture-right {
  padding-left: 10rem;
  width: 75%;
}
@media screen and (max-width: 1200px) {
  .about-culture-right {
    width: 100%;
    padding-left: 1.2rem;
  }
}
.about-culture-right-wrap {
  overflow: hidden;
  margin-right: calc((100vw - 120rem) / -2);
}
@media screen and (max-width: 1200px) {
  .about-culture-right-wrap {
    margin-right: 0;
  }
}
.about-culture-right .swiper {
  width: 70%;
  overflow: visible;
  margin-left: 0;
}
@media screen and (max-width: 1200px) {
  .about-culture-right .swiper {
    width: 100%;
  }
}
.about-culture-right-title {
  color: #F8F5F0;
  font-size: 3.2rem;
  font-family: "Calibri";
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.64px;
  bottom: 3rem;
  left: 10%;
  position: absolute;
  z-index: 5;
  opacity: 0;
  width: 100%;
  max-width: 45rem;
  transform: translate(-50%, 0) scale(0);
  transition: all 0.5s linear;
}
@media only screen and (max-width: 1200px) {
  .about-culture-right-title {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .about-culture-right-title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1200px) {
  .about-culture-right-title {
    max-width: 50rem;
  }
}
@media screen and (max-width: 460px) {
  .about-culture-right-title {
    bottom: 1rem;
    font-size: 1.8rem;
  }
}
.about-culture-right .swiper-slide {
  width: 65%;
}
@media screen and (max-width: 600px) {
  .about-culture-right .swiper-slide {
    width: 100%;
  }
}
.about-culture-right .swiper-slide-active .about-culture-right-item::before {
  opacity: 1;
}
.about-culture-right .swiper-slide-active .about-culture-right-item .about-culture-right-title {
  opacity: 1;
  transform: translate(0%, 0) scale(1);
}
.about-culture-right-item {
  position: relative;
}
.about-culture-right-item-img {
  padding-top: 66.6666666667%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.about-culture-right-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 1s linear;
  background: linear-gradient(180deg, rgba(164, 109, 41, 0) 47.64%, rgba(164, 109, 41, 0.8) 100%);
}
.about-culture-right-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-culture-left {
  width: 25%;
}
@media screen and (max-width: 1200px) {
  .about-culture-left {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.about-culture-left .product-about-navi {
  width: 100%;
  justify-content: flex-end;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1200px) {
  .about-culture-left .product-about-navi {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .about-culture-left .product-about-navi {
    justify-content: center;
  }
}
.about-culture-left-text {
  color: #262626;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .about-culture-left-text {
    text-align: center;
  }
}
.about-culture-left-box {
  display: flex;
  flex-direction: column;
  row-gap: 2.4rem;
  height: 40rem;
  overflow-y: auto;
}
@media screen and (max-width: 1200px) {
  .about-culture-left-box {
    height: 100%;
  }
}
.about-culture-left-box-icon {
  width: 0.8rem;
  height: 0.8rem;
  background-color: #A46E29;
  transform: rotate(45deg);
  margin-left: 0.5rem;
}
.about-culture-left-box-title {
  color: #A46E29;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
  display: flex;
  align-items: center;
  column-gap: 1.2rem;
}
@media only screen and (max-width: 1200px) {
  .about-culture-left-box-title {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .about-culture-left-box-title {
    font-size: 1.5rem;
  }
}
.about-culture-left-box-text {
  color: #262626;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.32px;
}
.about-culture .about-message-box {
  margin-top: 0;
}
.about-culture-video {
  margin-top: 8rem;
}
@media screen and (max-width: 1200px) {
  .about-culture-video {
    margin-top: 4rem;
  }
}
.about-culture .contact-slide-item {
  padding: 0;
  width: 100%;
  height: 28.9351851852vw;
  position: relative;
}
@media screen and (max-width: 800px) {
  .about-culture .contact-slide-item {
    height: 50vw;
  }
}
@media screen and (max-width: 460px) {
  .about-culture .contact-slide-item {
    height: 100vw;
  }
}
.about-culture .contact-slide-item-img {
  padding-top: 28.9351851852%;
}
.about-culture .sh-des-play {
  left: unset;
  right: 15%;
}
@media screen and (max-width: 800px) {
  .about-culture .sh-des-play {
    left: 50%;
    right: unset;
  }
}
.about-culture .contact-slide-item-text:first-child {
  color: rgba(164, 110, 41, 0.15);
}
@media screen and (max-width: 800px) {
  .about-culture .contact-slide-item-text:first-child {
    font-size: 6rem;
  }
}
@media screen and (max-width: 460px) {
  .about-culture .contact-slide-item-text:first-child {
    font-size: 4rem;
  }
}
.about-culture .contact-slide-item-text:last-child {
  color: rgba(164, 110, 41, 0.4);
}
@media screen and (max-width: 800px) {
  .about-culture .contact-slide-item-text:last-child {
    font-size: 5rem;
  }
}
@media screen and (max-width: 460px) {
  .about-culture .contact-slide-item-text:last-child {
    font-size: 3rem;
  }
}

.about-diagram {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #F0E8DD;
}
@media screen and (max-width: 600px) {
  .about-diagram {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.about-diagram-img {
  max-width: 138.3rem;
  width: 100%;
  margin: 0 auto;
}
.about-diagram-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-list {
  padding: 0 3.6rem;
}
@media screen and (max-width: 1200px) {
  .about-list {
    padding: 0rem;
  }
}
.about-list-item {
  position: relative;
  top: 0rem;
  overflow: hidden;
  display: flex;
  border-radius: 0 0 1.6rem 1.6rem;
  height: 7.5rem;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: -0.5rem;
  transition: all 0.8s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .about-list-item {
    flex-direction: column-reverse;
    height: 100%;
    border-radius: 0;
  }
}
.about-list-item.actived {
  height: 70rem;
}
.about-list-item.actived .about-list-item-left {
  padding-top: 10rem;
}
.about-list-item.actived .about-list-item-left-top {
  display: block;
}
@media screen and (max-width: 1200px) {
  .about-list-item.actived {
    height: 100%;
  }
}
.about-list-item-list {
  padding-bottom: 1rem;
  height: 38rem;
  padding-right: 1rem;
  overflow-y: auto;
}
.about-list-item-list ::-webkit-scrollbar-track {
  background: #E6D6C3;
  border-radius: 0.1rem;
}
@media screen and (max-width: 1200px) {
  .about-list-item-list {
    height: 100%;
  }
}
.about-list-item-item {
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid rgba(164, 109, 41, 0.3);
}
.about-list-item-item.show .about-list-item-parent-title {
  color: #262626;
}
.about-list-item-item.show .about-list-item-parent-title::before {
  background-color: #262626;
}
.about-list-item-item.show .about-list-item-parent-ic {
  opacity: 0;
}
.about-list-item:first-child .about-list-item-parent {
  padding-top: 0;
}
.about-list-item-parent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 1rem;
  cursor: pointer;
}
.about-list-item-parent-title {
  color: #A46E29;
  line-height: 1.4;
  font-size: 1.8rem;
  font-weight: 500;
  margin-left: 3rem;
  position: relative;
  transition: all 0.5s linear;
}
@media only screen and (max-width: 1200px) {
  .about-list-item-parent-title {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .about-list-item-parent-title {
    font-size: 1.5rem;
  }
}
.about-list-item-parent-title::before {
  content: " ";
  position: absolute;
  top: 46%;
  left: -2rem;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 0.8rem;
  height: 0.8rem;
  background-color: #A46E29;
  transition: all 0.5s linear;
}
.about-list-item-parent-ic {
  width: 1.6rem;
  height: 1.6rem;
  flex-shrink: 0;
  opacity: 1;
  transition: all 0.5s linear;
}
.about-list-item-parent-ic img {
  width: 100%;
  height: 100%;
}
.about-list-item-child {
  padding-top: 2rem;
  height: 10rem;
  overflow-y: auto;
  display: none;
}
@media screen and (max-width: 1200px) {
  .about-list-item-child {
    height: 100%;
  }
}
.about-list-item-child-text {
  color: #262626;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.32px;
  margin-bottom: 2rem;
  padding-right: 2.4rem;
}
.about-list-item-child-text:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .about-list-item-child-text {
    padding-right: 0;
  }
}
.about-list-item:nth-child(2) .about-list-item-left {
  background: rgba(164, 110, 41, 0.1);
}
.about-list-item:nth-child(3) .about-list-item-left {
  background: rgba(164, 110, 41, 0.3);
}
.about-list-item:nth-child(3) .about-list-item-text-box {
  height: 30rem;
}
@media screen and (max-width: 1200px) {
  .about-list-item:nth-child(3) .about-list-item-text-box {
    height: 100%;
  }
}
.about-list-item:last-child .about-list-item-left {
  background: rgba(164, 110, 41, 0.4);
}
.about-list-item-title {
  color: #A46E29;
  line-height: 1.5;
  font-size: 6.4rem;
  font-family: "Calibri";
  margin-bottom: 4rem;
  max-width: 45rem;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .about-list-item-title {
    font-size: 3.9rem;
  }
}
@media only screen and (max-width: 800px) {
  .about-list-item-title {
    font-size: 2.9rem;
  }
}
@media screen and (max-width: 1200px) {
  .about-list-item-title {
    margin-bottom: 2rem;
    max-width: none;
  }
}
@media screen and (max-width: 600px) {
  .about-list-item-title {
    text-align: center;
  }
}
.about-list-item-text {
  color: #262626;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.32px;
  margin-bottom: 2rem;
}
.about-list-item-text:last-child {
  margin-bottom: 0;
}
.about-list-item-text strong {
  font-weight: 700;
}
.about-list-item-text-box {
  height: 40rem;
  padding-right: 1rem;
  overflow-y: auto;
}
@media screen and (max-width: 1200px) {
  .about-list-item-text-box {
    padding-right: 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 600px) {
  .about-list-item-text {
    text-align: center;
  }
}
.about-list-item-left {
  width: 41.6666666667%;
  height: 100%;
  padding: 0rem 10rem 0 10rem;
  background-color: #F0E8DD;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1460px) {
  .about-list-item-left {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 1200px) {
  .about-list-item-left {
    width: 100%;
    padding: 4rem;
  }
}
@media screen and (max-width: 460px) {
  .about-list-item-left {
    padding: 4rem 2rem;
  }
}
.about-list-item-left-top {
  display: none;
}
@media screen and (max-width: 1200px) {
  .about-list-item-left-top {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .about-list-item-left-top {
    animation: anHienTop 1s ease-in-out;
  }
  @keyframes anHienTop {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}
.about-list-item-left-bottom {
  padding: 2rem 0;
  border-top: 0.1rem solid rgba(38, 38, 38, 0.1);
  display: flex;
  align-items: center;
  column-gap: 6rem;
}
@media screen and (max-width: 1200px) {
  .about-list-item-left-bottom {
    display: none;
  }
}
.about-list-item-left-bottom-number {
  color: #262626;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 400;
}
@media only screen and (max-width: 1200px) {
  .about-list-item-left-bottom-number {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .about-list-item-left-bottom-number {
    font-size: 1.7rem;
  }
}
.about-list-item-left-bottom-text {
  color: #262626;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 400;
}
@media only screen and (max-width: 1200px) {
  .about-list-item-left-bottom-text {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .about-list-item-left-bottom-text {
    font-size: 1.5rem;
  }
}
.about-list-item-right {
  flex: 1;
  width: 100%;
}
.about-list-item-right-img {
  width: 100%;
  height: 100%;
}
.about-list-item-right-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-list-item-heart {
  max-width: 29.6rem;
  position: relative;
  margin: 2.4rem auto 0;
  height: 100%;
}
@media screen and (max-width: 400px) {
  .about-list-item-heart {
    max-width: 24rem;
  }
}
.about-list-item-heart-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about-list-item-heart-img img {
  width: 100%;
  height: 100%;
}
.about-list-item-heart-content {
  padding-top: 10rem;
  padding-bottom: 10rem;
  margin: 0 auto;
  max-width: 13.6rem;
  padding-right: 0.5rem;
  position: relative;
  z-index: 5;
}
.about-list-item-heart-content-item {
  color: #A46E29;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.2px;
  height: 10rem;
  overflow-y: auto;
  display: none;
  padding-right: 0.2rem;
  animation: anHien 0.5s linear;
}
.about-list-item-heart-content-item::-webkit-scrollbar {
  width: 0.3rem !important;
}
.about-list-item-heart-content-item.show {
  display: block;
}
@keyframes anHien {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.about-list-item-heart-item {
  max-width: 5.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.2rem;
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 5;
}
@media screen and (max-width: 400px) {
  .about-list-item-heart-item {
    max-width: 4rem;
  }
}
.about-list-item-heart-item.actived .about-list-item-heart-item-title {
  border: 0.1rem solid #A46E29;
}
.about-list-item-heart-item-title {
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  background-color: #e1c8a9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #A46E29;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  border: 0.1rem solid #e1c8a9;
  transition: all 0.5s linear;
}
@media only screen and (max-width: 1200px) {
  .about-list-item-heart-item-title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .about-list-item-heart-item-title {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1200px) {
  .about-list-item-heart-item-title {
    width: 4rem;
    height: 4rem;
  }
}
.about-list-item-heart-item-text {
  color: #A46E29;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.28px;
}
@media screen and (max-width: 500px) {
  .about-list-item-heart-item-text {
    font-size: 1rem;
  }
}
.about-list-item-heart-item:first-child {
  top: 20%;
  left: 50%;
}
.about-list-item-heart-item:nth-child(2) {
  top: 30%;
  right: -6%;
}
@media screen and (max-width: 500px) {
  .about-list-item-heart-item:nth-child(2) {
    right: -18%;
  }
}
@media screen and (max-width: 400px) {
  .about-list-item-heart-item:nth-child(2) {
    right: -15%;
  }
}
.about-list-item-heart-item:nth-child(3) {
  top: 79%;
  right: 19%;
}
@media screen and (max-width: 500px) {
  .about-list-item-heart-item:nth-child(3) {
    right: 10%;
  }
}
@media screen and (max-width: 400px) {
  .about-list-item-heart-item:nth-child(3) {
    right: 12%;
  }
}
.about-list-item-heart-item:nth-child(4) {
  top: 79%;
  left: 29%;
}
.about-list-item-heart-item:last-child {
  top: 30%;
  left: 8%;
}
@media screen and (max-width: 500px) {
  .about-list-item-heart-item:last-child {
    left: 1%;
  }
}

.about-partners .brand-logo-title {
  margin-bottom: 0.4rem;
  font-size: 10rem;
}
@media screen and (max-width: 1200px) {
  .about-partners .brand-logo-title {
    font-size: 6rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 800px) {
  .about-partners .brand-logo-title {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .about-partners .brand-logo-title {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
.about-partners .brand-logo-title-note {
  color: #262626;
  font-size: 4.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.42px;
  margin-bottom: 6.4rem;
}
@media only screen and (max-width: 1200px) {
  .about-partners .brand-logo-title-note {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .about-partners .brand-logo-title-note {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 1200px) {
  .about-partners .brand-logo-title-note {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 600px) {
  .about-partners .brand-logo-title-note {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.about-partners .brand-logo-note {
  color: #A46E29;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.2;
}
@media only screen and (max-width: 1200px) {
  .about-partners .brand-logo-note {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .about-partners .brand-logo-note {
    font-size: 2.2rem;
  }
}

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

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