@charset "UTF-8";
@import url("../assets/library/fontawesome/css/all.css");
@import url("../assets/library/fontawesome/fontawesome/fontawesome.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/Poppins/stylesheet.css");
@import url("../assets/font/Nunito-sans/stylesheet.css");
@import url("../assets/font/Inter/stylesheet.css");
@import url("../assets/font/Lato/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 p {
  margin: 1em 0; }

.mona-content ul,
.mona-content ol {
  margin: 1em 0;
  list-style-position: inside; }

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

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

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

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

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

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

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

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

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

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

:root {
  --size-hd: 18.5rem;
  --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: 8rem; } }
  @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: 'Nunito Sans 7pt Condensed','Inter';
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
  color: #1E1E1E;
  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: 'Nunito Sans 7pt Condensed','Inter'; }

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Nunito Sans 7pt Condensed','Inter';
  border-radius: 0.4rem;
  padding: 1rem; }
  input:focus,
  textarea:focus {
    border: 0.1rem solid #2B32B2;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.main,
.site-main {
  padding-top: var(--size-hd);
  background: #F8F8FF; }

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

.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: "Inter"; }

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

.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; }
  .header.sticky {
    height: calc(var(--size-hd) - 3rem);
    margin-top: -5rem; }
    @media screen and (max-width: 1200px) {
      .header.sticky {
        margin-top: 0; } }
    .header.sticky .header-wrapper {
      padding: 1rem 0;
      background: white;
      height: 7rem; }
      @media screen and (max-width: 1200px) {
        .header.sticky .header-wrapper {
          height: 8rem; } }
    .header.sticky .header-bot {
      height: 3.5rem; }
      .header.sticky .header-bot .menu-item {
        padding: 0.1rem 0.8rem; }
        .header.sticky .header-bot .menu-item .icon {
          width: 1.3rem; }
      .header.sticky .header-bot .menu-link {
        font-size: 1.2rem; }
    .header.sticky .header-srch-input input, .header.sticky .header-srch-input .btn, .header.sticky .header-srch-input .btn-pri, .header.sticky .header-srch-input .btn-second, .header.sticky .header-srch-input .btn-thir {
      height: 2.8rem; }
    .header.sticky .header-nav .menu-nav > .menu-list > .menu-item.current_page_item > a, .header.sticky .header-nav .menu-nav > .menu-list > .menu-item.current-menu-item > a {
      color: #1488CC; }
    @media (hover: hover) {
      .header.sticky .header-nav .menu-nav > .menu-list > .menu-item:hover .menu-link {
        color: #1488CC !important; } }
    .header.sticky .header-search .btn-icon {
      border: 0.1rem solid #2B32B2; }
      .header.sticky .header-search .btn-icon i {
        color: #2B32B2; }
  .header-top {
    width: 100%;
    height: 5rem; }
    @media screen and (max-width: 1200px) {
      .header-top {
        display: none; } }
    .header-top-img {
      width: 100%;
      height: 100%; }
      .header-top-img img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100% !important; }
  .header-wrapper {
    background: white;
    position: relative;
    z-index: 98;
    height: 9rem;
    padding: 1.5rem 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    @media screen and (max-width: 1200px) {
      .header-wrapper {
        height: 8rem;
        background: white;
        padding: 1rem 0; } }
  .header-bot {
    background: white;
    height: 4.5rem;
    padding-bottom: 0.5rem;
    padding: 0.3rem 0;
    width: 100%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    @media screen and (max-width: 1200px) {
      .header-bot {
        display: none; } }
    .header-bot .menu-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      gap: 2rem;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .header-bot .menu-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;
      background: white;
      position: relative;
      border-radius: 0.4rem;
      background-clip: padding-box;
      border: 0.1rem solid transparent;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      .header-bot .menu-item::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 0;
        margin: -0.1rem;
        border-radius: inherit;
        background: -webkit-gradient(linear, right top, left top, color-stop(-0.87%, #2B32B2), color-stop(99.05%, #1488CC));
        background: linear-gradient(270deg, #2B32B2 -0.87%, #1488CC 99.05%);
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        opacity: 0; }
      .header-bot .menu-item::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 0;
        border-radius: 0.3rem;
        background: white; }
      .header-bot .menu-item.active:before {
        opacity: 1; }
      @media (hover: hover) {
        .header-bot .menu-item:hover:before {
          opacity: 1; } }
    .header-bot .menu-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      line-height: 1;
      position: relative;
      z-index: 1;
      color: #0149C5;
      font-size: 1.4rem;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      padding: 0.6rem 0.8rem;
      height: 3rem; }
      .header-bot .menu-link .icon {
        width: 1.8rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 0.5rem;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        .header-bot .menu-link .icon img {
          width: 100%;
          -o-object-fit: contain;
          object-fit: contain; }
    .header-bot .menu-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 2rem; }
  .header-logo {
    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: 1.5rem 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; }
  .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;
    gap: 1rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @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;
    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 .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-srch {
    margin-top: 0.6rem;
    position: relative; }
    .header-srch-re {
      position: absolute;
      width: 100%;
      top: 100%;
      left: 0;
      border-radius: 0.4rem;
      padding: 2.2rem;
      background-color: white;
      -webkit-transition: 0.3s linear;
      transition: 0.3s linear;
      -webkit-transform: translateY(1rem);
      transform: translateY(1rem);
      visibility: hidden;
      opacity: 0;
      -webkit-box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
      box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; }
    .header-srch-input {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .header-srch-input input {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        border-radius: 0.4rem 0 0 0.4rem;
        border: 0.1rem solid #2B32B2;
        border-right: none;
        height: 3.6rem;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        .header-srch-input input:focus ~ .header-srch-re {
          opacity: 1;
          visibility: visible;
          -webkit-transform: translateY(0);
          transform: translateY(0); }
      .header-srch-input .btn, .header-srch-input .btn-pri, .header-srch-input .btn-second, .header-srch-input .btn-thir {
        width: 4rem;
        min-width: 6rem;
        border-radius: 0 0.4rem 0.4rem 0;
        height: 3.6rem;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        .header-srch-input .btn .icon, .header-srch-input .btn-pri .icon, .header-srch-input .btn-second .icon, .header-srch-input .btn-thir .icon {
          margin-left: 0 !important;
          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-srch-input .btn .icon i, .header-srch-input .btn-pri .icon i, .header-srch-input .btn-second .icon i, .header-srch-input .btn-thir .icon i {
            font-size: 1.6rem; }
  .header-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.4rem; }
    @media screen and (max-width: 1250px) {
      .header-control {
        gap: 1rem; } }
    .header-control-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 0.8rem; }
      .header-control-item .icon {
        width: 4rem;
        height: 4rem;
        border-radius: 100rem;
        border: 0.1rem solid transparent;
        position: relative;
        background-color: white;
        background-clip: padding-box;
        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: 400px) {
          .header-control-item .icon {
            width: 3.5rem;
            height: 3.5rem; } }
        .header-control-item .icon .num {
          position: absolute;
          min-width: 1.5rem;
          border-radius: 100rem;
          background-color: #FF424E;
          color: white;
          font-size: 1rem;
          aspect-ratio: 1;
          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;
          top: 0;
          left: 100%;
          -webkit-transform: translate(-60%, -15%);
          transform: translate(-60%, -15%);
          padding-top: 0.2rem; }
        .header-control-item .icon:before {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: -1;
          margin: -0.1rem;
          /* !importanté */
          border-radius: inherit;
          /* !importanté */
          background: -webkit-gradient(linear, right top, left top, color-stop(-0.87%, #2B32B2), color-stop(99.05%, #1488CC));
          background: linear-gradient(270deg, #2B32B2 -0.87%, #1488CC 99.05%); }
      .header-control-item .text {
        font-size: 1.4rem; }
      @media screen and (min-width: 1200px) {
        .header-control-item.search {
          display: none; } }
      .header-control-item.usr {
        position: relative; }
        .header-control-item.usr .text i {
          margin-left: 0.5rem; }
        @media (hover: hover) {
          .header-control-item.usr:hover .usr-hover {
            opacity: 1;
            visibility: visible; } }
        .header-control-item.usr .usr-hover {
          position: absolute;
          left: 50%;
          top: 100%;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
          width: 30rem;
          padding: 2rem;
          border-radius: 0.8rem;
          background-color: white;
          -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-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;
          opacity: 0;
          visibility: hidden; }
          .header-control-item.usr .usr-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;
            gap: 1rem;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
            .header-control-item.usr .usr-hover-inner .title {
              font-weight: 700;
              text-align: center;
              font-size: 2rem; }
              @media only screen and (max-width: 1200px) {
                .header-control-item.usr .usr-hover-inner .title {
                  font-size: 1.8rem; } }
              @media only screen and (max-width: 800px) {
                .header-control-item.usr .usr-hover-inner .title {
                  font-size: 1.6rem; } }
            .header-control-item.usr .usr-hover-inner .txt .link {
              font-weight: 600;
              -webkit-transition: 0.3s ease-in-out;
              transition: 0.3s ease-in-out; }
              @media (hover: hover) {
                .header-control-item.usr .usr-hover-inner .txt .link:hover {
                  color: #2B32B2; } }
      @media screen and (max-width: 1200px) {
        .header-control-item.usr {
          display: none; }
        .header-control-item.phone {
          display: none; } }

.srch-top-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.6rem;
  row-gap: 1.2rem; }

.srch-top-item {
  padding: 0 0.6rem;
  width: calc(100% / 3); }

.srch-top-box {
  padding: 1rem;
  border-radius: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #E9EBFD;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  overflow: hidden; }
  .srch-top-box:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    inset: 0;
    background: -webkit-gradient(linear, right top, left top, color-stop(-0.87%, #2B32B2), color-stop(99.05%, #1488CC));
    background: linear-gradient(270deg, #2B32B2 -0.87%, #1488CC 99.05%);
    z-index: 0;
    opacity: 0; }
  .srch-top-box .icon {
    width: 4rem;
    height: 4.5rem;
    border-radius: 0.4rem;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2; }
    .srch-top-box .icon img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain; }
  .srch-top-box .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    position: relative;
    z-index: 2;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease; }
  @media (hover: hover) {
    .srch-top-box:hover:before {
      opacity: 1; }
    .srch-top-box:hover .text {
      color: white; } }

.srch-bot {
  margin-top: 2.4rem; }
  .srch-bot-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1rem;
    row-gap: 1.2rem; }
  .srch-bot-item {
    padding: 0 1rem;
    width: 25%;
    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; }
  .srch-bot-box {
    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; }
    .srch-bot-box img {
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      width: 100%;
      -o-object-fit: contain;
      object-fit: contain;
      height: 100%; }
    @media (hover: hover) {
      .srch-bot-box:hover img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05); } }

.footer {
  background: #fff;
  padding: 8rem 0; }
  @media screen and (max-width: 992px) {
    .footer {
      padding: 4rem 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; }
    @media screen and (max-width: 992px) {
      .footer-flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 2.4rem;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
  .footer-col {
    padding: 0 1.2rem;
    -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;
    gap: 4rem; }
    @media screen and (max-width: 1200px) {
      .footer-col {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset; } }
    @media screen and (max-width: 992px) {
      .footer-col {
        width: 50% !important; } }
    @media screen and (max-width: 400px) {
      .footer-col {
        width: 100% !important; } }
    .footer-col:last-child {
      -webkit-box-flex: unset;
      -ms-flex: unset;
      flex: unset;
      width: calc((2.5/12) * 100%); }
    .footer-col .menu-list,
    .footer-col .menu {
      margin-top: 1rem; }
      .footer-col .menu-list .menu-item,
      .footer-col .menu .menu-item {
        margin-bottom: 0.2rem; }
        .footer-col .menu-list .menu-item .menu-link,
        .footer-col .menu-list .menu-item a,
        .footer-col .menu .menu-item .menu-link,
        .footer-col .menu .menu-item a {
          width: 100%;
          display: block;
          -webkit-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
          @media (hover: hover) {
            .footer-col .menu-list .menu-item .menu-link:hover,
            .footer-col .menu-list .menu-item a:hover,
            .footer-col .menu .menu-item .menu-link:hover,
            .footer-col .menu .menu-item a:hover {
              background: -webkit-gradient(linear, right top, left top, color-stop(-0.87%, #2B32B2), color-stop(99.05%, #1488CC));
              background: linear-gradient(270deg, #2B32B2 -0.87%, #1488CC 99.05%);
              background-clip: text;
              -webkit-background-clip: text;
              -webkit-text-fill-color: transparent; } }
        .footer-col .menu-list .menu-item.current_page_item .menu-link,
        .footer-col .menu-list .menu-item.current_page_item a, .footer-col .menu-list .menu-item.current-menu-item .menu-link,
        .footer-col .menu-list .menu-item.current-menu-item a,
        .footer-col .menu .menu-item.current_page_item .menu-link,
        .footer-col .menu .menu-item.current_page_item a,
        .footer-col .menu .menu-item.current-menu-item .menu-link,
        .footer-col .menu .menu-item.current-menu-item a {
          background: -webkit-gradient(linear, right top, left top, color-stop(-0.87%, #2B32B2), color-stop(99.05%, #1488CC));
          background: linear-gradient(270deg, #2B32B2 -0.87%, #1488CC 99.05%);
          background-clip: text;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-weight: 700; }
  .footer-logo {
    margin-bottom: 1.6rem; }
    .footer-logo .custom-logo-link {
      display: block;
      width: 32%; }
  .footer-title {
    font-size: 2rem;
    font-weight: 700; }
    @media only screen and (max-width: 1200px) {
      .footer-title {
        font-size: 1.8rem; } }
    @media only screen and (max-width: 800px) {
      .footer-title {
        font-size: 1.6rem; } }
  .footer-ct {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1rem;
    -webkit-column-gap: 2.4rem;
    -moz-column-gap: 2.4rem;
    column-gap: 2.4rem;
    row-gap: 1rem; }
    .footer-ct-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 6rem; }
      .footer-ct-item img {
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain; }
  .footer-tt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1rem; }
    .footer-tt-item {
      width: 3.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; }
      .footer-tt-item 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-tt-item:hover img {
          -webkit-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem); } }
  .footer-social {
    margin-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem; }
    .footer-social-item {
      width: 3.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; }
      .footer-social-item 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-item:hover img {
          -webkit-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem); } }
  .footer-mid {
    margin-top: 1rem; }
    .footer-mid-flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -1.2rem; }
      @media screen and (max-width: 992px) {
        .footer-mid-flex {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          row-gap: 2.4rem; } }
    .footer-mid-left {
      width: 50%;
      padding: 0 1.2rem; }
      @media screen and (max-width: 992px) {
        .footer-mid-left {
          width: 100%; } }
    .footer-mid-right {
      padding: 0 1.2rem;
      width: 50%; }
      @media screen and (max-width: 992px) {
        .footer-mid-right {
          width: 100%; } }
      .footer-mid-right .title {
        font-size: 2rem;
        font-weight: 700; }
        @media only screen and (max-width: 1200px) {
          .footer-mid-right .title {
            font-size: 1.8rem; } }
        @media only screen and (max-width: 800px) {
          .footer-mid-right .title {
            font-size: 1.6rem; } }
  .footer-bot {
    margin-top: 6rem; }
    .footer-bot > .title {
      font-size: 2rem;
      font-weight: 700;
      line-height: 1.2; }
      @media only screen and (max-width: 1200px) {
        .footer-bot > .title {
          font-size: 1.8rem; } }
      @media only screen and (max-width: 800px) {
        .footer-bot > .title {
          font-size: 1.6rem; } }
    .footer-bot-flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -1.2rem;
      margin-top: 2rem;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      row-gap: 3rem; }
    .footer-bot-col {
      width: 25%;
      padding: 0 1.2rem; }
      @media screen and (max-width: 992px) {
        .footer-bot-col {
          width: calc(100% / 3); } }
      @media screen and (max-width: 500px) {
        .footer-bot-col {
          width: 50%; } }
    .footer-bot-title {
      font-weight: 700;
      color: #242424;
      margin-bottom: 1rem; }
    .footer-bot-list .link {
      background: var(--Linear-1, linear-gradient(270deg, #2B32B2 -0.87%, #1488CC 99.05%));
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      padding-right: 0.3rem;
      margin-right: 0.5rem;
      border-right: 0.1rem solid #1488CC; }
      .footer-bot-list .link:last-child {
        border-right: none; }
  .footer-srch {
    margin-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem; }
    @media screen and (max-width: 1200px) {
      .footer-srch {
        gap: 1rem; } }
    .footer-srch .btn, .footer-srch .btn-pri, .footer-srch .btn-second, .footer-srch .btn-thir {
      height: 3.7rem; }
      .footer-srch .btn .text, .footer-srch .btn-pri .text, .footer-srch .btn-second .text, .footer-srch .btn-thir .text {
        font-weight: 400;
        font-size: 1.4rem; }
    @media screen and (max-width: 768px) {
      .footer-srch .btn, .footer-srch .btn-pri, .footer-srch .btn-second, .footer-srch .btn-thir {
        height: 3.4rem;
        padding: 0 0.5rem; } }

@-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); } }

/* ----------------------------------------------
 * Generated by Animista on 2023-9-22 14:11:28
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation shake-vertical
 * ----------------------------------------
 */
.shake-vertical {
  -webkit-animation: shake-vertical 4s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite both;
  animation: shake-vertical 4s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite both; }

@-webkit-keyframes shake-vertical {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); }
  20%,
  40%,
  60% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
  80% {
    -webkit-transform: translateY(6.4px);
    transform: translateY(6.4px); }
  90% {
    -webkit-transform: translateY(-6.4px);
    transform: translateY(-6.4px); } }

@keyframes shake-vertical {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); }
  20%,
  40%,
  60% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
  80% {
    -webkit-transform: translateY(6.4px);
    transform: translateY(6.4px); }
  90% {
    -webkit-transform: translateY(-6.4px);
    transform: translateY(-6.4px); } }

.hamburger {
  width: 4rem;
  overflow: hidden; }
  @media screen and (max-width: 400px) {
    .hamburger {
      width: 3rem; }
      .hamburger .hamburger-label {
        height: 2.5rem; }
      .hamburger .hamburger-text {
        top: 2.3rem; }
      .hamburger .hamburger-label::before {
        top: 0.1rem; } }
  .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: #2B32B2; }
    .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: #2B32B2;
      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); } }

.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); }
  .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-y: auto; }
    .mobile-con::-webkit-scrollbar {
      display: none; }
    .mobile-con-top {
      background: -webkit-gradient(linear, right top, left top, color-stop(-0.87%, #2B32B2), color-stop(99.05%, #1488CC));
      background: linear-gradient(270deg, #2B32B2 -0.87%, #1488CC 99.05%);
      padding: 1rem;
      min-height: 5rem; }
  .mobile-heading {
    font-size: 1.8rem;
    line-height: 1.5;
    color: #2B32B2;
    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); }
  .mobile-wr {
    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;
    border-bottom: 1rem solid #F1F1F5; }
    .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%;
    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: 1rem solid #F1F1F5;
    padding: 1rem;
    background-color: white; }
    .mobile-mxh-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 0.8rem;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      height: 100%;
      background-color: white;
      cursor: pointer; }
      .mobile-mxh-link .text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .mobile-mxh-link .text .txt {
          background: -webkit-gradient(linear, right top, left top, color-stop(-0.87%, #2B32B2), color-stop(99.05%, #1488CC));
          background: linear-gradient(270deg, #2B32B2 -0.87%, #1488CC 99.05%);
          background-clip: text;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
        .mobile-mxh-link .text .num {
          font-size: 2rem;
          font-weight: 700; }
          @media only screen and (max-width: 1200px) {
            .mobile-mxh-link .text .num {
              font-size: 1.8rem; } }
          @media only screen and (max-width: 800px) {
            .mobile-mxh-link .text .num {
              font-size: 1.6rem; } }
      .mobile-mxh-link img {
        width: 3rem;
        height: 3rem; }
  .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;
    background-color: #2B32B2; }
    .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: #ffffff; }
  .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; }
    .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: 3rem;
        height: 3rem;
        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: #2B32B2; }
  .mobile-acc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.8rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .mobile-acc .icon {
      width: 4rem;
      height: 4rem;
      border-radius: 100rem; }
      .mobile-acc .icon img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
    .mobile-acc .txt {
      color: white;
      font-weight: 700; }
  .mobile-sub {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 9; }
    .mobile-sub.showed {
      -webkit-transform: translateX(0);
      transform: translateX(0); }
    .mobile-sub-pre {
      padding: 1rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 1rem;
      border-bottom: 1rem solid #F1F1F5;
      cursor: pointer; }
    .mobile-sub .menu-list .menu-item .menu-list {
      display: block; }

@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 -0.5rem; }
    .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;
      padding: 0 0.5rem; }
      .header-nav .menu-nav > .menu-list > .menu-item:last-child > .menu-list {
        left: initial;
        right: 0; }
      .header-nav .menu-nav > .menu-list > .menu-item::after {
        content: '';
        position: absolute;
        position: absolute;
        top: 100%;
        height: 1rem;
        left: 0;
        width: 100%; }
      .header-nav .menu-nav > .menu-list > .menu-item > .mega-menu {
        top: calc(var(--size-hd) + 1rem);
        position: fixed;
        left: 0;
        width: 100vw;
        max-width: 100vw;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out; }
      .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.dropdown:hover > .mega-menu {
        top: calc(var(--size-hd));
        opacity: 1;
        visibility: visible; }
        .header-nav .menu-nav > .menu-list > .menu-item.dropdown:hover > .mega-menu .mega-menu-hover.showed {
          opacity: 1;
          visibility: visible !important;
          -webkit-transform: translateX(0);
          transform: translateX(0);
          display: block; }
      .header-nav .menu-nav > .menu-list > .menu-item:hover > a {
        color: #2B32B2; }
        .header-nav .menu-nav > .menu-list > .menu-item:hover > a i {
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
          color: #2B32B2; }
      .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: #383838;
        position: relative;
        line-height: 1;
        height: 100%;
        cursor: pointer;
        font-family: "Inter"; }
        .header-nav .menu-nav > .menu-list > .menu-item > .menu-link::before {
          content: "";
          position: absolute;
          height: 0.1rem;
          background: #2B32B2;
          top: 100%;
          left: 50%;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
          -webkit-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;
          opacity: 0;
          width: 0; }
      .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: #2B32B2;
        font-weight: 700; }
      .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: #1488CC; }
  .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: #2B32B2;
    display: block;
    font-size: 1.4rem; }
    .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: #2B32B2; }
  .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%; }

.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: #2B32B2; }

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

.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: #2B32B2;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  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 > .icon {
  padding: 1.5rem;
  height: 100%;
  cursor: pointer; }
  .mobile-nav .menu-item > .icon i {
    font-size: 1.6rem; }

.mobile-nav .menu-item.dropdown > a > i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.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 i {
    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;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out; }

.mobile-nav .menu-item > a {
  width: 100%;
  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: #101012;
  font-weight: 700;
  text-transform: uppercase;
  padding: 1rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  @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; } }
  @media (hover: hover) {
    .mobile-nav .menu-item > a:hover {
      color: #2B32B2 !important; } }
  .mobile-nav .menu-item > a .icon {
    padding: 0.5rem; }
    .mobile-nav .menu-item > a .icon.active > i {
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg); }

.mobile-nav .menu-item > .menu-list {
  display: none;
  position: relative; }
  .mobile-nav .menu-item > .menu-list > .menu-item.current_page_item > a, .mobile-nav .menu-item > .menu-list > .menu-item.current-menu-item > a {
    color: #2B32B2; }
  .mobile-nav .menu-item > .menu-list > .menu-item:has(.current-menu-item) > a {
    color: #2B32B2; }
  .mobile-nav .menu-item > .menu-list > .menu-item > .menu-link {
    font-weight: 400;
    font-size: 1.4rem;
    color: #3A3B40; }

.mobile-nav-btn .link {
  color: #474140;
  font-weight: 600;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  font-size: 1.6rem; }

.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 {
      opacity: 1;
      visibility: visible; }
  .popup-overlay {
    position: absolute;
    background-color: rgba(36, 36, 36, 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;
    opacity: 0;
    visibility: hidden;
    position: relative;
    border-radius: 0.4rem;
    background-color: #ffffff;
    padding: 2.4rem; }
    .popup-main.med {
      width: 90rem; }
    .popup-main.small {
      width: 80rem; }
  .popup-over {
    overflow-y: auto;
    min-height: 40vh;
    max-height: 80vh; }
  .popup-wrapper {
    width: 100%;
    min-height: 40vh;
    position: relative;
    border-radius: 6px;
    display: -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: #242424;
      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;
    padding-top: 5rem; }
    .popup-search-box {
      width: 40rem; }
      .popup-search-box .popup-over {
        max-height: 90vh; }
    .popup-search-logo {
      position: absolute;
      top: 1rem;
      left: 1rem;
      width: 50%; }
      .popup-search-logo img {
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain; }
    .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 #2B32B2;
      height: 4.4rem; }
    .popup-search-input .btn, .popup-search-input .btn-pri, .popup-search-input .btn-second, .popup-search-input .btn-thir {
      width: 100%;
      margin-top: 1rem;
      height: 4.4rem;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .popup-search .search-rs {
      top: 27rem !important;
      z-index: 20 !important;
      position: unset !important;
      max-height: 42rem !important; }
      .popup-search .search-rs .submit-search {
        margin: auto;
        margin-top: 3rem;
        padding: 0.5rem 1rem;
        background-color: #2B32B2;
        color: #ffffff;
        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-bg {
    padding: 5.6rem 7rem;
    position: relative;
    overflow: hidden; }
    .popup-bg .dc {
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%) translateX(50%);
      transform: translateY(-50%) translateX(50%);
      z-index: 3;
      width: calc(100vw * (448 / 1728));
      height: calc(100vw * (448 / 1728));
      pointer-events: none;
      min-width: 30rem;
      min-height: 30rem; }
      .popup-bg .dc-inner {
        height: 100%;
        width: 100%;
        -webkit-animation: Spinner 20s linear infinite;
        animation: Spinner 20s linear infinite; }
        .popup-bg .dc-inner img {
          width: 100%;
          height: 100%;
          -o-object-fit: contain;
          object-fit: contain;
          -webkit-filter: brightness(0) saturate(100%) invert(60%) sepia(0%) saturate(2253%) hue-rotate(194deg) brightness(81%) contrast(89%);
          filter: brightness(0) saturate(100%) invert(60%) sepia(0%) saturate(2253%) hue-rotate(194deg) brightness(81%) contrast(89%); }
    @media screen and (max-width: 800px) {
      .popup-bg {
        padding: 4rem 2rem 2rem 2rem; } }
    .popup-bg-box {
      width: 58.8rem;
      border-radius: 0;
      background-color: #ffffff; }
    @media screen and (min-width: 1201px) {
      .popup-bg .form-list {
        --gutter-y: 3rem; } }
    .popup-bg .bd-ln {
      margin-top: 4rem; }
  .popup-cart {
    z-index: 100; }
    .popup-cart .title {
      font-size: 2.8rem;
      margin-bottom: 2rem; }
    .popup-cart .popup-over {
      overflow-y: unset; }
    .popup-cart .popup-main {
      width: 43rem;
      padding: 4rem; }
      @media screen and (max-width: 992px) {
        .popup-cart .popup-main {
          padding: 2.4rem; } }
    .popup-cart .popup-close {
      width: 4.4rem;
      height: 4.4rem;
      background-color: #2B32B2;
      top: 0;
      right: 0; }
      .popup-cart .popup-close i {
        color: white; }
    .popup-cart-bot {
      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;
      margin-top: 2.4rem; }
      .popup-cart-bot .btn, .popup-cart-bot .btn-pri, .popup-cart-bot .btn-second, .popup-cart-bot .btn-thir {
        width: 100%; }
    .popup-cart.open .popup-main {
      opacity: 1;
      visibility: visible; }
  .popup-attri .popup-over {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content; }
  .popup-attri .recheck {
    margin-top: 0.8rem; }
  .popup-attri .size .recheck-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.8rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .popup-attri .size .recheck-text {
    margin: 0;
    padding: 0.5rem 1rem;
    border: 0.1rem solid rgba(26, 26, 26, 0.4);
    color: rgba(26, 26, 26, 0.4);
    font-weight: 600; }
  .popup-attri .size .recheck-item.active .recheck-text {
    border-color: #1a1a1a;
    color: #1a1a1a; }
  .popup-attri-item {
    margin-bottom: 2rem; }
    .popup-attri-item:last-child {
      margin-bottom: 0; }
  .popup-attri.open .popup-main {
    opacity: 1;
    visibility: visible; }
  .popup-sz .popup-main {
    padding: 0;
    width: 74.5rem; }
    @media screen and (max-width: 768px) {
      .popup-sz .popup-main {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content; } }
  .popup-sz .popup-close {
    right: 0;
    top: 0;
    width: 4.4rem;
    height: 4.4rem;
    background-color: #2B32B2; }
    .popup-sz .popup-close i {
      color: white; }
  .popup-sz-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .popup-sz-left {
    width: 50%;
    padding: 4rem; }
    @media screen and (max-width: 992px) {
      .popup-sz-left {
        padding: 4rem 2rem; } }
    @media screen and (max-width: 768px) {
      .popup-sz-left {
        width: 100%; } }
  .popup-sz-right {
    width: 50%; }
    @media screen and (max-width: 768px) {
      .popup-sz-right {
        display: none; } }
  .popup-sz-img {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .popup-sz-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .popup-sz-title {
    font-size: 4.5rem;
    line-height: 1.2; }
    @media only screen and (max-width: 1200px) {
      .popup-sz-title {
        font-size: 4rem; } }
    @media only screen and (max-width: 800px) {
      .popup-sz-title {
        font-size: 3rem; } }
  .popup-sz table {
    width: 100%;
    margin-top: 2rem; }
    .popup-sz table thead th {
      border: 0.1rem solid #2B32B2;
      padding: 1rem 1.6rem;
      text-align: left; }
    .popup-sz table tbody tr {
      border: 0.1rem solid #2B32B2; }
      .popup-sz table tbody tr td {
        padding: 1rem 1.6rem; }
        .popup-sz table tbody tr td:nth-child(1) {
          border-right: 0.1rem solid #2B32B2; }
  .popup-zoom .popup-main {
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%; }
  .popup-zoom .popup-over {
    max-height: calc(100vh - 2.4rem); }
  .popup-zoom .popup-close {
    right: 1rem;
    top: 1rem;
    width: 4.4rem;
    height: 4.4rem;
    background-color: #2B32B2; }
    .popup-zoom .popup-close i {
      color: white; }
  .popup-zoom-slide {
    width: 40%;
    margin: 0 auto; }
    .popup-zoom-slide .swiper {
      max-height: calc(100vh - 2.4rem); }
  .popup-zoom-img {
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    display: block; }
    .popup-zoom-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; }
  .popup-zoom-thumb {
    width: 10rem;
    position: absolute;
    left: 4rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .popup-zoom-thumb .swiper {
      max-height: 95vh; }
      .popup-zoom-thumb .swiper-slide {
        height: 10rem !important; }
  .popup-zoom-timg {
    width: 100%;
    height: 100%; }
    .popup-zoom-timg img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .popup-changepass .popup-main {
    width: 48rem;
    padding: 4rem; }
    @media screen and (max-width: 500px) {
      .popup-changepass .popup-main {
        padding: 4rem 2rem; } }
  .popup-changepass .popup-over {
    min-height: unset; }
  .popup-changepass .popup-close {
    right: 0;
    top: 0;
    width: 4.4rem;
    height: 4.4rem;
    background-color: #2B32B2; }
    .popup-changepass .popup-close i {
      color: white; }
  .popup-changepass-form {
    margin-top: 2rem; }
    .popup-changepass-form .ip-control {
      margin-bottom: 1.6rem; }
  .popup-changepass-link {
    color: #474140;
    font-weight: 500;
    margin-bottom: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .popup-changepass-link .link {
      text-decoration: underline;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      @media (hover: hover) {
        .popup-changepass-link .link:hover {
          color: #2B32B2; } }
  .popup-down .title {
    font-size: 3.6rem;
    margin-bottom: 2rem;
    line-height: 1.2; }
  .popup-down .popup-over {
    overflow-y: unset; }
  .popup-down .popup-main {
    width: 48rem;
    padding: 4rem; }
    @media screen and (max-width: 768px) {
      .popup-down .popup-main {
        padding: 4rem 2rem; } }
  .popup-down .popup-close {
    width: 4.4rem;
    height: 4.4rem;
    background-color: #2B32B2;
    top: 0;
    right: 0; }
    .popup-down .popup-close i {
      color: white; }
  .popup-down-form .ip-control {
    margin-bottom: 1.6rem; }
    .popup-down-form .ip-control input, .popup-down-form .ip-control textarea {
      width: 100%;
      height: 100%;
      border: 1px solid #f3edea;
      background: #f9f7f5;
      font-size: 1.4rem;
      padding: 0 1.2rem; }
      .popup-down-form .ip-control input:focus, .popup-down-form .ip-control textarea:focus {
        outline: none;
        border-color: black; }
    .popup-down-form .ip-control input {
      height: 4rem; }
    .popup-down-form .ip-control textarea {
      min-height: 10rem;
      padding: 1.2rem; }
  .popup-welcome .popup-main {
    padding: 0;
    width: 78rem; }
    @media screen and (max-width: 768px) {
      .popup-welcome .popup-main {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content; } }
  .popup-welcome .popup-close {
    right: 0;
    top: 0;
    width: 4.4rem;
    height: 4.4rem;
    background-color: #2B32B2; }
    .popup-welcome .popup-close i {
      color: white; }
  .popup-welcome-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .popup-welcome-left {
    width: 50%;
    padding: 4rem;
    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: 992px) {
      .popup-welcome-left {
        padding: 4rem 2rem; } }
    @media screen and (max-width: 768px) {
      .popup-welcome-left {
        width: 100%; } }
    .popup-welcome-left .title {
      font-size: 12rem;
      font-weight: 700;
      line-height: 1; }
    .popup-welcome-left .sub {
      font-size: 2.8rem;
      font-weight: 600; }
    .popup-welcome-left .desc {
      text-align: center;
      margin-top: 2rem; }
    .popup-welcome-left .support-form input {
      width: unset; }
    @media screen and (max-width: 500px) {
      .popup-welcome-left .support-form input {
        width: 100%; }
      .popup-welcome-left .support-form .btn, .popup-welcome-left .support-form .btn-pri, .popup-welcome-left .support-form .btn-second, .popup-welcome-left .support-form .btn-thir {
        width: 100%; } }
  .popup-welcome-right {
    width: 50%; }
    @media screen and (max-width: 768px) {
      .popup-welcome-right {
        display: none; } }
  .popup-welcome-logo {
    width: 5.6rem;
    margin-bottom: 2rem; }
    .popup-welcome-logo img {
      width: 100%;
      -o-object-fit: contain;
      object-fit: contain; }
  .popup-welcome-img {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .popup-welcome-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .popup-welcome-control {
    width: 100%; }

.cmini-ctn {
  margin-right: -0.5rem; }

.cmini-list {
  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;
  max-height: 20rem;
  overflow-y: auto;
  padding-right: 0.5rem; }

.cmini-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem; }

.cmini-img {
  width: 10rem;
  height: 10rem; }

.cmini-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem; }
  .cmini-desc-bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.cmini-quan {
  border: 0.1rem solid black;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0 1rem; }

.btn, .btn-pri, .btn-second, .btn-thir {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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: 4.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden !important;
  min-width: 11rem;
  padding: 0 2rem; }
  .btn .inner, .btn-pri .inner, .btn-second .inner, .btn-thir .inner {
    padding: 1rem 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; }
  .btn img, .btn-pri img, .btn-second img, .btn-thir img {
    position: relative;
    z-index: 3; }
  .btn .icon, .btn-pri .icon, .btn-second .icon, .btn-thir .icon {
    width: 2rem;
    height: 2rem;
    position: relative;
    z-index: 3;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .btn .icon:first-child, .btn-pri .icon:first-child, .btn-second .icon:first-child, .btn-thir .icon:first-child {
      margin-right: 0.8rem; }
    .btn .icon:last-child, .btn-pri .icon:last-child, .btn-second .icon:last-child, .btn-thir .icon:last-child {
      margin-left: 0.8rem; }
    .btn .icon img, .btn-pri .icon img, .btn-second .icon img, .btn-thir .icon img {
      width: inherit;
      height: inherit; }
    .btn .icon i, .btn-pri .icon i, .btn-second .icon i, .btn-thir .icon i {
      -webkit-transition: 0.4s;
      transition: 0.4s; }
  .btn.center, .center.btn-pri, .center.btn-second, .center.btn-thir {
    margin: auto;
    margin-top: 2rem; }
  .btn .text, .btn-pri .text, .btn-second .text, .btn-thir .text {
    color: #ffffff;
    z-index: 3;
    font-size: 1.6rem;
    position: relative;
    display: block !important;
    white-space: nowrap;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-weight: 700; }
  .btn::after, .btn-pri::after, .btn-second::after, .btn-thir::after {
    content: "";
    position: absolute;
    width: 110%;
    height: 110%;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom 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-second:hover::after, .btn-thir:hover::after {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: top right;
    transform-origin: top right; } }
  .btn-pri {
    background: #1488CC;
    border-radius: 0.4rem;
    border: none;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-size: 300% 100%;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(-0.87%, #2B32B2), color-stop(99.05%, #1488CC)) !important;
    background-image: linear-gradient(270deg, #2B32B2 -0.87%, #1488CC 99.05%) !important; }
    .btn-pri .text {
      color: #ffffff; }
    .btn-pri .icon i {
      color: #ffffff; }
    @media (hover: hover) {
      .btn-pri:hover {
        background-position: 100% 0;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out; } }
  .btn-second {
    background: transparent;
    border-radius: 0.4rem;
    border: 1px solid #1488CC; }
    .btn-second::after {
      background: -webkit-gradient(linear, right top, left top, color-stop(-0.87%, #2B32B2), color-stop(99.05%, #1488CC));
      background: linear-gradient(270deg, #2B32B2 -0.87%, #1488CC 99.05%);
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      -webkit-transform: unset;
      transform: unset;
      opacity: 0; }
    .btn-second .text {
      background: -webkit-gradient(linear, right top, left top, color-stop(-0.87%, #2B32B2), color-stop(99.05%, #1488CC));
      background: linear-gradient(270deg, #2B32B2 -0.87%, #1488CC 99.05%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .btn-second .icon i {
      color: #1488CC; }
    @media (hover: hover) {
      .btn-second:hover::after {
        opacity: 1; }
      .btn-second:hover .text {
        color: #ffffff;
        background: white;
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .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-buy {
    background-color: #ff424e;
    border-radius: 0.4rem;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    @media (hover: hover) {
      .btn-buy:hover {
        background-color: rgba(255, 66, 78, 0.8); } }
  .btn-cart .icon i {
    color: #ff424e; }
  .btn.full, .full.btn-pri, .full.btn-second, .full.btn-thir {
    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: #2B32B2;
  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: 4rem;
  height: 4rem;
  background: -webkit-gradient(linear, right top, left top, color-stop(-0.87%, #2B32B2), color-stop(99.05%, #1488CC));
  background: linear-gradient(270deg, #2B32B2 -0.87%, #1488CC 99.05%);
  border-radius: 0.6rem;
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  z-index: 7;
  -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-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;
  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; }
  .back-to-top i {
    color: white; }
  .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; }
  .back-to-top .triangle {
    display: block;
    width: 100%;
    height: 0.5rem;
    z-index: 2;
    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; }
    .back-to-top .triangle i {
      color: #0149C5; }
    .back-to-top .triangle:nth-child(1) {
      -webkit-animation: BTT 1.5s linear 0.6s infinite;
      animation: BTT 1.5s linear 0.6s infinite; }
    .back-to-top .triangle:nth-child(2) {
      -webkit-animation: BTT 1.5s linear 0.3s infinite;
      animation: BTT 1.5s linear 0.3s infinite; }
    .back-to-top .triangle:nth-child(3) {
      -webkit-animation: BTT 1.5s linear 0s infinite;
      animation: BTT 1.5s linear 0s infinite; }
  @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; }
  .back-to-top .btn-rotate {
    width: 100%;
    height: 100%; }
    .back-to-top .btn-rotate .rounded-text {
      fill: white; }

@-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: #2B32B2; }

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

.dateTime {
  position: relative;
  height: 4.8rem;
  background: #F9F7F5;
  z-index: 2;
  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;
  padding: 0 1.6rem; }
  .dateTime input {
    border-radius: unset !important;
    border: 1px solid #d0d5dd;
    background: #fff;
    border-radius: 0.4rem !important; }
  .dateTime .icon {
    width: 1.6rem;
    height: 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;
    position: relative;
    z-index: 5; }

.dateTimeItem {
  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;
  height: 100%; }

.dateTimeText {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 1.6rem;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none;
  z-index: 2; }
  .dateTimeText.disable {
    opacity: 0;
    visibility: hidden; }

.dateTimeInput {
  padding: 0.8rem 1.6rem;
  background-color: transparent;
  width: 100%;
  font-family: "SVN-Segoe UI", sans-serif;
  border: none;
  outline: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1; }

.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: 1rem;
    border: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0.8rem;
    border: 1px solid  #F8F8F8;
    padding: 0.3rem; }
    @media screen and (max-width: 1024px) {
      .quantity .count {
        gap: 0.5rem; } }
    @media screen and (max-width: 550px) {
      .quantity .count {
        gap: 0.5rem; }
        .quantity .count-number {
          font-size: 1.4rem; } }
    .quantity .count-number {
      color: #1A1A1A;
      line-height: 1;
      font-weight: 600; }
    .quantity .count-btn {
      width: 3rem;
      height: 3rem;
      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;
      background: #e7ecfe;
      border-radius: 0.6rem; }
      .quantity .count-btn .icon {
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        font-size: 1.2rem;
        font-weight: 400; }
        .quantity .count-btn .icon:hover {
          color: #2B32B2; }

.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.6rem;
    font-weight: 400;
    color: #2B2B2B;
    display: block;
    margin-bottom: 0.5rem; }
  .ip-control input {
    width: 100%;
    height: 4.8rem !important;
    border: 1px solid #d0d5dd;
    background: #fff;
    padding: 0 1.2rem;
    border-radius: 0.4rem; }
    .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.ip-pass input {
    padding-right: 4rem; }
  .ip-control.ip-pass .ip-feild {
    position: relative; }
  .ip-control.ip-pass .icon {
    position: absolute;
    top: 50%;
    right: 1.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2.4rem;
    height: 2.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;
    color: #ADADAD;
    cursor: pointer;
    font-weight: 400; }
  .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.4rem;
    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; }

.hello {
  color: red; }

.t-title {
  font-size: 5.6rem;
  font-family: "SVN-Segoe UI", sans-serif;
  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; } }

.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: 0.5rem; }
  .page-numbers > li > .page-numbers {
    height: 2.8rem;
    width: 2.8rem;
    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;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    color: #3A3B40;
    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: #1488CC;
      -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.5rem 1rem;
      gap: 0.5rem; }
      .page-numbers > li > .page-numbers.next i, .page-numbers > li > .page-numbers.prev i {
        color: #2B32B2;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
    .page-numbers > li > .page-numbers:after {
      z-index: -1;
      background: -webkit-gradient(linear, right top, left top, color-stop(-0.87%, #2B32B2), color-stop(99.05%, #1488CC));
      background: linear-gradient(270deg, #2B32B2 -0.87%, #1488CC 99.05%); }
    @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: #ffffff;
      font-weight: 700;
      background-color: rgba(244, 151, 18, 0.1);
      background: -webkit-gradient(linear, right top, left top, color-stop(-0.87%, #2B32B2), color-stop(99.05%, #1488CC));
      background: linear-gradient(270deg, #2B32B2 -0.87%, #1488CC 99.05%); }
    .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; }

.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: 600;
      color: #2B32B2; }
    .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: #A7A7A7;
    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: #383838; }
  .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: #2B32B2;
    border: 0.1rem solid #2B32B2; }
    .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: 1.6rem;
  height: 1.6rem;
  border-radius: 0.3rem;
  background-color: transparent;
  border: 0.1rem solid #A7A7A7;
  -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: #2B32B2;
    font-size: 1.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;
    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: #2B32B2;
    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: #383838;
  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: #2B32B2; } }

.recheck-dot {
  border-radius: 50%;
  width: 1.8rem;
  height: 1.8rem;
  border: 0.1rem solid #242424;
  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: #2B32B2;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }

.side-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(36, 36, 36, 0.6);
  z-index: 50;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  opacity: 0;
  -webkit-transform: translateX(110%);
  transform: translateX(110%);
  visibility: hidden; }
  .side-overlay.open {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: visible; }

.side-open {
  z-index: 40;
  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-radius: 100rem 0 0 100rem;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  .side-open .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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; }
  .side-open.close {
    opacity: 0;
    visibility: visible; }
  .side-open-wrap {
    width: 30px;
    height: 30px;
    border-radius: 100rem;
    background-color: white;
    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; }
    .side-open-wrap .icon {
      color: #1488CC;
      font-weight: 600;
      font-size: 1.6rem; }

.side-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: white;
  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; }
  .side-close:hover .icon {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
  .side-close .icon {
    font-size: 2rem;
    font-weight: 400;
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

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

.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 ~ .dblog-re-list {
      max-height: unset; }
      .srate-right input:checked ~ .dblog-re-list::after {
        opacity: 0;
        visibility: hidden; }
    .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-second, .srate-right .btn-drop-text .btn-thir {
        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-second:hover .icon, .srate-right .btn-drop-text .btn-thir:hover .icon {
            color: #2B32B2; } }
      .srate-right .btn-drop-text .icon {
        color: #2B32B2;
        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 .title {
      background: -webkit-gradient(linear, right top, left top, color-stop(-0.87%, #2B32B2), color-stop(99.05%, #1488CC));
      background: linear-gradient(270deg, #2B32B2 -0.87%, #1488CC 99.05%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
  .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-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 .text {
      font-weight: 600; }
    .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: #F5C34B;
      border-radius: 0.4rem;
      z-index: 5;
      height: 100%; }

.pro-box {
  padding: 2rem 1.2rem;
  background-color: #fff;
  border-radius: 0.4rem;
  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;
  height: 100%; }
  @media screen and (max-width: 768px) {
    .pro-box {
      padding: 2rem 1rem; } }

.pro-img {
  position: relative; }
  .pro-img .box {
    padding-top: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 0.4rem; }
    .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: contain;
      object-fit: contain;
      -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-tag {
  position: absolute;
  left: 1.2rem;
  bottom: 1.2rem;
  background-color: #ff424e;
  color: white;
  line-height: 1;
  padding: 0.5rem 1rem;
  border-radius: 100rem;
  font-size: 1.4rem;
  font-weight: 700; }

.pro-desc {
  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-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.pro-name {
  font-weight: 700;
  cursor: pointer;
  margin-bottom: 0.5rem;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.pro-mid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 1.2rem;
  margin-top: auto; }

.pro-price .price-new {
  color: #ff424e;
  font-weight: 700; }

.pro-price .price-odd {
  color: #A1A3AB;
  text-decoration: line-through;
  font-size: 1.4rem; }

.pro-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3rem; }
  .pro-cart .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .pro-cart .icon i {
      font-size: 1.4rem; }
  .pro-cart .num {
    font-size: 1.4rem;
    color: #3A3B40;
    line-height: 1; }

.pro-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem; }
  .pro-action .btn, .pro-action .btn-pri, .pro-action .btn-second, .pro-action .btn-thir {
    height: 3.6rem;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content; }
    .pro-action .btn-buy {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      @media screen and (max-width: 768px) {
        .pro-action .btn-buy {
          padding: 0 1rem; }
          .pro-action .btn-buy .text {
            font-size: 1.4rem; } }
      @media screen and (max-width: 400px) {
        .pro-action .btn-buy .text {
          font-size: 1.2rem; } }
    .pro-action .btn-cart {
      padding: 0;
      width: 3.6rem; }
      .pro-action .btn-cart .icon {
        margin-left: 0; }

.pro-come {
  position: relative; }

.pro-fire {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2.7rem;
  height: 2.7rem;
  z-index: 2; }
  @media screen and (max-width: 992px) {
    .pro-fire {
      width: 2.4rem;
      height: 2.4rem; } }
  .pro-fire img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }

.pro-line {
  height: 2.3rem;
  border-radius: 10rem;
  width: 100%;
  background: #FFAAAF;
  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; }
  .pro-line-proccess {
    border-radius: 1.5rem;
    background: #FF424E;
    position: absolute;
    height: 100%;
    width: 50%;
    left: 0;
    top: 0;
    z-index: 1; }
  .pro-line .txt {
    font-size: 1.4rem;
    color: white;
    font-weight: 600;
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 992px) {
      .pro-line .txt {
        font-size: 1.2rem; } }
    @media screen and (max-width: 450px) {
      .pro-line .txt {
        font-size: 1rem; } }

.hban {
  padding: 2.4rem 0;
  overflow: hidden; }
  .hban-flex {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: (1fr)[2];
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 2rem;
    grid-row-gap: 2rem; }
    @media screen and (max-width: 900px) {
      .hban-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 0;
        margin: 0 -0.5rem;
        row-gap: 1rem; } }
  .hban-box: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; }
  .hban-box: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; }
  .hban-box:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 2 / 3 / 3 / 4; }
  @media screen and (max-width: 900px) {
    .hban-box {
      padding: 0 0.5rem; }
      .hban-box:nth-child(1) {
        width: 100%; }
      .hban-box:nth-child(2) {
        width: 50%; }
      .hban-box:nth-child(3) {
        width: 50%; } }
  .hban-slide {
    height: 100%; }
  .hban-item {
    position: relative;
    height: 100%; }
    .hban-item img {
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .hban-desc {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(8.98%, rgba(0, 0, 0, 0.56)), color-stop(63.73%, rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.56) 8.98%, rgba(0, 0, 0, 0) 63.73%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 2rem;
    border-radius: 0.4rem;
    overflow: hidden; }
    .hban-desc .text {
      color: white; }
  .hban-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    border-radius: 0.4rem;
    overflow: hidden; }
    .hban-img .box {
      border-radius: 0.4rem;
      overflow: hidden; }
    @media screen and (max-width: 900px) {
      .hban-img .box {
        position: relative;
        padding-top: calc((324 / 792) * 100%);
        overflow: hidden;
        width: 100%; }
        .hban-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; } }
    @media screen and (max-width: 600px) {
      .hban-img > .box {
        padding-top: 100%; } }
    .hban-img-con {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%; }
      .hban-img-con .box {
        height: 100%;
        border-radius: 0.4rem;
        overflow: hidden; }
        .hban-img-con .box img {
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover; }
      @media screen and (max-width: 900px) {
        .hban-img-con .box {
          position: relative;
          padding-top: calc((150 / 384) * 100%);
          width: 100%; }
          .hban-img-con .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; } }
  .hban-slide {
    position: relative; }
  .hban-btn-next, .hban-btn-prev {
    width: 2.6rem !important;
    height: 2.6rem !important;
    background: -webkit-gradient(linear, right top, left top, color-stop(-0.87%, #2b32b2), color-stop(99.05%, #1488cc));
    background: linear-gradient(270deg, #2b32b2 -0.87%, #1488cc 99.05%);
    -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1); }
    .hban-btn-next:after, .hban-btn-prev:after {
      color: white;
      font-size: 1.2rem !important; }
  .hban-btn-next {
    right: -1.3rem; }
  .hban-btn-prev {
    left: -1.3rem; }
  .hban .swiper {
    height: 100%; }

.hpoli {
  padding: 3rem 0;
  overflow: hidden; }
  .hpoli-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 2rem; }
  .hpoli-item {
    padding: 0 1.2rem;
    width: 20%; }
    @media screen and (max-width: 1100px) {
      .hpoli-item {
        width: calc(100% / 3); } }
    @media screen and (max-width: 600px) {
      .hpoli-item {
        width: 50%; } }
    @media screen and (max-width: 380px) {
      .hpoli-item {
        width: 100%; } }
    .hpoli-item:nth-child(2) {
      -webkit-transition-delay: 0.3s !important;
      transition-delay: 0.3s !important; }
    .hpoli-item:nth-child(3) {
      -webkit-transition-delay: 0.4s !important;
      transition-delay: 0.4s !important; }
    .hpoli-item:nth-child(4) {
      -webkit-transition-delay: 0.5s !important;
      transition-delay: 0.5s !important; }
    .hpoli-item:nth-child(5) {
      -webkit-transition-delay: 0.6s !important;
      transition-delay: 0.6s !important; }
  .hpoli-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem; }
    .hpoli-box .icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 7.5rem;
      height: 7.5rem;
      border-radius: 100rem;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      @media screen and (max-width: 1100px) {
        .hpoli-box .icon {
          width: 6rem;
          height: 6rem; } }
      .hpoli-box .icon img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain; }
    .hpoli-box .txt {
      font-weight: 700;
      color: #383838; }

.had {
  padding: 2.4rem 0; }
  .had-inner {
    overflow: hidden; }
  .had-img {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 0.4rem;
    padding-top: calc((156 / 384) * 100%); }
    .had-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; }
    @media (hover: hover) {
      .had-img:hover img {
        -webkit-transform: translate(-50%, -50%) scale(1.05);
        transform: translate(-50%, -50%) scale(1.05); } }
  .had .swiper {
    margin: 0 -1.2rem; }
    .had .swiper-slide {
      width: calc(100% / 3);
      padding: 0 1.2rem; }
      @media screen and (max-width: 768px) {
        .had .swiper-slide {
          width: 50%; } }
      @media screen and (max-width: 500px) {
        .had .swiper-slide {
          width: 75%; } }

.hcare {
  overflow: hidden; }
  .hcare-inner > .title {
    color: #242424; }
  .hcare-box {
    padding: 1rem;
    border-radius: 0.4rem;
    background: #e9ebfd;
    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; }
  .hcare-img .box {
    display: block;
    border-radius: 0.4rem;
    overflow: hidden;
    padding-top: 100%;
    position: relative; }
    .hcare-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: contain;
      object-fit: contain;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
    @media (hover: hover) {
      .hcare-img .box:hover img {
        -webkit-transform: translate(-50%, -50%) scale(1.05);
        transform: translate(-50%, -50%) scale(1.05); } }
  .hcare-name {
    font-size: 1rem;
    font-weight: 600;
    text-align: center; }
  .hcare-slide {
    overflow: hidden;
    position: relative; }
  .hcare-pagi {
    position: relative;
    margin-top: 2rem; }
  .hcare .swiper {
    margin: 0 -0.5rem; }
    @media screen and (max-width: 550px) {
      .hcare .swiper {
        margin: 0 -0.4rem; } }
    .hcare .swiper-wrapper {
      row-gap: 1rem; }
    .hcare .swiper-slide {
      padding: 0 0.5rem;
      height: auto; }
      .hcare .swiper-slide .hcare-item,
      .hcare .swiper-slide .hcare-box {
        height: 100%; }
    .hcare .swiper-pagination-bullet {
      position: relative; }
      .hcare .swiper-pagination-bullet::before {
        position: absolute;
        content: "";
        width: 1rem;
        height: 1rem;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        border-radius: 100rem;
        border: 0.1rem solid #2B32B2;
        opacity: 0;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
      .hcare .swiper-pagination-bullet-active {
        background: -webkit-gradient(linear, right top, left top, color-stop(-0.87%, #2b32b2), color-stop(99.05%, #1488cc));
        background: linear-gradient(270deg, #2b32b2 -0.87%, #1488cc 99.05%); }
        .hcare .swiper-pagination-bullet-active::before {
          opacity: 1; }

.hbrand {
  overflow: hidden; }
  .hbrand .brand-item {
    width: 100%;
    padding: 0; }
  .hbrand .spro-top .title {
    color: #242424; }
  .hbrand-btn-prev {
    left: -2rem; }
    @media screen and (max-width: 1200px) {
      .hbrand-btn-prev {
        left: 0; } }
  .hbrand-btn-next {
    right: -2rem; }
    @media screen and (max-width: 1200px) {
      .hbrand-btn-next {
        right: 0; } }
  .hbrand .spro .swiper {
    margin: 0 -1.2rem; }
    @media screen and (max-width: 1100px) {
      .hbrand .spro .swiper {
        margin: 0 -0.5rem; } }
    .hbrand .spro .swiper-slide {
      width: calc(100% / 6);
      padding: 0 1.2rem;
      height: auto !important; }
      @media screen and (max-width: 1100px) {
        .hbrand .spro .swiper-slide {
          width: 20%;
          padding: 0 0.5rem; } }
      @media screen and (max-width: 768px) {
        .hbrand .spro .swiper-slide {
          width: 25%; } }
      @media screen and (max-width: 500px) {
        .hbrand .spro .swiper-slide {
          width: calc(100% / 3); } }
      @media screen and (max-width: 400px) {
        .hbrand .spro .swiper-slide {
          width: 50%; } }

.htag {
  padding: 3rem 0;
  overflow: hidden; }

.sug {
  padding: 3rem 0;
  overflow: hidden; }
  .sug-inner > .title {
    color: #242424; }
  .sug-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1rem 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 3rem; }
    @media screen and (max-width: 1024px) {
      .sug-list {
        margin: 0 -0.5rem;
        row-gap: 2rem; } }
    .sug-list .pro-item {
      width: 20%;
      padding: 0 1rem; }
      @media screen and (max-width: 1024px) {
        .sug-list .pro-item {
          width: 25%;
          padding: 0 0.5rem; } }
      @media screen and (max-width: 768px) {
        .sug-list .pro-item {
          width: calc(100% / 3); } }
      @media screen and (max-width: 500px) {
        .sug-list .pro-item {
          width: 50%; } }
  .sug .s-pagi {
    margin-top: 4rem; }
    @media screen and (max-width: 768px) {
      .sug .s-pagi {
        margin-top: 3rem; } }

.hnews {
  padding: 3rem 0; }
  .hnews-top {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 3rem; }
    .hnews-top .title {
      color: #242424; }
  .hnews-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 2rem; }
    @media screen and (max-width: 992px) {
      .hnews-list {
        margin: 0 -0.5rem; } }
    @media screen and (max-width: 500px) {
      .hnews-list .news-item {
        width: 100%; } }
    .hnews-list .news-more {
      display: none; }

.htk {
  padding: 3rem 0;
  overflow: hidden; }
  .htk-inner > .title {
    color: #242424; }
  .htk-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 2rem; }
    @media screen and (max-width: 1100px) {
      .htk-list {
        margin: 0 -0.5rem; } }
  .htk-item {
    padding: 0 1.2rem;
    width: 25%; }
    @media screen and (max-width: 1100px) {
      .htk-item {
        padding: 0 0.5rem; } }
    @media screen and (max-width: 768px) {
      .htk-item {
        width: 50%; } }
    @media screen and (max-width: 400px) {
      .htk-item {
        width: 100%; } }
    .htk-item:nth-child(2) {
      -webkit-transition-delay: 0.3s !important;
      transition-delay: 0.3s !important; }
    .htk-item:nth-child(3) {
      -webkit-transition-delay: 0.4s !important;
      transition-delay: 0.4s !important; }
    .htk-item:nth-child(4) {
      -webkit-transition-delay: 0.5s !important;
      transition-delay: 0.5s !important; }
  .htk-box {
    position: relative; }
  .htk-img .box {
    position: relative;
    overflow: hidden;
    border-radius: 0.4rem;
    padding-top: calc((184/282) * 100%);
    display: block;
    min-height: 18rem; }
    .htk-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) {
      .htk-img .box:hover img {
        -webkit-transform: translate(-50%, -50%) scale(1.05);
        transform: translate(-50%, -50%) scale(1.05); } }
  .htk-sub {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 5;
    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.4rem; }
    .htk-sub-img {
      width: 5rem;
      height: 5rem; }
      .htk-sub-img .box {
        width: 100%;
        height: 100%;
        border-radius: 0.4rem;
        border: 0.1rem solid #FF424E;
        overflow: hidden; }
        .htk-sub-img .box img {
          width: 100%;
          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) {
          .htk-sub-img .box:hover img {
            -webkit-transform: scale(1.05);
            transform: scale(1.05); } }
  .htk-desc {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 0.4rem 0.4rem 0 0;
    padding: 0.7rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .htk-name {
    font-weight: 700;
    color: #383838; }
  .htk-num {
    font-size: 1.2rem;
    color: #606269; }

.ab {
  overflow: hidden; }
  .ab-wrap {
    padding: 4rem 0; }
  .ab-main {
    padding-top: 4rem;
    position: relative; }
  .ab-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.2rem; }
    @media screen and (max-width: 768px) {
      .ab-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 2rem; } }
  .ab-left {
    padding: 0 1.2rem;
    width: 50%;
    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: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (max-width: 768px) {
      .ab-left {
        width: 100%; } }
  .ab-right {
    padding: 0 1.2rem;
    width: 50%; }
    @media screen and (max-width: 768px) {
      .ab-right {
        width: 70%;
        margin: 0 auto; } }
    @media screen and (max-width: 500px) {
      .ab-right {
        width: 80%; } }
    @media screen and (max-width: 450px) {
      .ab-right {
        width: 100%; } }
  .ab-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[2];
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 2.4rem;
    grid-row-gap: 2.4rem; }
    @media screen and (max-width: 992px) {
      .ab-list {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem; } }
  .ab-img .box {
    border-radius: 0.8rem;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-top: 100%; }
    .ab-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) {
      .ab-img .box:hover img {
        -webkit-transform: translate(-50%, -50%) scale(1.05);
        transform: translate(-50%, -50%) scale(1.05); } }
  .ab-img:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 2 / 2; }
  .ab-img:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2 / 1 / 3 / 2; }
  .ab-img:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1 / 2 / 3 / 3;
    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: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .ab-img:nth-child(3) .box {
      padding-top: calc((450 / 282) * 100%); }
  .ab-poli {
    padding: 10rem 0;
    overflow: hidden; }
    @media screen and (max-width: 992px) {
      .ab-poli {
        padding: 5rem 0; } }
    .ab-poli-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -1.2rem;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      row-gap: 2rem; }
    .ab-poli-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: 2rem;
      padding: 0 1.2rem;
      width: 25%; }
      @media screen and (max-width: 768px) {
        .ab-poli-item {
          width: 50%; } }
      @media screen and (max-width: 450px) {
        .ab-poli-item {
          width: 100%; } }
      .ab-poli-item .icon {
        height: 12rem;
        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; }
        .ab-poli-item .icon img {
          height: 100%;
          -o-object-fit: contain;
          object-fit: contain; }
        @media screen and (max-width: 992px) {
          .ab-poli-item .icon {
            height: 9rem; } }
        @media screen and (max-width: 768px) {
          .ab-poli-item .icon {
            height: 8rem; } }
      .ab-poli-item .txt {
        text-align: center;
        color: #383838; }
      .ab-poli-item:nth-child(2) {
        -webkit-transition-delay: 0.4s !important;
        transition-delay: 0.4s !important; }
      .ab-poli-item:nth-child(3) {
        -webkit-transition-delay: 0.6s !important;
        transition-delay: 0.6s !important; }
      .ab-poli-item:nth-child(4) {
        -webkit-transition-delay: 0.8s !important;
        transition-delay: 0.8s !important; }
  .ab-va-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.2rem; }
    @media screen and (max-width: 768px) {
      .ab-va-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 2rem; } }
  .ab-va-left {
    width: 50%;
    padding: 0 1.2rem; }
    @media screen and (max-width: 768px) {
      .ab-va-left {
        width: 70%;
        margin: 0 auto; } }
    @media screen and (max-width: 500px) {
      .ab-va-left {
        width: 100%; } }
    .ab-va-left .ab-img .box {
      padding-top: calc((437/612) * 100%); }
  .ab-va-right {
    padding: 0 1.2rem;
    -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-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (max-width: 768px) {
      .ab-va-right {
        width: 100%; } }
  .ab-side {
    position: absolute;
    right: calc(100% + 2.4rem);
    top: 0;
    width: calc((100vw - 123rem) / 2); }
    @media screen and (max-width: 1600px) {
      .ab-side {
        position: relative;
        width: 100%;
        inset: 0;
        margin-bottom: 3rem; }
        .ab-side-inner-list {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          gap: 2rem; }
        .ab-side-box {
          margin: 0 !important; }
          .ab-side-box:nth-child(1) {
            width: 30%; }
          .ab-side-box:nth-child(2) {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1; } }
    .ab-side-inner .side-close {
      display: none; }
      @media screen and (max-width: 1200px) {
        .ab-side-inner .side-close {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
    .ab-side-box {
      background-color: white;
      border-radius: 0.4rem;
      border: 0.1rem solid #DEDEDE;
      padding: 2.4rem; }
      @media screen and (max-width: 1650px) {
        .ab-side-box {
          padding: 1.4rem; } }
      .ab-side-box:not(:first-child) {
        margin-top: 2.4rem; }
    .ab-side-open {
      min-width: 6rem;
      margin-bottom: 2rem; }
      .ab-side-open .icon {
        margin-left: 0 !important; }
    @media screen and (max-width: 1200px) {
      .ab-side {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 100%;
        bottom: 0;
        overflow-y: auto;
        -webkit-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        -webkit-transform: translateX(-110%);
        transform: translateX(-110%);
        visibility: hidden;
        z-index: 1000;
        height: 100%; }
        .ab-side.open {
          opacity: 1;
          -webkit-transform: translateX(0);
          transform: translateX(0);
          visibility: visible; }
        .ab-side-open {
          display: -webkit-box !important;
          display: -ms-flexbox !important;
          display: flex !important; }
        .ab-side .side-close {
          z-index: 102; }
        .ab-side-inner {
          background: #fff;
          position: relative;
          z-index: 101;
          padding: 2.4rem 1.2rem;
          padding-top: 6rem;
          height: 100%;
          width: 37rem;
          max-width: 100%; }
          .ab-side-inner-list {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column; }
        .ab-side-box {
          width: 100% !important; }
          .ab-side-box .ab-info-link {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column; } }
  .ab-info {
    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.5rem; }
    .ab-info-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 0.8rem;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .ab-info-item .icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 2rem;
        width: 2.5rem;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
        .ab-info-item .icon img {
          width: 100%;
          -o-object-fit: contain;
          object-fit: contain; }
      .ab-info-item .txt {
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        color: #383838;
        padding: 0.5rem 0;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
        @media (hover: hover) {
          .ab-info-item .txt:hover {
            color: #2B32B2; } }
    .ab-info-link {
      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.5rem; }
      @media screen and (max-width: 1600px) {
        .ab-info-link {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          gap: 1rem;
          -webkit-column-gap: 2rem;
          -moz-column-gap: 2rem;
          column-gap: 2rem;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          .ab-info-link .link {
            width: calc(50% - 1rem); } }
      .ab-info-link .link {
        color: #383838;
        padding: 0.5rem 0; }

.sto {
  padding: 6rem 0; }
  @media screen and (max-width: 992px) {
    .sto {
      padding: 3rem 0; } }
  .sto-inner .title {
    font-size: 3.2rem;
    font-weight: 700;
    text-align: center;
    font-family: "Lato"; }
    @media only screen and (max-width: 1200px) {
      .sto-inner .title {
        font-size: 2.7rem; } }
    @media only screen and (max-width: 800px) {
      .sto-inner .title {
        font-size: 2.2rem; } }
    .sto-inner .title .txt {
      background: -webkit-gradient(linear, right top, left top, color-stop(-0.87%, #2B32B2), color-stop(99.05%, #1488CC));
      background: linear-gradient(270deg, #2B32B2 -0.87%, #1488CC 99.05%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
  .sto-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 4rem;
    margin-top: 4rem; }
    @media screen and (max-width: 992px) {
      .sto-list {
        margin: 0 -0.5rem;
        row-gap: 3rem;
        margin-top: 2rem; } }
  .sto-item {
    width: calc(100% / 3);
    padding: 0 1.2rem;
    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; }
    @media screen and (max-width: 992px) {
      .sto-item {
        padding: 0 0.5rem; } }
    @media screen and (max-width: 768px) {
      .sto-item {
        width: 50%; } }
    @media screen and (max-width: 500px) {
      .sto-item {
        width: 100%; } }
  .sto-img .box {
    display: block;
    padding-top: calc((288/384) * 100%);
    position: relative;
    overflow: hidden;
    border-radius: 0.4rem; }
    .sto-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) {
      .sto-img .box:hover img {
        -webkit-transform: translate(-50%, -50%) scale(1.05);
        transform: translate(-50%, -50%) scale(1.05); } }
  .sto-desc {
    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; }
  .sto-name {
    font-weight: 700;
    font-size: 2rem;
    color: #161616;
    text-align: center; }
    @media only screen and (max-width: 1200px) {
      .sto-name {
        font-size: 1.8rem; } }
    @media only screen and (max-width: 800px) {
      .sto-name {
        font-size: 1.6rem; } }
  .sto-txt {
    text-align: center;
    color: #383838; }
  .sto-more {
    margin-top: 2.4rem;
    padding-top: 2.4rem;
    border-top: 0.1rem solid #DEDEDE;
    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; }
    .sto-more-item {
      color: #383838; }
      .sto-more-item .link {
        color: #161616;
        font-weight: 700; }

.pdp {
  padding: 4rem 0;
  padding-top: 2rem; }
  .pdp-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.2rem;
    padding-top: 2rem; }
    @media screen and (max-width: 1200px) {
      .pdp-flex {
        margin: 0 -0.5rem; } }
    @media screen and (max-width: 768px) {
      .pdp-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 2rem;
        padding-top: 2rem; } }
  .pdp-left {
    width: calc((7/12) * 100%);
    padding: 0 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 1200px) {
      .pdp-left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        row-gap: 2rem;
        padding: 0 0.5rem;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; } }
    @media screen and (max-width: 768px) {
      .pdp-left {
        width: 100%; } }
  .pdp-right {
    width: calc((5/12) * 100%);
    padding: 0 1.2rem; }
    @media screen and (max-width: 1200px) {
      .pdp-right {
        padding: 0 0.5rem; } }
    @media screen and (max-width: 768px) {
      .pdp-right {
        width: 100%; } }
  .pdp-thumb {
    width: 10rem;
    padding-right: 2.4rem; }
    @media screen and (max-width: 1200px) {
      .pdp-thumb {
        width: 100%;
        padding-right: 0; } }
    .pdp-thumb-img .box {
      border-radius: 0.6rem;
      overflow: hidden;
      position: relative;
      padding-top: 100%;
      cursor: pointer;
      border: 1px solid #EBEBEB; }
      .pdp-thumb-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: contain;
        object-fit: contain;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
      @media (hover: hover) {
        .pdp-thumb-img .box:hover img {
          -webkit-transform: translate(-50%, -50%) scale(1.05);
          transform: translate(-50%, -50%) scale(1.05); } }
    .pdp-thumb .swiper {
      margin: 0 -0.5rem; }
      .pdp-thumb .swiper-slide {
        margin-bottom: 2rem; }
        @media screen and (max-width: 1200px) {
          .pdp-thumb .swiper-slide {
            width: 20%;
            margin-bottom: 0;
            padding: 0 0.5rem; } }
        @media screen and (max-width: 600px) {
          .pdp-thumb .swiper-slide {
            width: 25%; } }
        @media screen and (max-width: 380px) {
          .pdp-thumb .swiper-slide {
            width: calc(100% / 3); } }
  .pdp-main {
    width: calc(100% - 10rem); }
    @media screen and (max-width: 1200px) {
      .pdp-main {
        width: 100%; } }
  .pdp-top {
    position: sticky;
    top: 10rem; }
  .pdp-img .box {
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 0.8rem; }
    .pdp-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: contain;
      object-fit: contain;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
    @media (hover: hover) {
      .pdp-img .box:hover img {
        -webkit-transform: translate(-50%, -50%) scale(1.05);
        transform: translate(-50%, -50%) scale(1.05); } }
  .pdp-info {
    padding: 1.5rem;
    border-radius: 0.8rem;
    background-color: #fff; }
    @media screen and (max-width: 768px) {
      .pdp-info {
        padding: 2rem 1.5rem; } }
  .pdp-row {
    margin-bottom: 1rem;
    border-bottom: 0.1rem solid #EBEBEB; }
    .pdp-row:last-child {
      margin-bottom: 0;
      border-bottom: none; }
    .pdp-row-item {
      scroll-margin-top: 5rem; }
  .pdp-code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.8rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .pdp-code-row {
      padding-right: 1rem;
      margin-right: 1rem;
      border-right: 0.1rem solid #EBEBEB;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 0.5rem; }
      .pdp-code-row .txt {
        font-size: 1.4rem;
        color: #6F6F6F; }
      .pdp-code-row:last-child {
        padding-right: 0;
        margin-right: 0;
        border-right: none; }
  .pdp-name {
    font-weight: 700;
    font-size: 2rem;
    color: #383838;
    display: block;
    margin-bottom: 1rem; }
    @media only screen and (max-width: 1200px) {
      .pdp-name {
        font-size: 1.8rem; } }
    @media only screen and (max-width: 800px) {
      .pdp-name {
        font-size: 1.6rem; } }
  .pdp-byt {
    color: #3E7D00;
    border-radius: 0.4rem;
    background: rgba(217, 255, 203, 0.5);
    font-weight: 600;
    padding: 0.5rem 1rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    margin-bottom: 1rem;
    font-size: 1.4rem; }
  .pdp-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem; }
    .pdp-price .price-new {
      background: -webkit-gradient(linear, right top, left top, color-stop(-0.87%, #2B32B2), color-stop(99.05%, #1488CC));
      background: linear-gradient(270deg, #2B32B2 -0.87%, #1488CC 99.05%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-size: 2rem;
      font-weight: 700; }
      @media only screen and (max-width: 1200px) {
        .pdp-price .price-new {
          font-size: 1.8rem; } }
      @media only screen and (max-width: 800px) {
        .pdp-price .price-new {
          font-size: 1.6rem; } }
    .pdp-price .price-odd {
      font-size: 1.4rem;
      color: #A7A7A7;
      text-decoration: line-through; }
  .pdp .pro-come {
    margin-bottom: 2rem; }
  .pdp-option {
    margin-bottom: 2rem; }
    .pdp-option .recheck {
      margin-top: 0.8rem; }
      .pdp-option .recheck-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 2.4rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        @media screen and (max-width: 1200px) {
          .pdp-option .recheck-block {
            gap: 1rem; } }
      .pdp-option .recheck-text {
        font-weight: 600;
        height: 4.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;
        border: 0.1rem solid #EBEBEB;
        border-radius: 0.4rem;
        color: #EBEBEB;
        padding: 1rem;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        margin: 0; }
      .pdp-option .recheck input:checked ~ .recheck-text {
        background: -webkit-gradient(linear, right top, left top, color-stop(-0.87%, #2B32B2), color-stop(99.05%, #1488CC));
        background: linear-gradient(270deg, #2B32B2 -0.87%, #1488CC 99.05%);
        color: #fff; }
  .pdp-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .pdp-control .quantity .count {
      height: 4.4rem; }
    .pdp-control .btn-second {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    @media screen and (max-width: 1200px) {
      .pdp-control .btn-pri {
        width: 100%; } }
    @media screen and (max-width: 340px) {
      .pdp-control .btn, .pdp-control .btn-pri, .pdp-control .btn-second, .pdp-control .btn-thir {
        width: 100%;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset; } }
  .pdp-more .desc {
    color: #6F6F6F; }

.pinfo {
  margin-top: 3.5rem; }
  .pinfo-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.2rem; }
    @media screen and (max-width: 1200px) {
      .pinfo-flex {
        margin: 0 -0.5rem; } }
    @media screen and (max-width: 992px) {
      .pinfo-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 2rem; } }
  .pinfo-left {
    width: calc((9/12) * 100%);
    padding: 0 1.2rem; }
    @media screen and (max-width: 1200px) {
      .pinfo-left {
        padding: 0 0.5rem; } }
    @media screen and (max-width: 992px) {
      .pinfo-left {
        width: 100%; } }
  .pinfo-right {
    padding: 0 1.2rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    @media screen and (max-width: 1200px) {
      .pinfo-right {
        padding: 0 0.5rem; } }
  .pinfo-top {
    position: sticky;
    top: 10.5rem;
    z-index: 7;
    padding: 1.5rem 3rem;
    background-color: white;
    border-radius: 0.8rem; }
    @media screen and (max-width: 1200px) {
      .pinfo-top {
        top: 8rem; } }
  .pinfo-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    overflow-x: auto; }
    .pinfo-list::-webkit-scrollbar {
      display: none; }
    .pinfo-list:before {
      position: absolute;
      content: "";
      bottom: 0;
      height: 0.1rem;
      width: calc(100%);
      background-color: #EBEBEB;
      left: 3rem; }
  .pinfo-item {
    text-align: center;
    color: #A7A7A7;
    padding: 1.5rem 0;
    font-weight: 600;
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    white-space: nowrap; }
    @media screen and (max-width: 1200px) {
      .pinfo-item {
        padding: 0.5rem 0; } }
    .pinfo-item:before {
      position: absolute;
      content: "";
      bottom: 0;
      height: 0.1rem;
      width: 0;
      background-color: #2B32B2;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
    .pinfo-item.active {
      color: #2B32B2; }
      .pinfo-item.active::before {
        width: 100%; }
    @media (hover: hover) {
      .pinfo-item:hover {
        color: #2B32B2; }
        .pinfo-item:hover::before {
          width: 100%; } }
  .pinfo-row {
    margin-top: -0.4rem; }
    .pinfo-row-item {
      padding: 3rem;
      background-color: #fff;
      border-radius: 0.8rem;
      margin-bottom: 5rem; }
      .pinfo-row-item:first-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0; }
      .pinfo-row-item:last-child {
        margin-bottom: 0; }
      .pinfo-row-item ul {
        padding-left: 2rem;
        list-style: disc; }
        .pinfo-row-item ul li {
          color: #383838; }
      @media screen and (max-width: 768px) {
        .pinfo-row-item {
          padding: 2rem 1.5rem; } }
  .pinfo-ts-list {
    border-radius: 0.8rem;
    overflow: hidden;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.08); }
  .pinfo-ts-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 0.1rem solid  #EEE; }
    .pinfo-ts-flex:last-child {
      border-bottom: none; }
  .pinfo-ts-left {
    width: calc((5/8) * 100%);
    background-color: #F5F5F7;
    padding: 3rem; }
    .pinfo-ts-left .txt {
      font-weight: 600;
      font-size: 2.4rem; }
      @media only screen and (max-width: 1200px) {
        .pinfo-ts-left .txt {
          font-size: 2rem; } }
      @media only screen and (max-width: 800px) {
        .pinfo-ts-left .txt {
          font-size: 1.7rem; } }
  .pinfo-ts-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 3rem; }
    .pinfo-ts-right .txt {
      font-size: 1.4rem;
      color: #3A3B40; }
  .pinfo-rv-main {
    margin-top: 4rem; }
  .pinfo-rv .srate-rate {
    width: 50%; }
    @media screen and (max-width: 992px) {
      .pinfo-rv .srate-rate {
        width: 70%; } }
    @media screen and (max-width: 600px) {
      .pinfo-rv .srate-rate {
        width: 90%; } }
    @media screen and (max-width: 450px) {
      .pinfo-rv .srate-rate {
        width: 100%; } }
  .pinfo-rv ul.page-numbers {
    list-style: none;
    padding: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 3rem; }
    @media screen and (max-width: 450px) {
      .pinfo-rv ul.page-numbers {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .pinfo-rv-your {
    margin-top: 5rem; }
  .pinfo-form {
    margin-top: 2.4rem; }
    .pinfo-form-list {
      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.4rem; }
    .pinfo-form label {
      font-weight: 600; }
    .pinfo-form textarea {
      border-radius: 0.4rem; }
    .pinfo-form-btn {
      margin-top: 4rem; }
  .pinfo-hd-list {
    margin-top: 1rem; }
    .pinfo-hd-list .rv-item {
      padding: 1.5rem 0;
      border-bottom: 0.1rem solid #EBEBEB; }
      .pinfo-hd-list .rv-item:last-child {
        border-bottom: none; }
      .pinfo-hd-list .rv-item > .rv-item {
        border-bottom: none;
        padding-left: 5rem; }
  .pinfo-poli-list {
    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.6rem; }
  .pinfo-poli-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.2rem;
    padding: 1.5rem;
    background-color: white;
    border-radius: 0.8rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .pinfo-poli-item .icon {
      width: 4rem;
      height: 4rem; }
      .pinfo-poli-item .icon img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain; }
    .pinfo-poli-item .desc {
      -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; }
      .pinfo-poli-item .desc .txt {
        font-size: 1.2rem;
        color: #666; }

.rv-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 2.4rem; }

.rv-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: 1.6rem; }

.rv-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.rv-icon {
  position: relative;
  width: 5rem;
  height: 5rem; }
  .rv-icon .avt {
    width: 100%;
    height: 100%; }
    .rv-icon .avt img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .rv-icon .icon {
    position: absolute;
    width: 2rem;
    height: 2rem;
    background: white;
    padding: 0.2rem;
    right: -0.5rem;
    top: -0.5rem;
    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; }
    .rv-icon .icon img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain; }

.rv-info .name {
  font-weight: 700;
  color: #041E42; }
  .rv-info .name .date {
    font-weight: 400; }

.rv-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0.5rem; }
  .rv-action .txt {
    font-weight: 600;
    padding-right: 1rem;
    line-height: 1; }
  .rv-action .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 2.4rem;
    height: 2.4rem; }
    .rv-action .icon img {
      width: 100%;
      -o-object-fit: contain;
      object-fit: contain;
      height: 100%; }
  .rv-action .num {
    line-height: 1; }

.spro {
  padding: 3rem 0; }
  .spro-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .spro-top .title {
      font-weight: 700;
      font-size: 3.2rem;
      color: #242424; }
      @media only screen and (max-width: 1200px) {
        .spro-top .title {
          font-size: 2.7rem; } }
      @media only screen and (max-width: 800px) {
        .spro-top .title {
          font-size: 2.2rem; } }
  .spro-slide {
    margin-top: 4rem;
    position: relative; }
  .spro-btn-prev {
    left: -2rem; }
    @media screen and (max-width: 1200px) {
      .spro-btn-prev {
        left: 0; } }
  .spro-btn-next {
    right: -2rem; }
    @media screen and (max-width: 1200px) {
      .spro-btn-next {
        right: 0; } }
  .spro .swiper {
    margin: 0 -1.2rem; }
    @media screen and (max-width: 1100px) {
      .spro .swiper {
        margin: 0 -0.5rem; } }
    .spro .swiper-slide {
      width: 20%;
      padding: 0 1.2rem;
      height: auto !important; }
      @media screen and (max-width: 1100px) {
        .spro .swiper-slide {
          width: 25%;
          padding: 0 0.5rem; } }
      @media screen and (max-width: 768px) {
        .spro .swiper-slide {
          width: calc(100% / 3); } }
      @media screen and (max-width: 500px) {
        .spro .swiper-slide {
          width: 50%; } }
      @media screen and (max-width: 400px) {
        .spro .swiper-slide {
          width: 80%; } }

.swiper-button-prev, .swiper-button-next {
  width: 4rem;
  height: 4rem;
  background-color: white;
  border-radius: 100rem;
  -webkit-box-shadow: 0px 6.4px 48px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6.4px 48px 0px rgba(0, 0, 0, 0.1); }
  .swiper-button-prev:after, .swiper-button-next:after {
    font-size: 1.6rem;
    font-weight: 600; }

.plogin-wrap {
  padding: 4rem 0; }

.plogin-ctn {
  padding: 4rem 0; }

.plogin-form {
  width: calc((5/12) * 100%);
  margin: 0 auto;
  padding: 4.8rem;
  border-radius: 0.4rem;
  border: 0.1rem solid  #DEDEDE;
  background: #FFF; }
  @media screen and (max-width: 1024px) {
    .plogin-form {
      width: 60%; } }
  @media screen and (max-width: 768px) {
    .plogin-form {
      width: 80%; } }
  @media screen and (max-width: 650px) {
    .plogin-form {
      padding: 2rem;
      width: 100%; } }
  @media screen and (max-width: 400px) {
    .plogin-form {
      padding: 2rem 1rem; } }
  .plogin-form > .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .plogin-form-inner {
    padding-bottom: 3.2rem;
    margin-bottom: 3.2rem;
    border-bottom: 0.1rem solid #DEDEDE; }
  .plogin-form-list {
    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.6rem;
    margin-top: 3.2rem; }
  .plogin-form-btn {
    margin-top: 1.6rem;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1); }
  .plogin-form-gg {
    height: 4.4rem;
    border: 0.1rem solid  #DEDEDE;
    border-radius: 0.4rem;
    background-color: #fff;
    width: 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;
    gap: 0.5rem;
    cursor: pointer;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    margin-bottom: 1.6rem; }
    @media (hover: hover) {
      .plogin-form-gg:hover {
        -webkit-box-shadow: #ccdbe8 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
        box-shadow: #ccdbe8 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset; } }
    .plogin-form-gg .icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 1.6rem;
      height: 1.6rem; }
      .plogin-form-gg .icon img {
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain; }
    .plogin-form-gg .txt {
      font-size: 1.4rem; }
  .plogin-form-bot .txt {
    text-align: center; }
  .plogin-form-bot .link {
    text-decoration: underline; }

.pfcus {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .pfcus-wrap {
    position: relative;
    padding: 4rem 0; }
  .pfcus-flex {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.2rem;
    padding: 4rem 0; }
    @media screen and (max-width: 650px) {
      .pfcus-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 2rem; } }
  .pfcus-left {
    width: calc((3 / 12) * 100%);
    padding: 0 1.2rem; }
    @media screen and (max-width: 1200px) {
      .pfcus-left {
        width: 26rem; } }
    @media screen and (max-width: 650px) {
      .pfcus-left {
        width: 100%; } }
  .pfcus-right {
    width: calc((9 / 12) * 100%);
    padding: 0 1.2rem; }
    @media screen and (max-width: 1200px) {
      .pfcus-right {
        width: calc(100% - 24rem);
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; } }
    @media screen and (max-width: 650px) {
      .pfcus-right {
        width: 100%; } }
  .pfcus-head {
    padding: 3.2rem 0;
    margin-bottom: 3.2rem;
    border-bottom: 0.2rem solid #f2f2f2; }
  .pfcus-tab {
    height: 100%;
    background: #fff;
    border: 0.1rem solid #dedede;
    padding: 3.2rem;
    border-radius: 0.4rem; }
    @media screen and (max-width: 1200px) {
      .pfcus-tab {
        padding: 2rem; } }
    .pfcus-tab-list {
      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;
      gap: 0.5rem; }
    .pfcus-tab-link {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 1rem;
      padding: 1rem 3.4rem;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-radius: 4.8rem;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      @media (hover: hover) {
        .pfcus-tab-link:hover {
          background: #feefe8; }
          .pfcus-tab-link:hover .text {
            color: #1488CC; }
          .pfcus-tab-link:hover .icon img {
            -webkit-filter: invert(56%) sepia(97%) saturate(3519%) hue-rotate(350deg) brightness(96%) contrast(100%);
            filter: invert(56%) sepia(97%) saturate(3519%) hue-rotate(350deg) brightness(96%) contrast(100%); } }
      .pfcus-tab-link.active {
        background: #feefe8; }
        .pfcus-tab-link.active .icon img {
          -webkit-filter: invert(56%) sepia(97%) saturate(3519%) hue-rotate(350deg) brightness(96%) contrast(100%);
          filter: invert(56%) sepia(97%) saturate(3519%) hue-rotate(350deg) brightness(96%) contrast(100%); }
        .pfcus-tab-link.active .text {
          font-weight: 700;
          color: #1488CC; }
      .pfcus-tab-link .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;
        width: 1.8rem;
        height: 1.8rem; }
      .pfcus-tab-link .text {
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
    .pfcus-tab-item .btn, .pfcus-tab-item .btn-pri, .pfcus-tab-item .btn-second, .pfcus-tab-item .btn-thir {
      gap: 1rem;
      border-radius: 0;
      margin: 0;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      padding: 0.5rem 0;
      height: -webkit-max-content;
      height: -moz-max-content;
      height: max-content; }
      .pfcus-tab-item .btn .icon, .pfcus-tab-item .btn-pri .icon, .pfcus-tab-item .btn-second .icon, .pfcus-tab-item .btn-thir .icon {
        margin-right: 0; }
        .pfcus-tab-item .btn .icon i, .pfcus-tab-item .btn-pri .icon i, .pfcus-tab-item .btn-second .icon i, .pfcus-tab-item .btn-thir .icon i {
          -webkit-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;
          color: #6f6f6f; }
      .pfcus-tab-item .btn .text, .pfcus-tab-item .btn-pri .text, .pfcus-tab-item .btn-second .text, .pfcus-tab-item .btn-thir .text {
        font-size: 1.6rem;
        color: #6f6f6f;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        font-weight: 400; }
    @media (hover: hover) {
      .pfcus-tab-item:hover .btn .text, .pfcus-tab-item:hover .btn-pri .text, .pfcus-tab-item:hover .btn-second .text, .pfcus-tab-item:hover .btn-thir .text {
        color: #2B32B2; }
      .pfcus-tab-item:hover .btn i, .pfcus-tab-item:hover .btn-pri i, .pfcus-tab-item:hover .btn-second i, .pfcus-tab-item:hover .btn-thir i {
        color: #2B32B2; } }
    .pfcus-tab-item.active .btn .text, .pfcus-tab-item.active .btn-pri .text, .pfcus-tab-item.active .btn-second .text, .pfcus-tab-item.active .btn-thir .text {
      color: #2B32B2; }
    .pfcus-tab-item.active .btn i, .pfcus-tab-item.active .btn-pri i, .pfcus-tab-item.active .btn-second i, .pfcus-tab-item.active .btn-thir i {
      color: #2B32B2; }
  .pfcus-info {
    position: relative; }
    .pfcus-info .btn, .pfcus-info .btn-pri, .pfcus-info .btn-second, .pfcus-info .btn-thir {
      margin-top: 4rem; }
    .pfcus-info-top {
      padding-bottom: 3rem;
      border-bottom: 0.1rem solid #f0f0f0; }
      .pfcus-info-top-gr {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 2rem; }
        @media screen and (max-width: 950px) {
          .pfcus-info-top-gr {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column; } }
      .pfcus-info-top-image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 1rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .pfcus-info-top-image .icon-avt {
          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;
          border-radius: 100rem;
          overflow: hidden; }
          .pfcus-info-top-image .icon-avt img {
            display: block;
            width: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            aspect-ratio: 1; }
        .pfcus-info-top-image .t-gr {
          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;
          gap: 0.4rem;
          cursor: pointer; }
      .pfcus-info-top-desc .name {
        font-size: 1.4rem;
        font-weight: 600; }
      .pfcus-info-top-desc label .text {
        font-size: 1.2rem;
        color: #6f6f6f;
        text-decoration: underline; }
      .pfcus-info-top-form-gr {
        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: 2rem;
        margin: 0 -1.2rem; }
        @media screen and (max-width: 950px) {
          .pfcus-info-top-form-gr {
            row-gap: 1.2rem;
            margin: 0 -0.6rem; } }
        .pfcus-info-top-form-gr .ip-control {
          padding: 0 1.2rem; }
          .pfcus-info-top-form-gr .ip-control.x2 {
            width: 50%; }
            @media screen and (max-width: 768px) {
              .pfcus-info-top-form-gr .ip-control.x2 {
                width: 100%; } }
          .pfcus-info-top-form-gr .ip-control input {
            font-size: 1.6rem; }
      .pfcus-info-top-form .btn, .pfcus-info-top-form .btn-pri, .pfcus-info-top-form .btn-second, .pfcus-info-top-form .btn-thir {
        margin-top: 4rem; }
    .pfcus-info-bot {
      padding: 3rem 0; }
      .pfcus-info-bot-form-gr {
        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: 2rem;
        margin: 0 -1.2rem; }
        @media screen and (max-width: 950px) {
          .pfcus-info-bot-form-gr {
            row-gap: 1.2rem;
            margin: 0 -0.6rem; } }
        .pfcus-info-bot-form-gr .ip-control {
          padding: 0 1.2rem; }
          @media screen and (max-width: 950px) {
            .pfcus-info-bot-form-gr .ip-control {
              padding: 0 0.6rem; } }
          .pfcus-info-bot-form-gr .ip-control.x3 {
            width: calc(100% / 3); }
            @media screen and (max-width: 950px) {
              .pfcus-info-bot-form-gr .ip-control.x3 {
                width: 100%; } }
    .pfcus-info-pass {
      width: calc((6 / 9) * 100%); }
      @media screen and (max-width: 992px) {
        .pfcus-info-pass {
          width: 80%; } }
      @media screen and (max-width: 768px) {
        .pfcus-info-pass {
          width: 90%; } }
      @media screen and (max-width: 650px) {
        .pfcus-info-pass {
          width: 100%; } }
      .pfcus-info-pass-gr {
        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;
        gap: 2rem;
        margin-bottom: 3rem; }
  .pfcus-dx .link {
    color: #ff424e; }
  .pfcus-pro-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1.2rem;
    row-gap: 2.4rem; }
    .pfcus-pro-list .pro-item {
      width: 25%;
      padding: 0 1.2rem; }
    @media screen and (max-width: 1100px) {
      .pfcus-pro-list {
        margin: 0 -0.5rem;
        row-gap: 1.5rem; }
        .pfcus-pro-list .pro-item {
          width: calc(100% / 3);
          padding: 0 0.5rem; } }
    @media screen and (max-width: 900px) {
      .pfcus-pro-list .pro-item {
        width: 50%; } }
  .pfcus-pro .s-pagi {
    margin-top: 4rem; }
  .pfcus-his-pagi {
    margin-top: 3rem; }
  .pfcus-his-table {
    margin-top: 1.5rem; }
    .pfcus-his-table table {
      width: 100%; }
      .pfcus-his-table table thead tr {
        background: -webkit-gradient(linear, left top, right top, color-stop(-0.87%, #2B32B2), color-stop(99.05%, #1488CC));
        background: linear-gradient(-270deg, #2B32B2 -0.87%, #1488CC 99.05%); }
        .pfcus-his-table table thead tr th {
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1;
          font-weight: 600;
          color: white;
          padding: 1.2rem 0.5rem; }
          .pfcus-his-table table thead tr th:first-child {
            width: 24%;
            text-align: left;
            padding-left: 1.4rem;
            border-radius: 0.8rem 0 0 0; }
          .pfcus-his-table table thead tr th:last-child {
            border-radius: 0 0.8rem 0 0; }
      @media screen and (max-width: 900px) {
        .pfcus-his-table table thead {
          display: none; } }
      .pfcus-his-table table tbody tr {
        background: white;
        border-bottom: 0.1rem solid #EBEBEB; }
        .pfcus-his-table table tbody tr:last-child {
          border-bottom: none; }
          .pfcus-his-table table tbody tr:last-child td:first-child {
            border-radius: 0 0 0 0.8rem; }
          .pfcus-his-table table tbody tr:last-child td:last-child {
            border-radius: 0  0 0.8rem 0; }
        @media screen and (max-width: 900px) {
          .pfcus-his-table table tbody tr:not(:last-child) {
            border-bottom: 0.1rem solid #EBEBEB; } }
        .pfcus-his-table table tbody tr td {
          padding: 3rem 0rem;
          vertical-align: middle; }
          @media screen and (max-width: 900px) {
            .pfcus-his-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: 1.6rem 1rem !important;
              position: relative; }
              .pfcus-his-table table tbody tr td .bx-status {
                margin: 0;
                margin-left: auto; }
              .pfcus-his-table 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; } }
          .pfcus-his-table table tbody tr td:not(:first-child) {
            text-align: center; }
          .pfcus-his-table table tbody tr td:first-child {
            padding-left: 1.4rem; }
          .pfcus-his-table table tbody tr td:not(:first-child) {
            padding: 3rem 1rem; }
            @media screen and (max-width: 768px) {
              .pfcus-his-table table tbody tr td:not(:first-child) {
                padding: 2rem 0.5rem; } }
            @media screen and (max-width: 550px) {
              .pfcus-his-table table tbody tr td:not(:first-child) {
                padding: 1.6rem 0;
                -webkit-column-gap: 2rem;
                -moz-column-gap: 2rem;
                column-gap: 2rem; }
                .pfcus-his-table table tbody tr td:not(:first-child) .link {
                  text-align: end; } }
        .pfcus-his-table table tbody tr .bx-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;
          gap: 1rem;
          margin: 0;
          color: #A7A7A7; }
          @media (hover: hover) {
            .pfcus-his-table table tbody tr .bx-link:hover {
              color: #2B32B2; }
              .pfcus-his-table table tbody tr .bx-link:hover .icon {
                -webkit-transform: rotate(-30deg);
                transform: rotate(-30deg); } }
          .pfcus-his-table table tbody tr .bx-link .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;
            -webkit-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
            font-size: 1.4rem; }
          .pfcus-his-table table tbody tr .bx-link .text {
            -webkit-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out; }
  .pfcus-odt-steps {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 2.5rem;
    margin-top: 3rem; }
    @media screen and (max-width: 1024px) {
      .pfcus-odt-steps {
        margin: 0 1rem;
        margin-top: 2.4rem; } }
    @media screen and (max-width: 768px) {
      .pfcus-odt-steps {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 2rem; } }
  .pfcus-odt-step {
    width: calc((100% / 4)); }
    @media screen and (max-width: 768px) {
      .pfcus-odt-step {
        width: 50%; } }
    .pfcus-odt-step.step-pass .pfcus-odt-icon {
      background: transparent; }
      .pfcus-odt-step.step-pass .pfcus-odt-icon::after {
        background-color: #2B32B2; }
      .pfcus-odt-step.step-pass .pfcus-odt-icon::before {
        background-color: #2B32B2; }
      .pfcus-odt-step.step-pass .pfcus-odt-icon .icon img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1); }
    .pfcus-odt-step:first-child .pfcus-odt-icon {
      position: relative; }
      .pfcus-odt-step:first-child .pfcus-odt-icon::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 50%;
        border-radius: 5rem; }
        @media screen and (max-width: 1024px) {
          .pfcus-odt-step:first-child .pfcus-odt-icon::after {
            width: 70%; } }
      .pfcus-odt-step:first-child .pfcus-odt-icon:before {
        border-radius: 5rem; }
    .pfcus-odt-step:last-child .pfcus-odt-icon {
      position: relative; }
      .pfcus-odt-step:last-child .pfcus-odt-icon::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 50%;
        border-radius: 5rem;
        background-color: #ebe8e8; }
        @media screen and (max-width: 1024px) {
          .pfcus-odt-step:last-child .pfcus-odt-icon::after {
            width: 70%; } }
      .pfcus-odt-step:last-child .pfcus-odt-icon:before {
        border-top-right-radius: 5rem;
        border-bottom-right-radius: 5rem; }
    .pfcus-odt-step.active .pfcus-odt-icon {
      background: transparent; }
      .pfcus-odt-step.active .pfcus-odt-icon img {
        -webkit-filter: brightness(0) invert(0.3);
        filter: brightness(0) invert(0.3); }
      .pfcus-odt-step.active .pfcus-odt-icon::after {
        background: #1488CC; }
      .pfcus-odt-step.active .pfcus-odt-icon::before {
        background-color: #1488CC; }
  .pfcus-odt-box {
    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;
    gap: 2rem;
    margin: 0 -2.5rem; }
    @media screen and (max-width: 1024px) {
      .pfcus-odt-box {
        margin: 0 -1rem; } }
  .pfcus-odt-icon {
    width: 100%;
    height: 7.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;
    background: transparent;
    position: relative; }
    .pfcus-odt-icon::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      background-color: #ebe8e8;
      -webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
      clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
      z-index: 0;
      /* Đặt z-index âm để nó nằm phía dưới phần tử chính */ }
    .pfcus-odt-icon .icon {
      width: 3.2rem;
      height: 3.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;
      z-index: 1; }
      .pfcus-odt-icon .icon img {
        display: block; }
  .pfcus-odt-text {
    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; }
    @media screen and (max-width: 1024px) {
      .pfcus-odt-text {
        padding: 0 2rem;
        text-align: center; } }
    .pfcus-odt-text .text {
      font-weight: 600;
      color: #444545; }
    .pfcus-odt-text .t-time {
      color: #444545;
      font-size: 1.4rem; }
  .pfcus-odt-flex {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.5rem; }
    @media screen and (max-width: 900px) {
      .pfcus-odt-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 2.4rem; } }
  .pfcus-odt-left {
    padding: 0 1.5rem;
    width: 52%; }
    @media screen and (max-width: 900px) {
      .pfcus-odt-left {
        width: 100%; } }
  .pfcus-odt-right {
    padding: 0 1.5rem;
    width: 48%;
    margin-top: 2rem; }
    @media screen and (max-width: 900px) {
      .pfcus-odt-right {
        width: 100%;
        margin-top: 0; } }
  .pfcus-odt-if-list {
    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;
    gap: 2rem;
    max-height: 27rem;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 0.5rem; }
  .pfcus-odt-if-head {
    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;
    gap: 1rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .pfcus-odt-if-head .bx-status {
      margin: unset; }
  .pfcus-odt-if-gr {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem; }
  .pfcus-odt-if-img {
    width: 6.3rem;
    height: 6.3rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden; }
  .pfcus-odt-if-text {
    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; }
    .pfcus-odt-if-text .txt {
      font-weight: 600;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-word; }
    .pfcus-odt-if-text .text {
      margin-top: auto;
      color: #4f4f4f; }
  .pfcus-odt-if-price {
    margin-left: auto; }
  .pfcus-odt-bl .btn, .pfcus-odt-bl .btn-pri, .pfcus-odt-bl .btn-second, .pfcus-odt-bl .btn-thir {
    margin: unset;
    margin-left: auto; }
  .pfcus-odt-bl-list {
    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;
    gap: 1.6rem;
    padding-bottom: 2.4rem;
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.5); }
  .pfcus-odt-bl-inner {
    padding: 3rem 2rem;
    position: relative;
    z-index: 1;
    margin-bottom: 3rem;
    background: linear-gradient(97deg, #088332 -30.28%, #5caf42 100%);
    border-radius: 0.4rem; }
  .pfcus-odt-bl-gr {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .pfcus-odt-bl-total {
    margin-top: 2rem;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .pfcus .select2-selection {
    border-radius: 3.4rem !important;
    padding: 0 2rem; }
    .pfcus .select2-selection__arrow {
      right: 2rem !important; }
  .pfcus .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-radius: 3.4rem !important; }

.vpro {
  padding-bottom: 2.4rem;
  padding-top: 4rem; }
  .vpro-inner .title {
    color: #242424; }
  .vpro-slide {
    margin-top: 2.4rem; }
  .vpro-img .box {
    overflow: hidden;
    border-radius: 0.4rem;
    position: relative;
    display: block;
    padding-top: 100%; }
    .vpro-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) {
      .vpro-img .box:hover img {
        -webkit-transform: translate(-50%, -50%) scale(1.05);
        transform: translate(-50%, -50%) scale(1.05); } }
  .vpro .swiper {
    margin: 0 -1.2rem; }
    @media screen and (max-width: 550px) {
      .vpro .swiper {
        margin: 0 -0.4rem; } }
    .vpro .swiper-slide {
      width: calc(10%);
      padding: 0 1.2rem; }
      @media screen and (max-width: 992px) {
        .vpro .swiper-slide {
          width: calc(100% / 8); } }
      @media screen and (max-width: 768px) {
        .vpro .swiper-slide {
          width: calc(100% / 6); } }
      @media screen and (max-width: 550px) {
        .vpro .swiper-slide {
          width: 20%;
          padding: 0 0.4rem; } }
      @media screen and (max-width: 450px) {
        .vpro .swiper-slide {
          width: 25%; } }

.bx-status {
  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: 0.4rem 1.6rem;
  border-radius: 3.7rem;
  font-weight: 500;
  min-width: 12.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .bx-status {
      margin: unset; } }
  .bx-status.t-cxn {
    background: #fff2d6;
    color: #f6af15; }
  .bx-status.t-cancel {
    color: #f63e15;
    background: #ffded6; }
  .bx-status.t-pending {
    color: #1582f6;
    background: #d8eafd; }
  .bx-status.t-complete {
    color: #1d9d06;
    background: #dcf3d8; }

.cartod {
  overflow: hidden; }
  .cartod-wrap {
    padding: 4rem 0;
    padding-bottom: 8rem; }
  .cartod .breadcrumb {
    margin-bottom: 2.4rem; }
  .cartod-flex {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.2rem; }
    @media screen and (max-width: 912px) {
      .cartod-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 2.4rem; } }
  .cartod-left {
    width: calc((8 / 12) * 100%);
    padding: 0 1.2rem; }
    .cartod-left.pay {
      width: 55%; }
    @media screen and (max-width: 912px) {
      .cartod-left {
        width: 100%; }
        .cartod-left.pay {
          width: 100%; } }
  .cartod-right {
    padding: 0 1.2rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    @media screen and (max-width: 912px) {
      .cartod-right {
        width: 100%; } }
  .cartod-prds table {
    width: 100%; }
    @media screen and (max-width: 550px) {
      .cartod-prds table thead {
        display: none; } }
    .cartod-prds table thead tr {
      background: -webkit-gradient(linear, left top, right top, color-stop(-0.87%, #2b32b2), color-stop(99.05%, #1488cc));
      background: linear-gradient(-270deg, #2b32b2 -0.87%, #1488cc 99.05%); }
      .cartod-prds table thead tr th {
        border-bottom: 0.1rem solid #e9e9e9;
        padding-bottom: 0.6rem;
        color: white;
        font-weight: 600;
        padding: 1.2rem 0.5rem; }
        .cartod-prds table thead tr th > * {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          text-align: center; }
        @media screen and (max-width: 768px) {
          .cartod-prds table thead tr th > * {
            width: -webkit-max-content;
            width: -moz-max-content;
            width: max-content;
            margin: 0 auto; } }
        .cartod-prds table thead tr th:first-child {
          text-align: left;
          padding-left: 1.4rem;
          border-radius: 0.8rem 0 0 0; }
          .cartod-prds table thead tr th:first-child > * {
            width: -webkit-max-content;
            width: -moz-max-content;
            width: max-content; }
        .cartod-prds table thead tr th:last-child {
          border-radius: 0 0.8rem 0 0; }
    .cartod-prds table tbody tr {
      background: white;
      border-bottom: 0.1rem solid #ebebeb; }
      .cartod-prds table tbody tr:last-child {
        border-bottom: none; }
        .cartod-prds table tbody tr:last-child td:first-child {
          border-radius: 0 0 0 0.8rem; }
        .cartod-prds table tbody tr:last-child td:last-child {
          border-radius: 0 0 0.8rem 0; }
      @media screen and (max-width: 550px) {
        .cartod-prds table tbody tr {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
          .cartod-prds table tbody tr:not(:last-child) {
            border-bottom: 0.1rem solid #efefef; } }
      .cartod-prds table tbody tr td {
        padding: 2.5rem 0rem;
        vertical-align: middle; }
        .cartod-prds table tbody tr td:first-child {
          padding-left: 1.4rem; }
        .cartod-prds table tbody tr td:last-child {
          padding-right: 1.4rem; }
        @media screen and (max-width: 550px) {
          .cartod-prds table tbody tr td {
            border-bottom: none;
            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 1rem !important;
            position: relative;
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2; }
            .cartod-prds 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.4rem;
              color: #031230;
              text-align: left;
              white-space: nowrap; }
            .cartod-prds table tbody tr td:last-child {
              -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
              order: 1; } }
        .cartod-prds table tbody tr td .remove {
          padding: 0.5rem; }
          .cartod-prds table tbody tr td .remove:hover i {
            color: #2B32B2; }
        .cartod-prds table tbody tr td:not(:first-child) {
          padding: 3rem 1rem; }
          @media screen and (max-width: 768px) {
            .cartod-prds table tbody tr td:not(:first-child) {
              padding: 2rem 0.5rem; } }
          @media screen and (max-width: 550px) {
            .cartod-prds table tbody tr td:not(:first-child) {
              padding: 1.6rem 0;
              -webkit-column-gap: 2rem;
              -moz-column-gap: 2rem;
              column-gap: 2rem; }
              .cartod-prds table tbody tr td:not(:first-child) .link {
                text-align: end; } }
  .cartod-prds-update {
    margin-top: 2.4rem;
    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; }
    @media screen and (max-width: 912px) {
      .cartod-prds-update {
        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; } }
    .cartod-prds-update .cartod-back {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 0.5rem; }
      .cartod-prds-update .cartod-back .icon i {
        color: #2B32B2; }
      .cartod-prds-update .cartod-back .text {
        color: #6f6f6f;
        font-weight: 400; }
        @media (hover: hover) {
          .cartod-prds-update .cartod-back .text:hover {
            color: #2B32B2; } }
    .cartod-prds-update .btn, .cartod-prds-update .btn-pri, .cartod-prds-update .btn-second, .cartod-prds-update .btn-thir {
      margin: unset; }
      .cartod-prds-update .btn .text, .cartod-prds-update .btn-pri .text, .cartod-prds-update .btn-second .text, .cartod-prds-update .btn-thir .text {
        line-height: 1; }
      .cartod-prds-update .btn .icon, .cartod-prds-update .btn-pri .icon, .cartod-prds-update .btn-second .icon, .cartod-prds-update .btn-thir .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; }
  .cartod-prds-gr {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.2rem; }
  .cartod-prds-img {
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .cartod-prds-img .inner {
      width: 7rem;
      height: 7rem;
      border-radius: 0.6rem;
      overflow: hidden;
      display: block; }
      .cartod-prds-img .inner img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain; }
  .cartod-prds-item:not(:last-child) {
    padding-bottom: 3rem;
    border-bottom: 0.1rem solid #e0e0e0; }
  .cartod-prds-item:not(:first-child) {
    padding-top: 3rem; }
  .cartod-prds-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .cartod-prds-ctn {
    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; }
    .cartod-prds-ctn .link {
      color: #383838;
      font-weight: 600;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-word;
      font-size: 1.4rem; }
      @media (hover: hover) {
        .cartod-prds-ctn .link:hover {
          color: #2B32B2; } }
  .cartod-prds-price {
    color: #111927;
    margin-top: auto;
    margin-left: auto; }
    .cartod-prds-price > * {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      display: block;
      font-size: 1.4rem; }
    .cartod-prds-price .price-new {
      font-weight: 600;
      color: #383838; }
    .cartod-prds-price .price-odd {
      font-weight: 600;
      color: #a7a7a7;
      font-size: 1.2rem;
      text-decoration: line-through; }
  .cartod-total-item:not(:last-child) {
    margin-bottom: 2rem; }
  .cartod-total-inner {
    position: relative;
    padding: 4.8rem 3rem;
    background: #2B32B2;
    border-radius: 2.4rem; }
    @media screen and (max-width: 768px) {
      .cartod-total-inner {
        padding: 2.8rem 1rem; } }
  .cartod-total-gr {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem; }
  .cartod-total-img {
    width: 5.8rem;
    height: 5.8rem; }
    .cartod-total-img .inner {
      border-radius: 0.6rem;
      overflow: hidden;
      width: 5.8rem;
      height: 5.8rem; }
    .cartod-total-img img {
      display: block;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .cartod-total-ctn {
    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;
    gap: 0.8rem; }
    .cartod-total-ctn .txt {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-word; }
    .cartod-total-ctn .tprice {
      margin-top: auto; }
  .cartod-total-list {
    margin-bottom: 3rem; }
  .cartod-total-block {
    padding-bottom: 3rem;
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.5); }
  .cartod-total-if {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.4rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .cartod-dt-inner,
  .cartod-dt #order_review {
    background: #ffffff;
    padding: 3rem 2rem;
    border-radius: 0.8rem;
    -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; }
    @media screen and (max-width: 768px) {
      .cartod-dt-inner,
      .cartod-dt #order_review {
        padding: 2rem 1rem; } }
  .cartod-dt-block {
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.12);
    padding-bottom: 2.4rem;
    border-bottom: 0.1rem solid #ebebeb; }
  .cartod-dt-form {
    margin: 2rem 0; }
  .cartod-dt-control {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0.8rem;
    border: 0.1rem dashed #c2c2c2;
    background-color: white; }
    @media only screen and (min-width: 912px) and (max-width: 1100px) {
      .cartod-dt-control {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    .cartod-dt-control .btn, .cartod-dt-control .btn-pri, .cartod-dt-control .btn-second, .cartod-dt-control .btn-thir {
      border: none;
      padding: 0 1rem;
      min-width: 9rem; }
      .cartod-dt-control .btn .text, .cartod-dt-control .btn-pri .text, .cartod-dt-control .btn-second .text, .cartod-dt-control .btn-thir .text {
        white-space: nowrap;
        color: #314c9a;
        font-size: 1.4rem;
        font-weight: 600;
        text-decoration: underline; }
    .cartod-dt-control input {
      border-radius: inherit;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding: 0 2rem;
      background: unset;
      border: unset; }
      @media only screen and (min-width: 912px) and (max-width: 1100px) {
        .cartod-dt-control input {
          width: 55%;
          -webkit-box-flex: initial;
          -ms-flex: initial;
          flex: initial; } }
      .cartod-dt-control input.input-discount::-webkit-input-placeholder {
        color: #4d4d4d; }
      .cartod-dt-control input.input-discount::-moz-placeholder {
        color: #4d4d4d; }
      .cartod-dt-control input.input-discount::-ms-input-placeholder {
        color: #4d4d4d; }
      .cartod-dt-control input.input-discount::placeholder {
        color: #4d4d4d; }
      .cartod-dt-control input::-webkit-input-placeholder {
        color: #7f8080; }
      .cartod-dt-control input::-moz-placeholder {
        color: #7f8080; }
      .cartod-dt-control input::-ms-input-placeholder {
        color: #7f8080; }
      .cartod-dt-control input::placeholder {
        color: #7f8080; }
      .cartod-dt-control input:focus {
        outline: unset; }
  .cartod-dt-btns {
    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;
    gap: 2.4rem; }
    @media screen and (max-width: 768px) {
      .cartod-dt-btns {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .cartod-dt-btns .btn, .cartod-dt-btns .btn-pri, .cartod-dt-btns .btn-second, .cartod-dt-btns .btn-thir {
          width: 100%; } }
  .cartod-form-gr {
    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: 2rem;
    margin: 0 -1.2rem; }
    .cartod-form-gr .ip-control {
      padding: 0 1.2rem; }
      .cartod-form-gr .ip-control.x2 {
        width: 50%; }
        @media screen and (max-width: 768px) {
          .cartod-form-gr .ip-control.x2 {
            width: 100%; } }
  .cartod-form-pay-gr {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.4rem; }
    @media screen and (max-width: 700px) {
      .cartod-form-pay-gr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .cartod-form-pay-box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    overflow: hidden; }
    .cartod-form-pay-box .decor {
      position: absolute;
      right: 0;
      bottom: -0.5rem; }
  .cartod-form-pay-inner {
    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: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 2rem;
    position: relative;
    padding: 2rem 3rem;
    border-radius: 1rem;
    border: 0.1rem solid #ccc;
    width: 100%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    .cartod-form-pay-inner .radio-label {
      width: 1.4rem;
      height: 1.4rem;
      aspect-ratio: 1;
      -webkit-transition: 0.4s ease-in-out;
      transition: 0.4s ease-in-out;
      border-radius: 50%;
      border: 0.1rem solid #1488CC; }
    .cartod-form-pay-inner.active {
      background: #1488CC;
      border-color: #2B32B2; }
      .cartod-form-pay-inner.active .recheck-input:checked + .radio-label {
        background-color: #2B32B2;
        outline: 0.1rem solid #2B32B2;
        border-color: 0.1rem solid #fff;
        display: inline-block; }
      .cartod-form-pay-inner.active .text {
        color: #2B32B2; }
      .cartod-form-pay-inner.active .icon {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1); }
    .cartod-form-pay-inner .icon {
      width: 4.8rem;
      height: 4.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: 0 auto;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
    .cartod-form-pay-inner .text {
      color: #444545;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
  .cartod-complete-head {
    margin-bottom: 7rem; }
    @media screen and (max-width: 1024px) {
      .cartod-complete-head {
        margin-bottom: 4rem; } }
  .cartod-complete-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;
    height: 7.2rem;
    width: 7.2rem;
    margin: 0 auto; }
    @media screen and (max-width: 1024px) {
      .cartod-complete-icon {
        width: 12rem;
        height: 12rem;
        margin: 0 auto;
        border-radius: 50%;
        background: #1488CC;
        position: relative;
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
        z-index: 1; }
        .cartod-complete-icon img {
          width: 6rem;
          height: 6rem;
          border-radius: unset; } }
  @media screen and (max-width: 1100px) {
    .cartod-complete-desc {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .cartod-complete-desc .cartod-complete-if-gr {
        width: 100%;
        text-align: center; } }
  .cartod-complete-wrap {
    padding: 4.2rem 6.7rem;
    position: relative; }
    @media screen and (max-width: 1100px) {
      .cartod-complete-wrap {
        padding: 4.2rem 3rem; } }
    @media screen and (max-width: 1024px) {
      .cartod-complete-wrap {
        padding: 4.2rem 1.2rem;
        background: #1488CC;
        width: 70rem;
        max-width: 100%;
        margin: 0 auto;
        border-radius: 1.2rem; } }
    .cartod-complete-wrap::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: -1;
      top: -9.5rem;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      background-image: url(../assets/images/spt-img/bg-complete.png); }
      .cartod-complete-wrap::before img {
        width: 100%;
        height: auto; }
      @media screen and (max-width: 1024px) {
        .cartod-complete-wrap::before {
          background-image: unset; } }
    .cartod-complete-wrap.cartod-cod {
      width: 100%;
      margin: 0 auto;
      padding: 4.2rem 1.2rem; }
      .cartod-complete-wrap.cartod-cod::after {
        display: none; }
      .cartod-complete-wrap.cartod-cod::before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%;
        top: -9rem;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-image: url(../assets/images/spt-img/bg-completecod.png); }
        @media screen and (max-width: 1024px) {
          .cartod-complete-wrap.cartod-cod::before {
            background-image: unset; } }
      .cartod-complete-wrap.cartod-cod .cartod-complete-desc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .cartod-complete-wrap.cartod-cod .cartod-complete-flex {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      .cartod-complete-wrap.cartod-cod .cartod-complete-left {
        width: 80%;
        padding: unset;
        margin: 0 auto; }
        @media screen and (max-width: 1100px) {
          .cartod-complete-wrap.cartod-cod .cartod-complete-left {
            width: 100%; } }
      .cartod-complete-wrap.cartod-cod .cartod-complete-left::after {
        display: none; }
  .cartod-complete-flex {
    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-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media screen and (max-width: 1024px) {
      .cartod-complete-flex {
        z-index: 2;
        position: relative; } }
  .cartod-complete-left {
    padding: 0 2.4rem;
    width: 100%;
    position: relative; }
    @media screen and (max-width: 768px) {
      .cartod-complete-left {
        padding: 0; } }
    .cartod-complete-left::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 0.1rem;
      left: 50%;
      bottom: 0;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      background: #2B32B2; }
  .cartod-complete-right {
    padding: 0 2.4rem;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .cartod-complete-right {
        padding: 0; } }
  .cartod-complete-if-gr {
    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;
    gap: 1.2rem;
    width: 50%; }
  .cartod-complete-if-text {
    width: 50%; }
  .cartod-complete-bank-gr {
    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;
    gap: 2.4rem; }
    @media screen and (max-width: 1100px) {
      .cartod-complete-bank-gr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .cartod-complete-bank-if {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 2rem;
    -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; }
    .cartod-complete-bank-if .top .icon-bank {
      width: 12rem; }
      .cartod-complete-bank-if .top .icon-bank img {
        display: block;
        width: 100%; }
    @media screen and (max-width: 1100px) {
      .cartod-complete-bank-if .top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .cartod-complete-bank-if .bot {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-column-gap: 5rem;
      -moz-column-gap: 5rem;
      column-gap: 5rem; }
      @media screen and (max-width: 1100px) {
        .cartod-complete-bank-if .bot {
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          gap: 1rem; } }
      @media screen and (max-width: 900px) {
        .cartod-complete-bank-if .bot {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
  .cartod-complete-bank-text {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    -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; }
    @media screen and (max-width: 1100px) {
      .cartod-complete-bank-text {
        width: calc(100% / 3);
        text-align: center; } }
    @media screen and (max-width: 900px) {
      .cartod-complete-bank-text {
        width: 100%; } }
    .cartod-complete-bank-text .txt {
      width: 21rem; }
      @media screen and (max-width: 1100px) {
        .cartod-complete-bank-text .txt {
          width: 100%; } }
  .cartod-complete-bank-code {
    width: 13.6rem;
    height: 13.6rem;
    aspect-ratio: 1; }
    @media screen and (max-width: 1100px) {
      .cartod-complete-bank-code {
        margin: 0 auto; } }
    .cartod-complete-bank-code img {
      -o-object-fit: contain;
      object-fit: contain;
      height: 100%;
      width: 100%; }
  .cartod-complete-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;
    gap: 2.4rem;
    margin-top: 5rem; }
    @media screen and (max-width: 1100px) {
      .cartod-complete-link {
        margin-top: 2rem; } }
    @media screen and (max-width: 768px) {
      .cartod-complete-link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1rem; } }
    .cartod-complete-link .btn, .cartod-complete-link .btn-pri, .cartod-complete-link .btn-second, .cartod-complete-link .btn-thir {
      min-width: 20rem;
      margin: unset; }
      @media screen and (max-width: 1100px) {
        .cartod-complete-link .btn, .cartod-complete-link .btn-pri, .cartod-complete-link .btn-second, .cartod-complete-link .btn-thir {
          min-width: -webkit-fit-content;
          min-width: -moz-fit-content;
          min-width: fit-content; } }
      @media screen and (max-width: 768px) {
        .cartod-complete-link .btn, .cartod-complete-link .btn-pri, .cartod-complete-link .btn-second, .cartod-complete-link .btn-thir {
          width: 100%; } }
  .cartod .select2-selection {
    border-radius: 3.4rem !important;
    padding: 0 2rem; }
  .cartod .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 2rem; }
  .cartod .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-radius: 3.4rem !important; }

.checkout-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 2.4rem; }

.checkout-box {
  background-color: white;
  padding: 2rem;
  border-radius: 0.8rem;
  -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; }
  @media screen and (max-width: 768px) {
    .checkout-box {
      padding: 2rem 1rem; } }
  .checkout-box .title {
    color: #383838;
    font-weight: 700;
    font-size: 2.4rem; }
    @media only screen and (max-width: 1200px) {
      .checkout-box .title {
        font-size: 2rem; } }
    @media only screen and (max-width: 800px) {
      .checkout-box .title {
        font-size: 1.7rem; } }

.checkout-ctn {
  margin-top: 2rem; }

.checkout-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 2.4rem;
  margin: 0 -1.2rem; }
  .checkout-list .ip-control {
    padding: 0 1.2rem; }
  @media screen and (max-width: 768px) {
    .checkout-list {
      margin: 0 -0.5rem;
      row-gap: 1.5rem; }
      .checkout-list .ip-control {
        padding: 0 0.5rem !important; } }

.checkout-hd .recheck-text.title {
  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.5rem; }

.checkout-ly {
  margin-top: 2.4rem; }
  .checkout-ly ul {
    padding-left: 2rem;
    list-style: disc; }

.checkout .recheck-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem; }

.checkout .recheck-item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.checkout-done {
  width: calc((8 / 12) * 100%);
  margin: 0 auto; }
  @media screen and (max-width: 1200px) {
    .checkout-done {
      width: 85%; } }
  @media screen and (max-width: 992px) {
    .checkout-done {
      width: 100%; } }
  .checkout-done .title {
    color: #009950; }
  .checkout-done-box {
    border-radius: 0.8rem;
    border: 0.2rem dashed #2B32B2;
    background-color: #fff;
    margin: 2.4rem 0;
    padding: 3rem; }
    @media screen and (max-width: 992px) {
      .checkout-done-box {
        padding: 1.5rem; } }
  .checkout-done-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 2rem; }
    @media screen and (max-width: 768px) {
      .checkout-done-list {
        margin: 0 -0.5rem; } }
  .checkout-done-item {
    width: 25%;
    padding: 0 1.2rem; }
    @media screen and (max-width: 768px) {
      .checkout-done-item {
        width: 50%;
        padding: 0 0.5rem; } }
    .checkout-done-item .text {
      font-size: 1.4rem; }
      @media screen and (max-width: 400px) {
        .checkout-done-item .text {
          font-size: 1.2rem; } }
    .checkout-done-item .num {
      color: #2B32B2;
      font-weight: 600;
      font-size: 1.4rem; }
      @media screen and (max-width: 400px) {
        .checkout-done-item .num {
          font-size: 1.2rem; } }
  @media screen and (max-width: 768px) {
    .checkout-done .cartod-dt-btns {
      gap: 1rem; } }
  .checkout-done .cartod-dt-btns .btn, .checkout-done .cartod-dt-btns .btn-pri, .checkout-done .cartod-dt-btns .btn-second, .checkout-done .cartod-dt-btns .btn-thir {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }

.cstep {
  position: relative;
  z-index: 1;
  width: calc((8 / 12) * 100%);
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .cstep {
      width: 100%; } }
  .cstep-odt-steps {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 992px) {
      .cstep-odt-steps {
        -webkit-column-gap: 1rem;
        -moz-column-gap: 1rem;
        column-gap: 1rem; } }
    @media screen and (max-width: 550px) {
      .cstep-odt-steps {
        -webkit-column-gap: 0.4rem;
        -moz-column-gap: 0.4rem;
        column-gap: 0.4rem; } }
  .cstep-odt-step {
    width: calc(100% / 3);
    position: relative; }
    .cstep-odt-step::after {
      position: absolute;
      content: "";
      height: 0.2rem;
      width: 100%;
      left: 0;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      top: 3rem;
      background: #dedede; }
    .cstep-odt-step.step-pass:after {
      background: #009950; }
    .cstep-odt-step.step-pass .cstep-odt-icon {
      background: transparent; }
      .cstep-odt-step.step-pass .cstep-odt-icon .icon {
        background: #009950; }
    .cstep-odt-step:first-child:after {
      display: none; }
    .cstep-odt-step:first-child .cstep-odt-icon {
      position: relative; }
    .cstep-odt-step:last-child .cstep-odt-icon {
      position: relative; }
  .cstep-odt-box {
    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;
    gap: 2rem; }
  .cstep-odt-icon {
    width: 100%;
    -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;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    row-gap: 0.5rem;
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    height: 100%; }
    @media screen and (max-width: 992px) {
      .cstep-odt-icon {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .cstep-odt-icon .text {
      z-index: 1;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .cstep-odt-icon .text {
          font-size: 1.2rem; } }
    .cstep-odt-icon .icon {
      width: 6rem;
      height: 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;
      z-index: 1;
      background-color: #dedede;
      border-radius: 100rem;
      position: relative; }
      .cstep-odt-icon .icon img {
        display: block;
        width: 2.4rem;
        height: 2.4rem;
        -o-object-fit: contain;
        object-fit: contain; }

.pcontact-wrap {
  padding: 4rem 0;
  padding-bottom: 8rem; }

.pcontact-ctn {
  padding-top: 4rem; }

.pcontact-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -1.2rem; }
  @media screen and (max-width: 768px) {
    .pcontact-flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      row-gap: 2rem; } }

.pcontact-left {
  padding: 0 1.2rem;
  width: 50%; }
  .pcontact-left .title {
    color: #383838; }
  @media screen and (max-width: 768px) {
    .pcontact-left {
      width: 100%; } }

.pcontact-right {
  padding: 0 1.2rem;
  width: 50%; }
  @media screen and (max-width: 768px) {
    .pcontact-right {
      width: 100%; } }

.pcontact-form-list {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.6rem; }

.pcontact-map {
  border: 0.2rem solid #2B32B2;
  border-radius: 0.8rem;
  overflow: hidden;
  height: 100%; }
  @media screen and (max-width: 768px) {
    .pcontact-map {
      height: 30rem; } }
  .pcontact-map iframe {
    width: 100%;
    height: 100%; }

.brand-wrap {
  padding: 4rem 0;
  padding-bottom: 8rem; }

.brand-top {
  margin-top: 2.4rem;
  background: #F8F8FF; }
  @media screen and (max-width: 768px) {
    .brand-top {
      padding-bottom: 0.5rem;
      position: sticky;
      top: calc(var(--size-hd) - 4.2rem);
      z-index: 5; } }
  .brand-top .title {
    color: #03103C; }
  .brand-top-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 2.4rem;
    gap: 1rem;
    overflow-x: auto; }
    @media screen and (max-width: 768px) {
      .brand-top-list {
        width: 100%; } }
    .brand-top-list::-webkit-scrollbar {
      display: none; }
    .brand-top-list .item {
      background: var(--W, linear-gradient(270deg, #2B32B2 -0.87%, #1488CC 99.05%));
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-size: 2.4rem;
      padding: 0 0.8rem;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      white-space: nowrap; }
      @media only screen and (max-width: 1200px) {
        .brand-top-list .item {
          font-size: 2rem; } }
      @media only screen and (max-width: 800px) {
        .brand-top-list .item {
          font-size: 1.7rem; } }

.brand-ctn {
  padding-top: 4rem; }

.brand-row:not(:first-child) {
  margin-top: 4.8rem; }

.brand-row > .title {
  font-size: 3.2rem;
  font-weight: 700;
  color: #03103C;
  line-height: 1; }
  @media only screen and (max-width: 1200px) {
    .brand-row > .title {
      font-size: 2.7rem; } }
  @media only screen and (max-width: 800px) {
    .brand-row > .title {
      font-size: 2.2rem; } }

.brand-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.2rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 2.4rem;
  margin-top: 2.4rem; }
  @media screen and (max-width: 1024px) {
    .brand-list {
      margin: 0 -0.5rem;
      margin-top: 2.4rem; } }

.brand-item {
  padding: 0 1.2rem;
  width: calc(100% / 6); }
  @media screen and (max-width: 1024px) {
    .brand-item {
      width: 20%;
      padding: 0 0.5rem; } }
  @media screen and (max-width: 768px) {
    .brand-item {
      width: 25%; } }
  @media screen and (max-width: 500px) {
    .brand-item {
      width: calc(100% / 3); } }
  @media screen and (max-width: 400px) {
    .brand-item {
      width: 50%; } }

.brand-box {
  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; }

.brand-img {
  position: relative;
  width: 100%; }
  .brand-img .box {
    display: block;
    padding-top: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 0.4rem; }
    .brand-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) {
    .brand-img:hover .box img {
      -webkit-transform: translate(-50%, -50%) scale(1.05);
      transform: translate(-50%, -50%) scale(1.05); } }

.brand-tag {
  position: absolute;
  bottom: 1.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .brand-tag img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain; }

.brand-name {
  display: block;
  padding-top: 1.2rem; }

.sup-wrap {
  background-color: #fff;
  padding: 6rem 0; }

.sup-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.2rem; }
  @media screen and (max-width: 992px) {
    .sup-flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      row-gap: 2rem; } }

.sup-left {
  width: calc((7/12) * 100%);
  padding: 0 1.2rem; }
  @media screen and (max-width: 1024px) {
    .sup-left {
      width: 100%; } }

.sup-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 1.2rem; }

.sup-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.5rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 1100px) {
    .sup-list {
      margin: 0 -1rem; } }
  @media screen and (max-width: 600px) {
    .sup-list {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      row-gap: 2rem; } }

.sup-item {
  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: 1.2rem;
  padding: 0 1.5rem;
  width: 25%; }
  @media screen and (max-width: 1100px) {
    .sup-item {
      padding: 0 1rem; } }
  @media screen and (max-width: 600px) {
    .sup-item {
      width: 50%; } }
  .sup-item .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 8rem; }
    @media screen and (max-width: 600px) {
      .sup-item .icon {
        height: 6rem; } }
    .sup-item .icon img {
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain; }
  .sup-item .text {
    text-align: center;
    font-weight: 600;
    color: #383838; }

.sup-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2rem;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 1100px) {
    .sup-link {
      margin: 0 -1rem; } }
  .sup-link-item {
    padding: 0 2rem;
    width: 50%;
    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; }
    @media screen and (max-width: 1100px) {
      .sup-link-item {
        padding: 0 1rem; } }
  .sup-link-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem; }
    .sup-link-top .icon {
      width: 2.4rem;
      height: 2.4rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .sup-link-top .icon img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain; }
    .sup-link-top .text {
      color: #383838;
      font-weight: 600;
      line-height: 1;
      font-size: 2.4rem; }
      @media only screen and (max-width: 1200px) {
        .sup-link-top .text {
          font-size: 2rem; } }
      @media only screen and (max-width: 800px) {
        .sup-link-top .text {
          font-size: 1.7rem; } }
  .sup-link-bot {
    font-size: 3.2rem;
    color: white;
    font-weight: 700;
    border-radius: 10rem;
    background: #FF424E;
    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.8rem 1rem; }
    @media only screen and (max-width: 1200px) {
      .sup-link-bot {
        font-size: 2.7rem; } }
    @media only screen and (max-width: 800px) {
      .sup-link-bot {
        font-size: 2.2rem; } }

.pcate-wrap {
  padding: 4rem 0;
  padding-bottom: 8rem; }

@media screen and (max-width: 768px) {
  .pcate-block {
    margin-top: 0 !important; } }

.pcate-flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2.5rem; }
  @media screen and (max-width: 1350px) {
    .pcate-flex {
      margin: 0 -1.5rem; } }

.pcate-left {
  width: calc((3 / 12) * 100%);
  padding: 0 2.5rem; }
  @media screen and (max-width: 1350px) {
    .pcate-left {
      padding: 0 1.5rem; } }
  @media screen and (max-width: 1024px) {
    .pcate-left.pcate-fixed {
      position: fixed;
      top: var(--size-hd);
      right: 0;
      width: 75rem;
      max-width: 100%;
      bottom: 0;
      overflow-y: auto;
      background: #fff;
      -webkit-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out;
      -webkit-transform: translateX(110%);
      transform: translateX(110%);
      visibility: hidden;
      z-index: 7;
      padding: 2.4rem 1.2rem; }
      .pcate-left.pcate-fixed.open {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        visibility: visible; } }

.pcate-right {
  width: calc((9 / 12) * 100%);
  padding: 0 2.5rem; }
  @media screen and (max-width: 1350px) {
    .pcate-right {
      padding: 0 1.5rem; } }
  @media screen and (max-width: 1024px) {
    .pcate-right {
      width: 100%; } }

.pcate-open {
  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: 0 1.6rem;
  height: 4rem;
  gap: 0.6rem;
  font-size: 1.6rem;
  color: #2B32B2;
  border: 0.1rem solid #2B32B2; }
  @media screen and (min-width: 1025px) {
    .pcate-open {
      display: none !important; } }

@media screen and (max-width: 1024px) {
  .pcate-fillg .t-title {
    text-align: center;
    margin-bottom: 2.4rem; } }

@media screen and (max-width: 1024px) {
  .pcate-fillc {
    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 -0.6rem;
    row-gap: 1.2rem; } }

.pcate-fillc-item {
  padding: 2rem 0;
  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;
  gap: 1.6rem; }
  @media screen and (max-width: 1024px) {
    .pcate-fillc-item {
      padding: 0 0.6rem;
      width: 50%; } }
  @media screen and (max-width: 560px) {
    .pcate-fillc-item {
      width: 100%; } }
  .pcate-fillc-item:not(:last-child) {
    border-bottom: 0.1rem solid #ebebf0; }
    @media screen and (max-width: 1024px) {
      .pcate-fillc-item:not(:last-child) {
        border: unset; } }
  .pcate-fillc-item .mb-20 {
    margin-bottom: unset; }
  .pcate-fillc-item .text {
    color: #333; }

.pcate-fillc-check {
  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;
  gap: 0.2rem;
  cursor: pointer; }
  @media (hover: hover) {
    .pcate-fillc-check .text:hover {
      color: #1488CC; } }
  .pcate-fillc-check.active .recheck-cus .text {
    color: #1488CC; }
  .pcate-fillc-check.active .recheck-cus .icon {
    background: #1488CC; }
    .pcate-fillc-check.active .recheck-cus .icon::before {
      opacity: 1; }
  .pcate-fillc-check.active .icon2 {
    -webkit-transform: unset;
    transform: unset; }

.pcate-fillc-opts .recheck-item .recheck-text {
  color: #383838; }

.pcate-fillc-opts .cate-item {
  margin-bottom: 1.4rem; }

.pcate-fillc-opts .cate-more .txt {
  font-size: 1.4rem;
  cursor: pointer;
  text-decoration: underline;
  color: #6F6F6F; }

.pcate-fillc-range .range-slider {
  height: 0.2rem;
  width: 100%;
  background-color: #d9d9d9;
  position: relative; }
  .pcate-fillc-range .range-slider .progress {
    position: absolute;
    height: 0.2rem;
    top: 0;
    background-color: #2B32B2; }

.pcate-fillc-range .range-input {
  position: relative; }
  .pcate-fillc-range .range-input input {
    position: absolute;
    top: -0.1rem;
    height: 0.2rem;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    margin: 0;
    padding: 0;
    cursor: pointer; }
    .pcate-fillc-range .range-input input:focus {
      border: 0.1rem solid transparent; }
    .pcate-fillc-range .range-input input:first-child::-webkit-slider-thumb {
      height: 1.6rem;
      width: 1.6rem; }
    .pcate-fillc-range .range-input input::-webkit-slider-thumb {
      height: 1.6rem;
      width: 1.6rem;
      border-radius: 50%;
      pointer-events: auto;
      -webkit-appearance: none;
      background-color: #ffffff;
      border: 0.3rem solid #2B32B2; }
    .pcate-fillc-range .range-input input::-moz-slider-thumb {
      height: 1.6rem;
      width: 1.6rem;
      border: none;
      border-radius: 50%;
      border: 0.3rem solid #2B32B2;
      pointer-events: auto;
      -moz-appearance: none;
      background-color: #ffffff;
      box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16); }

.pcate-fillc-range .text {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  color: #444444;
  margin-bottom: 0.8rem; }

.pcate-fillc-range .range-flex {
  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; }

.pcate-fillc-range .range-item {
  font-size: 1.4rem;
  color: #000000;
  font-weight: 600;
  color: #444444; }

.pcate-fillc-cus {
  max-height: 17rem;
  overflow-y: auto; }
  .pcate-fillc-cus::-webkit-scrollbar {
    width: 0.3rem;
    border-radius: 1.2rem; }
  .pcate-fillc-cus::-webkit-scrollbar-thumb {
    background: #1488CC; }
  .pcate-fillc-cus::-webkit-scrollbar-track {
    background: #feefe8; }
  .pcate-fillc-cus .recheck-item:not(:last-child) {
    margin-bottom: 1.6rem; }
  .pcate-fillc-cus .recheck-item .recheck-text {
    color: #2B32B2; }

.pcate-ctr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem; }
  .pcate-ctr .btn, .pcate-ctr .btn-pri, .pcate-ctr .btn-second, .pcate-ctr .btn-thir {
    margin: unset; }

.pcate-heads {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 3.5rem; }
  .pcate-heads .txt {
    color: #03103C; }
  @media screen and (max-width: 1024px) {
    .pcate-heads {
      margin-bottom: 2.4rem;
      gap: 0.4rem;
      row-gap: 1rem; }
      .pcate-heads > p {
        width: 100%; } }
    @media screen and (max-width: 1024px) and (max-width: 500px) {
      .pcate-heads > p {
        width: auto; } }
  .pcate-heads .b-group {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 1024px) {
      .pcate-heads .b-group {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
    @media screen and (max-width: 500px) {
      .pcate-heads .b-group {
        width: 100%; } }
    .pcate-heads .b-group .text {
      color: #383838;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    .pcate-heads .b-group .pcate-select {
      min-width: 18rem; }
      @media screen and (max-width: 500px) {
        .pcate-heads .b-group .pcate-select {
          min-width: unset;
          width: 100%; } }
      .pcate-heads .b-group .pcate-select .select2-container .select2-selection--single .select2-selection__rendered {
        padding-left: 0.8rem !important;
        padding-right: 2rem !important; }

.pcate-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.5rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 1.2rem; }
  @media screen and (max-width: 768px) {
    .pcate-list {
      margin: 0 -0.4rem; } }

.pcate-item,
.pcate .pro-item {
  padding: 0 0.6rem;
  width: 25%; }
  @media screen and (max-width: 1024px) {
    .pcate-item .prd-card-inner,
    .pcate .pro-item .prd-card-inner {
      padding: unset; } }
  @media screen and (max-width: 768px) {
    .pcate-item,
    .pcate .pro-item {
      width: calc(100% / 3);
      padding: 0 0.4rem; } }
  @media screen and (max-width: 600px) {
    .pcate-item,
    .pcate .pro-item {
      width: 50%; } }

.pcate-pagi {
  margin-top: 4rem; }
  .pcate-pagi .page-numbers {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.pcate-form-srch {
  padding-top: 0; }
  @media screen and (max-width: 1024px) {
    .pcate-form-srch {
      padding: 0;
      padding-bottom: 2rem; } }
  .pcate-form-srch-input {
    position: relative;
    border-radius: 0.4rem;
    background: #FFF;
    height: 4.5rem; }
    .pcate-form-srch-input input {
      height: inherit;
      width: 100%;
      border: 0.1rem solid #EAEAEA;
      padding-right: 4rem; }
      .pcate-form-srch-input input:focus {
        border-color: #1488CC; }
    .pcate-form-srch-input .btn, .pcate-form-srch-input .btn-pri, .pcate-form-srch-input .btn-second, .pcate-form-srch-input .btn-thir {
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 3rem;
      height: 100%;
      min-width: unset; }
      .pcate-form-srch-input .btn .icon, .pcate-form-srch-input .btn-pri .icon, .pcate-form-srch-input .btn-second .icon, .pcate-form-srch-input .btn-thir .icon {
        margin-left: 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; }

.pcate-quick {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .pcate-quick .item {
    color: #6F6F6F; }
    .pcate-quick .item:not(:last-child) {
      padding-right: 1rem;
      margin-right: 1rem;
      border-right: 0.1rem solid #EBEBEB; }
    .pcate-quick .item.active {
      color: #0A40F1;
      text-decoration: underline; }

.bra-wrap {
  padding: 2.4rem 0; }

.bra-item {
  width: 100%;
  border-radius: 0.4rem;
  background: white;
  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;
  height: 6.8rem;
  padding: 1.5rem 3rem; }
  @media screen and (max-width: 768px) {
    .bra-item {
      padding: 1rem 2rem; } }
  @media screen and (max-width: 500px) {
    .bra-item {
      padding: 0.8rem 1.5rem;
      height: 6rem; } }

.bra-img {
  height: 100%; }
  .bra-img img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }

.bra-slide {
  overflow: hidden; }

.bra .swiper {
  margin: 0 -0.9rem; }
  @media screen and (max-width: 1100px) {
    .bra .swiper {
      margin: 0 -0.5rem; } }
  .bra .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important; }
  .bra .swiper-slide {
    width: calc(100% / 7);
    padding: 0 0.9rem; }
    @media screen and (max-width: 1100px) {
      .bra .swiper-slide {
        padding: 0 0.5rem;
        width: calc(100% / 6); } }
    @media screen and (max-width: 800px) {
      .bra .swiper-slide {
        width: calc(100% / 5); } }
    @media screen and (max-width: 600px) {
      .bra .swiper-slide {
        width: calc(100% / 4); } }
    @media screen and (max-width: 400px) {
      .bra .swiper-slide {
        width: calc(100% / 3); } }

.overlay-pcate {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-110%);
  transform: translateX(-110%);
  top: 0; }
  .overlay-pcate.open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0); }

.news {
  overflow: hidden; }
  .news-inner {
    padding: 4rem 0; }
  .news-flex {
    padding-top: 4rem;
    margin: 0 -1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 768px) {
      .news-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 3rem; } }
  .news-left {
    width: calc((9/12) * 100%);
    padding: 0 1.2rem; }
    @media screen and (max-width: 992px) {
      .news-left {
        width: calc((8/12) * 100%); } }
    @media screen and (max-width: 768px) {
      .news-left {
        width: 100%; } }
  .news-right {
    padding: 0 1.2rem;
    width: calc((3/12) * 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 4rem; }
    @media screen and (max-width: 992px) {
      .news-right {
        width: calc((4/12) * 100%); } }
    @media screen and (max-width: 768px) {
      .news-right {
        width: 100%; } }
  .news-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 2.4rem; }
    @media screen and (max-width: 992px) {
      .news-list {
        margin: 0 -0.5rem; } }
  .news-item {
    width: calc(100% /3);
    padding: 0 1.2rem;
    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; }
    @media screen and (max-width: 992px) {
      .news-item {
        padding: 0 0.5rem; } }
    @media screen and (max-width: 600px) {
      .news-item {
        width: 50%; } }
  .news-img {
    position: relative;
    border-radius: 0.8rem;
    overflow: hidden; }
    .news-img .box {
      padding-top: calc((212/282) * 100%);
      position: relative;
      display: block;
      overflow: hidden; }
      .news-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) {
      .news-img:hover .box img {
        -webkit-transform: translate(-50%, -50%) scale(1.05);
        transform: translate(-50%, -50%) scale(1.05); }
      .news-img:hover .news-hover {
        opacity: 1;
        visibility: visible; } }
  .news-hover {
    position: absolute;
    inset: 0;
    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;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
  .news-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.5rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .news-cate {
    cursor: pointer;
    font-size: 1.4rem;
    color: #3C90B1; }
  .news-date {
    font-size: 1.4rem;
    color: #A7A7A7; }
  .news-name {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-size: 1.4rem; }
    @media (hover: hover) {
      .news-name:hover {
        color: #2B32B2; } }
  .news .s-pagi {
    margin-top: 4rem; }
  .news-dm-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .news-dm-item {
    padding: 0.5rem 0;
    display: block;
    color: #041E42;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    @media (hover: hover) {
      .news-dm-item:hover {
        color: #0A40F1; } }
    .news-dm-item.active {
      color: #0A40F1;
      font-weight: 600; }
  .news-nb-list {
    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.5rem; }
  .news-nb .news-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    padding: 0; }
  .news-nb .news-img {
    width: 7rem;
    height: 7rem; }
    .news-nb .news-img .box {
      padding-top: 100%; }
  .news-nb .news-desc {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .news-nb .news-cate {
    display: none; }
  .news-nb .news-hover {
    display: none; }
  .news-tk-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem; }
    .news-tk-list .btn, .news-tk-list .btn-pri, .news-tk-list .btn-second, .news-tk-list .btn-thir {
      height: auto;
      min-height: 4.4rem; }
      .news-tk-list .btn .text, .news-tk-list .btn-pri .text, .news-tk-list .btn-second .text, .news-tk-list .btn-thir .text {
        font-size: 1.4rem;
        font-weight: 400;
        white-space: wrap; }
  .news-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .news-link-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 2rem; }
    .news-link-item {
      width: 3rem;
      height: 3rem;
      border-radius: 100rem;
      border: 0.1rem solid #a2a2a2;
      padding: 0.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; }
      .news-link-item .icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .news-link-item img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        -webkit-filter: brightness(0) saturate(100%) invert(68%) sepia(4%) saturate(21%) hue-rotate(3deg) brightness(96%) contrast(86%);
        filter: brightness(0) saturate(100%) invert(68%) sepia(4%) saturate(21%) hue-rotate(3deg) brightness(96%) contrast(86%); }
      @media (hover: hover) {
        .news-link-item:hover {
          border-color: #9DB3F9; }
          .news-link-item:hover img {
            -webkit-filter: brightness(0) saturate(100%) invert(76%) sepia(17%) saturate(3686%) hue-rotate(191deg) brightness(103%) contrast(95%);
            filter: brightness(0) saturate(100%) invert(76%) sepia(17%) saturate(3686%) hue-rotate(191deg) brightness(103%) contrast(95%); } }

.dnews-more .txt {
  color: #626974;
  display: inline-block; }
  .dnews-more .txt:last-child {
    padding-left: 1rem;
    margin-left: 1rem;
    position: relative; }
    .dnews-more .txt:last-child:before {
      position: absolute;
      content: "";
      height: 1rem;
      width: 1rem;
      border-radius: 100rem;
      background-color: #EBEBEB;
      left: -0.5rem;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }

.dnews-name {
  font-size: 3rem;
  font-weight: 700;
  color: #383838;
  margin-bottom: 2rem; }
  @media only screen and (max-width: 1200px) {
    .dnews-name {
      font-size: 2.7rem; } }
  @media only screen and (max-width: 800px) {
    .dnews-name {
      font-size: 2.4rem; } }

.dnews-img {
  border-radius: 0.8rem;
  width: 100%;
  margin-bottom: 2rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .dnews-img img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain; }

.dnews-box {
  padding-left: 1rem;
  border-left: 0.2rem solid #0A40F1;
  margin-bottom: 4rem; }

.dnews-ctn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.2rem;
  margin-bottom: 4rem; }

.dnews-ctn-left {
  width: calc((6/9) * 100%);
  padding: 0 1.2rem; }
  .dnews-ctn-left .dnews-img {
    margin-bottom: 0; }

.dnews-ctn-right {
  padding: 0 1.2rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.dnews-slogan {
  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;
  height: 100%;
  width: 100%; }
  .dnews-slogan-de {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0;
    width: 50%; }
  .dnews-slogan .txt {
    position: relative;
    z-index: 2; }

.faq-item {
  border-top: 0.1rem solid #E1E3E8;
  padding-bottom: 2.4rem; }
  .faq-item-top {
    padding: 2.4rem 0;
    padding-bottom: 0;
    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; }
    .faq-item-top .txt {
      font-size: 2.4rem;
      font-weight: 600;
      color: #383838; }
      @media only screen and (max-width: 1200px) {
        .faq-item-top .txt {
          font-size: 2rem; } }
      @media only screen and (max-width: 800px) {
        .faq-item-top .txt {
          font-size: 1.7rem; } }
    .faq-item-top .icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .faq-item-top .icon i {
        font-size: 2rem; }
        @media only screen and (max-width: 1200px) {
          .faq-item-top .icon i {
            font-size: 1.8rem; } }
        @media only screen and (max-width: 800px) {
          .faq-item-top .icon i {
            font-size: 1.6rem; } }
      .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: 2.4rem; }

.renews-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.2rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 3rem; }
  .renews-list .news-item {
    width: 25%; }
    @media screen and (max-width: 768px) {
      .renews-list .news-item {
        width: calc(100% / 3); } }
    @media screen and (max-width: 550px) {
      .renews-list .news-item {
        width: 50%; } }

.poli {
  overflow: hidden; }
  .poli-wrap {
    padding: 4rem 0;
    padding-bottom: 8rem; }
  .poli-flex {
    padding-top: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.2rem; }
    @media screen and (max-width: 768px) {
      .poli-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 2rem; } }
  .poli-left {
    width: calc((3/12) * 100%);
    padding: 0 1.2rem; }
    .poli-left .title {
      font-weight: 800;
      color: #041E42; }
    @media screen and (max-width: 768px) {
      .poli-left {
        width: 100%; } }
  .poli-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 1.2rem; }
  .poli-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .poli-item {
    padding: 0.5rem 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: #6F6F6F; }
    @media (hover: hover) {
      .poli-item:hover {
        color: #0A40F1; } }
    .poli-item.active {
      color: #0A40F1;
      font-weight: 600; }
  .poli-ctn > .title {
    line-height: 1;
    margin-bottom: 3rem; }
  .poli-ctn .subtitle {
    font-size: 2rem;
    font-weight: 700;
    color: #161616;
    margin-bottom: 2rem; }
    @media only screen and (max-width: 1200px) {
      .poli-ctn .subtitle {
        font-size: 1.8rem; } }
    @media only screen and (max-width: 800px) {
      .poli-ctn .subtitle {
        font-size: 1.6rem; } }
  .poli-ctn ul {
    list-style: disc;
    padding-left: 2rem;
    margin-bottom: 3rem; }
    .poli-ctn ul li {
      color: #383838; }

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

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

.f-title {
  font-family: "Lato"; }

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

.o-hidden {
  overflow: hidden; }

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

.c-second {
  color: #1488CC; }

.c-four {
  color: #111927; }

.c-five {
  color: #03103C; }

.c-text {
  color: #383838; }

.c-white {
  color: #ffffff; }

.c-black {
  color: #242424; }

.c-grey {
  color: #EBEBEB; }

.c-red {
  color: #E52346; }

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

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

.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-second, .trans.btn-thir {
  border: 0.1rem solid #2B32B2; }

.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-second, .bg-sec.btn-thir {
  background-color: #1488CC;
  -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-second .text, .bg-sec.btn-thir .text {
    color: #2B32B2;
    -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-second:hover .text, .bg-sec.btn-thir: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); }

.pcart {
  overflow: hidden; }
  .pcart .breadcrumb {
    margin-top: 4rem;
    margin-bottom: 2.4rem; }
  .pcart .woocommerce-message {
    margin-bottom: 0; }
  .pcart .cartod-dt-btns:before {
    display: none !important; }
  .pcart .cartod-dt-form .button {
    background: none !important; }
  .pcart .cartod-dt-control input {
    height: unset !important; }
  .pcart .cartod-prds table tbody tr td .remove {
    background: none !important;
    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-size: 1.6rem; }
  .pcart .cartod-dt-inner .btn, .pcart .cartod-dt-inner .btn-pri, .pcart .cartod-dt-inner .btn-second, .pcart .cartod-dt-inner .btn-thir {
    margin: 0 !important; }
  .pcart .cartod {
    overflow: visible; }
    .pcart .cartod-wrap {
      padding-top: 0; }
  .pcart .checkout_coupon {
    width: 50%;
    margin: 0 auto !important;
    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;
    gap: 1rem; }
    .pcart .checkout_coupon .clear {
      display: none; }
    .pcart .checkout_coupon p {
      text-align: center;
      font-weight: 500; }
    .pcart .checkout_coupon .form-row {
      width: 100%;
      margin: 0 !important; }
      .pcart .checkout_coupon .form-row .button {
        height: 4.4rem !important;
        background: #1488CC;
        border-radius: 0.4rem;
        border: none;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        background-size: 300% 100%;
        background-image: -webkit-gradient(linear, right top, left top, color-stop(-0.87%, #2B32B2), color-stop(99.05%, #1488CC)) !important;
        background-image: linear-gradient(270deg, #2B32B2 -0.87%, #1488CC 99.05%) !important;
        color: #fff !important; }
        @media (hover: hover) {
          .pcart .checkout_coupon .form-row .button:hover {
            background-position: 100% 0;
            -webkit-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out; } }
    .pcart .checkout_coupon .form-row-first {
      border: 0.1rem dashed #c2c2c2;
      background-color: white;
      padding: 0 0.5rem; }
      .pcart .checkout_coupon .form-row-first input {
        border: none !important;
        height: 4.8rem !important; }

.checkout form .form-row {
  padding: 0 1.2rem !important; }

.checkout .woocommerce-additional-fields .form-row {
  padding: 0 !important; }

.checkout .carts-od #order_review {
  background: #ffffff;
  padding: 3rem 2rem;
  border-radius: 0.8rem;
  -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; }
  @media screen and (max-width: 768px) {
    .checkout .carts-od #order_review {
      padding: 2rem 1rem; } }
  .checkout .carts-od #order_review .cartod-dt-inner {
    background: none;
    padding: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .checkout .carts-od #order_review .cartod-dt-btns {
    background: none;
    padding: 0;
    margin: 0; }

.checkout-list .ip-control {
  padding: 0 1.2rem !important; }
  @media screen and (max-width: 768px) {
    .checkout-list .ip-control {
      padding: 0 0.5rem !important; } }

.woocommerce-shipping-fields {
  margin-top: 1rem; }
  .woocommerce-shipping-fields .checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem; }
    .woocommerce-shipping-fields .checkbox input {
      -webkit-appearance: unset !important;
      -moz-appearance: unset !important;
      appearance: unset !important;
      width: 1.6rem;
      height: 1.6rem;
      border-radius: 0.3rem;
      background-color: transparent;
      border: 0.1rem solid #A7A7A7;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin: 0;
      cursor: pointer;
      padding: 0; }
      .woocommerce-shipping-fields .checkbox input:checked {
        background-color: #2B32B2; }

.woocommerce-shipping-totals .checkout-ctn .recheck-item input {
  display: none; }

.checkout-box .woocommerce-checkout-payment input {
  display: none; }

.checkout-box .checkout-ctn {
  background: none !important; }

.pro-box .pro-action .btn-cart {
  background: none !important;
  min-width: unset !important; }
  .pro-box .pro-action .btn-cart .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; }

.pdp-info .variations tbody tr {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.8rem; }
  .pdp-info .variations tbody tr th {
    text-align: left; }

.checkout-box-hd-js .checkout-ctn,
.checkout-box-hd-js .checkout-ly {
  display: none; }

.poli-left .menu-item.current-menu-item a {
  color: #0A40F1;
  font-weight: 600; }

.poli-left .menu-item a {
  padding: 0.5rem 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #6F6F6F;
  display: block; }
  @media (hover: hover) {
    .poli-left .menu-item a:hover {
      color: #0A40F1; } }

.bra-img {
  display: block; }

.pro-item {
  height: 100%; }

.header-srch .srch-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: 2rem; }

.header-srch .srch-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem; }
  .header-srch .srch-item .srch-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 0.4rem;
    overflow: hidden;
    padding-top: 25%;
    position: relative; }
    .header-srch .srch-item .srch-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; }
  .header-srch .srch-item .srch-ctn {
    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;
    gap: 1rem; }
  .header-srch .srch-item .srch-name {
    font-weight: 600;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    @media (hover: hover) {
      .header-srch .srch-item .srch-name:hover {
        color: #2B32B2; } }
  .header-srch .srch-item .srch-link {
    text-decoration: underline;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    @media (hover: hover) {
      .header-srch .srch-item .srch-link:hover {
        color: #2B32B2; } }

.footer-col .menu {
  margin-top: 1rem; }

.pcate-list .pro-item,
.sug-list .pro-item {
  height: auto; }

.woocommerce-order-details {
  margin-top: 2rem; }

.woocommerce-order-details__title {
  font-weight: 600;
  font-size: 2.4rem;
  margin-bottom: 1rem; }
  @media only screen and (max-width: 1200px) {
    .woocommerce-order-details__title {
      font-size: 2rem; } }
  @media only screen and (max-width: 800px) {
    .woocommerce-order-details__title {
      font-size: 1.7rem; } }

.woocommerce-column__title {
  font-weight: 600;
  font-size: 2.4rem;
  margin-bottom: 1rem; }
  @media only screen and (max-width: 1200px) {
    .woocommerce-column__title {
      font-size: 2rem; } }
  @media only screen and (max-width: 800px) {
    .woocommerce-column__title {
      font-size: 1.7rem; } }

.woocommerce-columns--addresses {
  margin-bottom: 2rem !important; }

.woocommerce-customer-details address {
  background: #fff;
  border: 0.1rem solid #dedede !important;
  padding: 1.2rem !important;
  border-radius: 0.4rem !important;
  min-height: 25rem; }

.woocommerce-table--order-details {
  border-radius: 0.4rem !important;
  overflow: hidden; }
  .woocommerce-table--order-details thead tr {
    background: -webkit-gradient(linear, left top, right top, color-stop(-0.87%, #2B32B2), color-stop(99.05%, #1488CC));
    background: linear-gradient(-270deg, #2B32B2 -0.87%, #1488CC 99.05%); }
    .woocommerce-table--order-details thead tr th {
      background: none !important; }
  .woocommerce-table--order-details tfoot tr th {
    background: -webkit-gradient(linear, left top, right top, color-stop(-0.87%, #2B32B2), color-stop(99.05%, #1488CC)) !important;
    background: linear-gradient(-270deg, #2B32B2 -0.87%, #1488CC 99.05%) !important; }

.pro-action form.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.pro-img .box {
  border: 1px solid rgba(99, 99, 99, 0.1); }

.pfcus-his-table table tbody tr .bx-link {
  background: none !important;
  font-weight: 500; }
  @media (hover: hover) {
    .pfcus-his-table table tbody tr .bx-link:hover {
      color: #2B32B2 !important; } }

.pfcus-right .pfcus-his-table {
  margin-top: 0; }

@media screen and (max-width: 500px) {
  .checkout-box .woocommerce-billing-fields .ip-control.x2 {
    width: 100% !important; } }

.checkout-box .woocommerce-shipping-fields .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1.2rem !important;
  row-gap: 2.4rem; }
  @media screen and (max-width: 768px) {
    .checkout-box .woocommerce-shipping-fields .row {
      row-gap: 1.5rem;
      margin: 0 -0.5rem !important; } }
  .checkout-box .woocommerce-shipping-fields .row .ip-control.x2 {
    width: 50% !important;
    padding: 0 1.2rem !important;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    @media screen and (max-width: 768px) {
      .checkout-box .woocommerce-shipping-fields .row .ip-control.x2 {
        padding: 0 0.5rem !important; } }
    @media screen and (max-width: 500px) {
      .checkout-box .woocommerce-shipping-fields .row .ip-control.x2 {
        width: 100% !important; } }

.woocommerce-shipping-fields .checkbox input {
  position: relative; }

.woocommerce-shipping-fields .checkbox input::before {
  font-family: "Font Awesome 5 Pro";
  opacity: 0;
  content: "\f00c";
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

.woocommerce-shipping-fields .checkbox input:checked::before {
  opacity: 1; }

.carts-od .checkout-ctn {
  background: none !important; }
  .carts-od .checkout-ctn .cartod-dt-btns::after {
    display: none; }
  .carts-od .checkout-ctn .cartod-dt-btns .btn, .carts-od .checkout-ctn .cartod-dt-btns .btn-pri, .carts-od .checkout-ctn .cartod-dt-btns .btn-second, .carts-od .checkout-ctn .cartod-dt-btns .btn-thir {
    margin: 0 !important; }

.price .info-price-current.price-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .price .info-price-current.price-new ins {
    text-decoration: none; }
  .price .info-price-current.price-new del {
    color: #A1A3AB;
    text-decoration: none; }
    .price .info-price-current.price-new del bdi {
      color: #A1A3AB;
      font-size: 1.4rem;
      text-decoration: line-through;
      font-weight: 400; }

.pdp-info .variations tbody tr:nth-child(2) {
  margin-top: 1rem; }

.pdp-info .variations tbody tr .label {
  font-weight: 600; }

.pdp-info .variations tbody .rtwpvs-term {
  font-weight: 600;
  height: 4.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;
  border: 0.1rem solid #EBEBEB;
  border-radius: 0.4rem !important;
  color: #EBEBEB;
  padding: 1rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }
  .pdp-info .variations tbody .rtwpvs-term .rtwpvs-term-span {
    color: #EBEBEB !important; }
  @media (hover: hover) {
    .pdp-info .variations tbody .rtwpvs-term:hover {
      outline: none;
      -webkit-box-shadow: none !important;
      box-shadow: none !important; } }
  .pdp-info .variations tbody .rtwpvs-term.selected {
    background: -webkit-gradient(linear, right top, left top, color-stop(-0.87%, #2B32B2), color-stop(99.05%, #1488CC));
    background: linear-gradient(270deg, #2B32B2 -0.87%, #1488CC 99.05%);
    color: #fff;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
    .pdp-info .variations tbody .rtwpvs-term.selected .rtwpvs-term-span {
      color: #fff !important; }

.pdp-info .variations tbody .rtwpvs-term {
  height: 4rem !important; }

@media screen and (max-width: 768px) {
  .pdp-img .box {
    padding-top: 75%; }
  .pdp-flex {
    row-gap: 1.5rem; }
  .pdp-left {
    row-gap: 1.5rem; }
  .pdp-code {
    margin-bottom: 1rem; }
  .pdp-name {
    margin-bottom: 0.8rem; }
  .pdp-byt {
    padding: 0.5rem 1rem;
    font-size: 1.4rem; }
  .pdp-row,
  .pdp-byt,
  .pdp-price {
    margin-bottom: 1rem; }
  .pdp-info .variations tbody tr .label {
    font-size: 1.4rem; }
  .spro-slide {
    margin-top: 3rem; } }

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

.pinfo-rv-main > .txt a {
  font-weight: 500;
  text-decoration: underline; }

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

.news-tk .topsearch-inner > .title {
  font-size: 2rem;
  font-weight: 700;
  color: #383838; }
  @media only screen and (max-width: 1200px) {
    .news-tk .topsearch-inner > .title {
      font-size: 1.8rem; } }
  @media only screen and (max-width: 800px) {
    .news-tk .topsearch-inner > .title {
      font-size: 1.6rem; } }

.news-tk .news-tk-list,
.news-tk .footer-srch {
  gap: 1.5rem; }
  .news-tk .news-tk-list .btn, .news-tk .news-tk-list .btn-pri, .news-tk .news-tk-list .btn-second, .news-tk .news-tk-list .btn-thir,
  .news-tk .footer-srch .btn,
  .news-tk .footer-srch .btn-pri,
  .news-tk .footer-srch .btn-second,
  .news-tk .footer-srch .btn-thir {
    padding: 0.5rem 1rem;
    min-height: 4rem !important; }

.header-control-item .icon .num {
  min-width: 1.7rem;
  line-height: 1.1; }

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