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

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

@keyframes fadeInRight {
  0% {
    transform: translateX(50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  0% {
    transform: translateX(-50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    transform: translateY(50%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes widthLine {
  to {
    width: 7rem;
    @media (max-width: 1200px) {
      width: 4rem;
    }
  }
}
@-webkit-keyframes widthLine {
  to {
    width: 7rem;
    @media (max-width: 1200px) {
      width: 4rem;
    }
  }
}
@keyframes widthLine12 {
  to {
    width: 4rem;
  }
}
@-webkit-keyframes widthLine12 {
  to {
    width: 4rem;
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.effectShine {
  position: relative;
  overflow: hidden;
}
.effectShine::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
@media (min-width: 1201px) {
  .effectShine:hover::before {
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s;
  }
}

@keyframes Bop {
  0%, 100% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(1.3);
  }
}
@-webkit-keyframes Bop {
  0%, 100% {
    -webkit-transform: scaleY(1);
  }
  50% {
    -webkit-transform: scaleY(1.3);
  }
}
@media (min-width: 1201px) {
  .aniBop:hover {
    animation: Bop 0.4s;
    -webkit-animation: Bop 0.4s;
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.marqueeAni {
  animation: marquee 20s linear infinite;
  -webkit-animation: marquee 20s linear infinite;
}
.marqueeAni.marqueeAni-reverse {
  animation-direction: reverse;
}

@-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(-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);
  }
}
.phoneRing {
  -webkit-animation: phoneRing 1s infinite ease-in-out;
  -moz-animation: phoneRing 1s infinite ease-in-out;
  -ms-animation: phoneRing 1s infinite ease-in-out;
  -o-animation: phoneRing 1s infinite ease-in-out;
  animation: phoneRing 1s infinite ease-in-out;
}

@keyframes tuaLong {
  0% {
    height: 28%;
  }
  50% {
    height: 26%;
  }
  100% {
    height: 24%;
  }
}
@keyframes tuaShort {
  0% {
    height: 28%;
  }
  50% {
    height: 24%;
  }
  100% {
    height: 26%;
  }
  30% {
    height: 22%;
  }
  40% {
    height: 20%;
  }
  50% {
    height: 18%;
  }
  60% {
    height: 16%;
  }
  70% {
    height: 14%;
  }
  80% {
    height: 12%;
  }
  90% {
    height: 10%;
  }
  100% {
    height: 8%;
  }
}
@keyframes Bop2 {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
@-webkit-keyframes Bop2 {
  0%, 100% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
}
@keyframes Bling {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes jelly {
  0%, 100% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(0.9, 1.1);
  }
  50% {
    transform: scale(1.1, 0.9);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
}
@media (min-width: 1201px) {
  .btn-jelly:hover {
    animation: jelly 1s;
  }
}

.mona-content strong,
.mona-content b {
  font-weight: bold;
}
.mona-content em,
.mona-content i {
  font-style: italic;
}
.mona-content h1,
.mona-content h2,
.mona-content h3,
.mona-content h4,
.mona-content h5,
.mona-content h6 {
  line-height: 1.3;
  margin-bottom: 0.5em;
  margin-top: 0.6em;
}
.mona-content h1 {
  font-size: 1.7em;
}
.mona-content h2 {
  font-size: 1.6em;
}
.mona-content h3 {
  font-size: 1.25em;
}
.mona-content h4 {
  font-size: 1.125em;
}
.mona-content h5 {
  font-size: 1em;
}
.mona-content h6 {
  font-size: 0.85em;
}
.mona-content p {
  margin: 1em 0;
}
.mona-content ul,
.mona-content ol {
  margin: 1em 0;
  list-style-position: inside;
}
.mona-content ul ul,
.mona-content ul ol,
.mona-content ol ul,
.mona-content ol ol {
  margin-left: 1em;
}
.mona-content ul {
  list-style-type: disc;
}
.mona-content ol {
  list-style-type: decimal;
}
.mona-content ul ul,
.mona-content ol ul {
  list-style-type: circle;
}
.mona-content ol ol,
.mona-content ul ol {
  list-style-type: lower-latin;
}
.mona-content img,
.mona-content iframe {
  max-width: 100% !important;
  height: auto;
}
.mona-content blockquote {
  background: rgba(245, 134, 53, 0.07);
  border-left: 1rem solid #F58635;
  margin: 1em 0;
  padding: 2.4rem 4rem;
  padding-left: 3rem;
  quotes: "“" "”" "‘" "’";
  color: #004084;
}
.mona-content blockquote p {
  display: inline;
}
.mona-content blockquote a {
  color: #F58635;
  transition: 0.3s;
  text-decoration: underline;
  margin-left: 2rem;
}
@media (min-width: 1201px) {
  .mona-content blockquote a:hover {
    color: #004084;
  }
  .mona-content blockquote a:hover span, .mona-content blockquote a:hover .hl-sec {
    color: #004084;
  }
  .mona-content blockquote a:hover span, .mona-content blockquote a:hover .hl-pri {
    color: #F58635;
  }
}
.mona-content table {
  border-collapse: collapse;
  max-width: 100%;
  margin: 1em 0;
  border: 1px solid #e1e1e1;
}
.mona-content table th,
.mona-content table td {
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 5px 10px;
  vertical-align: middle;
}
.mona-content .mona-youtube-wrap {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}
.mona-content .mona-youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mona-content .mona-table-wrap {
  overflow: auto;
}
.mona-content ul {
  list-style: none;
}
.mona-content ul li {
  line-height: 1.7;
  margin-bottom: 0.8rem;
  margin-left: 1rem;
  padding-left: 3rem;
  position: relative;
}
.mona-content ul li::before {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 0;
  width: 0.4rem;
  height: 0.4rem;
  border: 0.3rem solid #F58635;
  border-radius: 1rem;
}
.mona-content p a {
  color: #004084;
  transition: 0.3s;
}
@media (min-width: 1201px) {
  .mona-content p a:hover {
    color: #F58635;
  }
  .mona-content p a:hover span {
    color: #004084;
  }
}

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

.row-6 {
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .row-6 {
    width: 80%;
  }
}
@media screen and (max-width: 500px) {
  .row-6 {
    width: 100%;
  }
}

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

.col-1 {
  width: 8.3333333333%;
}

.col-2 {
  width: 16.6666666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.3333333333%;
}

.col-5 {
  width: 41.6666666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.3333333333%;
}

.col-8 {
  width: 66.6666666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.3333333333%;
}

.col-11 {
  width: 91.6666666667%;
}

.col-12 {
  width: 100%;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
}
@media (min-width: 2000px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 8px;
  }
}
@media (max-width: 1480px) {
  html {
    font-size: 7px;
  }
}
@media (max-width: 1200px) {
  html {
    font-size: 10px;
  }
}

body {
  font-family: "Inter", "sans-serif";
  font-size: 1.6rem;
  color: #413E3E;
  line-height: 1.5;
  overflow: hidden auto;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

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

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

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

.sec-header {
  width: 100%;
  max-width: 78rem;
  margin: 0 auto;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1200px) {
  .sec-header {
    max-width: 100%;
    margin-bottom: 2.4rem;
  }
}

.sec-tt {
  font-size: 3.6rem;
  font-weight: 800;
  transition: 0.3s;
  overflow: hidden;
  color: #413E3E;
}
@media only screen and (max-width: 1200px) {
  .sec-tt {
    font-size: 3.1rem;
  }
}
@media only screen and (max-width: 800px) {
  .sec-tt {
    font-size: 2.6rem;
  }
}
@media (max-width: 1200px) {
  .sec-tt {
    font-size: 2.4rem;
  }
}
@media (max-width: 500px) {
  .sec-tt {
    font-size: 2rem;
  }
}
.sec-tt.sec-subtt {
  font-size: 8rem;
  color: #E50A19;
}
@media only screen and (max-width: 1200px) {
  .sec-tt.sec-subtt {
    font-size: 6rem;
  }
}
@media only screen and (max-width: 800px) {
  .sec-tt.sec-subtt {
    font-size: 4rem;
  }
}

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

.sec-desc {
  color: #413E3E;
  margin-top: 1.6rem;
  overflow: hidden;
}
.sec-desc p {
  margin-bottom: 0.8rem;
}
.sec-desc p:last-child {
  margin-bottom: 0;
}

.btn {
  padding: 1.2rem 3rem;
  border-radius: 0.4rem;
  width: max-content;
  background: #830009;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 1.6rem;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  transition: 0.5s;
  cursor: pointer;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .btn {
    padding: 1.2rem 1.6rem;
  }
}
@media (min-width: 1201px) {
  .btn[type=submit]:hover {
    background-color: #E50A19;
  }
  .btn[type=submit]:hover::after {
    transform: scale(1);
    transform-origin: center left;
  }
}
.btn img {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 1rem;
}
.btn.btn-white {
  border: 1px solid #E50A19;
  background-color: #fff;
  padding: 1.2rem 2.2rem;
  color: #E50A19;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .btn.btn-white {
    padding: 1.2rem 1.6rem;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1201px) {
  .btn.btn-white:hover {
    background-color: #E50A19;
    color: #fff;
  }
}

.ani-arrow {
  cursor: pointer;
  position: relative;
  transition: 0.3s;
  pointer-events: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  color: #F58635;
  margin-top: 3.2rem;
  padding-right: 6.4rem;
  font-weight: 600;
  max-width: max-content;
}
.ani-arrow::before, .ani-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  transition: 0.6s cubic-bezier(0.61, 0.22, 0.23, 1);
  -webkit-transition: 0.6s cubic-bezier(0.61, 0.22, 0.23, 1);
  width: 4.4rem;
  height: 2.5rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
@media (min-width: 1201px) {
  .ani-arrow:hover::after {
    transform: translate(50%, -50%) scale(0);
    -webkit-transform: translate(50%, -50%) scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .ani-arrow:hover::before {
    opacity: 1;
    visibility: visible;
    transform: translate(0%, -50%) scale(1);
    -webkit-transform: translate(0%, -50%) scale(1);
    -o-transform: translate(0%, -50%) scale(1);
    transition: 0.6s cubic-bezier(0.61, 0.22, 0.23, 1);
    -webkit-transition: 0.6s cubic-bezier(0.61, 0.22, 0.23, 1);
    -o-transition: 0.6s cubic-bezier(0.61, 0.22, 0.23, 1);
  }
}
.ani-arrow::before {
  background: url("../assets/images/arrow-ani.png") no-repeat;
  background-size: contain;
  background-size: 2rem 1.2rem;
  background-position: center;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%) scale(0);
  -webkit-transform: translate(-50%, -50%) scale(0);
}
.ani-arrow::after {
  background: url("../assets/images/arrow-ani.png") no-repeat;
  background-size: contain;
  background-size: 2rem 1.2rem;
  background-position: center;
}
.ani-arrow.read-more {
  padding-right: 3rem;
}
.ani-arrow.read-more::before, .ani-arrow.read-more::after {
  width: 2rem;
  height: 1.2rem;
}
.ani-arrow.read-more::after {
  background-size: 2rem 1.2rem;
}
.ani-arrow.read-white {
  transition: 0.6s;
  color: #fff;
  margin-top: 0;
  padding-right: 3rem;
}
.ani-arrow.read-white.ani-arrow::before, .ani-arrow.read-white.ani-arrow::after {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

@media screen and (min-width: 1201px) {
  .img-hv:hover img {
    transform: translate(-50%, -50%) scale(1.1);
  }
}

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

.row-ctn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: stretch;
  -webkit-align-items: stretch;
  width: calc(100% + 3rem);
  margin-left: -1.5rem;
}
@media (max-width: 1200px) {
  .row-ctn {
    width: calc(100% + 1.5rem);
    margin-left: -0.75rem;
  }
}

strong {
  font-weight: 700;
}

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

.dot {
  margin: 2.4rem 0;
  padding-left: 4.2rem;
  position: relative;
}
.dot::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 1.1rem;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  border: 0.3rem solid #F58635;
}

.hl-pri {
  color: #E50A19;
  transition: 0.3s;
}

.hl-sec {
  color: #F58635;
  transition: 0.3s;
}

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

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

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

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

.hover-item .name {
  transition: 0.3s;
}
.hover-item .img {
  overflow: hidden;
}
.hover-item .img img {
  transition: 0.5s ease;
}
.hover-item span {
  display: block;
}
@media screen and (min-width: 1201px) {
  .hover-item:hover .name {
    color: #F58635;
  }
  .hover-item:hover .img img {
    transform: scale(1.05);
  }
}

.wow {
  animation-duration: 1s;
}

.scrollbar-cus {
  overflow: hidden auto;
  /* width */
  /* Track */
  /* Handle */
}
@media screen and (min-width: 1201px) {
  .scrollbar-cus {
    padding-right: 0.8rem;
  }
}
.scrollbar-cus::-webkit-scrollbar {
  width: 0.3rem;
}
.scrollbar-cus::-webkit-scrollbar-track {
  background: #1A5492;
}
.scrollbar-cus::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 0;
}
.scrollbar-cus.scrollbar-cus-sec {
  /* Track */
  /* Handle */
}
.scrollbar-cus.scrollbar-cus-sec::-webkit-scrollbar-track {
  background: #F1F1F1;
}
.scrollbar-cus.scrollbar-cus-sec::-webkit-scrollbar-thumb {
  background: #F58635;
  border-radius: 0;
}

.swiper-controls {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 10rem);
  pointer-events: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
@media (max-width: 1200px) {
  .swiper-controls {
    display: none;
  }
}
.swiper-controls.f-end {
  width: 100%;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.swiper-controls.f-star {
  width: 100%;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.swiper-navi {
  width: 7.5rem;
  height: 7.5rem;
  border: 1.5px solid #444444;
  border-radius: 50%;
  background-color: #9A6969;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
  pointer-events: auto;
}
@media (max-width: 1200px) {
  .swiper-navi {
    width: 4.2rem;
    height: 4.2rem;
  }
}
.swiper-navi::before, .swiper-navi::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.6s cubic-bezier(0.61, 0.22, 0.23, 1);
  -webkit-transition: 0.6s cubic-bezier(0.61, 0.22, 0.23, 1);
  width: 2.4rem;
  height: 2.4rem;
}
@media (min-width: 1201px) {
  .swiper-navi.prev:hover::after {
    transform: translate(-150%, -50%) scale(0);
    -webkit-transform: translate(-150%, -50%) scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .swiper-navi.prev:hover::before {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transition: 0.6s cubic-bezier(0.61, 0.22, 0.23, 1);
    -webkit-transition: 0.6s cubic-bezier(0.61, 0.22, 0.23, 1);
    -o-transition: 0.6s cubic-bezier(0.61, 0.22, 0.23, 1);
  }
}
.swiper-navi.prev::before {
  background: url("../assets/images/swiper-arrow-left.png") no-repeat;
  background-size: contain;
  opacity: 0;
  visibility: hidden;
  transform: translate(0%, -50%) scale(0);
  -webkit-transform: translate(0%, -50%) scale(0);
  -o-transform: translate(0%, -50%) scale(0);
}
.swiper-navi.prev::after {
  background: url("../assets/images/swiper-arrow-left.png") no-repeat;
  background-size: contain;
}
.swiper-navi.next {
  margin-left: 1.6rem;
}
@media (min-width: 1201px) {
  .swiper-navi.next:hover::after {
    transform: translate(50%, -50%) scale(0);
    -webkit-transform: translate(50%, -50%) scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .swiper-navi.next:hover::before {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transition: 0.6s cubic-bezier(0.61, 0.22, 0.23, 1);
    -webkit-transition: 0.6s cubic-bezier(0.61, 0.22, 0.23, 1);
    -o-transition: 0.6s cubic-bezier(0.61, 0.22, 0.23, 1);
  }
}
.swiper-navi.next::before {
  background: url("../assets/images/swiper-arrow-right.png");
  background-size: contain;
  opacity: 0;
  visibility: hidden;
  transform: translate(-100%, -50%) scale(0);
  -webkit-transform: translate(-100%, -50%) scale(0);
}
.swiper-navi.next::after {
  background: url("../assets/images/swiper-arrow-right.png");
  background-size: contain;
}
.swiper-navi.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.4;
}

.swiper-container {
  overflow: hidden;
}

.swiper-pagination-bullet {
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  opacity: 1;
  transition: 0.3s;
}
@media screen and (min-width: 1201px) {
  .swiper-pagination-bullet:hover {
    background-color: #E50A19;
  }
}
@media screen and (max-width: 768px) {
  .swiper-pagination-bullet {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 0.8rem !important;
  }
}

.swiper-pagination-bullet-active {
  border: 0.3rem solid #FFFFFF;
  background-color: transparent;
}
@media screen and (min-width: 1201px) {
  .swiper-pagination-bullet-active:hover {
    background-color: transparent;
  }
}

.swiper-pagination,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 2.6rem;
}
@media screen and (max-width: 768px) {
  .swiper-pagination,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 1rem;
  }
}

.swiper-pagination.pagin-red.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}
.swiper-pagination.pagin-red .swiper-pagination-bullet {
  background-color: #E50A19;
}
.swiper-pagination.pagin-red .swiper-pagination-bullet-active {
  border-color: #E50A19;
  background-color: transparent;
}

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

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

.pagination {
  margin-top: 6.4rem;
}
.pagination-list {
  align-items: center;
  -webkit-align-items: center;
}
@media screen and (max-width: 1200px) {
  .pagination-list.f-end {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.pagination-item {
  letter-spacing: 0.025em;
}
.pagination-item .page-numbers {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(68, 68, 68, 0.15);
  background-color: transparent;
  border-radius: 0.5rem;
  transition: 0.3s;
  line-height: 1;
  margin: 0.4rem 0.8rem;
  font-weight: 600;
  color: #fff;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .pagination-item .page-numbers {
    width: 3.2rem;
    height: 3.2rem;
  }
}
@media (min-width: 1201px) {
  .pagination-item .page-numbers:hover {
    color: #fff;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.2);
  }
}
.pagination-item .page-numbers.current {
  pointer-events: none;
  color: #fff;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.2);
}
.pagination-item .page-numbers.none {
  pointer-events: none;
}
.pagination-item .page-prev, .pagination-item .page-next {
  display: block;
  width: 4rem;
  height: 4rem;
  position: relative;
  margin: 0.4rem 0.8rem;
  border: 1px solid transparent;
  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;
}
@media (max-width: 768px) {
  .pagination-item .page-prev, .pagination-item .page-next {
    width: 7rem;
    height: 3.2rem;
    padding: 0.4rem 0.8rem;
    padding-top: 0.6rem;
    text-align: center !important;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    font-size: 1.5rem;
    max-width: max-content;
    min-width: 3.2rem;
  }
}
.pagination-item .page-prev::before, .pagination-item .page-prev::after, .pagination-item .page-next::before, .pagination-item .page-next::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.4rem;
  height: 1rem;
  background-size: contain;
  transition: 0.6s cubic-bezier(0.61, 0.22, 0.23, 1);
  -webkit-transition: 0.6s cubic-bezier(0.61, 0.22, 0.23, 1);
  -o-transition: 0.6s cubic-bezier(0.61, 0.22, 0.23, 1);
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.pagination-item .page-prev:hover, .pagination-item .page-next:hover {
  border-color: rgba(255, 255, 255, 0.3);
}
.pagination-item .page-prev {
  text-align: right;
}
.pagination-item .page-prev::before {
  right: unset;
  background: url("../assets/images/arrow-ani-left.png");
  background-size: contain;
  opacity: 0;
  visibility: hidden;
  transform: translate(50%, -50%) scale(0);
  -webkit-transform: translate(50%, -50%) scale(0);
  -o-transform: translate(50%, -50%) scale(0);
}
.pagination-item .page-prev::after {
  right: unset;
  background: url("../assets/images/arrow-ani-left.png");
  background-size: contain;
}
.pagination-item .page-prev:hover::before {
  opacity: 1;
  visibility: visible;
  transform: translate(0%, -50%) scale(1);
  -webkit-transform: translate(0%, -50%) scale(1);
  -o-transform: translate(0%, -50%) scale(1);
  transition: 0.6s cubic-bezier(0.61, 0.22, 0.23, 1);
  -webkit-transition: 0.6s cubic-bezier(0.61, 0.22, 0.23, 1);
  -o-transition: 0.6s cubic-bezier(0.61, 0.22, 0.23, 1);
}
.pagination-item .page-prev:hover::after {
  transform: translate(-50%, -50%) scale(0);
  -webkit-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  visibility: hidden;
}
.pagination-item .page-next::before {
  background: url("../assets/images/arrow-ani.png") no-repeat;
  background-size: contain;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%) scale(0);
  -webkit-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
}
.pagination-item .page-next::after {
  background: url("../assets/images/arrow-ani.png") no-repeat;
  background-size: contain;
}
.pagination-item .page-next:hover::before {
  opacity: 1;
  visibility: visible;
  transform: translate(0%, -50%) scale(1);
  -webkit-transform: translate(0%, -50%) scale(1);
  -o-transform: translate(0%, -50%) scale(1);
  transition: 0.6s cubic-bezier(0.61, 0.22, 0.23, 1);
  -webkit-transition: 0.6s cubic-bezier(0.61, 0.22, 0.23, 1);
  -o-transition: 0.6s cubic-bezier(0.61, 0.22, 0.23, 1);
}
.pagination-item .page-next:hover::after {
  transform: translate(50%, -50%) scale(0);
  -webkit-transform: translate(50%, -50%) scale(0);
  -o-transform: translate(50%, -50%) scale(0);
  opacity: 0;
  visibility: hidden;
}

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

.popup {
  position: fixed;
  z-index: 1000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -80%);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: 0.5s ease-in-out;
}
.popup.active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transform: translate(-50%, -50%);
}
.popup-wrap {
  background-color: #fff;
  position: relative;
  padding: 6rem 5rem;
  width: 61.5rem;
  max-width: 90vw;
  border-radius: 0.4rem;
}
.popup-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 6rem;
  height: 6rem;
  background-color: #E50A19;
  border-bottom-left-radius: 100%;
}
@media screen and (max-width: 768px) {
  .popup-wrap {
    padding: 2.4rem;
  }
}
.popup-close {
  position: absolute;
  z-index: 2;
  top: 0rem;
  right: 0;
  width: 4.8rem;
  height: 4.8rem;
  padding: 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;
  cursor: pointer;
  transition: 0.3s;
}
.popup-close img {
  border-radius: 50%;
}
@media screen and (min-width: 1201px) {
  .popup-close:hover img {
    box-shadow: 0 0 1rem #000;
  }
}
.popup-img {
  width: 50%;
  margin: 0 auto;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .popup-img {
    margin-bottom: 0.8rem;
  }
}
.popup .hl-hv {
  font-weight: 700;
  transition: 0.3s;
}
@media screen and (min-width: 1201px) {
  .popup .hl-hv:hover {
    color: #F58635;
  }
}

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

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

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

.social-fixed {
  position: fixed;
  z-index: 100;
  top: 50%;
  right: 0rem;
  transform: translateY(-50%);
  transition: 0.3s linear;
  opacity: 0;
}
.social-fixed.active {
  opacity: 1;
  right: 2.8rem;
}
@media (max-width: 1500px) {
  .social-fixed.active {
    right: 1.5rem;
  }
}
@media (max-width: 1200px) {
  .social-fixed {
    display: none;
  }
}
.social-fixed-item {
  margin-top: 2.4rem;
}
.social-fixed-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;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #E50A19;
}

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

@keyframes GOTOP3 {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-100%);
  }
}
.form-cus .f-r {
  margin-bottom: 2.8rem;
}
@media (max-width: 400px) {
  .form-cus .f-r {
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 400px) {
  .form-cus .f-c {
    width: 100%;
    margin-bottom: 2.4rem;
  }
  .form-cus .f-c:last-child {
    margin-bottom: 0;
  }
}
.form-cus .f-l {
  display: block;
  margin-bottom: 1.4rem;
}
@media (max-width: 400px) {
  .form-cus .f-l {
    margin-bottom: 0.8rem;
  }
}
.form-cus .f-i {
  width: 100%;
  background-color: #fff;
  border-radius: 0.4rem;
  min-height: 4.8rem;
  padding: 1.2rem 1.5rem;
  border: 1px solid transparent;
}
.form-cus .f-i:focus {
  border-color: #E50A19;
}
.form-cus .f-btn {
  margin-top: 4.2rem;
}
.form-cus .f-btn .btn {
  background-color: #E50A19;
  line-height: 1.5;
}
@media screen and (min-width: 1201px) {
  .form-cus .f-btn .btn:hover {
    background-color: #830009;
  }
}

.select2-container--default .select2-selection--single {
  background-color: transparent;
}

.select2-container--default .select2-selection--single {
  height: auto;
  border: unset;
  border-radius: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0.8rem 0;
  padding-top: 2rem;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.2;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 40%;
}

.select2-results__option {
  font-size: 1.4rem;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #ACB8C6;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder::after {
  content: "*";
  color: #E50A19;
  margin-left: 0.3rem;
}

:root {
  --heightHeader: 9rem;
}

.hd {
  position: sticky;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 10rem;
  color: #fff;
  background-color: #E50A19;
  transition: 0.3s;
}
@media (max-width: 1780px) {
  .hd {
    padding: 0 5rem;
  }
}
@media screen and (max-width: 1200px) {
  .hd {
    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;
    min-height: 5.7rem;
    padding: 0;
    background-color: #E50A19;
  }
  .hd .hd-logo {
    width: 20rem;
  }
}
.hd.small .hd-logo {
  width: 25rem;
}
.hd.small .hd-menu .menu-item a {
  color: #fff;
  padding: 2.4rem 4rem;
}
@media screen and (min-width: 1201px) {
  .hd.small .hd-menu .menu-item a:hover {
    color: #E50A19;
  }
}
@media (max-width: 1200px) {
  .hd.small .hd-menu .menu-item a {
    color: #413E3E;
    padding: 1rem 1.5rem;
  }
}
.hd.small .hd-menu .menu-item.dropdown > .subBtn {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
@media (max-width: 1200px) {
  .hd.small .hd-menu .menu-item.dropdown > .subBtn {
    filter: unset;
    -webkit-filter: unset;
  }
}
.hd-ctn {
  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;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .hd-ctn {
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
}
.hd-logo {
  width: 37.5rem;
  transition: 0.3s;
}
@media (max-width: 1780px) {
  .hd-logo {
    width: 28rem;
  }
}
.hd-logo 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;
}
@media (max-width: 450px) {
  .hd-social {
    width: calc(25% + 1rem);
  }
}
@media (max-width: 1200px) {
  .hd-social .social-item {
    margin-left: 1.4rem;
  }
  .hd-social .social-item a {
    width: 2.2rem;
    height: 2.2rem;
  }
  .hd-social .social-item a img {
    padding: 0.2rem;
  }
}
.hd-menu {
  flex: 1;
}
@media (max-width: 1200px) {
  .hd-menu {
    position: fixed;
    z-index: 5;
    top: 0;
    right: 0;
    height: calc(var(--vh, 1vh) * 100);
    width: 100%;
    max-width: 30rem;
    background-color: #fff;
    transform: translateX(100%);
    transition: 0.6s ease-in-out;
    overflow: hidden auto;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
  }
}
@media screen and (max-width: 1200px) and (max-width: 450px) {
  .hd-menu {
    width: 80vw;
    max-width: 100vw;
  }
}
@media (max-width: 1200px) {
  .hd-menu.active {
    transform: translateX(0);
  }
}
@media (max-width: 1200px) {
  .hd-menu.d-flex.f-center {
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}
.hd-menu-logo {
  width: 100%;
  padding: 0.5rem;
  display: none;
  position: sticky;
  top: 0;
  z-index: 5;
  background-color: #E50A19;
}
@media (max-width: 1200px) {
  .hd-menu-logo {
    display: block;
    height: 5.7rem;
    flex-shrink: 0;
    padding: 0.5rem 4.2rem;
  }
}
.hd-menu-logo .songtra-logo {
  display: block;
  height: 100%;
}
.hd-menu-logo .songtra-logo img {
  object-fit: contain;
}
.hd-menu-logo .corp-name {
  color: #fff;
}
.hd-menu-logo .menu-close {
  position: absolute;
  z-index: 5;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  width: 3.2rem;
  height: 3.2rem;
}
.hd-menu-logo .menu-close-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.hd-menu-logo .menu-close-wrap span {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 70%;
  height: 1px;
  background-color: #fff;
}
.hd-menu-logo .menu-close-wrap span:nth-child(1) {
  width: 25%;
  transform-origin: right;
  transform: rotate(35deg);
}
.hd-menu-logo .menu-close-wrap span:nth-child(2) {
  width: 25%;
  transform-origin: right;
  transform: rotate(-35deg);
}
.hd-menu-info {
  color: #000;
  padding: 1.5rem;
  display: none;
}
@media (max-width: 1200px) {
  .hd-menu-info {
    display: block;
    width: 100%;
  }
}
.hd-menu-info .title {
  margin-bottom: 1.5rem;
}
.hd-menu-info .d-flex {
  margin-bottom: 1.5rem;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.hd-menu-info .d-flex:last-child {
  margin-bottom: 0;
}
.hd-menu-info .d-flex.title {
  text-transform: uppercase;
}
.hd-menu-info .d-flex .icon {
  width: 3.6rem;
  flex-shrink: 0;
  margin-right: 1.2rem;
  padding-top: 0.2rem;
}
.hd-menu-info .d-flex .fw-bold {
  white-space: nowrap;
  font-weight: 700;
}
.hd-menu-info-item {
  margin-bottom: 2.4rem;
  padding-top: 2.4rem;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.hd-menu-info-item:last-child {
  margin-bottom: 0;
}
.hd-menu-info-item .songtra-logo {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-bottom: 1.2rem;
}
@media (max-width: 1200px) {
  .hd-menu .menu {
    width: 100%;
    padding: 1rem 0;
  }
}
.hd-menu .menu-list {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
@media (max-width: 1200px) {
  .hd-menu .menu-list {
    width: 100%;
    margin-left: 0;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}
@media (max-width: 1200px) {
  .hd-menu .menu-item {
    width: 100%;
  }
}
.hd-menu .menu-item.current-menu-item a {
  font-weight: 700;
}
.hd-menu .menu-item a {
  display: block;
  padding: 4rem;
  transition: 0.3s;
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}
.hd-menu .menu-item a.current {
  background-color: #fff !important;
  color: #E50A19 !important;
}
@media (max-width: 1780px) {
  .hd-menu .menu-item a {
    padding: 3.2rem;
  }
}
@media (min-width: 1201px) {
  .hd-menu .menu-item a:hover {
    background-color: #fff;
    color: #E50A19;
  }
}
@media (max-width: 1200px) {
  .hd-menu .menu-item a {
    color: #413E3E;
    padding: 1rem 1.5rem;
  }
}
.hd-menu .menu-item.dropdown {
  position: relative;
}
@media (min-width: 1201px) {
  .hd-menu .menu-item.dropdown:hover > .submenu {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translate(1.5rem, 0);
  }
}
.hd-menu .menu-item.dropdown a {
  padding-right: 3rem;
}
.hd-menu .menu-item.dropdown .subBtn {
  position: absolute;
  right: 1.2rem;
  top: 1.4rem;
  width: 0.5rem;
  transform: rotate(90deg);
  height: auto;
}
@media (max-width: 1200px) {
  .hd-menu .menu-item.dropdown .subBtn {
    width: 3.4rem;
    height: 3.9rem;
    padding: 1.3rem;
    top: 0;
    right: 0;
    transition: 0.3s;
  }
  .hd-menu .menu-item.dropdown .subBtn.active {
    transform: rotate(-90deg);
  }
}
.hd-menu .menu-item.dropdown .submenu {
  position: absolute;
  top: 100%;
  left: 0%;
  transform: translate(1.5rem, 1rem);
  min-width: 25rem;
  max-width: 30rem;
  background: #fff;
  box-shadow: 0px 12px 24px rgba(0, 67, 101, 0.08);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: 0.3s;
}
@media (max-width: 1200px) {
  .hd-menu .menu-item.dropdown .submenu {
    display: none;
    width: calc(100% - 1.5rem);
    min-width: calc(100% - 1.5rem);
    transition: unset;
    position: relative;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: unset;
    box-shadow: unset;
    margin-left: 1.5rem;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
  }
}
@media (min-width: 1201px) {
  .hd-menu .menu-item.dropdown .submenu-item:hover > a {
    color: #F58635;
    padding-left: 3.2rem;
  }
  .hd-menu .menu-item.dropdown .submenu-item:hover > a::before {
    width: 1.2rem;
  }
  .hd-menu .menu-item.dropdown .submenu-item:hover > .submenu {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translate(0, 0) !important;
  }
}
.hd-menu .menu-item.dropdown .submenu-item.dropdown > a {
  padding-right: 3rem;
}
.hd-menu .menu-item.dropdown .submenu-item a {
  font-size: 1.4rem;
  padding: 1.2rem 1.5rem;
  text-transform: capitalize;
  color: #000;
  position: relative;
}
@media (max-width: 1200px) {
  .hd-menu .menu-item.dropdown .submenu-item a {
    padding: 1rem 1.5rem;
  }
}
.hd-menu .menu-item.dropdown .submenu-item a::after {
  content: "";
  position: absolute;
  left: 1.6rem;
  bottom: 0;
  width: calc(100% - 3.2rem);
  height: 1px;
  background: rgba(0, 0, 0, 0.12);
}
@media (max-width: 1200px) {
  .hd-menu .menu-item.dropdown .submenu-item a::after {
    display: none;
  }
}
.hd-menu .menu-item.dropdown .submenu-item a::before {
  content: "";
  position: absolute;
  left: 1.6rem;
  top: 2rem;
  width: 0;
  height: 1px;
  background: #F58635;
  transition: 0.3s;
}
.hd-menu .menu-item.dropdown .submenu-item:last-child > a::after {
  content: none;
}
.hd-menu .menu-item.dropdown .submenu-item .subBtn {
  top: 1.7rem;
  right: 2rem;
}
@media (max-width: 1200px) {
  .hd-menu .menu-item.dropdown .submenu-item .subBtn {
    top: 0;
    right: 0;
  }
}
.hd-menu .menu-item.dropdown .submenu-item.dropdown {
  position: relative;
}
.hd-menu .menu-item.dropdown .submenu-item.dropdown .submenu {
  position: absolute;
  top: 0%;
  left: 100%;
  transform: translate(0, 1rem);
}
@media (max-width: 1200px) {
  .hd-menu .menu-item.dropdown .submenu-item.dropdown .submenu {
    display: none;
    position: relative;
    transform: unset;
    left: 0;
  }
}
.hd-search {
  position: relative;
  margin-right: 0.8rem;
  margin-left: 3.2rem;
}
@media (max-width: 1200px) {
  .hd-search {
    display: none;
  }
}
.hd-search.hd-search-mb {
  display: none;
  width: 100%;
  margin-right: 0;
}
@media (max-width: 1200px) {
  .hd-search.hd-search-mb {
    display: block;
    margin-left: 0;
  }
}
.hd-search.hd-search-mb .hd-search-form input:not([type=submit]) {
  width: calc(100% - 4.2rem);
  min-height: 4.2rem;
}
.hd-search.hd-search-mb .hd-search-form input[type=submit] {
  min-height: 4.2rem;
  width: 4.2rem;
}
.hd-search-form input:not([type=submit]) {
  padding: 0.8rem;
  width: 30rem;
  height: 3.6rem;
  background: rgba(68, 68, 68, 0.1);
  font-size: 1.4rem;
  color: #000;
  border-radius: 0;
}
@media screen and (max-width: 1200px) {
  .hd-search-form input:not([type=submit]) {
    padding: 0.8rem 1.5rem;
  }
}
.hd-search-form input[type=submit] {
  background: url("../assets/images/icon-search.png") no-repeat;
  background-position: center;
  background-size: 2rem 2rem;
  cursor: pointer;
  padding: 0.8rem;
  width: 3.6rem;
  height: 3.6rem;
  transition: 0.3s;
  background-color: rgba(68, 68, 68, 0.1);
  border-radius: 0;
}
@media (min-width: 1201px) {
  .hd-search-form input[type=submit]:hover {
    background-color: #c1c1c1;
  }
}
.hd-controls {
  flex: 1;
  margin-left: 5.2rem;
}
@media screen and (max-width: 1200px) {
  .hd-controls {
    max-width: calc(30% - 0.2rem);
    padding-right: 2.4rem;
  }
  .hd-controls .btn img {
    margin-right: 0;
  }
}
.hd-controls-item {
  width: 2rem;
  height: 2rem;
  margin-left: 1rem;
  cursor: pointer;
  position: relative;
}
@media (max-width: 1200px) {
  .hd-controls-item {
    width: 2.4rem;
    height: 2.4rem;
    margin-left: 1.4rem;
  }
  .hd-controls-item:nth-child(1) {
    margin-left: 0;
  }
}
@media (min-width: 1201px) {
  .hd-controls-item:hover .icon img:nth-child(1) {
    transform: translate(-50%, -150%);
  }
  .hd-controls-item:hover .icon img:nth-child(2) {
    transform: translate(-50%, -50%);
  }
}
.hd-controls-item .icon {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: relative;
  overflow: hidden;
}
.hd-controls-item .icon img {
  display: inline-block;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.hd-controls-item .icon img:nth-child(2) {
  transform: translate(-50%, 50%);
}
.hd-controls-item .hd-cart-num {
  position: absolute;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  top: -0.5rem;
  right: -0.5rem;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background-color: #413E3E;
  font-size: 1rem;
  color: #fff;
}
.hd-bar {
  width: 3.2rem;
  height: 3.2rem;
  margin-left: 1.6rem;
  position: relative;
  display: none;
}
@media (max-width: 1200px) {
  .hd-bar {
    display: block;
  }
}
.hd-bar span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.hd-bar span:nth-child(1) {
  width: 80%;
  top: 30%;
}
.hd-bar span:nth-child(3) {
  width: 80%;
  top: 71%;
}
.hd-contact {
  margin-left: 5rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
@media (max-width: 1450px) {
  .hd-contact {
    margin-left: 4.2rem;
  }
}
@media screen and (max-width: 1200px) {
  .hd-contact {
    margin-left: 0;
  }
  .hd-contact .btn {
    width: 3.2rem;
    height: 3.2rem;
    padding: 0;
    background-color: transparent;
  }
  .hd-contact .txt {
    display: none;
  }
}
.hd-contact .far {
  display: none;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 300;
}
@media screen and (max-width: 1200px) {
  .hd-contact .far {
    display: block;
  }
}

.hd-top {
  align-items: center;
  -webkit-align-items: center;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 1200px) {
  .hd-top {
    margin-bottom: 0;
  }
}

.hot-line-item {
  align-items: center;
  -webkit-align-items: center;
}
@media (min-width: 1201px) {
  .hot-line-item:hover .txt {
    color: #E50A19;
  }
}
.hot-line .icon {
  width: 1.6rem;
  height: 1.6rem;
}
@media screen and (max-width: 1200px) {
  .hot-line .icon {
    width: 2.8rem;
    height: 2.8rem;
  }
}
.hot-line .txt {
  transition: 0.3s;
  margin-left: 1rem;
}
@media screen and (max-width: 1200px) {
  .hot-line .txt {
    display: none;
  }
}

.hd-cart {
  margin-left: 2.6rem;
  position: relative;
}
.hd-cart .icon {
  display: block;
  width: 2rem;
  height: 2rem;
}
@media screen and (max-width: 1200px) {
  .hd-cart .icon {
    width: 2.8rem;
    height: 2.8rem;
  }
}
.hd-cart-qty {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
  min-width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background-color: #F58635;
  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: 0.8rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .hd-cart-qty {
    height: 1.6rem;
    min-width: 1.6rem;
    font-size: 1rem;
  }
}

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

.bg-page-out {
  z-index: 102;
}

.accept-item {
  width: 33.3333333333%;
}
.accept-item img {
  object-fit: contain;
}

.social-list {
  margin-bottom: -1.6rem;
}

.social-item {
  margin-right: 1.6rem;
  margin-bottom: 1.6rem;
  transition: 0.3s ease;
}
@media screen and (min-width: 1201px) {
  .social-item:hover {
    transform: translateY(-0.5rem);
  }
}
.social-item a {
  width: 3.2rem;
  height: 3.2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.social-item a img {
  object-fit: contain;
}

.hot-line {
  margin-bottom: 2.4rem;
  margin-top: 1.5rem;
}
.hot-line-call {
  display: block;
  transition: 0.3s;
  margin-left: 0.4rem;
}
@media screen and (min-width: 1201px) {
  .hot-line-call:hover {
    color: #F58635;
  }
}
.hot-line-note {
  padding: 0.8rem 0;
  padding-left: 3rem;
  position: relative;
  margin-bottom: 0 !important;
}
.hot-line-note::before {
  content: "";
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 0.7rem;
  height: 0.7rem;
  border: 3px solid #FEBF00;
  border-radius: 1.5rem;
}

.business-license {
  padding: 0.4rem 0;
}
.business-license-item.dmca {
  width: 7.3rem;
}
.business-license-item img {
  object-fit: contain;
}

.banner {
  position: relative;
  overflow: hidden;
}
.banner-slide {
  position: relative;
}
.banner .swiper-slide {
  height: auto;
}

.imgSplit > img {
  height: 100% !important;
}
.imgSplit .img-item {
  position: absolute;
  z-index: 3;
  top: 0;
  width: 16.6666666667%;
  height: 100%;
  left: 0;
  overflow: hidden;
}
.imgSplit .img-item img {
  width: 100vw;
  max-width: 100vw !important;
  height: 100% !important;
  transition-delay: 0s;
  transition-duration: 1.5s;
  object-fit: cover;
}
.imgSplit .img-item:nth-child(3) {
  left: calc(16.6666666667% + 0.1px);
}
.imgSplit .img-item:nth-child(4) {
  left: calc(33.3333333333% + 0.1px);
}
.imgSplit .img-item:nth-child(5) {
  left: calc(50% + 0.1px);
}
.imgSplit .img-item:nth-child(6) {
  left: calc(66.6666666667% + 0.1px);
}
.imgSplit .img-item:nth-child(7) {
  left: calc(83.3333333333% + 0.1px);
}

.swiper-slide .img-item img {
  transition-delay: 1.5s;
  transition-duration: 0;
}

.swiper-slide-active.imgSplit .img-item:nth-child(3) img {
  transform: translateX(-16.6666666667%);
}
.swiper-slide-active.imgSplit .img-item:nth-child(4) img {
  transform: translateX(-33.3333333333%);
}
.swiper-slide-active.imgSplit .img-item:nth-child(5) img {
  transform: translateX(-50%);
}
.swiper-slide-active.imgSplit .img-item:nth-child(6) img {
  transform: translateX(-66.6666666667%);
}
.swiper-slide-active.imgSplit .img-item:nth-child(7) img {
  transform: translateX(-83.3333333333%);
}
.swiper-slide-active .img-item img {
  transition-delay: 0s;
  transition-duration: 1.5s;
}

.program {
  position: relative;
  padding-bottom: 20rem;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .program {
    padding-bottom: 5.6rem;
  }
}
.program-bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 61rem;
}
@media (max-width: 1200px) {
  .program-bg {
    width: 45rem;
    height: 45rem;
  }
}
@media (max-width: 900px) {
  .program-bg {
    width: 30rem;
    height: 30rem;
  }
}
@media (max-width: 600px) {
  .program-bg {
    top: 5.6rem;
    width: 22rem;
    height: 22rem;
  }
}
@media (max-width: 500px) {
  .program-bg {
    width: 14rem;
    height: 14rem;
  }
}
@media (max-width: 400px) {
  .program-bg {
    width: 14rem;
    height: 14rem;
  }
}
.program-bg img {
  object-fit: fill;
}
@media (max-width: 1200px) {
  .program-content {
    width: 50%;
  }
}
@media (max-width: 900px) {
  .program-content {
    width: 60%;
  }
}
@media (max-width: 768px) {
  .program-content {
    width: 100%;
  }
  .program-content .sec-header {
    width: 50%;
    margin-left: 0;
  }
  .program-content .sec-desc {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .program-content .sec-header {
    width: 60%;
    margin-left: 0;
  }
  .program-content .sec-desc {
    width: 100%;
  }
}
.program-list {
  margin-top: 3rem;
}
.program-item {
  margin-bottom: 1.6rem;
}
.program-item:last-child {
  margin-bottom: 0;
}
.program-item .icon {
  flex-shrink: 0;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 1rem;
  margin-top: 0.18rem;
}
.program-item .icon img {
  object-fit: contain;
}
.program-item .name {
  flex: 1;
}
.program .sec-desc {
  max-width: 64rem;
}

.gift {
  position: relative;
}
.gift-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 72rem;
  height: 90%;
}
@media (max-width: 1200px) {
  .gift-bg {
    opacity: 0.4;
    width: 100%;
  }
}
.gift-tt {
  font-size: 3.6rem;
  font-weight: 800;
  color: #E50A19;
  position: relative;
  width: max-content;
  padding-top: 2.2rem;
  padding-bottom: 6.4rem;
  padding-left: 10rem;
  padding-right: 8rem;
}
@media only screen and (max-width: 1200px) {
  .gift-tt {
    font-size: 3.1rem;
  }
}
@media only screen and (max-width: 800px) {
  .gift-tt {
    font-size: 2.6rem;
  }
}
@media (max-width: 768px) {
  .gift-tt {
    font-size: 2rem;
    padding-top: 1.4rem;
    padding-bottom: 4rem;
    padding-left: 6rem;
    padding-right: 4rem;
  }
}
@media (max-width: 600px) {
  .gift-tt {
    margin: 0 auto;
    margin-bottom: 2.4rem;
  }
}
.gift-tt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../assets/images/gift-tt-bg.png") no-repeat;
  background-size: 100% 100%;
}
.gift-tt .txt {
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  .gift-col {
    width: 60%;
  }
}
@media (max-width: 600px) {
  .gift-col {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .gift-col-left {
    width: 40%;
  }
}
@media (max-width: 768px) and (max-width: 600px) {
  .gift-col-left {
    width: 100%;
    margin-bottom: 3.2rem;
  }
}
.gift-percent {
  width: 30rem;
  height: 30rem;
  border-radius: 2.4rem;
  background-color: #E50A19;
  color: #fff;
  position: relative;
  top: 3rem;
  overflow: hidden;
  transform: rotate(45deg);
  transform-origin: bottom;
}
@media (max-width: 1200px) {
  .gift-percent {
    width: 25rem;
    height: 25rem;
  }
}
@media (max-width: 768px) {
  .gift-percent {
    width: 15rem;
    height: 15rem;
    top: 0;
    border-radius: 1.2rem;
  }
}
@media (max-width: 600px) {
  .gift-percent {
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    transform-origin: center;
  }
}
.gift-percent::before {
  content: "";
  position: absolute;
  top: 1.6rem;
  left: 1.6rem;
  width: calc(100% - 3.8rem);
  height: calc(100% - 3.8rem);
  border-radius: 2.4rem;
  border: 0.4rem dashed #fff;
}
@media (max-width: 768px) {
  .gift-percent::before {
    top: 0.8rem;
    left: 0.8rem;
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
    border-radius: 1.2rem;
    border-width: 0.2rem;
  }
}
.gift-percent-pin {
  position: absolute;
  top: -1.2rem;
  left: 0.5rem;
  width: 4.8rem;
  height: 8.5rem;
  transform: rotate(-45deg);
}
@media (max-width: 768px) {
  .gift-percent-pin {
    width: 3rem;
    height: 6rem;
    left: 0.25rem;
  }
}
.gift-percent-pin-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(344.69deg, #E3A030 3.68%, #D7742D 112.11%);
  border-radius: 10rem;
}
.gift-percent-pin-wrap span {
  position: absolute;
  bottom: 1rem;
  left: 0.8rem;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background-color: #fff;
}
@media (max-width: 768px) {
  .gift-percent-pin-wrap span {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.gift-percent-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) rotate(-45deg);
  text-align: center;
  font-weight: 800;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .gift-percent-txt {
    top: 60%;
    transform: translate(-30%, -50%) rotate(-45deg);
  }
}
.gift-percent-txt .txt {
  font-size: 2.4rem;
}
@media only screen and (max-width: 1200px) {
  .gift-percent-txt .txt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .gift-percent-txt .txt {
    font-size: 1.7rem;
  }
}
@media (max-width: 768px) {
  .gift-percent-txt .txt {
    font-size: 1.4rem;
  }
}
.gift-percent-txt .num {
  font-size: 10rem;
}
@media only screen and (max-width: 1200px) {
  .gift-percent-txt .num {
    font-size: 7.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .gift-percent-txt .num {
    font-size: 6.6rem;
  }
}
@media (max-width: 768px) {
  .gift-percent-txt .num {
    font-size: 4.2rem;
  }
}
.gift-percent-txt .percent {
  font-size: 5rem;
}
@media only screen and (max-width: 1200px) {
  .gift-percent-txt .percent {
    font-size: 4.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .gift-percent-txt .percent {
    font-size: 3.4rem;
  }
}
@media (max-width: 768px) {
  .gift-percent-txt .percent {
    font-size: 2.4rem;
  }
}
.gift-car {
  padding-top: 5rem;
}
@media (max-width: 600px) {
  .gift-car {
    padding-top: 1.6rem;
  }
}
.gift-car-slide {
  width: calc(100% + 2.4rem);
  margin-left: -1.2rem;
  position: relative;
  padding-bottom: 4.2rem;
  margin-bottom: 2.4rem;
}
@media (max-width: 1200px) {
  .gift-car-slide {
    width: calc(100% + 1.5rem);
    margin-left: -0.75rem;
  }
}
@media (max-width: 768px) {
  .gift-car-slide {
    width: calc(100% + 0.8rem);
    margin-left: -0.4rem;
  }
}
.gift-car-slide-js .d-flex {
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}
.gift-car-item .img {
  width: 100%;
  padding-top: 75%;
  position: relative;
  border: 0.5rem solid #E50A19;
  border-radius: 0.4rem;
}
.gift-car-item .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
}
.gift-car-item .name {
  margin-top: 1.6rem;
  font-size: 3.6rem;
  text-align: center;
  font-weight: 800;
}
@media only screen and (max-width: 1200px) {
  .gift-car-item .name {
    font-size: 3.1rem;
  }
}
@media only screen and (max-width: 800px) {
  .gift-car-item .name {
    font-size: 2.6rem;
  }
}
@media (max-width: 1200px) {
  .gift-car-item .name {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .gift-car-item .name {
    font-size: 1.8rem;
  }
}
.gift-header {
  position: relative;
  padding-bottom: 15rem;
}
@media (max-width: 768px) {
  .gift-header {
    padding-bottom: 2.4rem;
  }
}
.gift-header .gift-subtt {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 66.6666666667%;
  font-size: 3.6rem;
  font-weight: 800;
  color: #E50A19;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  .gift-header .gift-subtt {
    font-size: 3.1rem;
  }
}
@media only screen and (max-width: 800px) {
  .gift-header .gift-subtt {
    font-size: 2.6rem;
  }
}
@media (max-width: 768px) {
  .gift-header .gift-subtt {
    font-size: 1.6rem;
  }
}
@media (max-width: 600px) {
  .gift-header .gift-subtt {
    width: 100%;
  }
}
.gift-header .gift-subtt .d-flex {
  align-items: center;
  -webkit-align-items: center;
}
.gift-header .gift-subtt .car-txt {
  font-size: 13rem;
}
@media only screen and (max-width: 1200px) {
  .gift-header .gift-subtt .car-txt {
    font-size: 8rem;
  }
}
@media only screen and (max-width: 800px) {
  .gift-header .gift-subtt .car-txt {
    font-size: 7rem;
  }
}
@media (max-width: 768px) {
  .gift-header .gift-subtt .car-txt {
    font-size: 4.8rem;
  }
}
.gift-header .gift-subtt p {
  margin-right: 1.2rem;
}
.gift-list-slide {
  width: calc(100% + 1rem);
  margin-left: -0.5rem;
}
.gift-list-slide .swiper-container {
  padding: 1rem;
}
@media (max-width: 1200px) {
  .gift-list-slide .swiper-container {
    padding: 1rem 0;
  }
}
.gift-list-slide-js {
  padding-bottom: 4.2rem;
}
.gift-list-slide-js .d-flex {
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}
.gift-list {
  align-items: stretch;
  -webkit-align-items: stretch;
}
.gift-item {
  padding: 0 0.5rem;
  width: 16.6666666667%;
  height: auto;
}
@media (max-width: 768px) {
  .gift-item {
    width: 20%;
  }
}
@media (max-width: 600px) {
  .gift-item {
    width: 25%;
  }
}
@media (max-width: 500px) {
  .gift-item {
    width: 33.3333333333%;
  }
}
@media (max-width: 400px) {
  .gift-item {
    width: 50%;
  }
}
.gift-item-wrap {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.gift-item-wrap .name {
  flex: 1;
  font-weight: 800;
  margin-bottom: 1rem;
  max-width: 11.2rem;
}
.gift-item-wrap .img {
  width: 100%;
  padding-top: 100%;
  position: relative;
  background: #FFFFFF;
  box-shadow: 0rem 0.5rem 1rem rgba(0, 0, 0, 0.1);
  border-radius: 0.4rem;
}
.gift-item-wrap .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
}

.product {
  position: relative;
  padding-bottom: 14rem;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .product {
    padding-bottom: 5.6rem;
  }
}
.product-slide {
  width: calc(100% + 2.4rem);
  margin-left: -1.2rem;
}
@media screen and (max-width: 1200px) {
  .product-slide {
    width: calc(100% + 1.5rem);
    margin-left: -0.75rem;
  }
}
@media screen and (max-width: 768px) {
  .product-slide {
    width: calc(100% + 0.8rem);
    margin-left: -0.4rem;
  }
}
.product-slide-js {
  padding-bottom: 5.2rem;
}
.product-slide-js .d-flex {
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}
.product-list {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
@media (max-width: 900px) {
  .product-item {
    width: 33.3333333333%;
  }
}
@media (max-width: 650px) {
  .product-item {
    width: 50%;
  }
}
.product-wrap {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: stretch;
  -webkit-align-items: stretch;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.product-wrap .img {
  position: relative;
  padding-top: 80%;
}
.product-wrap .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-wrap .body {
  flex: 1;
  margin-top: 1.6rem;
  line-height: 1.2;
}
.product-wrap .body .name {
  font-size: 3.6rem;
  font-weight: 800;
}
@media only screen and (max-width: 1200px) {
  .product-wrap .body .name {
    font-size: 3.1rem;
  }
}
@media only screen and (max-width: 800px) {
  .product-wrap .body .name {
    font-size: 2.6rem;
  }
}
@media (max-width: 650px) {
  .product-wrap .body .name {
    font-size: 2rem;
  }
}
.product-wrap .body .name a {
  display: block;
  transition: 0.3s;
}
@media screen and (min-width: 1201px) {
  .product-wrap .body .name a:hover {
    color: #E50A19;
  }
}
.product-wrap .body .price {
  margin-top: 1.2rem;
}
.product-wrap .body .discount {
  margin-top: 1.2rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: #E50A19;
}
@media only screen and (max-width: 1200px) {
  .product-wrap .body .discount {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .product-wrap .body .discount {
    font-size: 1.7rem;
  }
}
.product-btn {
  margin-top: 4rem;
}

.vh .sec-tt {
  margin-bottom: 1.5rem;
}
.vh .video-c {
  border-radius: 0.4rem;
  overflow: hidden;
  position: relative;
}
.vh .video-c::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  transition: 0.3s;
}
.vh .video img {
  vertical-align: middle;
}
.vh .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (min-width: 1201px) {
  .vh .video-btn:hover {
    border-color: #E50A19;
  }
  .vh .video-btn:hover img {
    filter: unset;
    -webkit-filter: unset;
  }
}
.vh .video-btn img {
  width: 1.8rem;
  height: auto;
  object-fit: contain;
  transition: 0.3s;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
@media (max-width: 1200px) {
  .vh-video {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .vh-video {
    width: 100%;
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 1200px) {
  .vh-content {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .vh-content {
    width: 100%;
  }
}
.vh-content .sec-tt, .vh-content .sec-desc {
  margin-bottom: 2.4rem;
}
@media (max-width: 1200px) {
  .vh-content .sec-tt, .vh-content .sec-desc {
    margin-bottom: 1.2rem;
  }
}
.vh-content-desc {
  text-transform: uppercase;
}

.feedback {
  position: relative;
}
.feedback::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(245, 245, 245, 0.88), rgba(245, 245, 245, 0.88));
}
.feedback-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.feedback .container {
  z-index: 3;
}
.feedback-slide {
  width: 83.3333333333%;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .feedback-slide {
    width: 100%;
  }
}
.feedback-slide .swiper-slide {
  height: auto;
}
.feedback-content {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.feedback-content .content {
  padding: 0 10rem;
  position: relative;
}
@media (max-width: 1200px) {
  .feedback-content .content {
    padding: 0 5.6rem;
  }
}
@media (max-width: 768px) {
  .feedback-content .content {
    padding: 0 2.4rem;
  }
}
.feedback-content .content::before, .feedback-content .content::after {
  content: "";
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  background: url("../assets/images/icon-quote.png") no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .feedback-content .content::before, .feedback-content .content::after {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.feedback-content .content::before {
  top: 0;
  left: 0;
}
.feedback-content .content::after {
  bottom: 0;
  right: 0;
  transform: rotate(-180deg);
}
.feedback-content .info {
  flex: 1;
  margin-top: 3.8rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
@media (max-width: 768px) {
  .feedback-content .info {
    margin-top: 2.4rem;
  }
}
.feedback-content .info .name {
  font-weight: 700;
  text-transform: uppercase;
}
.feedback-content .info .title {
  margin-top: 1rem;
}
.feedback-controls {
  margin-top: 4.2rem;
}
.feedback-gutter {
  width: 0.1rem;
  height: 2.8rem;
  background-color: rgba(0, 0, 0, 0.3);
  margin: 0 1.4rem;
}
.feedback-navi {
  cursor: pointer;
  width: 2.6rem;
  height: 2.6rem;
  position: relative;
  border: 1px solid transparent;
  transition: 0.3s;
  border-radius: 0.3rem;
}
@media screen and (min-width: 1201px) {
  .feedback-navi:hover {
    border-color: #413E3E;
  }
}
.feedback-navi::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1rem;
  height: 2rem;
  background: url("../assets/images/feedback-arrow.png") no-repeat;
  background-size: contain;
}
.feedback-navi.next {
  transform: rotate(-180deg);
}
.feedback-navi.next::before {
  top: 55%;
}
.feedback-navi.swiper-button-disabled {
  opacity: 0.4;
  pointer-events: none;
}

.buynow-list {
  margin-top: 3.2rem;
}
.buynow-item {
  padding: 0 4.4rem;
}
@media (max-width: 768px) {
  .buynow-item {
    width: 33.3333333333%;
    padding: 0 2.4rem;
  }
}
@media (max-width: 500px) {
  .buynow-item {
    padding: 0 1rem;
  }
}
.buynow-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;
}
.buynow-wrap img {
  transition: 0.5s ease;
}
@media screen and (min-width: 1201px) {
  .buynow-wrap:hover img {
    transform: translateY(-1rem);
  }
}

.contact {
  background-color: #F5F5F5;
  overflow: hidden;
}
.contact .sec-header {
  max-width: 100%;
}
@media (max-width: 1200px) {
  .contact-col.col-8, .contact-col.col-4 {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .contact-col.col-8, .contact-col.col-4 {
    width: 100%;
  }
}
.contact-col-form {
  padding: 8rem 0;
}
@media (max-width: 1500px) {
  .contact-col-form {
    padding: 6.4rem 0;
  }
}
@media (max-width: 1200px) {
  .contact-col-form {
    padding: 5.6rem 0;
  }
}
@media (max-width: 768px) {
  .contact-col-form {
    padding-bottom: 0;
  }
}
.contact-content {
  padding: 4.2rem 12rem;
  width: 60rem;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
  position: relative;
  color: #fff;
}
@media (max-width: 1200px) {
  .contact-content {
    padding: 4.2rem 6rem;
    width: 100%;
  }
}
@media (max-width: 400px) {
  .contact-content {
    padding: 3.2rem 0.8rem;
  }
}
.contact-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 3.2rem;
  width: 50vw;
  height: 100%;
  background-color: #E50A19;
}
@media (max-width: 1200px) {
  .contact-content::before {
    left: 0;
  }
}
@media (max-width: 768px) {
  .contact-content::before {
    width: 100vw;
    left: -0.8rem;
  }
}
.contact-content-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
}
.contact-content-bg img {
  object-fit: contain;
}
.contact-content-bg-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
.contact-content-bg-wrap .b-g {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 0%;
  pointer-events: none;
  animation: heightRoad 10s ease-in-out 1s forwards;
}
.contact-content .header {
  position: relative;
  z-index: 3;
}
.contact-content .icon {
  width: 7rem;
  height: 7rem;
  margin: 0 auto;
  margin-bottom: 1.2rem;
}
.contact-content .title {
  font-size: 3.6rem;
  font-weight: 800;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 1200px) {
  .contact-content .title {
    font-size: 3.1rem;
  }
}
@media only screen and (max-width: 800px) {
  .contact-content .title {
    font-size: 2.6rem;
  }
}
.contact-content .desc {
  font-weight: 500;
}
.contact-content .sdt {
  position: relative;
  z-index: 3;
  margin-top: 2.4rem;
  font-size: 2.4rem;
  font-weight: 500;
}
@media only screen and (max-width: 1200px) {
  .contact-content .sdt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .contact-content .sdt {
    font-size: 1.7rem;
  }
}
.contact-content .sdt-item:not(:last-child) {
  margin-bottom: 2.4rem;
}
.contact-content .sdt a {
  transition: 0.3s;
}
@media screen and (min-width: 1201px) {
  .contact-content .sdt a:hover {
    color: #830009;
  }
}
.contact-btn {
  position: relative;
  z-index: 3;
  margin-top: 2.4rem;
}
.contact-btn .btn {
  background-color: #413E3E;
  text-transform: initial;
  font-weight: 700;
}
@media screen and (min-width: 1201px) {
  .contact-btn .btn:hover {
    background-color: #830009;
  }
}

@keyframes heightRoad {
  0% {
    height: 0;
  }
  20% {
    height: 20%;
  }
  40% {
    height: 40%;
  }
  60% {
    height: 60%;
  }
  80% {
    height: 80%;
  }
  100% {
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .ft {
    background-color: #E50A19;
  }
}
.ft-ctn {
  align-items: center;
  -webkit-align-items: center;
}
@media screen and (max-width: 768px) {
  .ft-ctn {
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
  }
  .ft-ctn .col-8, .ft-ctn .col-4 {
    width: 100%;
  }
}
.ft-logo {
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  margin-top: 1.2rem;
}
@media screen and (max-width: 768px) {
  .ft-logo {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.ft-logo .logo {
  flex-shrink: 0;
  width: 11.5rem;
  height: 11.5rem;
}
@media screen and (max-width: 768px) {
  .ft-logo .logo {
    width: 6.4rem;
    height: 6.4rem;
  }
}
.ft-logo .logo img {
  vertical-align: middle;
}
.ft-logo .name {
  padding: 0.8rem 1.6rem;
  font-size: 2.4rem;
  font-weight: 600;
}
@media only screen and (max-width: 1200px) {
  .ft-logo .name {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .ft-logo .name {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .ft-logo .name {
    color: #fff;
    font-size: 1.6rem;
  }
}
.ft .social-list {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .ft .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.ft .social-item {
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  .ft .social-item:first-child {
    margin-left: 0;
  }
}

.special-promo {
  position: relative;
}
.special-promo-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.special-promo-img {
  width: 70rem;
  transform: translateX(-40%);
}
@media (max-width: 1580px) {
  .special-promo-img {
    transform: translateX(-10%);
  }
}
@media (max-width: 1200px) {
  .special-promo-img {
    width: 100%;
    transform: translateX(0);
  }
}
@media (max-width: 820px) {
  .special-promo-col.col-5 {
    width: 33.3333333333%;
  }
}
@media (max-width: 768px) {
  .special-promo-col.col-5 {
    width: 100%;
  }
}
@media (max-width: 820px) {
  .special-promo-col.col-7 {
    width: 66.6666666667%;
  }
}
@media (max-width: 768px) {
  .special-promo-col.col-7 {
    width: 100%;
  }
}
.special-promo .sec-tt {
  margin-bottom: 2.4rem;
}
@media (max-width: 1200px) {
  .special-promo .sec-tt {
    margin-bottom: 1.2rem;
  }
}
.special-promo .price {
  font-size: 5rem;
}
@media only screen and (max-width: 1200px) {
  .special-promo .price {
    font-size: 4.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .special-promo .price {
    font-size: 3.4rem;
  }
}
.special-promo .timeline {
  margin-top: 9.6rem;
}
@media (max-width: 1200px) {
  .special-promo .timeline {
    margin-top: 3.2rem;
  }
}
.special-promo .timeline-label {
  font-size: 2.4rem;
  color: #E50A19;
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 1200px) {
  .special-promo .timeline-label {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .special-promo .timeline-label {
    font-size: 1.7rem;
  }
}
@media (max-width: 500px) {
  .special-promo .timeline-label {
    margin-bottom: 2.4rem;
  }
}
.special-promo .timeline-down-item {
  padding: 0 3.2rem;
}
@media (max-width: 1200px) {
  .special-promo .timeline-down-item {
    padding: 0 2.4rem;
  }
}
@media (max-width: 500px) {
  .special-promo .timeline-down-item {
    padding: 0 1.6rem;
  }
}
.special-promo .timeline-down-item .time-down {
  margin-top: 4.2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: relative;
  font-size: 3.6rem;
  font-weight: 800;
  color: #fff;
}
@media only screen and (max-width: 1200px) {
  .special-promo .timeline-down-item .time-down {
    font-size: 3.1rem;
  }
}
@media only screen and (max-width: 800px) {
  .special-promo .timeline-down-item .time-down {
    font-size: 2.6rem;
  }
}
@media (max-width: 1200px) {
  .special-promo .timeline-down-item .time-down {
    margin-top: 2.4rem;
    font-size: 2.4rem;
  }
}
@media (max-width: 500px) {
  .special-promo .timeline-down-item .time-down {
    font-size: 1.6rem;
    margin-top: 0;
    width: 4.2rem;
    height: 4.2rem;
  }
}
.special-promo .timeline-down-item .time-down::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 2.8rem);
  height: calc(100% + 2.8rem);
  border-radius: 50%;
  background-color: #E0E8F3;
  box-shadow: 0.3rem 0.5rem 1.5rem #080a1e;
}
@media (max-width: 500px) {
  .special-promo .timeline-down-item .time-down::before {
    width: calc(100% + 2rem);
    height: calc(100% + 2rem);
  }
}
.special-promo .timeline-down-item .time-down .num {
  position: relative;
  z-index: 1;
  width: 9.6rem;
  height: 9.6rem;
  border-radius: 50%;
  background-color: #E0E8F3;
  box-shadow: 0.2rem 0.5rem 1rem #080a1e;
  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: #E50A19;
}
@media (max-width: 1200px) {
  .special-promo .timeline-down-item .time-down .num {
    width: 6.4rem;
    height: 6.4rem;
  }
}
@media (max-width: 500px) {
  .special-promo .timeline-down-item .time-down .num {
    width: 4.2rem;
    height: 4.2rem;
  }
}
.special-promo .timeline-down-item .time-text {
  margin-top: 4.2rem;
  font-size: 2.4rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #E50A19;
}
@media only screen and (max-width: 1200px) {
  .special-promo .timeline-down-item .time-text {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .special-promo .timeline-down-item .time-text {
    font-size: 1.7rem;
  }
}
@media (max-width: 1200px) {
  .special-promo .timeline-down-item .time-text {
    margin-top: 2.4rem;
  }
}
@media (max-width: 500px) {
  .special-promo .timeline-down-item .time-text {
    font-size: 1.6rem;
  }
}

.firework {
  width: 20rem;
  height: 20rem;
  position: absolute;
}
@media (max-width: 1780px) {
  .firework {
    width: 15rem;
    height: 15rem;
  }
}
@media (max-width: 1200px) {
  .firework {
    opacity: 0.4;
  }
}
.firework-0 {
  top: 10%;
  left: 7%;
  transform: scale(0.8);
}
@media (max-width: 1780px) {
  .firework-0 {
    left: 2%;
  }
}
@media (max-width: 768px) {
  .firework-0 {
    transform: scale(0.5);
    left: -2%;
    top: 15%;
  }
}
.firework-1 {
  top: 15rem;
  left: 15rem;
}
@media (max-width: 1780px) {
  .firework-1 {
    left: 4%;
  }
}
@media (max-width: 1580px) {
  .firework-1 {
    left: 2%;
  }
}
@media (max-width: 1200px) {
  .firework-1 {
    transform: scale(0.7);
    top: 5%;
  }
}
@media (max-width: 768px) {
  .firework-1 {
    transform: scale(0.4);
  }
}
.firework-2 {
  right: 10%;
  top: 10%;
  transform: scale(0.7);
}
@media (max-width: 1200px) {
  .firework-2 {
    transform: scale(0.5);
    right: 5%;
  }
}
@media (max-width: 768px) {
  .firework-2 {
    transform: scale(0.3);
  }
}
.firework-3 {
  right: 5%;
  bottom: 20%;
  transform: scale(1.2);
}
@media (max-width: 1780px) {
  .firework-3 {
    transform: scale(1);
  }
}
@media (max-width: 1580px) {
  .firework-3 {
    right: 2%;
    bottom: 5%;
  }
}
@media (max-width: 1200px) {
  .firework-3 {
    transform: scale(0.8);
  }
}
@media (max-width: 768px) {
  .firework-3 {
    transform: scale(0.4);
  }
}
.firework-4 {
  left: 50%;
  bottom: 0;
  transform: scale(0.5);
}
@media (max-width: 768px) {
  .firework-4 {
    right: 0;
    left: unset;
  }
}
.firework-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.firework .tua {
  position: absolute;
  transform-origin: center;
  top: 0%;
  left: 50%;
  width: 0.5rem;
  height: 100%;
  border-radius: 0.4rem;
  z-index: 2;
}
@media (max-width: 1380px) {
  .firework .tua {
    width: 0.4rem;
  }
}
.firework .tua:nth-child(3), .firework .tua:nth-child(6), .firework .tua:nth-child(8), .firework .tua:nth-child(11), .firework .tua:nth-child(15), .firework .tua:nth-child(18), .firework .tua:nth-child(20), .firework .tua:nth-child(23) {
  z-index: 1;
}
.firework .tua:nth-child(3) .tua-wrap::before, .firework .tua:nth-child(3) .tua-wrap::after, .firework .tua:nth-child(6) .tua-wrap::before, .firework .tua:nth-child(6) .tua-wrap::after, .firework .tua:nth-child(8) .tua-wrap::before, .firework .tua:nth-child(8) .tua-wrap::after, .firework .tua:nth-child(11) .tua-wrap::before, .firework .tua:nth-child(11) .tua-wrap::after, .firework .tua:nth-child(15) .tua-wrap::before, .firework .tua:nth-child(15) .tua-wrap::after, .firework .tua:nth-child(18) .tua-wrap::before, .firework .tua:nth-child(18) .tua-wrap::after, .firework .tua:nth-child(20) .tua-wrap::before, .firework .tua:nth-child(20) .tua-wrap::after, .firework .tua:nth-child(23) .tua-wrap::before, .firework .tua:nth-child(23) .tua-wrap::after {
  background-color: #FEBF00;
}
.firework .tua:nth-child(3) .tua-wrap::before, .firework .tua:nth-child(6) .tua-wrap::before, .firework .tua:nth-child(8) .tua-wrap::before, .firework .tua:nth-child(11) .tua-wrap::before, .firework .tua:nth-child(15) .tua-wrap::before, .firework .tua:nth-child(18) .tua-wrap::before, .firework .tua:nth-child(20) .tua-wrap::before, .firework .tua:nth-child(23) .tua-wrap::before {
  height: 10%;
}
.firework .tua:nth-child(3) .tua-wrap::after, .firework .tua:nth-child(6) .tua-wrap::after, .firework .tua:nth-child(8) .tua-wrap::after, .firework .tua:nth-child(11) .tua-wrap::after, .firework .tua:nth-child(15) .tua-wrap::after, .firework .tua:nth-child(18) .tua-wrap::after, .firework .tua:nth-child(20) .tua-wrap::after, .firework .tua:nth-child(23) .tua-wrap::after {
  height: 20%;
  top: 17%;
}
.firework .tua-wrap {
  display: block;
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  animation: Bop2 2s infinite;
  -webkit-animation: Bop2 2s infinite;
}
.firework .tua-wrap::before, .firework .tua-wrap::after {
  content: "";
  position: absolute;
  height: 28%;
  width: 100%;
  border-radius: 0.4rem;
  transform: rotate(-180deg);
}
.firework .tua-wrap::before {
  background-color: #E50A19;
  animation: tuaShort 1.7s linear infinite;
}
.firework .tua-wrap::after {
  background-color: #FEBF00;
  height: 5%;
  top: 32%;
  animation: tuaShort 1.7s linear infinite;
}

.promotion {
  position: relative;
  overflow: hidden;
}
@media (max-width: 600px) {
  .promotion {
    overflow: visible;
  }
}
.promotion .swiper-controls-p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
  pointer-events: none;
}
.promotion-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.promotion .gift-tt {
  padding-left: 22rem;
  padding-right: 17rem;
}
@media (max-width: 1200px) {
  .promotion .gift-tt {
    padding-left: 12rem;
    padding-right: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .promotion .gift-tt {
    padding-top: 1.4rem;
    padding-bottom: 4rem;
    padding-left: 6rem;
    padding-right: 4rem;
  }
}
.promotion-slide {
  position: relative;
}
@media (max-width: 600px) {
  .promotion-slide {
    z-index: 5;
  }
}
.promotion-slide .swiper-container {
  margin: 0 auto;
  overflow: visible;
  position: relative;
}
@media (max-width: 600px) {
  .promotion-slide .swiper-container {
    z-index: 15;
  }
}
.promotion-slide .swiper-slide {
  overflow: hidden;
}
@media (max-width: 600px) {
  .promotion-slide .swiper-slide {
    overflow: visible;
  }
}
.promotion-slide .swiper-pagination {
  bottom: 0;
  transform: translateY(calc(100% + 2.4rem));
}
.promotion-slide-wrap {
  position: relative;
  margin: 0 auto;
}
.promotion-img {
  position: relative;
}
.promotion-content {
  display: none;
  position: absolute;
}
.promotion-content-wrap {
  position: relative;
  width: 45rem;
  padding: 2.4rem 6.4rem 6.4rem 4.2rem;
  transform: 0.3s;
}
@media (max-width: 600px) {
  .promotion-content-wrap {
    width: 72vw;
    background: linear-gradient(256.24deg, #F1C930 39.8%, #E3A030 89.26%);
    padding: 2.4rem 0.8rem;
    border-radius: 1.2rem;
  }
}
.promotion-content-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../assets/images/promotion-content-bg.png") no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 600px) {
  .promotion-content-wrap::before {
    display: none;
  }
}
.promotion-content-wrap .title {
  position: relative;
  z-index: 3;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 1200px) {
  .promotion-content-wrap .title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .promotion-content-wrap .title {
    font-size: 1.7rem;
  }
}
.promotion-content .program-list {
  margin-top: 0;
  position: relative;
  z-index: 3;
  max-height: 10rem;
  overflow: hidden auto;
  /* width */
  /* Track */
  /* Handle */
}
@media screen and (min-width: 1201px) {
  .promotion-content .program-list {
    padding-right: 0.8rem;
  }
}
@media (max-width: 600px) {
  .promotion-content .program-list {
    overflow: visible;
    max-height: 100%;
  }
}
.promotion-content .program-list::-webkit-scrollbar {
  width: 0.3rem;
}
.promotion-content .program-list::-webkit-scrollbar-track {
  background: #ACB8C6;
}
.promotion-content .program-list::-webkit-scrollbar-thumb {
  background: #E50A19;
  border-radius: 0;
}
.promotion-content .program-item {
  margin-bottom: 0.2rem;
}
@media (max-width: 600px) {
  .promotion-content .program-item {
    margin-bottom: 0.4rem;
  }
}
.promotion-bling {
  position: absolute;
  z-index: 3;
  width: 19rem;
  height: 19rem;
  cursor: pointer;
  animation: Bling 1s linear infinite;
}
@media (max-width: 1200px) {
  .promotion-bling {
    width: 15rem;
    height: 15rem;
  }
}
@media (max-width: 768px) {
  .promotion-bling {
    width: 10rem;
    height: 10rem;
  }
}
@media (max-width: 600px) {
  .promotion-bling {
    width: 7rem;
    height: 7rem;
  }
}
@media (max-width: 500px) {
  .promotion-bling {
    width: 5rem;
    height: 5rem;
  }
}
.promotion-bling-1 {
  top: 5%;
  left: -10%;
  transform: scale(0.7);
  animation-delay: 0.2s;
}
.promotion-bling-2 {
  bottom: 0;
  left: -20%;
  animation-delay: 0.6s;
}
.promotion-bling-3 {
  right: -10%;
  top: 0%;
  animation-delay: 0.4s;
}
.promotion-bling-4 {
  bottom: 0;
  right: -15%;
  transform: scale(0.7);
  animation-delay: 0.8s;
}

.popper-popup[show-popper] {
  display: block;
  z-index: 9999;
}

.popper-popup.ani .promotion-content-wrap {
  animation: zoomIn 0.7s ease-in-out forwards;
  -webkit-animation: zoomIn 0.7s ease-in-out forwards;
}

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