@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/font/Monsterrat/stylesheet.css");
@import url("../assets/font/Inter/stylesheet.css");
@import url("../assets/font/Poppins/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: 10.4rem;
    --pd-sc: 8rem;
    --size-hd-sticky: 8rem;
    margin: 0 !important;
    --rewidth: calc((100vw - 120rem)/2);
    --recont: calc(100vw - (100vw - 120rem)/2);
}

@media (max-width: 1200px) {
     :root {
        --pd-sc: 4rem;
    }
}

@media (max-width: 1230px) {
     :root {
        --rewidth: 1.5rem;
    }
}

@media (max-width: 768px) {
     :root {
        --size-hd: 8rem;
    }
}

@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', 'san-serif';
    font-size: 16px;
    line-height: 1.55;
    font-weight: 400;
    color: #0F172A;
    overflow: hidden auto;
    background: #fff;
}

@media screen and (min-width: 2000px) {
    body {
        font-size: 20px;
    }
}

input,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: 'Inter', 'san-serif';
}

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: 'Montserrat';
}

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

.container {
    width: 100%;
    max-width: 123rem;
    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;
}

iframe {
    vertical-align: middle;
}

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

.load-hidden {
    display: none;
}

@-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: 99;
    background: #fff;
    border-bottom: 0.1rem solid #CBD5E1;
}

.header.sticky {
    margin-top: -2.4rem;
}

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

.header-wrapper {
    position: relative;
    z-index: 98;
    height: inherit;
}

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

.header-logo {
    padding-right: 2.6rem;
    height: inherit;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.header-logo-mobile {
    display: none;
    position: relative;
}

@media screen and (max-width: 1200px) {
    .header-logo-mobile {
        display: block;
    }
    .header-logo-mobile .custom-logo-link {
        width: 10rem !important;
    }
}

.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;
    width: 9.2rem;
}

@media screen and (max-width: 1200px) {
    .header .custom-logo-link {
        width: 12rem;
    }
}

.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;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.header-wrap {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 8rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1200px) {
    .header-wrap {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%;
        gap: 2rem;
    }
}

.header-gr {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    gap: 0.8rem;
    height: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1200px) {
    .header-gr {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        margin-left: auto;
    }
}

.header-nav {
    margin: 0 auto;
}

.header-top {
    position: relative;
    height: 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3rem;
    row-gap: 0.5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

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

.header-top::before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    background-color: #E20932;
    width: 100vw;
    height: 100%;
    z-index: -1;
}

.header-top .txt {
    font-size: 1.4rem;
    line-height: 1;
    color: #fff;
}

.header-more {
    position: relative;
    padding: 0 1.5rem;
    border-right: 0.1rem solid #fff;
}

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

.header-more .txt {
    color: #475569;
    line-height: 1;
}

.header-more .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-more .icon i {
    color: #475569;
    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 {
    margin-top: 2rem;
    background-color: #fff;
    padding: 1rem;
    border: 0.1rem solid #E2E8F0;
    -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;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.header-more-inner .menu-link:before {
    position: absolute;
    content: "";
    bottom: 0.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 0.2rem;
    width: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-color: #E20932;
}

@media (hover: hover) {
    .header-more-inner .menu-link:hover {
        color: #E20932;
    }
    .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);
    }
}

.header-srch {
    position: relative;
}

@media screen and (max-width: 600px) {
    .header-srch {
        display: none;
    }
}

.header-srch-input {
    position: relative;
}

.header-srch input {
    height: 3.6rem;
    border: 0.1rem solid #E2E8F0;
    padding: 0 1rem;
    padding-left: 4rem;
    width: 20rem;
}

.header-srch input:focus {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.header-srch button,
.header-srch .btn,
.header-srch .btn-pri,
.header-srch .btn-sec,
.header-srch .btn-thir {
    position: absolute;
    left: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100%;
    width: 2rem;
    min-width: unset;
    padding: 1rem;
}

.header-srch button .icon,
.header-srch .btn .icon,
.header-srch .btn-pri .icon,
.header-srch .btn-sec .icon,
.header-srch .btn-thir .icon {
    margin: 0 !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1.6rem;
    -moz-column-gap: 1.6rem;
    column-gap: 1.6rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-control-usr {
    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;
}

.header-control-cart {
    position: relative;
    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;
}

.header-control-cart .num {
    position: absolute;
    min-width: 1.5rem;
    border-radius: 100rem;
    background-color: #E20932;
    color: #fff;
    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-usr {
    position: relative;
}

.header-usr-hover {
    position: absolute;
    width: 25rem;
    right: 0;
    top: calc(100%);
    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;
}

.header-usr-box {
    background: #fff;
    margin-top: 1rem;
    -webkit-box-shadow: 0px 20px 56px 0px #0000000D;
    box-shadow: 0px 20px 56px 0px #0000000D;
    border: 0.1rem solid #E2E8F0;
    padding: 1.6rem;
}

.header-usr-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 2rem;
}

.header-usr-list .link {
    font-weight: 500;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

@media (hover: hover) {
    .header-usr-list .link:hover {
        color: #E20932;
    }
}

.header-usr-list .link:not(:first-child) {
    margin-left: 0.6rem;
    position: relative;
}

.header-usr-list .link:not(:first-child):before {
    position: relative;
    content: "/ ";
}

.header-usr:hover .header-usr-hover {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.footer {
    background: #656C6F;
    padding-top: 6rem;
}

@media screen and (max-width: 768px) {
    .footer {
        padding-top: 4rem;
    }
}

.footer-wrap {
    position: relative;
}

.footer-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -2rem;
    padding-bottom: 4.4rem;
}

@media screen and (max-width: 1100px) {
    .footer-flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 2rem;
    }
}

.footer-col {
    padding: 0 2rem;
    width: 25%;
}

@media screen and (max-width: 1100px) {
    .footer-col {
        width: 50%;
    }
}

@media screen and (max-width: 600px) {
    .footer-col {
        width: 100%;
    }
}

.footer-col .menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1rem;
}

.footer-col .menu-list .menu-item {
    width: 50%;
    padding: 0 1rem;
}

.footer-col .menu-list .menu-item .menu-link {
    display: block;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-size: 1.4rem;
    color: #fff;
    padding: 0.2rem 0;
}

@media (hover: hover) {
    .footer-col .menu-list .menu-item .menu-link:hover {
        text-decoration: underline;
    }
}

.footer-title {
    font-weight: 600;
    margin-bottom: 1.6rem;
    color: #fff;
}

.footer-loca {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.8rem;
}

.footer-loca .icon {
    width: 2rem;
    height: 2rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.footer-loca .icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.footer-loca .txt {
    color: #fff;
    font-size: 1.4rem;
}

.footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.6rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-social-item {
    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;
}

.footer-social-item img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

@media (hover: hover) {
    .footer-social-item:hover img {
        -webkit-transform: translateY(-0.5rem);
        transform: translateY(-0.5rem);
    }
}

.footer-pt .footer-social-item {
    width: 3.5rem;
}

.footer-bot {
    padding: 1.5rem 0;
    position: relative;
}

.footer-bot::before {
    position: absolute;
    content: "";
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    background-color: #808080;
    height: 0.1rem;
}

.footer-bot-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    row-gap: 1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 992px) {
    .footer-bot-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;
    }
}

.footer-bot-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
}

.footer-sign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.8rem;
}

@media screen and (max-width: 992px) {
    .footer-sign {
        position: relative;
        inset: 0;
        -webkit-transform: none;
        transform: none;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.footer-sign .txt {
    color: #fff;
    font-weight: 600;
    font-size: 1.4rem;
}

.footer-sign img {
    height: 2.4rem;
    -o-object-fit: contain;
    object-fit: contain;
}

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

.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: #E20932;
    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);
}

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

.mobile-con {
    width: 100%;
    height: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-x: hidden;
    padding: 4.4rem 2rem;
    padding-top: 0;
}

.mobile-con .header-logo {
    height: auto;
    padding: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.mobile-con .header-srch {
    margin-bottom: 1rem;
}

@media screen and (max-width: 600px) {
    .mobile-con .header-srch {
        display: block;
    }
}

.mobile-con .header-srch input {
    width: 100%;
}

.mobile-heading {
    font-size: 1.8rem;
    line-height: 1.5;
    color: #E20932;
    font-weight: 700;
    margin-bottom: 2rem;
    text-transform: uppercase;
}

.mobile-overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.8);
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-110%);
    transform: translateX(-110%);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    top: 0;
}

.mobile-overlay.open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

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

.mobile-wr {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.mobile-wr::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 0.1rem;
    width: calc(100% + 6rem);
    background: #E5DED8;
}

.mobile-wr .header-search {
    display: block;
    padding: 1.2rem;
    padding-bottom: 0;
}

.mobile-contact .menu-list .menu-link {
    font-weight: 500;
    padding: 0.4rem 0;
    display: block;
}

.mobile-list {
    margin-bottom: 2rem;
}

.mobile-title {
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1.6rem;
}

.mobile-mxh {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4rem;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-mxh-link {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    background-color: white;
    cursor: pointer;
}

.mobile-mxh-link:not(:first-child) {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-mxh-link img {
    width: 2.4rem;
    height: 2.4rem;
}

.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;
    background-color: #E20932;
    z-index: 5;
}

.mobile-close i {
    color: white;
}

.mobile .menu-list {
    margin-bottom: 1rem;
}

.header-nav {
    padding: 0 1.2rem;
    height: 100%;
}

@media screen and (max-width: 1199px) {
    .header-nav {
        display: none;
    }
}

.header-nav .menu {
    height: 100%;
}

.header-nav .menu-nav {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-nav .menu-nav>.menu-list {
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -0.8rem;
}

.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;
    padding: 0 0.8rem;
}

@media (hover: hover) {
    .header-nav .menu-nav>.menu-list>.menu-item:hover>.menu-link {
        color: #E20932;
    }
    .header-nav .menu-nav>.menu-list>.menu-item:hover>.menu-link i {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        color: #E20932;
    }
    .header-nav .menu-nav>.menu-list>.menu-item:hover>.menu-link::before {
        width: 100%;
    }
}

.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;
    position: relative;
    line-height: 1;
    cursor: pointer;
    color: #475569;
    font-weight: 500;
    padding: 1rem 0;
}

.header-nav .menu-nav>.menu-list>.menu-item>.menu-link i {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    color: #475569;
}

