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

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

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

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

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

.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 ul,
.mona-content ol {
  margin: 1em 0;
  list-style-position: inside; }

.mona-content ul ul,
.mona-content ul ol,
.mona-content ol ul,
.mona-content ol ol {
  margin-left: 1em; }

.mona-content ul {
  list-style-type: disc; }

.mona-content ol {
  list-style-type: decimal; }

.mona-content ul ul,
.mona-content ol ul {
  list-style-type: circle; }

.mona-content ol ol,
.mona-content ul ol {
  list-style-type: lower-latin; }

.mona-content img,
.mona-content iframe {
  max-width: 100% !important;
  height: auto; }

.mona-content blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1em 0;
  padding: 1em;
  quotes: "“" "”" "‘" "’"; }
  .mona-content blockquote::before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em; }
  .mona-content blockquote p {
    display: inline; }

.mona-content table {
  border-collapse: collapse;
  max-width: 100%;
  margin: 1em 0;
  border: 1px solid #e1e1e1; }
  .mona-content table th,
  .mona-content table td {
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 5px 10px;
    vertical-align: middle; }

.mona-content .mona-youtube-wrap {
  position: relative;
  height: 0;
  padding-top: 56.25%; }
  .mona-content .mona-youtube-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.mona-content .mona-table-wrap {
  overflow: auto; }

:root {
  --size-hd: 12rem;
  --pd-sc: 8rem;
  --size-hd-sticky: 7rem;
  --rewidth: calc((100vw - 120rem)/2);
  --recont: calc(100vw - (100vw - 120rem)/2); }
  @media (max-width: 1200px) {
    :root {
      --pd-sc: 4rem;
      --size-hd: 7rem; } }
  @media (max-width: 1230px) {
    :root {
      --rewidth: 1.5rem; } }
  @media (max-width: 1240px) {
    :root {
      --recont: calc(100%); } }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

body {
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
  color: #4B5563;
  overflow: hidden auto; }
  @media screen and (min-width: 2000px) {
    body {
      font-size: 20px; } }

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

button,
select {
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  cursor: pointer; }

button {
  padding: 0;
  background-color: transparent;
  cursor: pointer; }
  button .text {
    font-family: 'Quicksand', sans-serif; }

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Quicksand', sans-serif;
  border-radius: 0.4rem; }
  input:focus,
  textarea:focus {
    border: 0.1rem solid #1F2937;
    outline: none; }

.main,
.site-main {
  min-height: 68vh;
  padding-top: var(--size-hd); }

.container {
  width: 100%;
  max-width: 123rem;
  height: 100%;
  margin: 0 auto;
  padding: 0 4rem; }
  @media only screen and (max-width: 1200px) {
    .container {
      padding: 0 1.5rem; } }
  .container .container {
    padding: 0; }

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

.load-hidden {
  display: none; }

iframe {
  vertical-align: middle; }

img {
  max-width: 100%;
  height: auto; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-family: 'Quicksand', sans-serif; }

@-webkit-keyframes phoneRing {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg); }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg); }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg); } }

@keyframes phoneRing {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg); }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg); }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg); } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes shine {
  100% {
    left: 125%; } }

@keyframes shine {
  100% {
    left: 125%; } }

@-webkit-keyframes ZoomIn {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes ZoomIn {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes Spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes Spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes BTT {
  0% {
    opacity: 0; }
  33% {
    opacity: 1; }
  66% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes BTT {
  0% {
    opacity: 0; }
  33% {
    opacity: 1; }
  66% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes halo {
  from {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0); }
  to {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); } }

@keyframes halo {
  from {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0); }
  to {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); } }

@-webkit-keyframes float {
  0% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px); }
  50% {
    -webkit-transform: translatey(-20px);
    transform: translatey(-20px); }
  100% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px); } }

@keyframes float {
  0% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px); }
  50% {
    -webkit-transform: translatey(-20px);
    transform: translatey(-20px); }
  100% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px); } }

@-webkit-keyframes mirror {
  100% {
    -webkit-transform: translate3d(2000%, 0, 0) rotate(35deg);
    transform: translate3d(2000%, 0, 0) rotate(35deg); } }

@keyframes mirror {
  100% {
    -webkit-transform: translate3d(2000%, 0, 0) rotate(35deg);
    transform: translate3d(2000%, 0, 0) rotate(35deg); } }

@-webkit-keyframes DownUp {
  0% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px); }
  50% {
    -webkit-transform: translatey(-10px);
    transform: translatey(-10px); }
  100% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px); } }

@keyframes DownUp {
  0% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px); }
  50% {
    -webkit-transform: translatey(-10px);
    transform: translatey(-10px); }
  100% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px); } }

@-webkit-keyframes jelly {
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1); }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9); }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05); } }

@keyframes jelly {
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1); }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9); }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05); } }

@-webkit-keyframes jellyTranForm {
  25% {
    -webkit-transform: translate(-50%, -50%) scale(0.9, 1.1);
    transform: translate(-50%, -50%) scale(0.9, 1.1); }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.1, 0.9);
    transform: translate(-50%, -50%) scale(1.1, 0.9); }
  75% {
    -webkit-transform: translate(-50%, -50%) scale(0.95, 1.05);
    transform: translate(-50%, -50%) scale(0.95, 1.05); } }

@keyframes jellyTranForm {
  25% {
    -webkit-transform: translate(-50%, -50%) scale(0.9, 1.1);
    transform: translate(-50%, -50%) scale(0.9, 1.1); }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.1, 0.9);
    transform: translate(-50%, -50%) scale(1.1, 0.9); }
  75% {
    -webkit-transform: translate(-50%, -50%) scale(0.95, 1.05);
    transform: translate(-50%, -50%) scale(0.95, 1.05); } }

@-webkit-keyframes jittery {
  5%,
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  15% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  20% {
    -webkit-transform: scale(1.05) rotate(-5deg);
    transform: scale(1.05) rotate(-5deg); }
  25% {
    -webkit-transform: scale(1.05) rotate(5deg);
    transform: scale(1.05) rotate(5deg); }
  30% {
    -webkit-transform: scale(1.05) rotate(-3deg);
    transform: scale(1.05) rotate(-3deg); }
  35% {
    -webkit-transform: scale(1.05) rotate(2deg);
    transform: scale(1.05) rotate(2deg); }
  40% {
    -webkit-transform: scale(1.05) rotate(0);
    transform: scale(1.05) rotate(0); } }

@keyframes jittery {
  5%,
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  15% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  20% {
    -webkit-transform: scale(1.05) rotate(-5deg);
    transform: scale(1.05) rotate(-5deg); }
  25% {
    -webkit-transform: scale(1.05) rotate(5deg);
    transform: scale(1.05) rotate(5deg); }
  30% {
    -webkit-transform: scale(1.05) rotate(-3deg);
    transform: scale(1.05) rotate(-3deg); }
  35% {
    -webkit-transform: scale(1.05) rotate(2deg);
    transform: scale(1.05) rotate(2deg); }
  40% {
    -webkit-transform: scale(1.05) rotate(0);
    transform: scale(1.05) rotate(0); } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes grow {
  from {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 1; }
  to {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    opacity: 0; } }

@keyframes grow {
  from {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 1; }
  to {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    opacity: 0; } }

@-webkit-keyframes txt-focus {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0; }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1; } }

@keyframes txt-focus {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0; }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1; } }

@-webkit-keyframes MaskPlay {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0; }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0; } }

@keyframes MaskPlay {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0; }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0; } }

.row {
  --cg: 3.2rem;
  --rg: 3.2rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 calc(var(--cg) / 2 * -1) calc(var(--rg) * -1); }
  @media screen and (max-width: 1200px) {
    .row {
      --cg: 1.2rem;
      --rg: 1.2rem; } }

.rows {
  --cg: 3.2rem;
  --rg: 3.2rem;
  margin: 0 calc(var(--cg) / 2 * -1); }
  @media screen and (max-width: 1200px) {
    .rows {
      --cg: 1.2rem;
      --rg: 1.2rem; } }

.col {
  width: 100%;
  padding: 0 calc(var(--cg) / 2);
  margin-bottom: var(--rg); }
  .col-11 {
    width: calc(11 / 12 * 100%); }
  .col-10 {
    width: calc(10 / 12 * 100%); }
  .col-9 {
    width: calc(9 / 12 * 100%); }
  .col-8 {
    width: calc(8 / 12 * 100%); }
  .col-7 {
    width: calc(7 / 12 * 100%); }
  .col-6 {
    width: 50%; }
  .col-5 {
    width: calc(5 / 12 * 100%); }
  .col-4 {
    width: calc(4 / 12 * 100%); }
  .col-3 {
    width: calc(3 / 12 * 100%); }
  .col-2 {
    width: calc(2 / 12 * 100%); }
  .col-1 {
    width: calc(1 / 12 * 100%); }
  .col-5i {
    width: calc(100% / 5); }
  .col-4i {
    width: calc(100% / 4); }

.header {
  height: var(--size-hd);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 999;
  background: #fff; }
  .header.sticky {
    height: calc(var(--size-hd) - 4rem);
    margin-top: -4rem; }
    @media screen and (max-width: 1200px) {
      .header.sticky {
        margin-top: 0;
        height: var(--size-hd) !important; } }
    .header.sticky .header-wrapper {
      padding: 1rem 0;
      background: white; }
  .header-top {
    height: 4rem;
    background-color: #000; }
    @media screen and (max-width: 1200px) {
      .header-top {
        display: none; } }
    .header-top-flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      height: inherit; }
    .header-top-left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .header-top-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 3.2rem; }
    .header-top-lang {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-column-gap: 2.4rem;
      -moz-column-gap: 2.4rem;
      column-gap: 2.4rem;
      position: relative;
      margin-bottom: 1rem; }
      .header-top-lang .icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 3rem;
        height: 3rem;
        border-radius: 100rem;
        position: relative;
        padding: 0.2rem;
        cursor: pointer; }
        .header-top-lang .icon.active:before {
          width: 100%;
          height: 100%;
          position: absolute;
          content: "";
          border: 0.1rem solid #1F2937;
          border-radius: 100rem;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
        .header-top-lang .icon:first-child:after {
          position: absolute;
          content: "";
          height: 100%;
          width: 0.2rem;
          background-color: #1F2937;
          top: 0;
          left: calc(100% + 1.2rem); }
        .header-top-lang .icon img {
          width: 100%;
          height: 100%;
          -o-object-fit: contain;
          object-fit: contain; }
  .header-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3.2rem; }
    .header-info-icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 0.5rem;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .header-info-icon .icon {
        width: 2rem;
        height: 2rem; }
        .header-info-icon .icon img {
          width: 100%;
          -o-object-fit: contain;
          object-fit: contain; }
      .header-info-icon .txt {
        color: white;
        font-weight: 600;
        line-height: 1;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        @media (hover: hover) {
          .header-info-icon .txt:hover {
            color: #ED1D24; } }
  .header-wrapper {
    background: #fff;
    position: relative;
    z-index: 98;
    height: 8rem;
    padding: 1rem 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border-bottom: 0.1rem solid #D1D5DB; }
    @media screen and (max-width: 1200px) {
      .header-wrapper {
        height: var(--size-hd);
        background: white;
        padding: 1rem 0; } }
  .header-logo {
    padding-right: 2.6rem;
    height: inherit;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center; }
    @media screen and (max-width: 1200px) {
      .header-logo {
        border-right: unset;
        padding: unset;
        position: absolute;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        padding: 1rem 0; } }
  .header .custom-logo-link {
    display: block;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    height: inherit; }
    .header .custom-logo-link img {
      display: block;
      max-width: 100%;
      height: auto;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain;
      width: 100%; }
  .header-wrap {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 1200px) {
      .header-wrap {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%;
        gap: 1.2rem; } }
  .header-gr {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    gap: 0.8rem;
    height: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 1200px) {
      .header-gr {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        margin-left: auto; } }
  .header-nav {
    margin-left: auto;
    height: 100% !important; }
    .header-nav .menu {
      height: inherit;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 2.8rem; }
  .header-search {
    position: relative;
    cursor: pointer; }
    .header-search .ip-control {
      position: relative; }
      .header-search .ip-control input {
        background: transparent;
        border-color: #1F2937;
        padding-right: 3.6rem; }
        .header-search .ip-control input:focus {
          border-color: #1F2937;
          background: #fff;
          color: #1F2937; }
      .header-search .ip-control .btn-icon {
        position: absolute;
        width: 3.6rem;
        height: 3.6rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        border-radius: 100px;
        background: rgba(255, 255, 255, 0.3);
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        @media (hover: hover) {
          .header-search .ip-control .btn-icon:hover {
            color: #1F2937; } }
    .header-search .btn-icon {
      height: 4.5rem;
      width: 4.5rem;
      aspect-ratio: 1;
      border-radius: 100rem;
      background: #E5E7EB;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-justify-content: center;
      padding: 1.3rem; }
      .header-search .btn-icon img {
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out; }
      @media (hover: hover) {
        .header-search .btn-icon:hover img {
          -webkit-transform: rotate(90deg);
          transform: rotate(90deg); } }
      @media screen and (max-width: 1200px) {
        .header-search .btn-icon {
          width: 4rem;
          height: 4rem;
          padding: 1rem; } }
      .header-search .btn-icon i {
        font-weight: 500;
        color: #1F2937;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
    .header-search-form {
      position: absolute;
      top: calc(100% + 2rem);
      right: 0;
      width: 30rem;
      -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
      box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
      -webkit-transform: translateY(3rem);
      transform: translateY(3rem);
      -webkit-transition: 0.4s ease-in-out;
      transition: 0.4s ease-in-out;
      opacity: 0;
      visibility: hidden;
      max-width: calc(100vw - 3rem); }
      @media screen and (max-width: 1200px) {
        .header-search-form {
          top: calc(100% + 2rem) !important; } }
      .header-search-form .popup-search-input {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-radius: 0.4rem;
        overflow: hidden; }
        .header-search-form .popup-search-input input {
          border-radius: 0;
          border: none; }
        .header-search-form .popup-search-input .btn, .header-search-form .popup-search-input .btn-pri, .header-search-form .popup-search-input .btn-bd, .header-search-form .popup-search-input .btn-second, .header-search-form .popup-search-input .btn-thir, .header-search-form .popup-search-input .btn-four {
          width: 2rem;
          min-width: unset;
          margin: 0;
          border-radius: 0 0.4rem 0.4rem 0; }
          .header-search-form .popup-search-input .btn:after, .header-search-form .popup-search-input .btn-pri:after, .header-search-form .popup-search-input .btn-bd:after, .header-search-form .popup-search-input .btn-second:after, .header-search-form .popup-search-input .btn-thir:after, .header-search-form .popup-search-input .btn-four:after {
            display: none; }
          .header-search-form .popup-search-input .btn .icon, .header-search-form .popup-search-input .btn-pri .icon, .header-search-form .popup-search-input .btn-bd .icon, .header-search-form .popup-search-input .btn-second .icon, .header-search-form .popup-search-input .btn-thir .icon, .header-search-form .popup-search-input .btn-four .icon {
            margin: 0;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-justify-content: center; }
            .header-search-form .popup-search-input .btn .icon i, .header-search-form .popup-search-input .btn-pri .icon i, .header-search-form .popup-search-input .btn-bd .icon i, .header-search-form .popup-search-input .btn-second .icon i, .header-search-form .popup-search-input .btn-thir .icon i, .header-search-form .popup-search-input .btn-four .icon i {
              -webkit-transform: rotate(0);
              transform: rotate(0);
              color: #fff; }
    .header-search.active .header-search-form {
      -webkit-transform: translate(0);
      transform: translate(0);
      opacity: 1;
      visibility: visible; }
  .header-lg {
    position: relative;
    z-index: 99;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100rem; }
    @media screen and (max-width: 1200px) {
      .header-lg {
        width: 3rem;
        height: 3rem;
        background-color: #1F2937;
        border-radius: 100rem;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-justify-content: center; } }
    @media screen and (max-width: 600px) {
      .header-lg {
        display: none; } }
    .header-lg-it {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      padding: 0.4rem 0.7rem;
      overflow: hidden;
      gap: 0.5rem; }
      .header-lg-it .ic {
        width: 2rem;
        height: 2rem;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-justify-content: center;
        position: relative;
        z-index: 2; }
        .header-lg-it .ic img {
          height: inherit;
          -o-object-fit: contain;
          object-fit: contain; }
      .header-lg-it .txt {
        color: #fff;
        line-height: 1;
        position: relative;
        z-index: 2; }
        @media screen and (max-width: 1200px) {
          .header-lg-it .txt {
            display: none; } }
      .header-lg-it .icon {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-justify-content: center;
        margin-top: -0.6rem; }
        .header-lg-it .icon i {
          color: #fff; }
      @media screen and (max-width: 1200px) {
        .header-lg-it {
          padding: 0; }
          .header-lg-it .ic {
            margin-right: 0 !important; } }
    .header-lg-drop {
      position: absolute;
      top: calc(100% + 0.5rem);
      right: 0;
      -webkit-transition: 0.4s;
      transition: 0.4s;
      -webkit-clip-path: inset(0 0 100% 0);
      clip-path: inset(0 0 100% 0);
      width: 100%; }
      .header-lg-drop .header-lg-it {
        border-radius: 0;
        position: relative;
        background: rgba(0, 0, 0, 0.9); }
        .header-lg-drop .header-lg-it::after {
          content: "";
          width: 0;
          height: 0.2rem;
          background: -webkit-gradient(linear, left top, right top, color-stop(0.37%, #FFAF61), color-stop(27.52%, #DC9A27), color-stop(52.76%, #EDB31F), color-stop(80.98%, #D7942A), to(#B06828));
          background: linear-gradient(90deg, #FFAF61 0.37%, #DC9A27 27.52%, #EDB31F 52.76%, #D7942A 80.98%, #B06828 100%);
          -webkit-transition: 0.4s;
          transition: 0.4s;
          position: absolute;
          bottom: 0;
          left: 0; }
        .header-lg-drop .header-lg-it:first-child {
          border-radius: 0.4rem 0.4rem 0 0; }
        .header-lg-drop .header-lg-it:last-child {
          border-radius: 0 0 0.4rem 0.4rem; }
        @media (hover: hover) {
          .header-lg-drop .header-lg-it:hover::after {
            width: 100%; } }
        .header-lg-drop .header-lg-it .txt {
          color: #ffffff; }
    .header-lg:hover .header-lg-drop {
      -webkit-clip-path: inset(0 0 0 0);
      clip-path: inset(0 0 0 0); }

.social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.social-item {
  height: 2rem;
  padding: 0 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .social-item img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
  @media (hover: hover) {
    .social-item:hover img {
      -webkit-transform: translateY(-0.5rem);
      transform: translateY(-0.5rem); } }

.footer {
  padding-bottom: 0;
  position: relative;
  border-top: 1px solid #1F2937; }
  .footer:before {
    z-index: -1;
    position: absolute;
    content: "";
    background: #515151;
    inset: 0; }
  .footer-wrap {
    position: relative; }
  .footer-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.2rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8rem 0; }
    @media screen and (max-width: 1200px) {
      .footer-flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 2rem; } }
    @media screen and (max-width: 768px) {
      .footer-flex {
        padding: 4rem 0; } }
  .footer-col {
    padding: 0 1.2rem;
    color: #F3F4F6;
    min-width: 17%; }
    @media screen and (max-width: 768px) {
      .footer-col {
        width: 50%; } }
    @media screen and (max-width: 400px) {
      .footer-col {
        width: 100%; } }
    .footer-col:nth-child(1) {
      min-width: 20%; }
      @media screen and (max-width: 1200px) {
        .footer-col:nth-child(1) {
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
      @media screen and (max-width: 768px) {
        .footer-col:nth-child(1) {
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start; } }
      @media screen and (max-width: 450px) {
        .footer-col:nth-child(1) {
          width: 100%; }
          .footer-col:nth-child(1) .custom-logo-link {
            width: 50%; }
          .footer-col:nth-child(1) br {
            display: none; } }
    .footer-col .menu, .footer-col ul {
      margin-top: 1.6rem; }
      .footer-col .menu .menu-item, .footer-col .menu li, .footer-col ul .menu-item, .footer-col ul li {
        margin-bottom: 0.8rem; }
        .footer-col .menu .menu-item .menu-link, .footer-col .menu .menu-item a, .footer-col .menu li .menu-link, .footer-col .menu li a, .footer-col ul .menu-item .menu-link, .footer-col ul .menu-item a, .footer-col ul li .menu-link, .footer-col ul li a {
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content;
          display: block; }
          @media (hover: hover) {
            .footer-col .menu .menu-item .menu-link:hover, .footer-col .menu .menu-item a:hover, .footer-col .menu li .menu-link:hover, .footer-col .menu li a:hover, .footer-col ul .menu-item .menu-link:hover, .footer-col ul .menu-item a:hover, .footer-col ul li .menu-link:hover, .footer-col ul li a:hover {
              text-decoration: underline; } }
    .footer-col > .btn, .footer-col > .btn-pri, .footer-col > .btn-bd, .footer-col > .btn-second, .footer-col > .btn-thir, .footer-col > .btn-four {
      height: 4rem;
      background: rgba(255, 255, 255, 0.3);
      border: none; }
      .footer-col > .btn:after, .footer-col > .btn-pri:after, .footer-col > .btn-bd:after, .footer-col > .btn-second:after, .footer-col > .btn-thir:after, .footer-col > .btn-four:after {
        opacity: 0.6; }
      .footer-col > .btn .text, .footer-col > .btn-pri .text, .footer-col > .btn-bd .text, .footer-col > .btn-second .text, .footer-col > .btn-thir .text, .footer-col > .btn-four .text {
        font-size: 1.6rem; }
    .footer-col .social {
      margin-top: 1.6rem; }
      .footer-col .social-item {
        height: 2.4rem; }
  .footer-logo {
    margin-bottom: 1.6rem;
    height: 9rem; }
    .footer-logo .custom-logo-link {
      display: block;
      height: 100%; }
      .footer-logo .custom-logo-link img {
        height: 100%;
        width: auto;
        -o-object-fit: contain;
        object-fit: contain; }
  .footer-title {
    font-weight: 600;
    color: white; }
  .footer-info {
    margin-bottom: 1.2rem; }
    .footer-info-link {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content; }
      @media (hover: hover) {
        .footer-info-link:hover {
          text-decoration: underline;
          cursor: pointer; } }
  .footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.6rem;
    margin-top: 1.6rem; }
    .footer-social-link {
      width: 2.8rem;
      height: 2.8rem;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-justify-content: center; }
      .footer-social-link img {
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
      @media (hover: hover) {
        .footer-social-link:hover img {
          -webkit-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem); } }
  .footer-sign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1rem;
    padding: 1rem 0;
    position: relative; }
    .footer-sign:after {
      position: absolute;
      top: 0;
      content: "";
      width: 100vw;
      background: #393939;
      height: 100%;
      z-index: -1; }
    .footer-sign .text {
      color: white;
      font-size: 1.4rem;
      opacity: 0.7; }
    .footer-sign .icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 2.4rem;
      margin-bottom: 0.2rem; }
      .footer-sign .icon img {
        -o-object-fit: contain;
        object-fit: contain;
        height: 100%; }

.fsocial {
  position: fixed;
  bottom: 9rem;
  right: 3rem;
  z-index: 17;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .fsocial {
      right: 1.5rem; } }
  .fsocial .icon {
    height: 4.8rem;
    width: 4.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.2rem;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    padding: 1.2rem;
    position: relative;
    border-radius: 100rem;
    background: rgba(229, 194, 91, 0.5); }
    @media screen and (max-width: 1200px) {
      .fsocial .icon {
        width: 4rem;
        height: 4rem; } }
    .fsocial .icon .txt {
      position: absolute;
      right: calc(100% - 1rem);
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #fff;
      background-color: #ED1D24;
      border-radius: 10rem 0 0 10rem;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      padding: 0.4rem 1rem;
      padding-right: 2rem;
      font-weight: 600;
      z-index: -1;
      -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
      clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
      -webkit-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
      opacity: 0; }
    @media (hover: hover) {
      .fsocial .icon:hover .txt {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        opacity: 1; } }
    .fsocial .icon .circlejs {
      -webkit-animation: growAndFade 3s infinite ease-out;
      animation: growAndFade 3s infinite ease-out;
      background: #ED1D24;
      border-radius: 50%;
      opacity: 0;
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: -1;
      left: 50%;
      top: 50%; }
    .fsocial .icon .circle1 {
      -webkit-animation-delay: 1s;
      animation-delay: 1s; }
    .fsocial .icon .circle2 {
      -webkit-animation-delay: 2s;
      animation-delay: 2s; }
    .fsocial .icon .circle3 {
      -webkit-animation-delay: 3s;
      animation-delay: 3s; }
    .fsocial .icon:after {
      position: absolute;
      z-index: -1;
      inset: 0.5rem;
      border-radius: 100rem;
      background: -webkit-gradient(linear, left top, right top, from(#b57e10), color-stop(#f9df7b), to(#d9a734));
      background: linear-gradient(90deg, #b57e10, #f9df7b, #d9a734);
      content: "";
      -webkit-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
    .fsocial .icon:nth-child(1), .fsocial .icon:nth-child(2) {
      background: rgba(237, 29, 36, 0.2); }
      .fsocial .icon:nth-child(1)::after, .fsocial .icon:nth-child(2)::after {
        background: rgba(237, 29, 36, 0.2); }
      @media (hover: hover) {
        .fsocial .icon:nth-child(1):hover:after, .fsocial .icon:nth-child(2):hover:after {
          background: #ed1d24;
          inset: 0; } }
    .fsocial .icon:nth-child(3), .fsocial .icon:nth-child(4) {
      background: rgba(0, 132, 255, 0.2); }
      .fsocial .icon:nth-child(3)::after, .fsocial .icon:nth-child(4)::after {
        background: rgba(0, 132, 255, 0.2); }
      .fsocial .icon:nth-child(3) .circlejs, .fsocial .icon:nth-child(4) .circlejs {
        background: white; }
    .fsocial .icon:before {
      content: "";
      position: absolute;
      height: 100%;
      width: 100%;
      inset: 0;
      z-index: 0;
      border-radius: 100rem; }
    @media (hover: hover) {
      .fsocial .icon:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1); } }
    .fsocial .icon img {
      width: 100%;
      height: auto;
      -webkit-animation: shake-lr 1.4s linear infinite both;
      animation: shake-lr 1.4s linear infinite both; }

@-webkit-keyframes growAndFade {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0); }
  100% {
    opacity: 0.1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); } }

@keyframes growAndFade {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0); }
  100% {
    opacity: 0.1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); } }

.fixedbar-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 50%;
  margin-top: 1.2rem;
  background: rgba(237, 29, 36, 0.5);
  padding: 0.9rem; }
  @media screen and (max-width: 1200px) {
    .fixedbar-btn {
      width: 4rem;
      height: 4rem; } }
  .fixedbar-btn:after {
    position: absolute;
    z-index: -1;
    inset: 0.5rem;
    border-radius: 100rem;
    background: rgba(237, 29, 36, 0.5);
    content: ""; }
  .fixedbar-btn img {
    -webkit-animation: shake-lr 1.4s linear infinite both;
    animation: shake-lr 1.4s linear infinite both;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }
  .fixedbar-btn i {
    font-weight: 700;
    font-size: 1.8rem;
    -webkit-animation: shake-lr 1.4s linear infinite both;
    animation: shake-lr 1.4s linear infinite both;
    margin-top: 0.2rem;
    color: #1F2937; }

.shake-bottom {
  -webkit-animation: shake-bottom 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite both;
  animation: shake-bottom 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite both; }

@-webkit-keyframes shake-bottom {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%; }
  10% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg); }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg); }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg); }
  80% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg); }
  90% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg); } }

