@import url("../assets/fonts/SFProDisplay/stylesheet.css");
/* LIBRARIES */
@import url("../js/libs/fontawesome/css/all.css");
@import url("../js/libs/swiper/swiper-bundle.min.css");
@import url("../js/libs/magnific/magnific-popup.min.css");
@import url("../js/libs/aos/aos.css");
@import url("../js/libs/wow/animate.min.css");
@import url("../js/libs/lightgallery/lightgallery.min.css");
@import url("../js/libs/select2/select2.min.css");
@import url("../js/libs/date-picker/daterangepicker.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 !important;
}

blockquote,
q {
  quotes: none;
}

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

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

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes blink {
  0% {
    width: 3rem;
    height: 3rem;
    opacity: 0.6;
  }
  100% {
    width: 5rem;
    height: 5rem;
    opacity: 0.3;
  }
}
@keyframes moveTop {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes phoneRing {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes phoneRing {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-o-keyframes phoneRing {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phoneRing {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
.d-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.d-flex.no-wrap {
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}
.d-flex.f-1 {
  flex: 1;
}
.d-flex.f-stretch {
  align-items: stretch;
  -webkit-align-items: stretch;
}
.d-flex.f-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.d-flex.f-evenly {
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
}
.d-flex.f-center {
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.d-flex.f-start {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.d-flex.f-end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.d-flex.f-col {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.d-flex.f-ctn {
  width: calc(100% + 3rem);
  margin-left: -1.5rem;
}
@media (max-width: 1200px) {
  .d-flex.f-ctn {
    width: calc(100% + 1.5rem);
    margin-left: -0.75rem;
  }
}

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

.col-1 {
  width: 8.3333333333%;
}

.col-2 {
  width: 16.6666666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.3333333333%;
}

.col-5 {
  width: 41.6666666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.3333333333%;
}

.col-8 {
  width: 66.6666666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.3333333333%;
}

.col-11 {
  width: 91.6666666667%;
}

.col-12 {
  width: 100%;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  font-family: "SF Pro Display", "sans-serif";
  font-size: 1.6rem;
  line-height: 1.2;
  overflow: hidden auto;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  color: #282828;
}

html, body {
  background-color: #EFEFEF;
}

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

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

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

:root {
  --headerHeight: 8rem;
  --menuAside: 28rem;
  --menuAsideMini: 8rem;
  --col-item: 5;
}

@media (min-width: 2300px) {
  :root {
    --col-item: 6;
  }
}
@media (min-width: 3000px) {
  :root {
    --col-item: 7;
  }
}
@media (max-width: 900px) {
  :root {
    --headerHeight: 5.6rem;
    --menuAsideMini: 5.6rem;
  }
}
@media (max-width: 768px) {
  :root {
    --menuAsideMini: 0rem;
  }
}
a {
  text-decoration: none;
  color: inherit;
}

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

.container {
  position: relative;
  width: 100%;
  /* max-width: 127.2rem; */
  height: 100%;
  margin: 0 auto;
}

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

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

.sec-tt {
  font-family: "SF Pro Display", "sans-serif";
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 2.4rem;
  transition: 0.3s;
}
@media only screen and (max-width: 1200px) {
  .sec-tt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .sec-tt {
    font-size: 1.7rem;
  }
}
.sec-tt.sec-subtt {
  font-size: 1.8rem;
  margin-bottom: 1.7rem;
}
@media only screen and (max-width: 1200px) {
  .sec-tt.sec-subtt {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .sec-tt.sec-subtt {
    font-size: 1.5rem;
  }
}
.sec-tt.sec-subtt span.red {
  font-size: 1.4rem;
  font-weight: 500;
  color: #FA3535;
  margin-left: 0.4rem;
  font-style: italic;
}
.sec-tt span {
  color: #0B68B1;
}

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

.sec-desc {
  line-height: 1.5;
}
.sec-desc p {
  margin-bottom: 0.8rem;
}
.sec-desc p:last-child {
  margin-bottom: 0;
}

.sec-quote {
  font-family: "SF Pro Display";
  font-style: italic;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #0B68B1;
  margin-bottom: 3.2rem;
}
@media only screen and (max-width: 1200px) {
  .sec-quote {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .sec-quote {
    font-size: 1.7rem;
  }
}

.btn-group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: calc(100% + 0.8rem);
  margin-left: -0.4rem;
  justify-content: center;
  -webkit-justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.btn-group .btn {
  display: block;
  margin: 0.4rem;
  cursor: pointer;
  background: #fff;
  border-radius: 100px;
  padding: 1rem 1.6rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .btn-group .btn {
    padding: 0.6rem 1rem;
    font-size: 1.2rem;
  }
}
@media (min-width: 1025px) {
  .btn-group .btn:hover {
    background: #26C3F4;
    color: #fff;
  }
}
.btn-group .btn img {
  margin-left: 1.6rem;
  transition: 0.3s;
  width: 2.4rem;
  height: 2.4rem;
}
.btn-group .btn.btn-pri {
  background: #0B68B1;
  color: #fff;
}
@media (min-width: 1025px) {
  .btn-group .btn.btn-pri:hover {
    background: #26C3F4;
  }
}
.btn-group .btn.btn-pri img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.btn-group .btn.btn-sky {
  background: #26C3F4;
  color: #fff;
}
@media (min-width: 1025px) {
  .btn-group .btn.btn-sky:hover {
    background: #0B68B1;
  }
}
.btn-group .btn.btn-sky img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.btn-group .btn.btn-sub {
  background: #E7F0F7;
  color: #000;
}
.btn-group .btn.btn-sub.active {
  background: #0B68B1;
  color: #fff;
}
@media (min-width: 1025px) {
  .btn-group .btn.btn-sub:hover {
    background: #26C3F4;
    color: #fff;
  }
}
.btn-group .btn.btn-sub img {
  filter: brightness(1) invert(0);
  -webkit-filter: brightness(1) invert(0);
}

.read-more {
  color: #0B68B1;
  text-transform: capitalize;
  transition: 0.3s;
  position: relative;
  font-weight: 600;
  display: block;
  text-align: center;
  display: none;
}
@media (min-width: 1201px) {
  .read-more:hover {
    color: #26C3F4;
  }
}

.bg-section {
  background-color: #EFEFEF;
}

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

img {
  object-fit: cover;
  vertical-align: middle;
  width: 100%;
  max-width: max-content;
  transition: 1s;
}

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

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

.wow {
  animation-duration: 1s;
}

.hd {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: var(--headerHeight);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.hd-bar {
  width: var(--headerHeight);
  cursor: pointer;
  position: relative;
  padding: 2.8rem;
  transition: 0.3s;
}
@media (max-width: 900px) {
  .hd-bar {
    padding: 1.65rem;
  }
}
@media (min-width: 1201px) {
  .hd-bar:hover span {
    background-color: #0B68B1;
  }
}
.hd-bar span {
  height: 0.2rem;
  background-color: rgba(0, 0, 0, 0.3);
  flex-shrink: 0;
  transition: 0.5s linear;
}
.hd-bar span:nth-child(1) {
  width: 2.4rem;
}
.hd-bar span:nth-child(2) {
  width: 1.8rem;
}
.hd-bar span:nth-child(3) {
  width: 2.16rem;
}
.hd-bar span:nth-child(4) {
  width: 1.14rem;
}
.hd-bar.active span:nth-child(1) {
  width: 120%;
  transform: translate(-0.1rem, 0.8rem) rotate(405deg);
}
.hd-bar.active span:nth-child(4) {
  width: 120%;
  transform: translate(-0.2rem, -0.7rem) rotate(-405deg);
}
.hd-bar.active span:nth-child(2) {
  transform: translateX(-100%);
  opacity: 0;
}
.hd-bar.active span:nth-child(3) {
  transform: translateX(100%);
  opacity: 0;
}
.hd-logo {
  width: 11.5rem;
  position: relative;
  z-index: 5;
}
.hd-logo a {
  display: block;
  height: calc(100% + 1.5rem);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-color: #0B68B1;
  clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
  transition: 0.3s;
}
@media (min-width: 1201px) {
  .hd-logo a:hover {
    background-color: #26C3F4;
  }
}
@media (max-width: 900px) {
  .hd-menu {
    flex-direction: column;
    -webkit-flex-direction: column;
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    transition: 0.4s ease-in-out;
    transform: translateY(-100%);
    overflow: hidden auto;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
  }
  .hd-menu.active {
    transform: translateY(0);
  }
}
.hd-menu .ft-item-wrap .ft-item {
  margin-right: 0 !important;
}
.hd-menu .ft-item {
  display: none;
  width: 100%;
  margin-right: 0;
  padding: 0 1.5rem;
  padding-top: 3.2rem;
  padding-bottom: 2.4rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 900px) {
  .hd-menu .ft-item {
    display: block;
  }
}
.hd-menu .ft-item .item {
  padding: 1.2rem 0;
  margin-bottom: 0;
}
.hd-menu .ft-menu {
  margin-top: 1.5rem;
}
.hd-menu .ft-menu-item a {
  padding: 0.8rem 0;
}
.hd-menu-header {
  width: 100%;
  height: fit-content;
  background-color: #0B68B1;
  display: none;
}
@media (max-width: 900px) {
  .hd-menu-header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    position: sticky;
    top: 0;
    z-index: 5;
  }
}
.hd-menu-header .logo-mobile {
  width: 7rem;
}
.hd-menu-header .logo-mobile a {
  display: block;
  padding: 1.5rem;
}
.hd-menu-header .search-mobile {
  flex: 1;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.hd-menu-header .search-mobile form {
  width: 100%;
}
.hd-menu-header .search-mobile .f-c {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.hd-menu-header .search-mobile input {
  padding: 1rem 1.6rem;
  width: 100%;
}
.hd-menu-header .search-mobile input[type=submit] {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  width: 3.7rem;
  background: url("../assets/images/hd-search.svg") no-repeat, #fff;
  background-position: center;
}
.hd-menu-header .close-mobile {
  padding: 1.5rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.hd-menu-header .close-mobile img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
@media (max-width: 900px) {
  .hd-menu .menu-list {
    flex-direction: column;
    -webkit-flex-direction: column;
    width: 100%;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
  }
  .hd-menu .menu-list .menu-item a {
    width: 100%;
    display: block;
    padding: 1.5rem;
  }
}
.hd-menu .menu-item {
  position: relative;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 900px) {
  .hd-menu .menu-item {
    border-right: unset;
  }
}
@media (min-width: 1201px) {
  .hd-menu .menu-item:hover > a {
    color: #0B68B1;
  }
  .hd-menu .menu-item:hover > .submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
.hd-menu .menu-item > a {
  display: block;
  padding: 3rem 4rem;
}
.hd-menu .menu-item a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 1.4rem;
  font-weight: 600;
  color: #282828;
  text-transform: uppercase;
  transition: 0.3s;
}
.hd-menu .menu-item img {
  position: absolute;
  top: 3.5rem;
  right: 4rem;
}
@media (max-width: 900px) {
  .hd-menu .menu-item img {
    right: 0;
    top: 0rem;
    padding: 1.8rem;
    transition: 0.3s;
  }
  .hd-menu .menu-item img.active {
    transform: rotate(180deg);
  }
}
.hd-menu .menu-item.dropdown > a {
  padding-right: 6.8rem;
}
@media (max-width: 900px) {
  .hd-menu .menu-item.dropdown > a {
    padding-right: 4.8rem;
  }
}
.hd-menu .menu-item .submenu {
  position: absolute;
  min-width: 100%;
  background-color: #fff;
  box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.16);
  top: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s linear;
}
@media (max-width: 900px) {
  .hd-menu .menu-item .submenu {
    display: none;
    transition: unset;
    position: relative;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    top: 0;
    margin-left: 1.5rem;
    width: calc(100% - 1.5rem);
    min-width: calc(100% - 1.5rem);
    box-shadow: unset;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.hd-menu .menu-item .submenu-item {
  position: relative;
  border-bottom: 1px solid #0B68B1;
}
@media (max-width: 900px) {
  .hd-menu .menu-item .submenu-item {
    border-bottom: unset;
  }
}
.hd-menu .menu-item .submenu-item:last-child {
  border-bottom: unset;
}
.hd-menu .menu-item .submenu-item a {
  display: block;
  padding: 1.3rem 1.8rem;
  white-space: nowrap;
}
.hd-menu .menu-item .submenu-item img {
  top: 1.8rem;
  right: 1.2rem;
}
@media (max-width: 900px) {
  .hd-menu .menu-item .submenu-item img {
    top: 0;
    right: 0;
  }
}
.hd-menu .menu-item .submenu-item.dropdown a {
  padding-right: 3rem;
}
.hd-menu .menu-item .submenu-item .submenu {
  left: 100%;
  top: 0;
}
@media (max-width: 900px) {
  .hd-menu .menu-item .submenu-item .submenu {
    left: 0;
  }
}
@media (min-width: 1201px) {
  .hd-menu .menu-item .submenu-item:hover > a {
    color: #0B68B1;
  }
  .hd-menu .menu-item .submenu-item:hover > .submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
.hd-right {
  width: 41.6666666667%;
  height: 100%;
  padding: 0 2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.hd-right-item {
  margin-left: 2rem;
  position: relative;
}
@media (max-width: 900px) {
  .hd-right-item {
    margin-left: 1.6rem;
  }
}
.hd-right-item:hover .box {
  opacity: 1;
  pointer-events: auto;
}
.hd-right-item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% + 1rem);
  height: 1.5rem;
  background: transparent;
  transform: translateY(90%);
}
.hd-right-item .box {
  position: absolute;
  right: 0;
  bottom: 0;
  width: max-content;
  will-change: opacity, transform;
  transition: 0.3s linear;
  transform: translate(-1rem, calc(100% + 1.1rem));
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 900px) {
  .hd-right-item .box {
    position: fixed;
    top: 5.5rem;
    width: 100%;
    bottom: unset;
    transform: unset;
  }
}
.hd-right-item .box-polygon {
  position: relative;
  background: #FFFFFF;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  padding: 1rem 2rem;
}
.hd-right-item .box-polygon::before {
  content: "";
  position: absolute;
  top: -0.55rem;
  right: 0.95rem;
  width: 1.2rem;
  height: 1.2rem;
  background: #fff;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
@media (max-width: 900px) {
  .hd-right-item .box-polygon::before {
    display: none;
  }
}
@media (max-width: 1024px) {
  .hd-search {
    padding: 0 0.75rem;
  }
}
@media (max-width: 900px) {
  .hd-search {
    display: none;
  }
}
.hd-search-form {
  height: 100%;
  min-width: 22rem;
}
.hd-search-form form {
  height: 100%;
}
.hd-search-form form .f-r {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  position: relative;
}

.hd-search-form form .f-r input {
  width: 4rem;
  height: 4rem;
  border-radius: 10rem;
  border: 1px solid #EBEBEB;
  outline: none;
  background: #F8F8F8;
  padding: 1.2rem;
  transition: all 0.3s linear;
  font-size: 1.4rem;
  font-weight: normal;
  color: #000;
}
@media (min-width: 1025px) {
  .hd-search-form form .f-r input {
    width: 100%;
    padding-right: 4.5rem;
  }
}
@media (max-width: 1200px) {
  .hd-search-form form .f-r input {
    width: 100%;
    padding-right: 4.5rem;
  }
}
.hd-search-form form .f-r button {
  position: absolute;
  width: 4rem;
  height: 4rem;
  border-radius: 10rem;
  border: 1px solid #EBEBEB;
  padding: 0;
  background: #F8F8F8;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  transition: 0.3s;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .hd-search-form form .f-r button:hover {
    background: #0B68B1;
  }
  .hd-search-form form .f-r button:hover img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
  }
}
@media (max-width: 900px) {
  .hd-cart:hover .cart-box.box {
    opacity: 1;
    pointer-events: auto;
  }
}
.hd-cart .cart-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #F8F8F8;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  transition: 0.3s;
}
.hd-cart .cart-icon::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  transform: translate(0.2rem, -0.2rem);
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 2px solid #fff;
  background: #26C3F4;
}
.hd-cart .cart-icon:hover {
  background: #0B68B1;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.16);
}
.hd-cart .cart-icon:hover img {
  filter: brightness(1);
  -webkikt-filter: brightness(1);
}
.hd-cart .cart-icon img {
  filter: brightness(0.5);
  -webkit-filter: brightness(0.5);
  transition: 0.3s;
}
.hd-cart .cart-wrap {
  width: 30rem;
  padding: 1rem;
  padding-right: 0;
}
@media (max-width: 900px) {
  .hd-cart .cart-wrap {
    width: 100%;
    border-radius: 0;
    padding: 2.4rem 1.6rem;
  }
}
.hd-cart .cart-list {
  margin-bottom: 0.5rem;
  padding-right: 1rem;
  max-height: 40rem;
  overflow-y: auto;
}
@media (max-width: 900px) {
  .hd-cart .cart-list {
    margin-right: 1rem;
  }
}
.hd-cart .cart-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.hd-cart .cart-item:first-child {
  padding-top: 0;
}
.hd-cart .cart-item:last-child {
  border-bottom: 0;
}
.hd-cart .cart-item-img {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-right: 0.8rem;
  width: 6rem;
  height: 6rem;
  background: #F8F8F8;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  position: relative;
}
.hd-cart .cart-item-remove {
  position: absolute;
  top: 0;
  right: -0.6rem;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
@media (min-width: 1025px) {
  .hd-cart .cart-item-remove:hover img {
    filter: brightness(0);
    -webkit-filter: brightness(0);
  }
}
.hd-cart .cart-item-remove img {
  transition: 0.3s;
}
.hd-cart .cart-item-info {
  flex: 1;
}
.hd-cart .cart-item-info .name {
  font-size: 1.3rem;
  font-weight: bold;
  color: #000;
  opacity: 0.5;
  transition: 0.3s;
  margin-bottom: 0.4rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .hd-cart .cart-item-info .name:hover {
    color: #26C3F4;
    opacity: 1;
  }
}
.hd-cart .cart-item-info .code {
  font-size: 1.1rem;
  font-weight: 510;
  color: #000;
}
.hd-cart .cart-item-status {
  margin-left: 0.8rem;
}
.hd-cart .cart-item-status .status {
  font-size: 1.1rem;
  font-weight: 510;
  color: #26C3F4;
  margin-bottom: 0.4rem;
}
.hd-cart .cart-item-status .price {
  font-size: 1.1rem;
  text-transform: uppercase;
  color: #000;
}
.hd-cart .cart-checkout {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  margin-right: 1rem;
}
.hd-cart .cart-checkout a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background: #F8F8F8;
  border-radius: 10rem;
  padding: 1.2rem 1.5rem;
  font-size: 1.3rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .hd-cart .cart-checkout a {
    background: #26C3F4;
    color: #fff;
  }
  .hd-cart .cart-checkout a img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
  }
}
@media (min-width: 1024px) {
  .hd-cart .cart-checkout a:hover {
    background: #26C3F4;
    color: #fff;
  }
  .hd-cart .cart-checkout a:hover img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
  }
}
.hd-cart .cart-checkout a img {
  margin-left: 0.886rem;
  margin-top: -0.1rem;
  transition: 0.3s;
}
.hd-account .account-login {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #F8F8F8;
  transition: 0.3s;
}
@media (min-width: 1025px) {
  .hd-account .account-login:hover {
    background: #0B68B1;
  }
  .hd-account .account-login:hover img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
  }
}
.hd-account .account-avt {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  position: relative;
}
.hd-account .account-avt::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  transform: translate(0.2rem, -0.2rem);
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 2px solid #fff;
  background: #FA3535;
}
.hd-account .account-wrap ul li {
  padding: 1rem 0;
}
.hd-account .account-wrap ul li a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #000;
  transition: 0.3s;
}
@media (min-width: 1025px) {
  .hd-account .account-wrap ul li a:hover {
    color: #26C3F4;
  }
}
.hd-account .account-wrap ul li a img {
  flex-shrink: 0;
  width: 1.4rem;
  height: 1.4rem;
  margin-top: -0.3rem;
  margin-right: 1rem;
}
.hd-account .account-box.box {
  width: max-content;
}

.hd-cart-empty {
  width: 100%;
  text-align: center;
  transform: translateX(-0.5rem);
}
.hd-cart-empty img {
  display: block;
  width: 25rem;
  margin: 0 auto;
}

.hd-menusearch {
  width: 4rem;
  height: 4rem;
  flex-shrink: 0;
  margin-left: 1.6rem;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  display: none;
}
@media (max-width: 900px) {
  .hd-menusearch {
    display: block;
  }
}
.hd-menusearch .fas, .hd-menusearch i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: normal;
  color: gray;
}
.hd-menusearch .fas:nth-child(1), .hd-menusearch i:nth-child(1) {
  font-size: 2.2rem;
}
.hd-menusearch .fas:nth-child(2), .hd-menusearch i:nth-child(2) {
  font-size: 1.2rem;
  background-color: #fff;
  transform: translate(-15%, -20%);
  padding: 0.2rem;
}

.menu-aside-render {
  position: fixed;
  z-index: 900;
  top: var(--headerHeight);
  left: var(--menuAside);
  width: calc(100vw - var(--menuAside));
  height: 80vh;
  background-color: #fff;
  box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.25);
  align-items: flex-start;
  -webkit-align-items: flex-start;
  overflow: hidden auto;
  transition: 0.3s linear;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  animation: fadeOut 0.3s ease forwards;
}
@media (max-width: 1200px) {
  .menu-aside-render {
    left: var(--menuAsideMini);
    width: calc(100vw - var(--menuAsideMini));
  }
}
@media (max-width: 900px) {
  .menu-aside-render {
    display: none;
  }
}
.menu-aside-render.mini-aside {
  left: var(--menuAsideMini);
  width: calc(100vw - var(--menuAsideMini));
}
@media (max-width: 1200px) {
  .menu-aside-render.mini-aside {
    left: var(--menuAside);
    width: calc(100vw - var(--menuAside));
  }
}
.menu-aside-render.active {
  animation: fadeIn 0.3s ease forwards;
  visibility: visible;
  pointer-events: auto;
}
.menu-aside-render.active .product-cate-list {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.menu-aside-render .product-cate-list {
  left: 0;
  width: 100%;
  height: auto;
  overflow: hidden auto;
}

.menu-aside {
  position: fixed;
  z-index: 900;
  left: 0;
  top: var(--headerHeight);
  width: var(--menuAside);
  height: calc(100vh - var(--headerHeight));
  background: #fff;
  overflow: hidden auto;
  transition: 0.3s linear;
  /* Handle */
}
@media (max-width: 1200px) {
  .menu-aside {
    width: var(--menuAsideMini);
    overflow: visible;
  }
  .menu-aside .menu-aside-item {
    flex: 1;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .menu-aside .menu-aside-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 1.6rem;
    height: 100%;
    background-color: transparent;
  }
}
@media (max-width: 1200px) and (min-width: 1201px) {
  .menu-aside .menu-aside-item:hover img {
    transform: translateY(0);
  }
  .menu-aside .menu-aside-item:hover .text {
    left: 100%;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
@media (max-width: 1200px) {
  .menu-aside .menu-aside-item .text {
    position: absolute;
    left: 0%;
    white-space: nowrap;
    background-color: #fff;
    padding: 0.4rem 0.8rem;
    opacity: 0;
    transition: 0.3s linear;
    visibility: hidden;
    pointer-events: none;
  }
}
@media (max-width: 900px) {
  .menu-aside .menu-aside-item {
    padding: 1.6rem;
  }
}
@media (max-width: 768px) {
  .menu-aside {
    overflow: hidden auto;
  }
}
@media (min-width: 1201px) {
  .menu-aside:hover::-webkit-scrollbar-thumb {
    background: #c3c3c3;
  }
}
.menu-aside::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 2rem;
  transition: 0.3s;
}
@media (max-width: 1200px) {
  .menu-aside::-webkit-scrollbar-thumb {
    background: #c3c3c3;
  }
}
.menu-aside-list {
  padding: 2.8rem 1.6rem;
  padding-bottom: 0;
  position: relative;
}
@media (max-width: 900px) {
  .menu-aside-list {
    padding: 0;
  }
}
@media (min-width: 1201px) {
  .menu-aside-list:hover::before {
    opacity: 1;
    visibility: visible;
  }
}
.menu-aside-list::before {
  content: "";
  position: absolute;
  top: 0rem;
  left: var(--menuAside);
  width: calc(100vw - var(--menuAside) - 3rem);
  height: 100%;
  background-color: #fff;
  box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.25);
  align-items: flex-start;
  -webkit-align-items: flex-start;
  overflow: hidden auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s linear;
}
.menu-aside-item {
  width: 100%;
  position: relative;
  padding: 1.6rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.menu-aside-item::before {
  content: "";
  position: absolute;
  right: -2rem;
  width: 2rem;
  height: 100%;
  background-color: transparent;
}
@media (min-width: 1201px) {
  .menu-aside-item:hover .text {
    color: #0B68B1;
  }
  .menu-aside-item:hover .text .quantity {
    color: #0B68B1;
  }
  .menu-aside-item:hover img {
    transform: translateY(-1rem);
  }
  .menu-aside-item:hover ~ .product-cate-list {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
}
.menu-aside-item .icon {
  width: 2rem;
  height: 2rem;
}
.menu-aside-item .text {
  margin-left: 1.6rem;
  font-size: 1.4rem;
  line-height: 1.6;
  transition: 0.3s;
}
.menu-aside-item .text .name {
  font-weight: 600;
}
.menu-aside-item .text .quantity {
  font-style: italic;
  color: #939393;
  transition: 0.3s;
}
.menu-aside.mini-aside {
  width: var(--menuAsideMini);
}
@media (max-width: 1200px) {
  .menu-aside.mini-aside {
    width: var(--menuAside);
    overflow: hidden auto;
  }
}
.menu-aside.mini-aside .menu-aside-item {
  justify-content: center;
  -webkit-justify-content: center;
}
@media (max-width: 1200px) {
  .menu-aside.mini-aside .menu-aside-item {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
}
.menu-aside.mini-aside .menu-aside-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 1.6rem;
  height: 100%;
  background-color: transparent;
}
@media (min-width: 1201px) {
  .menu-aside.mini-aside .menu-aside-item:hover img {
    transform: translateY(0);
  }
}
.menu-aside.mini-aside .menu-aside-item .text {
  position: absolute;
  left: 0%;
  white-space: nowrap;
  background-color: #fff;
  padding: 0.4rem 0.8rem;
  opacity: 0;
  transition: 0.3s linear;
  visibility: hidden;
  pointer-events: none;
}
@media (max-width: 1200px) {
  .menu-aside.mini-aside .menu-aside-item .text {
    position: relative;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
.menu-aside.mini-aside .menu-aside-wrap-tt, .menu-aside.mini-aside .menu-aside-tag {
  display: none;
}
@media (max-width: 1200px) {
  .menu-aside.mini-aside .menu-aside-wrap-tt, .menu-aside.mini-aside .menu-aside-tag {
    display: block;
  }
}
.menu-aside.mini-aside .menu-aside-wrap-tt.mini-title {
  display: block;
  text-align: center;
}
@media (max-width: 1200px) {
  .menu-aside.mini-aside .menu-aside-wrap-tt.mini-title {
    display: none;
  }
}
.menu-aside-wrap-tt {
  font-weight: 600;
  margin-bottom: 0.8rem;
  padding: 0 1.6rem;
  padding-top: 4rem;
}
@media (max-width: 1200px) {
  .menu-aside-wrap-tt {
    display: none;
  }
}
.menu-aside-wrap-tt.mini-title {
  display: none;
  text-align: center;
}
@media (max-width: 1200px) {
  .menu-aside-wrap-tt.mini-title {
    display: block;
    padding: 0 0.8rem;
    padding-top: 4rem;
  }
}
@media (max-width: 1200px) {
  .menu-aside-tag {
    display: none;
  }
}
.menu-aside-tag .item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  padding: 0.8rem 1.6rem;
}
@media (min-width: 1201px) {
  .menu-aside-tag .item:hover .info .name {
    color: #0B68B1;
  }
}
.menu-aside-tag .item .img {
  width: 7.6rem;
  height: 7.6rem;
  border-radius: 1.6rem;
  flex-shrink: 0;
  overflow: hidden;
}
.menu-aside-tag .item .img img {
  width: 100%;
  height: 100%;
}
.menu-aside-tag .item .info {
  margin: 0 1.6rem;
  font-weight: 600;
}
.menu-aside-tag .item .info .name {
  font-size: 1.4rem;
  transition: 0.3s;
}
.menu-aside-tag .item .info .sku {
  margin: 0.2rem 0;
  font-size: 1.2rem;
}
.menu-aside-tag .item .info .price {
  font-size: 1.2rem;
}

.menu-aside-i {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.menu-aside-i .data-value {
  display: none;
}
.menu-aside-render{
  -webkit-box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.25);
  box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.25);
}
.product-cate-list {
  position: absolute;
  top: 0rem;
  left: var(--menuAside);
  width: calc(100vw - var(--menuAside) - 3rem);
  height: 100%;
  background-color: #fff;
  
  align-items: flex-start;
  -webkit-align-items: flex-start;
  overflow: hidden auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s linear;
}
@media (min-width: 1201px) {
  .product-cate-list:hover {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
}
.product-cate-item {
  width: 12.5%;
  padding: 0.8rem;
}
@media (min-width: 2200px) {
  .product-cate-item {
    width: 11.1111111111%;
  }
}
@media (min-width: 2500px) {
  .product-cate-item {
    width: 10%;
  }
}
@media (min-width: 3000px) {
  .product-cate-item {
    width: 8.3333333333%;
  }
}
@media (max-width: 1800px) {
  .product-cate-item {
    width: 14.2857142857%;
  }
}
@media (max-width: 1600px) {
  .product-cate-item {
    width: 16.6666666667%;
  }
}
@media (max-width: 1400px) {
  .product-cate-item {
    width: 20%;
  }
}
.product-cate-wrap {
  position: relative;
  display: block;
}
@media (min-width: 1201px) {
  .product-cate-wrap:hover .img img {
    transform: translateY(0);
  }
  .product-cate-wrap:hover .name {
    color: #0B68B1;
  }
}
.product-cate-wrap .img {
  width: 15rem;
  height: 15rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .product-cate-wrap .img {
    width: 10rem;
    height: 10rem;
  }
}
.product-cate-wrap .img img {
  transform: translateY(0.5rem);
}
.product-cate-wrap .name {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 1.2rem;
  transition: 0.3s;
}

.menu-aside-dropdown {
  border-radius: 1.2rem;
  position: relative;
}
.menu-aside-dropdown img {
  width: 3.5rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%) rotate(-90deg);
  background-color: #fff;
  padding: 1.2rem;
  border-radius: 1rem;
}

.content-box {
  width: calc(100% - var(--menuAside));
  margin-left: auto;
  height: 100%;
  background: var(--bgPage);
  padding: 2.4rem;
  transition: 0.3s linear;
}
@media (max-width: 1200px) {
  .content-box {
    width: calc(100% - var(--menuAsideMini));
  }
}
@media (max-width: 1200px) {
  .content-box {
    padding: 2.4rem 1.5rem;
  }
}
.content-box.content-large {
  width: calc(100% - var(--menuAsideMini));
  padding: 2.4rem 12.4rem;
}
@media (max-width: 1200px) {
  .content-box.content-large {
    padding: 2.4rem;
  }
 .mobile-detect .content-box.content-large {
    padding: 2.4rem 1.5rem;
  }
}
@media (max-width: 768px) {
  .content-box .container {
    overflow: hidden;
  }
}

.banner {
  position: relative;
}
.banner-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.banner-bg img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  border-radius: 1.6rem;
}
.banner-item {
  position: relative;
  z-index: 2;
  padding: 11.8rem 7.7rem;
  color: #fff;
}
@media (min-width: 2200px) {
  .banner-item {
    justify-content: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
  }
}
@media (max-width: 1920px) {
  .banner-item {
    justify-content: space-between !important;
    -webkit-justify-content: space-between !important;
  }
}
@media (max-width: 1700px) {
  .banner-item {
    padding: 5.6rem 8rem;
  }
}
@media (max-width: 1500px) {
  .banner-item {
    padding: 5.6rem 3.2rem;
  }
}
@media (max-width: 600px) {
  .banner-item {
    padding: 9rem 1.5rem;
  }
}
.banner-item .content {
  margin-right: 25rem;
}
@media (max-width: 1920px) {
  .banner-item .content {
    margin-right: 1.5rem;
    width: 58.3333333333%;
  }
}
@media (max-width: 1350px) {
  .banner-item .content {
    width: 100%;
  }
}
.banner-tt {
  font-size: 4.8rem;
  font-weight: 600;
  margin-bottom: 3.2rem;
}
@media only screen and (max-width: 1200px) {
  .banner-tt {
    font-size: 4.3rem;
  }
}
@media only screen and (max-width: 800px) {
  .banner-tt {
    font-size: 3.2rem;
  }
}
@media (max-width: 600px) {
  .banner-tt {
    margin-bottom: 1.5rem;
    font-size: 2.8rem;
  }
  .banner-tt br {
    display: none;
  }
}
.banner-desc {
  font-size: 2.4rem;
  margin-bottom: 3.2rem;
}
@media only screen and (max-width: 1200px) {
  .banner-desc {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .banner-desc {
    font-size: 1.7rem;
  }
}
@media (max-width: 600px) {
  .banner-desc {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 1500px) {
  .banner-contact {
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: flex-start !important;
    -webkit-align-items: flex-start !important;
  }
}
@media (max-width: 1350px) {
  .banner-contact {
    flex-direction: row !important;
    -webkit-flex-direction: row !important;
  }
}
@media (max-width: 600px) {
  .banner-contact {
    flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
  }
}
.banner-contact .item {
  margin-right: 11rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 1700px) {
  .banner-contact .item {
    margin-right: 4rem;
  }
}
.banner-contact .item:last-child {
  margin-right: 0;
}
.banner-contact .item:nth-child(1) .icon {
  background-color: #0B68B1;
}
.banner-contact .item:nth-child(2) .icon {
  background-color: #26C3F4;
}
@media (min-width: 1201px) {
  .banner-contact .item:hover .icon img {
    -webkit-animation: phoneRing 2s infinite ease-in-out;
    -moz-animation: phoneRing 2s infinite ease-in-out;
    -ms-animation: phoneRing 2s infinite ease-in-out;
    -o-animation: phoneRing 2s infinite ease-in-out;
    animation: phoneRing 2s infinite ease-in-out;
  }
  .banner-contact .item:hover .text .desc {
    color: #0B68B1;
  }
}
.banner-contact .icon {
  width: 7.2rem;
  height: 7.2rem;
  border-radius: 50%;
  flex-shrink: 0;
}
@media (max-width: 1600px) {
  .banner-contact .icon {
    width: 5.6rem;
    height: 5.6rem;
  }
}
.banner-contact .text {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  margin-left: 2.4rem;
  line-height: 1.5;
}
@media (max-width: 1600px) {
  .banner-contact .text {
    margin-left: 1.5rem;
  }
}
.banner-contact .text .label {
  font-weight: 600;
}
.banner-contact .text .desc {
  font-size: 2.4rem;
  transition: 0.3s;
}
@media only screen and (max-width: 1200px) {
  .banner-contact .text .desc {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .banner-contact .text .desc {
    font-size: 1.7rem;
  }
}

.search-product {
  min-width: 42.8rem;
  padding: 2.4rem;
  background: rgba(23, 23, 23, 0.6);
  border-radius: 1.2rem;
  overflow: hidden;
}
@media (max-width: 1700px) {
  .search-product {
    min-width: 37rem;
  }
}
@media (max-width: 1350px) {
  .search-product {
    margin-top: 3rem;
    min-width: 100%;
  }
}
@media (max-width: 600px) {
  .search-product {
    margin-top: 1rem;
    padding: 2.4rem 1.5rem;
  }
}
.search-product .f-r {
  padding: 3rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 600px) {
  .search-product .f-r {
    padding: 1.5rem 0;
  }
}
.search-product .f-r:first-child {
  padding-top: 0;
}
.search-product .f-r:last-child {
  padding-bottom: 0.6rem;
  border-bottom: unset;
}
.search-product .f-btn {
  width: calc(100% + 4.8rem);
  transform: translate(-2.4rem, 2.4rem);
  position: relative;
}
.search-product .f-btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  left: calc(50% - 6rem);
}
.search-product .label {
  display: block;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 800;
  color: #26C3F4;
  margin-bottom: 0.6rem;
}
.search-product .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: unset;
}
.search-product .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
  font-size: 1.7rem;
  padding: 0;
  padding-right: 3.2rem;
  position: relative;
}
.search-product .select2-container--default .select2-selection--single .select2-selection__rendered::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2.4rem;
  height: 2.4rem;
  background: url("../assets/images/select-dropdown.svg") no-repeat;
  background-size: cover;
}
.search-product .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
.search-product input {
  background-color: transparent;
  width: 100%;
  font-size: 1.7rem;
  color: #fff;
}
.search-product input::placeholder {
  color: #fff;
  font-style: italic;
}
.search-product input[type=submit] {
  padding: 2.2rem;
  background-color: #0B68B1;
  transition: 0.3s;
  cursor: pointer;
  font-weight: 800;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .search-product input[type=submit] {
    padding: 1.5rem;
  }
}
@media (min-width: 1201px) {
  .search-product input[type=submit]:hover {
    background-color: #26C3F4;
  }
}

.cate-slider {
  margin: 0.8rem 0;
  width: calc(100% + 0.8rem);
}
.cate-slider .swiper-wrapper {
  width: calc(100% + 0.8rem);
  margin-left: -0.4rem;
}
.cate-slider .swiper-slide {
  width: 50%;
  padding: 0 0.4rem;
}
@media (max-width: 768px) {
  .cate-slider .swiper-slide {
    width: 100%;
  }
}
.cate-slider .swiper-slide.swiper-slide-active .cate-slider-item .content-wrap::before {
  height: 100%;
}
.cate-slider-item {
  width: calc(100% + 0.8rem);
  margin-left: -0.4rem;
}
@media (max-width: 768px) {
  .cate-slider-item {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}
.cate-slider-item .img {
  padding: 0 0.4rem;
}
@media (max-width: 768px) {
  .cate-slider-item .img {
    width: 100%;
  }
}
.cate-slider-item .img img {
  max-width: 100%;
  height: 100%;
  border-radius: 1.6rem;
}
.cate-slider-item .content {
  padding: 0 0.4rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
@media (max-width: 768px) {
  .cate-slider-item .content {
    width: 100%;
    margin-top: 0.8rem;
  }
}
.cate-slider-item .content-wrap {
  height: 100%;
  padding: 6.5rem 1.5rem;
  background-color: #282828;
  border-radius: 1.6rem;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1201px) {
  .cate-slider-item .content-wrap:hover::before {
    height: 100%;
  }
}
.cate-slider-item .content-wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background-color: #0B68B1;
  transition: 0.3s linear;
}
.cate-slider-item .content-wrap .text {
  position: relative;
}
.cate-slider-item .content-wrap .label {
  font-size: 1.4rem;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-bottom: 2.4rem;
}
.cate-slider-item .content-wrap .name {
  font-size: 2.4rem;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 1200px) {
  .cate-slider-item .content-wrap .name {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .cate-slider-item .content-wrap .name {
    font-size: 1.7rem;
  }
}

.ft {
  width: calc(100% - var(--menuAside));
  margin-left: auto;
  padding: 2.4rem;
  padding-top: 0;
  transition: 0.3s linear;
}
@media (max-width: 1200px) {
  .ft {
    width: calc(100% - var(--menuAsideMini));
    padding: 2.4rem 1.5rem;
    padding-top: 0;
  }
}
.ft.ft-large {
  width: calc(100% - var(--menuAsideMini));
  padding: 2.4rem 12.4rem;
  padding-top: 0;
}
@media (max-width: 1200px) {
  .ft.ft-large {
    padding: 0 2.4rem;
  }
}
.ft-r {
  align-items: center;
  -webkit-align-items: center;
}
@media (max-width: 850px) {
  .ft-content.d-flex {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .ft-content.d-flex .ft-item {
    margin-right: 0;
    margin-bottom: 3.2rem;
    width: 50%;
  }
}
@media (max-width: 850px) and (max-width: 450px) {
  .ft-content.d-flex .ft-item {
    width: 100%;
  }
}
@media (max-width: 850px) {
  .ft-content.d-flex .ft-item:nth-child(1) {
    width: 100%;
  }
}
@media (max-width: 850px) {
  .ft-content.d-flex .ft-menu {
    margin-top: 1.5rem;
  }
}
@media (max-width: 850px) {
  .ft-content.d-flex .ft-menu-item a {
    padding: 0.8rem 0;
  }
}
.ft-wrap {
  padding: 7rem 7.7rem;
  background-color: #282828;
  color: #fff;
  border-radius: 1.2rem;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .ft-wrap {
    padding: 2.4rem 1.5rem;
  }
}
.ft-item {
  margin-right: 5.7rem;
}
@media (max-width: 1650px) {
  .ft-item {
    margin-right: 3.2rem;
  }
}
.ft-item:nth-child(1) {
  margin-right: 10rem;
}
@media (max-width: 1650px) {
  .ft-item:nth-child(1) {
    margin-right: 3.2rem;
  }
}
.ft-item .item {
  margin-bottom: 3.2rem;
}
@media (min-width: 1201px) {
  .ft-item .item:hover .text .ft-desc {
    color: #0B68B1;
  }
}
.ft-item .item:last-child {
  margin-bottom: 0;
}
.ft-item .icon {
  width: 2.8rem;
  height: 2.8rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-color: #0B68B1;
  border-radius: 50%;
  flex-shrink: 0;
}
.ft-item .text {
  margin-left: 2.4rem;
  transition: 0.3s;
}
@media (max-width: 450px) {
  .ft-item .text {
    margin-left: 1.5rem;
  }
}
.ft-label {
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}
.ft-desc {
  transition: 0.3s;
}
.ft-by {
  margin-top: 6.4rem;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 1420px) {
  .ft-by {
    margin-top: 4.4rem;
  }
}
@media (max-width: 1420px) {
  .ft-maps {
    width: 100%;
    margin-top: 3.2rem;
  }
}
@media (max-width: 850px) {
  .ft-maps {
    margin-top: 0;
  }
}
.ft-maps .maps {
  border-radius: 1rem;
  filter: drop-shadow(10px 10px 30px rgba(0, 0, 0, 0.15));
  -webkit-filter: drop-shadow(10px 10px 30px rgba(0, 0, 0, 0.15));
  overflow: hidden;
}
.ft-maps iframe {
  vertical-align: middle;
  width: 33.5rem;
  height: 20rem;
}
@media (min-width: 2000px) {
  .ft-maps iframe {
    width: 63.5rem;
    height: 30rem;
  }
}
@media (min-width: 2500px) {
  .ft-maps iframe {
    width: 100rem;
    height: 45rem;
  }
}
@media (max-width: 1500px) {
  .ft-maps iframe {
    width: 25rem;
    height: 15rem;
  }
}
@media (max-width: 1420px) {
  .ft-maps iframe {
    width: 100%;
    height: 30rem;
  }
}
.ft-menu {
  margin-top: 2.5rem;
}
.ft-menu-item a {
  display: block;
  padding: 1.2rem 0;
  transition: 0.3s;
}
@media (min-width: 1201px) {
  .ft-menu-item a:hover {
    color: #0B68B1;
  }
}

.spare-parts {
  margin-top: 4rem;
}
.spare-parts-tt {
  font-weight: 600;
}
.spare-parts-list {
  width: calc(100% + 0.8rem);
  margin-left: -0.4rem;
}
.spare-parts-item {
  width: 20%;
  padding: 0 0.4rem;
  margin-bottom: 0.8rem;
}
@media (min-width: 2500px) {
  .spare-parts-item {
    width: 16.6666666667%;
  }
}
@media (min-width: 2700px) {
  .spare-parts-item {
    width: 14.2857142857%;
  }
}
@media (min-width: 3200px) {
  .spare-parts-item {
    width: 12.5%;
  }
}
@media (max-width: 1700px) {
  .spare-parts-item {
    width: 25%;
  }
}
@media (max-width: 1360px) {
  .spare-parts-item {
    width: 33.3333333333%;
  }
}
@media (max-width: 1200px) {
  .spare-parts-item {
    width: 50%;
  }
}
@media (max-width: 450px) {
  .spare-parts-item {
    width: 100%;
  }
}
.spare-parts-wrap {
  height: 100%;
  border-radius: 1.6rem;
  background-color: #fff;
  overflow: hidden;
  transition: 0.3s;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: stretch;
  -webkit-align-items: stretch;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
@media (min-width: 1201px) {
  .spare-parts-wrap:hover {
    box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.16);
  }
  .spare-parts-wrap:hover .img img {
    transform: translateY(0);
  }
}
.spare-parts-wrap .img {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.spare-parts-wrap .img img {
  transform: translateY(2rem);
}
.spare-parts-wrap .info {
  padding: 2.4rem;
  flex: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: stretch;
  -webkit-align-items: stretch;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.spare-parts-wrap .info .name {
  font-size: 2rem;
  font-weight: 600;
}
@media only screen and (max-width: 1200px) {
  .spare-parts-wrap .info .name {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .spare-parts-wrap .info .name {
    font-size: 1.6rem;
  }
}
.spare-parts-wrap .info .desc {
  margin: 0.8rem 0;
  font-size: 1.4rem;
  color: #939393;
}
.spare-parts-wrap .info .btn-group {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  margin-left: 0;
}
.spare-parts-wrap .info .btn {
  padding: 0;
  margin: 0;
  margin-right: 2.4rem;
}
@media (min-width: 1201px) {
  .spare-parts-wrap .info .btn:hover {
    background-color: transparent;
    color: #0B68B1;
  }
}
.spare-parts-wrap .info .btn:last-child {
  margin-right: 0;
}
.spare-parts-wrap .info .btn img {
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 0.8rem;
}

.overlay-page {
  position: fixed;
  z-index: 20;
  top: var(--headerHeight);
  height: calc(100vh - var(--headerHeight));
  background-color: rgba(0, 0, 0, 0.32);
  transition: 0.3s linear;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  width: 100vw;
  display: none;
}
@media (max-width: 1200px) {
  .overlay-page {
    display: block;
  }
}
.overlay-page.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.category-box {
  padding-bottom: 1.6rem;
}
.category-box:nth-child(3) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.category-box-list {
  width: calc(100% + 0.8rem);
  margin-left: -0.4rem;
}
.category-box-item {
  width: 16.6666666667%;
  padding: 0 0.4rem;
  margin-bottom: 0.8rem;
}
@media (max-width: 1300px) {
  .category-box-item {
    width: 20%;
  }
}
@media (max-width: 800px) {
  .category-box-item {
    width: 25%;
  }
}
@media (max-width: 600px) {
  .category-box-item {
    width: 33.3333333333%;
  }
}
@media (max-width: 450px) {
  .category-box-item {
    width: 50%;
  }
}
@media (max-width: 360px) {
  .category-box-item {
    width: 100%;
  }
}
.category-box-wrap {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-color: #fff;
  border-radius: 0.8rem;
  padding: 2rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  transition: 0.3s;
}
@media (max-width: 450px) {
  .category-box-wrap {
    padding: 1.5rem;
  }
}
.category-box-wrap.current {
  background-color: #0B68B1;
  color: #fff;
}
@media (min-width: 1201px) {
  .category-box-wrap:hover {
    background-color: #0B68B1;
    color: #fff;
  }
}
.category-desc {
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
  padding: 2.4rem;
  padding-bottom: 5.6rem;
  position: relative;
}
@media (max-width: 1200px) {
  .category-desc {
    max-width: 100%;
    padding: 2.4rem 0;
    padding-bottom: 5.6rem;
  }
}
.category-desc .desc {
  overflow: hidden;
  transition: 0.3s;
}
.category-desc .desc.less {
  max-height: 100%;
}
.category-desc .desc-title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1.8rem;
}
.category-desc .desc-title img {
  transform: rotate(180deg);
  margin-right: 0.8rem;
}
.category-desc .desc p {
  line-height: 1.3;
  margin-bottom: 0.8rem;
  position: relative;
}
.category-desc .desc p:last-child {
  margin-bottom: 0;
}
  .category-desc .desc p .hl {
  color: #0B68B1;
  font-weight: 600;
}
.category-desc .desc .truncate-text {
  position: relative;
}
.category-desc .desc .moreless {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  font-weight: 600;
  color: #0B68B1;
  letter-spacing: 1px;
  transition: 0.3s;
}
@media (min-width: 1201px) {
  .category-desc .desc .moreless:hover {
    color: #26C3F4;
  }
}
.category-desc.desc-more p {
  margin: 2.4rem 0;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .category-desc.desc-more p {
    margin: 1.2rem 0;
  }
}
.category-desc.desc-more p.title {
  font-size: 2.4rem;
  font-weight: 600;
}
@media only screen and (max-width: 1200px) {
  .category-desc.desc-more p.title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .category-desc.desc-more p.title {
    font-size: 1.7rem;
  }
}
.category-desc.desc-more p.title-sub {
  font-size: 1.8rem;
  font-weight: 600;
}
@media only screen and (max-width: 1200px) {
  .category-desc.desc-more p.title-sub {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .category-desc.desc-more p.title-sub {
    font-size: 1.5rem;
  }
}
.category-desc .readMore, .category-desc .lessMore {
  position: absolute;
    bottom: 1.5rem;
    left: 0;
    font-weight: 600;
    letter-spacing: 1px;
    color: #0B68B1;
    cursor: pointer;
    width: 100%;
    transition: 0.3s;
    text-align: center;
    line-height: 3rem;
}
@media (min-width: 1201px) {
  .category-desc .readMore:hover, .category-desc .lessMore:hover {
    color: #26C3F4;
  }
}
.category .category-desc {
  padding: 2.4rem;
}
@media (max-width: 1200px) {
  .category .category-desc {
    padding: 2.4rem 0;
    padding-bottom: 4rem;
  }
}
.category .category-desc .readMore, .category .category-desc .lessMore {
  bottom: 0;
}
.category .category-desc .lessMore {
  bottom: -1rem;
}

.catalogue-data {
  position: absolute;
  z-index: 3;
  width: 32rem;
  background: #fff;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.08);
  animation: headerNotifyGrowth ease-in 0.2s;
  display: none;
}
@media (max-width: 1200px) {
  .catalogue-data {
    display: none !important;
  }
}
.catalogue-data .label {
  display: block;
  padding: 1rem;
  background: #0B68B1;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.catalogue-data .catalogue-data-close {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4.4rem;
  height: 100%;
  background: #0B68B1;
  transition: 0.3s;
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
@media (min-width: 1201px) {
  .catalogue-data .catalogue-data-close:hover {
    background-color: #FA3535;
  }
}
.catalogue-data .catalogue-data-close .close {
  width: 23%;
  height: 25%;
  background: #fff;
  clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
}
.catalogue-data .pro-position {
  width: calc(100% - 2rem);
  margin: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  position: relative;
}
.catalogue-data .pro-position-ipt {
  width: 100%;
  padding: 1rem;
}
.catalogue-data .pro-position-error {
  position: absolute;
  top: 110%;
  left: 0;
  padding: 0.4rem 0.8rem;
  font-size: 1.4rem;
  border-radius: 0.8rem;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  transition: 0.3s;
  pointer-events: none;
  opacity: 0;
}
.catalogue-data .pro-position-error.error {
  opacity: 1;
}
.catalogue-data .pro-position-error::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 5%);
  width: 1rem;
  height: 0.5rem;
  background-color: rgba(0, 0, 0, 0.8);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.catalogue-data .pro-list {
  max-height: 20rem;
  overflow: hidden auto;
  margin: 0.8rem 0;
}
.catalogue-data .pro-name {
  padding: 1rem;
  padding-right: 2.4rem;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}
@media (min-width: 1201px) {
  .catalogue-data .pro-name:hover {
    background-color: rgba(0, 0, 0, 0.08);
  }
}
.catalogue-data .pro-name.active::after {
  height: 0.7rem;
}
.catalogue-data .pro-name.active::before {
  height: 1.2rem;
}
.catalogue-data .pro-name::after, .catalogue-data .pro-name::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.2rem;
  width: 0.3rem;
  height: 0;
  transform: translateY(-50%);
  background-color: green;
  transition: all 0.2s linear;
}
.catalogue-data .pro-name::after {
  transform: translate(-0.6rem, -45%) rotate(-45deg);
}
.catalogue-data .pro-name::before {
  transform: translateY(-50%) rotate(45deg);
  transition-delay: 0.2s;
}

.pro-position-erro.error {
  opacity: 1;
}

.pro-btn {
  position: relative;
  height: 5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  width: 100%;
  margin-left: 0;
}
.pro-btn .proSaveJS {
  opacity: 0.5;
  cursor: not-allowed;
}
@media (min-width: 1201px) {
  .pro-btn .proSaveJS:hover {
    background-color: #E7F0F7 !important;
    color: #000 !important;
  }
}
.pro-btn .proSaveJS.active-p {
  opacity: 1;
  cursor: pointer;
}
@media (min-width: 1201px) {
  .pro-btn .proSaveJS.active-p:hover {
    background-color: #26C3F4 !important;
    color: #fff !important;
  }
}

.product.product-tag .product-tt.sec-tt {
  margin: 3.2rem 0;
  margin-top: 2.4rem;
  line-height: 1;
}
.product.product-tag .sec-tt {
  margin-bottom: 0;
}
.product.product-related .sec-tt {
  margin-bottom: 0;
  line-height: 1;
}
.product-tt {
  margin-bottom: 0.8rem;
}
.product-list {
  width: calc(100% + 0.8rem);
  margin-left: -0.4rem;
  margin-bottom: -0.8rem;
  padding: 2.4rem 0;
}
.product-item {
  padding: 0 0.4rem;
  margin-bottom: 0.8rem;
}
@media (max-width: 1200px) {
  .product-item {
    width: 33.3333333333%;
  }
}
@media (max-width: 768px) {
  .product-item {
    width: 50%;
  }
}
.product-item.active .product-wrap {
  box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.3);
}
.product-item.active .product-wrap .stt {
  background-color: #26C3F4;
}
.product-item.active .product-wrap .info .name {
  color: #26C3F4;
}
.product-wrap {
  display: block;
  height: 100%;
  border-radius: 1.6rem;
  background-color: #fff;
  transition: 0.3s;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1201px) {
  .product-wrap:hover {
    box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.16);
  }
  .product-wrap:hover .info .name {
    color: #0B68B1;
  }
}
.product-wrap .stt {
  position: absolute;
  z-index: 3;
  top: 0.8rem;
  left: 0.8rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #0B68B1;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
}
.product-wrap .img {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.product-wrap .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.product-wrap .img .remove {
  position: absolute;
  top: 0rem;
  right: 0rem;
  transform: translate(30%, -30%);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  z-index: 5;
  background-color: #FA3535;
  color: #fff;
  transition: 0.3s;
  font-size: 1.2rem;
  line-height: 1;
  display: none;
}
@media (min-width: 1201px) {
  .product-wrap .img .remove:hover {
    opacity: 0.7;
  }
}
.product-wrap .img .remove .tooltip {
  position: absolute;
  z-index: 6;
  top: 100%;
  left: 50%;
  transform: translateX(-80%);
  padding: 0.4rem;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  font-size: 1.2rem;
  white-space: nowrap;
}
.product-wrap .info {
  padding: 2.4rem;
  padding-bottom: 2rem;
  font-weight: 600;
}
@media (max-width: 500px) {
  .product-wrap .info {
    padding: 0.8rem;
  }
}
.product-wrap .info .name {
  font-size: 1.8rem;
  transition: 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .product-wrap .info .name {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .product-wrap .info .name {
    font-size: 1.5rem;
  }
}
@media (max-width: 500px) {
  .product-wrap .info .name {
    font-size: 1.4rem;
  }
}
.product-wrap .info .sku {
  font-size: 1.4rem;
  color: #939393;
  margin: 0.8rem 0;
}
.product-wrap .info .price-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  font-size: 1.4rem;
}
.product-wrap .info .price-wrap .price {
  letter-spacing: 1px;
}
.product-wrap .info .price-wrap .status {
  color: #0B68B1;
}

.category-pro {
  margin-top: 2.4rem;
  padding: 2.4rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 1200px) {
  .category-pro {
    margin-top: 2.4rem;
  }
}
.category-pro .product-list {
  padding: 1.6rem 0;
}

.product-filter .select2-container--default .select2-selection--single {
  border: unset;
  height: unset;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.product-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0;
  line-height: 1.2;
}
.product-filter .select2-container--default .select2-selection--single .select2-selection__arrow {
  position: relative;
  width: 1.4rem;
  height: 1.4rem;
  display: block;
}
.product-filter .select2-container--default .select2-selection--single .select2-selection__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1rem;
  height: 1rem;
  background: url("../assets/images/sort-arrows-couple.svg") no-repeat;
  background-size: cover;
}
.product-filter .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.product-filter .f-r {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: stretch;
  -webkit-align-items: stretch;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  width: calc(100% + 0.8rem);
  margin-left: -0.4rem;
}
@media (max-width: 850px) {
  .product-filter .f-r {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}

.product-filter .f-c {
  width: 16.6666666667%;
  padding: 0 0.4rem;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .product-filter .f-c {
    width: 20%;
  }
}
@media (max-width: 850px) {
  .product-filter .f-c {
    width: 33.3333333333%;
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 570px) {
  .product-filter .f-c {
    width: 100%;
  }
}

.product-filter .f-c.f-search {
  width: 46%;
}
@media (max-width: 1200px) {
  .product-filter .f-c.f-search {
    width: 35%;
  }
}
@media (max-width: 850px) {
  .product-filter .f-c.f-search {
    width: calc(100% - 5rem);
  }
}

.product-filter .f-c.btn-group input {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  cursor: pointer;
  background: url("../assets/images/search-white.svg") no-repeat, #0B68B1;
  background-position: center;
  transition: 0.3s;
  margin-left: 0.4rem;
}
@media (min-width: 1201px) {
  .product-filter .f-c.btn-group input:hover {
    background-color: #26C3F4;
  }
}

.product-filter .f-c.btn-group {
  width: max-content;
  flex-shrink: 0;
}

.product-filter .f-c input,
.product-filter .select2-container {
  width: 100%;
  padding: 1.2rem 1.6rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10rem;
  background-color: #fff;
  font-size: 1.4rem;
  transition: 0.3s;
  font-weight: 600;
}

.product-filter .select2-container {
  padding-right: 1rem;
}
/* 
.content-box.product-detail {
  padding: 0 2.4rem;
}
@media (max-width: 1200px) {
  .content-box.product-detail {
    padding: 2.4rem 1.5rem;
  }
} */

.product-dt {
  padding: 2.4rem;
  background-color: #fff;
  border-radius: 1.6rem;
  margin-bottom: 4.8rem;
}
@media (max-width: 1200px) {
  .product-dt {
    padding: 2.4rem 1.5rem;
  }
}
.product-dt-ctn {
  width: calc(100% + 2.4rem);
  margin-left: -1.2rem;
}
.product-dt-img, .product-dt-content {
  width: 50%;
  padding: 0 1.2rem;
}
@media (max-width: 1400px) {
  .product-dt-img {
    width: 45%;
  }
}
@media (max-width: 768px) {
  .product-dt-img {
    width: 100%;
  }
}
.product-dt-img .img {
  border-radius: 1.6rem;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
@media (max-width: 1400px) {
  .product-dt-content {
    width: 55%;
  }
}
@media (max-width: 768px) {
  .product-dt-content {
    width: 100%;
    margin-top: 2.4rem;
  }
}
.product-dt-content .content {
  padding: 0 6.1rem;
}
@media (max-width: 1600px) {
  .product-dt-content .content {
    padding: 0;
  }
}
.product-dt-name {
  text-transform: uppercase;
  margin-bottom: 0.8rem;
}
.product-dt-sku {
  font-size: 1.4rem;
  font-weight: 600;
  color: #939393;
  text-transform: uppercase;
}
.product-dt-attr {
  margin: 1.6rem 0;
  margin-bottom: 0.4rem;
  margin-left: -1.2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.product-dt-attr .item {
  width: 50%;
  padding: 0 1.2rem;
  margin-bottom: 1.2rem;
  line-height: 1.5;
}
.product-dt-attr .attr-label {
  font-size: 1.4rem;
}
.product-dt-attr .attr-desc {
  font-size: 1.8rem;
  font-weight: 600;
}
@media only screen and (max-width: 1200px) {
  .product-dt-attr .attr-desc {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .product-dt-attr .attr-desc {
    font-size: 1.5rem;
  }
}
.product-dt-attr .attr-desc.price {
  color: #939393;
}
.product-dt-attr .attr-desc.status {
  color: #0B68B1;
}
.product-dt-qty {
  margin-top: 2.4rem;
  margin-bottom: 0.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  width: 22rem;
  padding: 0.4rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10rem;
}
@media (max-width: 500px) {
  .product-dt-qty {
    width: 100%;
  }
}
.product-dt-qty .qty-btn {
  width: 4rem;
  height: 4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 50%;
  background-color: rgba(11, 104, 177, 0.1);
  transition: 0.3s;
  flex-shrink: 0;
  cursor: pointer;
}
.product-dt-qty .qty-btn.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.product-dt-qty .qty-btn img {
  transition: 0.3s;
}
@media (min-width: 1201px) {
  .product-dt-qty .qty-btn:hover {
    background-color: #0B68B1;
  }
  .product-dt-qty .qty-btn:hover img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
  }
}
.product-dt-qty .qty-input {
  width: 100%;
  padding: 0.2rem 0.8rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
}
.product-dt .btn-group {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.product-dt .btn-group .btn {
  font-size: 1.6rem;
  text-transform: initial;
  line-height: 1;
  padding: 1.1rem 1.6rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  letter-spacing: 1px;
  min-width: 22rem;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
@media (max-width: 500px) {
  .product-dt .btn-group .btn {
    width: 100%;
    min-width: 95%;
  }
}
@media (max-width: 980px) {
  .product-dt .btn-group .btn:nth-child(1) {
    min-width: max-content;
  }
}
@media (max-width: 500px) {
  .product-dt .btn-group .btn:nth-child(1) {
    width: 100%;
    min-width: 95%;
  }
}
@media (min-width: 1201px) {
  .product-dt .btn-group .btn:hover {
    background-color: #0B68B1;
  }
  .product-dt .btn-group .btn:hover img {
    content: url("../assets/images/btn-icon-white.svg");
  }
}
.product-dt .btn-group .btn img {
  margin-left: 0.8rem;
}
.product-dt-desc {
  padding: 2.4rem 0;
  margin: 2.4rem 0;
  margin-right: 2.4rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  line-height: 1.5;
}
.product-dt-desc p {
  position: relative;
  padding-left: 2rem;
  font-size: 1.4rem;
  margin-bottom: 1.4rem;
}
.product-dt-desc p.title {
  line-height: 1;
  font-size: 1.6rem;
  font-weight: 600;
  padding-left: 0;
}
.product-dt-desc p.title::before {
  content: none;
}
.product-dt-desc p::before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #000;
}
.product-dt-tag {
  width: 100%;
  max-width: 40.4rem;
}
.product-dt-tag .label {
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 1.6rem;
}
.product-dt-tag ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-left: -0.4rem;
}
.product-dt-tag ul li {
  margin: 0.4rem;
}
.product-dt-tag ul li.tag-current a {
  background-color: #0B68B1;
  color: #fff;
}
.product-dt-tag ul li a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  white-space: nowrap;
  padding: 1rem 1.6rem;
  background: rgba(11, 104, 177, 0.1);
  border-radius: 100px;
  font-size: 1.4rem;
  transition: 0.3s;
  text-transform: uppercase;
}
@media (min-width: 1201px) {
  .product-dt-tag ul li a:hover {
    background-color: #0B68B1;
    color: #fff;
  }
}
.product-dt-policy {
  margin-top: 2.4rem;
  width: calc(100% + 1.6rem);
  margin-left: -0.8rem;
}
.product-dt-policy .item {
  width: 33.3333333333%;
  padding: 0 1rem;
  margin-bottom: 1.6rem;
}
@media (max-width: 980px) {
  .product-dt-policy .item {
    width: 50%;
  }
}
.product-dt-policy .item .icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.product-dt-policy .item .name {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 0.8rem;
}
@media (max-width: 500px) {
  .product-dt-policy .item .name {
    width: 100%;
    max-width: 20rem;
    margin: 0 auto;
    margin-top: 0.8rem;
  }
}

.social-share .label {
  font-size: 1.4rem;
  line-height: 1.5;
}
.social-share ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-left: -0.2rem;
}
.social-share ul li {
  margin: 0.2rem;
}
.social-share ul li a {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  overflow: hidden;
  transition: 0.3s;
}
@media (min-width: 1201px) {
  .social-share ul li a:hover {
    opacity: 0.7;
  }
}

.pagination {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.pagination .page-numbers {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.pagination .page-numbers li {
  margin: 0.25rem;
}
.pagination .page-numbers li a {
  margin: 0;
  display: inline-block;
  width: 4rem;
  height: 4rem;
  border-radius: 2px;
  background: #fff;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.2;
  color: #939393;
  transition: 0.3s;
}
.pagination .page-numbers li a.none {
  background: transparent;
  pointer-events: none;
}
.pagination .page-numbers li a.current {
  background: #0B68B1;
  color: #fff;
  pointer-events: none;
}
@media (min-width: 1025px) {
  .pagination .page-numbers li a:hover {
    background: #0B68B1;
    color: #fff;
  }
}
.pagination .page-numbers li a.page-prev, .pagination .page-numbers li a.page-next {
  padding-bottom: 0;
}
.pagination .page-numbers li a.page-prev:hover, .pagination .page-numbers li a.page-next:hover {
  background: unset;
}
.pagination .page-numbers li a.page-prev:hover img, .pagination .page-numbers li a.page-next:hover img {
  content: url("../assets/images/pagin-arrow-p.svg");
  transform: rotate(180deg);
}
.pagination .page-numbers li a.page-prev img, .pagination .page-numbers li a.page-next img {
  width: 1.6rem;
  height: 1.6rem;
  transition: 0.3s;
}
.pagination .page-numbers li a.page-next img {
  transform: rotate(180deg);
}
.pagination .page-numbers li a.page-next:hover img {
  content: url("../assets/images/pagin-arrow-p.svg");
  transform: rotate(360deg);
}

.contact-fixed {
  position: fixed;
  right: 10rem;
  bottom: 7rem;
  z-index: 10;
}
@media (max-width: 1200px) {
  .contact-fixed {
    right: 1.5rem;
  }
}
.contact-fixed ul li {
  margin: 0.5rem 0;
}
.contact-fixed ul li a {
  display: block;
  width: 5rem;
  height: 5rem;
  border: 1px solid #0B68B1;
  background: #fff;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  transition: 0.3s;
}
@media (min-width: 1025px) {
  .contact-fixed ul li a:hover {
    box-shadow: 0 0 2rem #26C3F4;
  }
}
.contact-fixed ul li a img {
  -webkit-animation: phoneRing 1s infinite ease-in-out;
  -moz-animation: phoneRing 1s infinite ease-in-out;
  -ms-animation: phoneRing 1s infinite ease-in-out;
  -o-animation: phoneRing 1s infinite ease-in-out;
  animation: phoneRing 1s infinite ease-in-out;
}

.breadcrumb-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  padding: 0.8rem 0;
}
.breadcrumb-item {
  text-transform: uppercase;
  font-size: 1.2rem;
  padding-right: 1.4rem;
  position: relative;
}
.breadcrumb-item::before {
  content: "/";
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
}
.breadcrumb-item:nth-child(1) {
  text-transform: initial;
  font-size: 1.4rem;
  font-weight: 600;
  color: #0B68B1;
}
.breadcrumb-item:nth-child(1)::before {
  content: "";
  position: absolute;
}
.breadcrumb-item:nth-child(1) a {
  position: relative;
  padding: 0.8rem 1.6rem;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
@media (min-width: 1201px) {
  .breadcrumb-item:nth-child(1) a:hover {
    color: #26C3F4;
  }
}
.breadcrumb-item:nth-child(1) a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.8rem;
  height: 1.6rem;
  background: url("../assets/images/arrow-left.svg") no-repeat;
  background-size: cover;
}
.breadcrumb-item:last-child::before {
  content: none;
}
.breadcrumb-item a {
  display: block;
  white-space: nowrap;
  padding: 0.7rem 0;
  transition: 0.3s;
  line-height: 1;
}
@media (min-width: 1201px) {
  .breadcrumb-item a:hover {
    color: #0B68B1;
  }
}

.move-to-top {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background-color: #0B68B1;
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 5;
  transform: translateX(2rem);
  opacity: 0;
  transition: 0.3s linear;
  cursor: pointer;
  visibility: hidden;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
  align-items: center;
  -webkit-align-items: center;
}
.move-to-top.active {
  visibility: visible;
  transform: translateX(0);
  opacity: 1;
}
.move-to-top .pyramid {
  display: block;
  width: 0;
  height: 0;
  z-index: 2;
  border: 6px solid transparent;
  border-bottom: 6px solid #fff;
  margin-top: -6px;
}
.move-to-top .pyramid:nth-child(1) {
  animation: moveTop 1s linear 0.4s infinite;
}
.move-to-top .pyramid:nth-child(2) {
  animation: moveTop 1s linear 0.2s infinite;
}
.move-to-top .pyramid:nth-child(3) {
  animation: moveTop 1s linear 0s infinite;
}
@media (min-width: 1025px) {
  .move-to-top:hover {
    box-shadow: 0 0 10px #fff;
  }
}

.about {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 1.6rem;
  overflow: hidden;
  margin-top: 1.6rem;
}
.about.about-page {
  margin-top: 0;
}
.about.home-page .about-ctn {
  padding: 10rem 7.7rem;
}
@media (min-width: 2500px) {
  .about.home-page .about-ctn {
    padding: 20rem 7.7rem;
  }
}
@media (max-width: 1200px) {
  .about.home-page .about-ctn {
    padding: 2.4rem 1.5rem;
  }
}
.about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 104.5rem;
  height: 100%;
  background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.about-ctn {
  padding: 13.55rem 7.7rem;
  position: relative;
}
@media (max-width: 1200px) {
  .about-ctn {
    padding: 2.4rem 1.5rem;
  }
}
.about-ct {
  width: 33.3333333333%;
  color: #fff;
}
@media (max-width: 1500px) {
  .about-ct {
    width: 50%;
  }
}
@media (max-width: 1300px) {
  .about-ct {
    width: 70%;
  }
}
@media (max-width: 1200px) {
  .about-ct {
    width: 100%;
  }
}
.about-tt {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1200px) {
  .about-tt {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .about-tt {
    font-size: 2.4rem;
  }
}
.about-desc {
  margin-bottom: 1.25rem;
}
.about-desc p {
  margin-bottom: 2rem;
}
.about-desc p:first-child {
  font-size: 2rem;
  font-weight: 590;
}
@media only screen and (max-width: 1200px) {
  .about-desc p:first-child {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .about-desc p:first-child {
    font-size: 1.6rem;
  }
}
.about-desc p:last-child {
  margin-bottom: 0;
}
.about-desc p span {
  font-weight: bold;
  text-transform: uppercase;
}
.about-contact {
  margin-left: -0.75rem;
}
.about-contact-item {
  padding: 1.15rem 0.75rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.about-contact-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #0B68B1;
  margin-right: 1rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.about-contact-icon.hotline {
  background: #26C3F4;
}
.about-contact-text .detail a {
  color: #fff;
  transition: 0.3s;
}
@media (min-width: 1025px) {
  .about-contact-text .detail a:hover {
    color: #26C3F4;
  }
}

.catalog-img {
  width: 100%;
  position: relative;
  z-index: 4;
}
.catalog-img .img {
  position: relative;
}
.catalog-img .img.admin {
  cursor: grab;
}
.catalog-img .img.admin .product-wrap .img .remove {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.catalog-img img {
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.catalog.product-list {
  padding-top: 0.8rem;
}

.catalogue-detail-dots {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.catalogue-detail-dots .dot {
  position: absolute;
  cursor: pointer;
}
.catalogue-detail-dots .dot::after {
  content: "";
  z-index: 1;
  width: 0rem;
  height: 0rem;
  background-color: #CECECE;
  display: block;
  border-radius: 9.9rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: blink 1.5s linear 0s infinite;
  pointer-events: none;
}
.catalogue-detail-dots .dot:hover .num {
  background-color: #0B68B1;
  color: #fff;
}
.catalogue-detail-dots .dot:hover .product-list {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.catalogue-detail-dots .dot .num {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #EFEFEF;
  transition: 0.3s linear;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .catalogue-detail-dots .dot .num {
    width: 2rem;
    height: 2rem;
    font-size: 1.2rem;
  }
}
.catalogue-detail-dots .dot .dot__tooltip {
  position: absolute;
  width: max-content;
  font-size: 1.4rem;
  font-weight: 300;
  font-weight: bold;
  padding: 0.5rem 2rem;
  background-color: #0B68B1;
  color: #fff;
  border-radius: 0.8rem;
  top: 0;
  left: 50%;
  transform: translate(-50%, -1.5rem);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s linear;
  max-width: 200px;
  pointer-events: none;
  z-index: 3;
}
.catalogue-detail-dots .dot .product-list {
  width: 40rem;
  padding: 1.2rem;
  box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.16);
  transform: translateX(-45%);
  position: absolute;
  z-index: 3;
  border-radius: 1.2rem;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s linear;
}
@media (max-width: 450px) {
  .catalogue-detail-dots .dot .product-list {
    width: calc(100vw - 3rem) !important;
    transform: translateX(-37%);
    padding: 0.6rem 0.2rem;
  }
}
.catalogue-detail-dots .dot .product-list .product-item {
  width: 100%;
  flex-shrink: 0;
}
.catalogue-detail-dots .dot .product-list .product-item:last-child {
  margin-bottom: 0;
}
.catalogue-detail-dots .dot .product-list .product-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  overflow: visible;
  padding: 0.4rem;
  border-radius: unset;
}
.catalogue-detail-dots .dot .product-list .product-wrap .img {
  width: 7rem;
  height: 7rem;
  border-radius: 1.2rem;
  margin-right: 0.8rem;
  padding-top: unset;
}
.catalogue-detail-dots .dot .product-list .product-wrap .img img {
  border-radius: 1.2rem;
}
.catalogue-detail-dots .dot .product-list .product-wrap .info {
  padding: 0;
  flex: 1;
}
@media (max-width: 450px) {
  .catalogue-detail-dots .dot .product-list .product-wrap .info {
    padding: 0.8rem;
  }
}
.catalogue-detail-dots .dot .product-list .product-wrap .info .name {
  font-size: 1.6rem;
}
.catalogue-detail-dots .dot .product-list .product-wrap .info .sku {
  margin: 0.4rem 0;
}
.catalogue-detail-dots .dot .product-list .product-wrap .info .price-wrap {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.catalogue-detail-dots .dot .product-list .product-wrap .info .price-wrap .price {
  margin-right: 1.6rem;
}
@media (min-width: 1201px) {
  .catalogue-detail-dots .dot .product-list .product-wrap:hover {
    box-shadow: unset;
  }
}

.checkout-ctn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: stretch;
  -webkit-align-items: stretch;
  padding: 2.4rem;
  border-radius: 1.6rem;
  background-color: #fff;
  margin-bottom: 2.4rem;
}
@media (max-width: 1200px) {
  .checkout-ctn {
    padding: 2.4rem 1.5rem;
  }
}
@media (max-width: 900px) {
  .checkout-ctn {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}
.checkout-cart {
  padding: 4rem 1.5rem 29rem 0;
  width: 50%;
}
@media (max-width: 1024px) {
  .checkout-cart {
    width: 55%;
    padding: 1.5rem;
    padding-left: 0;
    padding-bottom: 29rem;
  }
}
@media (max-width: 900px) {
  .checkout-cart {
    width: 100%;
    padding: 1.5rem 0;
  }
}
.checkout-cart-tt {
  margin-bottom: 2rem;
}
.checkout-cart-list {
  margin-bottom: 2.6rem;
}
.checkout-cart-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 500px) {
  .checkout-cart-item {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}
.checkout-cart-item:first-child {
  padding-top: 0;
}
.checkout-cart .cart-item-img {
  margin-right: 1.5rem;
  width: 7rem;
  height: 7rem;
  background: #F8F8F8;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: relative;
}
@media (max-width: 500px) {
  .checkout-cart .cart-item-img {
    margin-right: 0;
    margin-bottom: 1rem;
    width: 50%;
  }
}
.checkout-cart .cart-item-img img {
  mix-blend-mode: multiply;
}
.checkout-cart .cart-item-remove {
  position: absolute;
  top: 0;
  right: -0.6rem;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
@media (min-width: 1025px) {
  .checkout-cart .cart-item-remove:hover img {
    filter: brightness(0);
    -webkit-filter: brightness(0);
  }
}
.checkout-cart .cart-item-info {
  flex: 1;
}
@media (max-width: 500px) {
  .checkout-cart .cart-item-info {
    margin-bottom: 1rem;
    width: 100%;
  }
}
.checkout-cart .cart-item-info .name {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.35;
  color: #000;
  opacity: 0.5;
  transition: 0.3s;
  margin-bottom: 0.4rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 500px) {
  .checkout-cart .cart-item-info .name {
    text-align: center;
  }
}
@media (min-width: 1025px) {
  .checkout-cart .cart-item-info .name:hover {
    color: #26C3F4;
    opacity: 1;
  }
}
.checkout-cart .cart-item-info .code {
  line-height: 1.2;
  font-size: 1.1rem;
  font-weight: 510;
  color: #000;
}
@media (max-width: 500px) {
  .checkout-cart .cart-item-info .code {
    text-align: center;
  }
}
.checkout-cart .cart-item-qty {
  background: #F8F8F8;
}
@media (max-width: 500px) {
  .checkout-cart .cart-item-qty {
    margin-bottom: 0rem;
    width: 50%;
  }
}
.checkout-cart .cart-item-qty .qty-input {
  background: #F8F8F8;
}
.checkout-cart .cart-item-price {
  flex-shrink: 0;
  width: 17rem;
  padding: 0 3rem;
  font-size: 1.5rem;
  text-align: right;
  font-weight: bold;
  color: #000;
}
@media (max-width: 900px) {
  .checkout-cart .cart-item-price {
    padding-right: 0;
  }
}
@media (max-width: 500px) {
  .checkout-cart .cart-item-price {
    padding: 0;
    text-align: center;
    width: 50%;
  }
}
.checkout-cart-total {
  width: 27.5rem;
  margin-left: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  flex-direction: column;
  -webkit-flex-direction: column;
  padding-right: 3rem;
}
@media (max-width: 900px) {
  .checkout-cart-total {
    padding-right: 0;
  }
}
@media (max-width: 500px) {
  .checkout-cart-total {
    width: 100%;
  }
}
.checkout-cart-total .total-item {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-bottom: 1.9rem;
}
.checkout-cart-total .total-item:last-child {
  margin-bottom: 0;
}
.checkout-cart-total .total-label {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: bold;
  color: #000;
}
.checkout-cart-total .total-price {
  width: max-content;
  line-height: 1.2;
  padding: 0;
}
.checkout-cart-total .total-price.total {
  color: #E8402B;
}
.checkout-cart-btn {
  margin: 0;
  margin-top: 2.8rem;
  padding-right: 2.6rem;
  width: 100%;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
@media (max-width: 900px) {
  .checkout-cart-btn {
    padding-right: 0;
  }
}
.checkout-cart-btn a {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.checkout-info {
  width: 50%;
  padding: 4rem 3rem 3rem;
  background: #E7F0F7;
}
@media (max-width: 1024px) {
  .checkout-info {
    width: 45%;
    padding: 1.5rem;
  }
}
@media (max-width: 900px) {
  .checkout-info {
    width: 100%;
    padding: 1.5rem;
  }
}
.checkout-info.checkout-success .checkout-info-item {
  padding-bottom: 0;
  margin-bottom: 2rem;
  border-bottom: 0;
}
@media (max-width: 500px) {
  .checkout-info.checkout-success .checkout-info-item {
    margin-bottom: 0;
  }
}
.checkout-info.checkout-success .checkout-info-item .checkout-info-tt {
  margin-bottom: 0;
}
.checkout-info.checkout-success .checkout-info-desc.transfer-label {
  margin-bottom: 0;
}
.checkout-info-item {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.checkout-info-item .form .f-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  width: calc(100% + 9.5px);
  margin-left: -4.75px;
}
@media (max-width: 500px) {
  .checkout-info-item .form .f-row {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}
.checkout-info-item .form .f-row:last-child .f-col {
  padding-bottom: 0;
}
.checkout-info-item .form .f-col {
  width: 50%;
  padding: 4.75px;
}
@media (max-width: 500px) {
  .checkout-info-item .form .f-col {
    width: 100%;
  }
}
.checkout-info-item .form .f-col.col-full {
  width: 100%;
}
.checkout-info-item .form .f-col input, .checkout-info-item .form .f-col textarea {
  width: 100%;
  padding: 1.1rem 1rem;
  font-size: 1.5rem;
  color: #000;
  border-radius: 0.6rem;
}
.checkout-info-item .form .f-col input::placeholder, .checkout-info-item .form .f-col textarea::placeholder {
  color: #000;
  opacity: 0.5;
}
.checkout-info-item .form .f-col textarea {
  min-height: 10rem;
  vertical-align: middle;
}
.checkout-info-item .form .f-col .label {
  display: block;
  position: relative;
  padding-left: 2.6rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
  cursor: pointer;
}
.checkout-info-item .form .f-col .label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1rem;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background: #fff;
}
.checkout-info-item .form .f-col .label input {
  display: none;
}
.checkout-info-item .form .f-col .label input:checked + .radioChecked {
  background: #0B68B1;
}
.checkout-info-item .form .f-col .label .radioChecked {
  position: absolute;
  top: 0.5rem;
  left: 0.4rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #fff;
  transition: 0.3s;
}
.checkout-info-tt {
  margin-bottom: 2.2rem;
}
.checkout-info-login {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  margin-bottom: 2.5rem;
}
.checkout-info-login .login-label {
  flex-shrink: 0;
  margin-right: 1rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
  opacity: 0.5;
}
@media (max-width: 500px) {
  .checkout-info-login .login-label {
    flex-shrink: unset;
  }
}
.checkout-info-login .login-btn {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.checkout-info-desc {
  margin-bottom: 2rem;
}
.checkout-info-desc:last-child {
  margin-bottom: 0;
}
.checkout-info-desc p {
  font-size: 1.5rem;
  color: #000;
}
.checkout-info-desc p.hl-red {
  color: #E8402B;
}

.transfer-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: stretch;
  -webkit-align-items: stretch;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: calc(100% + 1.5rem);
  margin-left: -0.75rem;
}
.transfer-item {
  width: max-content;
  padding: 0.75rem;
}
@media (max-width: 1024px) {
  .transfer-item {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .transfer-item {
    width: 100%;
  }
  .transfer-item:last-child {
    padding-bottom: 0;
  }
}
.transfer-wrap {
  height: 100%;
  padding: 1.2rem 1.5rem;
  background: #FFFFFF;
  box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.transfer-icon {
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.transfer-info {
  font-size: 1.5rem;
  line-height: 1.2;
  color: #000;
}
.transfer-info .name {
  font-weight: bold;
}
.transfer-info .number, .transfer-info .fullname {
  font-weight: normal;
}

.login-btn.btn-group .btn.btn-pri img {
  filter: unset;
  -webkit-filter: unset;
}

.checkout-info-btn.btn-group .btn.btn-sky img {
  filter: unset;
  -webkit-filter: unset;
}

.product-detail-qty {
  width: 11rem;
  height: 100%;
  padding: 1rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background: #fff;
  border-radius: 10rem;
}
.product-detail-qty .qty-btn {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  padding: 0;
  flex-shrink: 0;
  cursor: pointer;
  background: rgba(11, 104, 177, 0.1);
  transition: 0.3s;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.product-detail-qty .qty-btn.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.product-detail-qty .qty-input {
  width: 100%;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  color: #000;
}

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

.order {
  padding: 2.4rem;
  background-color: #fff;
  border-radius: 1.6rem;
  margin-bottom: 2.4rem;
}
@media (max-width: 1200px) {
  .order {
    padding: 2.4rem 1.5rem;
  }
}
.order-header {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
@media (max-width: 900px) {
  .order-header {
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: flex-start;
    -webkit-align-items: flex-start;
  }
  .order-header .title-header-controls {
    width: 100%;
  }
  .order-header .btn-group {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
}
@media (max-width: 450px) {
  .order-header .title-header-controls {
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: flex-start;
    -webkit-align-items: flex-start;
  }
  .order-header .order-search {
    width: 100%;
  }
}
.order-header .btn-group .btn {
  padding: 0.8rem 1.6rem;
  margin: 0.8rem 0;
}
@media (max-width: 450px) {
  .order-header .btn-group .btn {
    width: 100%;
  }
}
.order-search {
  margin-right: 1.5rem;
}
.order-search .f-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.order-search .f-row input {
  width: 24.5rem;
  padding: 1.2rem 1.5rem 1.1rem;
  background: #F8F8F8;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 0;
  border-top-left-radius: 10rem;
  border-bottom-left-radius: 10rem;
  color: #000;
}
@media (max-width: 450px) {
  .order-search .f-row input {
    width: 100%;
  }
}
.order-search .f-row input::placeholder {
  font-size: 1.3rem;
  color: #000;
  opacity: 0.5;
}
.order-search .f-row button {
  padding: 0;
  width: 4rem;
  background: #F8F8F8;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 0;
  border-top-right-radius: 10rem;
  border-bottom-right-radius: 10rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
@media (min-width: 1025px) {
  .order-search .f-row button:hover {
    background: #0B68B1;
  }
  .order-search .f-row button:hover img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
  }
}
.order-table.edit table td {
  padding: 0.7rem 2rem;
}
@media (max-width: 800px) {
  .order-table.edit table td {
    padding: 1rem;
    font-size: 1.4rem;
  }
  .order-table.edit table td::before {
    content: attr(data-label);
    font-size: 1.1rem;
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
}
@media (max-width: 800px) {
  .order-table.edit table tr.name {
    display: none;
  }
}
.order-table.edit table tr.title {
  display: table-row;
}
@media (max-width: 800px) {
  .order-table.edit table tr {
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 800px) {
  .order-table.edit table tr td {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .order-table.edit table tr td:nth-child(odd) {
    background: #F8F8F8;
    border-left: unset;
  }
}
@media (max-width: 800px) {
  .order-table.edit table tr td:nth-child(even) {
    background: #fff;
    border-left: unset;
  }
}
.order-table.edit table tr td.remove {
  padding: 1rem;
}
@media (max-width: 800px) {
  .order-table.edit table tr td.remove a {
    margin: unset;
  }
}
.order-table.edit table tr td.quantity {
  padding: 0.5rem;
}
@media (max-width: 800px) {
  .order-table.edit table tr td.quantity {
    padding: 1rem;
  }
}
@media (max-width: 800px) {
  .order-table.edit table tr td.quantity .product-detail-qty {
    margin: unset;
  }
}
.order-table table {
  width: 100%;
}
.order-table table th {
  padding: 1.2rem;
}
.order-table table td {
  padding: 1.3rem 2rem;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #000;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 600px) {
  .order-table table td {
    padding: 1rem;
    font-size: 1.4rem;
  }
}
.order-table table td:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  text-align: right;
}
@media (max-width: 800px) {
  .order-table table td:last-child {
    border-right: unset;
  }
}
.order-table table td:nth-child(2) {
  text-align: center;
}
.order-table table tr:nth-child(odd) td {
  background: #F8F8F8;
}
.order-table table tr.title th {
  background: #222222;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
}
.order-table table tr.name th {
  padding: 1.3rem 2rem;
  background: rgba(0, 0, 0, 0.5);
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.2;
}
@media (max-width: 800px) {
  .order-table table tr.name th {
    padding: 1rem;
    font-size: 1.1rem;
  }
}
@media (max-width: 600px) {
  .order-table table tr.name th {
    padding: 1rem;
    font-size: 1.1rem;
  }
}
.order-table table tr.name th:nth-child(1) {
  width: 58.3333333333%;
  text-align: left;
}
@media (max-width: 1200px) {
  .order-table table tr.name th:nth-child(1) {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .order-table table tr.name th:nth-child(1) {
    width: 33.3333333333%;
  }
}
.order-table table tr.name th:nth-child(2) {
  width: 25%;
  text-align: center;
}
@media (max-width: 600px) {
  .order-table table tr.name th:nth-child(2) {
    width: 33.3333333333%;
  }
}
.order-table table tr.name th:nth-child(3) {
  width: 16.6666666667%;
  text-align: right;
}
@media (max-width: 1200px) {
  .order-table table tr.name th:nth-child(3) {
    width: 25%;
  }
}
@media (max-width: 600px) {
  .order-table table tr.name th:nth-child(3) {
    width: 33.3333333333%;
  }
}
.order-table table tr.total {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 800px) {
  .order-table table tr.total {
    margin-bottom: 0;
  }
  .order-table table tr.total td:first-child {
    padding: 0;
  }
}
.order-table table tr.total td {
  background: #fff;
  border: 0;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 600px) {
  .order-table table tr.total td {
    font-size: 1.3rem;
  }
}
.order-table table tr.total td:nth-child(2) {
  background: #808080;
  text-align: center;
}
.order-table table tr.total td:nth-child(3) {
  background: #0B68B1;
  text-align: right;
}
.order-table table tr.name th.stt {
  width: 7rem;
}
.order-table table tr.name th.name {
  width: 25%;
  text-align: left;
}
.order-table table tr.name th.unit {
  width: 13rem;
  text-align: center;
}
.order-table table tr.name th.quantity {
  width: 17rem;
  text-align: center;
}
.order-table table tr.name th.price {
  width: 16.6666666667%;
  text-align: center;
}
.order-table table tr.name th.total {
  width: 16.6666666667%;
  text-align: center;
}
.order-table table tr.name th.remove {
  width: 7rem;
  text-align: center;
}
.order-table table tr td {
  vertical-align: middle;
}
.order-table table tr td.name {
  text-align: left;
}
.order-table table tr td.unit, .order-table table tr td.quantity, .order-table table tr td.price, .order-table table tr td.total, .order-table table tr td.remove {
  text-align: center;
}
.order-table table tr td.quantity .product-detail-qty {
  padding: 0.5rem;
  margin: 0 auto;
}
.order-table table tr td.remove {
  padding: 0;
}
.order-table table tr td.remove a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin: auto;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
}
.order-table-update {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 800px) {
  .order-table-update {
    border-top: 0;
  }
}
.order-table-update .btn {
  padding: 1.3rem;
  font-size: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .order-table-update .btn:hover {
    opacity: 0.7;
  }
}
.order-table-update .btn.update {
  min-width: 26.8rem;
  background: #0B68B1;
}
@media (max-width: 800px) {
  .order-table-update .btn.update {
    width: 50%;
    min-width: 50%;
  }
}
.order-table-update .btn.cancel {
  min-width: 20rem;
  background: #808080;
}
@media (max-width: 800px) {
  .order-table-update .btn.cancel {
    width: 50%;
    min-width: 50%;
  }
}

.title-header-controls {
  min-width: 14rem;
  flex-shrink: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  flex-shrink: 0;
}

/* 7-9-2022 */
.menu-aside-render.active .product-cate-list {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.product-cate-list.active {
  opacity: 1 !important;
  pointer-events: auto !important;
  visibility: visible !important;
}

.cate-btn {
  position: absolute;
    top: 0;
    right: -1.6rem;
    width: 4.4rem;
    height: 7.7rem;
    text-align: center;
    line-height: 7.7rem;
    font-size: 2rem;
    color: #0B68B1;
}

.cate-btn img {
  transform: unset !important;
}

.menu-aside.mini-aside .cate-btn {
  display: none;
}

@media(max-width: 1200px) {
  .menu-aside .cate-btn {
      display: none;
  }

  .menu-aside.mini-aside .cate-btn {
      display: block;
  }
}

@media(max-width: 900px) {
  .menu-aside .cate-btn {
      display: none;
  }

  .menu-aside.mini-aside .cate-btn {
      display: none;
  }
}

.product-dt-policy .item .icon img {
  width: 3.2rem !important;
  max-width: 100% !important;
}

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