.header-nav .menu-nav>.menu-list>.menu-item>.menu-link::before {
    position: absolute;
    width: 0;
    height: 0.2rem;
    background-color: #E20932;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0.2rem;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

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

.header-nav .menu-nav>.menu-list>.menu-item.current_page_item>a::before,
.header-nav .menu-nav>.menu-list>.menu-item.current-menu-item>a::before {
    width: 100%;
}

.header-nav .menu-nav>.menu-list>.menu-item>.menu-list {
    top: 100%;
    -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;
    background: #F9FAFA;
}

.header-nav .menu-nav>.menu-list>.menu-item>.menu-list>.menu-item>.menu-link {
    color: #475569;
}

.header-nav .menu-nav>.menu-list>.menu-item>.menu-list>.menu-item>.menu-list {
    background: #F9FAFA;
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

@media (hover: hover) {
    .header-nav .menu-nav>.menu-list>.menu-item>.menu-list>.menu-item>.menu-list .menu-item:hover>.menu-link {
        color: #0047BB;
    }
    .header-nav .menu-nav>.menu-list>.menu-item>.menu-list>.menu-item>.menu-list .menu-item:hover>.menu-link i {
        color: #0047BB;
    }
}

@media (hover: hover) {
    .header-nav .menu-nav>.menu-list>.menu-item>.menu-list>.menu-item:hover>.menu-link {
        color: #0047BB;
    }
    .header-nav .menu-nav>.menu-list>.menu-item>.menu-list>.menu-item:hover>.menu-link i {
        color: #0047BB;
    }
}

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

.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 {
    display: block;
    font-size: 1.6rem;
}

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

.header-nav .menu-item.dropdown>a>i {
    display: inline-block;
}

.header-nav .menu-item>.menu-list {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 25rem;
    max-width: 30rem;
    padding: 1.6rem 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;
    -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:hover::after {
    opacity: 1;
}

.header-nav .menu-item>.menu-list>.menu-item:hover>.menu-link,
.header-nav .menu-item>.menu-list>.menu-item:hover>a {
    color: #E20932;
}

.header-nav .menu-item>.menu-list>.menu-item:hover>.menu-link::after,
.header-nav .menu-item>.menu-list>.menu-item:hover>a::after {
    width: 100%;
}

.header-nav .menu-item>.menu-list>.menu-item>.menu-link,
.header-nav .menu-item>.menu-list>.menu-item>a {
    padding: 0.8rem 0;
    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;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.header-nav .menu-item>.menu-list>.menu-item>.menu-link::before,
.header-nav .menu-item>.menu-list>.menu-item>a::before {
    position: absolute;
    width: 0;
    height: 0.2rem;
    background-color: #E20932;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0.2rem;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

@media (hover: hover) {
    .header-nav .menu-item>.menu-list>.menu-item>.menu-link:hover,
    .header-nav .menu-item>.menu-list>.menu-item>a:hover {
        color: #E20932 !important;
    }
    .header-nav .menu-item>.menu-list>.menu-item>.menu-link:hover::before,
    .header-nav .menu-item>.menu-list>.menu-item>a:hover::before {
        width: 100%;
    }
}

.header-nav .menu-item>.menu-list>.menu-item>.menu-link .icon,
.header-nav .menu-item>.menu-list>.menu-item>a .icon {
    width: 2.2rem;
    height: 2.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;
}

.header-nav .menu-item>.menu-list>.menu-item>.menu-link .icon img,
.header-nav .menu-item>.menu-list>.menu-item>a .icon img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

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

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

.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: #303030;
    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: 2.5rem;
    height: 2.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;
    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 {
    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: #475569;
    font-weight: 600;
    padding: 1rem 0;
    width: 100%;
}

.mobile-nav .menu-item>.menu-list {
    display: none;
    margin-left: 1.6rem;
    position: relative;
}

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

.mobile-nav .menu-item>.menu-list>.menu-item>.menu-link {
    font-weight: 500;
}

.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(38, 38, 38, 0.8);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.popup-main {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 90rem;
    max-height: 90vh;
    max-width: 95%;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    position: relative;
    background-color: #ffffff;
    padding: 2.4rem;
}

.popup-over {
    overflow-y: auto;
    min-height: 40vh;
    max-height: 80vh;
}

.popup-wrapper {
    width: 100%;
    min-height: 40vh;
    position: relative;
}

.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: #262626;
    font-weight: 300;
    font-size: 2.4rem;
    transition: 0.6s ease-in-out;
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -ms-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
}

@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 #E20932;
    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-order-main {
    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;
}

.popup-order-control .btn,
.popup-order-control .btn-pri,
.popup-order-control .btn-sec,
.popup-order-control .btn-thir {
    position: relative;
    inset: 0;
}

.popup-order .pt-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.8rem;
}

.popup-order .pt-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-area: 0.5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.popup-order .pt-item .txt {
    min-width: 20rem;
}

.popup-order .pt-item .bx-status {
    margin-left: 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: 12rem;
    padding: 1rem 2rem;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    border-radius: 0 !important;
    display: flex !important;
}

.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:first-child,
.btn-pri .icon:first-child,
.btn-sec .icon:first-child,
.btn-thir .icon:first-child {
    margin-right: 0.8rem;
}

.btn .icon:last-child,
.btn-pri .icon:last-child,
.btn-sec .icon:last-child,
.btn-thir .icon:last-child {
    margin-left: 0.8rem;
}

.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: #ffffff;
    z-index: 3;
    font-size: 1.6rem;
    position: relative;
    display: block !important;
    white-space: nowrap;
    font-weight: 600;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    line-height: 1;
    text-transform: uppercase;
}

.btn::after,
.btn-pri::after,
.btn-sec::after,
.btn-thir::after {
    content: "";
    position: absolute;
    width: 110%;
    height: 110%;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

@media screen and (min-width: 1200px) and (hover: hover) {
    .btn:hover::after,
    .btn-pri:hover::after,
    .btn-sec:hover::after,
    .btn-thir:hover::after {
        opacity: 1;
    }
}

.btn-pri {
    background: #E20932;
    border: 1px solid #E20932;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.btn-pri .text {
    color: #ffffff;
}

.btn-pri .icon i {
    color: #ffffff;
}

@media (hover: hover) {
    .btn-pri:hover {
        background: #fff;
    }
    .btn-pri:hover .text {
        color: #E20932;
    }
    .btn-pri:hover .icon i {
        color: #E20932;
    }
}

.btn-sec {
    background: transparent;
    border: 1px solid #E20932;
    position: relative;
}

.btn-sec::before {
    background: #E20932;
    content: "";
    position: absolute;
    display: block;
    inset: 0;
    z-index: 2;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.btn-sec .text {
    color: #E20932;
}

.btn-sec .icon i {
    color: #E20932;
}

@media (hover: hover) {
    .btn-sec:hover::before {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .btn-sec:hover .text {
        color: #fff;
    }
    .btn-sec:hover .icon i {
        color: #fff;
    }
}

.btn-thir {
    border: 0.1rem solid #E20932 !important;
    /* background-color: #E20932 !important; */
    background: #fff;
}

.btn-thir::before {
    /* background: #fff;
  content: "";
  position: absolute;
  display: block;
  inset: 0;
  z-index: 2; */
}

.btn-thir .text {
    color: #E20932;
}

.btn-thir .icon i {
    color: #E20932;
}

@media (hover: hover) {
    .btn-thir:hover::before {
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
    }
    .btn-thir:hover .text {
        color: #fff;
    }
    .btn-thir:hover .icon i {
        color: #fff;
    }
}

.btn-trans {
    background: transparent;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.btn-trans .text {
    color: #E20932;
}

.btn-trans .icon i {
    color: #E20932;
}

@media (hover: hover) {
    .btn-trans:hover {
        background: rgba(215, 215, 215, 0.2);
    }
}

.btn.full,
.full.btn-pri,
.full.btn-sec,
.full.btn-thir {
    width: 100%;
}

.btn.rotate .icon i,
.rotate.btn-pri .icon i,
.rotate.btn-sec .icon i,
.rotate.btn-thir .icon i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media (hover: hover) {
    .btn.rotate:hover .icon i,
    .rotate.btn-pri:hover .icon i,
    .rotate.btn-sec:hover .icon i,
    .rotate.btn-thir:hover .icon i {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

.info-see {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    color: #E20932;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.info-see i {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-top: -0.1rem;
}

.info-see .text {
    font-weight: 700;
    margin-top: 0rem;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.info-see .text:last-child {
    margin-left: 0.8rem;
}

.info-see .text:first-child {
    margin-right: 0.8rem;
}

@media (hover: hover) {
    .info-see:hover i {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        color: #DCA200;
    }
    .info-see:hover .text {
        color: #DCA200;
    }
}

.bd-ln {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -ms-grid;
    display: grid;
    place-items: center;
    padding: 0.2rem;
}

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

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

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


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #E20932;
}

.ip-control {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ip-control.x2 {
    width: 50%;
}

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

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

.dateTime {
    position: relative;
    height: 100%;
    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 .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 #E2E8F0;
}

@media screen and (max-width: 1024px) {
    .quantity .count {
        gap: 0.5rem;
    }
}

.quantity .count-number {
    line-height: 1;
    font-weight: 500;
}

.quantity .count-btn {
    width: 4rem;
    height: 4rem;
    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-size: 1.2rem;
}

.quantity .count-btn .icon:hover {
    color: #E20932;
}

.pro-item {
    height: 100%;
}

.pro-box {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.6rem;
    border: 1px solid #E2E8F0;
    height: 100%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
    .pro-box {
        padding: 1rem;
    }
}

@media (hover: hover) {
    .pro-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;
    }
}

.pro-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}

@media screen and (max-width: 500px) {
    .pro-tag {
        gap: 0.5rem;
    }
}

.pro-tag-item {
    color: #fff;
    font-size: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.2rem 0.8rem;
}

@media screen and (max-width: 768px) {
    .pro-tag-item {
        font-size: 1.2rem;
    }
    .pro-tag-item .icon {
        width: 1.2rem;
        height: 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;
    }
    .pro-tag-item .icon i {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 400px) {
    .pro-tag-item {
        font-size: 1rem;
    }
    .pro-tag-item .icon {
        width: 1rem;
        height: 1rem;
    }
    .pro-tag-item .icon i {
        font-size: 1rem;
    }
}

.pro-tag-item .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1.4rem;
    height: 1.4rem;
}

.pro-tag-item .icon img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
}

.pro-tag-item .txt {
    line-height: 1;
}

.pro-tag-red {
    background: #E20932;
}

.pro-tag-yel {
    background: #F59E0B;
}

.pro-tag-black {
    background: #262626;
}

.pro-img {
    position: relative;
}

.pro-img .box {
    display: block;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}

.pro-img .box img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

@media (hover: hover) {
    .pro-img .box:hover img {
        -webkit-transform: translate(-50%, -50%) scale(1.05);
        transform: translate(-50%, -50%) scale(1.05);
    }
}

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

.pro-cate {
    font-size: 1.4rem;
    color: #475569;
}

.pro-name {
    font-size: 2rem;
    font-weight: 700;
}

@media only screen and (max-width: 1200px) {
    .pro-name {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 800px) {
    .pro-name {
        font-size: 1.6rem;
    }
}

.pro-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    line-height: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro-price .price-new {
    color: #E20932;
    font-size: 2.4rem;
    font-weight: 300;
}

@media only screen and (max-width: 1200px) {
    .pro-price .price-new {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 800px) {
    .pro-price .price-new {
        font-size: 1.7rem;
    }
}

.pro-price .price-odd {
    text-decoration: line-through;
    color: #64748B;
    margin-bottom: 0.3rem;
}

.pro-txt {
    /* display: block;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; */
}

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

.sub-title {
    font-size: 3.2rem;
    font-weight: 700;
    font-family: "SVN-Poppins";
    color: #262626;
    line-height: 1.2;
}

@media only screen and (max-width: 1200px) {
    .sub-title {
        font-size: 2.7rem;
    }
}

@media only screen and (max-width: 800px) {
    .sub-title {
        font-size: 2.2rem;
    }
}

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

.t26 {
    font-size: 2.6rem;
}

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

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

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

.page-numbers>li:not(:first-child) {
    margin-left: 1rem;
}

.page-numbers>li>.page-numbers {
    height: 3.2rem;
    width: 3.2rem;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    color: #858c82;
    font-size: 1.4rem;
    font-weight: 400;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    line-height: 1.5;
}

.page-numbers>li>.page-numbers::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    background: #0047BB;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1;
    pointer-events: none;
}

.page-numbers>li>.page-numbers:after {
    z-index: -1;
    background: #E20932;
}

@media (hover: hover) {
    .page-numbers>li>.page-numbers:hover:not(.dot) {
        color: white;
    }
    .page-numbers>li>.page-numbers:hover:not(.dot)::after {
        left: 0;
        width: 100%;
    }
}

.page-numbers>li>.page-numbers.current {
    color: #ffffff;
    font-weight: 700;
    border: 0.2rem solid #E20932;
    background-color: #E20932;
}

.page-numbers>li>.page-numbers.dot {
    background-color: transparent;
}

.page-numbers>li>.page-numbers i {
    font-weight: 400;
}

.sec-pd {
    padding: 9.6rem 0;
}

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

.pt-block {
    margin-top: 7.2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.breadcrumb {
    max-width: 100%;
    white-space: nowrap;
}

.breadcrumb::-webkit-scrollbar {
    height: 0.2rem;
}

.breadcrumb-inner {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

@media screen and (max-width: 600px) {
    .breadcrumb-inner {
        border-radius: 0;
        border: none;
        padding: 0;
    }
}

.breadcrumb-list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 0.5rem;
}

.breadcrumb-item {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 1rem;
    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.4rem;
    display: none;
}

.breadcrumb-item:not(:first-child) {
    -webkit-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
    padding-left: 2rem;
}

.breadcrumb-item:not(:first-child):before {
    display: block;
}

.breadcrumb-item:last-child i,
.breadcrumb-item:last-child .breadcrumb-link {
    font-weight: 500;
}

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

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

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

.breadcrumb-item:nth-child(5) {
    -webkit-transition-delay: 1s !important;
    transition-delay: 1s !important;
}

.breadcrumb-link {
    font-size: 1.4rem;
    line-height: 1;
    color: #475569;
    font-weight: 500;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

@media (hover: hover) {
    .breadcrumb-link:hover {
        color: #E20932;
    }
}

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

.breadcrumb-page .breadcrumb-link {
    color: rgba(30, 30, 30, 0.5);
}

.recheck-item {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.recheck-item .recheck-input:checked~.recheck-checkbox {
    background: #E20932;
    border-color: #E20932;
}

.recheck-item .recheck-input:checked~.recheck-checkbox::before {
    opacity: 1;
    content: "\f00c";
    color: white;
}

.recheck-item .recheck-input:checked~.recheck-radio::before {
    opacity: 1;
}

.recheck-item .recheck-input:checked~.recheck-dot::before {
    opacity: 1;
}

.recheck-item.active .recheck-checkbox {
    background: #E20932;
    border-color: #E20932;
}

.recheck-item.active .recheck-checkbox::before {
    opacity: 1;
    content: "\f00c";
    color: white;
}

.recheck-item.active .recheck-radio::before {
    opacity: 1;
}

.recheck-item.active .recheck-dot::before {
    opacity: 1;
}

.recheck-checkbox {
    width: 2rem;
    height: 2rem;
    border-radius: 0.6rem;
    background-color: white;
    border: 0.1rem solid #334155;
    -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: #E20932;
    font-size: 1.4rem;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    font-family: "Font Awesome 5 Pro";
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-weight: 300;
    line-height: 1;
}

.recheck-radio {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 100rem;
    border: 0.1rem solid #d9d9d9;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
}

.recheck-radio::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 100rem;
    background-color: #E20932;
    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;
    line-height: 1;
}

.recheck-text a {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

@media (hover: hover) {
    .recheck-text a:hover {
        color: #E20932;
    }
}

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

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

.side-overlay.open {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: visible;
}

.side-open {
    z-index: 40;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    border-radius: 100rem 0 0 100rem;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.side-open .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.side-open.close {
    opacity: 0;
    visibility: visible;
}

.side-open-wrap {
    width: 30px;
    height: 30px;
    border-radius: 100rem;
    background-color: white;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.side-open-wrap .icon {
    color: #0047BB;
    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: 2.8rem;
    font-weight: 400;
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}

.hban-item {
    min-height: calc((700 / 1728) * 100vw);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hban-bg {
    position: absolute;
    inset: 0;
}

.hban-bg .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.hban-bg .inner img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.hban-box {
    position: relative;
    z-index: 5;
    color: #fff;
    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;
    width: 50%;
    padding: 5rem 0;
}

@media screen and (max-width: 1300px) {
    .hban-box {
        padding: 5rem 3rem;
    }
}

@media screen and (max-width: 1200px) {
    .hban-box {
        width: 80%;
    }
}

@media screen and (max-width: 768px) {
    .hban-box {
        display: none;
        width: 100%;
        padding: 5rem 0;
    }
}

.hban-title {
    font-size: 5rem;
    font-weight: 700;
    line-height: 1.3;
}

@media only screen and (max-width: 1200px) {
    .hban-title {
        font-size: 4.5rem;
    }
}

@media only screen and (max-width: 800px) {
    .hban-title {
        font-size: 3.4rem;
    }
}

.hban-slide {
    position: relative;
}

.hban-slide .swiper-slide {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media screen and (min-width: 1200px) {
    .hban-slide .swiper-slide-active .hban-box {
        -webkit-animation: slide-in-right 1.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
        animation: slide-in-right 1.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    }
}

.hban-btn-next,
.hban-btn-prev {
    width: 4.8rem;
    height: 4.8rem;
}

.hban-btn-next {
    right: 4rem;
}

.hban-btn-prev {
    left: 4rem;
}

@media screen and (max-width: 1440px) {
    .hban-btn-next {
        right: 1rem;
    }
    .hban-btn-prev {
        left: 1rem;
    }
}

@media screen and (max-width: 1350px) {
    .hban-btn-next,
    .hban-btn-prev {
        width: 2.4rem;
    }
}

@media screen and (max-width: 768px) {
    .hban-btn {
        display: none;
    }
}

.hban .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.hban .swiper-pagination-bullet-active {
    background: #E20932;
}

.habout .about-inner {
    margin-top: 8rem;
}


/* ----------------------------------------------
 * Generated by Animista on 2024-3-14 15:34:40
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */


/**
 * ----------------------------------------
 * animation slide-in-right
 * ----------------------------------------
 */

.slide-in-right {
    -webkit-animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

.hval-inner {
    position: relative;
}

.hval-bg {
    position: absolute;
    inset: 0;
}

.hval-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.hval-box {
    padding: 5rem 7rem;
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1.6rem;
    width: calc((7 / 12) * 100%);
    min-height: calc((400 / 1216) * 123rem);
}

@media screen and (max-width: 1200px) {
    .hval-box {
        width: 80%;
    }
}

@media screen and (max-width: 768px) {
    .hval-box {
        width: 100%;
        padding: 3rem 1.5rem;
        min-height: 35rem;
    }
}

.hval-box .c-white {
    color: #fff;
}

.hser-wrap {
    padding: 5rem 0;
    padding-bottom: 8rem;
}

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

.hser-title {
    position: relative;
    text-align: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    text-transform: uppercase;
}

.hser-title::before {
    position: absolute;
    content: "";
    background-color: #E20932;
    height: 0.3rem;
    width: 60%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -0.5rem;
}

.hser-ctn {
    margin-top: 2.8rem;
}

.hser-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1.2rem;
    row-gap: 3rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hser-item {
    width: 20%;
    padding: 0 1.2rem;
}

@media screen and (max-width: 992px) {
    .hser-item {
        width: calc(100% / 3);
    }
}

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

.hser-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    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;
    position: relative;
    overflow: hidden;
    padding: 0.8rem 1rem;
    gap: 0.8rem;
}

.hser-box .icon {
    width: 6.4rem;
    height: 6.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 768px) {
    .hser-box .icon {
        width: 5rem;
        height: 5rem;
    }
}

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

.hser-box .txt {
    font-weight: 500;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.hser-box:before {
    position: absolute;
    content: "";
    inset: 0;
    background-color: #E20932;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
    z-index: -1;
}

@media (hover: hover) {
    .hser-box:hover::before {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .hser-box:hover .txt {
        color: #fff;
    }
    .hser-box:hover .icon img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }
}

.hsolu {
    padding-bottom: 6rem;
}

.hsolu-wrap {
    position: relative;
}

.hsolu-bg {
    position: absolute;
    inset: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: -1;
}

.hsolu-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.hsolu-ctn {
    padding-top: 8rem;
}

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

.hsolu-main {
    margin-top: 10rem;
    position: relative;
}

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

.hsolu-main-bg {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.hsolu-main-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.hsolu .hser-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;
    gap: 1.5rem;
}

.hsolu .hser-top .hser-title {
    color: #fff;
}

.hsolu .hser-top .txt {
    color: #fff;
}

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

.hsolu-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media screen and (max-width: 768px) {
    .hsolu-item {
        width: 100% !important;
        min-height: unset;
        margin: 0 !important;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
    }
}

.hsolu-item:nth-child(2) {
    margin: -5rem 0;
    min-height: calc(100% + 10rem);
    width: calc((3.4 / 12) * 100%);
}

.hsolu-item:nth-child(2) .hsolu-box {
    background-color: #E20932;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hsolu-item:nth-child(2) .hsolu-box-top .title {
    font-size: 4rem;
}

@media only screen and (max-width: 1200px) {
    .hsolu-item:nth-child(2) .hsolu-box-top .title {
        font-size: 3.5rem;
    }
}

@media only screen and (max-width: 800px) {
    .hsolu-item:nth-child(2) .hsolu-box-top .title {
        font-size: 2.7rem;
    }
}

@media only screen and (max-width: 500px) {
    .hsolu-item:nth-child(2) .hsolu-box-top .title {
        font-size: 2.5rem;
    }
}

.hsolu-box {
    padding: 4rem;
    background-color: rgba(74, 74, 74, 0.8);
    color: #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: 3rem;
}

@media screen and (max-width: 992px) {
    .hsolu-box {
        padding: 1.5rem;
        gap: 2rem;
    }
}

.hsolu-box-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;
    gap: 3rem;
}

@media screen and (max-width: 992px) {
    .hsolu-box-top {
        gap: 2rem;
    }
}

.hsolu-box-top .sub {
    text-align: center;
    font-weight: 500;
}

.hsolu-box-top .title {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
}

@media only screen and (max-width: 1200px) {
    .hsolu-box-top .title {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 800px) {
    .hsolu-box-top .title {
        font-size: 1.7rem;
    }
}

.hsolu-box .desc {
    text-align: center;
}

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

.hsolu-box-list .item {
    text-align: center;
    padding: 0.4rem 0;
}

@media (hover: hover) {
    .hsolu-box-list .item:hover {
        text-decoration: underline;
    }
}

.hsolu-box .btn,
.hsolu-box .btn-pri,
.hsolu-box .btn-sec,
.hsolu-box .btn-thir {
    border-color: #fff;
}

.hsolu-box .btn:before,
.hsolu-box .btn-pri:before,
.hsolu-box .btn-sec:before,
.hsolu-box .btn-thir:before {
    background-color: #fff;
}

.hsolu-box .btn .text,
.hsolu-box .btn-pri .text,
.hsolu-box .btn-sec .text,
.hsolu-box .btn-thir .text {
    color: #fff;
}

.hsolu-box .btn .icon i,
.hsolu-box .btn-pri .icon i,
.hsolu-box .btn-sec .icon i,
.hsolu-box .btn-thir .icon i {
    color: #fff;
}

@media (hover: hover) {
    .hsolu-box .btn:hover .text,
    .hsolu-box .btn-pri:hover .text,
    .hsolu-box .btn-sec:hover .text,
    .hsolu-box .btn-thir:hover .text {
        color: #E20932;
    }
    .hsolu-box .btn:hover .icon i,
    .hsolu-box .btn-pri:hover .icon i,
    .hsolu-box .btn-sec:hover .icon i,
    .hsolu-box .btn-thir:hover .icon i {
        color: #E20932;
    }
}

.hsolu-icon {
    width: 4.8rem;
    height: 4.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

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

@media (hover: hover) {
    .hsolu-link:hover {
        text-decoration: underline;
    }
}

.hsolu-price {
    font-size: 7.2rem;
    font-weight: 300;
    line-height: 1.2;
}

@media screen and (max-width: 1400px) {
    .hsolu-price {
        font-size: 6.4rem;
    }
}

@media only screen and (max-width: 1400px) and (max-width: 1200px) {
    .hsolu-price {
        font-size: 3.9rem;
    }
}

@media only screen and (max-width: 1400px) and (max-width: 800px) {
    .hsolu-price {
        font-size: 2.9rem;
    }
}

.hfill-wrap {
    padding-bottom: 8rem;
}

.hfill-inner {
    padding: 3rem;
    background-color: #656c6f;
}

.hfill-ctn {
    margin-top: 1rem;
}

.hfill-list {
    margin: 0 -1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.hfill-list .ip-control {
    padding: 0 1.6rem;
    width: 25%;
}

.hfill-list .ip-control label {
    font-size: 1.4rem;
    color: #fff;
}

.hfill-list .btn,
.hfill-list .btn-pri,
.hfill-list .btn-sec,
.hfill-list .btn-thir {
    border-color: #fff;
    height: 4.8rem;
}

.hfill-list .btn:before,
.hfill-list .btn-pri:before,
.hfill-list .btn-sec:before,
.hfill-list .btn-thir:before {
    background-color: #fff;
}

.hfill-list .btn .text,
.hfill-list .btn-pri .text,
.hfill-list .btn-sec .text,
.hfill-list .btn-thir .text {
    color: #fff;
}

.hfill-list .btn .icon i,
.hfill-list .btn-pri .icon i,
.hfill-list .btn-sec .icon i,
.hfill-list .btn-thir .icon i {
    color: #fff;
}

@media (hover: hover) {
    .hfill-list .btn:hover .text,
    .hfill-list .btn-pri:hover .text,
    .hfill-list .btn-sec:hover .text,
    .hfill-list .btn-thir:hover .text {
        color: #E20932;
    }
    .hfill-list .btn:hover .icon i,
    .hfill-list .btn-pri:hover .icon i,
    .hfill-list .btn-sec:hover .icon i,
    .hfill-list .btn-thir:hover .icon i {
        color: #E20932;
    }
}

.partner-wrap {
    padding-bottom: 8rem;
}

.partner-ctn {
    margin-top: 3.2rem;
}

.partner-item {
    height: 100%;
}

.partner-box {
    background: #E20932;
    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%;
    padding: 1.3rem 1.5rem 0.6rem;
}

.partner-img {
    width: 100%;
    /* height: 5.5rem; */
}

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

.partner-slide .swiper {
    margin: 0 -1.6rem;
}

@media screen and (max-width: 1200px) {
    .partner-slide .swiper {
        margin: 0 -0.8rem;
    }
}

.partner-slide .swiper-slide {
    width: 20%;
    padding: 0 1.6rem;
    height: auto;
}

@media screen and (max-width: 1200px) {
    .partner-slide .swiper-slide {
        padding: 0 0.8rem;
    }
}

@media screen and (max-width: 1024px) {
    .partner-slide .swiper-slide {
        width: 25%;
    }
}

@media screen and (max-width: 650px) {
    .partner-slide .swiper-slide {
        width: calc(100% / 3);
    }
}

@media screen and (max-width: 450px) {
    .partner-slide .swiper-slide {
        width: 50%;
    }
}

.partner-btn-next,
.partner-btn-prev {
    width: 4.8rem;
}

@media screen and (min-width: 1350px) {
    .partner-btn-next,
    .partner-btn-prev {
        margin-top: -4rem;
    }
}

.partner-btn-next {
    right: -5.8rem;
}

@media screen and (min-width: 1450px) {
    .partner-btn-next {
        right: -6.8rem;
    }
}

.partner-btn-prev {
    left: -5.8rem;
}

@media screen and (min-width: 1450px) {
    .partner-btn-prev {
        left: -6.8rem;
    }
}

@media screen and (max-width: 1350px) {
    .partner-btn {
        position: relative;
        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: 1rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 0.5rem;
    }
    .partner-btn-next,
    .partner-btn-prev {
        position: relative;
        inset: 0;
        margin: 0;
    }
}

.hnew .news-tag {
    background-color: #fef2f2;
    color: #e20932;
}

.hnew .news-desc .btn,
.hnew .news-desc .btn-pri,
.hnew .news-desc .btn-sec,
.hnew .news-desc .btn-thir {
    padding: 1rem 0;
    background: none !important;
}

.about-wrap {
    overflow: hidden;
}

.about .breadcrumb {
    margin-top: 1.6rem;
}

.about-inner {
    margin-top: 1.6rem;
    padding-bottom: 4rem;
}

.about-top {
    margin-bottom: 4rem;
}

.about-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.6rem;
}

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

.about-left {
    width: 50%;
    padding: 0 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;
}

@media screen and (max-width: 768px) {
    .about-left {
        width: 100%;
    }
}

.about-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 1.6rem;
}

.about-title {
    font-size: 4.4rem;
    font-weight: 700;
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 2.4rem;
    max-width: 100%;
    line-height: 1.3;
}

@media only screen and (max-width: 1200px) {
    .about-title {
        font-size: 4rem;
    }
}

@media only screen and (max-width: 800px) {
    .about-title {
        font-size: 3rem;
    }
}

.about-title:before {
    position: absolute;
    bottom: 0;
    height: 0.3rem;
    background-color: #E20932;
    left: 0;
    content: "";
    width: 70%;
}

.about-img {
    position: relative;
    overflow: hidden;
    padding-top: calc((444 / 592) * 100%);
}

.about-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) {
    .about-img:hover img {
        -webkit-transform: translate(-50%, -50%) scale(1.05);
        transform: translate(-50%, -50%) scale(1.05);
    }
}

.about-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4rem 0;
}

.about-col {
    width: calc(100% / 3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.about-col:not(:last-child) {
    border-right: 0.1rem solid #e2e8f0;
}

.about-num {
    font-size: 6.4rem;
    color: #E20932;
    font-weight: 700;
}

@media only screen and (max-width: 1200px) {
    .about-num {
        font-size: 3.9rem;
    }
}

@media only screen and (max-width: 800px) {
    .about-num {
        font-size: 2.9rem;
    }
}

.vision-wrap {
    padding: 8rem 0;
    background: #f1f5f9;
    overflow: hidden;
}

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

.vision-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 3rem;
}

.vision-top .about-title {
    color: #262626;
}

.vision-top .about-title::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 60%;
}

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

.vision-flex:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.vision-flex:nth-child(even) .vision-right {
    padding-left: 0 !important;
    padding-right: 9rem;
}

@media screen and (max-width: 992px) {
    .vision-flex:nth-child(even) .vision-right {
        padding-right: 3rem;
    }
}

@media screen and (max-width: 768px) {
    .vision-flex:nth-child(even) .vision-right {
        padding-right: 0;
    }
}

@media screen and (max-width: 768px) {
    .vision-flex {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        row-gap: 2rem;
    }
    .vision-flex:not(:last-child) {
        margin-bottom: 3rem;
    }
}

.vision-left {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .vision-left {
        width: 100%;
    }
}

.vision-right {
    -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: 1.6rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 9rem;
}

@media screen and (max-width: 992px) {
    .vision-right {
        padding-left: 3rem;
    }
}

@media screen and (max-width: 768px) {
    .vision-right {
        padding-left: 0;
    }
}

.vision-right .title {
    color: #0a0a0a;
}

.vision-right .txt {
    color: #666666;
}

.vision-img {
    position: relative;
    overflow: hidden;
    padding-top: calc((342/608) * 100%);
}

.vision-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) {
    .vision-img:hover img {
        -webkit-transform: translate(-50%, -50%) scale(1.05);
        transform: translate(-50%, -50%) scale(1.05);
    }
}

.build-wrap {
    padding: 8rem 0;
    overflow: hidden;
}

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

.build-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.6rem;
}

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

.build-left {
    width: calc((5/12) * 100%);
    padding: 0 1.6rem;
}

@media screen and (max-width: 992px) {
    .build-left {
        width: 100%;
    }
}

.build-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 1.6rem;
}

.build-down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1rem;
}

.build-down-item {
    padding: 0 1rem;
    width: 50%;
}

.build-down-box {
    position: relative;
}

.build-down-img {
    padding-top: calc((464/335) * 100%);
    position: relative;
    overflow: hidden;
}

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

.build-ctr {
    position: absolute;
    inset: 0;
    z-index: 5;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    gap: 1rem;
}

.build-ctr::before {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    inset: 0;
    content: "";
}

.build-ctr-item {
    position: relative;
    z-index: 5;
    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;
    cursor: pointer;
}

.build-ctr-item i {
    color: #fff;
    font-size: 2rem;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 1200px) {
    .build-ctr-item i {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 800px) {
    .build-ctr-item i {
        font-size: 1.6rem;
    }
}

@media (hover: hover) {
    .build-ctr-item:hover i {
        color: #E20932;
    }
}

.build-bot {
    margin-top: 8rem;
}

@media screen and (max-width: 992px) {
    .build-bot {
        margin-top: 4rem;
    }
}

.build-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.6rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
    .build-list {
        row-gap: 3rem;
        margin: 0 -0.8rem;
    }
}

.build-item {
    width: 25%;
    padding: 0 1.6rem;
}

@media screen and (max-width: 1024px) {
    .build-item {
        padding: 0 0.8rem;
        width: 50%;
    }
}

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

.build-item .icon {
    width: 4.8rem;
    height: 4.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.build-item .icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.build-item .title {
    text-align: center;
    color: #E20932;
    font-size: 2rem;
    font-weight: 700;
}

@media only screen and (max-width: 1200px) {
    .build-item .title {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 800px) {
    .build-item .title {
        font-size: 1.6rem;
    }
}

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

.build-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: 0.8rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.lg-thumb-outer.lg-grab {
    display: none;
}

.pdp-wrap {
    padding: 1.6rem 0;
    padding-bottom: 8rem;
}

.pdp .breadcrumb {
    margin-bottom: 1.6rem;
}

.pdp-main {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pdp-ctn {
    width: calc((10 / 12) * 100%);
}

@media screen and (max-width: 1500px) {
    .pdp-ctn {
        width: calc((9 / 12) * 100%);
    }
}

@media screen and (max-width: 1100px) {
    .pdp-ctn {
        width: 100%;
    }
}

.pdp-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.6rem;
}

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

.pdp-left {
    width: 50%;
    padding: 0 1.6rem;
}

@media screen and (max-width: 800px) {
    .pdp-left {
        width: 100%;
    }
}

.pdp-right {
    width: 50%;
    padding: 0 1.6rem;
}

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

.pdp-right .pcate-img-tag {
    position: relative;
    border-radius: 0.2rem;
}

.pdp-side {
    width: 100%;
    min-width: 28rem;
    margin-left: 5rem;
}

@media screen and (max-width: 1500px) {
    .pdp-side {
        width: calc((3/12) * 100%);
        margin-left: 3.2rem;
        min-width: unset;
    }
}

@media screen and (max-width: 1100px) {
    .pdp-side {
        display: none;
    }
}

.pdp-side-box {
    position: sticky;
    top: var(--size-hd);
}

.pdp-img {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

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

.pdp-slide {
    position: relative;
    border: 0.1rem solid #CBD5E1;
    margin-bottom: 1.6rem;
}

.pdp-tag {
    position: absolute;
    left: 2rem;
    top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    z-index: 5;
}

.pdp-tag-dis {
    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-color: #E20932;
    color: #fff;
    padding: 0.3rem 1rem;
}

.pdp-tag-new {
    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.3rem 1rem;
    background-color: #262626;
    color: #fff;
}

.pdp-thumb {
    overflow: hidden;
    position: relative;
    padding: 0 4rem;
}

.pdp-thumb .swiper {
    margin: 0 -0.8rem;
}

.pdp-thumb .swiper-slide {
    width: 25%;
    padding: 0 0.8rem;
    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);
    }
}

@media screen and (max-width: 400px) {
    .pdp-thumb .swiper-slide {
        width: calc(100% / 2);
    }
}

.pdp-thumb .swiper-slide-thumb-active .pdp-thumb-img {
    border: 0.2rem solid #E20932;
}

.pdp-thumb-img {
    padding: 1rem;
    height: 100%;
}

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

.pdp-btn-next,
.pdp-btn-prev {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: 100%;
    top: 0;
    -webkit-transform: none;
    transform: none;
    margin: 0;
    width: 3rem;
    z-index: 5;
}

.pdp-btn-next {
    right: 0;
}

.pdp-btn-prev {
    left: 0;
}

.pdp-ins {
    color: #059669;
    background: #ECFDF5;
    padding: 0.3rem 0.5rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 1.4rem;
}

.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;
    font-size: 1.4rem;
    color: #475569;
}

@media screen and (max-width: 500px) {
    .pdp-or-item {
        width: 100%;
        border-right: none !important;
    }
}

.pdp-name {
    line-height: 1.3;
}

.pdp-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3rem;
    margin-top: 3.2rem;
}

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

.pdp-item .icon {
    width: 4.8rem;
    height: 4.8rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 1200px) {
    .pdp-item .icon {
        width: 3.8rem;
        height: 3.8rem;
    }
}

.pdp-item ul {
    padding-left: 2rem;
    list-style: disc;
}

.pdp-item ul li {
    font-weight: 500;
}

.pdp-cart {
    -webkit-box-shadow: 0px 20px 56px 0px #0000000D;
    box-shadow: 0px 20px 56px 0px #0000000D;
    border: 0.1rem solid #E2E8F0;
    padding: 1.6rem;
}

.pdp-cart-list {
    margin-top: 0.8rem;
    margin-bottom: 1.6rem;
    border-top: 0.1rem solid #E2E8F0;
}

.pdp-cart-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    padding: 0.8rem;
    border-bottom: 0.1rem solid #E2E8F0;
}

.pdp-cart-item .num {
    color: #E20932;
}

.pdp-re {
    -webkit-box-shadow: 0px 20px 56px 0px #0000000D;
    box-shadow: 0px 20px 56px 0px #0000000D;
    border: 0.1rem solid #E2E8F0;
}

.pdp-re-top {
    color: #E20932;
    background-color: #FDDAE0;
    padding: 1rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
}

@media screen and (max-width: 1300px) {
    .pdp-re-top {
        padding: 1rem 1.6rem;
    }
}

.pdp-re-top .num {
    font-size: 5.6rem;
    line-height: 1;
    font-weight: 700;
}

@media only screen and (max-width: 1200px) {
    .pdp-re-top .num {
        font-size: 5.1rem;
    }
}

@media only screen and (max-width: 800px) {
    .pdp-re-top .num {
        font-size: 4rem;
    }
}

.pdp-re-top .desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.pdp-re-top .desc .sub {
    font-size: 2.4rem;
    font-weight: 700;
}

@media only screen and (max-width: 1200px) {
    .pdp-re-top .desc .sub {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 800px) {
    .pdp-re-top .desc .sub {
        font-size: 1.7rem;
    }
}

.pdp-re-top .desc .txt {
    font-size: 1.4rem;
}

.pdp-re-list {
    padding: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
}

@media screen and (max-width: 1300px) {
    .pdp-re-list {
        padding: 1.6rem;
    }
}

.pdp-re-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2rem;
}

.pdp-re-item .icon {
    width: 4rem;
    height: 4rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 1300px) {
    .pdp-re-item .icon {
        width: 3rem;
        height: 3rem;
    }
}

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

.pdp-re-item .desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.pdp-tab {
    /* margin-top: 8rem; */
}

.pdp-tab-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 3rem;
    border-bottom: 0.1rem solid #e2e8f0;
}

.pdp-tab-item {
    padding: 0.5rem 1.5rem;
    padding-top: 0;
    cursor: pointer;
    position: relative;
    font-size: 2rem;
    text-transform: uppercase;
}

@media only screen and (max-width: 1200px) {
    .pdp-tab-item {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 800px) {
    .pdp-tab-item {
        font-size: 1.6rem;
    }
}

.pdp-tab-item.active {
    color: #E20932;
    font-weight: 700;
}

.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.2rem;
    background-color: #E20932;
    width: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

@media (hover: hover) {
    .pdp-tab-item:hover {
        color: #E20932;
    }
    .pdp-tab-item:hover:before {
        width: 100%;
    }
}

.pdp-tab-inner {
    margin-top: 2.4rem;
}

.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-com-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.pdp-com-item {
    padding: 1.6rem 0;
    border-bottom: 0.1rem solid #E2E8F0;
}

.pdp-com-item:first-child {
    padding-top: 0;
}

.pdp-add {
    padding-top: 8rem;
}

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

.pdp-add-top .title {
    position: relative;
    padding-bottom: 0.8rem;
    color: #262626;
}

.pdp-add-top .title:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0.3rem;
    background-color: #E20932;
    content: "";
    width: 50%;
}

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

.pdp-add-box,
.pdp-add .pro-box {
    border: 0.1rem solid #E2E8F0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media screen and (max-width: 768px) {
    .pdp-add-box,
    .pdp-add .pro-box {
        gap: 1rem;
    }
}

@media screen and (max-width: 500px) {
    .pdp-add-box,
    .pdp-add .pro-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (hover: hover) {
    .pdp-add-box:hover,
    .pdp-add .pro-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-add-box .recheck,
.pdp-add .pro-box .recheck {
    position: absolute;
    padding: 1rem;
    z-index: 5;
}

.pdp-add-img,
.pdp-add .pro-img {
    width: 28rem;
    height: 28rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
}

@media screen and (max-width: 1200px) {
    .pdp-add-img,
    .pdp-add .pro-img {
        width: 20rem;
        height: 20rem;
    }
}

@media screen and (max-width: 768px) {
    .pdp-add-img,
    .pdp-add .pro-img {
        width: 15rem;
        height: 15rem;
    }
}

@media screen and (max-width: 500px) {
    .pdp-add-img,
    .pdp-add .pro-img {
        width: 100%;
        height: auto;
        aspect-ratio: 1;
        padding: 2rem;
    }
}

.pdp-add-img img,
.pdp-add .pro-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

@media (hover: hover) {
    .pdp-add-img:hover img,
    .pdp-add .pro-img:hover img {
        -webkit-transform: translate(-50%, -50%) scale(1.05);
        transform: translate(-50%, -50%) scale(1.05);
    }
}

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

.pdp-add-info-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.8rem;
}

@media screen and (max-width: 500px) {
    .pdp-add-info-right {
        position: absolute;
        left: 0;
        bottom: 2rem;
        left: 2rem;
        width: calc(100% - 4rem);
    }
    .pdp-add-info-right .btn,
    .pdp-add-info-right .btn-pri,
    .pdp-add-info-right .btn-sec,
    .pdp-add-info-right .btn-thir {
        width: 100%;
    }
}

.pdp-add-desc,
.pdp-add .pro-desc {
    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: 0.8rem;
}

@media screen and (max-width: 768px) {
    .pdp-add-desc,
    .pdp-add .pro-desc {
        padding: 2rem;
    }
}

@media screen and (max-width: 500px) {
    .pdp-add-desc,
    .pdp-add .pro-desc {
        padding-bottom: 8rem;
        position: relative;
    }
}

.pdp-add-desc .price-new,
.pdp-add .pro-desc .price-new {
    font-size: 3.2rem;
    font-weight: 500;
}

@media only screen and (max-width: 1200px) {
    .pdp-add-desc .price-new,
    .pdp-add .pro-desc .price-new {
        font-size: 2.7rem;
    }
}

@media only screen and (max-width: 800px) {
    .pdp-add-desc .price-new,
    .pdp-add .pro-desc .price-new {
        font-size: 2.2rem;
    }
}

.pdp-add-desc .price-odd,
.pdp-add .pro-desc .price-odd {
    font-size: 2rem;
    font-weight: 300;
}

@media only screen and (max-width: 1200px) {
    .pdp-add-desc .price-odd,
    .pdp-add .pro-desc .price-odd {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 800px) {
    .pdp-add-desc .price-odd,
    .pdp-add .pro-desc .price-odd {
        font-size: 1.6rem;
    }
}

.pdp-add-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 1rem;
    margin-top: 1rem;
    cursor: pointer;
    color: #E20932;
    font-weight: 500;
}

.swiper-button-next,
.swiper-button-prev {
    border: 0.1rem solid #E20932;
    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;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    color: #E20932;
    font-size: 1.6rem;
    font-weight: 600;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

@media (hover: hover) {
    .swiper-button-next:hover,
    .swiper-button-prev:hover {
        background-color: #E20932;
    }
    .swiper-button-next:hover:after,
    .swiper-button-prev:hover:after {
        color: #fff;
    }
}

.swiper-pagination-bullet {
    height: 1rem;
    width: 1rem;
    border-radius: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.swiper-pagination-bullet-active {
    width: 4rem;
    background-color: #E20932;
}

.repro-wrap {
    padding-bottom: 8rem;
}

.repro-ctn {
    margin-top: 1.6rem;
}

.repro-slide {
    position: relative;
}

.repro-btn-next,
.repro-btn-prev {
    width: 4.8rem;
}

@media screen and (min-width: 1350px) {
    .repro-btn-next,
    .repro-btn-prev {
        margin-top: -4rem;
    }
}

.repro-btn-next {
    right: -5.8rem;
}

@media screen and (min-width: 1450px) {
    .repro-btn-next {
        right: -6.8rem;
    }
}

.repro-btn-prev {
    left: -5.8rem;
}

@media screen and (min-width: 1450px) {
    .repro-btn-prev {
        left: -6.8rem;
    }
}

@media screen and (max-width: 1350px) {
    .repro-btn {
        position: relative;
        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: 1rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 0.5rem;
    }
    .repro-btn-next,
    .repro-btn-prev {
        position: relative;
        inset: 0;
        margin: 0;
    }
}

.repro-pagi {
    position: relative;
    height: 3rem;
    margin-top: 1rem;
}

.repro-pagi .swiper-pagination {
    inset: 0 !important;
}

.repro .swiper {
    margin: 0 -1.5rem;
}

@media screen and (max-width: 1200px) {
    .repro .swiper {
        margin: 0 -0.8rem;
    }
}

.repro .swiper-slide {
    width: 25%;
    padding: 0 1.5rem;
    height: auto;
}

@media screen and (max-width: 1200px) {
    .repro .swiper-slide {
        padding: 0 0.8rem;
    }
}

@media screen and (max-width: 1100px) {
    .repro .swiper-slide {
        width: calc(100% / 3);
    }
}

@media screen and (max-width: 768px) {
    .repro .swiper-slide {
        width: calc(50%);
    }
}

@media screen and (max-width: 550px) {
    .repro .swiper-slide {
        width: 100%;
    }
}

.news-top {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1.6rem;
    padding: 0.2rem 0;
}

.news-top::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    width: 100vw;
    height: 100%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #656c6f;
}

.news-top-link {
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
}

.news-top-link::before {
    width: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    bottom: 0.5rem;
    position: absolute;
    content: "";
    height: 0.1rem;
    background: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (hover: hover) {
    .news-top-link:hover:before {
        width: 100%;
    }
}

.news-top-link:first-child {
    padding-left: 0;
}

.news-wrap {
    padding-bottom: 8rem;
}

.news .breadcrumb {
    margin-bottom: 1.6rem;
}

.news-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[3];
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-top: 4rem;
}

@media screen and (max-width: 1024px) {
    .news-list {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
    }
}

@media screen and (max-width: 768px) {
    .news-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        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: 1;
    grid-area: 1 / 1 / 4 / 2;
}

.news-list .news-item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1 / 2 / 2 / 3;
}

.news-list .news-item:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2 / 2 / 3 / 3;
}

.news-list .news-item:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 3 / 2 / 4 / 3;
}

.news-list .news-item:not(:first-child) .news-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
}

.news-list .news-item:not(:first-child) .news-img {
    width: 17rem;
    height: 13rem;
    padding-top: unset;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 1024px) {
    .news-list .news-item:not(:first-child) .news-img {
        width: 14rem;
        height: 11rem;
    }
}

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

@media screen and (max-width: 500px) {
    .news-list .news-item:not(:first-child) .news-box {
        gap: 1rem;
    }
    .news-list .news-item:not(:first-child) .news-img {
        width: 11rem;
        height: 9rem;
    }
}

.news-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: 0.8rem;
}

.news-tag {
    font-size: 1.4rem;
    background-color: #e2e8f0;
    padding: 0.3rem 1rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.news-name {
    font-weight: 700;
    font-size: 2rem;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media only screen and (max-width: 1200px) {
    .news-name {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 800px) {
    .news-name {
        font-size: 1.6rem;
    }
}

@media (hover: hover) {
    .news-name:hover {
        color: #E20932;
    }
}

.news-img {
    position: relative;
    display: block;
    padding-top: calc((355 / 592) * 100%);
    overflow: hidden;
}

.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.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

@media (hover: hover) {
    .news-img:hover img {
        -webkit-transform: translate(-50%, -50%) scale(1.05);
        transform: translate(-50%, -50%) 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.8rem;
}

.news-desc-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news-desc-top .news-date {
    font-size: 1.4rem;
    color: #475569;
}

.news-desc .txt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #475569;
}

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

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

.news-social-item {
    width: 2.4rem;
    height: 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.news-social-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) {
    .news-social-item:hover img {
        -webkit-transform: translateY(-0.5rem);
        transform: translateY(-0.5rem);
    }
}

.news-main-img {
    margin-top: 2.4rem;
    padding-top: calc((684/1216) * 100%);
    position: relative;
    overflow: hidden;
}

.news-main-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.news-content {
    width: calc((8/12) * 100%);
    margin: 0 auto;
    margin-top: 4rem;
}

@media screen and (max-width: 1100px) {
    .news-content {
        width: calc((10/12) * 100%);
    }
}

@media screen and (max-width: 768px) {
    .news-content {
        width: 100%;
    }
}

.news-content h3 {
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 2rem;
}

@media only screen and (max-width: 1200px) {
    .news-content h3 {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 800px) {
    .news-content h3 {
        font-size: 1.6rem;
    }
}

.news-content ul {
    list-style: disc;
    padding-left: 2rem;
}

.news-all {
    margin-top: 8rem;
}

.news-all-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 3.2rem;
    margin: 0 -1.6rem;
}

.news-all-list .news-item {
    width: calc(100% / 3);
    padding: 0 1.6rem;
}

@media screen and (max-width: 1024px) {
    .news-all-list {
        margin: 0 -0.5rem;
        row-gap: 2rem;
    }
    .news-all-list .news-item {
        padding: 0 0.5rem;
    }
}

@media screen and (max-width: 768px) {
    .news-all-list .news-item {
        width: 50%;
    }
}

@media screen and (max-width: 450px) {
    .news-all-list .news-item {
        width: 100%;
    }
}

.snew {
    padding-bottom: 8rem;
}

.snew-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 3.2rem;
    margin: 0 -1.6rem;
    margin-top: 2.4rem !important;
}

@media screen and (max-width: 1024px) {
    .snew-list {
        margin: 0 -0.5rem;
        row-gap: 2rem;
    }
}

.snew-list .news-item {
    width: calc(100% / 3);
    padding: 0 1.6rem;
}

@media screen and (max-width: 1024px) {
    .snew-list .news-item {
        padding: 0 0.5rem;
    }
}

@media screen and (max-width: 900px) {
    .snew-list .news-item {
        width: 50%;
    }
}

@media screen and (max-width: 450px) {
    .snew-list .news-item {
        width: 100%;
    }
}

.repro.dnew .swiper-slide {
    width: calc(100% / 3);
}

@media screen and (max-width: 768px) {
    .repro.dnew .swiper-slide {
        width: 50%;
    }
}

@media screen and (max-width: 550px) {
    .repro.dnew .swiper-slide {
        width: 100%;
    }
}

.smade-wrap {
    padding-bottom: 10rem;
}

.smade .breadcrumb {
    margin-top: 1.6rem;
}

.smade-inner {
    margin-top: 1.6rem;
    overflow: hidden;
}

.smade-ctn {
    margin: 0 auto;
    margin-top: 2.4rem;
    width: calc((10 / 12) * 100%);
}

@media screen and (max-width: 900px) {
    .smade-ctn {
        width: 100%;
    }
}

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

.smade-flex:nth-child(even) {
    background-color: #f1f1f1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media screen and (max-width: 550px) {
    .smade-flex {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .smade-flex:not(:last-child) {
        margin-bottom: 2rem;
    }
}

.smade-left {
    width: 50%;
}

@media screen and (max-width: 550px) {
    .smade-left {
        width: 100%;
    }
}

.smade-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 3.2rem;
    gap: 1.6rem;
}

@media screen and (max-width: 992px) {
    .smade-right {
        padding: 1rem;
    }
}

.smade-right .txt {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #475569;
}

.smade-right .btn i,
.smade-right .btn-pri i,
.smade-right .btn-sec i,
.smade-right .btn-thir i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

@media (hover: hover) {
    .smade-right .btn:hover i,
    .smade-right .btn-pri:hover i,
    .smade-right .btn-sec:hover i,
    .smade-right .btn-thir:hover i {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

.smade-img {
    position: relative;
    padding-top: calc((488 / 505) * 100%);
    overflow: hidden;
}

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

.dmade-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.6rem;
    margin-top: 2.4rem !important;
}

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

.dmade-left {
    width: calc((3 / 12) * 100%);
    padding: 0 1.6rem;
}

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

@media screen and (max-width: 550px) {
    .dmade-left {
        width: calc((8 / 12) * 100%);
    }
}

@media screen and (max-width: 450px) {
    .dmade-left {
        width: calc((10 / 12) * 100%);
    }
}

.dmade-right {
    padding: 0 1.6rem;
    -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: 1.6rem;
}

.dmade-ctn {
    margin-top: 8rem;
}

.dmade-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.6rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1.6rem !important;
    row-gap: 3.2rem;
}

@media screen and (max-width: 1024px) {
    .dmade-list {
        row-gap: 1rem;
        margin: 0 -0.5rem;
    }
}

.dmade-list .pro-item {
    width: 25%;
    padding: 0 1.6rem;
}

@media screen and (max-width: 1024px) {
    .dmade-list .pro-item {
        padding: 0 0.5rem;
    }
}

@media screen and (max-width: 992px) {
    .dmade-list .pro-item {
        width: calc(100% / 3);
    }
}

@media screen and (max-width: 600px) {
    .dmade-list .pro-item {
        width: 50%;
    }
}

.ecu-wrap {
    padding-bottom: 10rem;
}

.ecu .breadcrumb {
    margin-top: 1.6rem;
}

.ecu-inner {
    margin-top: 1.6rem;
}

.ecu-ctn {
    margin-top: 3rem;
}

.ecu-srch {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.ecu-srch form {
    width: 100%;
}

.ecu-srch-input {
    width: 100%;
    position: relative;
}

.ecu-srch-input input {
    width: 100%;
    height: 4.8rem;
}

.ecu-srch-input input:focus~.ecu-re {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.ecu-srch .btn .icon,
.ecu-srch .btn-pri .icon,
.ecu-srch .btn-sec .icon,
.ecu-srch .btn-thir .icon {
    width: 3rem;
    height: 3rem;
}

.ecu-srch .btn .icon i,
.ecu-srch .btn-pri .icon i,
.ecu-srch .btn-sec .icon i,
.ecu-srch .btn-thir .icon i {
    font-size: 2rem;
}

@media only screen and (max-width: 1200px) {
    .ecu-srch .btn .icon i,
    .ecu-srch .btn-pri .icon i,
    .ecu-srch .btn-sec .icon i,
    .ecu-srch .btn-thir .icon i {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 800px) {
    .ecu-srch .btn .icon i,
    .ecu-srch .btn-pri .icon i,
    .ecu-srch .btn-sec .icon i,
    .ecu-srch .btn-thir .icon i {
        font-size: 1.6rem;
    }
}

.ecu-re {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 5;
    padding: 2rem;
    border: 0.1rem solid #E2E8F0;
    background-color: #fff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
    opacity: 0;
    visibility: hidden;
}

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

.ecu-re-list .txt {
    display: block;
    padding: 0.5rem 0;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

@media (hover: hover) {
    .ecu-re-list .txt:hover {
        color: #E20932;
    }
}

.ecu-main {
    margin-top: 4rem;
}

.ecu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.6rem;
    row-gap: 3.2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
    .ecu-list {
        row-gap: 1rem;
        margin: 0 -0.5rem;
    }
}

.ecu-item {
    width: 50%;
    padding: 0 1.6rem;
}

@media screen and (max-width: 1024px) {
    .ecu-item {
        padding: 0 0.5rem;
    }
}

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

.ecu-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.6rem;
    padding: 1.6rem;
    border: 0.1rem solid #E2E8F0;
}

@media screen and (max-width: 768px) {
    .ecu-box {
        padding: 1rem;
    }
}

.ecu-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: 2.4rem;
}

.ecu-icon {
    width: 7rem;
    height: 7rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

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

.ecu-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact {
    overflow: hidden;
}

.contact-wrap {
    padding-bottom: 8rem;
}

.contact .breadcrumb {
    padding: 1.6rem 0;
}

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

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

.contact-left {
    width: calc((5/12) * 100%);
    padding: 4.8rem 0;
    padding-right: 2.4rem;
}

@media screen and (max-width: 992px) {
    .contact-left {
        width: 100%;
    }
}

.contact-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.2rem;
}

.contact-info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.8rem;
}

.contact-box {
    padding: 4.8rem 3.2rem;
    background-color: #FEEEF1;
}

.contact-box .title-44 {
    margin-bottom: 1.2rem;
}

@media screen and (max-width: 992px) {
    .contact-box {
        padding: 3rem 1.5rem;
    }
}

.contact .form-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contact-map {
    width: 100%;
    height: 60rem;
}

@media screen and (max-width: 992px) {
    .contact-map {
        height: 40rem;
    }
}

.contact-map iframe {
    height: 100%;
    width: 100%;
}

.bg-option2 {
    background: #f2f2f2;
}

.plogin-wrap {
    padding-top: 8rem;
    padding-bottom: 10rem;
}

@media screen and (max-width: 768px) {
    .plogin-wrap {
        padding: 6rem 0;
    }
}

.plogin-inner {
    width: 50%;
    margin: 0 auto;
}

@media screen and (max-width: 1200px) {
    .plogin-inner {
        width: 70%;
    }
}

@media screen and (max-width: 768px) {
    .plogin-inner {
        width: 100%;
    }
}

.plogin-box {
    padding: 4.8rem;
    background: #fff;
    border-radius: 1.6rem;
}

@media screen and (max-width: 600px) {
    .plogin-box {
        padding: 2rem;
    }
}

.plogin-form {
    margin-top: 2.4rem;
}

.plogin-form-forgot {
    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;
}

.plogin-form-forgot .recheck-item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.plogin-form-forgot .recheck-text {
    line-height: 1.3;
}

.plogin-form-forgot .recheck-text .link {
    text-decoration: underline;
}

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

.plogin .form-control {
    margin-top: 2.4rem;
}

.plogin .txt {
    margin-top: 2.4rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.4rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pfcus {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.pfcus-wrap {
    position: relative;
    padding: 3.2rem 0;
    padding-bottom: 7.2rem;
}

.pfcus-flex {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.2rem;
}

@media screen and (max-width: 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: 2.4rem 0;
    margin: 2.4rem 0;
    border-bottom: 0.1rem solid #E2E8F0;
    border-top: 0.1rem solid #E2E8F0;
}

.pfcus-tab {
    background: #fff;
    padding: 2.4rem;
}

@media screen and (max-width: 1200px) {
    .pfcus-tab {
        padding: 2rem;
    }
}

.pfcus-tab-list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem;
}

.pfcus-tab-link {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    padding: 1rem 3.4rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4.8rem;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

@media (hover: hover) {
    .pfcus-tab-link:hover {
        background: #feefe8;
    }
    .pfcus-tab-link:hover .text {
        color: #0047BB;
    }
    .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: brightness(0) saturate(100%) invert(12%) sepia(93%) saturate(6804%) hue-rotate(345deg) brightness(90%) contrast(96%);
    filter: brightness(0) saturate(100%) invert(12%) sepia(93%) saturate(6804%) hue-rotate(345deg) brightness(90%) contrast(96%);
}

.pfcus-tab-link.active .text {
    font-weight: 700;
    color: #0047BB;
}

.pfcus-tab-link .icon {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 1.8rem;
    height: 1.8rem;
}

.pfcus-tab-link .text {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.pfcus-tab-item .btn,
.pfcus-tab-item .btn-pri,
.pfcus-tab-item .btn-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 0;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

.pfcus-tab-item .btn .icon,
.pfcus-tab-item .btn-pri .icon,
.pfcus-tab-item .btn-sec .icon,
.pfcus-tab-item .btn-thir .icon {
    margin-right: 0;
}

.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.6rem;
    color: #6f6f6f;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-weight: 400;
}

@media (hover: hover) {
    .pfcus-tab-item:hover .btn .text,
    .pfcus-tab-item:hover .btn-pri .text,
    .pfcus-tab-item:hover .btn-sec .text,
    .pfcus-tab-item:hover .btn-thir .text {
        color: #E20932;
    }
    .pfcus-tab-item:hover .btn img,
    .pfcus-tab-item:hover .btn-pri img,
    .pfcus-tab-item:hover .btn-sec img,
    .pfcus-tab-item:hover .btn-thir img {
        -webkit-filter: brightness(0) saturate(100%) invert(12%) sepia(93%) saturate(6804%) hue-rotate(345deg) brightness(90%) contrast(96%);
        filter: brightness(0) saturate(100%) invert(12%) sepia(93%) saturate(6804%) hue-rotate(345deg) brightness(90%) contrast(96%);
    }
}

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

.pfcus-tab-item.active .btn img,
.pfcus-tab-item.active .btn-pri img,
.pfcus-tab-item.active .btn-sec img,
.pfcus-tab-item.active .btn-thir img {
    -webkit-filter: brightness(0) saturate(100%) invert(12%) sepia(93%) saturate(6804%) hue-rotate(345deg) brightness(90%) contrast(96%);
    filter: brightness(0) saturate(100%) invert(12%) sepia(93%) saturate(6804%) hue-rotate(345deg) brightness(90%) contrast(96%);
}

.pfcus-info {
    position: relative;
}

.pfcus-info .btn,
.pfcus-info .btn-pri,
.pfcus-info .btn-sec,
.pfcus-info .btn-thir {
    margin-top: 4rem;
}

.pfcus-info-top {
    padding-bottom: 3rem;
    border-bottom: 0.1rem solid #f0f0f0;
}

.pfcus-info-top-gr {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
}

@media screen and (max-width: 950px) {
    .pfcus-info-top-gr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.pfcus-info-top-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pfcus-info-top-image .icon-avt {
    width: 4rem;
    height: 4rem;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    border-radius: 100rem;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.pfcus-info-top-image .icon-avt img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 1;
}

.pfcus-info-top-image .t-gr {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.4rem;
    cursor: pointer;
}

.pfcus-info-top-desc .name {
    font-size: 1.4rem;
    font-weight: 500;
}

.pfcus-info-top-desc .txt {
    font-size: 1.2rem;
    color: #475569;
    word-break: break-all;
}

.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: 2.4rem;
    margin: 0 -1.2rem;
}

@media screen and (max-width: 950px) {
    .pfcus-info-top-form-gr {
        row-gap: 1.2rem;
        margin: 0 -0.6rem;
    }
}

.pfcus-info-top-form-gr .ip-control {
    padding: 0 1.2rem;
}

.pfcus-info-top-form-gr .ip-control.x2 {
    width: 50%;
}

@media screen and (max-width: 768px) {
    .pfcus-info-top-form-gr .ip-control.x2 {
        width: 100%;
    }
}

.pfcus-info-top-form-gr .ip-control input {
    font-size: 1.6rem;
}

.pfcus-info-top-form .btn,
.pfcus-info-top-form .btn-pri,
.pfcus-info-top-form .btn-sec,
.pfcus-info-top-form .btn-thir {
    margin-top: 4rem;
}

.pfcus-info-bot {
    padding: 3rem 0;
}

.pfcus-info-bot-form-gr {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 2rem;
    margin: 0 -1.2rem;
}

@media screen and (max-width: 950px) {
    .pfcus-info-bot-form-gr {
        row-gap: 1.2rem;
        margin: 0 -0.6rem;
    }
}

.pfcus-info-bot-form-gr .ip-control {
    padding: 0 1.2rem;
}

@media screen and (max-width: 950px) {
    .pfcus-info-bot-form-gr .ip-control {
        padding: 0 0.6rem;
    }
}

.pfcus-info-bot-form-gr .ip-control.x3 {
    width: calc(100% / 3);
}

@media screen and (max-width: 950px) {
    .pfcus-info-bot-form-gr .ip-control.x3 {
        width: 100%;
    }
}

.pfcus-info-pass {
    width: calc((6 / 9) * 100%);
}

@media screen and (max-width: 992px) {
    .pfcus-info-pass {
        width: 80%;
    }
}

@media screen and (max-width: 768px) {
    .pfcus-info-pass {
        width: 90%;
    }
}

@media screen and (max-width: 650px) {
    .pfcus-info-pass {
        width: 100%;
    }
}

.pfcus-info-pass-gr {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 3rem;
}

.pfcus-his-pagi {
    margin-top: 3rem;
}

.pfcus-his-table {
    margin-top: 1.5rem;
}

.pfcus-his-table table {
    width: 100%;
}

.pfcus-his-table table thead tr {
    background: #E2E8F0;
}

.pfcus-his-table table thead tr th {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 700;
    color: #475569;
    padding: 1.2rem 0.5rem;
}

.pfcus-his-table table thead tr th:first-child {
    width: 24%;
    padding-left: 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: 1.4rem 0rem;
    vertical-align: middle;
    text-align: center;
}

@media screen and (max-width: 900px) {
    .pfcus-his-table table tbody tr td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        padding: 1.6rem 1rem !important;
        position: relative;
    }
    .pfcus-his-table table tbody tr td .bx-status {
        margin: 0;
        margin-left: auto;
    }
    .pfcus-his-table table tbody tr td::before {
        content: attr(data-text);
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        font-weight: 600;
        font-size: 1.6rem;
        color: #031230;
        text-align: left;
        white-space: nowrap;
    }
}

.pfcus-his-table table tbody tr td:first-child {
    padding-left: 1.4rem;
}

.pfcus-his-table table tbody tr td:not(:first-child) {
    padding: 1.4rem 1rem;
}

@media screen and (max-width: 768px) {
    .pfcus-his-table table tbody tr td:not(:first-child) {
        padding: 2rem 0.5rem;
    }
}

@media screen and (max-width: 550px) {
    .pfcus-his-table table tbody tr td:not(:first-child) {
        padding: 1.6rem 0;
        -webkit-column-gap: 2rem;
        -moz-column-gap: 2rem;
        column-gap: 2rem;
    }
    .pfcus-his-table table tbody tr td:not(:first-child) .link {
        text-align: end;
    }
}

.pfcus-his-table table tbody tr .bx-link {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    gap: 1rem;
    margin: 0;
    color: #a7a7a7;
}

@media (hover: hover) {
    .pfcus-his-table table tbody tr .bx-link:hover {
        color: #E20932;
    }
    .pfcus-his-table table tbody tr .bx-link:hover .icon {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
}

.pfcus-his-table table tbody tr .bx-link .icon {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-size: 1.4rem;
}

.pfcus-his-table table tbody tr .bx-link .text {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-size: 1.4rem;
    color: #E20932;
    font-weight: 500;
}

.pfcus-odt-steps {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 2.5rem;
    margin-top: 3rem;
}

@media screen and (max-width: 1024px) {
    .pfcus-odt-steps {
        margin: 0 1rem;
        margin-top: 2.4rem;
    }
}

@media screen and (max-width: 768px) {
    .pfcus-odt-steps {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 2rem;
    }
}

.pfcus-odt-step {
    width: calc((100% / 4));
}

@media screen and (max-width: 768px) {
    .pfcus-odt-step {
        width: 50%;
    }
}

.pfcus-odt-step.step-pass .pfcus-odt-icon {
    background: transparent;
}

.pfcus-odt-step.step-pass .pfcus-odt-icon::after {
    background-color: #E20932;
}

.pfcus-odt-step.step-pass .pfcus-odt-icon::before {
    background-color: #E20932;
}

.pfcus-odt-step.step-pass .pfcus-odt-icon .icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.pfcus-odt-step:first-child .pfcus-odt-icon {
    position: relative;
}

.pfcus-odt-step:first-child .pfcus-odt-icon::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    border-radius: 5rem;
}

@media screen and (max-width: 1024px) {
    .pfcus-odt-step:first-child .pfcus-odt-icon::after {
        width: 70%;
    }
}

.pfcus-odt-step:first-child .pfcus-odt-icon:before {
    border-radius: 5rem;
}

.pfcus-odt-step:last-child .pfcus-odt-icon {
    position: relative;
}

.pfcus-odt-step:last-child .pfcus-odt-icon::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    border-radius: 5rem;
    background-color: #ebe8e8;
}

@media screen and (max-width: 1024px) {
    .pfcus-odt-step:last-child .pfcus-odt-icon::after {
        width: 70%;
    }
}

.pfcus-odt-step:last-child .pfcus-odt-icon:before {
    border-top-right-radius: 5rem;
    border-bottom-right-radius: 5rem;
}

.pfcus-odt-step.active .pfcus-odt-icon {
    background: transparent;
}

.pfcus-odt-step.active .pfcus-odt-icon img {
    -webkit-filter: brightness(0) invert(0.3);
    filter: brightness(0) invert(0.3);
}

.pfcus-odt-step.active .pfcus-odt-icon::after {
    background: #0047BB;
}

.pfcus-odt-step.active .pfcus-odt-icon::before {
    background-color: #0047BB;
}

.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-dx .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    color: #64748B;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.pfcus-dx .link .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 2rem;
    height: 2rem;
}

.pfcus-dx .link .icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (hover: hover) {
    .pfcus-dx .link:hover {
        color: #E20932;
    }
    .pfcus-dx .link:hover img {
        -webkit-filter: brightness(0) saturate(100%) invert(12%) sepia(93%) saturate(6804%) hue-rotate(345deg) brightness(90%) contrast(96%);
        filter: brightness(0) saturate(100%) invert(12%) sepia(93%) saturate(6804%) hue-rotate(345deg) brightness(90%) contrast(96%);
    }
}

.pfcus-box {
    padding: 3rem;
    background: #fff;
}

@media screen and (max-width: 1200px) {
    .pfcus-box {
        padding: 2rem;
    }
}

.pfcus-update {
    margin: 2.4rem 0;
}

.pfcus-update-box {
    width: 8rem;
    height: 8rem;
    border-radius: 100rem;
    background: #EBEBEB;
    overflow: hidden;
    position: relative;
}

.pfcus-update label {
    position: absolute;
    inset: 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;
    border-radius: 100rem;
    cursor: pointer;
}

.pfcus .select2-selection {
    padding: 0 2rem;
}

.pfcus .select2-selection__arrow {
    right: 2rem !important;
}

.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 0.5rem;
    font-weight: 500;
    min-width: 9.6rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .bx-status {
        margin: unset;
    }
}

.bx-status.t-cxn {
    background: #fff2d6;
    color: #f6af15;
}

.bx-status.t-cancel {
    color: #f63e15;
    background: #ffded6;
}

.bx-status.t-pending {
    color: #1582f6;
    background: #d8eafd;
}

.bx-status.t-complete {
    color: #1d9d06;
    background: #dcf3d8;
}

.faq-wrap {
    padding-bottom: 10rem;
}

@media screen and (max-width: 992px) {
    .faq-wrap {
        padding-bottom: 6rem;
    }
}

.faq .breadcrumb {
    padding: 1.6rem 0;
}

.faq-ctn {
    margin-top: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
}

@media screen and (min-width: 1200px) {
    .faq-ctn {
        width: calc((10/12) * 100%);
        margin: 0 auto;
        margin-top: 3rem;
    }
}

.faq-item {
    padding: 1rem 2rem;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
    .faq-item {
        padding: 1rem;
    }
}

.faq-item.active {
    background-color: #FEEEF1;
    padding: 4rem 2rem;
    margin-top: 1rem;
    padding-top: 3rem;
}

.faq-item.active .faq-item-top::before {
    opacity: 0;
}

@media screen and (max-width: 768px) {
    .faq-item.active {
        padding: 3rem 1.5rem;
        padding-top: 2rem;
    }
}

@media screen and (max-width: 550px) {
    .faq-item.active {
        padding: 1.5rem;
    }
}

.faq-item-top {
    padding: 1rem;
    margin: 0 -1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
}

.faq-item-top::before {
    position: absolute;
    inset: 0;
    left: -1rem;
    right: -1rem;
    content: "";
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: -1;
}

@media (hover: hover) {
    .faq-item-top:hover::before {
        background-color: rgba(254, 238, 241, 0.4);
    }
}

.faq-item-top .txt {
    font-weight: 500;
}

.faq-item-top .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.faq-item-top .icon-minus {
    display: none;
}

.faq-item-top .icon-plus {
    display: block;
}

.faq-item-top.active .icon-minus {
    display: block;
}

.faq-item-top.active .icon-plus {
    display: none;
}

.faq-item-ctn {
    display: none;
    margin-top: 0.5rem;
    color: #334155;
}

.faq-item-ctn ul {
    padding-left: 2rem;
    list-style: disc;
}

.poli {
    overflow: hidden;
}

.poli-wrap {
    padding-bottom: 10rem;
}

@media screen and (max-width: 992px) {
    .poli-wrap {
        padding-bottom: 6rem;
    }
}

.poli .breadcrumb {
    padding: 1.6rem 0;
}

.poli-ctn {
    margin-top: 4rem;
}

.poli-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 2rem;
}

.poli-left {
    padding: 0 1.5rem;
    width: calc((3/12) * 100%);
}

@media screen and (max-width: 992px) {
    .poli-left {
        width: calc((3.5/12) * 100%);
    }
}

@media screen and (max-width: 768px) {
    .poli-left {
        width: 100%;
    }
}

.poli-left .menu-list {
    list-style: none;
    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.6rem;
}

.poli-left .menu-list .menu-item .menu-link {
    color: #475569;
    padding: 0.5rem 0;
}

@media (hover: hover) {
    .poli-left .menu-list .menu-item .menu-link:hover {
        text-decoration: underline;
        color: #E20932;
    }
}

.poli-left .menu-list .menu-item.current-menu-item .menu-link,
.poli-left .menu-list .menu-item.current_page_item .menu-link {
    color: #E20932;
    font-weight: 500;
}

.poli-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 1.5rem;
}

.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-main h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.6rem;
}