@keyframes shake-bottom {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%; }
  10% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg); }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg); }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg); }
  80% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg); }
  90% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg); } }

/* ----------------------------------------------
 * Generated by Animista on 2023-9-19 14:47:7
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation shake-lr
 * ----------------------------------------
 */
.shake-lr {
  -webkit-animation: shake-lr 1.4s linear NaNs infinite both;
  animation: shake-lr 1.4s linear NaNs infinite both; }

@-webkit-keyframes shake-lr {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
  10% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg); }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }
  80% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg); }
  90% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg); } }

@keyframes shake-lr {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
  10% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg); }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }
  80% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg); }
  90% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg); } }

.hamburger {
  width: 4rem;
  overflow: hidden;
  position: relative;
  z-index: 5; }
  @media screen and (min-width: 1200px) {
    .hamburger {
      display: none; } }
  .hamburger-label {
    position: relative;
    display: block;
    height: 2.8rem;
    cursor: pointer; }
    .hamburger-label::before, .hamburger-label::after,
    .hamburger-label .hamburger-text {
      position: absolute;
      left: 0;
      width: 100%;
      height: 0.2rem;
      background: #1F2937; }
    .hamburger-label::before, .hamburger-label::after {
      content: "";
      -webkit-transition: 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) left;
      transition: 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) left; }
    .hamburger-label::before {
      top: 0; }
    .hamburger-label::after {
      top: 1.2rem; }
  .hamburger-text {
    top: 2.4rem; }
    .hamburger-text::before {
      content: "CLOSE";
      position: absolute;
      top: 0.5rem;
      right: 0;
      left: 0;
      color: #1F2937;
      font-size: 1.1rem;
      font-weight: bold;
      text-align: center; }
  .hamburger.active .hamburger-label:before {
    left: -3.9rem; }
  .hamburger.active .hamburger-label:after {
    left: 3.9rem; }
  .hamburger.active .hamburger-label .hamburger-text:before {
    -webkit-animation: moveUpThenDown 0.8s ease 0.2s forwards, shakeWhileMovingUp 0.8s ease 0.2s forwards, shakeWhileMovingDown 0.2s ease 0.8s forwards;
    animation: moveUpThenDown 0.8s ease 0.2s forwards, shakeWhileMovingUp 0.8s ease 0.2s forwards, shakeWhileMovingDown 0.2s ease 0.8s forwards; }

@-webkit-keyframes moveUpThenDown {
  0% {
    top: 0; }
  50% {
    top: -27px; }
  100% {
    top: -18px; } }

@keyframes moveUpThenDown {
  0% {
    top: 0; }
  50% {
    top: -27px; }
  100% {
    top: -18px; } }

@-webkit-keyframes shakeWhileMovingUp {
  0% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0); }
  25% {
    -webkit-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg); }
  50% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
  75% {
    -webkit-transform: rotateZ(10deg);
    transform: rotateZ(10deg); }
  100% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0); } }

@keyframes shakeWhileMovingUp {
  0% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0); }
  25% {
    -webkit-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg); }
  50% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
  75% {
    -webkit-transform: rotateZ(10deg);
    transform: rotateZ(10deg); }
  100% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0); } }

@-webkit-keyframes shakeWhileMovingDown {
  0% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0); }
  80% {
    -webkit-transform: rotateZ(3deg);
    transform: rotateZ(3deg); }
  90% {
    -webkit-transform: rotateZ(-3deg);
    transform: rotateZ(-3deg); }
  100% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0); } }

@keyframes shakeWhileMovingDown {
  0% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0); }
  80% {
    -webkit-transform: rotateZ(3deg);
    transform: rotateZ(3deg); }
  90% {
    -webkit-transform: rotateZ(-3deg);
    transform: rotateZ(-3deg); }
  100% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0); } }

@media screen and (min-width: 1200px) {
  .header-burger {
    display: none; } }

