@charset "UTF-8";
@import url("../assets/library/fontawesome/css/all.css");
@import url("../assets/library/fontawesome/fontawesome/fontawesome.css");
@import url("../assets/library/aos/aos.css");
@import url("../assets/library/swiper/swiper-bundle.min.css");
@import url("../assets/library/select2/select2.min.css");
@import url("../assets/library/gallery/lightgallery.min.css");
@import url("../assets/library/fancybox/fancybox.css");
@import url("../assets/library/datetime/daterangepicker.css");
@import url("../assets/font/Inter/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: 13rem;
  --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: 768px) {
    :root {
      --size-hd: 7rem; } }
  @media (max-width: 1230px) {
    :root {
      --rewidth: 1.5rem; } }
  @media (max-width: 1240px) {
    :root {
      --recont: calc(100%); } }

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

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

body {
  font-family: 'Inter';
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
  color: #334155;
  overflow: hidden auto;
  background: #F0F1F2; }
  @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: 'Inter'; }

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Inter';
  padding: 1rem; }
  input:focus,
  textarea:focus {
    border: 0.1rem solid #01677D;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

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

.container {
  width: 100%;
  max-width: 126rem;
  height: 100%;
  margin: 0 auto;
  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;
  background: #003E4B; }
  .header.sticky {
    height: calc(var(--size-hd));
    margin-top: -3rem; }
    @media screen and (max-width: 1200px) {
      .header.sticky {
        margin-top: 0; } }
    @media (hover: hover) {
      .header.sticky .header-nav .menu-nav > .menu-list > .menu-item:hover .menu-link {
        color: #003E4B !important; } }
    .header.sticky .header-search .btn-icon {
      border: 0.1rem solid #01677D; }
      .header.sticky .header-search .btn-icon i {
        color: #01677D; }
  .header-top {
    width: 100%;
    height: 3rem;
    position: relative;
    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: 768px) {
      .header-top {
        display: none; } }
    .header-top::before {
      position: absolute;
      content: "";
      width: 100vw;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: 0;
      background: rgba(148, 163, 184, 0.2);
      height: 1px; }
    .header-top-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 0.8rem; }
      .header-top-item .icon {
        width: 1.5rem;
        height: 1.5rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .header-top-item .icon img {
          width: 100%;
          height: 100%;
          -o-object-fit: contain;
          object-fit: contain; }
      .header-top-item .txt {
        line-height: 1;
        font-size: 1.4rem;
        color: #fff; }
  @media screen and (min-width: 1200px) {
    .header-burger {
      display: none; } }
  .header-wrapper {
    position: relative;
    z-index: 98;
    height: 5rem;
    padding: 0.5rem 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    @media screen and (max-width: 1200px) {
      .header-wrapper {
        padding: 1rem 0; } }
    @media screen and (max-width: 768px) {
      .header-wrapper {
        height: 100%; } }
  .header-bot {
    height: 5rem;
    padding: 0.5rem 0;
    width: 100%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .header-bot::before {
      position: absolute;
      content: "";
      width: 100vw;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      top: 0;
      background: rgba(148, 163, 184, 0.2);
      height: 1px; }
    .header-bot-left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 1.5rem; }
    .header-bot-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .header-bot-right > .menu-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%; }
        .header-bot-right > .menu-list > .menu-item {
          position: relative;
          padding: 0 1.5rem;
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .header-bot-right > .menu-list > .menu-item::before {
            height: 70%;
            width: 0.1rem;
            background-color: #fff;
            position: absolute;
            content: "";
            right: 0; }
          .header-bot-right > .menu-list > .menu-item > .menu-link {
            color: #fff;
            font-size: 1.4rem;
            line-height: 1;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            gap: 0.5rem; }
            .header-bot-right > .menu-list > .menu-item > .menu-link i {
              color: #fff;
              font-size: 1.4rem;
              -webkit-transition: 0.3s ease;
              transition: 0.3s ease; }
          .header-bot-right > .menu-list > .menu-item > .menu-list {
            position: absolute;
            top: 100%;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            width: -webkit-max-content;
            width: -moz-max-content;
            width: max-content;
            max-width: 20rem;
            -webkit-transition: 0.3s linear;
            transition: 0.3s linear;
            opacity: 0;
            visibility: hidden;
            background-color: #fff;
            padding: 1rem;
            border: 0.1rem solid rgba(0, 62, 75, 0.2);
            -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
            box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; }
            .header-bot-right > .menu-list > .menu-item > .menu-list .menu-link {
              display: block;
              padding: 0.5rem 0;
              position: relative;
              font-size: 1.4rem; }
              .header-bot-right > .menu-list > .menu-item > .menu-list .menu-link:before {
                position: absolute;
                content: "";
                bottom: 0.5rem;
                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: #003E4B; }
              @media (hover: hover) {
                .header-bot-right > .menu-list > .menu-item > .menu-list .menu-link:hover:before {
                  width: 100%; } }
          @media (hover: hover) {
            .header-bot-right > .menu-list > .menu-item:hover > .menu-list {
              opacity: 1;
              visibility: visible; }
            .header-bot-right > .menu-list > .menu-item:hover > .menu-link i {
              -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg); } }
    @media screen and (max-width: 1200px) {
      .header-bot {
        display: none; } }
  .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;
    max-width: 23.5rem; }
    @media screen and (max-width: 1200px) {
      .header-logo {
        border-right: unset;
        padding: unset;
        position: absolute;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        padding: 1rem 0; } }
  .header .custom-logo-link {
    display: block;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    height: inherit; }
    @media screen and (max-width: 500px) {
      .header .custom-logo-link {
        display: none; } }
    .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 .custom-logo-link.logo-mobile {
      display: none; }
      @media screen and (max-width: 500px) {
        .header .custom-logo-link.logo-mobile {
          display: block; } }
  .header-wrap {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 1200px) {
      .header-wrap {
        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;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    @media screen and (max-width: 1200px) {
      .header-gr {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        margin-left: auto; } }
  .header-nav {
    width: 100%; }
  .header-srch {
    position: relative; }
    .header-srch-re {
      position: absolute;
      width: 100%;
      top: 100%;
      left: 0;
      border-radius: 0 0 0.4rem 0.4rem;
      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;
      z-index: 99; }
      .header-srch-re:not(.open) {
        display: none; }
    .header-srch-input {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative; }
      .header-srch-input input {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        border: none;
        border-right: 0.1rem solid #01677D;
        height: 3.6rem;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        padding-right: 3.5rem; }
        .header-srch-input input:focus ~ .header-srch-re {
          opacity: 1;
          visibility: visible;
          -webkit-transform: translateY(0);
          transform: translateY(0); }
      .header-srch-input .icon-cam {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 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;
        width: 2rem;
        height: 2rem; }
      .header-srch-input .btn, .header-srch-input .btn-pri, .header-srch-input .btn-sec, .header-srch-input .btn-thir {
        width: 8rem;
        height: 3.6rem;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
  .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: 2.4rem;
        height: 2.4rem;
        border-radius: 100rem;
        border: 0.1rem solid transparent;
        position: relative;
        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-control-item .icon img {
          width: 100%;
          height: 100%;
          -o-object-fit: contain;
          object-fit: contain; }
        .header-control-item .icon .num {
          position: absolute;
          min-width: 1.5rem;
          border-radius: 100rem;
          background-color: #fff;
          color: #003E4B;
          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;
          line-height: 1.1;
          top: 0;
          left: 100%;
          -webkit-transform: translate(-60%, -15%);
          transform: translate(-60%, -15%); }
      .header-control-item .txt {
        font-size: 1.4rem;
        color: #fff; }
      .header-control-item.noti {
        position: relative;
        cursor: pointer; }
        .header-control-item.noti .noti-new {
          position: absolute;
          right: 0;
          top: 0;
          border-radius: 100rem;
          background-color: #ffff00;
          height: 0.5rem;
          width: 0.5rem; }
        .header-control-item.noti:hover .header-noti {
          opacity: 1;
          visibility: visible;
          -webkit-transform: translateY(0);
          transform: translateY(0); }
      .header-control-item.usr {
        position: relative; }
        .header-control-item.usr .icon i {
          font-size: 2.2rem;
          color: #fff; }
          @media only screen and (max-width: 1200px) {
            .header-control-item.usr .icon i {
              font-size: 2rem; } }
          @media only screen and (max-width: 800px) {
            .header-control-item.usr .icon i {
              font-size: 1.9rem; } }
        @media (hover: hover) {
          .header-control-item.usr .link:hover {
            text-decoration: underline;
            color: #0F172A; } }
      @media screen and (max-width: 768px) {
        .header-control-item.cart .txt {
          display: none; } }
      @media screen and (max-width: 1200px) {
        .header-control-item.usr {
          display: none; }
        .header-control-item.phone {
          display: none; } }
    .header-control-cart {
      position: relative; }
  .header-noti {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 25rem;
    padding-top: 1rem;
    opacity: 0;
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
    visibility: hidden;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    .header-noti-list {
      border-radius: 0.4rem;
      overflow: hidden;
      background: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 0.5rem 0; }
    .header-noti-item {
      display: block;
      padding: 1rem 2rem;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      font-weight: 600; }
      .header-noti-item:hover {
        color: #01677D; }
  .header-bctrol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.8rem;
    cursor: pointer;
    height: 100%; }
    .header-bctrol .icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 2.4rem;
      height: 2.4rem; }
      .header-bctrol .icon img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain; }
    .header-bctrol .txt {
      color: #fff;
      font-weight: 600;
      font-size: 1.4rem;
      line-height: 1; }
  .header-more {
    position: relative;
    padding: 0 1.5rem;
    border-right: 0.1rem solid #fff;
    height: 100%; }
    .header-more:last-child {
      padding-right: 0;
      border-right: none; }
    .header-more-top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 0.5rem;
      cursor: pointer;
      height: 100%; }
    .header-more .txt {
      color: #fff;
      font-size: 1.4rem;
      line-height: 1; }
    .header-more .icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .header-more .icon i {
        color: #fff;
        font-size: 1.4rem;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease; }
    .header-more-hover {
      position: absolute;
      top: 100%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      max-width: 20rem;
      -webkit-transition: 0.3s linear;
      transition: 0.3s linear;
      opacity: 0;
      visibility: hidden; }
    .header-more-inner {
      background-color: #fff;
      padding: 1rem;
      border: 0.1rem solid rgba(0, 62, 75, 0.2);
      -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; }
      .header-more-inner .menu-link {
        display: block;
        padding: 0.5rem 0;
        position: relative;
        font-size: 1.4rem; }
        .header-more-inner .menu-link:before {
          position: absolute;
          content: "";
          bottom: 0.5rem;
          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: #003E4B; }
        @media (hover: hover) {
          .header-more-inner .menu-link:hover:before {
            width: 100%; } }
    @media (hover: hover) {
      .header-more:hover .header-more-hover {
        opacity: 1;
        visibility: visible; }
      .header-more:hover .header-more-top i {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg); } }
  @media (hover: hover) {
    .header-mega:hover .mega-menu {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0);
      transform: translateY(0);
      display: block;
      -webkit-animation: showParentmega 0.3s linear;
      animation: showParentmega 0.3s linear; } }
  .header-usr {
    position: relative; }
    @media (hover: hover) {
      .header-usr:hover .header-usr-hover {
        opacity: 1;
        visibility: visible; } }
    .header-usr-hover {
      position: absolute;
      top: 100%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 20rem;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      opacity: 0;
      visibility: hidden; }
    .header-usr-inner {
      background: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      border-radius: 0.8rem;
      margin-top: 1rem;
      border: 0.1rem solid rgba(0, 62, 75, 0.2);
      -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
      box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; }
      .header-usr-inner .link {
        padding: 1rem;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        font-size: 1.4rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0.5rem; }
        @media (hover: hover) {
          .header-usr-inner .link:hover {
            background: rgba(0, 62, 75, 0.05); } }

.srch-inner {
  padding: 2.4rem;
  background: #f8fafc; }

.srch-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  padding: 1rem 0;
  border-bottom: 0.1rem solid #f1f5f9; }

.srch-img {
  width: 5rem;
  height: 5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden; }
  .srch-img img {
    height: 100% !important;
    -o-object-fit: contain;
    object-fit: contain; }

.srch-name {
  color: #151515;
  font-size: 1.4rem;
  font-weight: 600;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  @media (hover: hover) {
    .srch-name:hover {
      color: #01677D; } }

.srch-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;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

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

.srch-info .txt {
  font-size: 1.2rem;
  color: #686868; }

.srch-link {
  color: #64748b;
  margin-left: auto;
  font-size: 1.4rem;
  text-decoration: underline; }

.srch-viewmore {
  color: #64748b;
  font-size: 1.4rem;
  text-decoration: underline;
  margin-top: 1.6rem;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  @media (hover: hover) {
    .srch-viewmore:hover {
      color: #0F172A; } }

.mega-menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: calc(97vh - var(--size-hd));
  background: #fff;
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  opacity: 0;
  visibility: hidden;
  display: none; }
  .mega-menu::after {
    position: absolute;
    content: "";
    left: 0;
    top: -2rem;
    height: 2rem;
    width: 16rem; }
  .mega-menu-wrap {
    background-color: #fff;
    height: 100%;
    overflow: hidden;
    width: 100%; }
  .mega-menu-flex {
    height: 100%; }
    .mega-menu-flex > .menu-list {
      width: 25rem;
      max-height: 100%;
      overflow: hidden auto; }
      .mega-menu-flex > .menu-list > .menu-item {
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        .mega-menu-flex > .menu-list > .menu-item > .menu-link {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          height: 5.8rem;
          -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;
          padding: 1.5rem;
          font-size: 1.4rem; }
          .mega-menu-flex > .menu-list > .menu-item > .menu-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: 2.4rem;
            height: 2.4rem;
            padding: 0.2rem; }
            .mega-menu-flex > .menu-list > .menu-item > .menu-link .icon img {
              width: 100%;
              -o-object-fit: contain;
              object-fit: contain;
              height: 100%; }
        @media (hover: hover) {
          .mega-menu-flex > .menu-list > .menu-item:hover {
            background-color: #01677D; }
            .mega-menu-flex > .menu-list > .menu-item:hover > .menu-link {
              color: #fff; }
              .mega-menu-flex > .menu-list > .menu-item:hover > .menu-link .icon img {
                -webkit-filter: brightness(0) saturate(100%) invert(96%) sepia(100%) saturate(0%) hue-rotate(90deg) brightness(110%) contrast(101%);
                filter: brightness(0) saturate(100%) invert(96%) sepia(100%) saturate(0%) hue-rotate(90deg) brightness(110%) contrast(101%); }
            .mega-menu-flex > .menu-list > .menu-item:hover .mega-hover {
              opacity: 1;
              visibility: visible !important;
              -webkit-transform: translateX(0);
              transform: translateX(0);
              display: block; } }
        .mega-menu-flex > .menu-list > .menu-item.active .mega-hover {
          opacity: 1;
          visibility: visible !important;
          -webkit-transform: scale(1);
          transform: scale(1);
          display: block; }

.mega-bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.2rem;
  margin-top: 3rem; }
  .mega-bot-left {
    padding: 0 1.2rem;
    width: 50%; }
  .mega-bot-right {
    padding: 0 1.2rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .mega-bot-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    .mega-bot-img img {
      width: 100%;
      -o-object-fit: contain;
      object-fit: contain; }

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

.mega-col {
  width: calc(100% / 3);
  padding: 0 1.2rem; }
  .mega-col > .menu-list > .menu-item > .menu-link {
    color: #0F172A !important;
    font-size: 1.4rem;
    font-weight: 500;
    padding-bottom: 0.8rem;
    display: block;
    border-bottom: 0.1rem solid #E2E8F0; }
  .mega-col > .menu-list > .menu-item .menu-list {
    margin-top: 1.2rem; }
  .mega-col > .menu-list > .menu-item .menu-link {
    color: #334155;
    font-size: 1.4rem;
    display: block;
    padding: 0.5rem 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    @media (hover: hover) {
      .mega-col > .menu-list > .menu-item .menu-link:hover {
        color: #01677D;
        text-decoration: underline; } }

.mega-hover {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: calc(100% - 25rem);
  padding: 1.6rem;
  background: #fff;
  -webkit-animation: showmega 0.3s linear;
  animation: showmega 0.3s linear;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden; }
  .mega-hover-inner {
    max-height: 100%;
    overflow: hidden auto;
    padding-right: 1rem;
    margin-right: -1rem; }

.mega-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -3rem;
  row-gap: 2.5rem;
  margin-top: 4rem; }
  .mega-brand-item {
    width: calc(100% / 3);
    padding: 0 3rem; }
    .mega-brand-item img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain; }
    @media (hover: hover) {
      .mega-brand-item:hover img {
        -webkit-filter: brightness(0) saturate(100%) invert(20%) sepia(75%) saturate(2813%) hue-rotate(173deg) brightness(93%) contrast(99%);
        filter: brightness(0) saturate(100%) invert(20%) sepia(75%) saturate(2813%) hue-rotate(173deg) brightness(93%) contrast(99%); } }

@-webkit-keyframes showmega {
  0% {
    -webkit-transform: translateY(2rem);
    transform: translateY(2rem);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1; } }

@keyframes showmega {
  0% {
    -webkit-transform: translateY(2rem);
    transform: translateY(2rem);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1; } }

@-webkit-keyframes showParentmega {
  0% {
    -webkit-transform: translateY(2rem);
    transform: translateY(2rem);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes showParentmega {
  0% {
    -webkit-transform: translateY(2rem);
    transform: translateY(2rem);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

.footer-main {
  padding: 4rem 0;
  background: #003E4B; }

.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: 992px) {
    .footer-col {
      width: 50% !important;
      -webkit-box-flex: unset;
      -ms-flex: unset;
      flex: unset; } }
  @media screen and (max-width: 520px) {
    .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 .txt, .footer-col .textwidget {
    color: #f1f5f9;
    font-size: 1.4rem; }
  .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 {
        max-width: 100%;
        display: block;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        color: #f1f5f9;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        position: relative;
        padding: 0.4rem 0;
        font-size: 1.4rem; }
        .footer-col .menu-list .menu-item .menu-link:before, .footer-col .menu-list .menu-item a:before, .footer-col .menu .menu-item .menu-link:before, .footer-col .menu .menu-item a:before {
          position: absolute;
          content: "";
          bottom: 0.3rem;
          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: #F8FAFC; }
        @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 {
            color: #F8FAFC; }
            .footer-col .menu-list .menu-item .menu-link:hover:before, .footer-col .menu-list .menu-item a:hover:before, .footer-col .menu .menu-item .menu-link:hover:before, .footer-col .menu .menu-item a:hover:before {
              width: 100%; } }

.footer-logo {
  margin-bottom: 1rem; }
  .footer-logo .custom-logo-link {
    display: block; }

.footer-title {
  font-weight: 600;
  color: #F8FAFC; }

.footer-social {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem; }
  .footer-social-item {
    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; }
    .footer-social-item img {
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
    @media (hover: hover) {
      .footer-social-item:hover img {
        -webkit-transform: translateY(-0.5rem);
        transform: translateY(-0.5rem); } }

.footer-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.footer-qr {
  margin-top: 1rem;
  width: 70%; }
  .footer-qr img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain; }

.footer-bot {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 0.1rem solid #cbd5e1; }
  .footer-bot .menu-list, .footer-bot .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 1rem; }
    .footer-bot .menu-list .menu-item .menu-link, .footer-bot .menu-list .menu-item a, .footer-bot .menu .menu-item .menu-link, .footer-bot .menu .menu-item a {
      color: #F8FAFC;
      font-size: 1.4rem;
      padding: 0 1rem;
      display: block;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      position: relative; }
      @media (hover: hover) {
        .footer-bot .menu-list .menu-item .menu-link:hover, .footer-bot .menu-list .menu-item a:hover, .footer-bot .menu .menu-item .menu-link:hover, .footer-bot .menu .menu-item a:hover {
          text-decoration: underline; } }
    .footer-bot .menu-list .menu-item:not(:last-child) .menu-link, .footer-bot .menu-list .menu-item:not(:last-child) a, .footer-bot .menu .menu-item:not(:last-child) .menu-link, .footer-bot .menu .menu-item:not(:last-child) a {
      border-right: 0.1rem solid #F8FAFC; }

.ft-tag {
  padding: 1rem;
  background: #ffff00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }
  .ft-tag .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 2rem;
    height: 2rem; }
    .ft-tag .icon img {
      -o-object-fit: contain;
      object-fit: contain;
      width: 100%; }
  .ft-tag .txt {
    line-height: 1;
    color: #000;
    font-size: 1.4rem;
    font-weight: 600; }
  @media (hover: hover) {
    .ft-tag:hover .icon img {
      -webkit-animation: shake-bottom 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both infinite;
      animation: shake-bottom 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both infinite; } }

@-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 2024-2-2 14:13:36
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation shake-bottom
 * ----------------------------------------
 */
.shake-bottom {
  -webkit-animation: shake-bottom 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  animation: shake-bottom 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both; }

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

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

.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: #F8FAFC; }
    .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: #01677D;
      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 {
      padding: 1rem;
      background: #003E4B; }
    .mobile-con .custom-logo-link {
      display: block !important; }
  .mobile-heading {
    font-size: 1.8rem;
    line-height: 1.5;
    color: #01677D;
    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-lg {
    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;
    padding: 0 1rem;
    gap: 1rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .mobile-lg-item {
      padding: 1rem;
      position: relative;
      font-size: 1.4rem; }
      .mobile-lg-item:first-child::before {
        position: absolute;
        content: "";
        right: 0;
        height: 60%;
        width: 0.1rem;
        background: #01677D;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
      @media (hover: hover) {
        .mobile-lg-item:hover {
          text-decoration: underline; } }
  .mobile-mxh {
    width: 100%;
    row-gap: 2rem;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem;
    background-color: white; }
    .mobile-mxh .header-top-item {
      width: 50%; }
      @media screen and (max-width: 400px) {
        .mobile-mxh .header-top-item {
          width: 100%; } }
      .mobile-mxh .header-top-item .icon img {
        -webkit-filter: brightness(0) saturate(100%) invert(5%) sepia(61%) saturate(1209%) hue-rotate(194deg) brightness(100%) contrast(94%);
        filter: brightness(0) saturate(100%) invert(5%) sepia(61%) saturate(1209%) hue-rotate(194deg) brightness(100%) contrast(94%); }
      .mobile-mxh .header-top-item .txt {
        color: #0F172A; }
  .mobile-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 4.4rem;
    height: 4.4rem;
    padding: 1.5rem;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    cursor: pointer;
    z-index: 5; }
    .mobile-close img {
      -webkit-filter: brightness(0) invert(1);
      filter: brightness(0) invert(1); }
    .mobile-close .icon, .mobile-close i {
      -webkit-transition: 0.6s ease-in-out;
      transition: 0.6s ease-in-out;
      font-weight: 500;
      font-size: 2.2rem;
      color: #F8FAFC; }

@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.dropdown:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 100%;
        left: 0;
        visibility: hidden; }
      .header-nav .menu-nav > .menu-list > .menu-item.dropdown:hover:before {
        visibility: visible; }
      .header-nav .menu-nav > .menu-list > .menu-item:hover > a {
        color: #01677D; }
        .header-nav .menu-nav > .menu-list > .menu-item:hover > a i {
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
          color: #01677D; }
      .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: #0F172A;
        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: #01677D;
          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: #01677D;
        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: #003E4B; }
  .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: #01677D;
    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: #01677D; }
  .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: #01677D; }

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

.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: #0F172A;
  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;
  color: #0F172A;
  font-weight: 600;
  text-transform: uppercase;
  padding: 1rem; }
  .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;
  margin-left: 2rem; }
  .mobile-nav .menu-item > .menu-list > .menu-item > .menu-link {
    font-weight: 400;
    font-size: 1.4rem;
    color: #0F172A; }

.mobile-nav .header-srch {
  border-bottom: 1px solid #94A3B8; }

.mobile-nav .header-control-item.usr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }
  .mobile-nav .header-control-item.usr .txt {
    color: #0F172A; }

.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: 50rem;
    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;
    background-color: #fff;
    padding: 2.4rem; }
    .popup-main.med {
      width: 90rem; }
    .popup-main.small {
      width: 80rem; }
  .popup-over {
    overflow-y: auto;
    max-height: 80vh;
    overflow: hidden; }
  .popup-wrapper {
    width: 100%;
    min-height: 30vh;
    position: relative;
    border-radius: 6px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center; }
  .popup-title {
    font-size: 2.4rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1.6rem; }
    @media only screen and (max-width: 1200px) {
      .popup-title {
        font-size: 2rem; } }
    @media only screen and (max-width: 800px) {
      .popup-title {
        font-size: 1.7rem; } }
  .popup-close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 3rem;
    height: 3rem;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    z-index: 100; }
    .popup-close:hover .icon {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
    .popup-close .icon {
      color: #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 #01677D;
      height: 4.4rem; }
    .popup-search-input .btn, .popup-search-input .btn-pri, .popup-search-input .btn-sec, .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: #01677D;
        color: #F8FAFC;
        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: #F8FAFC; }
    @media screen and (min-width: 1201px) {
      .popup-bg .form-list {
        --gutter-y: 3rem; } }
    .popup-bg .bd-ln {
      margin-top: 4rem; }
  .popup-apply-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    margin-top: 4rem; }
    .popup-apply-btn .popup-close {
      inset: 0;
      position: relative; }
    .popup-apply-btn .btn-pri {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
  .popup-apply-step2 .popup-apply-btn {
    margin-top: 3rem; }
  .popup-apply-step2 .btn, .popup-apply-step2 .btn-pri, .popup-apply-step2 .btn-sec, .popup-apply-step2 .btn-thir {
    margin: 0 auto; }
  .popup-pss .popup-main {
    width: 82rem;
    padding: 0; }
  .popup-com {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .popup-com-icon {
      width: 50%;
      min-width: 9rem;
      height: 9rem; }
      .popup-com-icon img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain; }
    .popup-com-control {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 1rem;
      width: 100%;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .popup-com-control .btn, .popup-com-control .btn-pri, .popup-com-control .btn-sec, .popup-com-control .btn-thir {
        width: calc(50% - 0.5rem);
        position: relative;
        -webkit-transform: unset;
        transform: unset;
        margin: 0;
        inset: 0; }
        @media screen and (max-width: 450px) {
          .popup-com-control .btn, .popup-com-control .btn-pri, .popup-com-control .btn-sec, .popup-com-control .btn-thir {
            width: 100%; } }

.cmini {
  background: #fff;
  position: absolute;
  right: 0;
  top: calc(100% + 1rem);
  border: 0.1rem solid #ECECEC;
  border-radius: 0.4rem;
  z-index: 999;
  width: 39rem;
  max-width: calc(100vw - 3rem);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(0.5rem);
  transform: translateY(0.5rem);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  .cmini.open {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible; }
  .cmini-wrap {
    padding: 2rem;
    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;
    height: 100%;
    position: relative; }
    .cmini-wrap.cart-empty {
      display: none; }
  .cmini-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2.4rem; }
    .cmini-top .side-close {
      position: relative;
      inset: 0; }
      .cmini-top .side-close i {
        color: #EF4444; }
  .cmini-img {
    width: 5rem;
    height: 5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden; }
    .cmini-img img {
      height: 100% !important;
      -o-object-fit: contain;
      object-fit: contain; }
  .cmini-list {
    overflow-x: hidden;
    row-gap: 2.4rem;
    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; }
    .cmini-list::-webkit-scrollbar-thumb {
      background: #003E4B; }
    .cmini-list::-webkit-scrollbar {
      width: 0.3rem; }
    .cmini-list::-webkit-scrollbar-track {
      background: #feefe8; }
    @media screen and (max-width: 1200px) {
      .cmini-list {
        max-height: calc(100vh - 32rem); } }
  .cmini-item {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.2rem; }
  .cmini-name {
    color: #151515;
    font-size: 1.4rem;
    font-weight: 600; }
  .cmini-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;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .cmini-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .cmini-info .txt {
    font-size: 1.2rem;
    color: #686868; }
  .cmini-price {
    color: #151515;
    margin-left: auto; }
  .cmini-total {
    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;
    margin-top: 2rem;
    padding-top: 1.2rem;
    border-top: 0.1rem solid #EAEAEA; }
    .cmini-total .price {
      color: #151515; }

.cart-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  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;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  inset: 0; }
  .cart-overlay.open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0); }

.btn, .btn-pri, .btn-sec, .btn-thir {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 4.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  min-width: 11rem;
  padding: 0 2rem; }
  .btn img, .btn-pri img, .btn-sec img, .btn-thir img {
    position: relative;
    z-index: 3; }
  .btn .icon, .btn-pri .icon, .btn-sec .icon, .btn-thir .icon {
    width: 2rem;
    height: 2rem;
    position: relative;
    z-index: 3;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center; }
    .btn .icon img, .btn-pri .icon img, .btn-sec .icon img, .btn-thir .icon img {
      width: inherit;
      height: inherit; }
    .btn .icon i, .btn-pri .icon i, .btn-sec .icon i, .btn-thir .icon i {
      -webkit-transition: 0.4s;
      transition: 0.4s; }
  .btn.center, .center.btn-pri, .center.btn-sec, .center.btn-thir {
    margin: auto;
    margin-top: 2rem; }
  .btn .text, .btn-pri .text, .btn-sec .text, .btn-thir .text {
    color: #F8FAFC;
    z-index: 3;
    font-size: 1.6rem;
    position: relative;
    display: block !important;
    white-space: nowrap;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-weight: 600; }
  .btn::after, .btn-pri::after, .btn-sec::after, .btn-thir::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    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-sec: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-color: #01677D; }
    .btn-pri::after {
      background: #F8FAFC; }
    .btn-pri .text {
      color: #F8FAFC; }
    .btn-pri .icon i {
      color: #F8FAFC; }
    @media (hover: hover) {
      .btn-pri:hover {
        -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; }
        .btn-pri:hover .text {
          color: #003E4B; }
        .btn-pri:hover .icon i {
          color: #003E4B; } }
  .btn-sec {
    background: #fff;
    border: 1px solid #fff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    .btn-sec .text {
      color: #01677D; }
    .btn-sec .icon i {
      color: #01677D; }
    @media (hover: hover) {
      .btn-sec:hover {
        background-color: #01677D;
        border: 1px solid #01677D; }
        .btn-sec:hover .text {
          color: #fff; }
        .btn-sec:hover img {
          -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(319deg) brightness(102%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(319deg) brightness(102%) contrast(101%); }
        .btn-sec:hover .icon i {
          color: #fff; } }
  .btn-thir {
    background: #fff;
    border: 1px solid #64748B;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    min-width: unset;
    padding: 0 1.5rem; }
    .btn-thir .text {
      color: #01677D; }
    .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; }
      .btn-thir .icon i {
        color: #01677D; }
    @media (hover: hover) {
      .btn-thir:hover {
        background-color: #01677D;
        border: 1px solid #01677D; }
        .btn-thir:hover .text {
          color: #fff; }
        .btn-thir:hover img {
          -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(319deg) brightness(102%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(319deg) brightness(102%) contrast(101%); }
        .btn-thir:hover .icon i {
          color: #fff; } }
  .btn-four {
    background: #FFFF00;
    border: 0.1rem solid #FFFF00;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    .btn-four .text {
      color: #0F172A; }
    .btn-four::after {
      background: #F8FAFC;
      display: none; }
    @media (hover: hover) {
      .btn-four:hover {
        background: #F8FAFC; } }
  .btn-five {
    background: #94A3B8;
    border: 0.1rem solid #94A3B8;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    .btn-five .text {
      color: #F8FAFC; }
    @media (hover: hover) {
      .btn-five:hover {
        background: #003E4B; } }
  .btn-dash {
    border: 0.1rem dashed #94A3B8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.8rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    .btn-dash .icon {
      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; }
    .btn-dash .txt {
      color: #0F172A;
      line-height: 1;
      font-size: 1.6rem; }
    @media (hover: hover) {
      .btn-dash:hover {
        background-color: #E2E8F0; } }
  .btn.full, .full.btn-pri, .full.btn-sec, .full.btn-thir {
    width: 100%; }

.back-to-top {
  width: 4rem;
  height: 4rem;
  background: #01677D;
  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: #FF5C00; }
    .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: #01677D; }

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

.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; }
  .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: 1px solid  #ECECEC;
    height: 4.8rem; }
    @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; }
    .quantity .count-btn {
      width: 4rem;
      height: 100%;
      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; }
      .quantity .count-btn .icon {
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        font-weight: 400; }
        .quantity .count-btn .icon:hover {
          color: #01677D; }

.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) !important; }
  .ip-control.x4 {
    width: 25%; }
  .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;
    border: 1px solid #d0d5dd;
    background: #fff;
    padding: 0 1.2rem; }
    .ip-control input:focus {
      outline: none; }
  .ip-control textarea {
    border: 1px solid #d0d5dd;
    background: #fff;
    padding: 1.6rem;
    min-height: 12rem;
    width: 100% !important;
    font-size: 1.6rem; }
  .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; }
  .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-right: none !important; }
  .ip-control-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.8rem; }
  .ip-control .select2-container {
    width: 100% !important; }
  .ip-control .select2-container .select2-selection--single {
    height: 4.8rem; }
  .ip-control .select2-container .select2-selection--single,
  .ip-control .select2-selection__rendered {
    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-radius: 0 !important;
    border-color: #d0d5dd; }
  .ip-control .select2-selection__rendered {
    padding: 0.4rem; }
  .ip-control .select2-selection__arrow {
    height: 100% !important; }
  .ip-control .ip-feild {
    position: relative; }
  .ip-control.read-only input {
    background: #E2E8F0;
    color: #64748B;
    border-color: #E2E8F0; }

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

.title-28 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #000000; }
  @media only screen and (max-width: 1200px) {
    .title-28 {
      font-size: 2.4rem; } }
  @media only screen and (max-width: 800px) {
    .title-28 {
      font-size: 2.1rem; } }

.title-30 {
  font-size: 3rem;
  font-weight: 700;
  color: #000000; }
  @media only screen and (max-width: 1200px) {
    .title-30 {
      font-size: 2.7rem; } }
  @media only screen and (max-width: 800px) {
    .title-30 {
      font-size: 2.4rem; } }

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

.title-34 {
  font-size: 3.4rem;
  font-weight: 600;
  color: #343434; }
  @media only screen and (max-width: 1200px) {
    .title-34 {
      font-size: 2.9rem; } }
  @media only screen and (max-width: 800px) {
    .title-34 {
      font-size: 2.4rem; } }
  @media only screen and (max-width: 500px) {
    .title-34 {
      font-size: 2.1rem; } }

.title-36 {
  font-size: 3.6rem;
  font-weight: 700;
  color: #151515;
  line-height: 1.3; }
  @media only screen and (max-width: 1200px) {
    .title-36 {
      font-size: 3.1rem; } }
  @media only screen and (max-width: 800px) {
    .title-36 {
      font-size: 2.6rem; } }
  @media only screen and (max-width: 500px) {
    .title-36 {
      font-size: 2.3rem; } }

.title-40 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
  color: #0F172A; }
  @media only screen and (max-width: 1200px) {
    .title-40 {
      font-size: 3.5rem; } }
  @media only screen and (max-width: 800px) {
    .title-40 {
      font-size: 2.7rem; } }
  @media only screen and (max-width: 500px) {
    .title-40 {
      font-size: 2.5rem; } }

.title-48 {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.2; }
  @media only screen and (max-width: 1200px) {
    .title-48 {
      font-size: 4.3rem; } }
  @media only screen and (max-width: 800px) {
    .title-48 {
      font-size: 3.3rem; } }

.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: 3.2rem;
    width: 3.2rem;
    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: #0F172A;
    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: #003E4B;
      -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 {
      padding: 0.5rem 1rem;
      gap: 0.5rem; }
      .page-numbers > li > .page-numbers.next i, .page-numbers > li > .page-numbers.prev i {
        color: #0F172A;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
    .page-numbers > li > .page-numbers:after {
      z-index: -1;
      background: #01677D; }
    @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: #F8FAFC;
      font-weight: 600;
      background: #01677D; }
    .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); }

.s-breadcrumb {
  padding: 1rem 0;
  background-color: #fff; }

.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 {
      color: #64748b; }
    .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 {
    line-height: 1;
    color: #0f172a;
    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: #0F172A; }
  .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;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .recheck-item input:checked ~ .recheck-checkbox {
    background: #01677D;
    border: 0.1rem solid #01677D; }
    .recheck-item input:checked ~ .recheck-checkbox::before {
      opacity: 1;
      content: "\f00c";
      color: white; }
  .recheck-item input:checked ~ .recheck-radio::before {
    opacity: 1; }
  .recheck-item input:checked ~ .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: #01677D;
    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: #01677D;
    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: #0F172A;
  line-height: 1.2; }
  .recheck-text a {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    @media (hover: hover) {
      .recheck-text a:hover {
        color: #01677D; } }

.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: #01677D;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }

.banner {
  overflow: hidden; }
  .banner-wrap {
    position: relative; }
  .banner-bg {
    position: absolute;
    inset: 0;
    z-index: -1; }
    .banner-bg img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .banner-main {
    background: rgba(15, 35, 53, 0.4); }
  .banner-ctn {
    padding: 8rem 0; }
  .banner-desc .title {
    color: #fff;
    font-size: 6rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.5; }
    @media only screen and (max-width: 1200px) {
      .banner-desc .title {
        font-size: 3.5rem; } }
    @media only screen and (max-width: 800px) {
      .banner-desc .title {
        font-size: 2.5rem; } }

.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-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: #003E4B;
      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-sec, .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-sec:hover .icon, .srate-right .btn-drop-text .btn-thir:hover .icon {
            color: #01677D; } }
      .srate-right .btn-drop-text .icon {
        color: #01677D;
        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%; }

.download-pdf .is-loading-btn {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.download-pdf .btn-download {
  height: 4.8rem;
  border: 0.1rem solid #01677D;
  color: #01677D;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  @media (hover: hover) {
    .download-pdf .btn-download:hover {
      color: #fff;
      background-color: #01677D; } }

.download-pdf .table1 tr td {
  border-bottom: 0.1rem solid black; }
  .download-pdf .table1 tr td:not(:first-child) {
    border-right: 0.1rem solid black; }

.download-pdf .table3 tr td {
  border-bottom: 0.1rem solid black !important;
  border-left: 0.1rem solid black !important;
  border-right: 0.1rem solid black !important; }

.download-pdf .table5 tr td {
  border-color: black !important; }

.p-home .header,
.page-template-home-template .header {
  background: transparent; }
  .p-home .header.sticky,
  .page-template-home-template .header.sticky {
    background: #003E4B; }

.p-home .main,
.page-template-home-template .main {
  padding-top: 0; }

.hban {
  position: relative;
  z-index: 5; }
  .hban-wrap {
    position: relative; }
  .hban-bg {
    position: absolute;
    inset: 0;
    z-index: -1; }
    .hban-bg img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
    .hban-bg::before {
      background: rgba(15, 12, 43, 0.5);
      position: absolute;
      content: "";
      inset: 0; }
  .hban-inner {
    padding-top: var(--size-hd);
    min-height: calc((645/1600) * 100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .hban-ctn {
    padding: 4rem 0;
    width: calc((9/12) * 100%); }
    @media screen and (max-width: 768px) {
      .hban-ctn {
        width: 100%; }
        .hban-ctn .title-36 br {
          display: none; } }
  .hban-srch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    margin-top: 4rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .hban-srch .header-srch {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      @media screen and (max-width: 650px) {
        .hban-srch .header-srch {
          width: 100%; } }
      .hban-srch .header-srch-input {
        padding: 0.6rem;
        background: #fff;
        border-radius: 0.4rem; }
        .hban-srch .header-srch-input .btn, .hban-srch .header-srch-input .btn-pri, .hban-srch .header-srch-input .btn-sec, .hban-srch .header-srch-input .btn-thir {
          background: #fff; }
          .hban-srch .header-srch-input .btn .text, .hban-srch .header-srch-input .btn-pri .text, .hban-srch .header-srch-input .btn-sec .text, .hban-srch .header-srch-input .btn-thir .text {
            color: #01677D; }
        .hban-srch .header-srch-input.active {
          border-radius: 0.4rem 0.4rem 0 0; }
          .hban-srch .header-srch-input.active .btn, .hban-srch .header-srch-input.active .btn-pri, .hban-srch .header-srch-input.active .btn-sec, .hban-srch .header-srch-input.active .btn-thir {
            background: #01677D; }
            .hban-srch .header-srch-input.active .btn .text, .hban-srch .header-srch-input.active .btn-pri .text, .hban-srch .header-srch-input.active .btn-sec .text, .hban-srch .header-srch-input.active .btn-thir .text {
              color: #fff; }
            @media (hover: hover) {
              .hban-srch .header-srch-input.active .btn:hover .text, .hban-srch .header-srch-input.active .btn-pri:hover .text, .hban-srch .header-srch-input.active .btn-sec:hover .text, .hban-srch .header-srch-input.active .btn-thir:hover .text {
                color: #01677D; } }
    .hban-srch input {
      height: 3.6rem;
      border-right: none; }
    .hban-srch .btn, .hban-srch .btn-pri, .hban-srch .btn-sec, .hban-srch .btn-thir {
      height: 3.6rem; }
      .hban-srch .btn-pri {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        gap: 0.5rem; }
    .hban-srch > .btn, .hban-srch > .btn-pri, .hban-srch > .btn-sec, .hban-srch > .btn-thir {
      height: 4.8rem;
      border-radius: 0.4rem; }
  .hban-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    margin-top: 4rem; }
    .hban-more .txt {
      color: #fff; }
    .hban-more-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 1rem; }
    .hban-more-item {
      padding: 0.7rem 1rem;
      border: 0.1rem solid #fff;
      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;
      line-height: 1;
      color: #fff;
      font-size: 1.4rem; }

.hcol {
  margin-top: 5rem; }
  .hcol-item {
    height: 100%; }
  .hcol-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;
    height: 100%;
    padding: 0.8rem;
    border: 0.1rem solid transparent;
    gap: 1.2rem;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    @media (hover: hover) {
      .hcol-box:hover {
        border-color: #E2E8F0;
        background: rgba(0, 62, 75, 0.05); } }
    .hcol-box .icon {
      width: 3.5rem;
      height: 3.5rem; }
      .hcol-box .icon img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain; }
    .hcol-box .txt {
      font-size: 1.2rem;
      color: #0F172A;
      text-align: center; }
  .hcol-slide {
    position: relative;
    background-color: #fff;
    padding: 2rem; }
    @media screen and (max-width: 768px) {
      .hcol-slide {
        padding: 1rem; } }
  .hcol-btn {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    .hcol-btn-prev, .hcol-btn-next {
      height: 3.6rem;
      width: 3.6rem;
      border-radius: 100rem;
      background-color: #01677D;
      margin-top: -1.8rem; }
      .hcol-btn-prev::after, .hcol-btn-next::after {
        font-size: 1.6rem;
        color: #fff;
        font-weight: 700; }
    .hcol-btn-prev {
      left: -1.5rem; }
    .hcol-btn-next {
      right: -1.5rem; }
  .hcol .swiper-wrapper {
    row-gap: 3rem; }
  .hcol .swiper-slide {
    height: auto; }

.hpro {
  margin-top: 5rem; }
  .hpro-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5rem; }
  .hpro-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 2rem; }
  .hpro-left {
    width: calc((3/12) * 100%);
    padding: 0 1.5rem; }
    @media screen and (max-width: 992px) {
      .hpro-left {
        width: calc((4/12) * 100%); } }
    @media screen and (max-width: 768px) {
      .hpro-left {
        width: 100%; } }
  .hpro-right {
    width: calc((9/12) * 100%);
    padding: 0 1.5rem; }
    @media screen and (max-width: 992px) {
      .hpro-right {
        width: calc((8/12) * 100%); } }
    @media screen and (max-width: 768px) {
      .hpro-right {
        width: 100%; } }
  .hpro-img {
    position: relative;
    height: 100%; }
    .hpro-img .box {
      position: relative;
      padding-top: calc((359/286) * 100%);
      overflow: hidden;
      height: 100%; }
      @media screen and (max-width: 768px) {
        .hpro-img .box {
          padding-top: calc((190/286) * 100%); } }
      @media screen and (max-width: 550px) {
        .hpro-img .box {
          padding-top: calc((260/286) * 100%); } }
      .hpro-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; }
    .hpro-img-ctn {
      position: absolute;
      inset: 0;
      padding: 3rem; }
      @media screen and (max-width: 992px) {
        .hpro-img-ctn {
          padding: 2rem; } }
      @media screen and (max-width: 700px) {
        .hpro-img-ctn {
          padding: 1.5rem; } }
      .hpro-img-ctn .txt {
        font-weight: 700;
        color: #0F172A;
        font-size: 2.4rem;
        margin-bottom: 2rem;
        line-height: 1.3; }
        @media only screen and (max-width: 1200px) {
          .hpro-img-ctn .txt {
            font-size: 2rem; } }
        @media only screen and (max-width: 800px) {
          .hpro-img-ctn .txt {
            font-size: 1.7rem; } }
  .hpro-item {
    background: #fff;
    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.6rem;
    padding: 2rem 1.6rem;
    height: 100%; }
    @media screen and (max-width: 768px) {
      .hpro-item {
        padding: 1rem; } }
    .hpro-item .txt {
      text-align: center;
      font-weight: 600;
      color: #0F172A; }
    .hpro-item .icon {
      width: 10rem;
      height: 10rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .hpro-item .icon 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) {
      .hpro-item:hover .icon img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05); }
      .hpro-item:hover .txt {
        color: #01677D; } }
  .hpro-slide {
    height: 100%;
    position: relative; }
  .hpro .swiper-slide {
    border-right: 0.1rem solid #E2E8F0;
    border-bottom: 0.1rem solid #E2E8F0;
    height: auto; }
  .hpro-btn {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    .hpro-btn-prev, .hpro-btn-next {
      height: 3.6rem;
      width: 3.6rem;
      border-radius: 100rem;
      background-color: #01677D;
      margin-top: -1.8rem; }
      .hpro-btn-prev::after, .hpro-btn-next::after {
        font-size: 1.6rem;
        color: #fff;
        font-weight: 700; }
    .hpro-btn-prev {
      left: -1.5rem; }
    .hpro-btn-next {
      right: -1.5rem; }

.hinfo {
  margin-top: 5rem; }
  .hinfo-inner {
    position: relative; }
  .hinfo-bg {
    position: absolute;
    inset: 0;
    z-index: -1; }
    .hinfo-bg img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .hinfo-ctn {
    padding: 6rem;
    min-height: calc((500/1240) * 100vw);
    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) {
      .hinfo-ctn {
        padding: 3rem; } }
    @media screen and (max-width: 700px) {
      .hinfo-ctn {
        padding: 1.5rem; } }
    .hinfo-ctn::before {
      position: absolute;
      content: "";
      left: 0;
      height: 100%;
      top: 0;
      width: 50%;
      background: -webkit-gradient(linear, left top, right top, from(#01677d), to(rgba(217, 217, 217, 0)));
      background: linear-gradient(to right, #01677d, rgba(217, 217, 217, 0));
      z-index: -1; }
      @media screen and (max-width: 992px) {
        .hinfo-ctn::before {
          width: 80%; } }
      @media screen and (max-width: 550px) {
        .hinfo-ctn::before {
          width: 100%; } }
    .hinfo-ctn .title {
      color: #fff;
      font-size: 3.4rem;
      font-weight: 600; }
      @media only screen and (max-width: 1200px) {
        .hinfo-ctn .title {
          font-size: 2.9rem; } }
      @media only screen and (max-width: 800px) {
        .hinfo-ctn .title {
          font-size: 2.4rem; } }
      @media only screen and (max-width: 500px) {
        .hinfo-ctn .title {
          font-size: 2.1rem; } }
    .hinfo-ctn .txt {
      color: #fff; }
  .hinfo-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;
    margin-top: 1.8rem;
    margin-bottom: 4rem; }
    .hinfo-desc-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 1.2rem; }
      .hinfo-desc-item .icon {
        width: 2rem;
        height: 2rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .hinfo-desc-item .icon img {
          width: 100%;
          height: 100%;
          -o-object-fit: contain;
          object-fit: contain; }

.hsup {
  margin-top: 5rem; }
  .hsup-wrap {
    position: relative; }
  .hsup-inner {
    position: relative; }
  .hsup-bg {
    position: absolute;
    inset: 0;
    z-index: -1; }
    .hsup-bg img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .hsup-ctn {
    padding: 1.5rem 10rem;
    position: relative; }
    @media screen and (max-width: 1200px) {
      .hsup-ctn {
        padding: 1.5rem 3rem; } }
    @media screen and (max-width: 700px) {
      .hsup-ctn {
        padding: 1.5rem; } }
  .hsup-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem; }
    @media screen and (max-width: 700px) {
      .hsup-top {
        -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; } }
  .hsup-icon {
    width: 7.5rem;
    height: 7.5rem; }
    .hsup-icon img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain; }
  .hsup-title {
    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;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 7.5rem; }
    @media screen and (max-width: 700px) {
      .hsup-title {
        padding: 0; } }
  .hsup-btn {
    position: absolute;
    right: 10rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media screen and (max-width: 1200px) {
      .hsup-btn {
        position: relative;
        inset: 0;
        -webkit-transform: none;
        transform: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 2rem; } }

.event {
  margin-top: 5rem; }
  .event-box {
    padding: 3rem;
    background: #fff; }
    @media screen and (max-width: 1200px) {
      .event-box {
        padding: 1.5rem; } }
  .event-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .event-ctn {
    margin-top: 2rem;
    overflow: hidden; }
  .event-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.5rem; }
    @media screen and (max-width: 992px) {
      .event-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 2rem; } }
  .event-left {
    padding: 0 1.5rem;
    width: calc((7/12) * 100%); }
    @media screen and (max-width: 992px) {
      .event-left {
        width: 100%; } }
    .event-left .event-item {
      width: 100%; }
      .event-left .event-item-box {
        position: relative; }
    .event-left .event-img {
      padding-top: calc((473/709) * 100%); }
      @media screen and (max-width: 768px) {
        .event-left .event-img {
          min-height: 40rem; } }
      .event-left .event-img:before {
        content: "";
        position: absolute;
        inset: 0;
        background: -webkit-gradient(linear, left bottom, left top, from(#0E0A1E), to(rgba(14, 10, 30, 0)));
        background: linear-gradient(to top, #0E0A1E, rgba(14, 10, 30, 0));
        z-index: 1; }
    .event-left .event-desc {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 3rem;
      z-index: 5; }
      @media screen and (max-width: 992px) {
        .event-left .event-desc {
          padding: 1.5rem; } }
    .event-left .event-name {
      color: #fff;
      font-size: 2rem; }
      @media only screen and (max-width: 1200px) {
        .event-left .event-name {
          font-size: 1.8rem; } }
      @media only screen and (max-width: 800px) {
        .event-left .event-name {
          font-size: 1.6rem; } }
    .event-left .event-txt {
      color: #fff; }
  .event-right {
    padding: 0 1.5rem;
    width: calc((5/12) * 100%); }
    @media screen and (max-width: 992px) {
      .event-right {
        width: 100%; } }
    .event-right .event-item {
      margin-bottom: 2.4rem;
      padding-left: 3rem; }
      @media screen and (max-width: 1100px) {
        .event-right .event-item {
          padding-left: 1rem; } }
      .event-right .event-item-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 1.6rem; }
    .event-right .event-img {
      width: 18rem;
      height: 12rem;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      @media screen and (max-width: 992px) {
        .event-right .event-img {
          width: 100%;
          height: auto;
          padding-top: calc((123/182) * 100%); }
          .event-right .event-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; } }
      .event-right .event-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
  @media screen and (max-width: 992px) {
    .event-item-box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .event-img {
    display: block;
    position: relative;
    overflow: hidden; }
    .event-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.4s ease-in-out;
      transition: 0.4s ease-in-out; }
    @media (hover: hover) {
      .event-img:hover img {
        -webkit-transform: translate(-50%, -50%) scale(1.05);
        transform: translate(-50%, -50%) scale(1.05); } }
  @media screen and (max-width: 992px) {
    .event-desc {
      padding: 0 0.5rem; } }
  .event-name {
    font-weight: 700;
    color: #0F172A;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    @media (hover: hover) {
      .event-name:hover {
        color: #01677D; } }
  .event-txt {
    color: #475569;
    margin-top: 1rem; }
  .event .swiper {
    max-height: 45rem;
    overflow: visible; }
    @media screen and (max-width: 992px) {
      .event .swiper {
        margin: 0 -1.2rem; }
        .event .swiper .swiper-slide {
          width: calc(100% / 3); } }
    @media screen and (max-width: 768px) {
      .event .swiper .swiper-slide {
        width: 50%; } }
    @media screen and (max-width: 500px) {
      .event .swiper .swiper-slide {
        width: 80%; } }
    .event .swiper-slide-active .event-item::before {
      background: #01677D; }
    .event .swiper .event-item {
      position: relative; }
      .event .swiper .event-item::before {
        position: absolute;
        left: -0.8rem;
        content: "";
        width: 1.6rem;
        height: 1.6rem;
        border: 0.1rem solid #01677D;
        border-radius: 100rem;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        @media screen and (max-width: 1100px) {
          .event .swiper .event-item::before {
            left: -1.8rem; } }
        @media screen and (max-width: 992px) {
          .event .swiper .event-item::before {
            display: none; } }
      .event .swiper .event-item::after {
        position: absolute;
        content: "";
        left: 0;
        width: 0.2rem;
        height: calc(100% + 0.7rem);
        background: #E2E8F0;
        top: 1.8rem; }
        @media screen and (max-width: 1100px) {
          .event .swiper .event-item::after {
            left: -1rem; } }
        @media screen and (max-width: 992px) {
          .event .swiper .event-item::after {
            display: none; } }

.hcate-bot {
  margin-top: 5rem; }
  .hcate-bot > .title {
    font-weight: 600;
    color: #FF5C00;
    line-height: 1.2; }
  .hcate-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; }
    @media screen and (max-width: 768px) {
      .hcate-bot-flex {
        margin: 0 -0.8rem;
        margin-top: 2rem; } }
  .hcate-bot-col {
    width: 25%;
    padding: 0 1.2rem; }
    @media screen and (max-width: 992px) {
      .hcate-bot-col {
        width: calc(100% / 3); } }
    @media screen and (max-width: 768px) {
      .hcate-bot-col {
        padding: 0 0.8rem; } }
    @media screen and (max-width: 500px) {
      .hcate-bot-col {
        width: 50%; } }
    @media screen and (max-width: 400px) {
      .hcate-bot-col {
        width: 100%; } }
  .hcate-bot-title {
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 1rem; }
  .hcate-bot-list .link {
    color: #64748b;
    padding-right: 0.3rem;
    margin-right: 0.5rem;
    border-right: 0.1rem solid #64748b;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
    @media (hover: hover) {
      .hcate-bot-list .link:hover {
        color: #01677D;
        text-decoration: underline; } }
    .hcate-bot-list .link:last-child {
      border-right: none; }

.about {
  background: #fff;
  padding: 10rem 0;
  overflow: hidden; }
  @media screen and (max-width: 992px) {
    .about {
      padding: 5rem 0; } }
  .about-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.2rem; }
    @media screen and (max-width: 768px) {
      .about-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 2rem; } }
  .about-left {
    width: calc((5.5 / 12) * 100%);
    padding: 0 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .about-left {
        width: 100%; } }
  .about-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 1.2rem; }
  .about-ctn .txt {
    margin-top: 2.4rem;
    color: #0F172A; }
  .about-img {
    position: relative; }
    .about-img .box {
      position: relative;
      overflow: hidden;
      padding-top: calc((498 / 654) * 100%); }
      .about-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.4s ease-in-out;
        transition: 0.4s ease-in-out; }
      @media (hover: hover) {
        .about-img .box:hover img {
          -webkit-transform: translate(-50%, -50%) scale(1.05);
          transform: translate(-50%, -50%) scale(1.05); } }
    .about-img::before {
      position: absolute;
      content: "";
      right: -5rem;
      bottom: -5rem;
      background-color: #ffff00;
      width: 39%;
      height: 50%; }
      @media screen and (max-width: 1370px) {
        .about-img::before {
          right: -1.5rem;
          bottom: -1.5rem; } }

.ab-wrap {
  min-height: calc((533 / 1600) * 100vw);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5rem 0;
  overflow: hidden;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .ab-wrap:before {
    position: absolute;
    inset: 0;
    content: "";
    background: rgba(26, 59, 78, 0.5); }

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

.ab-inner {
  position: relative;
  z-index: 5; }

.ab-ctn {
  gap: 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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc((10 / 12) * 100%);
  margin: 0 auto; }
  @media screen and (max-width: 1200px) {
    .ab-ctn {
      width: 100%; } }

.ab-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem; }
  .ab-sub .txt {
    color: #fff;
    font-size: 2rem; }
    @media only screen and (max-width: 1200px) {
      .ab-sub .txt {
        font-size: 1.8rem; } }
    @media only screen and (max-width: 800px) {
      .ab-sub .txt {
        font-size: 1.6rem; } }
  .ab-sub .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 2.4rem;
    height: 2.4rem; }
    .ab-sub .icon img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain; }

.ab-title {
  font-size: 4.8rem;
  color: #fff;
  text-align: center;
  font-weight: 700; }
  @media only screen and (max-width: 1200px) {
    .ab-title {
      font-size: 4.3rem; } }
  @media only screen and (max-width: 800px) {
    .ab-title {
      font-size: 3.3rem; } }
  @media screen and (max-width: 400px) {
    .ab-title {
      font-size: 4rem; } }
  @media only screen and (max-width: 400px) and (max-width: 1200px) {
    .ab-title {
      font-size: 3.5rem; } }
  @media only screen and (max-width: 400px) and (max-width: 800px) {
    .ab-title {
      font-size: 2.7rem; } }
  @media only screen and (max-width: 400px) and (max-width: 500px) {
    .ab-title {
      font-size: 2.5rem; } }

.val {
  padding: 5rem 0;
  overflow: hidden; }
  .val-top {
    width: calc((8 / 12) * 100%);
    margin: 0 auto; }
    @media screen and (max-width: 992px) {
      .val-top {
        width: 100%; } }
  .val-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.2rem;
    margin-top: 5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 2.4rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (max-width: 992px) {
      .val-list {
        margin-top: 3rem; } }
  .val-item {
    width: calc(100% / 3);
    padding: 0 1.2rem; }
    @media screen and (max-width: 768px) {
      .val-item {
        width: 50%; } }
    @media screen and (max-width: 600px) {
      .val-item {
        width: 100%; } }
    .val-item:nth-child(2) {
      -webkit-transition-delay: 0.3s !important;
      transition-delay: 0.3s !important; }
    .val-item:nth-child(3) {
      -webkit-transition-delay: 0.4s !important;
      transition-delay: 0.4s !important; }
  .val-box {
    padding: 2.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: 2rem;
    background-color: #fff;
    border: 0.1rem solid #e2e8f0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%; }
    @media screen and (max-width: 992px) {
      .val-box {
        padding: 1.5rem; } }
    .val-box .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; }
      .val-box .icon img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain; }
    .val-box .txt {
      text-align: center;
      font-weight: 700;
      color: #0F172A; }
  .val-bot {
    margin-top: 3rem; }
    .val-bot-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -1.2rem;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      row-gap: 2rem; }
    .val-bot-item {
      width: 50%;
      padding: 0 1.2rem; }
      @media screen and (max-width: 768px) {
        .val-bot-item {
          width: 100%; } }
    .val-bot-box {
      position: relative; }
    .val-bot-bg {
      position: absolute;
      inset: 0;
      z-index: -1; }
      .val-bot-bg img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
    .val-bot-ctn {
      padding: 2.4rem;
      min-height: 30rem;
      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;
      position: relative;
      overflow: hidden; }
      .val-bot-ctn .title {
        color: #ffff00;
        font-size: 3.6rem;
        font-weight: 700;
        text-align: center; }
        @media only screen and (max-width: 1200px) {
          .val-bot-ctn .title {
            font-size: 3.1rem; } }
        @media only screen and (max-width: 800px) {
          .val-bot-ctn .title {
            font-size: 2.6rem; } }
        @media only screen and (max-width: 500px) {
          .val-bot-ctn .title {
            font-size: 2.3rem; } }
      .val-bot-ctn .txt {
        color: #fff;
        text-align: center;
        display: none;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
      .val-bot-ctn::before {
        position: absolute;
        content: "";
        background: rgba(26, 59, 78, 0.5);
        inset: 0;
        z-index: -1;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out; }
      @media (hover: hover) {
        .val-bot-ctn:hover:before {
          -webkit-transform: translateY(0);
          transform: translateY(0);
          opacity: 1; }
        .val-bot-ctn:hover .txt {
          display: block;
          display: -webkit-box;
          -webkit-animation: showmega 0.3s linear;
          animation: showmega 0.3s linear; } }
      @media screen and (max-width: 768px) {
        .val-bot-ctn:before {
          -webkit-transform: translateY(0);
          transform: translateY(0);
          opacity: 1; }
        .val-bot-ctn .txt {
          display: block;
          -webkit-animation: showmega 0.3s linear;
          animation: showmega 0.3s linear; } }

.part {
  overflow: hidden;
  padding: 3rem 0; }
  .part-slide {
    padding: 4rem 0;
    background: #fff;
    margin-top: 5rem; }
    @media screen and (max-width: 992px) {
      .part-slide {
        margin-top: 3rem; } }
  .part-item {
    height: 4.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 12rem; }
    .part-item img {
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain;
      width: 100%; }
    @media (hover: hover) {
      .part-item:hover img {
        -webkit-filter: brightness(0) saturate(100%) invert(20%) sepia(75%) saturate(2813%) hue-rotate(173deg) brightness(93%) contrast(99%);
        filter: brightness(0) saturate(100%) invert(20%) sepia(75%) saturate(2813%) hue-rotate(173deg) brightness(93%) contrast(99%); } }
  .part .swiper {
    margin: 0 -4rem; }
    .part .swiper-slide {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      padding: 0 4rem;
      height: auto; }
    .part .swiper-wrapper {
      -webkit-transition-timing-function: linear !important;
      transition-timing-function: linear !important; }

.his {
  overflow: hidden; }
  .his-wrap {
    position: relative; }
  .his-bg {
    position: absolute;
    inset: 0;
    z-index: -1; }
    .his-bg img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .his-inner {
    padding: 7rem 0; }
  .his-top .title {
    color: #FFFFFF; }
  .his-top .txt {
    color: #D4EEF9; }
  @media screen and (max-width: 992px) {
    .his-top br {
      display: none; } }
  .his-ctn {
    margin-top: 6rem;
    padding-left: calc((100vw - 126rem) / 2); }
  .his-item {
    position: relative; }
    .his-item:before {
      position: absolute;
      content: "";
      left: 4rem;
      width: calc(100% - 3.4rem);
      height: 0.2rem;
      background: #FFFFFF;
      top: 1.4rem; }
  .his-box .dot {
    position: relative;
    padding-left: 0.8rem; }
    .his-box .dot::before {
      position: absolute;
      content: "";
      background: #FFFFFF;
      width: 0.2rem;
      top: 3.2rem;
      left: 2.1rem;
      height: calc(100% - 3.2rem);
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
    .his-box .dot-inner {
      width: 2.8rem;
      height: 2.8rem;
      background-color: #FFFFFF;
      border-radius: 100rem;
      position: relative;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      .his-box .dot-inner:before {
        position: absolute;
        content: "";
        inset: -0.4rem;
        border: 0.2rem solid #fff;
        border-radius: 100rem;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
  .his-box .txt {
    color: #fff;
    font-size: 1.4rem; }
  .his-year {
    font-weight: 600;
    font-size: 2rem;
    color: #fff;
    margin-bottom: 1rem;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    @media only screen and (max-width: 1200px) {
      .his-year {
        font-size: 1.8rem; } }
    @media only screen and (max-width: 800px) {
      .his-year {
        font-size: 1.6rem; } }
  .his-slide {
    padding-left: 1.5rem;
    padding-top: 14rem;
    padding-right: calc((100vw - 123rem) / 2); }
  .his-btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 4rem;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .his-btn-prev, .his-btn-next {
      height: 4.8rem;
      width: 4.8rem;
      background-color: #fff;
      position: relative;
      inset: 0;
      margin: 0; }
      .his-btn-prev::after, .his-btn-next::after {
        font-size: 1.6rem;
        color: #01677D;
        font-weight: 700; }
    .his-btn .swiper-button-disabled {
      background-color: #01677D;
      opacity: 1 !important; }
      .his-btn .swiper-button-disabled::after {
        color: #fff; }
  .his .swiper {
    overflow: visible; }
    .his .swiper-slide {
      width: calc(100% / 4.5); }
      @media screen and (max-width: 1200px) {
        .his .swiper-slide {
          width: 25%; } }
      @media screen and (max-width: 992px) {
        .his .swiper-slide {
          width: calc(100% / 3); } }
      @media screen and (max-width: 768px) {
        .his .swiper-slide {
          width: 50%; } }
      @media screen and (max-width: 550px) {
        .his .swiper-slide {
          width: 80%; } }
      .his .swiper-slide:nth-child(even) .his-desc {
        position: absolute;
        bottom: calc(100% + 5rem); }
      .his .swiper-slide:nth-child(even) .dot {
        padding-top: 4rem; }
        .his .swiper-slide:nth-child(even) .dot-inner {
          margin-top: -4rem; }
        .his .swiper-slide:nth-child(even) .dot:before {
          bottom: 4.2rem;
          top: unset;
          height: 4rem;
          left: 2.1rem; }
      .his .swiper-slide:nth-child(odd) .dot {
        padding-bottom: 4rem; }
      .his .swiper-slide-active .his-year {
        color: #FFFF00; }
      .his .swiper-slide-active .dot:before {
        background: #FFFF00; }
      .his .swiper-slide-active .dot-inner {
        background: #FFFF00; }
        .his .swiper-slide-active .dot-inner:before {
          border-color: #FFFF00; }

.pcate {
  overflow: hidden; }
  .pcate-wrap {
    padding: 5rem 0; }
  @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 -1.5rem; }
    @media screen and (max-width: 1300px) {
      .pcate-flex {
        margin: 0 -0.8rem; } }
  .pcate-left {
    width: calc((3 / 12) * 100%);
    padding: 0 1.5rem; }
    @media screen and (max-width: 1300px) {
      .pcate-left {
        padding: 0 0.8rem; } }
    @media screen and (max-width: 1024px) {
      .pcate-left.pcate-fixed {
        position: fixed;
        top: 0;
        height: 100%;
        right: 0;
        width: 60rem;
        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;
        padding-top: 6rem;
        z-index: 9999; }
        .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 1.5rem; }
    @media screen and (max-width: 1300px) {
      .pcate-right {
        padding: 0 0.8rem; } }
    @media screen and (max-width: 1024px) {
      .pcate-right {
        width: 100%; } }
  .pcate-fixed.open {
    display: block; }
  .pcate-fixed:not(.open) .side-close {
    display: none; }
  .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: #01677D;
    border: 0.1rem solid #0F172A;
    cursor: pointer; }
    .pcate-open .icon i {
      color: #0F172A; }
    .pcate-open .text {
      color: #0F172A; }
    @media screen and (min-width: 1025px) {
      .pcate-open {
        display: none; } }
  .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; }
    .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-fillg-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.2rem; }
    .pcate-fillg-title .icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 2.4rem;
      height: 2.4rem; }
      .pcate-fillg-title .icon img {
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain; }
    .pcate-fillg-title .txt {
      font-weight: 600; }
  .pcate-fillg-subtitle {
    padding: 0 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.8rem;
    border-top: 0.1rem solid #F1F5F9;
    margin-top: 2.4rem;
    padding-top: 2.4rem; }
    @media screen and (max-width: 1024px) {
      .pcate-fillg-subtitle {
        padding: 0;
        padding-top: 2.4rem;
        margin-bottom: 2.4rem; } }
    .pcate-fillg-subtitle .icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 1.6rem;
      height: 1.6rem;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    .pcate-fillg-subtitle .txt {
      font-weight: 600;
      line-height: 1; }
  .pcate-fillg form {
    background-color: #fff; }
  @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: 1.5rem 2rem;
    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;
    background: #fff; }
    @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 #F1F5F9; }
      @media screen and (max-width: 1024px) {
        .pcate-fillc-item:not(:last-child) {
          border: unset; } }
    .pcate-fillc-item > .title {
      color: #0F172A;
      font-weight: 600; }
    .pcate-fillc-item .mb-20 {
      margin-bottom: unset; }
  .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: #003E4B; } }
    .pcate-fillc-check.active .recheck-cus .text {
      color: #003E4B; }
    .pcate-fillc-check.active .recheck-cus .icon {
      background: #003E4B; }
      .pcate-fillc-check.active .recheck-cus .icon::before {
        opacity: 1; }
    .pcate-fillc-check.active .icon2 {
      -webkit-transform: unset;
      transform: unset; }
  .pcate-fillc-opts .recheck-block .pcate-fillc-box:not(:first-child) {
    margin-top: 1rem; }
  .pcate-fillc-opts .recheck-item .recheck-text {
    font-weight: 500;
    font-size: 1.4rem; }
  .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: #475569; }
  .pcate-fillc-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .pcate-fillc-box .recheck-item {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .pcate-fillc-box > .icon {
      width: 3rem;
      height: 3rem;
      cursor: pointer;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-justify-content: center; }
      .pcate-fillc-box > .icon i {
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
    .pcate-fillc-box.active .icon i {
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg); }
  .pcate-fillc-pro .pcate-fillc-box {
    background-color: #E2E8F0;
    height: 4rem;
    padding: 0 2.4rem; }
  .pcate-more {
    display: none;
    gap: 1rem; }
    .pcate-more-head {
      background-color: #F1F5F9 !important;
      padding-left: 3.6rem !important; }
    .pcate-more-body {
      display: none; }
      .pcate-more-body .recheck-item {
        padding: 0 2.4rem;
        height: 4rem;
        padding-left: 4.8rem !important; }
  .pcate-list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1rem !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 1.6rem; }
    @media screen and (max-width: 1300px) {
      .pcate-list {
        margin: 0 -0.8rem  !important; } }
    @media screen and (max-width: 992px) {
      .pcate-list {
        margin: 0 -0.5rem !important; } }
  .pcate-item {
    padding: 0 1rem;
    width: calc(100% / 3); }
    @media screen and (max-width: 1300px) {
      .pcate-item {
        padding: 0 0.8rem; } }
    @media screen and (max-width: 992px) {
      .pcate-item {
        padding: 0 0.5rem; } }
    @media screen and (max-width: 768px) {
      .pcate-item {
        width: 50%; } }
    @media screen and (max-width: 450px) {
      .pcate-item {
        width: 100%; } }
    .pcate-item-box {
      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;
      padding: 1.5rem;
      background-color: #fff;
      -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;
      border-radius: 0.4rem; }
      @media (hover: hover) {
        .pcate-item-box:hover .pcate-img-hover {
          opacity: 1;
          visibility: visible;
          -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1); } }
    .pcate-item-right {
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      @media screen and (max-width: 1200px) {
        .pcate-item-right {
          width: 100%; } }
    .pcate-item-desc {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-column-gap: 1rem;
      -moz-column-gap: 1rem;
      column-gap: 1rem;
      row-gap: 0.8rem;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media screen and (max-width: 1200px) {
        .pcate-item-desc {
          -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;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start; } }
      .pcate-item-desc .btn, .pcate-item-desc .btn-pri, .pcate-item-desc .btn-sec, .pcate-item-desc .btn-thir {
        width: 4.8rem;
        height: 4.8rem;
        padding: 0;
        min-width: unset;
        border: 0.1rem solid #f1f5f9;
        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) {
          .pcate-item-desc .btn, .pcate-item-desc .btn-pri, .pcate-item-desc .btn-sec, .pcate-item-desc .btn-thir {
            width: 100%; } }
        .pcate-item-desc .btn .icon, .pcate-item-desc .btn-pri .icon, .pcate-item-desc .btn-sec .icon, .pcate-item-desc .btn-thir .icon {
          width: 2.4rem; }
          .pcate-item-desc .btn .icon img, .pcate-item-desc .btn-pri .icon img, .pcate-item-desc .btn-sec .icon img, .pcate-item-desc .btn-thir .icon img {
            width: 100%;
            -o-object-fit: contain;
            object-fit: contain; }
    .pcate-item-name {
      font-weight: 700;
      color: #0F172A;
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease; }
      @media (hover: hover) {
        .pcate-item-name:hover {
          color: #01677D; } }
    .pcate-item-txt {
      font-size: 1.4rem;
      display: block;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
    .pcate-item-price {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 0.8rem; }
      .pcate-item-price .price-new {
        color: #01677D;
        font-weight: 600; }
      .pcate-item-price .price-odd {
        color: #94A3B8;
        text-decoration: line-through;
        font-size: 1.4rem; }
  .pcate-img {
    position: relative; }
    @media screen and (min-width: 1200px) {
      .pcate-img {
        padding: 2rem; } }
    .pcate-img .box {
      padding-top: 100%;
      overflow: hidden;
      cursor: pointer;
      position: relative;
      display: block; }
      .pcate-img .box img {
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
        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; }
    .pcate-img-hover {
      position: absolute;
      top: 50%;
      left: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 0.5rem;
      opacity: 0;
      -webkit-transform: translate(-50%, -50%) scale(0.7);
      transform: translate(-50%, -50%) scale(0.7);
      visibility: hidden;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      .pcate-img-hover .btn, .pcate-img-hover .btn-pri, .pcate-img-hover .btn-sec, .pcate-img-hover .btn-thir {
        min-width: unset;
        border-radius: 0.4rem; }
        .pcate-img-hover .btn-sec {
          width: 4.4rem;
          height: 4.4rem; }
    .pcate-img-tag {
      border-radius: 100rem;
      padding: 0.5rem 1rem;
      line-height: 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;
      font-size: 1.4rem;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      position: absolute;
      left: 0;
      top: 0;
      color: #fff;
      background: #00b332;
      height: 3rem; }
      .pcate-img-tag.out {
        color: #64748b;
        background: #cbd5e1; }
  .pcate-pro-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: 2.4rem; }
  .pcate-pro-item {
    background: white; }
  .pcate-pro-head {
    height: 5.6rem;
    padding: 0 1.6rem;
    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;
    cursor: pointer; }
    .pcate-pro-head .txt {
      color: #0F172A;
      font-size: 2rem;
      font-weight: 700; }
      @media only screen and (max-width: 1200px) {
        .pcate-pro-head .txt {
          font-size: 1.8rem; } }
      @media only screen and (max-width: 800px) {
        .pcate-pro-head .txt {
          font-size: 1.6rem; } }
    .pcate-pro-head .icon i {
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
    .pcate-pro-head.active .icon i {
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg); }
  .pcate-pro-body {
    display: none; }
  .pcate-pro-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.6rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -2rem;
    row-gap: 3.2rem; }
    @media screen and (max-width: 992px) {
      .pcate-pro-flex {
        margin: 0 -1rem;
        row-gap: 2rem; } }
    @media screen and (max-width: 550px) {
      .pcate-pro-flex {
        row-gap: 1rem;
        margin: 0 -0.5rem; } }
  .pcate-pro-col {
    width: 25%;
    padding: 0 2rem; }
    @media screen and (max-width: 992px) {
      .pcate-pro-col {
        padding: 0 1rem; } }
    @media screen and (max-width: 768px) {
      .pcate-pro-col {
        width: calc(100% / 3); } }
    @media screen and (max-width: 550px) {
      .pcate-pro-col {
        width: 50%;
        padding: 0 0.5rem; } }
    @media screen and (max-width: 400px) {
      .pcate-pro-col {
        width: 100%; } }
  .pcate-pro-flex2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #E2E8F0; }
    .pcate-pro-flex2 .pcate-item {
      padding: 0;
      width: 25%; }
      @media screen and (max-width: 900px) {
        .pcate-pro-flex2 .pcate-item {
          width: calc(100% / 3); } }
      @media screen and (max-width: 600px) {
        .pcate-pro-flex2 .pcate-item {
          width: 50%; } }
      @media screen and (max-width: 400px) {
        .pcate-pro-flex2 .pcate-item {
          width: 100%; } }
      .pcate-pro-flex2 .pcate-item-box {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-right: 0.1rem solid #E2E8F0;
        border-radius: 0;
        border-bottom: 1px solid #E2E8F0; }
    .pcate-pro-flex2 .pcate-item-right {
      width: 100%; }
    .pcate-pro-flex2 .pcate-img-hover .btn-sec {
      display: none; }
    .pcate-pro-flex2 .pcate-item-desc {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .pcate-pro-flex2 .pcate-item-desc .btn-sec {
        width: 100%; }
    .pcate-pro-flex2 .pcate-item-name {
      font-size: 1.4rem; }
    .pcate-pro-flex2 .pcate-item-price .price-new {
      font-size: 1.4rem; }
    .pcate-pro-flex2 .pcate-item-price .price-odd {
      font-size: 1.2rem; }
  .pcate-pro-viewmore {
    margin: 2.4rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .pcate-pro-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.8rem;
    height: 6rem;
    padding: 0.8rem;
    border: 0.1rem solid #E2E8F0;
    border-radius: 0.4rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
    @media (hover: hover) {
      .pcate-pro-box:hover {
        background-color: #F1F5F9; } }
    .pcate-pro-box .icon {
      width: 3.6rem;
      height: 3.6rem;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    .pcate-pro-box .txt {
      font-weight: 600;
      font-size: 1.4rem;
      color: #0F172A; }
  .pcate-pagi {
    margin-top: 4rem; }
    .pcate-pagi .page-numbers {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }

.overlay-pcate {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  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%);
  top: 0;
  height: 100vh; }
  .overlay-pcate.open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  @media screen and (min-width: 1200px) {
    .overlay-pcate {
      display: none; } }

.pdp-main {
  padding: 2.4rem;
  background-color: #fff;
  margin-top: 5rem; }
  @media screen and (max-width: 768px) {
    .pdp-main {
      padding: 1.4rem; } }

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

.pdp-left {
  width: calc((5.5 / 12) * 100%);
  padding: 0 1.6rem; }
  @media screen and (max-width: 900px) {
    .pdp-left {
      width: 100%; } }

.pdp-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 1.6rem; }
  .pdp-right .pcate-img-tag {
    position: relative;
    border-radius: 0.2rem; }

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

.pdp-thumb {
  overflow: hidden; }
  .pdp-thumb .swiper {
    margin: 0 -1.2rem; }
    .pdp-thumb .swiper-slide {
      width: 20%;
      padding: 0 1.2rem;
      cursor: pointer;
      height: auto; }
      @media screen and (max-width: 992px) {
        .pdp-thumb .swiper-slide {
          width: 25%; } }
      @media screen and (max-width: 500px) {
        .pdp-thumb .swiper-slide {
          width: calc(100% / 3); } }
      .pdp-thumb .swiper-slide-thumb-active .pdp-thumb-img {
        border: 0.1rem solid #64748b; }
  .pdp-thumb-img {
    padding: 1rem;
    height: 100%; }
    .pdp-thumb-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain; }

.pdp-name {
  color: #343434;
  font-weight: 700;
  font-size: 3.6rem; }
  @media only screen and (max-width: 1200px) {
    .pdp-name {
      font-size: 3.1rem; } }
  @media only screen and (max-width: 800px) {
    .pdp-name {
      font-size: 2.6rem; } }
  @media only screen and (max-width: 500px) {
    .pdp-name {
      font-size: 2.3rem; } }

.pdp-or {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem; }
  @media screen and (max-width: 500px) {
    .pdp-or {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      row-gap: 1rem; } }
  .pdp-or-item {
    line-height: 1; }
    .pdp-or-item:not(:last-child) {
      border-right: 0.1rem solid #334155;
      padding-right: 1rem;
      margin-right: 1rem; }
    @media screen and (max-width: 500px) {
      .pdp-or-item {
        width: 100%;
        border-right: none !important; } }

.pdp-row:not(:last-child) {
  padding-bottom: 1.5rem;
  border-bottom: 0.2rem solid #f1f5f9; }

.pdp-row:not(:first-child) {
  padding-top: 1.5rem; }

.pdp-mh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .pdp-mh-se {
    width: 23rem; }

.pdp-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.pdp-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .pdp-price .price-new {
    color: #01677D;
    font-size: 2.4rem;
    font-weight: 700; }
    @media only screen and (max-width: 1200px) {
      .pdp-price .price-new {
        font-size: 2rem; } }
    @media only screen and (max-width: 800px) {
      .pdp-price .price-new {
        font-size: 1.7rem; } }
  .pdp-price .price-odd {
    color: #0f172a;
    text-decoration: line-through; }

.pdp-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .pdp-control .btn, .pdp-control .btn-pri, .pdp-control .btn-sec, .pdp-control .btn-thir {
    height: 4.8rem; }
    .pdp-control .btn-pri {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .pdp-control .btn-thir {
      border-color: #f1f5f9; }
  .pdp-control-txt {
    margin-top: 1.6rem;
    font-size: 1.4rem;
    font-style: italic;
    color: #64748b; }

.pdp-sku .txt {
  color: #686868; }

.pdp-share {
  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;
  row-gap: 1rem; }
  .pdp-share-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem; }
  .pdp-share-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.2rem; }
  .pdp-share-item {
    height: 1.8rem;
    width: 1.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .pdp-share-item 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) {
      .pdp-share-item:hover img {
        -webkit-transform: translateY(-0.5rem);
        transform: translateY(-0.5rem); } }

.pdp-more {
  margin: 3rem 0;
  overflow: hidden; }
  @media screen and (max-width: 1024px) {
    .pdp-more {
      margin: 2rem 0; } }
  .pdp-more-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.5rem; }
    @media screen and (max-width: 1024px) {
      .pdp-more-flex {
        margin: 0 -1rem; } }
    @media screen and (max-width: 900px) {
      .pdp-more-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 2rem; } }
  .pdp-more-left {
    width: calc((9 / 12) * 100%);
    padding: 0 1.5rem; }
    @media screen and (max-width: 1024px) {
      .pdp-more-left {
        padding: 0 1rem; } }
    @media screen and (max-width: 900px) {
      .pdp-more-left {
        width: 100%; } }
  .pdp-more-right {
    padding: 0 1.5rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    @media screen and (max-width: 1024px) {
      .pdp-more-right {
        padding: 0 1rem; } }

.pdp-minfo-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.2rem; }

.pdp-minfo-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: white;
  padding: 1.2rem;
  gap: 1.2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .pdp-minfo-item .icon {
    width: 4rem;
    height: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .pdp-minfo-item .icon img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain; }
  .pdp-minfo-item .txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .pdp-minfo-item .txt .t14 {
      color: #333333; }
    .pdp-minfo-item .txt .t12 {
      display: block;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      color: #666666; }

.pdp-tab {
  padding: 3rem;
  background: #fff; }
  @media screen and (max-width: 768px) {
    .pdp-tab {
      padding: 1.4rem; } }
  .pdp-tab-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3rem;
    border-bottom: 0.1rem solid #e2e8f0; }
  .pdp-tab-item {
    padding: 1.2rem 0;
    padding-top: 0;
    cursor: pointer;
    position: relative; }
    .pdp-tab-item.active {
      color: #01677d;
      font-weight: 600; }
      .pdp-tab-item.active:before {
        width: 100%; }
    .pdp-tab-item::before {
      position: absolute;
      content: "";
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: 0;
      height: 0.1rem;
      background-color: #041e42;
      width: 0;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
    @media (hover: hover) {
      .pdp-tab-item:hover:before {
        width: 100%; } }
  .pdp-tab-inner {
    margin-top: 2rem; }
  .pdp-tab-ctn:not(:first-child) {
    display: none; }
  .pdp-tab-ctn .txt {
    color: #333333; }
    .pdp-tab-ctn .txt:not(:last-child) {
      margin-bottom: 2rem; }

.pdp-table {
  margin-top: 3rem;
  margin-bottom: 2rem; }
  .pdp-table-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 6rem; }
    .pdp-table-item:nth-child(odd) {
      background-color: #ebeef5; }
  .pdp-table-left {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #041e42;
    font-weight: 600;
    padding: 0 3rem; }
  .pdp-table-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 3rem; }

.select2-container--default .select2-selection--single {
  border: 0.1rem solid #e2e8f0;
  border-radius: 0;
  height: 4.8rem; }

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50% !important;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

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

.repro {
  padding: 2rem 0;
  padding-bottom: 3rem;
  overflow: hidden; }
  .repro-main {
    background-color: #fff;
    padding: 2.4rem;
    margin-top: 2.4rem; }
    @media screen and (max-width: 768px) {
      .repro-main {
        padding: 1.4rem; } }
  .repro-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.8rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 1.6rem; }
    .repro-list .pcate-item {
      padding: 0 0.8rem;
      width: 25%; }
      @media screen and (max-width: 992px) {
        .repro-list .pcate-item {
          width: 50%; } }
      @media screen and (max-width: 500px) {
        .repro-list .pcate-item {
          width: 100%; } }
      .repro-list .pcate-item-box {
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 0.1rem solid #e2e8f0;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease; }
        @media (hover: hover) {
          .repro-list .pcate-item-box:hover {
            -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; } }

.pdp .pdp-wrap div.product form.cart {
  margin-bottom: 0; }

.pdp .pdp-wrap div.product form.cart .variations {
  padding: 1.5rem 0;
  border-bottom: 0.2rem solid #f1f5f9;
  display: block;
  margin-bottom: 0; }

.pdp .pdp-wrap div.product form.cart .variations label {
  font-weight: 400; }

.pdp .pdp-wrap table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.pdp .pdp-wrap div.product form.cart .variations select {
  border: 0.1rem solid #e2e8f0;
  border-radius: 0;
  height: 4.8rem;
  padding: 0 0.8rem;
  font-size: 1.6rem;
  color: #334155; }

.pdp .pdp-wrap .product_meta .pdp-row {
  margin-top: 1.5rem;
  border-top: 0.2rem solid #f1f5f9; }

.pdp .pdp-wrap .single_variation_wrap.pdp-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .pdp .pdp-wrap .single_variation_wrap.pdp-row .single_variation {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 1rem; }
  .pdp .pdp-wrap .single_variation_wrap.pdp-row .mb-15 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .pdp .pdp-wrap .single_variation_wrap.pdp-row .pdp-control {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }

.pdp .pdp-wrap .woocommerce-variation-price .price {
  color: #01677D;
  font-weight: 700; }

.pdp-price bdi {
  color: #01677d;
  font-size: 2.4rem;
  font-weight: 700; }

.pcate-item-box .pcate-item-price .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  row-gap: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .pcate-item-box .pcate-item-price .price > del {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .pcate-item-box .pcate-item-price .price del {
    text-decoration: none; }
    .pcate-item-box .pcate-item-price .price del .amount {
      color: #94a3b8; }
    .pcate-item-box .pcate-item-price .price del bdi {
      color: #94a3b8;
      font-size: 1.2rem;
      text-decoration: line-through; }
  .pcate-item-box .pcate-item-price .price ins {
    text-decoration: none; }
    .pcate-item-box .pcate-item-price .price ins .amount {
      color: #01677d; }
    .pcate-item-box .pcate-item-price .price ins bdi {
      color: #01677d;
      font-weight: 600;
      text-decoration: none;
      font-size: 1.4rem; }

.pdp-price {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  .pdp-price del {
    text-decoration: none; }
    .pdp-price del .amount {
      color: #94a3b8; }
    .pdp-price del bdi {
      color: #0f172a;
      text-decoration: line-through;
      font-size: 1.2rem;
      font-weight: 400;
      margin-bottom: 0.5rem;
      display: block; }
  .pdp-price ins {
    text-decoration: none; }
    .pdp-price ins .amount {
      color: #01677d; }
    .pdp-price ins bdi {
      color: #01677d;
      font-weight: 700;
      text-decoration: none;
      font-size: 2.4rem; }
      @media only screen and (max-width: 1200px) {
        .pdp-price ins bdi {
          font-size: 2rem; } }
      @media only screen and (max-width: 800px) {
        .pdp-price ins bdi {
          font-size: 1.7rem; } }

.products .pcate-item-box .btn.btn-sec, .products .pcate-item-box .btn-sec.btn-pri, .products .pcate-item-box .btn-sec, .products .pcate-item-box .btn-sec.btn-thir {
  background: #fff;
  border: 0.1rem solid #f1f5f9;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .products .pcate-item-box .btn.btn-sec .text, .products .pcate-item-box .btn-sec.btn-pri .text, .products .pcate-item-box .btn-sec .text, .products .pcate-item-box .btn-sec.btn-thir .text {
    color: #01677D; }
  .products .pcate-item-box .btn.btn-sec .icon i, .products .pcate-item-box .btn-sec.btn-pri .icon i, .products .pcate-item-box .btn-sec .icon i, .products .pcate-item-box .btn-sec.btn-thir .icon i {
    color: #01677D; }
  @media (hover: hover) {
    .products .pcate-item-box .btn.btn-sec:hover, .products .pcate-item-box .btn-sec.btn-pri:hover, .products .pcate-item-box .btn-sec:hover, .products .pcate-item-box .btn-sec.btn-thir:hover {
      background-color: #01677D;
      border: 1px solid #01677D; }
      .products .pcate-item-box .btn.btn-sec:hover .text, .products .pcate-item-box .btn-sec.btn-pri:hover .text, .products .pcate-item-box .btn-sec:hover .text, .products .pcate-item-box .btn-sec.btn-thir:hover .text {
        color: #fff; }
      .products .pcate-item-box .btn.btn-sec:hover img, .products .pcate-item-box .btn-sec.btn-pri:hover img, .products .pcate-item-box .btn-sec:hover img, .products .pcate-item-box .btn-sec.btn-thir:hover img {
        -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(319deg) brightness(102%) contrast(101%);
        filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(319deg) brightness(102%) contrast(101%); }
      .products .pcate-item-box .btn.btn-sec:hover .icon i, .products .pcate-item-box .btn-sec.btn-pri:hover .icon i, .products .pcate-item-box .btn-sec:hover .icon i, .products .pcate-item-box .btn-sec.btn-thir:hover .icon i {
        color: #fff; } }

.pcate-item-box .pcate-item-right .variations {
  display: none; }

.pcate-item-price .price {
  color: #01677d !important;
  font-weight: 600;
  text-decoration: none;
  font-size: 1.4rem !important; }

.pcate-item-box {
  height: 100%; }

.pcate-item-name {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.pcate-fillc-pro .pcate-fillc-box,
.pcate-more-body .recheck-item {
  min-height: 4rem;
  padding: 0.6rem 2.4rem;
  height: auto; }

.plogin-wrap {
  position: relative;
  min-height: calc((702 / 1600) * 100vw);
  margin-bottom: -4rem; }

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

.plogin-inner {
  padding: 6rem 0;
  padding-left: calc((1 / 12) * 100%); }
  @media screen and (max-width: 800px) {
    .plogin-inner {
      padding-left: 0; } }

.plogin-form {
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.5);
  width: calc((4.5 / 12) * 100%);
  padding: 3.6rem;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px); }
  @media screen and (max-width: 1100px) {
    .plogin-form {
      width: 50%; } }
  @media screen and (max-width: 800px) {
    .plogin-form {
      width: 80%;
      margin: 0 auto; } }
  @media screen and (max-width: 550px) {
    .plogin-form {
      width: 100%;
      padding: 2rem; } }
  .plogin-form .txt {
    color: #f8fafc; }
  .plogin-form-more {
    font-size: 1.4rem;
    color: #f8fafc;
    margin-top: 1.2rem; }
    .plogin-form-more .link {
      color: #fff;
      text-decoration: underline;
      font-weight: 600; }
  .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: 2.4rem;
    margin-top: 2.4rem; }
    .plogin-form-list .ip-control label {
      color: #f8fafc; }
    .plogin-form-list .ip-control input {
      background: rgba(255, 255, 255, 0.5);
      color: #64748b; }
      .plogin-form-list .ip-control input:focus, .plogin-form-list .ip-control input:focus-visible {
        background: white;
        color: #0f172a; }
  .plogin-form-control {
    margin-top: 2.4rem; }

.plogin-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 2.4rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.plogin-logo {
  width: 6.5rem; }
  .plogin-logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }

.plogin-regis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  .plogin-regis .txt {
    color: #f8fafc;
    font-size: 1.4rem; }

.plogin-link {
  color: #ffff00;
  text-decoration: underline; }

.fpass-inner {
  padding: 6rem 0; }

.fpass-form {
  width: 50%;
  margin: 0 auto;
  background-color: #fff;
  padding: 4rem; }
  @media screen and (max-width: 1024px) {
    .fpass-form {
      width: 80%; } }
  @media screen and (max-width: 768px) {
    .fpass-form {
      width: 100%;
      padding: 2rem; } }

.fpass .ip-control label {
  color: #2b2b2b; }

.step {
  padding: 5rem 0; }
  @media screen and (max-width: 768px) {
    .step {
      padding: 3rem 0; } }
  .step-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.2rem; }
    @media screen and (max-width: 800px) {
      .step-list {
        margin: 0 -0.5rem; } }
  .step-item {
    width: 25%;
    padding: 0 1.2rem; }
    @media screen and (max-width: 800px) {
      .step-item {
        padding: 0 0.5rem; } }
    .step-item:nth-child(2) {
      -webkit-transition-delay: 0.3s !important;
      transition-delay: 0.3s !important; }
    .step-item:nth-child(3) {
      -webkit-transition-delay: 0.4s !important;
      transition-delay: 0.4s !important; }
    .step-item:nth-child(4) {
      -webkit-transition-delay: 0.5s !important;
      transition-delay: 0.5s !important; }
    .step-item:last-child .step-item-box::before {
      display: none; }
    .step-item-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;
      gap: 1.5rem;
      border: 0.1rem solid #cbd5e1;
      padding: 2rem 1rem;
      position: relative;
      background: #F0F1F2;
      height: 100%; }
      @media screen and (max-width: 992px) {
        .step-item-box {
          padding: 2rem 0.5rem; } }
      @media screen and (max-width: 768px) {
        .step-item-box {
          padding: 1rem 0.5rem; } }
      @media screen and (min-width: 1200px) {
        .step-item-box {
          min-height: 15rem;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      .step-item-box::before {
        position: absolute;
        content: "";
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 0.2rem;
        background: #cbd5e1;
        width: 50%;
        left: calc(100% - 2rem);
        z-index: -1; }
      .step-item-box .icon {
        width: 3.6rem;
        height: 3.6rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .step-item-box .icon img {
          width: 100%;
          height: 100%;
          -o-object-fit: contain;
          object-fit: contain; }
      .step-item-box .txt {
        font-weight: 600;
        color: #64748b;
        text-align: center; }
      @media screen and (max-width: 800px) {
        .step-item-box .txt {
          font-size: 1.2rem; } }
      @media screen and (max-width: 390px) {
        .step-item-box .txt {
          font-size: 1rem; } }
    .step-item.active .step-item-box {
      background: #fff;
      border-color: #fff; }
      .step-item.active .step-item-box::before {
        background-color: #fff; }

.sign {
  padding-bottom: 9rem; }
  @media screen and (max-width: 992px) {
    .sign {
      padding-bottom: 5rem; } }
  .sign-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: 3.2rem; }
  .sign-form-row {
    background-color: #fff;
    padding: 3.2rem; }
    @media screen and (max-width: 768px) {
      .sign-form-row {
        padding: 1.6rem; } }
  .sign-form-top {
    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;
    width: calc((8/12) * 100%);
    margin: 0 auto; }
    @media screen and (max-width: 1200px) {
      .sign-form-top {
        width: 90%; } }
    @media screen and (max-width: 992px) {
      .sign-form-top {
        width: 100%; } }
    .sign-form-top .btn, .sign-form-top .btn-pri, .sign-form-top .btn-sec, .sign-form-top .btn-thir {
      margin-top: 1.6rem; }
  .sign-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 1.5rem; }
    .sign-list .ip-control {
      padding: 0 1.2rem; }
      @media screen and (max-width: 992px) {
        .sign-list .ip-control.x4 {
          width: 50%; } }
      @media screen and (max-width: 550px) {
        .sign-list .ip-control.x4 {
          width: 100%; } }
      @media screen and (max-width: 992px) {
        .sign-list .ip-control.x3 {
          width: 100% !important; } }
    .sign-list-de {
      margin-top: 1.6rem; }
      .sign-list-de ul {
        list-style: disc;
        padding-left: 2rem; }
        .sign-list-de ul li {
          font-style: italic;
          color: #000;
          font-size: 1.2rem; }
  .sign-title {
    font-size: 2.4rem;
    font-weight: 700;
    color: #151515;
    margin-bottom: 1.5rem; }
    @media only screen and (max-width: 1200px) {
      .sign-title {
        font-size: 2rem; } }
    @media only screen and (max-width: 800px) {
      .sign-title {
        font-size: 1.7rem; } }
  .sign .ip-control label {
    color: #64748B; }
  .sign .ip-control input:focus {
    border-color: #01677D; }
  .sign .ip-control .txt-abs {
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.4rem;
    text-decoration: underline;
    cursor: pointer;
    padding: 0.5rem 0; }
  .sign .ip-control.copy-mail input {
    padding-right: 9rem; }
  .sign-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.5rem; }
    @media screen and (max-width: 768px) {
      .sign-flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 2rem; } }
  .sign-left {
    width: 50%;
    padding: 0 1.5rem; }
    @media screen and (max-width: 768px) {
      .sign-left {
        width: 100%; } }
  .sign-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 1.5rem; }
  .sign-ct {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3rem; }
    @media screen and (max-width: 768px) {
      .sign-ct {
        gap: 4rem; } }
    .sign-ct .sign-list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 1.5rem; }
  .sign-more .recheck-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.5rem; }
  .sign-more .recheck-text {
    margin: 0;
    height: 4.8rem;
    border-radius: 100rem;
    border: 0.1rem solid #E2E8F0;
    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: 1rem 2rem;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: #334155; }
  .sign-more .recheck input:checked ~ .recheck-text {
    color: #01677D;
    border-color: #01677D; }
  .sign-more .txt {
    font-style: italic;
    font-size: 1.4rem;
    color: #334155; }
  .sign-poli .recheck-checkbox {
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 0.2rem; }
    .sign-poli .recheck-checkbox::before {
      color: #FFFF00 !important;
      font-weight: 600; }
  .sign-poli .recheck-text {
    font-weight: 600;
    color: #0F172A; }
  .sign-poli ul {
    list-style: decimal;
    padding-left: 2rem; }
    .sign-poli ul li {
      font-size: 1.4rem; }
  .sign-poli .link {
    color: #0F172A;
    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: 1rem 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: 2rem 0;
    padding-top: 4rem;
    margin-bottom: 2rem; }
  .pfcus-tab {
    background: #fff;
    padding: 3.2rem; }
    @media screen and (max-width: 1200px) {
      .pfcus-tab {
        padding: 2rem; } }
    @media screen and (max-width: 400px) {
      .pfcus-tab {
        padding: 1rem; } }
    .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: 1rem; }
    .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: #003E4B; }
          .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: #003E4B; }
      .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 {
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      .pfcus-tab-item.active, .pfcus-tab-item.is-active {
        background-color: #01677D; }
        .pfcus-tab-item.active .text, .pfcus-tab-item.is-active .text {
          color: #fff !important; }
        .pfcus-tab-item.active .icon i, .pfcus-tab-item.is-active .icon i {
          color: #fff !important; }
      @media (hover: hover) {
        .pfcus-tab-item:hover {
          background-color: #01677D; }
          .pfcus-tab-item:hover .text {
            color: #fff !important; }
          .pfcus-tab-item:hover .icon i {
            color: #fff !important; } }
      .pfcus-tab-item .btn, .pfcus-tab-item .btn-pri, .pfcus-tab-item .btn-sec, .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 1.5rem;
        height: 4rem; }
        @media screen and (max-width: 1100px) {
          .pfcus-tab-item .btn, .pfcus-tab-item .btn-pri, .pfcus-tab-item .btn-sec, .pfcus-tab-item .btn-thir {
            padding: 0.5rem; } }
        .pfcus-tab-item .btn .icon, .pfcus-tab-item .btn-pri .icon, .pfcus-tab-item .btn-sec .icon, .pfcus-tab-item .btn-thir .icon {
          margin-right: 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; }
          .pfcus-tab-item .btn .icon i, .pfcus-tab-item .btn-pri .icon i, .pfcus-tab-item .btn-sec .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-sec .text, .pfcus-tab-item .btn-thir .text {
          font-size: 1.4rem;
          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-sec .text, .pfcus-tab-item:hover .btn-thir .text {
          color: #01677D; }
        .pfcus-tab-item:hover .btn i, .pfcus-tab-item:hover .btn-pri i, .pfcus-tab-item:hover .btn-sec i, .pfcus-tab-item:hover .btn-thir i {
          color: #01677D; } }
      .pfcus-tab-item.active .btn .text, .pfcus-tab-item.active .btn-pri .text, .pfcus-tab-item.active .btn-sec .text, .pfcus-tab-item.active .btn-thir .text {
        color: #01677D; }
      .pfcus-tab-item.active .btn i, .pfcus-tab-item.active .btn-pri i, .pfcus-tab-item.active .btn-sec i, .pfcus-tab-item.active .btn-thir i {
        color: #01677D; }
  .pfcus-info {
    position: relative;
    height: 100%;
    background-color: #fff;
    padding: 3.2rem; }
    @media screen and (max-width: 1200px) {
      .pfcus-info {
        padding: 2rem; } }
    @media screen and (max-width: 400px) {
      .pfcus-info {
        padding: 1rem; } }
    .pfcus-info-control {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 1rem;
      margin-top: 3rem;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .pfcus-info-noti {
      font-size: 1.4rem;
      font-style: italic;
      margin-top: 1.2rem; }
    .pfcus-info-kgr:not(:last-child) {
      margin-bottom: 3rem; }
    @media screen and (max-width: 1024px) {
      .pfcus-info-kgr .ip-control {
        width: 100% !important; }
        .pfcus-info-kgr .ip-control.x3 {
          width: 100% !important; } }
    .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-desc .name {
        color: #0F172A; }
      .pfcus-info-top-desc label .text {
        color: #64748b;
        font-size: 1.4rem; }
      .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; } }
        .pfcus-info-top-form-gr .ip-control {
          padding: 0 1.2rem; }
          .pfcus-info-top-form-gr .ip-control.x2, .pfcus-info-top-form-gr .ip-control.x3 {
            width: 50%; }
            @media screen and (max-width: 768px) {
              .pfcus-info-top-form-gr .ip-control.x2, .pfcus-info-top-form-gr .ip-control.x3 {
                width: 100%; } }
          .pfcus-info-top-form-gr .ip-control input {
            font-size: 1.6rem; }
      .pfcus-info-top-image .icon-avt img {
        width: 4.8rem;
        height: 4.8rem;
        border-radius: 100rem;
        -o-object-fit: cover;
        object-fit: cover; }
      .pfcus-info-top-image .icon-avt i {
        font-size: 4.2rem; }
        @media only screen and (max-width: 1200px) {
          .pfcus-info-top-image .icon-avt i {
            font-size: 3.5rem; } }
        @media only screen and (max-width: 800px) {
          .pfcus-info-top-image .icon-avt i {
            font-size: 2.7rem; } }
    .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-inf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 1.2rem;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1.5rem; }
    .pfcus-inf-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 0.5rem; }
      .pfcus-inf-item .icon {
        width: 2rem;
        height: 2rem;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
        .pfcus-inf-item .icon img {
          width: 100%;
          height: 100%;
          -o-object-fit: contain;
          object-fit: contain; }
      .pfcus-inf-item .txt {
        line-height: 1; }
  .pfcus-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 3rem 0; }
    .pfcus-table-col {
      width: 50%; }
      @media screen and (max-width: 768px) {
        .pfcus-table-col {
          width: 100%; } }
      .pfcus-table-col:nth-child(odd) .pfcus-table-body {
        border-left: 0.1rem solid #E2E8F0; }
    .pfcus-table-head {
      background-color: #E2E8F0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 2.5rem 1.6rem;
      font-weight: 600;
      color: #0F172A;
      height: 10rem;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media screen and (max-width: 992px) {
        .pfcus-table-head {
          font-size: 1.4rem; } }
      .pfcus-table-head .txt {
        font-size: 1.4rem;
        font-weight: 400; }
        @media screen and (max-width: 992px) {
          .pfcus-table-head .txt {
            font-size: 1.2rem; } }
    @media screen and (max-width: 768px) {
      .pfcus-table-body {
        border-left: 0.1rem solid #E2E8F0; } }
    .pfcus-table-row {
      padding: 2rem 1.6rem;
      border-right: 0.1rem solid #E2E8F0;
      border-bottom: 0.1rem solid #E2E8F0; }
    .pfcus-table-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 0.5rem;
      padding: 0.5rem 0; }
      @media (hover: hover) {
        .pfcus-table-link:hover {
          color: #0F172A; } }
      .pfcus-table-link .icon {
        width: 2rem;
        height: 2rem; }
        .pfcus-table-link .icon img {
          width: 100%;
          height: 100%;
          -o-object-fit: contain;
          object-fit: contain; }
      .pfcus-table-link .txt {
        line-height: 1; }
  .pfcus-tks {
    font-style: italic;
    color: #0F172A; }
  .pfcus-dx .link {
    color: #858585;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    @media (hover: hover) {
      .pfcus-dx .link:hover {
        color: #0F172A; } }
  .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-pagi .page-numbers {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
  .pfcus-his-table {
    margin-top: 3rem; }
    .pfcus-his-table table {
      width: 100%; }
      .pfcus-his-table table thead tr {
        background-color: #e2e8f0; }
        .pfcus-his-table table thead tr th {
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1;
          font-weight: 600;
          color: #0F172A;
          padding: 2.4rem 0.5rem; }
          .pfcus-his-table table thead tr th:first-child {
            padding-left: 1.4rem; }
          @media screen and (max-width: 1100px) {
            .pfcus-his-table table thead tr th {
              font-size: 1.4rem; } }
      @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; }
        @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: 2.4rem 0rem;
          vertical-align: middle;
          text-align: center;
          color: #0F172A; }
          @media screen and (max-width: 1100px) {
            .pfcus-his-table table tbody tr td {
              font-size: 1.4rem; } }
          @media screen and (max-width: 900px) {
            .pfcus-his-table table tbody tr td {
              display: -webkit-box !important;
              display: -ms-flexbox !important;
              display: flex !important;
              -webkit-box-pack: justify;
              -ms-flex-pack: justify;
              justify-content: space-between;
              width: 100%;
              padding: 1.6rem 0 !important;
              position: relative;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center; }
              .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) !important;
                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; } }
          .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: 1100px) {
              .pfcus-his-table table tbody tr td:not(:first-child) {
                padding: 3rem 0.5rem; } }
            @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: #94A3B8; }
          @media (hover: hover) {
            .pfcus-his-table table tbody tr .bx-link:hover {
              color: #01677D; }
              .pfcus-his-table table tbody tr .bx-link:hover .icon {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg); } }
          .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;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
          .pfcus-his-table table tbody tr .bx-link .text {
            -webkit-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out; }
  .pfcus-his-filter {
    margin-top: 3rem; }
    .pfcus-his-filter-gr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-column-gap: 3rem;
      -moz-column-gap: 3rem;
      column-gap: 3rem; }
      @media screen and (max-width: 1100px) {
        .pfcus-his-filter-gr {
          gap: 2rem;
          -webkit-box-align: end;
          -ms-flex-align: end;
          align-items: flex-end; } }
      @media screen and (max-width: 800px) {
        .pfcus-his-filter-gr {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      .pfcus-his-filter-gr .ip-control {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 1.2rem; }
        @media screen and (max-width: 1100px) {
          .pfcus-his-filter-gr .ip-control {
            -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;
            gap: 0.5rem; } }
        .pfcus-his-filter-gr .ip-control label {
          color: #0F172A !important;
          margin-bottom: 0; }
        .pfcus-his-filter-gr .ip-control .ip-feild {
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1; }
          @media screen and (max-width: 1100px) {
            .pfcus-his-filter-gr .ip-control .ip-feild {
              width: 100%; } }
        .pfcus-his-filter-gr .ip-control .select2-container .select2-selection--single, .pfcus-his-filter-gr .ip-control .ip-control .select2-selection__rendered {
          border-radius: 0.4rem; }
    @media screen and (max-width: 800px) {
      .pfcus-his-filter-control {
        width: 100%; } }
    .pfcus-his-filter-control .btn, .pfcus-his-filter-control .btn-pri, .pfcus-his-filter-control .btn-sec, .pfcus-his-filter-control .btn-thir {
      border-color: #E2E8F0;
      border-radius: 0.4rem;
      height: 4.8rem; }
      @media screen and (max-width: 800px) {
        .pfcus-his-filter-control .btn, .pfcus-his-filter-control .btn-pri, .pfcus-his-filter-control .btn-sec, .pfcus-his-filter-control .btn-thir {
          width: 100%; } }
      .pfcus-his-filter-control .btn i, .pfcus-his-filter-control .btn-pri i, .pfcus-his-filter-control .btn-sec i, .pfcus-his-filter-control .btn-thir i {
        font-size: 1.8rem;
        color: #9C9C9C; }
        @media only screen and (max-width: 1200px) {
          .pfcus-his-filter-control .btn i, .pfcus-his-filter-control .btn-pri i, .pfcus-his-filter-control .btn-sec i, .pfcus-his-filter-control .btn-thir i {
            font-size: 1.6rem; } }
        @media only screen and (max-width: 800px) {
          .pfcus-his-filter-control .btn i, .pfcus-his-filter-control .btn-pri i, .pfcus-his-filter-control .btn-sec i, .pfcus-his-filter-control .btn-thir i {
            font-size: 1.5rem; } }
  .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-sec, .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-upload {
    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; }
    .pfcus-upload-btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 1rem; }
  .pfcus .select2-selection {
    padding: 0.4rem; }
  .pfcus .ip-control label {
    color: #64748b; }
  .pfcus .ip-control input:focus {
    border-color: #01677D;
    color: #0F172A; }

.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: #FFF1BE;
    color: #FF5C00; }
  .bx-status.t-cancel {
    color: #f63e15;
    background: #ffded6; }
  .bx-status.t-pending {
    color: #1582f6;
    background: #d8eafd; }
  .bx-status.t-complete {
    color: #059669;
    background: #ECFDF5; }
  .bx-status.t-sx {
    color: #478A00;
    background: #D4FFA7; }
  .bx-status.t-th {
    color: #334155;
    background: #F8FAFC; }
  .bx-status.t-dh {
    color: #EF4444;
    background: #FEF2F2; }
  .bx-status.t-dg {
    color: #C6A538;
    background: #FEFAED; }

.faq {
  padding: 5rem 0;
  padding-bottom: 6rem; }
  .faq-inner {
    padding: 3rem;
    background-color: #fff; }
    @media screen and (max-width: 992px) {
      .faq-inner {
        padding: 1.5rem; } }
  .faq-main {
    margin-top: 2.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: 2.4rem; }
  .faq-row .subtitle {
    font-size: 2.4rem;
    color: #01677D;
    font-weight: 700; }
    @media only screen and (max-width: 1200px) {
      .faq-row .subtitle {
        font-size: 2rem; } }
    @media only screen and (max-width: 800px) {
      .faq-row .subtitle {
        font-size: 1.7rem; } }
  .faq-ctn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.8rem;
    margin-top: 2.4rem; }
  .faq-item {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    .faq-item.active {
      background: #D4EFFF; }
    .faq-item-top {
      padding: 1.6rem;
      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;
      background: #E2E8F0; }
      .faq-item-top .txt {
        font-weight: 600;
        color: #334155; }
      .faq-item-top .icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .faq-item-top .icon i {
          -webkit-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
      .faq-item-top.active {
        background: #01677D; }
        .faq-item-top.active .txt {
          color: #fff; }
        .faq-item-top.active .icon i {
          -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
          color: #fff; }
    .faq-item-ctn {
      display: none;
      padding: 2.4rem 1.6rem;
      color: #334155; }

.pyc-desc ul {
  list-style: decimal;
  padding-left: 2rem; }
  .pyc-desc ul li {
    padding: 0.5rem 0; }

.pyc-desc .link {
  color: #334155;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 2rem;
  font-weight: 700; }
  @media only screen and (max-width: 1200px) {
    .pyc-desc .link {
      font-size: 1.8rem; } }
  @media only screen and (max-width: 800px) {
    .pyc-desc .link {
      font-size: 1.6rem; } }
  @media (hover: hover) {
    .pyc-desc .link:hover {
      color: #0F172A; } }

.ord-inner {
  padding: 5rem 0; }

.ord-box {
  padding: 2.5rem;
  background-color: #fff; }
  @media screen and (max-width: 1250px) {
    .ord-box {
      padding: 2rem; } }
  @media screen and (max-width: 1200px) {
    .ord-box {
      padding: 1.5rem; } }

.ord-title {
  font-size: 2.4rem;
  font-weight: 600;
  color: #242424;
  line-height: 1.2;
  margin-bottom: 2.4rem; }
  @media only screen and (max-width: 1200px) {
    .ord-title {
      font-size: 2rem; } }
  @media only screen and (max-width: 800px) {
    .ord-title {
      font-size: 1.7rem; } }

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

.ord-left {
  width: calc((3.5 / 12) * 100%);
  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: 3.2rem; }
  @media screen and (max-width: 1200px) {
    .ord-left {
      width: 26rem; } }
  @media screen and (max-width: 650px) {
    .ord-left {
      width: 100%; } }

.ord-right {
  width: calc((8.5 / 12) * 100%);
  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: 3.2rem; }
  @media screen and (max-width: 1200px) {
    .ord-right {
      width: calc(100% - 26rem); } }
  @media screen and (max-width: 650px) {
    .ord-right {
      width: 100%; } }

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

.ord-sum-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem; }
  @media screen and (max-width: 1200px) {
    .ord-sum-item {
      font-size: 1.4rem; } }
  .ord-sum-item .txt {
    color: #64748b; }
  .ord-sum-item .text {
    color: #0F172A;
    font-weight: 600; }
  .ord-sum-item .c-green {
    color: #059669; }

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

.ord-status-item:not(:first-child) .ord-status-box .line::before {
  background: #ececec; }

.ord-status-item:not(:first-child) .ord-status-box .line::after {
  border-color: #ececec; }

.ord-status-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.4rem; }
  .ord-status-box .line {
    position: relative; }
    .ord-status-box .line::before {
      position: absolute;
      content: "";
      height: calc(100% - 2.5rem);
      width: 0.3rem;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      border-radius: 100rem;
      background: #10b981; }
    .ord-status-box .line::after {
      position: absolute;
      content: "";
      width: 0.6rem;
      height: 0.6rem;
      background-color: #fff;
      border-radius: 100rem;
      border: 0.3rem solid #10b981;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      top: 0.7rem; }

.ord-status-desc .txt {
  font-weight: 600;
  color: #0F172A; }

.ord-status-desc .text {
  font-size: 1.4rem;
  color: #64748b; }

.ord-status-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 2rem;
  cursor: pointer;
  padding: 0.5rem 0; }
  .ord-status-more .txt {
    text-decoration: underline; }

.ord-info-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem; }
  .ord-info-top .btn, .ord-info-top .btn-pri, .ord-info-top .btn-sec, .ord-info-top .btn-thir {
    border-radius: 0.3rem; }

.ord-info-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.ord-info-ctn {
  margin-top: 2.4rem; }

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

.ord-info-col {
  padding: 0 1.2rem;
  width: calc(100% / 3);
  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.3rem; }
  @media screen and (max-width: 1100px) {
    .ord-info-col {
      width: 50%; } }
  @media screen and (max-width: 800px) {
    .ord-info-col {
      width: 100% !important; } }
  .ord-info-col .txt {
    color: #64748b; }
  .ord-info-col .text {
    color: #0F172A;
    font-weight: 600;
    word-break: break-word; }
  .ord-info-col:nth-child(2) {
    width: calc((2 / 3) * 100%); }
    @media screen and (max-width: 1100px) {
      .ord-info-col:nth-child(2) {
        width: 50%; } }

.ord-de-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.4rem; }

.ord-de-item {
  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; }
  @media screen and (max-width: 400px) {
    .ord-de-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 0.4rem; }
      .ord-de-item:not(:first-child) {
        margin-top: 0.8rem; } }

.ord-de-table {
  margin-top: 3rem; }
  .ord-de-table table {
    width: 100%; }
    .ord-de-table table thead tr {
      background-color: #e2e8f0; }
      .ord-de-table table thead tr th {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-weight: 600 !important;
        color: #0F172A !important;
        padding: 2.4rem 0.8rem !important;
        font-size: 1.3rem;
        background: none !important; }
    @media screen and (max-width: 1024px) {
      .ord-de-table table thead {
        display: none; } }
    .ord-de-table table tbody tr {
      background: white;
      border-bottom: 0.1rem solid #ebebeb; }
      @media screen and (max-width: 1024px) {
        .ord-de-table table tbody tr:not(:last-child) {
          border-bottom: 0.1rem solid #ebebeb; } }
      .ord-de-table table tbody tr td {
        padding: 2.4rem 0.8rem;
        vertical-align: middle;
        text-align: center;
        color: #0F172A;
        font-size: 1.3rem;
        border-right: 0.1rem solid #E2E8F0; }
        .ord-de-table table tbody tr td:first-child {
          border-left: 0.1rem solid #E2E8F0; }
        .ord-de-table table tbody tr td:nth-child(2) {
          text-align: left; }
          .ord-de-table table tbody tr td:nth-child(2) .txt {
            color: #242424;
            font-weight: 600; }
          .ord-de-table table tbody tr td:nth-child(2) .text {
            font-size: 1.2rem;
            color: #686868; }
        @media screen and (max-width: 1024px) {
          .ord-de-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 0 !important;
            position: relative;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            border: none !important; }
            .ord-de-table table tbody tr td::before {
              content: attr(data-text);
              width: -webkit-fit-content;
              width: -moz-fit-content;
              width: fit-content;
              font-weight: 600;
              color: #031230;
              text-align: left; } }
        .ord-de-table table tbody tr td:not(:first-child) {
          padding: 0.8rem 1rem; }
          @media screen and (max-width: 550px) {
            .ord-de-table table tbody tr td:not(:first-child) {
              padding: 1.6rem 0;
              -webkit-column-gap: 2rem;
              -moz-column-gap: 2rem;
              column-gap: 2rem; }
              .ord-de-table table tbody tr td:not(:first-child) .link {
                text-align: end; } }

@media screen and (max-width: 1024px) {
  .ord-de-box .text {
    text-align: right; }
  .ord-de-box .txt {
    text-align: right; } }

.pcart {
  margin-bottom: 5rem; }
  .pcart-inner-top {
    width: calc((10/12) * 100%);
    margin: 0 auto; }
  .pcart-box {
    padding: 2.4rem;
    background: #fff; }
    .pcart-box:not(:first-child) {
      margin-top: 3.2rem; }
    @media screen and (max-width: 1024px) {
      .pcart-box {
        padding: 1.5rem; } }
  .pcart-title {
    font-size: 2.4rem;
    font-weight: 700;
    color: #0F172A; }
    @media only screen and (max-width: 1200px) {
      .pcart-title {
        font-size: 2rem; } }
    @media only screen and (max-width: 800px) {
      .pcart-title {
        font-size: 1.7rem; } }
  .pcart-ctn-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.8rem; }
    .pcart-ctn-top .recheck-checkbox {
      width: 2rem;
      height: 2rem; }
  @media screen and (max-width: 1100px) {
    .pcart-ctn-info .ip-control {
      width: 50%;
      -webkit-box-flex: 1;
      -ms-flex: auto;
      flex: auto; } }
  @media screen and (max-width: 650px) {
    .pcart-ctn-info .ip-control {
      width: 100%; } }
  .pcart-top-head {
    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;
    cursor: pointer; }
    .pcart-top-head .icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .pcart-top-head .icon i {
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        color: #0F172A;
        font-weight: 600; }
    .pcart-top-head.active .icon i {
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg); }
  .pcart-top-body {
    margin-top: 2rem; }
  .pcart-sum-total {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 0.1rem solid #eaeaea; }
    .pcart-sum-total .txt {
      color: #0F172A;
      font-weight: 600; }
    .pcart-sum-total .text {
      color: #0F172A;
      font-weight: 600; }
  .pcart-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .pcart-item .recheck-item {
      padding: 0.8rem;
      padding-left: 0.4rem; }
      @media screen and (max-width: 950px) {
        .pcart-item .recheck-item {
          padding: 1.2rem;
          padding-left: 0.2rem; } }
    .pcart-item .cmini-img {
      width: 6rem;
      height: 6rem; }
    .pcart-item .cmini-name {
      text-align: left; }
  .pcart-table .quantity {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .pcart-table .quantity {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end; }
        .pcart-table .quantity .quantity-count {
          border: 0.1rem solid #ebebeb; } }
    .pcart-table .quantity .count {
      border: none; }
  .pcart-table .ord-de-table table tbody tr td {
    padding: 1.2rem 0.8rem !important; }
    @media screen and (max-width: 1024px) {
      .pcart-table .ord-de-table table tbody tr td {
        padding: 1.2rem 0.8rem !important; } }
  .pcart-table .ord-de-table table tbody tr td:nth-child(2) {
    text-align: center; }
  @media screen and (max-width: 1024px) {
    .pcart-table .ord-de-table table tbody tr td:first-child::before {
      display: none; }
    .pcart-table .ord-de-table table tbody tr:nth-child(even) {
      background-color: rgba(0, 0, 0, 0.025); } }
  .pcart-table.pstep1 .ord-de-table table tbody tr td:nth-child(2) {
    text-align: left; }
  @media screen and (max-width: 1024px) {
    .pcart-table.pstep1 .ord-de-table table tbody tr td:first-child::before {
      display: block; } }
  .pcart-table.pstep2 .ord-de-table table tbody tr td:nth-child(2) {
    text-align: left; }
  @media screen and (max-width: 1024px) {
    .pcart-table.pstep2 .ord-de-table table tbody tr td:first-child::before {
      display: block; } }
  .pcart-remove {
    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;
    padding: 0.5rem; }
    .pcart-remove i {
      font-size: 2rem;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      @media only screen and (max-width: 1200px) {
        .pcart-remove i {
          font-size: 1.8rem; } }
      @media only screen and (max-width: 800px) {
        .pcart-remove i {
          font-size: 1.6rem; } }
    @media (hover: hover) {
      .pcart-remove:hover i {
        color: #ef4444; } }
  .pcart-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.2rem; }
    @media screen and (max-width: 1024px) {
      .pcart-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 2rem; } }
  .pcart-left {
    width: calc((7 / 12) * 100%);
    padding: 0 1.2rem; }
    @media screen and (max-width: 1024px) {
      .pcart-left {
        width: 100%; } }
    .pcart-left .pfcus-info-top-form-gr {
      margin: 0 -0.8rem; }
      .pcart-left .pfcus-info-top-form-gr .ip-control {
        padding: 0 0.8rem; }
  .pcart-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 1.2rem; }
    .pcart-right .pfcus-info-top-form-gr {
      margin: 0 -0.6rem; }
      .pcart-right .pfcus-info-top-form-gr .ip-control {
        padding: 0 0.6rem; }
  .pcart-total-inner {
    padding: 2.4rem;
    background-color: #01677d;
    border-radius: 0.4rem; }
    .pcart-total-inner .title {
      color: #fff;
      font-weight: 700;
      font-size: 2.4rem; }
      @media only screen and (max-width: 1200px) {
        .pcart-total-inner .title {
          font-size: 2rem; } }
      @media only screen and (max-width: 800px) {
        .pcart-total-inner .title {
          font-size: 1.7rem; } }
    .pcart-total-inner .ord-de-list {
      gap: 0.8rem; }
    .pcart-total-inner .ord-de-item .txt {
      color: #fff; }
    .pcart-total-inner .ord-de-item .text {
      color: #fff; }
    .pcart-total-inner .pcart-sum-total {
      padding-top: 1rem; }
      .pcart-total-inner .pcart-sum-total .ord-de-item .text {
        color: #ffff00; }
  .pcart-total-more .ip-control .txt {
    font-size: 1.4rem;
    color: #64748b;
    font-style: italic; }
  .pcart-form .ip-control label {
    color: #64748b; }
  .pcart-form .ip-control-date input {
    width: 9rem; }
  .pcart-form .ip-control-date .txt {
    white-space: nowrap; }
  @media screen and (max-width: 1200px) {
    .pcart-form.step1 .pcart-total-more .ip-control {
      width: 100% !important; }
      .pcart-form.step1 .pcart-total-more .ip-control-date input {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; } }
  @media screen and (max-width: 440px) {
    .pcart-form.step1 .ord-de-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 0.4rem; }
      .pcart-form.step1 .ord-de-item:not(:first-child) {
        margin-top: 0.8rem; } }
  .pcart-form.step2 .ip-control-date {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .pcart-form.step2 .ip-control-date input {
      width: 100%;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
  .pcart-form.step2 .pcart-flex {
    margin: 0 -0.8rem;
    margin-top: 2.4rem; }
    @media screen and (max-width: 1100px) {
      .pcart-form.step2 .pcart-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 2rem; } }
  .pcart-form.step2 .pcart-left {
    width: calc((9.2 / 12) * 100%);
    padding: 0 0.8rem; }
    @media screen and (max-width: 1100px) {
      .pcart-form.step2 .pcart-left {
        width: 100%; } }
  .pcart-form.step2 .pcart-right {
    padding: 0 0.8rem; }
  .pcart-form.step2 .pcart-total-inner {
    padding: 1.6rem; }
    .pcart-form.step2 .pcart-total-inner .title {
      font-size: 2rem; }
      @media only screen and (max-width: 1200px) {
        .pcart-form.step2 .pcart-total-inner .title {
          font-size: 1.8rem; } }
      @media only screen and (max-width: 800px) {
        .pcart-form.step2 .pcart-total-inner .title {
          font-size: 1.6rem; } }
  .pcart-form.step2 .ord-de-list {
    gap: 1.2rem; }
  .pcart-form.step2 .ord-de-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.4rem; }
    .pcart-form.step2 .ord-de-item .txt {
      font-weight: 400;
      font-size: 1.4rem; }
    .pcart-form.step2 .ord-de-item .text {
      font-weight: 600;
      font-size: 1.4rem; }
  .pcart-form.step2 .pcart-sum-total .ord-de-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.4rem; }
    .pcart-form.step2 .pcart-sum-total .ord-de-item .txt {
      font-weight: 400; }
    .pcart-form.step2 .pcart-sum-total .ord-de-item .text {
      color: #fff !important;
      font-size: 1.8rem; }
      @media only screen and (max-width: 1200px) {
        .pcart-form.step2 .pcart-sum-total .ord-de-item .text {
          font-size: 1.6rem; } }
      @media only screen and (max-width: 800px) {
        .pcart-form.step2 .pcart-sum-total .ord-de-item .text {
          font-size: 1.5rem; } }
  .pcart-main {
    margin-top: 3rem; }
  .pcart-step2-bot .ord-de-table {
    margin-top: 0; }
  .pcart-step3-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.2rem; }
    @media screen and (max-width: 900px) {
      .pcart-step3-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 2rem; } }
  .pcart-step3-left {
    padding: 0 1.2rem;
    width: calc((8/12) * 100%); }
    @media screen and (max-width: 1200px) {
      .pcart-step3-left {
        width: calc((7/12) * 100%); } }
    @media screen and (max-width: 900px) {
      .pcart-step3-left {
        width: 100%; } }
  .pcart-step3-right {
    padding: 0 1.2rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .pcart-step3 .ord-info-col {
    width: calc(100% / 3) !important; }
    @media screen and (max-width: 1200px) {
      .pcart-step3 .ord-info-col {
        width: 50% !important; } }
    @media screen and (max-width: 600px) {
      .pcart-step3 .ord-info-col {
        width: 100% !important; } }
    .pcart-step3 .ord-info-col:nth-child(3) {
      width: 100% !important; }
    .pcart-step3 .ord-info-col:nth-child(10) {
      width: 100% !important; }

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

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

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

.guide-box {
  padding: 3.2rem;
  background-color: #fff; }
  @media screen and (max-width: 992px) {
    .guide-box {
      padding: 2.4rem; } }
  @media screen and (max-width: 450px) {
    .guide-box {
      padding: 1.5rem; } }

.guide-inner {
  padding: 5rem 0; }

.guide-link {
  list-style: decimal;
  padding-left: 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: 1.2rem; }
  .guide-link-item.active .guide-link-link {
    font-weight: 500 !important;
    color: #0F172A; }
  .guide-link-link {
    color: #64748B;
    font-size: 1.4rem;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: block; }
    @media (hover: hover) {
      .guide-link-link:hover {
        color: #0F172A; } }

.guide-title {
  font-size: 3.4rem;
  font-weight: 700;
  color: #0F172A;
  line-height: 1.2; }
  @media only screen and (max-width: 1200px) {
    .guide-title {
      font-size: 2.9rem; } }
  @media only screen and (max-width: 800px) {
    .guide-title {
      font-size: 2.4rem; } }
  @media only screen and (max-width: 500px) {
    .guide-title {
      font-size: 2.1rem; } }

.guide-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-top: 2.4rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 500px) {
    .guide-list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.guide-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  @media screen and (max-width: 500px) {
    .guide-item {
      width: 100%;
      -webkit-box-flex: unset;
      -ms-flex: unset;
      flex: unset; } }
  .guide-item .active {
    background-color: #01677D; }

.guide-ctn-main .guide-img {
  margin-top: 2.4rem; }
  .guide-ctn-main .guide-img .box {
    padding-top: calc((408/978) * 100%); }

.guide-ctn-main .txt {
  margin-top: 2.4rem; }

.guide-img .box {
  position: relative;
  overflow: hidden;
  padding-top: calc((265/978) * 100%); }
  .guide-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.4s ease-in-out;
    transition: 0.4s ease-in-out; }
  @media (hover: hover) {
    .guide-img .box:hover img {
      -webkit-transform: translate(-50%, -50%) scale(1.05);
      transform: translate(-50%, -50%) scale(1.05); } }

.guide-img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1.2rem; }
  .guide-img-box .guide-img {
    width: 50%;
    padding: 0 1.2rem; }
    .guide-img-box .guide-img .box {
      padding-top: calc((232/473) * 100%); }
  @media screen and (max-width: 550px) {
    .guide-img-box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 1.2rem; }
      .guide-img-box .guide-img {
        width: 100%; } }

.guide-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 2rem;
  gap: 1.2rem;
  margin: 1.2rem 0; }
  .guide-text::before {
    background: #50C0EC;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 0.5rem;
    height: 100%; }
  .guide-text .icon {
    width: 3.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media screen and (max-width: 500px) {
      .guide-text .icon {
        width: 2.8rem; } }
    .guide-text .icon img {
      width: 100%;
      height: 2.5rem;
      -o-object-fit: contain;
      object-fit: contain; }

.guide-down {
  margin-top: 2.4rem; }
  .guide-down .btn, .guide-down .btn-pri, .guide-down .btn-sec, .guide-down .btn-thir {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 1rem;
    margin: 0 auto; }

.guide-ptitle {
  font-size: 3.2rem;
  font-weight: 700;
  color: #01677D;
  text-align: center;
  margin-top: 2.4rem; }
  @media only screen and (max-width: 1200px) {
    .guide-ptitle {
      font-size: 2.7rem; } }
  @media only screen and (max-width: 800px) {
    .guide-ptitle {
      font-size: 2.2rem; } }

.news-inner {
  padding: 5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5rem; }

.news-box {
  padding: 3rem;
  background-color: #fff; }
  @media screen and (max-width: 992px) {
    .news-box {
      padding: 1.5rem; } }

.news-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;
  margin-bottom: 3rem;
  gap: 1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 992px) {
    .news-top {
      margin-bottom: 2rem; } }

.news-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  row-gap: 1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .news-link-item {
    font-weight: 600;
    color: #94a3b8;
    position: relative; }
    .news-link-item::before {
      position: absolute;
      content: "";
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      height: 0.2rem;
      background-color: #01677D;
      width: 0;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
    @media (hover: hover) {
      .news-link-item:hover {
        color: #01677D; }
        .news-link-item:hover:before {
          width: 100%; } }
    .news-link-item.active {
      color: #01677D; }
      .news-link-item.active::before {
        width: 100%; }

.news-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.news-tag {
  border-radius: 0.4rem;
  background-color: #ffff00;
  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.2rem 0.8rem;
  font-size: 1.2rem;
  color: #000; }
  .news-tag.option-2 {
    background: #01677D;
    color: #fff; }

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

.news-name {
  font-weight: 600;
  color: #000;
  line-height: 1.3;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }
  @media (hover: hover) {
    .news-name:hover {
      color: #0F172A;
      text-decoration: underline; } }

.news-txt {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #64748b;
  font-size: 1.4rem; }

.news-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  -ms-grid-rows: (1fr)[3];
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 3rem;
  grid-row-gap: 3rem; }
  @media screen and (max-width: 1200px) {
    .news-list {
      grid-column-gap: 1rem;
      grid-row-gap: 1rem; } }
  @media screen and (max-width: 900px) {
    .news-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      grid-row-gap: 2rem; } }
  .news-list .news-item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: 1 / 1 / 4 / 4; }
    .news-list .news-item:nth-child(1) .news-img {
      position: relative;
      padding-top: calc((500/710) * 100%);
      overflow: hidden; }
      .news-list .news-item:nth-child(1) .news-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; }
    .news-list .news-item:nth-child(1) .news-item-box {
      position: relative; }
    .news-list .news-item:nth-child(1) .news-desc {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 1.2rem;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
      background: linear-gradient(rgba(0, 0, 0, 0), black); }
    .news-list .news-item:nth-child(1) .news-txt,
    .news-list .news-item:nth-child(1) .news-date {
      color: #fff; }
    .news-list .news-item:nth-child(1) .news-name {
      color: #fff; }
  .news-list .news-item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
    grid-area: 1 / 4 / 2 / 6; }
  .news-list .news-item:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
    grid-area: 2 / 4 / 3 / 6; }
  .news-list .news-item:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
    grid-area: 3 / 4 / 4 / 6; }
  .news-list .news-item:not(:first-child) .news-img {
    width: 15rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 14.5rem; }
  @media screen and (max-width: 900px) {
    .news-list .news-item:nth-child(1) {
      width: 100%;
      min-height: 40rem; } }
  @media screen and (max-width: 450px) {
    .news-list .news-item:not(:first-child) .news-item-box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .news-list .news-item:not(:first-child) .news-img {
      padding-top: calc((210 / 371) * 100%);
      width: 100%;
      height: auto;
      position: relative; }
      .news-list .news-item:not(:first-child) .news-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 screen and (max-width: 450px) and (hover: hover) {
    .news-list .news-item:not(:first-child) .news-img:hover img {
      -webkit-transform: translate(-50%, -50%) scale(1.05);
      transform: translate(-50%, -50%) scale(1.05); } }

.news-item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  height: 100%; }

.news-img {
  display: block;
  overflow: hidden;
  width: 100%; }
  .news-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out; }
  @media (hover: hover) {
    .news-img:hover img {
      -webkit-transform: scale(1.05);
      transform: scale(1.05); } }

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

.news-grid {
  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: 3rem;
  grid-row-gap: 3rem; }
  @media screen and (max-width: 1200px) {
    .news-grid {
      grid-column-gap: 1rem;
      grid-row-gap: 1rem; } }
  @media screen and (max-width: 768px) {
    .news-grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      grid-column-gap: 0rem;
      grid-row-gap: 2rem;
      margin: 0 -0.8rem; } }
  .news-grid .news-item-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .news-grid .news-item: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; }
  .news-grid .news-item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1 / 2 / 3 / 3; }
    .news-grid .news-item:nth-child(2) .news-img {
      padding-top: calc((392 / 371) * 100%); }
  .news-grid .news-item:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 1 / 3 / 2 / 4; }
  .news-grid .news-item:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2 / 1 / 3 / 2; }
  .news-grid .news-item:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 2 / 3 / 3 / 4; }
  .news-grid .news-item:not(:nth-child(2)) .news-img {
    padding-top: calc((210 / 371) * 100%); }
  .news-grid .news-item .news-img {
    position: relative;
    width: 100%;
    padding-top: calc((210 / 371) * 100%); }
    .news-grid .news-item .news-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) {
      .news-grid .news-item .news-img:hover img {
        -webkit-transform: translate(-50%, -50%) scale(1.05);
        transform: translate(-50%, -50%) scale(1.05); } }
  @media screen and (max-width: 768px) {
    .news-grid .news-item {
      grid-area: unset;
      width: 50%;
      padding: 0 0.8rem; }
      .news-grid .news-item .news-img {
        padding-top: calc((210 / 371) * 100%) !important; } }
  @media screen and (max-width: 550px) {
    .news-grid .news-item {
      width: 100%; } }

.news .s-pagi {
  margin-top: 5rem; }

.dnews-inner {
  padding: 5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6rem; }
  @media screen and (max-width: 992px) {
    .dnews-inner {
      gap: 3rem;
      padding: 3rem 0; } }

.dnews-box {
  padding: 3rem;
  background-color: #fff; }
  @media screen and (max-width: 992px) {
    .dnews-box {
      padding: 1.5rem; } }

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

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

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

.dnews-fixed {
  position: sticky;
  top: var(--size-hd); }

.dnews-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: 2rem; }
  @media screen and (max-width: 900px) {
    .dnews-list {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 0;
      row-gap: 2rem;
      margin: 0 -0.8rem;
      margin-top: 2rem; } }
  @media screen and (max-width: 900px) {
    .dnews-list .news-item {
      width: calc(100% / 3);
      padding: 0 0.8rem; } }
  @media screen and (max-width: 650px) {
    .dnews-list .news-item {
      width: 50%; } }
  @media screen and (max-width: 500px) {
    .dnews-list .news-item {
      width: 100%; } }
  .dnews-list .news-item-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .dnews-list .news-name {
    font-size: 1.4rem; }
  .dnews-list .news-img {
    display: none; }
  .dnews-list .news-txt {
    display: none; }

.dnews-name {
  font-weight: 700;
  color: #041e42;
  font-size: 3.2rem;
  line-height: 1.3;
  margin-bottom: 1rem; }
  @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.2rem; } }

.dnews-img {
  width: 100%; }
  .dnews-img .box {
    padding-top: calc((486 / 978) * 100%);
    position: relative;
    overflow: hidden; }
    .dnews-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; }
  .dnews-img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 1.2rem -1.2rem; }
    .dnews-img-box .dnews-img {
      width: 50%;
      padding: 0 1.2rem; }
      .dnews-img-box .dnews-img .box {
        padding-top: calc((298 / 473) * 100%); }
    @media screen and (max-width: 550px) {
      .dnews-img-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1.2rem; }
        .dnews-img-box .dnews-img {
          width: 100%; } }

.dnews-social {
  padding-top: 3rem;
  margin-top: 4rem;
  border-top: 0.4rem solid #e2e8f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.4rem;
  row-gap: 1rem; }
  .dnews-social .txt {
    color: #0F172A; }
  .dnews-social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .dnews-social-link {
    padding: 0.5rem;
    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; }
    .dnews-social-link 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) {
      .dnews-social-link:hover img {
        -webkit-transform: translateY(-0.5rem);
        transform: translateY(-0.5rem); } }

.dnews-re {
  overflow: hidden; }
  .dnews-re .swiper {
    margin: 0 -1.5rem; }
    @media screen and (max-width: 900px) {
      .dnews-re .swiper {
        margin: 0 -0.8rem; } }
    .dnews-re .swiper-slide {
      width: calc(100% / 3);
      padding: 0 1.5rem; }
      @media screen and (max-width: 900px) {
        .dnews-re .swiper-slide {
          padding: 0 0.8rem; } }
      @media screen and (max-width: 650px) {
        .dnews-re .swiper-slide {
          width: 50%; } }
      @media screen and (max-width: 500px) {
        .dnews-re .swiper-slide {
          width: 80%; } }
  .dnews-re .news-item-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .dnews-re .news-img {
    padding-top: calc((210 / 376) * 100%);
    position: relative;
    overflow: hidden; }
    .dnews-re .news-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) {
      .dnews-re .news-img:hover img {
        -webkit-transform: translate(-50%, -50%) scale(1.05);
        transform: translate(-50%, -50%) scale(1.05); } }

.comp-inner {
  padding: 5rem 0; }

.comp-box {
  padding: 3rem;
  background-color: #fff; }
  @media screen and (max-width: 992px) {
    .comp-box {
      padding: 1.5rem; } }

.comp-table {
  overflow-x: auto; }
  .comp-table::-webkit-scrollbar {
    height: 0.5rem; }
  .comp-table-head {
    padding: 2.8rem 0.8rem;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer; }
    @media (hover: hover) {
      .comp-table-head:hover {
        background: #01677D; }
        .comp-table-head:hover .comp-control {
          color: #fff; } }

.comp table {
  width: 100%;
  min-width: 65rem; }
  .comp table thead tr {
    border-bottom: 0.1rem solid #ebebeb;
    border-top: 0.1rem solid #ebebeb; }
    .comp table thead tr th {
      font-weight: 600;
      color: #0F172A;
      text-align: left;
      border-right: 0.1rem solid #ebebeb;
      vertical-align: middle;
      width: 27%;
      min-width: 20rem; }
      .comp table thead tr th:nth-child(1) {
        background-color: #e2e8f0;
        min-width: 13rem;
        width: auto; }
        .comp table thead tr th:nth-child(1) .comp-table-head {
          background-color: #e2e8f0 !important;
          cursor: default; }
  .comp table tbody tr {
    background: white;
    border-bottom: 0.1rem solid #ebebeb; }
    @media screen and (max-width: 950px) {
      .comp table tbody tr:not(:last-child) {
        border-bottom: 0.1rem solid #ebebeb; } }
    .comp table tbody tr td {
      padding: 2.4rem 0.8rem;
      vertical-align: middle;
      text-align: left;
      color: #0F172A;
      border-right: 0.1rem solid #e2e8f0; }
      .comp table tbody tr td:first-child {
        border-left: 0.1rem solid #e2e8f0; }
      .comp table tbody tr td:not(:first-child) {
        padding: 0.8rem 1rem; }

.comp-item .srch-item {
  padding: 0;
  border: none; }

.comp-item .srch-ctn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.comp-control {
  color: #01677D;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

.pss {
  width: 100%; }
  .pss-wrap {
    overflow-x: auto; }
  .pss-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    max-height: 80vh;
    min-width: 50rem; }
  .pss-left {
    width: calc((1/3) * 100%);
    max-height: 100%;
    overflow-y: auto;
    z-index: 5; }
    .pss-left > .menu-list {
      max-height: 100%; }
      .pss-left > .menu-list > .menu-item {
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        .pss-left > .menu-list > .menu-item .menu-link {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          height: 5.8rem;
          -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;
          padding: 1.2rem 1.5rem;
          font-size: 1.4rem; }
          @media screen and (max-width: 768px) {
            .pss-left > .menu-list > .menu-item .menu-link {
              font-size: 1.2rem; } }
          .pss-left > .menu-list > .menu-item .menu-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: 2.4rem;
            height: 2.4rem;
            padding: 0.2rem; }
            .pss-left > .menu-list > .menu-item .menu-link .icon img {
              width: 100%;
              -o-object-fit: contain;
              object-fit: contain;
              height: 100%; }
        .pss-left > .menu-list > .menu-item > .menu-list {
          left: calc(100% / 3);
          width: calc(100% / 3); }
          .pss-left > .menu-list > .menu-item > .menu-list::before {
            background: rgba(164, 171, 179, 0.5);
            left: 0;
            top: 0;
            bottom: 0;
            content: "";
            position: absolute;
            z-index: -1;
            width: 200%; }
          .pss-left > .menu-list > .menu-item > .menu-list > .menu-item {
            -webkit-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out; }
            .pss-left > .menu-list > .menu-item > .menu-list > .menu-item:hover {
              background: #f1f5f9; }
            .pss-left > .menu-list > .menu-item > .menu-list > .menu-item > .menu-list {
              left: 100%;
              width: 100%; }
              .pss-left > .menu-list > .menu-item > .menu-list > .menu-item > .menu-list .menu-item {
                -webkit-transition: 0.3s ease-in-out;
                transition: 0.3s ease-in-out; }
                .pss-left > .menu-list > .menu-item > .menu-list > .menu-item > .menu-list .menu-item:hover {
                  background: #f1f5f9; }
        .pss-left > .menu-list > .menu-item .menu-list {
          position: absolute;
          top: 0;
          opacity: 0;
          visibility: hidden;
          -webkit-transform: translateX(1rem);
          transform: translateX(1rem);
          -webkit-transition: 0.2s ease;
          transition: 0.2s ease;
          height: 100%; }
          .pss-left > .menu-list > .menu-item .menu-list > .menu-item {
            background: white; }
            .pss-left > .menu-list > .menu-item .menu-list > .menu-item:hover .menu-list {
              opacity: 1;
              -webkit-transform: translateX(0);
              transform: translateX(0);
              visibility: visible; }
        .pss-left > .menu-list > .menu-item:hover {
          background-color: #01677D; }
          .pss-left > .menu-list > .menu-item:hover > .menu-list {
            opacity: 1;
            -webkit-transform: translateX(0);
            transform: translateX(0);
            visibility: visible; }
          .pss-left > .menu-list > .menu-item:hover > .menu-link {
            color: #fff; }
            .pss-left > .menu-list > .menu-item:hover > .menu-link .icon img {
              -webkit-filter: brightness(0) saturate(100%) invert(96%) sepia(100%) saturate(0%) hue-rotate(90deg) brightness(110%) contrast(101%);
              filter: brightness(0) saturate(100%) invert(96%) sepia(100%) saturate(0%) hue-rotate(90deg) brightness(110%) contrast(101%); }
  .pss-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-height: 100%;
    overflow-y: auto;
    border-left: 0.1rem solid #e2e8f0; }
    .pss-right-top {
      color: #000;
      background-color: #EFEFEF;
      padding: 1.2rem;
      line-height: 1.3; }
  .pss-list .srch-item {
    border: 0.1rem solid transparent;
    border-bottom: 0.1rem solid #E2E8F0;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    .pss-list .srch-item:hover {
      border: 0.1rem solid #01677D; }

.poli-main {
  margin: 5rem 0;
  margin-bottom: 7rem;
  padding: 3.2rem;
  background-color: #fff;
  overflow: hidden; }
  @media screen and (max-width: 900px) {
    .poli-main {
      padding: 1.4rem; } }

.poli-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -3rem; }
  @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: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 3rem;
  max-width: calc((3/12) * 100%);
  position: relative; }
  @media screen and (max-width: 768px) {
    .poli-left {
      width: 100%;
      max-width: 100%;
      border-bottom: 0.1rem solid #CBD5E1; } }
  .poli-left:before {
    position: absolute;
    content: "";
    right: 0;
    height: 100%;
    width: 0.3rem;
    top: 0;
    background-color: #CBD5E1; }

.poli-right {
  padding: 0 3rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  .poli-right > .txt {
    color: #334155; }

.poli-top {
  position: relative; }
  .poli-top:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0.3rem;
    background-color: #01677D;
    top: 0;
    right: calc(100% + 3rem); }

.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-list .menu-item {
    padding: 0.8rem 0; }
  .poli-list .current_page_item .poli-link, .poli-list .current-menu-item .poli-link {
    color: #01677D;
    font-weight: 700; }

.poli-link {
  padding: 0.8rem 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  .poli-link.active {
    color: #01677D;
    font-weight: 700; }
  @media (hover: hover) {
    .poli-link:hover {
      text-decoration: underline; } }

.poli-title {
  color: #000;
  font-weight: 700;
  font-size: 3.2rem; }
  @media only screen and (max-width: 1200px) {
    .poli-title {
      font-size: 2.7rem; } }
  @media only screen and (max-width: 800px) {
    .poli-title {
      font-size: 2.2rem; } }

.poli-ctn .title {
  font-weight: 700;
  color: #01677D;
  font-size: 2rem;
  margin-top: 4rem;
  margin-bottom: 2.4rem; }
  @media only screen and (max-width: 1200px) {
    .poli-ctn .title {
      font-size: 1.8rem; } }
  @media only screen and (max-width: 800px) {
    .poli-ctn .title {
      font-size: 1.6rem; } }

.poli-ctn .desc {
  color: #334155; }

.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: #01677D; }

.c-pur {
  color: #314c9a; }

.c-second {
  color: #003E4B; }

.c-four {
  color: #94A3B8; }

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

.c-text {
  color: #0F172A; }

.c-white {
  color: #F8FAFC; }

.c-black {
  color: #242424; }

.c-grey {
  color: #EBEBEB; }

.c-red {
  color: #e52346; }

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

.c-green {
  color: #059669; }

.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-sec, .trans.btn-thir {
  border: 0.1rem solid #01677D; }

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

.pt-0 {
  padding-top: 0 !important; }

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

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

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

.m-auto {
  margin: 0 auto; }

.mt-04 {
  margin-top: 0.4rem; }

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

.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-12 {
  margin-bottom: 1.2rem; }

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

.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-sum-total .includes_tax {
  display: none; }

.pcart-table .ord-de-table table .tax_label {
  display: none; }

.pcate-fillc-box > .icon i {
  font-size: 1.2rem; }

.step-item:not(.active) .step-item-box .icon img {
  -webkit-filter: brightness(0) saturate(100%) invert(44%) sepia(13%) saturate(708%) hue-rotate(176deg) brightness(97%) contrast(89%);
  filter: brightness(0) saturate(100%) invert(44%) sepia(13%) saturate(708%) hue-rotate(176deg) brightness(97%) contrast(89%); }

.product-remove a {
  padding: 0.5rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  height: 100% !important;
  width: 100% !important; }
  .product-remove a:hover {
    background: none !important; }

.pcart-total.cart-total-check-info {
  background-color: #01677d;
  border-radius: 0.4rem;
  padding: 1.6rem; }
  .pcart-total.cart-total-check-info .pcart-total-inner {
    padding: 0; }

.woocommerce-mini-cart__total.cmini-total .tax_label {
  display: none; }

.woocommerce-mini-cart__buttons.cmini-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.8rem; }
  .woocommerce-mini-cart__buttons.cmini-control .button.wc-forward {
    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;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    padding: 0 2rem;
    border: 1px solid transparent;
    font-weight: 600; }
    .woocommerce-mini-cart__buttons.cmini-control .button.wc-forward:not(.checkout) {
      border: 1px solid #64748b; }
      @media (hover: hover) {
        .woocommerce-mini-cart__buttons.cmini-control .button.wc-forward:not(.checkout):hover {
          background: #01677D;
          color: #F8FAFC; } }
  .woocommerce-mini-cart__buttons.cmini-control .button.checkout.wc-forward {
    background-color: #01677D;
    color: #F8FAFC;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    @media (hover: hover) {
      .woocommerce-mini-cart__buttons.cmini-control .button.checkout.wc-forward:hover {
        color: #01677D;
        background-color: #F8FAFC;
        -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; } }

.ord-de-table .cmini-ctn {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.ord-de-table .check .recheck-item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem 0; }

.guide-list .poli-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%; }
  .guide-list .poli-list .menu-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #64748b;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    padding: 0; }
    .guide-list .poli-list .menu-item .poli-link {
      padding: 0;
      text-decoration: none !important;
      width: 100%;
      text-align: center;
      height: 4.4rem;
      padding: 0.8rem 0;
      font-weight: 600 !important; }
    .guide-list .poli-list .menu-item.current-menu-item {
      background-color: #01677D; }
      .guide-list .poli-list .menu-item.current-menu-item .poli-link {
        color: #fff; }
    @media (hover: hover) {
      .guide-list .poli-list .menu-item:hover {
        background-color: #01677D; }
        .guide-list .poli-list .menu-item:hover .poli-link {
          color: #fff; } }

.pfcus-tab .poli-list {
  gap: 1rem; }
  .pfcus-tab .poli-list .menu-item {
    padding: 0; }
    .pfcus-tab .poli-list .menu-item.current-menu-item .poli-link {
      background-color: #01677d;
      color: #fff; }
    @media (hover: hover) {
      .pfcus-tab .poli-list .menu-item:hover .poli-link {
        background-color: #01677d;
        color: #fff; } }
  .pfcus-tab .poli-list .poli-link {
    height: 4rem;
    padding: 0.5rem 1.5rem;
    font-size: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    text-decoration: none !important;
    font-weight: 400 !important; }

.pfcus-upload-btn label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .pfcus-upload-btn label input {
    border: none;
    height: auto;
    background: transparent; }

.pcate-fillc-pro .pcate-fillc-box,
.pcate-more-body .recheck-item {
  padding: 0.8rem 2.4rem; }

.header-srch-re.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.header-srch-re .icon-remove {
  position: absolute;
  right: 1rem;
  top: 1rem;
  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: 2.4rem;
  height: 2.4rem;
  cursor: pointer; }

.hpro-col:nth-child(odd) .hpro-img {
  background: #eddfee; }

.hpro-col:nth-child(even) .hpro-img {
  background: #d4dfce; }

.hpro-img .box img {
  -webkit-transform: none;
  transform: none;
  width: 90%;
  height: 60%;
  bottom: 0;
  right: 0;
  top: unset;
  left: unset; }

.his-slide .swiper {
  width: calc(100% / 4.5);
  overflow: visible; }
  @media screen and (max-width: 1200px) {
    .his-slide .swiper {
      width: 25%; } }
  @media screen and (max-width: 992px) {
    .his-slide .swiper {
      width: calc(100% / 3); } }
  @media screen and (max-width: 768px) {
    .his-slide .swiper {
      width: 50%; } }
  @media screen and (max-width: 550px) {
    .his-slide .swiper {
      width: 80%; } }
  .his-slide .swiper-slide {
    width: 100%; }

.event-slide .swiper {
  max-height: 15rem; }
  @media screen and (max-width: 992px) {
    .event-slide .swiper {
      max-height: unset; } }

.pcate-item-price {
  margin-top: auto; }

.pfcus-his-table table tbody tr .bx-link {
  background: none !important;
  font-weight: 400; }

.ord-title {
  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;
  gap: 1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .ord-title .link {
    font-size: 1.2rem;
    text-decoration: underline; }

.pdp-or-item .c-pri.fw-6:not(:first-child) {
  position: relative; }
  .pdp-or-item .c-pri.fw-6:not(:first-child):before {
    content: ",";
    left: 0;
    bottom: 0; }

.comp-item {
  position: relative; }
  .comp-item .mona-remove-compare {
    position: absolute;
    right: 0;
    top: 0;
    width: 2rem;
    height: 2rem;
    cursor: pointer;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center; }

.pss-list .srch-item {
  padding: 1rem; }

.pfcus .ip-control .dateTime {
  -webkit-box-flex: unset;
  -ms-flex: unset;
  flex: unset;
  width: 100%; }

.pfcus-info-top-desc label .text {
  word-break: break-all; }

.pfcus-his-filter-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.2rem; }

@media screen and (max-width: 950px) {
  .ord-de-table table tbody tr td::before {
    content: attr(data-text) !important; }
  .ord-de-table .check .recheck-item {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .product-remove .pcart-remove {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .pcart-table .ord-de-table table tbody tr td {
    padding: 1.2rem 0.5rem !important; } }

.woocommerce table.shop_table {
  overflow: hidden; }

.ord-de-table .weight .button {
  height: 4.4rem !important;
  background: none !important;
  border: 0.1rem solid #01677D;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #01677D !important;
  border-radius: 0 !important; }
  @media (hover: hover) {
    .ord-de-table .weight .button:hover {
      background: #01677D !important;
      color: #fff !important; } }

.pfcus-his-filter-gr .ip-control label {
  white-space: nowrap; }

.footer-col #media_image-2 img {
  width: 70%;
  margin-top: 1rem; }

.header-bot-right > .menu-list > .menu-item > .menu-list {
  min-width: 15rem;
  border-radius: 0.8rem;
  padding: 0 !important; }
  .header-bot-right > .menu-list > .menu-item > .menu-list .menu-link {
    padding: 1rem;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    .header-bot-right > .menu-list > .menu-item > .menu-list .menu-link:before {
      display: none; }
    @media (hover: hover) {
      .header-bot-right > .menu-list > .menu-item > .menu-list .menu-link:hover {
        background: rgba(0, 62, 75, 0.05); } }

.header-more-inner {
  padding: 0 !important;
  border-radius: 0.8rem; }
  .header-more-inner .menu-link {
    padding: 1rem;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    .header-more-inner .menu-link:before {
      display: none; }
    @media (hover: hover) {
      .header-more-inner .menu-link:hover {
        background: rgba(0, 62, 75, 0.05); } }

.pfcus-info-top-desc .text {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.mega-bot-img img {
  max-height: 25rem; }

.mega-hover-inner {
  overflow: hidden; }

.mega-top .mega-list {
  max-height: 50vh;
  overflow-y: auto; }

.header-usr-inner .link .icon {
  width: 1.8rem;
  height: 1.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;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.fe-creact-compare {
  position: relative;
  overflow: visible; }
  @media (hover: hover) {
    .fe-creact-compare:hover .btn-compare-hover {
      opacity: 1;
      visibility: visible; } }
  .fe-creact-compare .btn-compare-hover {
    position: absolute;
    bottom: 100%;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    visibility: hidden; }
    .fe-creact-compare .btn-compare-hover .inner {
      background: white;
      margin-bottom: 1rem;
      font-size: 1.2rem;
      padding: 0.5rem;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      display: inline-block;
      -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
      box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
      position: relative; }
      .fe-creact-compare .btn-compare-hover .inner::before {
        position: absolute;
        left: 50%;
        top: 100%;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
        width: 1rem;
        height: 1rem;
        content: "";
        background: #fff;
        -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; }

.ord-de-table .cmini-ctn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  font-size: 1.6rem; }

.ord-de-table .woocommerce-Price-amount {
  font-weight: 600; }

.mobile-nav .header-control-item .icon i {
  color: #0F172A; }

.cmini-list {
  max-height: calc(100vh - 32rem); }
  .cmini-list .cmini-item a.remove {
    color: #334155 !important;
    font-weight: 400 !important;
    background: transparent !important;
    background-color: transparent !important;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }

.pcart-inner-top .txt a {
  font-weight: 600;
  color: #334155 !important; }
  @media (hover: hover) {
    .pcart-inner-top .txt a:hover {
      text-decoration: underline; } }

.wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward:hover {
  color: #334155 !important;
  background: none !important;
  background-color: none !important;
  text-decoration: underline; }

.woocommerce-notices-wrapper ~ .step .container,
.woocommerce-notices-wrapper ~ .woocommerce-cart-form .pcart .container {
  padding: 0; }

@media screen and (max-width: 900px) {
  .pdp-right {
    width: 100% !important; } }

.pdp-right .pdp-row .btn-sec {
  min-width: 6rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.pdp-right .pdp-row .btn-pri,
.pdp-right .pdp-row .btn-thir {
  width: 20rem;
  -webkit-box-flex: unset;
  -ms-flex: unset;
  flex: unset; }
  .pdp-right .pdp-row .btn-pri .icon,
  .pdp-right .pdp-row .btn-thir .icon {
    margin-top: 0.2rem; }

.pcate-img-hover .btn, .pcate-img-hover .btn-pri, .pcate-img-hover .btn-sec, .pcate-img-hover .btn-thir, .pcate-img-hover .btn-pri {
  border-radius: 0; }

.pdp-right table.variations tbody {
  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: 400px) {
    .pdp-right table.variations tbody tr {
      -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; }
      .pdp-right table.variations tbody tr .value {
        width: 100%; }
        .pdp-right table.variations tbody tr .value select {
          width: 100%; } }
  .pdp-right table.variations tbody tr .label {
    width: 12rem;
    text-align: left; }

.container .container {
  padding: 0 !important; }

.pdp .pdp-left {
  position: relative; }
  .pdp .pdp-left > .onsale {
    border-radius: 0 !important;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: unset !important;
    padding: 0.5rem 1rem !important;
    line-height: 1.5;
    top: 0;
    left: 1.6rem;
    background: #ff5656; }

.variation.cart-item-data .variation-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.4rem; }

.cmini-info {
  font-size: 1.2rem; }

@media screen and (max-width: 950px) {
  .pcart-table .ord-de-table table tbody tr td .cmini-item {
    -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; }
  .pcart-table .ord-de-table table tbody tr td .cmini-ctn {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .pcart-table .ord-de-table table tbody tr td:nth-child(2) {
    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: 550px) {
  .pfcus-info-control .btn, .pfcus-info-control .btn-pri, .pfcus-info-control .btn-sec, .pfcus-info-control .btn-thir {
    width: 100%; } }

.pcate-more-body .category-menu {
  padding: 0 !important; }
  .pcate-more-body .category-menu a {
    padding: 1rem 4.4rem;
    display: inline-block;
    width: 100%; }

.k-all .tabel-total > div {
  text-align: right; }
  .k-all .tabel-total > div span:not(.td-chitiet-pdf) {
    display: inline-block; }
  .k-all .tabel-total > div:last-child {
    border-top: 0.1rem solid #000;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    min-width: 35%;
    max-width: 100%; }

.ord-de-table .wc-item-meta,
.ord-de-table .cart-item-data {
  padding-left: 0 !important;
  list-style: none !important; }
  .ord-de-table .wc-item-meta li,
  .ord-de-table .cart-item-data li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-left: 2rem; }
    .ord-de-table .wc-item-meta li:before,
    .ord-de-table .cart-item-data li:before {
      position: absolute;
      content: "";
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      height: 0.4rem;
      width: 0.4rem;
      border-radius: 100rem;
      border: 0.1rem solid; }

.pyc-desc ol {
  padding-left: 0 !important; }

.single_variation_wrap.pdp-row {
  padding-top: 0; }

.pdp-right .variations_form > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .pdp-right .variations_form > div .variations {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .pdp-right .variations_form > div .woocommerce-variation.single_variation {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-top: 1rem; }
  .pdp-right .variations_form > div .woo-quantity {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 1rem; }
  .pdp-right .variations_form > div .pdp-control {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 1rem; }

@media screen and (min-width: 1024.66px) {
  .woocommerce-cart-form .pcart .ord-de-table {
    overflow-x: auto; }
    .woocommerce-cart-form .pcart .ord-de-table::-webkit-scrollbar {
      height: 0.8rem;
      cursor: -webkit-grab;
      cursor: grab; }
    .woocommerce-cart-form .pcart .ord-de-table table {
      min-width: 105rem; } }

.mona-template-compage .header-srch-input .btn, .mona-template-compage .header-srch-input .btn-pri, .mona-template-compage .header-srch-input .btn-sec, .mona-template-compage .header-srch-input .btn-thir {
  display: none; }

.mona-template-compage .srch-desc .srch-link {
  display: none; }

.mona-template-compage .srch-desc .btn-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.header .srch-desc .btn-sec {
  display: none; }

.comp-table .pcate-item-price .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .comp-table .pcate-item-price .price del bdi {
    color: #686868;
    font-size: 1.4rem; }
  .comp-table .pcate-item-price .price ins {
    text-decoration: none; }

@media screen and (max-width: 740px) {
  .wc-block-components-radio-control .wc-block-components-radio-control__input {
    left: 0 !important; } }

.download-pdf .mona-content .wc-item-meta li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .download-pdf .mona-content .wc-item-meta li::before {
    position: absolute;
    left: -1.5rem;
    top: 0.8rem;
    content: "";
    width: 0.3rem;
    height: 0.3rem;
    border: 0.1rem solid #242424;
    border-radius: 100rem; }

.download-pdf .wc-item-meta.data-custom li:last-child {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .download-pdf .wc-item-meta.data-custom li:last-child::before {
    position: absolute;
    left: -1.5rem;
    top: 0.8rem;
    content: "";
    width: 0.3rem;
    height: 0.3rem;
    border: 0.1rem solid #242424;
    border-radius: 100rem; }

.ord-info-list .ord-info-col:nth-child(1) {
  width: calc(2/3 * 100%) !important; }
  .ord-info-list .ord-info-col:nth-child(1) .text {
    -webkit-line-clamp: 5; }

.ord-info-list .ord-info-col:nth-child(2) {
  width: calc(100% / 3) !important; }

@media screen and (max-width: 600px) {
  .ord-info-list .ord-info-col:nth-child(1) {
    width: 100% !important; }
    .ord-info-list .ord-info-col:nth-child(1) .text {
      -webkit-line-clamp: 5; }
  .ord-info-list .ord-info-col:nth-child(2) {
    width: 100% !important; } }

.pcate-list.event-list {
  margin: 0 -0.8rem;
  row-gap: 2rem; }
  .pcate-list.event-list .news-item {
    width: 25%;
    padding: 0 0.8rem; }
    @media screen and (max-width: 1024px) {
      .pcate-list.event-list .news-item {
        width: calc(100% /3); } }
    @media screen and (max-width: 768px) {
      .pcate-list.event-list .news-item {
        width: 50%; } }
    @media screen and (max-width: 400px) {
      .pcate-list.event-list .news-item {
        width: 100%; } }
    .pcate-list.event-list .news-item .news-item-box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }

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