@media only screen and (max-width: 1200px) {
    .poli-main h2 {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 800px) {
    .poli-main h2 {
        font-size: 1.6rem;
    }
}

.cartod {
    overflow: hidden;
}

.cartod-wrap {
    padding: 1.6rem 0;
    padding-bottom: 10rem;
}

.cartod .breadcrumb {
    margin-bottom: 1.6rem;
}

.cartod-flex {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.2rem;
}

@media screen and (max-width: 912px) {
    .cartod-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 2.4rem;
    }
}

.cartod-left {
    width: calc((8 / 12) * 100%);
    padding: 0 1.2rem;
}

.cartod-left.pay {
    width: 55%;
}

@media screen and (max-width: 912px) {
    .cartod-left {
        width: 100%;
    }
    .cartod-left.pay {
        width: 100%;
    }
}

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

@media screen and (max-width: 912px) {
    .cartod-right {
        width: 100%;
    }
}

.cartod-prds table {
    width: 100%;
}

@media screen and (max-width: 550px) {
    .cartod-prds table thead {
        display: none;
    }
}

.cartod-prds table thead tr th {
    border-bottom: 0.1rem solid #e9e9e9;
    padding-bottom: 0.6rem;
    color: #475569;
    font-weight: 600;
    padding: 1.2rem 0.5rem;
    font-size: 2rem;
    font-weight: 700;
}