.mobile {
  position: fixed;
  z-index: 140;
  top: 0;
  left: 0;
  bottom: 0;
  min-width: 50rem;
  width: 50rem;
  background-color: white;
  -webkit-box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.05);
  transition: 0.4s linear;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transform: translateX(-110%);
  transform: translateX(-110%);
  overflow: hidden; }
  @media screen and (max-width: 500px) {
    .mobile {
      width: 70%;
      min-width: initial; } }
  @media screen and (max-width: 440px) {
    .mobile {
      width: 100%; } }
  .mobile.open {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  @media screen and (min-width: 1200px) {
    .mobile {
      display: none; } }
  .mobile-con {
    width: 100%;
    height: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden auto;
    padding: 4.4rem 2rem;
    padding-top: 1rem; }
  .mobile .header-logo {
    position: relative !important;
    inset: 0 !important;
    -webkit-transform: none !important;
    transform: none !important;
    width: 30%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 3rem; }
  .mobile-heading {
    font-size: 1.8rem;
    line-height: 1.5;
    color: #1F2937;
    font-weight: 700;
    margin-bottom: 2rem;
    text-transform: uppercase; }
  .mobile-overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.8);
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-110%);
    transform: translateX(-110%);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    top: 0; }
    .mobile-overlay.open {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateX(0);
      transform: translateX(0); }
    @media screen and (min-width: 1200px) {
      .mobile-overlay {
        display: none; } }
  .mobile-wr {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .mobile-wr::before {
      position: absolute;
      content: "";
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      height: 0.1rem;
      width: calc(100% + 6rem);
      background: #E5DED8; }
    .mobile-wr .header-search {
      display: block;
      padding: 1.2rem;
      padding-bottom: 0; }
  .mobile-list {
    margin-bottom: 2rem; }
  .mobile-content {
    padding: 2.4rem 1.6rem; }
  .mobile-title {
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1.6rem; }
  .mobile-mxh {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4rem;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .mobile-mxh-link {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-justify-content: center;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      height: 100%;
      background-color: white;
      cursor: pointer; }
      .mobile-mxh-link:not(:first-child) {
        border-left: 1px solid rgba(0, 0, 0, 0.1); }
      .mobile-mxh-link img {
        width: 3rem;
        height: 3rem;
        -webkit-filter: brightness(0) saturate(100%) invert(22%) sepia(17%) saturate(767%) hue-rotate(178deg) brightness(94%) contrast(88%);
        filter: brightness(0) saturate(100%) invert(22%) sepia(17%) saturate(767%) hue-rotate(178deg) brightness(94%) contrast(88%); }
  .mobile-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 4.4rem;
    height: 4.4rem;
    padding: 1.5rem;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    cursor: pointer;
    z-index: 5; }
    .mobile-close img {
      -webkit-filter: brightness(0) invert(1);
      filter: brightness(0) invert(1); }
    .mobile-close .icon, .mobile-close i {
      -webkit-transition: 0.6s ease-in-out;
      transition: 0.6s ease-in-out;
      font-weight: 500;
      font-size: 2.2rem;
      color: #1F2937; }
  .mobile-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem; }
    .mobile-contact .header-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .mobile-contact .header-info .icon {
        width: 2.4rem;
        height: 2.4rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .mobile-contact .header-info .icon img {
          -webkit-filter: brightness(0) saturate(100%) invert(22%) sepia(17%) saturate(767%) hue-rotate(178deg) brightness(94%) contrast(88%);
          filter: brightness(0) saturate(100%) invert(22%) sepia(17%) saturate(767%) hue-rotate(178deg) brightness(94%) contrast(88%); }
      .mobile-contact .header-info .txt {
        color: #1F2937; }

.header-nav {
  padding: 0 1.2rem;
  height: var(--size-hd); }
  @media screen and (max-width: 1199px) {
    .header-nav {
      display: none; } }
  .header-nav .menu-nav {
    height: 100%; }
    .header-nav .menu-nav > .menu-list {
      height: 100%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 0 -2rem; }
      .header-nav .menu-nav > .menu-list > .menu-item {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: inherit; }
        .header-nav .menu-nav > .menu-list > .menu-item:last-child > .menu-list {
          left: initial;
          right: 0; }
        .header-nav .menu-nav > .menu-list > .menu-item.dropdown:before {
          position: absolute;
          content: "";
          width: 100%;
          height: 100%;
          top: 100%;
          left: 0;
          visibility: hidden; }
        .header-nav .menu-nav > .menu-list > .menu-item.dropdown:hover:before {
          visibility: visible; }
        .header-nav .menu-nav > .menu-list > .menu-item:hover > a {
          color: #ED1D24; }
          .header-nav .menu-nav > .menu-list > .menu-item:hover > a i {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
            color: #ED1D24; }
        .header-nav .menu-nav > .menu-list > .menu-item > .menu-link {
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          color: #1F2937;
          position: relative;
          line-height: 1;
          height: 100%;
          cursor: pointer;
          font-weight: 600;
          padding: 0 1.5rem; }
          .header-nav .menu-nav > .menu-list > .menu-item > .menu-link::before {
            content: "";
            position: absolute;
            height: 0.2rem;
            background: #ED1D24;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
            width: 0;
            bottom: 1rem;
            border-radius: 0.5rem; }
          @media (hover: hover) {
            .header-nav .menu-nav > .menu-list > .menu-item > .menu-link:hover:before {
              width: calc(100% - 3rem); } }
        .header-nav .menu-nav > .menu-list > .menu-item.current_page_item > a, .header-nav .menu-nav > .menu-list > .menu-item.current-menu-item > a {
          color: #ED1D24;
          font-weight: 700; }
          .header-nav .menu-nav > .menu-list > .menu-item.current_page_item > a::before, .header-nav .menu-nav > .menu-list > .menu-item.current-menu-item > a::before {
            width: calc(100% - 3rem); }
        .header-nav .menu-nav > .menu-list > .menu-item > .menu-list {
          top: calc(100% + 1rem); }
  .header-nav .menu-list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .header-nav .menu-item {
    position: relative;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s; }
    .header-nav .menu-item:hover > .menu-list {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); }
      .header-nav .menu-item:hover > .menu-list > .menu-item.current_page_item > a, .header-nav .menu-item:hover > .menu-list > .menu-item.current-menu-item > a {
        color: #ED1D24; }
    .header-nav .menu-item .menu-link,
    .header-nav .menu-item a {
      transition: 0.2s ease-in-out;
      -webkit-transition: 0.2s ease-in-out;
      -moz-transition: 0.2s ease-in-out;
      -ms-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      transition-delay: 0s;
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      -ms-transition-delay: 0s;
      -o-transition-delay: 0s; }
      .header-nav .menu-item .menu-link i,
      .header-nav .menu-item a i {
        transition: 0.2s ease-in-out;
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        -ms-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition-delay: 0s;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -ms-transition-delay: 0s;
        -o-transition-delay: 0s; }
    .header-nav .menu-item > .menu-link,
    .header-nav .menu-item > a {
      color: #1F2937;
      display: block;
      font-size: 1.8rem;
      font-weight: 600; }
      .header-nav .menu-item > .menu-link::before,
      .header-nav .menu-item > a::before {
        content: "";
        position: absolute;
        height: 0.2rem;
        background: #ED1D24;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        width: 0;
        bottom: 1rem;
        border-radius: 0.5rem; }
      @media (hover: hover) {
        .header-nav .menu-item > .menu-link:hover,
        .header-nav .menu-item > a:hover {
          color: #ED1D24; }
          .header-nav .menu-item > .menu-link:hover:before,
          .header-nav .menu-item > a:hover:before {
            width: calc(100% - 3rem); } }
      .header-nav .menu-item > .menu-link > i,
      .header-nav .menu-item > a > i {
        display: none;
        font-weight: 600;
        margin-left: 0.4rem;
        font-size: 1.4rem;
        color: #1F2937; }
    .header-nav .menu-item.dropdown > a > i {
      display: inline-block; }
    .header-nav .menu-item > .menu-list {
      position: absolute;
      top: 0;
      left: 0;
      min-width: 20rem;
      max-width: 28rem;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      background: white;
      -webkit-box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
      box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
      transition: 0.3s ease-in-out;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -ms-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translate(0, -5px);
      transform: translate(0, -5px); }
      .header-nav .menu-item > .menu-list > .menu-item {
        margin-left: 0;
        width: 100%; }
        .header-nav .menu-item > .menu-list > .menu-item > .menu-link,
        .header-nav .menu-item > .menu-list > .menu-item > a {
          padding: 0.8rem 1.6rem;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          position: relative; }
          .header-nav .menu-item > .menu-list > .menu-item > .menu-link > i,
          .header-nav .menu-item > .menu-list > .menu-item > a > i {
            -webkit-transform: rotate(-90deg) translate(5px, 0);
            transform: rotate(-90deg) translate(5px, 0);
            margin-top: 0.8rem;
            font-size: 1rem; }
        .header-nav .menu-item > .menu-list > .menu-item > .menu-list {
          left: 100%; }
  .header-nav .menu-link {
    text-transform: uppercase; }

.mobile-nav .menu-nav > .menu-list > .menu-item.current_page_item > a, .mobile-nav .menu-nav > .menu-list > .menu-item.current-menu-item > a {
  color: #1F2937; }

.mobile-nav .menu-nav > .menu-list > .menu-item:has(.current-menu-item) > a {
  color: #1F2937; }

.mobile-nav .menu-nav > .menu-list > .menu-item > a {
  padding: 1.2rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1F2937;
  font-size: 1.4rem;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .mobile-nav .menu-nav > .menu-list > .menu-item > a::before {
    display: none; }

.mobile-nav .menu-item.dropdown > a > i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem;
  margin-right: -1rem; }
  .mobile-nav .menu-item.dropdown > a > i::before {
    margin-top: -0.5rem; }

.mobile-nav .menu-item.active > a > i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.mobile-nav .menu-item a {
  position: relative; }

.mobile-nav .menu-item > a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 2rem;
  color: #1F2937;
  font-weight: 600;
  text-transform: uppercase;
  padding: 1rem 0; }
  @media only screen and (max-width: 1200px) {
    .mobile-nav .menu-item > a {
      font-size: 1.8rem; } }
  @media only screen and (max-width: 800px) {
    .mobile-nav .menu-item > a {
      font-size: 1.6rem; } }

.mobile-nav .menu-item > .menu-list {
  display: none;
  margin-left: 1.6rem;
  position: relative; }
  .mobile-nav .menu-item > .menu-list a {
    font-size: 1.6rem; }
  .mobile-nav .menu-item > .menu-list > .menu-item:has(.current-menu-item) > a {
    color: #ED1D24; }

.mobile-nav .menu-link {
  text-transform: uppercase; }

.header .current_page_item > a,
.header .current-menu-item > a {
  color: #ED1D24; }

.popup {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  visibility: hidden; }
  .popup.open {
    visibility: visible; }
    .popup.open .popup-overlay {
      opacity: 1;
      visibility: visible; }
    .popup.open .popup-main {
      visibility: visible;
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }
  .popup-overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden; }
  .popup-main {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 90rem;
    max-height: 90vh;
    max-width: 95%;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    visibility: hidden;
    position: relative;
    border-radius: 0.4rem;
    background-color: #ffffff;
    padding: 2.4rem;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0); }
    .popup-main.med {
      width: 90rem; }
    .popup-main.small {
      width: 80rem; }
  .popup-over {
    overflow: hidden auto;
    max-height: 80vh; }
  .popup-wrapper {
    width: 100%;
    min-height: 30vh;
    position: relative;
    border-radius: 6px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center; }
  .popup-title {
    font-size: 2.4rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1.6rem; }
    @media only screen and (max-width: 1200px) {
      .popup-title {
        font-size: 2rem; } }
    @media only screen and (max-width: 800px) {
      .popup-title {
        font-size: 1.7rem; } }
  .popup-close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 3rem;
    height: 3rem;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    z-index: 100; }
    .popup-close:hover .icon {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
    .popup-close .icon {
      color: #000000;
      font-weight: 300;
      font-size: 2.4rem;
      transition: 0.6s ease-in-out;
      -webkit-transition: 0.6s ease-in-out;
      -moz-transition: 0.6s ease-in-out;
      -ms-transition: 0.6s ease-in-out;
      -o-transition: 0.6s ease-in-out;
      transition-delay: 0s;
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      -ms-transition-delay: 0s;
      -o-transition-delay: 0s; }
      @media screen and (max-width: 800px) {
        .popup-close .icon {
          font-size: 1.6rem; } }
  .popup-search {
    width: 100%;
    padding: 1rem; }
    .popup-search-box {
      width: 40rem; }
      .popup-search-box .popup-over {
        max-height: 90vh; }
    .popup-search-icon .icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 2rem; }
    .popup-search-icon i {
      font-size: 4rem;
      font-weight: 700; }
    .popup-search-input.active::before {
      display: none; }
    .popup-search-input input {
      width: 100%;
      -webkit-transition: 0.4s;
      transition: 0.4s;
      padding: 1rem 1.6rem;
      border: 0.1rem solid #1F2937;
      height: 4.4rem;
      border-radius: 0.8rem; }
    .popup-search-input .btn, .popup-search-input .btn-pri, .popup-search-input .btn-bd, .popup-search-input .btn-second, .popup-search-input .btn-thir, .popup-search-input .btn-four {
      width: 100%;
      margin-top: 1rem;
      height: 4.4rem;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
  .popup-con .popup-main {
    width: 100rem;
    padding: 1rem;
    padding-top: 2rem; }
  .popup-con .popup-close {
    top: 0;
    right: 0;
    background: #fff;
    border-radius: 1.2rem; }
  .popup-con .popup-search-input {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.2rem;
    border: 0.1rem solid #111827;
    border-radius: 1.2rem; }
    .popup-con .popup-search-input input {
      border: none; }
    .popup-con .popup-search-input .btn, .popup-con .popup-search-input .btn-pri, .popup-con .popup-search-input .btn-bd, .popup-con .popup-search-input .btn-second, .popup-con .popup-search-input .btn-thir, .popup-con .popup-search-input .btn-four {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin: 0;
      border-radius: 1rem; }
  .popup-con-inner {
    padding: 2rem 1rem;
    padding-top: 0; }
  .popup-con-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1.2rem;
    row-gap: 2.4rem;
    margin-top: 2.4rem; }
    @media screen and (max-width: 1200px) {
      .popup-con-list {
        margin: 0 -0.6rem;
        row-gap: 1.2rem;
        margin-top: 2rem; } }
  .popup-con-item {
    width: 50%;
    padding: 0 1.2rem; }
    @media screen and (max-width: 1200px) {
      .popup-con-item {
        padding: 0 0.6rem; } }
    @media screen and (max-width: 768px) {
      .popup-con-item {
        width: 100%; } }
  .popup-con-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 1.2rem;
    background: #fff;
    border: 0.1rem solid #E2E8F0;
    padding: 1rem;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    height: 100%; }
    @media (hover: hover) {
      .popup-con-box:hover {
        -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; } }
  .popup-con-img {
    width: 7rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 9rem; }
    .popup-con-img img {
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      height: 100%; }
  .popup-con-desc {
    font-size: 1.4rem;
    padding-left: 1rem; }
    .popup-con-desc .name {
      font-size: 1.6rem;
      font-weight: 700;
      color: #111827;
      -webkit-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
      @media (hover: hover) {
        .popup-con-desc .name:hover {
          color: #ED1D24; } }
    .popup-con-desc .txt {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
  .popup-con-plus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 1rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: auto; }
    .popup-con-plus i {
      font-size: 2.4rem;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      @media only screen and (max-width: 1200px) {
        .popup-con-plus i {
          font-size: 2rem; } }
      @media only screen and (max-width: 800px) {
        .popup-con-plus i {
          font-size: 1.7rem; } }
    @media (hover: hover) {
      .popup-con-plus:hover i {
        color: #ED1D24; } }
  .popup-con-form .sform-form {
    -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; }
  .popup-con-more {
    width: 100%;
    padding: 0 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .popup-con-more .btn, .popup-con-more .btn-pri, .popup-con-more .btn-bd, .popup-con-more .btn-second, .popup-con-more .btn-thir, .popup-con-more .btn-four {
      height: 4rem; }

.cmini-table table {
  width: 100%;
  border-radius: 0.8rem !important;
  overflow: hidden;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; }
  .cmini-table table thead tr {
    background-color: #F1F5F9; }
    .cmini-table table thead tr th {
      color: #111827;
      padding: 2rem;
      vertical-align: middle;
      font-weight: 700; }
      .cmini-table table thead tr th:nth-child(1) {
        text-align: left; }
  @media screen and (max-width: 768px) {
    .cmini-table table thead {
      display: none; } }
  .cmini-table table tbody tr:not(:last-child) {
    border-bottom: 0.1rem solid #ebebeb; }
  .cmini-table table tbody tr td {
    padding: 2.4rem 1.5rem;
    vertical-align: middle;
    text-align: center; }
    .cmini-table table tbody tr td:not(:last-child) {
      border-right: 0.1rem solid #fff; }
    @media screen and (max-width: 768px) {
      .cmini-table table tbody tr td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        padding: 1rem !important;
        position: relative;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        border: none !important; }
        .cmini-table table tbody tr td:first-child {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          gap: 2rem; }
        .cmini-table table tbody tr td::before {
          content: attr(data-text);
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content;
          font-weight: 600;
          color: #031230;
          text-align: left; } }
    @media screen and (max-width: 550px) {
      .cmini-table table tbody tr td:not(:first-child) {
        padding: 1.6rem 0;
        -webkit-column-gap: 2rem;
        -moz-column-gap: 2rem;
        column-gap: 2rem; } }

.cmini .quantity-count {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.cmini .popup-con-item {
  padding: 0;
  width: 100%; }

.cmini .popup-con-box {
  border: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .cmini .popup-con-box {
      padding: 0; } }

.cmini .popup-con-img {
  width: 10rem; }
  @media screen and (max-width: 768px) {
    .cmini .popup-con-img {
      width: 8rem; } }

.cmini .popup-con-desc {
  text-align: left; }
  .cmini .popup-con-desc .name {
    font-size: 2rem; }
    @media only screen and (max-width: 1200px) {
      .cmini .popup-con-desc .name {
        font-size: 1.8rem; } }
    @media only screen and (max-width: 800px) {
      .cmini .popup-con-desc .name {
        font-size: 1.6rem; } }

.cmini-remove {
  width: 4rem;
  height: 4rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  cursor: pointer;
  margin: 0 auto; }
  .cmini-remove i {
    font-size: 2rem; }
    @media only screen and (max-width: 1200px) {
      .cmini-remove i {
        font-size: 1.8rem; } }
    @media only screen and (max-width: 800px) {
      .cmini-remove i {
        font-size: 1.6rem; } }
  @media screen and (max-width: 768px) {
    .cmini-remove {
      margin-right: 0; }
      .cmini-remove i {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px); } }
  @media (hover: hover) {
    .cmini-remove:hover {
      background: #F1F5F9; } }

.btn, .btn-pri, .btn-bd, .btn-second, .btn-thir, .btn-four {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 5.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  min-width: 11rem;
  padding: 0 2rem;
  border-radius: 0.8rem; }
  .btn .icon, .btn-pri .icon, .btn-bd .icon, .btn-second .icon, .btn-thir .icon, .btn-four .icon {
    width: 2rem;
    height: 2rem;
    position: relative;
    z-index: 3;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    margin-top: 0.2rem;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .btn .icon:first-child, .btn-pri .icon:first-child, .btn-bd .icon:first-child, .btn-second .icon:first-child, .btn-thir .icon:first-child, .btn-four .icon:first-child {
      margin-right: 0.8rem; }
    .btn .icon:last-child, .btn-pri .icon:last-child, .btn-bd .icon:last-child, .btn-second .icon:last-child, .btn-thir .icon:last-child, .btn-four .icon:last-child {
      margin-left: 0.8rem; }
    .btn .icon img, .btn-pri .icon img, .btn-bd .icon img, .btn-second .icon img, .btn-thir .icon img, .btn-four .icon img {
      position: relative;
      z-index: 3;
      width: inherit;
      height: inherit; }
    .btn .icon i, .btn-pri .icon i, .btn-bd .icon i, .btn-second .icon i, .btn-thir .icon i, .btn-four .icon i {
      -webkit-transition: 0.4s;
      transition: 0.4s;
      font-size: 2rem;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
      @media only screen and (max-width: 1200px) {
        .btn .icon i, .btn-pri .icon i, .btn-bd .icon i, .btn-second .icon i, .btn-thir .icon i, .btn-four .icon i {
          font-size: 1.8rem; } }
      @media only screen and (max-width: 800px) {
        .btn .icon i, .btn-pri .icon i, .btn-bd .icon i, .btn-second .icon i, .btn-thir .icon i, .btn-four .icon i {
          font-size: 1.6rem; } }
  .btn.center, .center.btn-pri, .center.btn-bd, .center.btn-second, .center.btn-thir, .center.btn-four {
    margin: auto;
    margin-top: 2rem; }
  .btn .text, .btn-pri .text, .btn-bd .text, .btn-second .text, .btn-thir .text, .btn-four .text {
    color: #ffffff;
    z-index: 3;
    position: relative;
    display: block !important;
    white-space: nowrap;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2rem; }
    @media only screen and (max-width: 1200px) {
      .btn .text, .btn-pri .text, .btn-bd .text, .btn-second .text, .btn-thir .text, .btn-four .text {
        font-size: 1.8rem; } }
    @media only screen and (max-width: 800px) {
      .btn .text, .btn-pri .text, .btn-bd .text, .btn-second .text, .btn-thir .text, .btn-four .text {
        font-size: 1.6rem; } }
  .btn::after, .btn-pri::after, .btn-bd::after, .btn-second::after, .btn-thir::after, .btn-four::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease; }

@media screen and (min-width: 1200px) and (hover: hover) {
  .btn:hover::after, .btn-pri:hover::after, .btn-bd:hover::after, .btn-second:hover::after, .btn-thir:hover::after, .btn-four:hover::after {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right; }
  .btn:hover i, .btn-pri:hover i, .btn-bd:hover i, .btn-second:hover i, .btn-thir:hover i, .btn-four:hover i {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }
  .btn-pri {
    border: 0.1rem solid #ED1D24;
    background-color: #ED1D24;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    .btn-pri::after {
      background: #fff; }
    .btn-pri .text {
      color: #ffffff; }
    .btn-pri .icon i {
      color: #ffffff; }
    @media (hover: hover) {
      .btn-pri:hover .text {
        color: #ED1D24; }
      .btn-pri:hover .icon i {
        color: #ED1D24; } }
  .btn-bd {
    background: transparent; }
    .btn-bd::after {
      background: -webkit-gradient(linear, left top, right top, color-stop(0.37%, rgba(182, 111, 41, 0.1)), color-stop(27.52%, rgba(220, 154, 39, 0.1)), color-stop(52.76%, rgba(237, 179, 31, 0.1)), color-stop(80.98%, rgba(215, 148, 42, 0.1)), to(rgba(176, 104, 40, 0.1)));
      background: linear-gradient(90deg, rgba(182, 111, 41, 0.1) 0.37%, rgba(220, 154, 39, 0.1) 27.52%, rgba(237, 179, 31, 0.1) 52.76%, rgba(215, 148, 42, 0.1) 80.98%, rgba(176, 104, 40, 0.1) 100%); }
    .btn-bd .text {
      background: -webkit-gradient(linear, left top, right top, color-stop(0.37%, #FFAF61), color-stop(27.52%, #DC9A27), color-stop(52.76%, #EDB31F), color-stop(80.98%, #D7942A), to(#B06828));
      background: linear-gradient(90deg, #FFAF61 0.37%, #DC9A27 27.52%, #EDB31F 52.76%, #D7942A 80.98%, #B06828 100%); }
    .btn-bd .icon i {
      color: #ffffff; }
    @media (hover: hover) {
      .btn-bd:hover .text {
        color: #1F2937; }
      .btn-bd:hover .icon i {
        color: #1F2937; } }
  .btn-second {
    background: transparent;
    border: 1px solid #ED1D24; }
    .btn-second::after {
      background: #ED1D24; }
    .btn-second .text {
      color: #ED1D24; }
    .btn-second .icon i {
      color: #ED1D24; }
    @media (hover: hover) {
      .btn-second:hover .text {
        color: #ffffff; }
      .btn-second:hover .icon i {
        color: #ffffff; } }
  .btn-thir {
    background: #3A6BD0;
    border-radius: 3rem;
    border: 1px solid #3A6BD0; }
    .btn-thir::after {
      background: #ffffff; }
    .btn-thir .text {
      color: #ffffff; }
    .btn-thir .icon i {
      color: #ffffff; }
    @media (hover: hover) {
      .btn-thir:hover .text {
        color: #3A6BD0; }
      .btn-thir:hover .icon i {
        color: #3A6BD0; } }
  .btn-four {
    background: transparent;
    border-radius: 3rem;
    border: 1px solid #ED1D24; }
    .btn-four::after {
      background: #ED1D24; }
    .btn-four .text {
      color: #ED1D24; }
    .btn-four .icon i {
      color: #ED1D24; }
    @media (hover: hover) {
      .btn-four:hover .text {
        color: #ffffff; }
      .btn-four:hover .icon i {
        color: #ffffff; } }
  .btn.full, .full.btn-pri, .full.btn-bd, .full.btn-second, .full.btn-thir, .full.btn-four {
    width: 100%; }

.info-see {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  color: #1F2937;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  .info-see i {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-top: -0.1rem; }
  .info-see .text {
    font-weight: 700;
    margin-top: 0rem;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
    .info-see .text:last-child {
      margin-left: 0.8rem; }
    .info-see .text:first-child {
      margin-right: 0.8rem; }
  @media (hover: hover) {
    .info-see:hover i {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
      color: #DCA200; }
    .info-see:hover .text {
      color: #DCA200; } }

.bd-ln {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -ms-grid;
  display: grid;
  place-items: center;
  padding: 0.2rem; }
  .bd-ln::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0.2rem;
    background: -webkit-gradient(linear, left top, right top, color-stop(0.37%, #FFAF61), color-stop(27.52%, #DC9A27), color-stop(52.76%, #EDB31F), color-stop(80.98%, #D7942A), to(#B06828));
    background: linear-gradient(90deg, #FFAF61 0.37%, #DC9A27 27.52%, #EDB31F 52.76%, #D7942A 80.98%, #B06828 100%);
    border-radius: 100rem;
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none; }

.back-to-top {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 0.6rem;
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  z-index: 17;
  -webkit-transform: translateX(3rem);
  transform: translateX(3rem);
  opacity: 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  cursor: pointer;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100rem;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: 0.1rem solid #ED1D24;
  background: rgba(255, 255, 255, 0.5); }
  @media screen and (max-width: 1200px) {
    .back-to-top {
      width: 4rem;
      height: 4rem; } }
  .back-to-top i {
    color: #ED1D24; }
  .back-to-top img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }
  @media screen and (min-width: 1200px) {
    .back-to-top img {
      -webkit-animation: shake-vertical 15s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite both;
      animation: shake-vertical 15s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite both; } }
  @media screen and (max-width: 1200px) {
    .back-to-top {
      width: 4rem;
      height: 4rem; } }
  @media screen and (max-width: 768px) {
    .back-to-top {
      right: 1.5rem; } }
  .back-to-top.active {
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  @media (hover: hover) {
    .back-to-top:hover .icon {
      -webkit-animation: slide-top 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate both;
      animation: slide-top 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate both; } }
  .back-to-top .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

@-webkit-keyframes BTT {
  0% {
    opacity: 0; }
  33% {
    opacity: 1; }
  66% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes BTT {
  0% {
    opacity: 0; }
  33% {
    opacity: 1; }
  66% {
    opacity: 0; }
  100% {
    opacity: 0; } }

::-webkit-scrollbar {
  width: 0.5rem; }

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

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

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

.quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .quantity .count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    gap: 0.5rem;
    border: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0.1rem solid #F3F3F3;
    padding: 0.2rem;
    border-radius: 10rem; }
    @media screen and (max-width: 1024px) {
      .quantity .count {
        gap: 0.5rem; } }
    @media screen and (max-width: 550px) {
      .quantity .count-number {
        font-size: 1.4rem; } }
    .quantity .count-number {
      color: #1A1A1A;
      line-height: 1;
      font-weight: 600; }
    .quantity .count-btn {
      width: 3.5rem;
      height: 3.5rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      cursor: pointer;
      border-radius: 100rem;
      -webkit-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
      @media (hover: hover) {
        .quantity .count-btn:hover {
          background: #F1F5F9; } }

.ip-control {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .ip-control.x2 {
    width: 50%; }
  .ip-control.x3 {
    width: calc(100% / 3); }
  .ip-control label {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1F2937;
    display: block;
    margin-bottom: 0.5rem; }
  .ip-control input {
    width: 100%;
    height: 4.8rem;
    border: 1px solid #d0d5dd;
    background: #fff;
    padding: 0 1.2rem;
    border-radius: 0.8rem; }
    .ip-control input:focus {
      outline: none;
      border-color: black; }
  .ip-control textarea {
    border: 1px solid #d0d5dd;
    background: #fff;
    padding: 1.6rem;
    min-height: 10rem;
    border-radius: 0.8rem;
    width: 100% !important; }
  .ip-control-input {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .ip-control-input input {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      border-radius: 0 0.8rem 0.8rem 0 !important; }
  .ip-control-select {
    width: 7rem; }
    .ip-control-select .select2-selection__rendered,
    .ip-control-select .select2-container .select2-selection--single,
    .ip-control-select .select2-container {
      border-radius: 0.8rem 0 0 0.8rem  !important;
      border-right: none !important; }
  .ip-control .select2-container {
    width: 100% !important;
    height: 4.8rem;
    border-radius: 0.8rem;
    border: 1px solid #d0d5dd; }
  .ip-control .select2-container .select2-selection--single,
  .ip-control .select2-selection__rendered {
    height: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    width: 100%;
    border-color: transparent;
    border-radius: 0.8rem; }
  .ip-control .select2-selection__rendered {
    border-radius: 0.8rem; }
  .ip-control .select2-selection__arrow {
    height: 100% !important; }

.t-title {
  font-size: 5.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.2rem; }
  @media only screen and (max-width: 1200px) {
    .t-title {
      font-size: 5.1rem; } }
  @media only screen and (max-width: 800px) {
    .t-title {
      font-size: 4rem; } }
  @media screen and (max-width: 768px) {
    .t-title {
      letter-spacing: 0; } }

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

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

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

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

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

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

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

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

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

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

.fsi {
  font-style: italic; }

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

.t9 {
  font-size: 0.9rem; }

.t10 {
  font-size: 1rem; }

.t11 {
  font-size: 1.1rem; }

.t12 {
  font-size: 1.2rem; }

.t14 {
  font-size: 1.4rem; }

.t16 {
  font-size: 1.6rem; }

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

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

.t22 {
  font-size: 2.2rem; }
  @media only screen and (max-width: 1200px) {
    .t22 {
      font-size: 2rem; } }
  @media only screen and (max-width: 800px) {
    .t22 {
      font-size: 1.9rem; } }

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

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

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

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

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

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

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

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

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

.title-36 {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  color: #1F2937;
  text-transform: uppercase; }
  @media only screen and (max-width: 1200px) {
    .title-36 {
      font-size: 3.1rem; } }
  @media only screen and (max-width: 800px) {
    .title-36 {
      font-size: 2.6rem; } }
  @media only screen and (max-width: 500px) {
    .title-36 {
      font-size: 2.3rem; } }
  .title-36:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20%;
    min-width: 10rem;
    max-width: 20rem;
    height: 0.3rem;
    background-color: #ED1D24;
    content: "";
    border-radius: 5rem; }
  .title-36.t-center {
    line-height: 1.5; }
    .title-36.t-center::before {
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: -0.2rem; }

.title-40 {
  font-size: 4rem;
  font-weight: 700;
  color: #1F2937;
  line-height: 1.4;
  position: relative;
  text-transform: uppercase; }
  @media only screen and (max-width: 1200px) {
    .title-40 {
      font-size: 3.5rem; } }
  @media only screen and (max-width: 800px) {
    .title-40 {
      font-size: 2.7rem; } }
  @media only screen and (max-width: 500px) {
    .title-40 {
      font-size: 2.5rem; } }
  .title-40:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20%;
    min-width: 10rem;
    max-width: 20rem;
    height: 0.3rem;
    background-color: #ED1D24;
    content: "";
    border-radius: 5rem; }
  .title-40.t-center {
    line-height: 1.5; }
    .title-40.t-center::before {
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: -0.2rem; }

.page-numbers {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 5;
  overflow: auto; }
  .page-numbers::-webkit-scrollbar {
    display: none; }
  .page-numbers > li:not(:first-child) {
    margin-left: 1rem; }
  .page-numbers > li > .page-numbers {
    height: 3.2rem;
    width: 3.2rem;
    border-radius: 0.5rem;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    color: #858c82;
    font-size: 1.4rem;
    font-weight: 400;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    line-height: 1.5; }
    .page-numbers > li > .page-numbers::after {
      position: absolute;
      content: "";
      width: 0;
      height: 100%;
      top: 0;
      right: 0;
      background: #ED1D24;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease;
      z-index: 1;
      pointer-events: none; }
    .page-numbers > li > .page-numbers.next, .page-numbers > li > .page-numbers.prev {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      padding: 0.7rem 1.4rem;
      background-color: white;
      gap: 0.5rem;
      border: 1px solid #d0d5dd;
      color: #1F2937;
      font-weight: 600; }
      .page-numbers > li > .page-numbers.next i, .page-numbers > li > .page-numbers.prev i {
        color: #1F2937;
        font-weight: 700;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        margin-top: -0.1rem; }
    .page-numbers > li > .page-numbers:after {
      z-index: -1;
      background: #ED1D24; }
    @media (hover: hover) {
      .page-numbers > li > .page-numbers:hover:not(.dot) {
        color: white; }
        .page-numbers > li > .page-numbers:hover:not(.dot) i {
          color: white; }
        .page-numbers > li > .page-numbers:hover:not(.dot)::after {
          left: 0;
          width: 100%; } }
    .page-numbers > li > .page-numbers.current {
      color: #ED1D24;
      font-weight: 700;
      background-color: rgba(244, 151, 18, 0.1); }
    .page-numbers > li > .page-numbers.dot {
      background-color: transparent; }
    .page-numbers > li > .page-numbers i {
      font-weight: 400; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-48 {
  margin-bottom: 4.8rem; }

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

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

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

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

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

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

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

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

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

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

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

.mt-block {
  margin-top: 4rem; }
  @media screen and (max-width: 1200px) {
    .mt-block {
      margin-top: 3rem; } }

.mt-8 {
  margin-top: 0.8rem; }

.ss-mg {
  margin: var(--pd-sc) 0; }

.ss-mg-t {
  margin-top: var(--pd-sc); }

.ss-mg-b {
  margin-bottom: var(--pd-sc); }

.ss-pd {
  padding: var(--pd-sc) 0; }

.ss-pd-t {
  padding-top: var(--pd-sc); }

.ss-pd-b {
  padding-bottom: var(--pd-sc); }

.breadcrumb {
  max-width: 100%;
  white-space: nowrap; }
  .breadcrumb::-webkit-scrollbar {
    height: 0.2rem; }
  .breadcrumb-inner {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    @media screen and (max-width: 600px) {
      .breadcrumb-inner {
        border-radius: 0;
        border: none;
        padding: 0; } }
  .breadcrumb-list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 0.5rem; }
  .breadcrumb-item {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 0.5rem;
    white-space: wrap;
    position: relative; }
    .breadcrumb-item:before {
      position: absolute;
      content: "/";
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      font-size: 1.2rem;
      display: none; }
    .breadcrumb-item:not(:first-child) {
      -webkit-column-gap: 0.5rem;
      -moz-column-gap: 0.5rem;
      column-gap: 0.5rem;
      padding-left: 1rem; }
      .breadcrumb-item:not(:first-child):before {
        display: block; }
    .breadcrumb-item:last-child i,
    .breadcrumb-item:last-child .breadcrumb-link {
      font-weight: 700; }
    .breadcrumb-item:first-child i {
      display: none; }
    .breadcrumb-item:nth-child(2) {
      -webkit-transition-delay: 0.4s !important;
      transition-delay: 0.4s !important; }
    .breadcrumb-item:nth-child(3) {
      -webkit-transition-delay: 0.6s !important;
      transition-delay: 0.6s !important; }
    .breadcrumb-item:nth-child(4) {
      -webkit-transition-delay: 0.8s !important;
      transition-delay: 0.8s !important; }
    .breadcrumb-item:nth-child(5) {
      -webkit-transition-delay: 1s !important;
      transition-delay: 1s !important; }
  .breadcrumb-link {
    font-size: 1.4rem;
    line-height: 1;
    color: #1F2937;
    font-weight: 500; }

.breadcrumb-page {
  margin-top: 1rem; }
  @media screen and (max-width: 1200px) {
    .breadcrumb-page {
      padding-top: 0;
      margin-top: 2.4rem; } }
  .breadcrumb-page .breadcrumb-list {
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset; }
  .breadcrumb-page .breadcrumb-item::after {
    color: #1F2937; }
  .breadcrumb-page .breadcrumb-link {
    color: rgba(30, 30, 30, 0.5); }

.recheck-item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer; }
  .recheck-item.active .recheck-checkbox {
    background: #ED1D24; }
    .recheck-item.active .recheck-checkbox::before {
      opacity: 1;
      content: "\f00c";
      color: white; }
  .recheck-item.active .recheck-radio::before {
    opacity: 1; }
  .recheck-item.active .recheck-dot::before {
    opacity: 1; }

.recheck-checkbox {
  width: 2rem;
  height: 2rem;
  border-radius: 0.3rem;
  background-color: transparent;
  border: 0.1rem solid #ED1D24;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  .recheck-checkbox::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: calc(50%);
    position: absolute;
    color: #ED1D24;
    font-size: 1.4rem;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    font-family: "Font Awesome 5 Pro";
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-weight: 300;
    line-height: 1; }

.recheck-radio {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 100rem;
  border: 0.1rem solid #d9d9d9;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative; }
  .recheck-radio::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 100rem;
    background-color: #ED1D24;
    opacity: 0; }

.recheck-method {
  width: 4.8rem;
  height: 4.8rem;
  border: 0.1rem solid #ebebeb;
  border-radius: 0.8rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-left: 0.8rem; }
  .recheck-method img {
    width: 2.4rem;
    height: 2.4rem; }

.recheck-text {
  margin-left: 0.8rem;
  color: #1F2937;
  line-height: 1; }
  .recheck-text a {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    @media (hover: hover) {
      .recheck-text a:hover {
        color: #ED1D24;
        text-decoration: underline; } }

.recheck-dot {
  border-radius: 50%;
  width: 1.8rem;
  height: 1.8rem;
  border: 0.1rem solid #000000;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  .recheck-dot::before {
    content: "";
    position: absolute;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: inherit;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #ED1D24;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }

.banner-wrap {
  position: relative; }

.banner-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: -1; }
  .banner-bg img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover; }

.banner-inner {
  background: rgba(0, 0, 0, 0.4); }

.banner-ctn {
  min-height: calc((893/1728) * 100vw);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media screen and (min-width: 1024px) {
    .banner-ctn {
      max-height: calc((100vh - var(--size-hd)) - 3rem);
      min-height: unset;
      height: calc((780/1728) * 100vw); } }

.banner-desc {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 4rem 0;
  width: 80%;
  margin: 0 auto;
  margin-top: auto; }
  @media screen and (max-width: 1200px) {
    .banner-desc {
      width: 100%; } }
  .banner-desc .title {
    line-height: 1.2; }
    @media screen and (max-width: 768px) {
      .banner-desc .title br {
        display: none; } }
  @media screen and (max-width: 768px) {
    .banner-desc .desc br {
      display: none; } }
  .banner-desc .btn, .banner-desc .btn-pri, .banner-desc .btn-bd, .banner-desc .btn-second, .banner-desc .btn-thir, .banner-desc .btn-four {
    margin-top: 2.4rem; }

.banner-bot {
  position: relative;
  margin-top: auto;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  padding: 3rem 0;
  margin-top: auto; }
  .banner-bot::before {
    position: absolute;
    content: "";
    height: 0.1rem;
    width: 100vw;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #D1D5DB;
    opacity: 0; }
  .banner-bot-text {
    color: #fff;
    font-size: 2.2rem; }
    @media only screen and (max-width: 1200px) {
      .banner-bot-text {
        font-size: 2rem; } }
    @media only screen and (max-width: 800px) {
      .banner-bot-text {
        font-size: 1.9rem; } }
  .banner-bot-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .banner-bot-link i {
      color: #fff;
      font-size: 2.2rem;
      -webkit-animation: shake-vertical 15s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite both;
      animation: shake-vertical 15s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite both; }
      @media only screen and (max-width: 1200px) {
        .banner-bot-link i {
          font-size: 2rem; } }
      @media only screen and (max-width: 800px) {
        .banner-bot-link i {
          font-size: 1.9rem; } }

.banner-bread {
  padding-top: 2rem;
  margin-right: auto; }
  .banner-bread .breadcrumb-item:before {
    color: white; }
  .banner-bread .breadcrumb-link {
    color: white; }

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

.stars input {
  position: absolute;
  clip: rect(0, 0, 0, 0); }

.stars input:nth-child(1):checked ~ label:nth-of-type(-n + 1),
.stars input:nth-child(2):checked ~ label:nth-of-type(-n + 2),
.stars input:nth-child(3):checked ~ label:nth-of-type(-n + 3),
.stars input:nth-child(4):checked ~ label:nth-of-type(-n + 4),
.stars input:nth-child(5):checked ~ label:nth-of-type(-n + 5) {
  background: url(../assets/images/icon-star.svg);
  background-repeat: no-repeat;
  background-size: contain; }

.stars label {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin-right: 6px;
  height: 2rem;
  width: 2rem;
  background: url(../assets/images/star-opa.svg);
  background-repeat: no-repeat;
  cursor: pointer;
  background-size: contain;
  margin: 0; }
  .stars label.active {
    background: url(../assets/images/icon-star.svg); }

.stars .wpcf7-list-item {
  margin-left: 0; }

.stars label .wpcf7-list-item-label {
  display: none; }

.srate {
  padding: 6rem 0;
  padding-top: 2rem; }
  @media screen and (max-width: 992px) {
    .srate {
      padding: 5rem 0; } }
  .srate-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.2rem;
    margin-top: 4rem; }
    @media screen and (max-width: 920px) {
      .srate-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 2rem; } }
  .srate-left {
    padding: 0 1.2rem;
    width: 50%; }
    @media screen and (max-width: 992px) {
      .srate-left {
        width: 100%; } }
  .srate-right {
    padding: 0 1.2rem;
    width: 50%; }
    @media screen and (max-width: 992px) {
      .srate-right {
        width: 100%; } }
    .srate-right input:checked ~ .btn-drop-text .text:nth-child(1) {
      display: none !important; }
    .srate-right input:checked ~ .btn-drop-text .text:nth-child(2) {
      display: block !important; }
    .srate-right input:checked ~ .btn-drop-text .icon {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
    .srate-right .btn-drop-text {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 0 auto;
      margin-top: 2rem; }
      .srate-right .btn-drop-text .btn, .srate-right .btn-drop-text .btn-pri, .srate-right .btn-drop-text .btn-bd, .srate-right .btn-drop-text .btn-second, .srate-right .btn-drop-text .btn-thir, .srate-right .btn-drop-text .btn-four {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        @media (hover: hover) {
          .srate-right .btn-drop-text .btn:hover .icon, .srate-right .btn-drop-text .btn-pri:hover .icon, .srate-right .btn-drop-text .btn-bd:hover .icon, .srate-right .btn-drop-text .btn-second:hover .icon, .srate-right .btn-drop-text .btn-thir:hover .icon, .srate-right .btn-drop-text .btn-four:hover .icon {
            color: #1F2937; } }
      .srate-right .btn-drop-text .icon {
        color: #1F2937;
        margin: 0 !important;
        width: 1.5rem;
        height: auto;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-justify-content: center;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
  .srate-rate-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem; }
    .srate-rate-top .text {
      line-height: 1; }
  .srate-rate-star {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .srate-rate-star .text {
      color: #344054; }
  .srate-rate-ctn {
    margin-top: 1.2rem; }
  .srate-rate-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem; }
    .srate-rate-item:not(:last-child) {
      margin-bottom: 1rem; }
  .srate-line {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 50%;
    position: relative;
    height: 0.6rem;
    border-radius: 0.4rem;
    overflow: hidden; }
    .srate-line::before {
      background: #f6f7f5;
      content: "";
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      inset: 0; }
    .srate-line-inner {
      position: absolute;
      left: 0;
      top: 0;
      background: #ED1D24;
      border-radius: 0.4rem;
      z-index: 5;
      height: 100%; }

.swiper {
  margin: 0 -0.8rem; }
  .swiper-slide {
    padding: 0 0.8rem; }
  .swiper-next, .swiper-prev {
    width: 5rem;
    height: 5rem;
    border-radius: 100rem;
    border: 0.1rem solid #ED1D24;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    @media screen and (max-width: 1200px) {
      .swiper-next, .swiper-prev {
        width: 4rem;
        height: 4rem; } }
    .swiper-next::after, .swiper-prev::after {
      color: #ED1D24;
      font-size: 1.8rem;
      -webkit-transition: .3s ease;
      transition: .3s ease; }
      @media only screen and (max-width: 1200px) {
        .swiper-next::after, .swiper-prev::after {
          font-size: 1.6rem; } }
      @media only screen and (max-width: 800px) {
        .swiper-next::after, .swiper-prev::after {
          font-size: 1.5rem; } }
    @media (hover: hover) {
      .swiper-next:hover, .swiper-prev:hover {
        background: #ED1D24; }
        .swiper-next:hover:after, .swiper-prev:hover:after {
          color: #fff; } }
  .swiper-next.midle {
    right: -2.5rem; }
    @media screen and (max-width: 1200px) {
      .swiper-next.midle {
        right: 0; } }
  .swiper-prev.midle {
    left: -2.5rem; }
    @media screen and (max-width: 1200px) {
      .swiper-prev.midle {
        left: 0; } }

.swiper-pagination-bullet {
  border: 0.1rem solid #000;
  background: none;
  opacity: 1;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; }
  .swiper-pagination-bullet-active {
    background: #ED1D24;
    border: 0.1rem solid #ED1D24; }

.swiper-progress {
  position: relative;
  inset: 0;
  height: 0.3rem;
  background: rgba(237, 224, 204, 0.75);
  margin-top: 3rem;
  border-radius: 0.8rem; }
  .swiper-progress .swiper-pagination-progressbar-fill {
    background: #ED1D24 !important;
    border-radius: 0.8rem; }

@media screen and (max-width: 1200px) {
  .swhy-flex .mt-40 {
    margin-top: 3rem; } }

@media screen and (max-width: 768px) {
  .swhy-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 2rem; }
    .swhy-flex .col {
      width: 100%; } }

.swhy-item:not(:first-child) {
  margin-top: 1.5rem; }
  .swhy-item:not(:first-child) .txt {
    display: none; }

.swhy-box {
  background: #fff;
  padding: 1rem;
  border-radius: 1.2rem;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-left: 0.3rem solid #ED1D24;
  cursor: pointer; }
  .swhy-box .title {
    color: #111827;
    font-size: 2rem;
    font-weight: 700; }
    @media only screen and (max-width: 1200px) {
      .swhy-box .title {
        font-size: 1.8rem; } }
    @media only screen and (max-width: 800px) {
      .swhy-box .title {
        font-size: 1.6rem; } }

.swhy-img {
  border-radius: 0.8rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-top: calc((682 / 488) * 100%); }
  .swhy-img-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .swhy-img-inner:not(:first-child) {
      display: none; }
    .swhy-img-inner img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }

.htech {
  position: relative; }
  .htech #svg-line {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    pointer-events: none; }
    @media screen and (max-width: 500px) {
      .htech #svg-line {
        display: none; } }
  .htech-flex {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px; }
    @media screen and (max-width: 768px) {
      .htech-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 2rem; } }
  .htech-left {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 3 / 2; }
    @media screen and (max-width: 768px) {
      .htech-left {
        width: 40%; } }
    @media screen and (max-width: 500px) {
      .htech-left {
        width: 100%; } }
  .htech-right {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1 / 2 / 2 / 3;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start; }
    @media screen and (max-width: 768px) {
      .htech-right {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1; } }
  .htech-desc {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2 / 2 / 3 / 3;
    margin-top: 4rem; }
    @media screen and (max-width: 768px) {
      .htech-desc {
        width: 60%; } }
    @media screen and (max-width: 500px) {
      .htech-desc {
        display: none; } }
  .htech-top {
    color: #fff;
    font-weight: 700;
    background: #ED1D24;
    border-radius: 1.2rem;
    padding: 0.5rem 1rem;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 3.2rem; }
    @media only screen and (max-width: 1200px) {
      .htech-top {
        font-size: 2.7rem; } }
    @media only screen and (max-width: 800px) {
      .htech-top {
        font-size: 2.2rem; } }
  .htech-img {
    position: relative;
    width: 70%;
    margin: 0 auto; }
    @media screen and (max-width: 1400px) {
      .htech-img {
        width: 80%; } }
    @media screen and (max-width: 1200px) {
      .htech-img {
        width: 100%; } }
    .htech-img .box {
      position: relative; }
      .htech-img .box img {
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain; }
  .htech-item {
    position: absolute;
    cursor: pointer;
    z-index: 4; }
    .htech-item-line {
      position: absolute;
      width: 100%;
      height: 100%; }
      .htech-item-line .icon {
        position: absolute;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 3.9vw;
        top: 50%;
        max-width: 4.3rem; }
        @media screen and (max-width: 500px) {
          .htech-item-line .icon {
            width: 10vw; } }
        .htech-item-line .icon img {
          width: 100%;
          -o-object-fit: contain;
          object-fit: contain; }
        .htech-item-line .icon:nth-child(1) {
          left: 100%; }
        .htech-item-line .icon:nth-child(2) {
          right: 100%; }
          .htech-item-line .icon:nth-child(2) img {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
    .htech-item:nth-child(1) {
      top: 5%;
      left: 49%; }
    .htech-item:nth-child(2) {
      top: 37%;
      left: 43%; }
    .htech-item:nth-child(3) {
      top: 50%;
      left: 42%; }
    .htech-item:nth-child(4) {
      left: 55%;
      top: 65%; }
    .htech-item:nth-child(5) {
      left: 53%;
      top: 72%; }
    .htech-item:nth-child(6) {
      left: 54%;
      top: 77%; }
    .htech-item:nth-child(7) {
      left: 59%;
      top: 82%; }
    .htech-item:nth-child(8) {
      left: 64%;
      top: 92%; }
    .htech-item-disc {
      width: 2rem;
      height: 2rem;
      border-radius: 100rem;
      background-color: #ED1D24;
      position: relative; }
      @media screen and (max-width: 768px) {
        .htech-item-disc {
          width: 1.8rem;
          height: 1.8rem; } }
      .htech-item-disc::before, .htech-item-disc:after {
        content: "";
        position: absolute;
        inset: 0;
        background: #ED1D24;
        border-radius: inherit; }
      .htech-item-disc::before {
        -webkit-animation: 2s ftCircleAni ease infinite;
        animation: 2s ftCircleAni ease infinite; }
      .htech-item-disc::after {
        -webkit-animation: 2s ftCircleAni2 ease infinite;
        animation: 2s ftCircleAni2 ease infinite; }
    .htech-item .htech-box {
      position: absolute;
      bottom: calc(100% + 1rem);
      width: 20rem;
      left: 50%;
      -webkit-transform: translateX(-50%) scale(0);
      transform: translateX(-50%) scale(0);
      -webkit-transition: .3s ease-in-out;
      transition: .3s ease-in-out;
      -webkit-transform-origin: bottom;
      transform-origin: bottom; }
      @media screen and (min-width: 501px) {
        .htech-item .htech-box {
          display: none; } }
      .htech-item .htech-box:before {
        position: absolute;
        content: "";
        width: 1rem;
        height: 1rem;
        background: #fff;
        border-top: 0.1rem solid #ED1D24;
        border-right: 0.1rem solid #ED1D24;
        left: 50%;
        top: 100%;
        -webkit-transform: translate(-50%, -50%) rotate(135deg);
        transform: translate(-50%, -50%) rotate(135deg);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out; }
      .htech-item .htech-box .txt {
        border-radius: 0.4rem;
        -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; }
    .htech-item:hover {
      z-index: 5; }
      .htech-item:hover .htech-box {
        -webkit-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1); }
  .htech-box {
    position: relative;
    margin-left: -5rem;
    padding-left: 5rem; }
    @media screen and (max-width: 768px) {
      .htech-box {
        padding-left: 2rem;
        margin-left: -2rem; } }
    @media screen and (max-width: 600px) {
      .htech-box {
        margin: 0;
        padding: 0; } }
    .htech-box::after {
      position: absolute;
      content: '';
      top: 50%;
      left: -1px;
      height: 1px;
      background: #000;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 5.1rem; }
      @media screen and (max-width: 768px) {
        .htech-box::after {
          width: 2.1rem; } }
      @media screen and (max-width: 600px) {
        .htech-box::after {
          display: none; } }
    .htech-box:not(:first-child) {
      margin-top: 3.2rem; }
      @media screen and (max-width: 1200px) {
        .htech-box:not(:first-child) {
          margin-top: 2rem; } }
      @media screen and (max-width: 1024px) {
        .htech-box:not(:first-child) {
          margin-top: 1rem; } }
    .htech-box .txt {
      border: 0.1rem solid #ED1D24;
      border-radius: 10rem;
      padding: 0.5rem 1rem;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      max-width: 100%;
      background: #fff;
      font-size: 1.5rem; }
      @media screen and (max-width: 768px) {
        .htech-box .txt {
          font-size: 1.4rem;
          border-radius: 1rem; } }
      @media screen and (max-width: 600px) {
        .htech-box .txt {
          font-size: 1.2rem;
          text-align: center; } }

@-webkit-keyframes ftCircleAni {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  90%,
  91% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0; }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes ftCircleAni {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  90%,
  91% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0; }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes ftCircleAni2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  90%,
  91% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0; }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes ftCircleAni2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  90%,
  91% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0; }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.ct-wrap {
  overflow: hidden; }

.ct-map {
  border-radius: 0.8rem;
  overflow: hidden;
  width: 100%;
  margin-top: 1.6rem;
  height: 30rem; }
  .ct-map iframe {
    width: 100%;
    height: 100%; }

@media screen and (max-width: 768px) {
  .ct-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem; }
    .ct-flex .col {
      width: 100%; } }

.sform {
  overflow: hidden; }
  .sform-wrap {
    padding: 6rem 0;
    background: #F9FAFB; }
    @media screen and (max-width: 1200px) {
      .sform-wrap {
        padding: 4rem 0; } }
  .sform-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.4rem; }
    .sform-top .title {
      font-size: 4.5rem;
      line-height: 1.2; }
      @media only screen and (max-width: 1200px) {
        .sform-top .title {
          font-size: 4rem; } }
      @media only screen and (max-width: 800px) {
        .sform-top .title {
          font-size: 3rem; } }
    @media screen and (max-width: 768px) {
      .sform-top {
        gap: 1.4rem; } }
    @media screen and (max-width: 550px) {
      .sform-top br {
        display: none; } }
    .sform-top .desc .txt {
      color: #111927;
      font-size: 2.2rem;
      font-weight: 500;
      font-family: 'Univers-Light-Normal'; }
      @media only screen and (max-width: 1200px) {
        .sform-top .desc .txt {
          font-size: 2rem; } }
      @media only screen and (max-width: 800px) {
        .sform-top .desc .txt {
          font-size: 1.9rem; } }
  .sform-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.5rem;
    margin-top: 2rem; }
    @media screen and (max-width: 992px) {
      .sform-flex {
        margin: 0 -0.5rem;
        margin-top: 1.2rem; } }
    @media screen and (max-width: 768px) {
      .sform-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 1rem; } }
  .sform-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 1.5rem; }
    @media screen and (max-width: 992px) {
      .sform-left {
        padding: 0 0.5rem; } }
    @media screen and (max-width: 768px) {
      .sform-left {
        width: 50%;
        margin: 0 auto; } }
    @media screen and (max-width: 500px) {
      .sform-left {
        width: 60%; } }
    @media screen and (max-width: 400px) {
      .sform-left {
        width: 70%; } }
  .sform-right {
    padding: 0 1.5rem;
    width: calc((5/12) * 100%); }
    @media screen and (max-width: 1200px) {
      .sform-right {
        width: 50%; } }
    @media screen and (max-width: 992px) {
      .sform-right {
        padding: 0 0.5rem; } }
    @media screen and (max-width: 768px) {
      .sform-right {
        width: 100%; } }
  .sform-img {
    width: 70%;
    margin: 0 auto; }
    @media screen and (max-width: 1200px) {
      .sform-img {
        width: 100%; } }
    .sform-img img {
      width: 100%;
      -o-object-fit: contain;
      object-fit: contain; }
  .sform-form {
    padding: 2.4rem;
    background: #fff;
    border-radius: 1.2rem;
    -webkit-box-shadow: 0px 1px 2px -1px rgba(16, 24, 40, 0.1), 0px 1px 3px 0px rgba(16, 24, 40, 0.1);
    box-shadow: 0px 1px 2px -1px rgba(16, 24, 40, 0.1), 0px 1px 3px 0px rgba(16, 24, 40, 0.1); }
    @media screen and (max-width: 1100px) {
      .sform-form {
        padding: 1.5rem; } }
    .sform-form-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 -1.6rem;
      row-gap: 1.4rem; }
    .sform-form .ip-control {
      padding: 0 1.6rem; }
    .sform-form-btn {
      margin-top: 3rem; }
  .sform .sform-form .title-32 {
    display: none; }

.ourl-wrap {
  padding: 6rem 0; }

.ourl-row {
  padding-top: 6rem; }

.ourl-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: sticky;
  top: 7rem;
  z-index: 99; }
  @media screen and (max-width: 1200px) {
    .ourl-top {
      top: 7.9rem; } }
  .ourl-top-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.2rem;
    overflow-x: auto; }
    .ourl-top-list::-webkit-scrollbar {
      display: none; }
    .ourl-top-list-box {
      border-radius: 0.8rem;
      background: #fef5e7;
      padding: 1.2rem;
      max-width: 100%;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        .ourl-top-list-box {
          padding: 0.7rem 1.2rem; } }
  .ourl-top-item {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 0.4rem;
    line-height: 1;
    height: 4.6rem;
    padding: 0.5rem 2.4rem;
    font-weight: 700;
    font-size: 2rem;
    color: #4b5563;
    cursor: pointer;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    white-space: nowrap; }
    @media only screen and (max-width: 1200px) {
      .ourl-top-item {
        font-size: 1.8rem; } }
    @media only screen and (max-width: 800px) {
      .ourl-top-item {
        font-size: 1.6rem; } }
    .ourl-top-item.active {
      background-color: #ED1D24;
      color: white; }
    @media (hover: hover) {
      .ourl-top-item:hover {
        background-color: #ED1D24;
        color: white; } }
    @media screen and (max-width: 768px) {
      .ourl-top-item {
        padding: 0.5rem 1rem;
        height: 3.6rem; } }

.ourl-slide {
  position: relative;
  margin-top: 6rem; }
  @media screen and (max-width: 992px) {
    .ourl-slide {
      margin-top: 3rem; } }
  .ourl-slide .swiper {
    margin: 0 -1.6rem; }
    .ourl-slide .swiper-slide {
      width: calc(100% / 3);
      padding: 0 1.6rem; }
    @media screen and (max-width: 992px) {
      .ourl-slide .swiper {
        margin: 0 -0.4rem; }
        .ourl-slide .swiper-slide {
          padding: 0 0.4rem; } }
    @media screen and (max-width: 768px) {
      .ourl-slide .swiper-slide {
        width: 40%; } }
    @media screen and (max-width: 550px) {
      .ourl-slide .swiper-slide {
        width: 50%; } }
    @media screen and (max-width: 450px) {
      .ourl-slide .swiper-slide {
        width: 70%; } }

.ourl-item {
  width: 100%; }

.ourl-box {
  position: relative;
  border-radius: 1.2rem;
  overflow: hidden; }

.ourl-img {
  position: relative;
  overflow: hidden;
  padding-top: calc((480 / 384) * 100%);
  border-radius: 1.2rem; }
  .ourl-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    height: 100% !important; }

.ourl-desc {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2.5rem 2rem; }
  @media screen and (max-width: 768px) {
    .ourl-desc {
      padding: 1.5rem; } }
  .ourl-desc::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50.96%, rgba(0, 0, 0, 0.6) 99.86%), linear-gradient(179deg, rgba(0, 0, 0, 0.6) 0.65%, rgba(200, 200, 200, 0) 27.77%); }

.ourl-name {
  z-index: 1; }
  .ourl-name .link {
    color: #f9fafb;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-size: 2.8rem;
    font-weight: 700;
    transition: 0.3s ease-in-out; }
    @media only screen and (max-width: 1200px) {
      .ourl-name .link {
        font-size: 2.4rem; } }
    @media only screen and (max-width: 800px) {
      .ourl-name .link {
        font-size: 2.1rem; } }
    @media (hover: hover) {
      .ourl-name .link:hover {
        text-decoration: underline; } }
    .ourl-name .link:before {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      inset: 0; }

.ourl-bot {
  position: relative;
  z-index: 5; }
  .ourl-bot .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 2.4rem;
    color: #f9fafb;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    padding-top: 2.5rem; }
    @media only screen and (max-width: 1200px) {
      .ourl-bot .link {
        font-size: 2rem; } }
    @media only screen and (max-width: 800px) {
      .ourl-bot .link {
        font-size: 1.7rem; } }
    @media screen and (max-width: 768px) {
      .ourl-bot .link {
        padding-top: 1.5rem; } }
    .ourl-bot .link::after {
      position: absolute;
      content: "";
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      width: calc(100% + 4rem);
      height: 0.1rem;
      background-color: #f9fafb;
      opacity: 0.7; }
    @media (hover: hover) {
      .ourl-bot .link:hover {
        text-decoration: underline; } }

.repro {
  overflow: hidden; }
  .repro.bg-grey {
    background-color: #F9FAFB; }
  .repro-ctn {
    padding-top: 6rem;
    padding-left: 4rem;
    padding-bottom: 6rem; }
    @media screen and (max-width: 1200px) {
      .repro-ctn {
        padding-left: 1.5rem; } }
    @media screen and (max-width: 768px) {
      .repro-ctn {
        padding-top: 3rem;
        padding-bottom: 3rem; } }
    @media screen and (max-width: 550px) {
      .repro-ctn {
        padding: 3rem 1.5rem; } }
  .repro-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.6rem; }
    @media screen and (max-width: 768px) {
      .repro-flex {
        margin: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 2rem; } }
  .repro-left {
    width: calc((4 / 12) * 100%);
    padding: 0 1.6rem; }
    @media screen and (max-width: 768px) {
      .repro-left {
        width: 100%;
        padding: 0; } }
    .repro-left-ctn {
      padding-left: calc((100vw - 123rem) / 2); }
    .repro-left .btn, .repro-left .btn-pri, .repro-left .btn-bd, .repro-left .btn-second, .repro-left .btn-thir, .repro-left .btn-four {
      margin-top: 4rem; }
      @media screen and (max-width: 768px) {
        .repro-left .btn, .repro-left .btn-pri, .repro-left .btn-bd, .repro-left .btn-second, .repro-left .btn-thir, .repro-left .btn-four {
          display: none; } }
  .repro-right {
    padding: 0 1.6rem;
    width: calc((8 / 12) * 100%); }
    @media screen and (max-width: 768px) {
      .repro-right {
        width: 100%;
        padding: 0; } }
    .repro-right .btn, .repro-right .btn-pri, .repro-right .btn-bd, .repro-right .btn-second, .repro-right .btn-thir, .repro-right .btn-four {
      margin: 0 auto;
      margin-top: 2rem; }
      @media screen and (min-width: 768px) {
        .repro-right .btn, .repro-right .btn-pri, .repro-right .btn-bd, .repro-right .btn-second, .repro-right .btn-thir, .repro-right .btn-four {
          display: none; } }
  .repro-item {
    padding: 2rem 0; }
  .repro-box {
    position: relative;
    border-radius: 1.2rem;
    overflow: hidden;
    -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 10px; }
    @media (hover: hover) {
      .repro-box:hover .repro-desc-txt {
        margin-bottom: 0 !important;
        opacity: 1; } }
  .repro-desc {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    border-radius: 1.2rem;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(83.23%, rgba(6, 12, 38, 0.9)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(6, 12, 38, 0.9) 83.23%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1.6rem; }
    @media screen and (max-width: 768px) {
      .repro-desc {
        padding: 1rem !important; } }
    .repro-desc-txt {
      position: relative;
      padding-left: 1rem;
      margin-top: 0.5rem;
      -webkit-transition: .3s ease-in-out;
      transition: .3s ease-in-out;
      opacity: 0; }
      .repro-desc-txt .txt {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        color: #fff;
        font-size: 1.4rem; }
      .repro-desc-txt::before {
        position: absolute;
        left: 0;
        height: 100%;
        background: #ED1D24;
        width: 0.3rem;
        content: ""; }
  .repro-name {
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 700;
    color: white;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media only screen and (max-width: 1200px) {
      .repro-name {
        font-size: 1.8rem; } }
    @media only screen and (max-width: 800px) {
      .repro-name {
        font-size: 1.6rem; } }
  .repro-txt {
    color: white;
    font-size: 2rem;
    text-shadow: 0px 2px 4px rgba(16, 24, 40, 0.1), 0px 4px 6px rgba(16, 24, 40, 0.1); }
    @media only screen and (max-width: 1200px) {
      .repro-txt {
        font-size: 1.8rem; } }
    @media only screen and (max-width: 800px) {
      .repro-txt {
        font-size: 1.6rem; } }
  .repro-img {
    padding-top: calc((474 / 280) * 100%);
    position: relative;
    overflow: hidden;
    border-radius: 1.2rem; }
    .repro-img img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      height: 100% !important; }
  .repro-slide {
    position: relative;
    padding-right: 3rem; }
    @media screen and (max-width: 1200px) {
      .repro-slide {
        padding-right: 2rem; } }
    @media screen and (max-width: 768px) {
      .repro-slide {
        padding-right: 0; } }
  .repro .swiper-slide {
    width: 25%; }
    .repro .swiper-slide-active .repro-desc-txt {
      margin-bottom: 0 !important;
      opacity: 1; }
    @media screen and (max-width: 1100px) {
      .repro .swiper-slide {
        width: calc((100% / 2) - 4rem); } }
    @media screen and (max-width: 768px) {
      .repro .swiper-slide {
        width: calc((100% / 3)); } }
    @media screen and (max-width: 550px) {
      .repro .swiper-slide {
        width: 50%; } }
  .repro-hover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2rem; }
    .repro-hover-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 1rem; }
      .repro-hover-inner > .icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 3.2rem; }
        .repro-hover-inner > .icon img {
          width: 100%;
          -o-object-fit: contain;
          object-fit: contain;
          -webkit-animation: wobble-hor-bottom 4.8s infinite both;
          animation: wobble-hor-bottom 4.8s infinite both; }
    .repro-hover-ctn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #ED1D24;
      font-size: 1.4rem;
      font-weight: 600; }
      .repro-hover-ctn .icon {
        padding: 1rem;
        cursor: pointer; }
      .repro-hover-ctn .pre {
        -webkit-animation: slide-in-icon-left 1.5s  infinite both;
        animation: slide-in-icon-left 1.5s  infinite both; }
      .repro-hover-ctn .nex {
        -webkit-animation: slide-in-icon-right 1.5s infinite both;
        animation: slide-in-icon-right 1.5s infinite both; }

.sre-wrap {
  padding: 6rem 0;
  background: #f3f4f6; }
  @media screen and (max-width: 768px) {
    .sre-wrap {
      padding: 4rem 0; } }

.sre-top {
  margin-bottom: 6rem; }
  .sre-top .btn, .sre-top .btn-pri, .sre-top .btn-bd, .sre-top .btn-second, .sre-top .btn-thir, .sre-top .btn-four {
    margin: 0 auto; }

.sre-rate {
  padding: 2rem;
  background-color: white;
  border-radius: 0.8rem;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; }

.sre .srate-rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem;
  border-bottom: 0.1rem solid #e2e8f0; }
  @media screen and (max-width: 768px) {
    .sre .srate-rate {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 2rem 0; } }
  .sre .srate-rate-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 30%;
    border-right: 0.1rem solid #e2e8f0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (max-width: 768px) {
      .sre .srate-rate-top {
        border-right: none;
        width: 100%; } }
    .sre .srate-rate-top .text {
      text-align: center;
      color: #1F2937; }
    .sre .srate-rate-top .srate-rate-star .text {
      color: #475569;
      margin-top: 1rem; }
  .sre .srate-rate-ctn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    @media screen and (max-width: 768px) {
      .sre .srate-rate-ctn {
        width: 100%;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset; } }
  .sre .srate-rate-item {
    width: 35rem;
    max-width: 100%; }
    .sre .srate-rate-item .text {
      color: #475569; }

.sre-form {
  padding-top: 2rem; }
  .sre-form .sform-form {
    margin-top: 2rem;
    border: 1px solid #e5e7eb; }

.sre-rv {
  margin-top: 2rem; }
  .sre-rv > .txt {
    color: #475569; }
  .sre-rv-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.6rem;
    margin-top: 1.2rem; }
    @media screen and (max-width: 600px) {
      .sre-rv-top {
        gap: 1rem; } }
  .sre-rv-item {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    gap: 0.4rem;
    border-radius: 0.4rem;
    border: 0.1rem solid #e5e7eb;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0.5rem 1rem;
    height: 3.6rem;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    .sre-rv-item .txt {
      color: #334155;
      font-weight: 500;
      line-height: 1;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
    .sre-rv-item .icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 1.4rem;
      height: 1.4rem; }
    .sre-rv-item.active {
      border-color: #ED1D24;
      background-color: #fef5e7; }
      .sre-rv-item.active .txt {
        color: #ED1D24; }
  .sre-rv-main {
    margin-top: 3rem; }
  .sre-rv-ctn:not(:first-child) {
    display: none; }

@-webkit-keyframes slide-in-icon-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(-1rem);
    transform: translateX(-1rem); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slide-in-icon-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(-1rem);
    transform: translateX(-1rem); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes slide-in-icon-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slide-in-icon-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

/* ----------------------------------------------
 * Generated by Animista on 2024-6-26 16:26:33
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation wobble-hor-bottom
 * ----------------------------------------
 */
.wobble-hor-bottom {
  -webkit-animation: wobble-hor-bottom 0.8s infinite both;
  animation: wobble-hor-bottom 0.8s infinite both; }

@-webkit-keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
    transform: translateX(-30px) rotate(-6deg); }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
    transform: translateX(15px) rotate(6deg); }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
    transform: translateX(-15px) rotate(-3.6deg); }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg); }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg); } }

@keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
    transform: translateX(-30px) rotate(-6deg); }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
    transform: translateX(15px) rotate(6deg); }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
    transform: translateX(-15px) rotate(-3.6deg); }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg); }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg); } }

.prod .tvi-top {
  position: sticky !important;
  background: #fff;
  z-index: 13;
  top: 7rem; }
  @media screen and (max-width: 1200px) {
    .prod .tvi-top {
      top: 8rem; } }
  @media screen and (max-width: 768px) {
    .prod .tvi-top .tag-list {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      overflow-x: auto;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .prod .tvi-top .tag-list::-webkit-scrollbar {
        display: none; }
      .prod .tvi-top .tag-list .t-link {
        white-space: nowrap;
        font-size: 1.4rem; } }

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

.prod-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem; }
  @media screen and (max-width: 768px) {
    .prod-top br {
      display: none; } }

.prod-control {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }
  .prod-control .swiper-next, .prod-control .swiper-prev {
    position: relative;
    inset: 0;
    margin: 0 !important; }

.sys.bg-white .sys-wrap {
  background: #fff; }

@media screen and (max-width: 768px) {
  .sys-top br {
    display: none; } }

.sys-wrap {
  overflow: hidden;
  background: #F9FAFB; }

.sys-ctn {
  width: calc((10 / 12) * 100%);
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .sys-ctn {
      width: 100%; } }

.sys-img {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; }
  .sys-img::before {
    position: absolute;
    top: 0;
    left: -95%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.7)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg); }
  .sys-img img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain; }
  @media (hover: hover) {
    .sys-img:hover {
      -webkit-transform: scale(1.02);
      transform: scale(1.02); }
      .sys-img:hover:before {
        -webkit-animation: shine 1.25s;
        animation: shine 1.25s; } }

.sys-list {
  row-gap: 1.6rem;
  margin-bottom: 0; }

.sys-item {
  height: auto;
  margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    .sys-item {
      width: 50%; } }
  .sys-item:nth-child(2) {
    -webkit-transition-delay: 0.4s !important;
    transition-delay: 0.4s !important; }
  .sys-item:nth-child(3) {
    -webkit-transition-delay: 0.6s !important;
    transition-delay: 0.6s !important; }
  .sys-item:nth-child(4) {
    -webkit-transition-delay: 0.8s !important;
    transition-delay: 0.8s !important; }

.sys-box {
  padding: 3rem;
  border-radius: 1.2rem;
  border: 0.1rem solid #e5e7eb;
  background: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%; }
  @media screen and (max-width: 1200px) {
    .sys-box {
      padding: 1.5rem; } }
  @media screen and (max-width: 400px) {
    .sys-box {
      padding: 1rem; } }
  @media (hover: hover) {
    .sys-box:hover {
      -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
      box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; } }
  .sys-box .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 4.8rem;
    height: 4.8rem;
    margin-bottom: 1rem; }
    @media screen and (max-width: 1200px) {
      .sys-box .icon {
        width: 4rem;
        height: 4rem; } }
    .sys-box .icon img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain; }
  .sys-box .txt {
    font-size: 1.5rem;
    margin-top: 0.5rem; }
    @media screen and (max-width: 768px) {
      .sys-box .txt {
        font-size: 1.4rem; } }

.sys-flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .sys-flex .col {
    width: calc(100% / 3) !important; }
    @media screen and (max-width: 768px) {
      .sys-flex .col {
        width: 50% !important; } }

.sys-slide .swiper {
  margin-top: -2rem; }
  .sys-slide .swiper-slide {
    padding-top: 2rem;
    padding-bottom: 2rem; }
    @media screen and (max-width: 650px) {
      .sys-slide .swiper-slide {
        width: 50%; } }
    .sys-slide .swiper-slide .sys-img {
      -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 10px 0px;
      box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 10px 0px; }

.pdp .tvi-top {
  position: sticky !important;
  background: #fff;
  z-index: 13;
  top: 7rem; }
  @media screen and (max-width: 1200px) {
    .pdp .tvi-top {
      top: 8rem; } }
  @media screen and (max-width: 768px) {
    .pdp .tvi-top .tag-list {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      overflow-x: auto;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .pdp .tvi-top .tag-list::-webkit-scrollbar {
        display: none; }
      .pdp .tvi-top .tag-list .t-link {
        white-space: nowrap;
        font-size: 1.4rem; } }

@media screen and (max-width: 768px) {
  .pdp-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem; }
    .pdp-flex .col {
      width: 100%; } }

.pdp-ctn {
  padding-left: 4rem; }
  @media screen and (max-width: 768px) {
    .pdp-ctn {
      padding-left: 0; } }

.pdp-txt {
  margin-top: 2rem;
  line-height: 2; }
  .pdp-txt ul {
    list-style: disc;
    padding-left: 2rem; }

.pdp-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  gap: 1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .pdp-control .btn, .pdp-control .btn-pri, .pdp-control .btn-bd, .pdp-control .btn-second, .pdp-control .btn-thir, .pdp-control .btn-four {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content; }

.pdp-more {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 0.1rem solid #e5e7eb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem; }

.pdp-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .pdp-share-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .pdp-share .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 2.8rem;
    width: 2.8rem;
    padding: 0.4rem; }
    .pdp-share .icon img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain;
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease; }
    @media (hover: hover) {
      .pdp-share .icon:hover img {
        -webkit-transform: translateY(-0.5rem);
        transform: translateY(-0.5rem); } }

.pdp-info {
  padding-top: 6rem; }

.pdp-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 2rem; }
  .pdp-list .item {
    padding: 1.2rem 0;
    border-bottom: 0.1rem solid #f3f4f6; }

.fea {
  overflow: hidden; }
  .fea-img {
    padding-top: calc((398 / 592) * 100%);
    position: relative;
    overflow: hidden;
    border-radius: 1.2rem;
    cursor: pointer; }
    .fea-img img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      height: 100% !important;
      -webkit-transition: .3s ease-in-out;
      transition: .3s ease-in-out;
      opacity: 0; }
  .fea-slide {
    position: relative; }
    .fea-slide .swiper {
      overflow: visible;
      margin: 0; }
      .fea-slide .swiper-slide {
        padding: 0; }
        .fea-slide .swiper-slide-active .fea-img img {
          opacity: 1; }
      .fea-slide .swiper-prev, .fea-slide .swiper-next {
        background: #fff; }
        @media (hover: hover) {
          .fea-slide .swiper-prev:hover, .fea-slide .swiper-next:hover {
            background: #ED1D24; } }
  .fea-thumb {
    padding-top: 1.2rem; }
    .fea-thumb-slide {
      position: relative; }
    .fea-thumb-img {
      padding-top: 100%;
      position: relative;
      overflow: hidden;
      border-radius: 1rem;
      border: 0.3rem solid transparent;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      cursor: pointer; }
      .fea-thumb-img img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        height: 100% !important; }
    .fea-thumb .swiper {
      margin: 0 -0.6rem; }
      .fea-thumb .swiper-slide {
        width: 20%;
        padding: 0 0.6rem;
        margin-bottom: 0; }
        @media screen and (max-width: 1200px) {
          .fea-thumb .swiper-slide {
            width: 25%; } }
        .fea-thumb .swiper-slide-thumb-active .fea-thumb-img {
          border: 0.3rem solid #ED1D24; }
  .fea-pagi {
    margin-top: 1rem; }
    @media screen and (max-width: 768px) {
      .fea-pagi {
        margin-top: 0; } }
    .fea-pagi .swiper-pagination {
      position: relative;
      inset: 0; }

.size-inner {
  border-radius: 1.2rem;
  overflow: hidden;
  background-color: white;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.1);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.1);
  padding-bottom: 2.4rem; }
  .size-inner-top {
    background: #f1f5f9;
    padding: 2rem 1.2rem; }

.size-table {
  padding-top: 3rem; }

.size table {
  width: 100%; }
  .size table thead tr th {
    width: calc(100% / 3);
    font-weight: 600;
    color: #ED1D24;
    padding: 0 1.6rem; }
    @media screen and (max-width: 1200px) {
      .size table thead tr th {
        padding: 0 1rem; } }
    .size table thead tr th .title {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-justify-content: center;
      width: 100%;
      height: 100%;
      border-radius: 1.2rem;
      background-color: #f9fafb;
      min-height: 4.4rem;
      padding: 0.5rem;
      font-size: 1.4rem; }
  @media screen and (max-width: 768px) {
    .size table thead {
      display: none; } }
  @media screen and (max-width: 768px) {
    .size table tbody tr:not(:last-child) {
      border-bottom: 0.1rem solid #efefef; } }
  .size table tbody tr td {
    color: #040404;
    text-align: center;
    padding: 0 1.6rem; }
    .size table tbody tr td .txt {
      padding: 2rem 0;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-justify-content: center;
      width: 100%;
      height: 100%;
      border-bottom: 0.1rem solid #eaecf0; }
      @media screen and (max-width: 768px) {
        .size table tbody tr td .txt {
          border-bottom: none;
          padding: 0;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: end; } }
    @media screen and (max-width: 768px) {
      .size table tbody tr td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        padding: 1.6rem 1.5rem;
        position: relative; }
        .size table tbody tr td::before {
          content: attr(data-text);
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content;
          font-weight: 600;
          font-size: 1.6rem;
          color: #031230;
          text-align: left;
          white-space: nowrap; } }

.size-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 2rem; }
  .size-more i {
    -webkit-transform: rotate(0) !important;
    transform: rotate(0) !important; }
  .size-more.load-hide i {
    -webkit-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important; }

.tk-slide .swiper-slide {
  margin-top: 6rem;
  width: 25%; }
  @media screen and (max-width: 1200px) {
    .tk-slide .swiper-slide {
      margin-top: 4rem; } }
  @media screen and (max-width: 992px) {
    .tk-slide .swiper-slide {
      width: calc(100% / 3); } }
  @media screen and (max-width: 550px) {
    .tk-slide .swiper-slide {
      width: 50%; } }

.tk-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.tk-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 1.2rem;
  border: 0.1rem solid #e5e7eb;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  .tk-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out; }
  @media (hover: hover) {
    .tk-img:hover {
      -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
      box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; }
      .tk-img:hover img {
        -webkit-transform: translate(-50%, -50%) scale(1.05);
        transform: translate(-50%, -50%) scale(1.05); } }

.tk-name {
  font-weight: 700;
  font-size: 2rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #111827;
  text-align: center;
  display: block;
  padding: 2rem 0; }
  @media only screen and (max-width: 1200px) {
    .tk-name {
      font-size: 1.8rem; } }
  @media only screen and (max-width: 800px) {
    .tk-name {
      font-size: 1.6rem; } }
  @media (hover: hover) {
    .tk-name:hover {
      color: #ED1D24; } }
  @media screen and (max-width: 768px) {
    .tk-name {
      padding: 1rem 0; } }

.mpro .prod-top {
  margin-top: 5rem;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  @media screen and (max-width: 1200px) {
    .mpro .prod-top {
      margin-top: 3rem; } }
  @media screen and (max-width: 600px) {
    .mpro .prod-top {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 2rem; } }
  .mpro .prod-top .tvi-top-inner {
    width: calc(100% - 12rem); }
    @media screen and (max-width: 600px) {
      .mpro .prod-top .tvi-top-inner {
        width: 100%; } }
  .mpro .prod-top .tag-list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 100%; }
    .mpro .prod-top .tag-list::-webkit-scrollbar {
      display: none; }
    .mpro .prod-top .tag-list .t-link {
      white-space: nowrap;
      font-size: 1.4rem; }
  .mpro .prod-top .prod-control {
    -ms-flex-negative: 0;
    flex-shrink: 0; }

.mpro .ourl-slide {
  margin-top: 4rem; }
  @media screen and (max-width: 768px) {
    .mpro .ourl-slide {
      margin-top: 3rem; } }

@media screen and (min-width: 1200px) {
  .pro-top {
    width: calc((11/12) * 100%);
    margin: 0 auto; } }

.pro-form {
  padding: 1.2rem;
  border-radius: 0.8rem;
  background: #FFF;
  -webkit-box-shadow: 0px 1px 2px -1px rgba(16, 24, 40, 0.1), 0px 1px 3px 0px rgba(16, 24, 40, 0.1);
  box-shadow: 0px 1px 2px -1px rgba(16, 24, 40, 0.1), 0px 1px 3px 0px rgba(16, 24, 40, 0.1);
  border: 0.1rem solid #D0D5DD; }
  .pro-form-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0  -0.6rem; }
    .pro-form-list .ip-control {
      padding: 0 0.6rem; }
      .pro-form-list .ip-control:not(:last-child) {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
      .pro-form-list .ip-control:last-child {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        min-width: 20%; }
      @media screen and (max-width: 768px) {
        .pro-form-list .ip-control {
          width: 100% !important;
          -webkit-box-flex: unset !important;
          -ms-flex: unset !important;
          flex: unset !important; } }
    @media screen and (max-width: 768px) {
      .pro-form-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 1rem; } }
    .pro-form-list .btn, .pro-form-list .btn-pri, .pro-form-list .btn-bd, .pro-form-list .btn-second, .pro-form-list .btn-thir, .pro-form-list .btn-four {
      border-radius: 0.8rem;
      height: 4.8rem; }

.pro-main {
  padding-top: 4rem; }

.pro-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1.6rem;
  padding-top: 4rem;
  padding-bottom: 1rem;
  row-gap: 3.2rem; }
  @media screen and (max-width: 1100px) {
    .pro-list {
      margin: 0 -0.5rem;
      row-gap: 2rem; } }

.pro-item {
  width: 25%;
  padding: 0 1.6rem; }
  @media screen and (max-width: 1100px) {
    .pro-item {
      padding: 0 0.5rem; } }
  @media screen and (max-width: 992px) {
    .pro-item {
      width: calc(100% / 3); } }
  @media screen and (max-width: 768px) {
    .pro-item {
      width: 50%; } }

.pro-box {
  border-radius: 1.2rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 0.1rem solid  #E5E7EB;
  background: #FAFAFA;
  height: 100%; }

.pro-img {
  position: relative; }
  .pro-img .box {
    position: relative;
    overflow: hidden;
    padding-top: calc((205/280) * 100%);
    display: block; }
    .pro-img .box img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
    @media (hover: hover) {
      .pro-img .box:hover img {
        -webkit-transform: translate(-50%, -50%) scale(1.05);
        transform: translate(-50%, -50%) scale(1.05); } }
  .pro-img-tag {
    position: absolute;
    left: 0;
    top: 1rem;
    background: #ED1D24;
    border-radius: 0 0.4rem 0.4rem 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    line-height: 1;
    padding: 0.5rem 1rem;
    z-index: 1;
    color: white;
    font-size: 1.4rem; }

.pro-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 2rem 1.6rem; }
  @media screen and (max-width: 768px) {
    .pro-desc {
      padding: 1.6rem 1rem; } }

.pro-name {
  color: #374151;
  font-size: 1.8rem;
  font-weight: 700;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding-bottom: 1.2rem;
  display: block; }
  @media only screen and (max-width: 1200px) {
    .pro-name {
      font-size: 1.6rem; } }
  @media only screen and (max-width: 800px) {
    .pro-name {
      font-size: 1.5rem; } }
  @media (hover: hover) {
    .pro-name:hover {
      color: #ED1D24; } }

.pro-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.2rem; }
  .pro-more-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.8rem; }
    .pro-more-item .icon {
      width: 2rem;
      height: 2rem;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .pro-more-item .icon img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain; }
    .pro-more-item .txt {
      line-height: 1;
      color: #1F2937;
      font-size: 1.4rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }

.pro .news-pagi {
  padding-bottom: 0; }

.dv-wrap {
  overflow: hidden; }

.dv-top {
  width: 70%;
  margin: 0 auto; }
  @media screen and (max-width: 1200px) {
    .dv-top {
      width: 100%; } }

.dv-item {
  position: relative;
  border-radius: 1.2rem;
  overflow: hidden; }

.dv-desc {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .dv-desc .txt {
    opacity: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    font-size: 1.4rem;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden; }

.dv-name {
  font-size: 2rem;
  font-weight: 700;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  cursor: pointer; }
  @media only screen and (max-width: 1200px) {
    .dv-name {
      font-size: 1.8rem; } }
  @media only screen and (max-width: 800px) {
    .dv-name {
      font-size: 1.6rem; } }
  @media (hover: hover) {
    .dv-name:hover {
      color: #ED1D24; } }
  .dv-name:before {
    position: absolute;
    inset: 0;
    content: "";
    z-index: 1; }

.dv-img {
  padding-top: calc((512/372) * 100%);
  position: relative;
  overflow: hidden; }
  .dv-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.dv-slide {
  width: 25%;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 1200px) {
    .dv-slide {
      width: calc(100% / 3); } }
  @media screen and (max-width: 768px) {
    .dv-slide {
      width: 50%; } }
  @media screen and (max-width: 550px) {
    .dv-slide {
      width: 80%; } }
  .dv-slide .swiper {
    overflow: visible;
    margin: 0 -2rem; }
    @media screen and (max-width: 1200px) {
      .dv-slide .swiper {
        margin: 0 -1.2rem; } }
    .dv-slide .swiper-slide {
      padding: 0 2rem; }
      @media screen and (max-width: 1200px) {
        .dv-slide .swiper-slide {
          padding: 0 1.2rem; } }
      .dv-slide .swiper-slide-active .dv-desc .txt {
        margin: 0 !important;
        opacity: 1; }
    .dv-slide .swiper-next, .dv-slide .swiper-prev {
      background: #fff; }
      @media (hover: hover) {
        .dv-slide .swiper-next:hover, .dv-slide .swiper-prev:hover {
          background: #ED1D24; } }
    @media screen and (max-width: 1200px) {
      .dv-slide .swiper-next {
        right: -2rem; }
      .dv-slide .swiper-prev {
        left: -2rem; } }

.lnews-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  margin-top: 4rem; }
  @media screen and (max-width: 1100px) {
    .lnews-list {
      grid-column-gap: 1rem;
      grid-row-gap: 2rem;
      margin-top: 3rem; } }
  @media screen and (max-width: 768px) {
    .lnews-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      row-gap: 2rem;
      margin: 0 -0.5rem;
      margin-top: 2rem;
      grid-column-gap: 0; } }

.lnews-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem; }
  @media screen and (min-width: 768.99px) {
    .lnews-item:nth-child(2), .lnews-item:nth-child(3), .lnews-item:nth-child(4), .lnews-item:nth-child(5), .lnews-item:nth-child(7), .lnews-item:nth-child(8), .lnews-item:nth-child(9), .lnews-item:nth-child(10) {
      gap: 1.2rem; }
      .lnews-item:nth-child(2) .lnews-desc, .lnews-item:nth-child(3) .lnews-desc, .lnews-item:nth-child(4) .lnews-desc, .lnews-item:nth-child(5) .lnews-desc, .lnews-item:nth-child(7) .lnews-desc, .lnews-item:nth-child(8) .lnews-desc, .lnews-item:nth-child(9) .lnews-desc, .lnews-item:nth-child(10) .lnews-desc {
        gap: 0; }
        .lnews-item:nth-child(2) .lnews-desc .lnews-txt, .lnews-item:nth-child(3) .lnews-desc .lnews-txt, .lnews-item:nth-child(4) .lnews-desc .lnews-txt, .lnews-item:nth-child(5) .lnews-desc .lnews-txt, .lnews-item:nth-child(7) .lnews-desc .lnews-txt, .lnews-item:nth-child(8) .lnews-desc .lnews-txt, .lnews-item:nth-child(9) .lnews-desc .lnews-txt, .lnews-item:nth-child(10) .lnews-desc .lnews-txt {
          display: none; }
      .lnews-item:nth-child(2) .lnews-name, .lnews-item:nth-child(3) .lnews-name, .lnews-item:nth-child(4) .lnews-name, .lnews-item:nth-child(5) .lnews-name, .lnews-item:nth-child(7) .lnews-name, .lnews-item:nth-child(8) .lnews-name, .lnews-item:nth-child(9) .lnews-name, .lnews-item:nth-child(10) .lnews-name {
        font-size: 1.6rem; } }
  .lnews-item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1 / 1 / 3 / 3; }
    .lnews-item:nth-child(1) .lnews-img .box {
      padding-top: calc((490 / 800) * 100%); }
  .lnews-item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 1 / 3 / 2 / 4; }
  .lnews-item:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-area: 1 / 4 / 2 / 5; }
  .lnews-item:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 2 / 3 / 3 / 4; }
  .lnews-item:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-area: 2 / 4 / 3 / 5; }
  .lnews-item:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-area: 3 / 3 / 5 / 5; }
    .lnews-item:nth-child(6) .lnews-img .box {
      padding-top: calc((490 / 800) * 100%); }
  .lnews-item:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 3 / 2 / 4 / 3; }
  .lnews-item:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 3 / 1 / 4 / 2; }
  .lnews-item:nth-child(9) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 4 / 2 / 5 / 3; }
  .lnews-item:nth-child(10) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 4 / 1 / 5 / 2; }
  @media screen and (max-width: 768px) {
    .lnews-item {
      padding: 0 0.5rem; }
      .lnews-item:not(:nth-child(1)) {
        width: 50%; }
      .lnews-item:nth-child(1) {
        width: 100%; }
      .lnews-item:nth-child(6) {
        width: 100%; } }

.lnews-img .box {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 1.2rem;
  padding-top: calc((382 / 592) * 100%); }
  .lnews-img .box img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
  @media (hover: hover) {
    .lnews-img .box:hover img {
      -webkit-transform: translate(-50%, -50%) scale(1.05);
      transform: translate(-50%, -50%) scale(1.05); } }

.lnews-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.lnews-date {
  font-size: 1.4rem; }

.lnews-name {
  font-size: 2.4rem;
  font-weight: 700;
  color: #1F2937;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }
  @media only screen and (max-width: 1200px) {
    .lnews-name {
      font-size: 2rem; } }
  @media only screen and (max-width: 800px) {
    .lnews-name {
      font-size: 1.7rem; } }
  @media (hover: hover) {
    .lnews-name:hover {
      color: #ED1D24; } }

.lnews-txt {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }
  @media screen and (max-width: 768px) {
    .lnews-txt {
      font-size: 1.4rem; } }

.lnews-btn {
  margin-top: 4rem; }
  .lnews-btn .btn, .lnews-btn .btn-pri, .lnews-btn .btn-bd, .lnews-btn .btn-second, .lnews-btn .btn-thir, .lnews-btn .btn-four {
    margin: 0 auto; }

.dblog .breadcrumb {
  padding: 2rem 0; }

.dblog-wrap {
  overflow: hidden;
  background: #f9fafb; }

.dblog-inner {
  padding-bottom: 6rem;
  padding-top: 2rem; }
  @media screen and (max-width: 768px) {
    .dblog-inner {
      padding-top: 1rem;
      padding-bottom: 3rem; } }

.dblog-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 768px) {
    .dblog-flex {
      gap: 2rem; } }

.dblog-left {
  width: calc(8.5 / 12 * 100%); }
  .dblog-left-inner {
    background: #fff;
    border-radius: 1.2rem;
    padding: 4rem; }
    @media screen and (max-width: 1200px) {
      .dblog-left-inner {
        padding: 1.5rem; } }
  @media screen and (max-width: 768px) {
    .dblog-left {
      width: 100%; } }

.dblog-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  .dblog-right-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4rem; }
  .dblog-right .lnews-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 2rem; }
    @media screen and (max-width: 768px) {
      .dblog-right .lnews-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .dblog-right .lnews-list .lnews-item {
      width: 100%; }
      @media screen and (max-width: 768px) {
        .dblog-right .lnews-list .lnews-item {
          width: 50%; } }
      @media screen and (max-width: 400px) {
        .dblog-right .lnews-list .lnews-item {
          width: 100%; } }
      .dblog-right .lnews-list .lnews-item .lnews-desc {
        gap: 0; }
      .dblog-right .lnews-list .lnews-item .lnews-txt {
        display: none; }
      .dblog-right .lnews-list .lnews-item .lnews-name {
        font-size: 1.6rem; }

.dblog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  row-gap: 1rem;
  margin-top: 1rem; }

.dblog-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem; }
  .dblog-item .icon {
    width: 2rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center; }
    .dblog-item .icon img {
      width: 100%;
      -o-object-fit: contain;
      object-fit: contain; }
  .dblog-item .txt {
    line-height: 1; }

.dblog-content figure {
  padding-top: 4rem; }
  .dblog-content figure.x2 {
    width: 50%;
    margin: 0 auto; }
  .dblog-content figure img {
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 0.4rem; }
  .dblog-content figure figcaption {
    border-left: 0.2rem solid #ED1D24;
    padding-left: 1rem; }

.dblog-content h2 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #111827;
  margin: 1.6rem 0; }
  @media only screen and (max-width: 1200px) {
    .dblog-content h2 {
      font-size: 2rem; } }
  @media only screen and (max-width: 800px) {
    .dblog-content h2 {
      font-size: 1.7rem; } }

.dblog-con {
  margin-top: 2rem; }
  .dblog-con .txt {
    line-height: 2; }
  .dblog-con .btn, .dblog-con .btn-pri, .dblog-con .btn-bd, .dblog-con .btn-second, .dblog-con .btn-thir, .dblog-con .btn-four {
    margin-top: 2.4rem; }

@media screen and (max-width: 768px) {
  .dblog-re-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -0.5rem; } }

.dblog-re-list .dv-item {
  width: 100% !important; }
  .dblog-re-list .dv-item .dv-desc .txt {
    margin: 0 !important;
    opacity: 1; }

.dblog-re-list .repro-item {
  padding: 1.6rem 0; }
  @media screen and (max-width: 1200px) {
    .dblog-re-list .repro-item {
      padding: 0.8rem 0; } }
  @media screen and (max-width: 768px) {
    .dblog-re-list .repro-item {
      width: 50%;
      padding: 0.5rem; } }
  @media screen and (max-width: 400px) {
    .dblog-re-list .repro-item {
      width: 100%; } }
  .dblog-re-list .repro-item .repro-img {
    padding-top: calc((427 / 312) * 100%); }
  .dblog-re-list .repro-item .repro-desc {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(83.23%, rgba(0, 0, 0, 0.7)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 83.23%);
    padding-bottom: 4rem; }
    @media screen and (max-width: 1200px) {
      .dblog-re-list .repro-item .repro-desc {
        padding-bottom: 1.6rem; } }
  .dblog-re-list .repro-item .repro-name {
    text-align: center; }
  .dblog-re-list .repro-item .repro-desc-txt {
    opacity: 1;
    padding: 0;
    text-align: center; }
    .dblog-re-list .repro-item .repro-desc-txt::before {
      display: none; }
    .dblog-re-list .repro-item .repro-desc-txt .txt {
      -webkit-line-clamp: 4; }

.dblog-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  margin-top: 3rem; }
  @media screen and (min-width: 1350px) {
    .dblog-share {
      position: fixed;
      left: calc((100vw - 123rem) / 2 - 2rem);
      top: 12rem;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .dblog-share .icon {
    width: 3.2rem;
    height: 3.2rem;
    padding: 0.5rem;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    border: 0.1rem solid #d1d5db;
    border-radius: 100rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
    .dblog-share .icon img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain; }
    @media (hover: hover) {
      .dblog-share .icon:hover {
        -webkit-transform: translateY(-0.3rem);
        transform: translateY(-0.3rem); } }

#ez-toc-container {
  width: 100% !important;
  border-radius: 12px !important;
  background: #e6f1f2 !important;
  border: none !important; }
  #ez-toc-container .ez-toc-title {
    font-weight: 700 !important;
    color: #ED1D24; }

.hpart-wrap {
  overflow: hidden !important; }

.hpart-ctn {
  margin-top: 5rem; }

.hpart-slide {
  position: relative; }

.hpart-item {
  padding: 1.8rem;
  border-radius: 1.2rem;
  overflow: hidden;
  background: #f3f4f6;
  border: 0.1rem solid #e5e7eb;
  height: 100%;
  display: block;
  aspect-ratio: 1; }
  @media screen and (max-width: 1200px) {
    .hpart-item {
      padding: 1rem; } }
  @media (hover: hover) {
    .hpart-item:hover {
      cursor: pointer; }
      .hpart-item:hover img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05); } }

.hpart-img {
  width: 100%;
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center; }
  .hpart-img img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }

.hpart .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important; }

.hpart .swiper-slide {
  width: calc(100% / 7);
  height: auto; }
  @media screen and (max-width: 1200px) {
    .hpart .swiper-slide {
      width: calc(100% / 5); } }
  @media screen and (max-width: 768px) {
    .hpart .swiper-slide {
      width: 25%; } }
  @media screen and (max-width: 450px) {
    .hpart .swiper-slide {
      width: calc(100% / 3); } }

.news-pagi {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 0.1rem solid  #EAECF0; }

.ab-wrap {
  position: relative;
  overflow: hidden; }
  .ab-wrap:before {
    position: absolute;
    inset: 0;
    content: "";
    background: #f9fafb;
    z-index: -2; }

.ab-bg {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1; }

.ab-flex .col {
  margin-bottom: 0; }

@media screen and (max-width: 768px) {
  .ab-flex {
    gap: 2rem; }
    .ab-flex > .col {
      width: 100%; } }

.ab-map {
  width: 90%;
  margin-left: auto; }
  @media screen and (max-width: 768px) {
    .ab-map {
      width: 70%;
      margin: 0 auto; } }
  @media screen and (max-width: 500px) {
    .ab-map {
      width: 100%; } }
  .ab-map img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain; }

.ab-num {
  padding-top: 6rem;
  row-gap: 2rem;
  margin: 0; }
  @media screen and (max-width: 1200px) {
    .ab-num {
      padding-top: 4rem; } }
  @media screen and (max-width: 768px) {
    .ab-num {
      padding-top: 2rem; } }
  .ab-num-item {
    z-index: 1; }
    .ab-num-item .txt {
      font-weight: 600;
      text-align: center;
      line-height: 1.2; }
      @media screen and (max-width: 1024px) {
        .ab-num-item .txt {
          font-size: 1.4rem; } }
      @media screen and (max-width: 768px) {
        .ab-num-item .txt {
          font-size: 1.2rem; } }
  .ab-num-txt {
    font-size: 6.4rem;
    font-weight: 800;
    color: #1F2937;
    line-height: 1.1;
    text-align: center; }
    @media only screen and (max-width: 1200px) {
      .ab-num-txt {
        font-size: 3.9rem; } }
    @media only screen and (max-width: 800px) {
      .ab-num-txt {
        font-size: 2.9rem; } }

.ab.sec-about .ab-wrap:before {
  background: #fff; }

.ab-list {
  margin-top: 3rem; }

.ab-item:nth-child(2) {
  -webkit-transition-delay: 0.2s !important;
  transition-delay: 0.2s !important; }

.ab-item:nth-child(3) {
  -webkit-transition-delay: 0.4s !important;
  transition-delay: 0.4s !important; }

.ab-item:nth-child(4) {
  -webkit-transition-delay: 0.6s !important;
  transition-delay: 0.6s !important; }

@media screen and (max-width: 850px) {
  .ab-item {
    width: 50%; } }

@media screen and (max-width: 500px) {
  .ab-item {
    width: 100%; } }

.ab-img {
  width: 100%;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 0.8rem;
  overflow: hidden;
  height: 21rem; }
  @media screen and (max-width: 768px) {
    .ab-img {
      height: 18rem; } }
  .ab-img iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }

.ab-name {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding-top: 1.2rem;
  color: #111827; }
  @media only screen and (max-width: 1200px) {
    .ab-name {
      font-size: 1.6rem; } }
  @media only screen and (max-width: 800px) {
    .ab-name {
      font-size: 1.5rem; } }
  @media (hover: hover) {
    .ab-name:hover {
      color: #ED1D24; } }

.vis-wrap {
  overflow: hidden; }

.vis-main {
  margin-top: 4rem; }
  @media screen and (max-width: 1200px) {
    .vis-main {
      margin-top: 3rem; } }

@media screen and (max-width: 768px) {
  .vis .sys-item {
    width: 100%; } }

@media screen and (min-width: 1200px) {
  .vis .sys-item .sys-box {
    padding: 2.4rem; } }

.vis .sys-item .sys-box .icon {
  width: 8rem;
  height: 8rem; }
  @media screen and (max-width: 1200px) {
    .vis .sys-item .sys-box .icon {
      width: 6rem;
      height: 6rem; } }

.tv-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.tag-block {
  padding: 2.4rem 0;
  -webkit-box-shadow: 0px 0.1rem 0.3rem rgba(16, 24, 40, 0.1), 0px 0.1rem 0.2rem -0.1rem rgba(16, 24, 40, 0.1);
  box-shadow: 0px 0.1rem 0.3rem rgba(16, 24, 40, 0.1), 0px 0.1rem 0.2rem -0.1rem rgba(16, 24, 40, 0.1); }

.tag-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  background: #f3f4f6;
  border-radius: 10rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 90%;
  padding: 0.7rem;
  gap: 0.5rem; }
  @media screen and (max-width: 1200px) {
    .tag-list {
      max-width: 100%; } }
  @media screen and (max-width: 768px) {
    .tag-list {
      border-radius: 1.2rem; } }
  .tag-list .t-link {
    padding: 0.8rem 1.6rem;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    text-align: center;
    color: #6b7280;
    border-radius: 4rem;
    font-weight: 500;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-size: 2rem; }
    @media only screen and (max-width: 1200px) {
      .tag-list .t-link {
        font-size: 1.8rem; } }
    @media only screen and (max-width: 800px) {
      .tag-list .t-link {
        font-size: 1.6rem; } }
    @media (hover: hover) {
      .tag-list .t-link:hover {
        background: #e5e7eb; } }
    @media screen and (max-width: 1200px) {
      .tag-list .t-link {
        padding: 1.2rem; } }
    @media screen and (max-width: 768px) {
      .tag-list .t-link {
        border-radius: 0.8rem; } }
    .tag-list .t-link.active {
      background: #ED1D24;
      color: #fff; }

.tvi-top {
  padding: 2rem 0;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; }
  @media screen and (max-width: 768px) {
    .tvi-top {
      padding: 1rem 0; } }
  .tvi-top-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.tvi-tab.tabPanel:not(:first-child) {
  display: none; }

.gall {
  position: relative; }
  .gall .waves {
    position: absolute;
    top: 0;
    left: 0; }
  .gall-wrap {
    overflow: hidden; }
  .gall-tag .tag-list {
    max-width: 100%; }
  .gall-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: minmax(auto, 28rem);
    gap: 3rem; }
    @media screen and (max-width: 1200px) {
      .gall-list {
        gap: 1rem;
        grid-auto-rows: minmax(auto, 18rem); } }
    @media screen and (max-width: 550px) {
      .gall-list {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr); } }
    @media screen and (max-width: 440px) {
      .gall-list {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr); } }
  .gall-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .gall-item .box {
      position: relative;
      border-radius: 1.2rem;
      overflow: hidden;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .gall-item-desc {
      padding-top: 1rem; }
      .gall-item-desc .txt {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 1.4rem;
        font-weight: 500; }
    .gall-item .icon {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 4rem;
      height: 4rem;
      border-radius: 100rem;
      border: 0.1rem solid #ED1D24;
      cursor: pointer;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-justify-content: center; }
      .gall-item .icon i {
        color: #ED1D24;
        margin-left: 0.2rem; }
    .gall-item img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -webkit-transition: 0.4s ease-in-out;
      transition: 0.4s ease-in-out; }
    @media (hover: hover) {
      .gall-item:hover img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05); } }
    .gall-item:nth-child(2) {
      grid-column: span 2;
      grid-row: span 2; }
    .gall-item:nth-child(4) {
      grid-row: span 2; }
    .gall-item:nth-child(7) {
      grid-column: span 2;
      grid-row: span 1; }
    .gall-item:nth-child(9) {
      grid-column: span 2;
      grid-row: span 2; }
    .gall-item:nth-child(12) {
      grid-column: span 1;
      grid-row: span 2; }
    .gall-item:nth-child(14) {
      grid-column: span 2;
      grid-row: span 1; }
    .gall-item:nth-child(19) {
      grid-column: span 2;
      grid-row: span 1; }
    .gall-item:nth-child(20) {
      grid-column: span 2;
      grid-row: span 1; }
    @media screen and (max-width: 550px) {
      .gall-item:nth-child(12) {
        grid-row: span 1; }
      .gall-item:nth-child(20) {
        grid-column: span 1; } }
    @media screen and (max-width: 440px) {
      .gall-item:nth-child(2) {
        grid-column: span 1;
        grid-row: span 1; }
      .gall-item:nth-child(3) {
        grid-column: span 2;
        grid-row: span 2; }
      .gall-item:nth-child(8) {
        grid-column: span 2;
        grid-row: span 1; }
      .gall-item:nth-child(20) {
        grid-column: span 2;
        grid-row: span 1; } }

.poli-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.poli-ctn {
  padding: 7rem;
  border-radius: 1.2rem;
  background: #F3F4F6;
  font-size: 2rem; }
  @media only screen and (max-width: 1200px) {
    .poli-ctn {
      font-size: 1.8rem; } }
  @media only screen and (max-width: 800px) {
    .poli-ctn {
      font-size: 1.6rem; } }
  @media screen and (max-width: 768px) {
    .poli-ctn {
      padding: 3rem; } }
  @media screen and (max-width: 550px) {
    .poli-ctn {
      padding: 1.5rem; } }
  .poli-ctn-item:not(:first-child) {
    display: none; }

.ss-breab {
  padding: 2rem 0; }

.faq-wrap {
  background: #F3F4F6; }

.faq-ctn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
  background: #fff;
  padding: 4rem;
  -webkit-box-shadow: 0px 2px 4px -2px rgba(16, 24, 40, 0.1), 0px 4px 6px -1px rgba(16, 24, 40, 0.1);
  box-shadow: 0px 2px 4px -2px rgba(16, 24, 40, 0.1), 0px 4px 6px -1px rgba(16, 24, 40, 0.1);
  border-radius: 2rem; }
  @media screen and (max-width: 768px) {
    .faq-ctn {
      padding: 3rem; } }
  @media screen and (max-width: 550px) {
    .faq-ctn {
      padding: 1.5rem; } }

.faq-item {
  padding: 1rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 2rem;
  position: relative; }
  .faq-item:not(:last-child):before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 0.1rem;
    width: 100%;
    background: #D1D5DB;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
  @media screen and (max-width: 768px) {
    .faq-item {
      padding: 1rem;
      border-radius: 1.2rem; } }
  .faq-item.active {
    background: #F9FAFB;
    padding: 2rem; }
    .faq-item.active:not(:first-child) {
      margin-top: 1rem; }
    .faq-item.active::before {
      opacity: 0; }
    .faq-item.active .faq-item-top .icon i {
      color: #1F2937; }
    @media screen and (max-width: 768px) {
      .faq-item.active {
        padding: 3rem 1.5rem;
        padding-top: 2rem; } }
    @media screen and (max-width: 550px) {
      .faq-item.active {
        padding: 1.5rem; } }
  .faq-item-top {
    padding: 1rem;
    margin: 0 -1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative; }
    @media (hover: hover) {
      .faq-item-top:hover .txt {
        color: #1F2937; }
      .faq-item-top:hover .icon i {
        color: #1F2937; } }
    .faq-item-top .txt {
      font-weight: 700;
      font-size: 1.8rem;
      color: #1F2937;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      @media only screen and (max-width: 1200px) {
        .faq-item-top .txt {
          font-size: 1.6rem; } }
      @media only screen and (max-width: 800px) {
        .faq-item-top .txt {
          font-size: 1.5rem; } }
    .faq-item-top .icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .faq-item-top .icon i {
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
      .faq-item-top .icon-minus {
        display: none; }
      .faq-item-top .icon-plus {
        display: block; }
    .faq-item-top.active .icon-minus {
      display: block; }
    .faq-item-top.active .icon-plus {
      display: none; }
  .faq-item-ctn {
    display: none;
    margin-top: 0.5rem;
    color: #4B5563; }

.no-scroll {
  overflow-y: hidden !important; }

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

.f-title {
  font-family: 'Alumni Sans', sans-serif; }

.t-end {
  text-align: end; }

.o-hidden {
  overflow: hidden; }

.c-pri {
  color: #1F2937; }

.c-second {
  color: #ED1D24; }

.c-four {
  color: #111927; }

.c-five {
  color: #f05123; }

.c-text {
  color: #1F2937; }

.c-white {
  color: #ffffff; }

.c-black {
  color: #000000; }

.c-grey {
  color: #344054; }

.c-red {
  color: #E52346; }

.c-blue {
  color: #1454D3; }

.c-dblue {
  color: #111827; }

.c-green {
  color: #0BAE62; }

.bg-grey {
  background: #F9FAFB; }

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

.d-block {
  display: block; }

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.j-beweent {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.d-none {
  display: none; }

.c-gap-1 {
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem; }

.btnc {
  cursor: pointer; }

.btn.trans, .trans.btn-pri, .trans.btn-bd, .trans.btn-second, .trans.btn-thir, .trans.btn-four {
  border: 0.1rem solid #1F2937; }

.mt-24 {
  margin-top: 2.4rem; }

.mt-50 {
  margin-top: 5rem; }
  @media screen and (max-width: 768px) {
    .mt-50 {
      margin-top: 3rem; } }

.m-auto {
  margin: 0 auto; }

.mt-10 {
  margin-top: 1rem; }

.mt-12 {
  margin-top: 1.2rem; }

.mt-15 {
  margin-top: 1.5rem; }

.mt-20 {
  margin-top: 2rem; }

.mt-30 {
  margin-top: 3rem; }

.mt-40 {
  margin-top: 4rem; }
  @media screen and (max-width: 768px) {
    .mt-40 {
      margin-top: 2rem; } }

.mt-60 {
  margin-top: 6rem; }
  @media screen and (max-width: 768px) {
    .mt-60 {
      margin-top: 3rem; } }

.mt-80 {
  margin-top: 8rem; }
  @media screen and (max-width: 1024px) {
    .mt-80 {
      margin-top: 4rem; } }

.mt-100 {
  margin-top: 10rem; }
  @media screen and (max-width: 1024px) {
    .mt-100 {
      margin-top: 6rem; } }

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

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

.mb-60 {
  margin-bottom: 6rem; }
  @media screen and (max-width: 768px) {
    .mb-60 {
      margin-bottom: 3rem; } }

.mb-100 {
  margin-bottom: 10rem; }
  @media screen and (max-width: 768px) {
    .mb-100 {
      margin-bottom: 5rem; } }

.pt-30 {
  padding-top: 3rem; }

.pt-10 {
  padding-top: 1rem; }

.pb-200 {
  padding-bottom: 20rem; }

.pb-250 {
  padding-bottom: 25rem; }
  @media screen and (max-width: 768px) {
    .pb-250 {
      padding-bottom: 20rem; } }

.sec-py {
  padding: 10rem 0; }
  @media screen and (max-width: 1300px) {
    .sec-py {
      padding: 8rem 0; } }
  @media screen and (max-width: 1024px) {
    .sec-py {
      padding: 6rem 0; } }
  @media screen and (max-width: 768px) {
    .sec-py {
      padding: 4rem 0; } }

a.under {
  position: relative; }
  a.under:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 0.1rem;
    width: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-color: black; }
  @media (hover: hover) {
    a.under:hover {
      color: black; }
      a.under:hover:before {
        width: 100%; } }

.btn.bg-sec, .bg-sec.btn-pri, .bg-sec.btn-bd, .bg-sec.btn-second, .bg-sec.btn-thir, .bg-sec.btn-four {
  background-color: #ED1D24;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  .btn.bg-sec .text, .bg-sec.btn-pri .text, .bg-sec.btn-bd .text, .bg-sec.btn-second .text, .bg-sec.btn-thir .text, .bg-sec.btn-four .text {
    color: #1F2937;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
  .btn.bg-sec:hover .text, .bg-sec.btn-pri:hover .text, .bg-sec.btn-bd:hover .text, .bg-sec.btn-second:hover .text, .bg-sec.btn-thir:hover .text, .bg-sec.btn-four:hover .text {
    color: #fff; }

.t36 {
  font-size: 3.6rem; }
  @media screen and (max-width: 1200px) {
    .t36 {
      font-size: 2.8rem; } }

.t52 {
  font-size: 5.2rem; }
  @media screen and (max-width: 1200px) {
    .t52 {
      font-size: 3.5rem; } }

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

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

.hv-item {
  position: relative;
  overflow: hidden; }

@media (hover: hover) {
  .hv-item:hover::before {
    -webkit-animation: shine 1.25s;
    animation: shine 1.25s; } }

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

.ip-control {
  width: 100%;
  position: relative; }
  .ip-control.x2 {
    width: 50%; }
  .ip-control.x3 {
    width: calc(100% / 3); }

.wp-block-embed__wrapper iframe {
  width: 100%;
  height: 40rem; }
  @media screen and (max-width: 768px) {
    .wp-block-embed__wrapper iframe {
      height: 30rem; } }

.ourl-top-txt {
  margin-top: 2rem;
  text-align: center; }

.fixed-nav {
  margin-right: 1.1rem !important; }

@media screen and (max-width: 768px) {
  .post-detail .dpost {
    overflow: hidden; } }

.popup-search .title-32 {
  text-transform: uppercase; }

#ez-toc-container {
  margin-top: 2rem; }

.ct-inner .faq-item-ctn .txt:not(:first-child) .fw-6 {
  min-width: 8rem;
  display: inline-block; }

.header-nav .menu-item > .menu-list a, .header-nav .menu-item > .menu-list > a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 1.6rem; }

.header-nav .menu-item > .menu-list {
  max-width: unset; }

.eJOY__extension_root_class {
  display: none !important; }

.banner-desc {
  text-align: center; }

.header-nav .menu-nav > .menu-list > .menu-item.current_page_item > a i,
.header-nav .menu-nav > .menu-list > .menu-item.current-menu-item > a i {
  color: #1F2937 !important; }

.sform-inner .sform-flex .sform-form .wpcf7-response-output {
  position: relative !important;
  margin-bottom: 0 !important;
  margin-top: 1rem !important; }

.sform-form .wpcf7-not-valid-tip, form .wpcf7-not-valid-tip {
  left: 1.2rem !important; }

#section-main {
  scroll-margin-block-start: 7rem; }

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