@media only screen and (max-width: 1200px) {
    .cartod-prds table thead tr th {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 800px) {
    .cartod-prds table thead tr th {
        font-size: 1.6rem;
    }
}

.cartod-prds table tbody tr {
    background: white;
    border-bottom: 0.1rem solid #ebebeb;
}

@media screen and (max-width: 550px) {
    .cartod-prds table tbody tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .cartod-prds table tbody tr:not(:last-child) {
        border-bottom: 0.1rem solid #efefef;
    }
}

.cartod-prds table tbody tr td {
    padding: 2.5rem 0rem;
    vertical-align: middle;
    text-align: center;
}

.cartod-prds table tbody tr td:first-child {
    padding-left: 1.4rem;
}

.cartod-prds table tbody tr td:last-child {
    padding-right: 1.4rem;
}

@media screen and (max-width: 550px) {
    .cartod-prds table tbody tr td {
        border-bottom: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        padding: 1.6rem 1rem !important;
        position: relative;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .cartod-prds table tbody tr td::before {
        content: attr(data-text);
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        font-weight: 600;
        font-size: 1.4rem;
        color: #031230;
        text-align: left;
        white-space: nowrap;
    }
    .cartod-prds table tbody tr td:last-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.cartod-prds table tbody tr td .remove {
    padding: 0.5rem;
}

.cartod-prds table tbody tr td .remove:hover i {
    color: #E20932;
}

.cartod-prds table tbody tr td:not(:first-child) {
    padding: 3rem 1rem;
}

@media screen and (max-width: 768px) {
    .cartod-prds table tbody tr td:not(:first-child) {
        padding: 2rem 0.5rem;
    }
}

@media screen and (max-width: 550px) {
    .cartod-prds table tbody tr td:not(:first-child) {
        padding: 1.6rem 0;
        -webkit-column-gap: 2rem;
        -moz-column-gap: 2rem;
        column-gap: 2rem;
    }
    .cartod-prds table tbody tr td:not(:first-child) .link {
        text-align: end;
    }
}

.cartod-prds-update {
    margin-top: 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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem;
}

.cartod-prds-update .cartod-back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
    cursor: pointer;
}

.cartod-prds-update .cartod-back .icon i {
    color: #E20932;
}

.cartod-prds-update .cartod-back .text {
    color: #6f6f6f;
    font-weight: 400;
}

@media (hover: hover) {
    .cartod-prds-update .cartod-back .text:hover {
        color: #E20932;
    }
}

.cartod-prds-update .btn,
.cartod-prds-update .btn-pri,
.cartod-prds-update .btn-sec,
.cartod-prds-update .btn-thir {
    margin: unset;
}

.cartod-prds-update .btn .text,
.cartod-prds-update .btn-pri .text,
.cartod-prds-update .btn-sec .text,
.cartod-prds-update .btn-thir .text {
    line-height: 1;
}

.cartod-prds-update .btn .icon,
.cartod-prds-update .btn-pri .icon,
.cartod-prds-update .btn-sec .icon,
.cartod-prds-update .btn-thir .icon {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.cartod-prds-gr {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.2rem;
}

.cartod-prds-img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.cartod-prds-img .inner {
    width: 7rem;
    height: 7rem;
    border-radius: 0.6rem;
    overflow: hidden;
    display: block;
}

.cartod-prds-img .inner img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.cartod-prds-item:not(:last-child) {
    padding-bottom: 3rem;
    border-bottom: 0.1rem solid #e0e0e0;
}

.cartod-prds-item:not(:first-child) {
    padding-top: 3rem;
}

.cartod-prds-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cartod-prds-ctn {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cartod-prds-ctn .link {
    color: #475569;
    font-weight: 400;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (hover: hover) {
    .cartod-prds-ctn .link:hover {
        color: #E20932;
    }
}

.cartod-prds-price {
    color: #B2E5FF;
    margin-top: auto;
    margin-left: auto;
}

.cartod-prds-price>* {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: block;
    font-size: 1.4rem;
}

.cartod-prds-price .price-new {
    font-weight: 600;
    color: #383838;
}

.cartod-prds-price .price-odd {
    font-weight: 600;
    color: #a7a7a7;
    font-size: 1.2rem;
    text-decoration: line-through;
}

.cartod-total-item:not(:last-child) {
    margin-bottom: 2rem;
}

.cartod-total-inner {
    position: relative;
    padding: 4.8rem 3rem;
    background: #E20932;
    border-radius: 2.4rem;
}

@media screen and (max-width: 768px) {
    .cartod-total-inner {
        padding: 2.8rem 1rem;
    }
}

.cartod-total-gr {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
}

.cartod-total-img {
    width: 5.8rem;
    height: 5.8rem;
}

.cartod-total-img .inner {
    border-radius: 0.6rem;
    overflow: hidden;
    width: 5.8rem;
    height: 5.8rem;
}

.cartod-total-img img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.cartod-total-ctn {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.8rem;
}

.cartod-total-ctn .txt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.cartod-total-ctn .tprice {
    margin-top: auto;
}

.cartod-total-list {
    margin-bottom: 3rem;
}

.cartod-total-block {
    padding-bottom: 3rem;
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.5);
}

.cartod-total-if {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.4rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cartod-dt-inner {
    background: #ffffff;
    padding: 2.4rem;
    border: 0.1rem solid #e2e8f0;
}

@media screen and (max-width: 768px) {
    .cartod-dt-inner {
        padding: 2rem 1rem;
    }
}

.cartod-dt-block {
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.12);
    padding-bottom: 2.4rem;
    border-bottom: 0.1rem solid #ebebeb;
    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;
}

.cartod-dt-form {
    margin: 2rem 0;
}

.cartod-dt-control {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.6rem;
    position: relative;
}

@media screen and (max-width: 768px) {
    .cartod-dt-control {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.cartod-dt-control:before {
    content: "";
    position: absolute;
    left: 1rem;
    top: 2.4rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url("../assets/images/discount.png");
    width: 1.8rem;
    height: 1.8rem;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
}

@media only screen and (min-width: 912px) and (max-width: 1100px) {
    .cartod-dt-control {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.cartod-dt-control input {
    border-radius: inherit;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 2rem;
    background: unset;
    border: unset;
    background: #f1f5f9;
    padding-left: 4rem;
    height: 4.8rem;
}

@media only screen and (min-width: 912px) and (max-width: 1100px) {
    .cartod-dt-control input {
        width: 55%;
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial;
    }
}

.cartod-dt-control input.input-discount::-webkit-input-placeholder {
    color: #4d4d4d;
}

.cartod-dt-control input.input-discount::-moz-placeholder {
    color: #4d4d4d;
}

.cartod-dt-control input.input-discount::-ms-input-placeholder {
    color: #4d4d4d;
}

.cartod-dt-control input.input-discount::placeholder {
    color: #4d4d4d;
}

.cartod-dt-control input::-webkit-input-placeholder {
    color: #7f8080;
}

.cartod-dt-control input::-moz-placeholder {
    color: #7f8080;
}

.cartod-dt-control input::-ms-input-placeholder {
    color: #7f8080;
}

.cartod-dt-control input::placeholder {
    color: #7f8080;
}

.cartod-dt-control input:focus {
    outline: unset;
}

@media screen and (max-width: 440px) {
    .cartod-dt-control .btn,
    .cartod-dt-control .btn-pri,
    .cartod-dt-control .btn-sec,
    .cartod-dt-control .btn-thir {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

.cartod-dt-btns {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.4rem;
}

@media screen and (max-width: 768px) {
    .cartod-dt-btns {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .cartod-dt-btns .btn,
    .cartod-dt-btns .btn-pri,
    .cartod-dt-btns .btn-sec,
    .cartod-dt-btns .btn-thir {
        width: 100%;
    }
}

.cartod-form-gr {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 2rem;
    margin: 0 -1.2rem;
}

.cartod-form-gr .ip-control {
    padding: 0 1.2rem;
}

.cartod-form-gr .ip-control.x2 {
    width: 50%;
}

@media screen and (max-width: 768px) {
    .cartod-form-gr .ip-control.x2 {
        width: 100%;
    }
}

.cartod-form-pay-gr {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.4rem;
}

@media screen and (max-width: 700px) {
    .cartod-form-pay-gr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.cartod-form-pay-box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    overflow: hidden;
}

.cartod-form-pay-box .decor {
    position: absolute;
    right: 0;
    bottom: -0.5rem;
}

.cartod-form-pay-inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 2rem;
    position: relative;
    padding: 2rem 3rem;
    border-radius: 1rem;
    border: 0.1rem solid #ccc;
    width: 100%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.cartod-form-pay-inner .radio-label {
    width: 1.4rem;
    height: 1.4rem;
    aspect-ratio: 1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    border-radius: 50%;
    border: 0.1rem solid #0047BB;
}

.cartod-form-pay-inner.active {
    background: #0047BB;
    border-color: #E20932;
}

.cartod-form-pay-inner.active .recheck-input:checked+.radio-label {
    background-color: #E20932;
    outline: 0.1rem solid #E20932;
    border-color: 0.1rem solid #fff;
    display: inline-block;
}

.cartod-form-pay-inner.active .text {
    color: #E20932;
}

.cartod-form-pay-inner.active .icon {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.cartod-form-pay-inner .icon {
    width: 4.8rem;
    height: 4.8rem;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    margin: 0 auto;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.cartod-form-pay-inner .text {
    color: #444545;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.cartod-complete-head {
    margin-bottom: 7rem;
}

@media screen and (max-width: 1024px) {
    .cartod-complete-head {
        margin-bottom: 4rem;
    }
}

.cartod-complete-icon {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    height: 7.2rem;
    width: 7.2rem;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    .cartod-complete-icon {
        width: 12rem;
        height: 12rem;
        margin: 0 auto;
        border-radius: 50%;
        background: #0047BB;
        position: relative;
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
        z-index: 1;
    }
    .cartod-complete-icon img {
        width: 6rem;
        height: 6rem;
        border-radius: unset;
    }
}

@media screen and (max-width: 1100px) {
    .cartod-complete-desc {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .cartod-complete-desc .cartod-complete-if-gr {
        width: 100%;
        text-align: center;
    }
}

.cartod-complete-wrap {
    padding: 4.2rem 6.7rem;
    position: relative;
}

@media screen and (max-width: 1100px) {
    .cartod-complete-wrap {
        padding: 4.2rem 3rem;
    }
}

@media screen and (max-width: 1024px) {
    .cartod-complete-wrap {
        padding: 4.2rem 1.2rem;
        background: #0047BB;
        width: 70rem;
        max-width: 100%;
        margin: 0 auto;
        border-radius: 1.2rem;
    }
}

.cartod-complete-wrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    top: -9.5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../assets/images/spt-img/bg-complete.png);
}

.cartod-complete-wrap::before img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1024px) {
    .cartod-complete-wrap::before {
        background-image: unset;
    }
}

.cartod-complete-wrap.cartod-cod {
    width: 100%;
    margin: 0 auto;
    padding: 4.2rem 1.2rem;
}

.cartod-complete-wrap.cartod-cod::after {
    display: none;
}

.cartod-complete-wrap.cartod-cod::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    top: -9rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../assets/images/spt-img/bg-completecod.png);
}

@media screen and (max-width: 1024px) {
    .cartod-complete-wrap.cartod-cod::before {
        background-image: unset;
    }
}

.cartod-complete-wrap.cartod-cod .cartod-complete-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cartod-complete-wrap.cartod-cod .cartod-complete-flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cartod-complete-wrap.cartod-cod .cartod-complete-left {
    width: 80%;
    padding: unset;
    margin: 0 auto;
}

@media screen and (max-width: 1100px) {
    .cartod-complete-wrap.cartod-cod .cartod-complete-left {
        width: 100%;
    }
}

.cartod-complete-wrap.cartod-cod .cartod-complete-left::after {
    display: none;
}

.cartod-complete-flex {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 1024px) {
    .cartod-complete-flex {
        z-index: 2;
        position: relative;
    }
}

.cartod-complete-left {
    padding: 0 2.4rem;
    width: 100%;
    position: relative;
}

@media screen and (max-width: 768px) {
    .cartod-complete-left {
        padding: 0;
    }
}

.cartod-complete-left::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.1rem;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #E20932;
}

.cartod-complete-right {
    padding: 0 2.4rem;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .cartod-complete-right {
        padding: 0;
    }
}

.cartod-complete-if-gr {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.2rem;
    width: 50%;
}

.cartod-complete-if-text {
    width: 50%;
}

.cartod-complete-bank-gr {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 2.4rem;
}

@media screen and (max-width: 1100px) {
    .cartod-complete-bank-gr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.cartod-complete-bank-if {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cartod-complete-bank-if .top .icon-bank {
    width: 12rem;
}

.cartod-complete-bank-if .top .icon-bank img {
    display: block;
    width: 100%;
}

@media screen and (max-width: 1100px) {
    .cartod-complete-bank-if .top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.cartod-complete-bank-if .bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 5rem;
    -moz-column-gap: 5rem;
    column-gap: 5rem;
}

@media screen and (max-width: 1100px) {
    .cartod-complete-bank-if .bot {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 1rem;
    }
}

@media screen and (max-width: 900px) {
    .cartod-complete-bank-if .bot {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.cartod-complete-bank-text {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media screen and (max-width: 1100px) {
    .cartod-complete-bank-text {
        width: calc(100% / 3);
        text-align: center;
    }
}

@media screen and (max-width: 900px) {
    .cartod-complete-bank-text {
        width: 100%;
    }
}

.cartod-complete-bank-text .txt {
    width: 21rem;
}

@media screen and (max-width: 1100px) {
    .cartod-complete-bank-text .txt {
        width: 100%;
    }
}

.cartod-complete-bank-code {
    width: 13.6rem;
    height: 13.6rem;
    aspect-ratio: 1;
}

@media screen and (max-width: 1100px) {
    .cartod-complete-bank-code {
        margin: 0 auto;
    }
}

.cartod-complete-bank-code img {
    -o-object-fit: contain;
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.cartod-complete-link {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    gap: 2.4rem;
    margin-top: 5rem;
}

@media screen and (max-width: 1100px) {
    .cartod-complete-link {
        margin-top: 2rem;
    }
}

@media screen and (max-width: 768px) {
    .cartod-complete-link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1rem;
    }
}

.cartod-complete-link .btn,
.cartod-complete-link .btn-pri,
.cartod-complete-link .btn-sec,
.cartod-complete-link .btn-thir {
    min-width: 20rem;
    margin: unset;
}

@media screen and (max-width: 1100px) {
    .cartod-complete-link .btn,
    .cartod-complete-link .btn-pri,
    .cartod-complete-link .btn-sec,
    .cartod-complete-link .btn-thir {
        min-width: -webkit-fit-content;
        min-width: -moz-fit-content;
        min-width: fit-content;
    }
}

@media screen and (max-width: 768px) {
    .cartod-complete-link .btn,
    .cartod-complete-link .btn-pri,
    .cartod-complete-link .btn-sec,
    .cartod-complete-link .btn-thir {
        width: 100%;
    }
}

.cartod .select2-selection {
    border-radius: 0 !important;
    padding: 0 1rem;
    font-size: 1.4rem;
    border: solid 1px #e1e1e1 !important;
    height: 4rem;
}

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

.cartod .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 2rem;
    height: 4rem;
}

.cartod .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-radius: 0 !important;
}

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

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

.checkout-ctn .txt {
    color: #475569;
}

.checkout-ctn .recheck-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -webkit-column-gap: 2.4rem;
    -moz-column-gap: 2.4rem;
    column-gap: 2.4rem;
}

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

.checkout-ctn .recheck-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.8rem 3rem;
    border: 0.1rem solid #e2e8f0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    margin: 0;
}

.checkout-ctn .recheck-text .icon {
    width: 4rem;
    height: 4rem;
}

.checkout-ctn .recheck-text .icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.checkout-ctn .recheck-text .txt {
    font-size: 1.4rem;
    line-height: 1;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.checkout-ctn .recheck input:checked~.recheck-text {
    border-color: #e20932;
    background: #fde7eb;
}

.checkout-ctn .recheck input:checked~.recheck-text .txt {
    color: #e20932;
}

.checkout-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 2.4rem;
    /* margin: 0 -1.2rem; */
}

.checkout-list .ip-control {
    padding: 0 1.2rem;
}

.checkout-list .ip-control textarea {
    min-height: 15rem;
}

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

@media screen and (max-width: 400px) {
    .checkout-list .ip-control {
        width: 100% !important;
    }
}

.checkout-control {
    margin-top: 4rem;
    padding-top: 4rem;
    border-top: 0.1rem solid #E2E8F0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3rem;
    row-gap: 1rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
    .checkout-control {
        gap: 1rem;
    }
}

@media screen and (max-width: 440px) {
    .checkout-control {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.checkout-control .btn,
.checkout-control .btn-pri,
.checkout-control .btn-sec,
.checkout-control .btn-thir {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media screen and (max-width: 440px) {
    .checkout-control .btn,
    .checkout-control .btn-pri,
    .checkout-control .btn-sec,
    .checkout-control .btn-thir {
        width: 100%;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
    }
}

.checkout-done {
    width: calc((8 / 12) * 100%);
    margin: 0 auto;
}

@media screen and (max-width: 1200px) {
    .checkout-done {
        width: 85%;
    }
}

@media screen and (max-width: 992px) {
    .checkout-done {
        width: 100%;
    }
}

.checkout-done-box {
    border-radius: 0.8rem;
    border: 0.2rem dashed #D9D9D9;
    margin: 2.4rem 0;
    padding: 2rem;
}

@media screen and (max-width: 992px) {
    .checkout-done-box {
        padding: 1.5rem;
    }
}

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

@media screen and (max-width: 768px) {
    .checkout-done-list {
        margin: 0 -0.5rem;
    }
}

.checkout-done-item {
    width: 25%;
    padding: 0 1.2rem;
}

@media screen and (max-width: 768px) {
    .checkout-done-item {
        width: 50%;
        padding: 0 0.5rem;
    }
}

.checkout-done-item .text {
    font-size: 2rem;
    font-weight: 600;
}

@media only screen and (max-width: 1200px) {
    .checkout-done-item .text {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 800px) {
    .checkout-done-item .text {
        font-size: 1.6rem;
    }
}

.checkout-done-item .num {
    color: #334155;
}

@media screen and (max-width: 400px) {
    .checkout-done-item .num {
        font-size: 1.4rem;
    }
}

.checkout-done-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pcate-wrap {
    padding: 1.6rem 0;
    padding-bottom: 10rem;
}

.pcate .breadcrumb {
    margin-bottom: 1.6rem;
}

.pcate-flex {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -2.5rem;
}

@media screen and (max-width: 1350px) {
    .pcate-flex {
        margin: 0 -1.5rem;
    }
}

.pcate-left {
    width: calc((3 / 12) * 100%);
    padding: 0 2.5rem;
}

@media screen and (max-width: 1350px) {
    .pcate-left {
        padding: 0 1.5rem;
    }
}

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

.pcate-right {
    width: calc((9 / 12) * 100%);
    padding: 0 2.5rem;
}

@media screen and (max-width: 1350px) {
    .pcate-right {
        padding: 0 1.5rem;
    }
}

@media screen and (max-width: 1024px) {
    .pcate-right {
        width: 100%;
    }
}

.pcate-open {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    padding: 0 1.6rem;
    height: 4rem;
    gap: 0.6rem;
    font-size: 1.6rem;
    color: #E20932;
    border: 0.1rem solid #E20932;
}

@media screen and (min-width: 1025px) {
    .pcate-open {
        display: none;
    }
}

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

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

.pcate-fillc .recheck>.recheck-block .recheck-text {
    font-weight: 700;
    color: #0F172A !important;
}

.pcate-fillc .recheck>.recheck-block~.pcate-more {
    padding-left: 3rem;
}

.pcate-fillc .recheck .recheck-item {
    padding: 0.7rem 0;
}

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

.pcate-fillc-item {
    padding: 1rem 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.6rem;
}

@media screen and (max-width: 1024px) {
    .pcate-fillc-item {
        padding: 0 0.6rem;
        width: 50%;
    }
}

@media screen and (max-width: 560px) {
    .pcate-fillc-item {
        width: 100%;
    }
}

.pcate-fillc-item:not(:last-child) {
    border-bottom: 0.1rem solid #ebebf0;
}

@media screen and (max-width: 1024px) {
    .pcate-fillc-item:not(:last-child) {
        border: unset;
    }
}

.pcate-fillc-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: #0047BB;
    }
}

.pcate-fillc-check.active .recheck-cus .text {
    color: #0047BB;
}

.pcate-fillc-check.active .recheck-cus .icon {
    background: #0047BB;
}

.pcate-fillc-check.active .recheck-cus .icon::before {
    opacity: 1;
}

.pcate-fillc-check.active .icon2 {
    -webkit-transform: unset;
    transform: unset;
}

.pcate-fillc-range .range-slider {
    height: 0.2rem;
    width: 100%;
    background-color: #d9d9d9;
    position: relative;
}

.pcate-fillc-range .range-slider .progress {
    position: absolute;
    height: 0.2rem;
    top: 0;
    background-color: #E20932;
}

.pcate-fillc-range .range-input {
    position: relative;
}

.pcate-fillc-range .range-input input {
    position: absolute;
    top: -0.1rem;
    height: 0.2rem;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.pcate-fillc-range .range-input input:focus {
    border: 0.1rem solid transparent;
}

.pcate-fillc-range .range-input input:first-child::-webkit-slider-thumb {
    height: 1.6rem;
    width: 1.6rem;
}

.pcate-fillc-range .range-input input::-webkit-slider-thumb {
    height: 1.6rem;
    width: 1.6rem;
    border-radius: 50%;
    pointer-events: auto;
    -webkit-appearance: none;
    background-color: #ffffff;
    border: 0.3rem solid #E20932;
}

.pcate-fillc-range .range-input input::-moz-slider-thumb {
    height: 1.6rem;
    width: 1.6rem;
    border: none;
    border-radius: 50%;
    border: 0.3rem solid #E20932;
    pointer-events: auto;
    -moz-appearance: none;
    background-color: #ffffff;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}

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

.pcate-fillc-range .range-flex {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

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

.pcate-heads {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.2rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.pcate-heads .txt {
    color: #03103c;
}

.pcate-heads-right {
    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: 1rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@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-ctr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.pcate-ctr-gr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pcate-ctr-gr .ip-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 1rem;
}

.pcate-ctr-gr .ip-control label {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 1.4rem;
}

.pcate-ctr-gr .ip-control .select2-container {
    height: 4rem;
    width: 15rem !important;
}

.pcate-ctr-link {
    width: 4rem;
    height: 4rem;
    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;
    background: #f8fafc;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.pcate-ctr-link.active {
    background: #e2e8f0;
}

.pcate-ctr-link.active i {
    color: #262626;
}

@media (hover: hover) {
    .pcate-ctr-link:hover {
        background: #e2e8f0;
    }
    .pcate-ctr-link:hover i {
        color: #262626;
    }
}

.pcate-ctr-link i {
    font-size: 2rem;
    color: #94a3b8;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 1200px) {
    .pcate-ctr-link i {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 800px) {
    .pcate-ctr-link i {
        font-size: 1.6rem;
    }
}

.pcate-list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.6rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 3.2rem;
}

@media screen and (max-width: 1024px) {
    .pcate-list {
        margin: 0 -0.8rem;
        row-gap: 1rem;
    }
}

.pcate-list.option-2 .pro-item {
    width: 100%;
}

.pcate-list.option-2 .pro-box {
    border: 0.1rem solid #e2e8f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    padding: 0;
    padding: 1.6rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media screen and (max-width: 768px) {
    .pcate-list.option-2 .pro-box {
        gap: 1rem;
    }
}

@media screen and (max-width: 400px) {
    .pcate-list.option-2 .pro-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (hover: hover) {
    .pcate-list.option-2 .pro-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;
    }
}

.pcate-list.option-2 .pro-box .recheck {
    position: absolute;
    padding: 1rem;
    z-index: 5;
}

.pcate-list.option-2 .pro-img {
    width: 25rem;
    height: 25rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
}

@media screen and (max-width: 1200px) {
    .pcate-list.option-2 .pro-img {
        width: 20rem;
        height: 20rem;
    }
}

@media screen and (max-width: 768px) {
    .pcate-list.option-2 .pro-img {
        width: 15rem;
        height: 15rem;
    }
}

@media screen and (max-width: 550px) {
    .pcate-list.option-2 .pro-img {
        width: 12rem;
        height: 12rem;
    }
}

@media screen and (max-width: 400px) {
    .pcate-list.option-2 .pro-img {
        width: 100%;
        height: auto;
        aspect-ratio: 1;
    }
}

.pcate-list.option-2 .pro-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

@media (hover: hover) {
    .pcate-list.option-2 .pro-img:hover img {
        -webkit-transform: translate(-50%, -50%) scale(1.05);
        transform: translate(-50%, -50%) scale(1.05);
    }
}

.pcate-list.option-2 .pro-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.8rem;
}

.pcate-list.option-2 .pro-desc .price-new {
    font-size: 3.2rem;
    font-weight: 500;
}

@media only screen and (max-width: 1200px) {
    .pcate-list.option-2 .pro-desc .price-new {
        font-size: 2.7rem;
    }
}

@media only screen and (max-width: 800px) {
    .pcate-list.option-2 .pro-desc .price-new {
        font-size: 2.2rem;
    }
}

.pcate-list.option-2 .pro-desc .price-odd {
    font-size: 2rem;
    font-weight: 300;
}

@media only screen and (max-width: 1200px) {
    .pcate-list.option-2 .pro-desc .price-odd {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 800px) {
    .pcate-list.option-2 .pro-desc .price-odd {
        font-size: 1.6rem;
    }
}

.pcate-item,
.pcate .pro-item {
    padding: 0 1.6rem;
    width: calc(100% / 3);
}

@media screen and (max-width: 1024px) {
    .pcate-item,
    .pcate .pro-item {
        padding: 0 0.5rem;
    }
}

@media screen and (max-width: 600px) {
    .pcate-item,
    .pcate .pro-item {
        width: 50%;
    }
}

.pcate-pagi {
    margin-top: 3.2rem;
}

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

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

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

.f-title {
    font-family: "SVN-Poppins", sans-serif;
}

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

.o-hidden {
    overflow: hidden;
}

.c-pri {
    color: #E20932;
}

.c-sec {
    color: #0047BB;
}

.c-four {
    color: #B2E5FF;
}

.c-five {
    color: #f05123;
}

.c-text {
    color: #475569;
}

.c-white {
    color: #ffffff;
}

.c-black {
    color: #262626;
}

.c-grey {
    color: #656C6F;
}

.c-red {
    color: #e52346;
}

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

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

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

.d-block {
    display: block;
}

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

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

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

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

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

.d-none {
    display: none;
}

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

.btnc {
    cursor: pointer;
}

.btn.trans,
.trans.btn-pri,
.trans.btn-sec,
.trans.btn-thir {
    border: 0.1rem solid #E20932;
}

.mt-16 {
    margin-top: 1.6rem;
}

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

.mt-50 {
    margin-top: 5rem;
}

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

.mt-0 {
    margin-top: 0 !important;
}

.m-auto {
    margin: 0 auto;
}

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

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

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

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

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

.mt-32 {
    margin-top: 3.2rem;
}

.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-90 {
    margin-top: 9rem;
}

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

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

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

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

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

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

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

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

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

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

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

.pb-24 {
    padding-bottom: 2.4rem !important;
}

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

.pb-250 {
    padding-bottom: 25rem;
}

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

.sec-py {
    padding: 10rem 0;
}

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

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

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

a.under {
    position: relative;
}

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

@media (hover: hover) {
    a.under:hover {
        color: black;
    }
    a.under:hover:before {
        width: 100%;
    }
}

.btn.bg-sec,
.bg-sec.btn-pri,
.bg-sec.btn-sec,
.bg-sec.btn-thir {
    background-color: #0047BB;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.btn.bg-sec .text,
.bg-sec.btn-pri .text,
.bg-sec.btn-sec .text,
.bg-sec.btn-thir .text {
    color: #E20932;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.btn.bg-sec:hover .text,
.bg-sec.btn-pri:hover .text,
.bg-sec.btn-sec:hover .text,
.bg-sec.btn-thir:hover .text {
    color: #fff;
}

.t36 {
    font-size: 3.6rem;
}

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

.t52 {
    font-size: 5.2rem;
}

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

.t64 {
    font-size: 6.4rem;
}

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

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

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

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

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

.ip-control {
    width: 100%;
    position: relative;
}

.ip-control label {
    font-weight: 700;
    color: #475569;
    font-size: 1.4rem;
}

.ip-control .ip-feild {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ip-control input {
    height: 4.8rem;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0.1rem solid #cbd5e1;
    padding: 0 1rem;
    color: #262626;
    font-weight: 500;
    font-size: 1.6rem;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.ip-control input::-webkit-input-placeholder {
    color: rgba(27, 30, 30, 0.7);
}

.ip-control input::-moz-placeholder {
    color: rgba(27, 30, 30, 0.7);
}

.ip-control input::-ms-input-placeholder {
    color: rgba(27, 30, 30, 0.7);
}

.ip-control input::placeholder {
    color: rgba(27, 30, 30, 0.7);
}

.ip-control input:focus {
    border: 0.1rem solid #262626;
}

.ip-control textarea {
    min-height: 9rem;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0.1rem solid #cbd5e1;
    padding: 1rem;
    color: #262626;
    font-weight: 500;
    font-size: 1.6rem;
    max-width: 100%;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.ip-control textarea::-webkit-input-placeholder {
    color: rgba(27, 30, 30, 0.7);
}

.ip-control textarea::-moz-placeholder {
    color: rgba(27, 30, 30, 0.7);
}

.ip-control textarea::-ms-input-placeholder {
    color: rgba(27, 30, 30, 0.7);
}

.ip-control textarea::placeholder {
    color: rgba(27, 30, 30, 0.7);
}

.ip-control textarea:focus {
    border: 0.1rem solid #262626;
}

.ip-control.x2 {
    width: 50%;
}

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

.ip-control.srch input {
    padding-left: 3rem;
}

.ip-control.srch .icon {
    position: absolute;
    left: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 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;
}

.ip-control .select2-container {
    width: 100% !important;
    height: 4.8rem;
    border: none;
}

.ip-control .select2-selection--single {
    padding: 0 0.2rem;
}

.ip-control .select2-container .select2-selection--single,
.ip-control .select2-selection__rendered {
    height: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    width: 100%;
}

.ip-control .select2-selection__arrow {
    height: 100% !important;
    right: 10px !important;
}

@media screen and (max-width: 1300px) {
    .header-nav .menu-item>.menu-link,
    .header-nav .menu-item>a,
    .header-more .txt,
    .header-nav .menu-nav>.menu-list>.menu-item>.menu-link i {
        font-size: 1.4rem;
    }
}

.header-nav .menu-item>.menu-list {
    min-width: 20rem;
}

.form-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1.6rem;
}

.form-list .ip-control {
    padding: 0 1.6rem;
    margin-bottom: 2.4rem;
}

@media screen and (max-width: 1200px) {
    .form-list {
        margin: 0 -0.6rem;
    }
    .form-list .ip-control {
        padding: 0 0.6rem;
    }
}

.title-44 {
    color: #0F172A;
    font-weight: 700;
    font-size: 4.4rem;
    line-height: 1.2;
}

@media only screen and (max-width: 1200px) {
    .title-44 {
        font-size: 4rem;
    }
}

@media only screen and (max-width: 800px) {
    .title-44 {
        font-size: 3rem;
    }
}

.title-32 {
    color: #0F172A;
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 1.2;
}

@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-20 {
    color: #0F172A;
    font-weight: 700;
    font-size: 2rem;
}

@media only screen and (max-width: 1200px) {
    .title-20 {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 800px) {
    .title-20 {
        font-size: 1.6rem;
    }
}

.pfcus-tab-item .btn .text,
.pfcus-tab-item .btn-pri .text,
.pfcus-tab-item .btn-sec .text,
.pfcus-tab-item .btn-thir .text {
    text-transform: unset;
}

.select2-dropdown {
    border: none !important;
}

.header-cart {
    position: relative;
}

.header-cart:hover .pdp-cart {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.header-cart .pdp-cart {
    position: absolute;
    top: calc(100% + 1rem);
    right: 0;
    background-color: #fff;
    max-width: calc(100vw - 5rem);
    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;
    width: 32rem;
}

.header-cart .pdp-cart::before {
    position: absolute;
    top: -1rem;
    width: 100%;
    height: 2rem;
    content: "";
}

.repro .pdp-add-top .btn i,
.repro .pdp-add-top .btn-pri i,
.repro .pdp-add-top .btn-sec i,
.repro .pdp-add-top .btn-thir i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media (hover: hover) {
    .repro .pdp-add-top .btn:hover i,
    .repro .pdp-add-top .btn-pri:hover i,
    .repro .pdp-add-top .btn-sec:hover i,
    .repro .pdp-add-top .btn-thir:hover i {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

#ez-toc-container {
    width: 100% !important;
    background: none !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

#ez-toc-container .ez-toc-title,
#ez-toc-container .ez-toc-btn {
    display: none !important;
}

#ez-toc-container a {
    color: #475569 !important;
}

@media (hover: hover) {
    #ez-toc-container a:hover {
        color: #E20932 !important;
    }
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none !important;
}

.pdp .comment-form-text .form-list,
.pdp .comment-form-text .form-ip {
    width: 100%;
    margin: 0;
}

.pdp .comment-form-wrap .form-list {
    margin: 0;
}

.pdp .comment-form-wrap .form-list .form-ip {
    padding: 0;
}

.pdp .comment-form-text textarea {
    border-radius: 0;
    border: 0.1rem solid #cbd5e1;
    min-height: 15rem;
}

.pdp .comment-form-wrap .form-ip input {
    border-radius: 0;
    border: 0.1rem solid #cbd5e1;
}

.pdp .form-submit .btn,
.pdp .form-submit .btn-pri,
.pdp .form-submit .btn-sec,
.pdp .form-submit .btn-thir {
    border-radius: 0;
    background: #e20932;
    border: 1px solid #e20932;
}

.pdp .form-submit .btn .txt,
.pdp .form-submit .btn-pri .txt,
.pdp .form-submit .btn-sec .txt,
.pdp .form-submit .btn-thir .txt {
    z-index: 3;
    font-size: 1.6rem;
    position: relative;
    display: block !important;
    white-space: nowrap;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

@media (hover: hover) {
    .pdp .form-submit .btn:hover,
    .pdp .form-submit .btn-pri:hover,
    .pdp .form-submit .btn-sec:hover,
    .pdp .form-submit .btn-thir:hover {
        background: #fff;
    }
    .pdp .form-submit .btn:hover .txt,
    .pdp .form-submit .btn-pri:hover .txt,
    .pdp .form-submit .btn-sec:hover .txt,
    .pdp .form-submit .btn-thir:hover .txt {
        color: #E20932;
    }
}

.pdp .pdp-tab-top li {
    background: none !important;
    border: none !important;
    padding: 0 !important;
}

.pdp .woocommerce div.product .woocommerce-tabs ul.tabs li a,
.pdp .pdp-tab-top li a {
    padding: 0.5rem 1.5rem;
    padding-top: 0;
    cursor: pointer;
    position: relative;
    font-size: 2rem;
    text-transform: uppercase;
    color: #0f172a !important;
    font-weight: 400 !important;
    padding: 1rem 1.5rem !important;
}

.pdp .woocommerce div.product .woocommerce-tabs ul.tabs li a::before,
.pdp .pdp-tab-top li a::before {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    height: 0.2rem;
    background-color: #e20932;
    width: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

@media (hover: hover) {
    .pdp .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
    .pdp .pdp-tab-top li a:hover {
        color: #E20932 !important;
    }
    .pdp .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover:before,
    .pdp .pdp-tab-top li a:hover:before {
        width: 100%;
    }
}

.pdp .pdp-tab-top li.active a {
    color: #E20932 !important;
    font-weight: 700 !important;
}

.pdp .pdp-tab-top li.active a::before {
    width: 100%;
}

.pdp .woocommerce .star-rating span::before {
    color: #fcc21f;
}

.pdp #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 1.4rem !important;
    color: #0F172A;
}

.pdp #reviews #comments ol.commentlist ul.children .comment-text .meta em {
    font-weight: 700;
}

.pdp #reviews #comments h2 {
    margin-top: 0;
    font-weight: 700;
    font-size: 2rem;
    color: #0f172a;
}

@media only screen and (max-width: 1200px) {
    .pdp #reviews #comments h2 {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 800px) {
    .pdp #reviews #comments h2 {
        font-size: 1.6rem;
    }
}

.pdp .woocommerce-product-rating {
    margin-bottom: 0 !important;
}

.pdp .pdp-right>.price {
    margin-top: 1rem;
    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;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 1rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pdp .pdp-right>.price ins {
    text-decoration: none;
}

.pdp .pdp-right>.price ins bdi {
    text-decoration: none;
    color: #E20932;
}

.pdp .pdp-right>.price del {
    text-decoration: none;
}

.pdp .pdp-right>.price del bdi {
    font-size: 1.4rem;
    color: #475569;
    text-decoration: line-through;
}

.cartod-total-if .recheck-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem;
}

.cartod .btn-thir {
    border: 0.1rem solid #e20932 !important;
    background-color: #fff !important;
    overflow: hidden !important;
    border-radius: 0 !important;
}

.cartod .btn-thir .text {
    color: #E20932 !important;
}

@media (hover: hover) {
    .cartod .btn-thir:hover .text {
        color: #fff !important;
    }
}

.cartod .cartod-dt-control input {
    height: 4.4rem !important;
}

.cartod .shipping-calculator-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
}

.cartod .shipping-calculator-form #calc_shipping_country_field {
    margin-bottom: 1rem;
}

.cartod .shipping-calculator-form .form-row {
    padding: 0 !important;
}

.cartod .shipping-calculator-form .button {
    border: 0.1rem solid #e20932 !important;
    background-color: #e20932 !important;
    overflow: hidden !important;
    border-radius: 0 !important;
    color: #fff !important;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

@media (hover: hover) {
    .cartod .shipping-calculator-form .button:hover {
        background: #fff !important;
        color: #E20932 !important;
    }
}

.cartod-prds table tbody tr td .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;
}

@media (hover: hover) {
    .cartod-prds table tbody tr td .remove:hover {
        background: none !important;
    }
}

.pro-box>a {
    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%;
}

.pro-box .pro-desc {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.pro-box .pro-price {
    margin-top: auto;
}

.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;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.price ins {
    text-decoration: none;
}

.price ins bdi {
    color: #e20932;
    font-size: 2.2rem;
    font-weight: 300;
}

@media only screen and (max-width: 1200px) {
    .price ins bdi {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 800px) {
    .price ins bdi {
        font-size: 1.9rem;
    }
}

.price del {
    color: #64748b;
    text-decoration: none;
}

.price del bdi {
    color: #64748b;
    margin-bottom: 0.3rem;
    font-size: 1.6rem;
    text-decoration: line-through;
}

.cartod-prds-update .btn-thir .text {
    pointer-events: none;
}

.cartod-dt-block .cartod-total-if .recheck-block {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.cartod-dt-block .cartod-total-if .recheck-item {
    gap: 0.5rem;
}

.cartod-block .ip-control {
    padding: 0 1.2rem !important;
}

.cartod-block .ip-control.x2 {
    width: 50% !important;
}

.cartod-block .ip-control input {
    height: 4.8rem !important;
}

.cartod-block .form-row-email {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.cartod-block .form-row-first-name {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.cartod-block .form-row-last-name {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.cartod-block .form-row-state {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.cartod-block .form-row-address-2 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.cartod-block .form-row-address-1 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.cartod-block .form-row-country {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}

.cartod-block .form-row-postcode {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

.cartod-block .form-row-phone {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}

.cartod-block .form-row-city {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}

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

.checkout-box.woocommerce-checkout-payment .recheck-item input {
    margin: 0;
}

.checkout-box.woocommerce-checkout-payment .recheck-item .recheck-text {
    cursor: pointer;
}

.pfcus-his-table table th {
    text-align: center;
    padding: 1.2rem 0.5rem !important;
    background: #e2e8f0 !important;
    font-size: 1.6rem;
}

.pfcus-his-table table tbody td {
    font-size: 1.6rem;
}

.pfcus-his-table table tbody .bx-link {
    background: none !important;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-size: 1.4rem;
    color: #e20932 !important;
    font-weight: 500;
}

.pfcus-his .woocommerce-button--next {
    background: none !important;
    border-radius: 0 !important;
    border: 0.1rem solid #E20932 !important;
    color: #E20932 !important;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

@media (hover: hover) {
    .pfcus-his .woocommerce-button--next:hover {
        background-color: #E20932 !important;
        color: #fff !important;
    }
}

@media screen and (max-width: 900px) {
    .pfcus-his-table table tbody tr td::before {
        content: attr(data-text) !important;
    }
}

@media screen and (max-width: 900px) {
    .pfcus-his-table table tbody tr td {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

.header-top .txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
}

.sec-pcate.page-search .title-sm2 {
    font-size: 2.4rem;
}

@media only screen and (max-width: 1200px) {
    .sec-pcate.page-search .title-sm2 {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 800px) {
    .sec-pcate.page-search .title-sm2 {
        font-size: 1.7rem;
    }
}

.sec-pcate.page-search .pcate-block {
    margin-top: 3rem;
}

@media screen and (min-width: 1200px) {
    .sec-pcate.page-search .pcate-block .pro-item {
        width: 25%;
    }
}

.sec-pcate.page-search .pcate-right {
    width: 100%;
}

.pdp-side-box .pdp-cart-item .desc {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.pdp-side-box .pdp-cart-item .desc .price {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.pdp-side-box .pdp-cart-item .desc .price bdi {
    color: #E20932 !important;
    font-weight: 500 !important;
    font-size: 1.6rem;
}

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

.pro-item .woocommerce-loop-product__link {
    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%;
}

.checkout .checkout-list #billing_custom_field_field {
    width: 10rem !important;
    padding: 0 !important;
    padding-left: 1.2rem !important;
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}

.checkout .checkout-list #billing_custom_field_field input {
    height: 4.8rem;
    border-right: none;
}

.checkout .checkout-list .form-row.form-row-phone {
    width: calc(50% - 10rem) !important;
    padding-left: 0 !important;
}

.checkout .checkout-list .form-row.form-row-phone label {
    margin-left: -8.8rem;
}

@media screen and (max-width: 470px) {
    .checkout .checkout-list .ip-control.x2 {
        width: 100% !important;
    }
    .checkout .checkout-list #billing_custom_field_field {
        width: 8rem !important;
    }
    .checkout .checkout-list .form-row.form-row-phone {
        width: calc(100% - 8rem) !important;
    }
    .checkout .checkout-list .form-row.form-row-phone label {
        margin-left: -6.8rem;
    }
}

.pfcus-info-top-form-gr .selected-country select {
    font-size: 1.6rem;
    height: 4.8rem;
    border: 0.1rem solid #cbd5e1;
    color: #262626;
    padding: 0 1rem;
    font-weight: 500;
    font-family: 'Inter', 'san-serif';
}

.cartod-dt-btns .btn:disabled,
.cartod-dt-btns .btn-pri:disabled,
.cartod-dt-btns .btn-sec:disabled,
.cartod-dt-btns .btn-thir:disabled,
.checkout-control .btn:disabled,
.checkout-control .btn-pri:disabled,
.checkout-control .btn-sec:disabled,
.checkout-control .btn-thir:disabled {
    opacity: 0.5;
    pointer-events: none;
}

.page-pdf {
    padding: 5rem 0;
}

.page-pdf iframe {
    width: 100%;
    height: 80vh;
}

.plogin-form .code-phone-number {
    width: 8rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 0;
}

.plogin-form .ip-control.phone-number {
    padding-left: 0;
    width: calc(100% - 8rem);
}

.plogin-form .ip-control.phone-number label {
    margin-left: -6.2rem;
}

.pdp-cart-list {
    max-height: 27rem;
    overflow-y: auto;
    margin-right: -1rem;
    padding-right: 1rem;
    position: relative;
}
