@charset "UTF-8";
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

input,
textarea,
select,
button {
  outline: none;
}

a {
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #333;
}

img {
  display: block;
  max-width: 100%;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

p,
h1,
h4,
h2,
h3 {
  margin: 0;
  line-height: 1.4;
}

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,
caption,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

body {
  overflow-x: hidden !important;
}

button {
  border: 0;
  background-color: transparent;
}
button:hover {
  opacity: 0.9;
}

a,
a.nav-link {
  transition: all 0.15s linear;
}
a:hover,
a.nav-link:hover {
  opacity: 0.9;
}

.direction-breadcrumb__link:hover, .product-nav__link.active, .product-form__input:checked + .product-form__text, .general-btn__text {
  background: linear-gradient(to right, #1653ac, #2a4fc6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* PC Alway  */
/* PC BIG  */
/* PC BIG Lower */
/* PC BIG 16 */
/* PC fit */
/* PC custom fit sub */
/* PC fit-sub */
/* PC fit lower */
/* PC fit lower */
/* PC fit small */
/* PC HD */
/* PC Change */
/* PC LOWER  min-1023px */
/* Mobile & tablet */
/* Tablet */
/* Min Mobile */
/* Mobile */
/* Phone Small */
html {
  font-size: 16px;
  scroll-behavior: smooth !important;
}

html,
body {
  position: relative;
}

body {
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 1.4;
  min-height: 100vh;
  color: #333;
  background-color: #f2f3fa;
}
@media only screen and (max-width: 46.1875em) {
  body {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1650px) {
  body .container-xl {
    max-width: 1274px;
  }
}
@media only screen and (max-width: 63.9375em) {
  body .container-xl .hide-on-bothTM {
    display: none !important;
  }
  body .container-xl {
    max-width: 100%;
  }
}
body .container {
  max-width: 1140px;
  padding: 0 16px;
}
@media only screen and (max-width: 46.1875em) {
  body .container {
    padding: 0 12px;
  }
}

.bg-color {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 63.9375em) {
  .bg-color .hide-on-bothTM {
    display: none !important;
  }
  .bg-color {
    max-width: 100%;
  }
}
@media only screen and (max-width: 46.1875em) {
  .bg-color {
    position: fixed;
  }
}
.bg-color__img {
  position: absolute;
  left: 50%;
  bottom: 0%;
  z-index: 4;
  width: 100%;
  height: 66%;
  transform: translate(-50%, 0%);
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1920px) {
  .bg-color__img {
    background-size: cover;
  }
}
@media only screen and (max-width: 46.1875em) {
  .bg-color__img {
    top: 42%;
    bottom: auto;
    height: 30vh;
    background-size: cover;
  }
}
.bg-color__line {
  position: absolute;
  bottom: 0%;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 46.1875em) {
  .bg-color__line {
    top: 0%;
    bottom: auto;
    height: 74vh;
  }
}

/* Track */
/* Handle */
/* Handle on hover */
.general-btn {
  position: relative;
  z-index: 10;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  border-radius: 4px;
  text-align: center;
  padding: 8px 16px;
  display: inline-block;
  text-decoration: none;
  background-color: #fff;
}
.general-btn__red, .general-btn__main {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 8px;
}
.general-btn__red:hover, .general-btn__main:hover {
  color: #fff;
}
.general-btn__main {
  background: linear-gradient(338deg, rgb(35, 112, 202) 0%, #1653ac 100%);
}
.general-btn__red {
  background: linear-gradient(143deg, rgb(255, 32, 32) 0%, rgb(239, 50, 95) 49%, rgb(89, 36, 138) 100%);
}
.general-btn__border {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.general-btn__border::before {
  position: absolute;
  content: "";
  z-index: -2;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 4px;
  background: linear-gradient(to right, #1653ac, #2a4fc6);
}
.general-btn__border::after {
  position: absolute;
  content: "";
  z-index: -2;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  border-radius: 3px;
  background: #fff;
}
.general-btn__text {
  position: relative;
  z-index: 10;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.general-btn__text img {
  margin-right: 10px;
}
.general-btn.line-red::after {
  background: linear-gradient(90deg, rgb(254, 66, 70) 0%, rgb(250, 122, 248) 100%);
}
.general-btn.line-special::after {
  background: linear-gradient(90deg, #1653ac 0%, rgb(35, 112, 202) 100%);
}
.general-title {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 46.1875em) {
  .general-title {
    font-size: 19px;
  }
}
.general-input {
  font-size: 14px;
  border-radius: 99px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
  background-color: rgba(255, 255, 255, 0.6);
}
@media only screen and (max-width: 46.1875em) {
  .general-input {
    font-size: 16px;
  }
}
.general-content * {
  margin: revert;
  font-size: 14px;
  padding: revert;
  list-style-type: revert;
  display: revert;
  color: revert;
  text-decoration: revert;
  line-height: 1.7;
  font-family: "Inter", sans-serif, sans-serif !important;
}
.general-content figure {
  margin: auto;
  width: 100% !important;
}
.general-content img {
  height: auto;
  max-width: 100%;
}
@media only screen and (max-width: 46.1875em) {
  .general-content img {
    height: auto !important;
  }
}
.general-content ul,
.general-content li {
  list-style-type: revert;
}
@media only screen and (max-width: 46.1875em) {
  .general-content table span,
  .general-content table p {
    font-size: 12px !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .general-content h2 span strong,
  .general-content h2 strong {
    font-size: 17px !important;
  }
}
.general-content a {
  color: revert;
  display: revert;
}
.general-eye {
  position: relative;
}
.general-eye__icon {
  --sizeEye: 24px;
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 10;
  min-width: var(--sizeEye);
  width: var(--sizeEye);
  height: var(--sizeEye);
  transform: translateY(-50%);
}
.general-eye__icon.eye-open {
  display: none;
}
.general-eye__icon.eye-open.is-active {
  display: block;
}
.general-eye__icon.eye-open.is-active + .eye-close {
  display: none;
}
.general-show {
  position: relative;
}
.general-show:hover .general-show__sub {
  opacity: 1;
  visibility: visible;
}
.general-show__sub {
  position: absolute;
  left: -6px;
  bottom: calc(100% + 14px);
  z-index: 10;
  width: max-content;
  color: #fff;
  font-size: 14px;
  padding: 5px 14px;
  border-radius: 100px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
  background-color: #4a4a4a;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
@media only screen and (max-width: 63.9375em) {
  .general-show__sub .hide-on-bothTM {
    display: none !important;
  }
  .general-show__sub {
    left: auto;
    right: 4px;
  }
}
.general-show__sub.left-icon {
  left: auto;
  right: -6px;
}
.general-show__sub.left-icon::after {
  left: auto;
  right: 16px;
}
.general-show__sub::after {
  position: absolute;
  content: "";
  left: 16px;
  top: 100%;
  border-top: 6px solid #4a4a4a;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
@media only screen and (max-width: 63.9375em) {
  .general-show__sub::after .hide-on-bothTM {
    display: none !important;
  }
  .general-show__sub::after {
    left: auto;
    right: 16px;
  }
}
.general-bg {
  position: relative;
}
.general-bg::after {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(244, 246, 254, 0.8);
}
.general-activities {
  position: relative;
  --sizeAdd: 32px;
  min-width: var(--sizeAdd);
  width: var(--sizeAdd);
  height: var(--sizeAdd);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.general-activities.btn-remove:hover::after {
  background-color: #fa3532;
}
.general-activities::after {
  position: absolute;
  content: "";
  left: 0;
  top: 1px;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  border-radius: 8px;
  transform: rotate(45deg);
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
}
.general-activities:hover::after {
  background-color: rgba(51, 51, 51, 0.7);
  box-shadow: 0px 8px 6px 0px rgba(0, 0, 0, 0.08), 0px 2px 2px 0px rgba(0, 0, 0, 0.03), 0px 1px 0px 0px rgba(0, 0, 0, 0.03);
}
.general-activities:hover svg path {
  fill: #fff;
}
.general-activities svg {
  position: relative;
  z-index: 10;
}

.home {
  position: relative;
  overflow: hidden;
}

.modal {
  z-index: 1077;
}
.modal-backdrop {
  background-color: rgba(242, 243, 250, 0.8);
}
.modal-backdrop.show {
  opacity: 1;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.modal-header {
  border-bottom: 0;
}

.offcanvas {
  z-index: 1056;
  transition: transform 0.3s ease-in-out !important;
}
.offcanvas-backdrop {
  z-index: 1055;
}
.offcanvas-backdrop.show {
  opacity: 0.4;
}

.flatpickr-current-month input.cur-year,
.flatpickr-current-month .flatpickr-monthDropdown-months {
  font-size: 17px;
}

.optgroup .option {
  padding-left: 16px;
}

.ts-dropdown .optgroup-header {
  color: #a5a5a5;
  font-weight: 600;
}

.fancybox__container {
  z-index: 1055;
}
.fancybox__container .fancybox__content {
  width: 80% !important;
  height: 80% !important;
  max-width: calc(100% - 100px) !important;
  max-height: calc(100% - 88px) !important;
}

.f-thumbs__slide__button {
  border-radius: 5px;
  border: 1.2px solid transparent;
}
.f-thumbs__slide.is-nav-selected .f-thumbs__slide__button {
  border-color: red;
}

.dropdown-toggle::after {
  display: none;
}

@media only screen and (max-width: 46.1875em) {
  #toasts {
    max-width: 90%;
  }
}
@media only screen and (max-width: 46.1875em) {
  #toasts .toast {
    margin: 0 !important;
    width: 100% !important;
  }
}

@keyframes slideIn {
  from {
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* Animation khi đóng modal */
@keyframes slideOut {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-100px);
    opacity: 0;
  }
}
/* Gán animation cho modal */
.modal.show .modal-dialog {
  animation: slideIn 0.5s ease-out;
}

.modal.hide .modal-dialog {
  animation: slideOut 0.5s ease-in;
}

.select2-container .select2-selection--single {
  height: auto;
  font-size: 16px;
  padding: 13px 24px 14px 12px;
}
.select2-container .select2-results__option {
  font-size: 16px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.5;
  padding-left: 0px;
  padding-right: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}

.select2-dropdown {
  z-index: 1089;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
  background: #f2f3fa;
  border: 0;
}

.select2-container--open .select2-dropdown {
  margin-top: 4px;
}

.select2-container--open .select2-dropdown--below {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  background: #f2f3fa;
}

.select2-container .select2-results__option {
  font-size: 14px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: rgba(22, 83, 172, 0.6);
}

.datepicker {
  width: 100%;
}

.datepicker-view {
  width: 100% !important;
}

.datepicker-header .datepicker-controls {
  padding: 8px 12px 8px;
  background-color: #325165;
}

.datepicker-header .datepicker-controls .button {
  color: #fff;
  font-size: 20px;
  background-color: #325165;
}

.datepicker-header .datepicker-controls .button .prev-btn,
.datepicker-header .datepicker-controls .button .next-btn {
  font-size: 25px;
  height: auto;
  line-height: normal;
  padding: 0;
}

.datepicker .dow {
  height: auto;
  padding: 10px 0;
  font-size: 16px;
}

.datepicker-cell {
  padding: 10px 0;
  height: auto;
}

.datepicker-header .datepicker-controls .button:hover {
  background-color: #325165;
}

.time-picker-container .ts-dropdown [data-selectable].option {
  font-size: 18px;
}

.time-picker-container .ts-dropdown .option,
.ts-dropdown .optgroup-header,
.ts-dropdown .no-results,
.ts-dropdown .create {
  padding: 10px 16px;
}

.ts-dropdown,
.ts-control,
.ts-control input {
  font-size: 18px;
}

.time-picker-container .ts-dropdown .active {
  color: #fff;
  font-weight: 500;
  background-color: #325165;
}

.header {
  min-height: 140px;
}
@media only screen and (max-width: 63.9375em) {
  .header .hide-on-bothTM {
    display: none !important;
  }
  .header {
    min-height: 111px;
  }
}
@media only screen and (max-width: 46.1875em) {
  .header {
    min-height: 54px;
  }
}
.header-scroll {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.header-main {
  background-image: linear-gradient(#1653ac, rgba(22, 82, 172, 0.8235294118));
}
.header-activity {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 0px;
}
.header-activity__menu {
  margin-top: 6px;
  margin-left: 12px;
  font-size: 23px;
  color: #fff;
  display: none;
}
@media only screen and (max-width: 46.1875em) {
  .header-activity__menu {
    display: block;
  }
}
.header-nav {
  background-color: #fff;
}
@media only screen and (max-width: 46.1875em) {
  .header-nav {
    display: none;
  }
}
.header-nav__wrapper {
  padding: 12px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-nav__link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0px 28px;
  font-size: 15px;
  font-weight: 500;
}
@media only screen and (max-width: 63.9375em) {
  .header-nav__link .hide-on-bothTM {
    display: none !important;
  }
  .header-nav__link {
    font-size: 14px;
    padding: 0px 18px;
  }
}
@media only screen and (max-width: 46.1875em) {
  .header-nav__link {
    padding: 6px 10px;
    font-size: 15px;
  }
}
.header-nav__link i {
  font-size: 19px;
  color: #676767;
}
@media only screen and (max-width: 63.9375em) {
  .header-nav__link i .hide-on-bothTM {
    display: none !important;
  }
  .header-nav__link i {
    font-size: 18px;
  }
}
.header-nav__link + .header-nav__link {
  border-left: 1px solid rgb(128, 163, 240);
}
@media only screen and (max-width: 46.1875em) {
  .header-nav__link + .header-nav__link {
    border-left: 0;
  }
}
.header__logo-link {
  display: block;
  text-decoration: none;
  color: transparent;
  line-height: 0;
  padding: 0 4px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}
@media only screen and (max-width: 46.1875em) {
  .header__logo-link {
    border-radius: 0 0 6px 6px;
  }
}
.header__logo-link img {
  height: 86px;
  object-fit: contain;
}

.header__navbar {
  display: flex;
  justify-content: space-between;
  height: 34px;
  margin: 0 -6px;
}

.header__nav-list {
  list-style: none;
  padding-left: 0;
  position: relative;
  display: flex;
  align-items: center;
}

.header__nav-item {
  padding: 0 7px;
}

.header__nav-item,
.header__nav-item-link {
  display: flex;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  align-items: center;
}

.header__nav-item--hover:hover,
.header__nav-item-link:hover,
.header__nav-icon-link:hover {
  opacity: 0.8;
  cursor: pointer;
}

.header__nav-item--bold {
  font-weight: 600;
}

.header__nav-user {
  position: relative;
}

/* cầu nối liền mạch */
.header__nav-user::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  height: 8px;
}

.header__nav-user-avt {
  height: 22px;
  width: 22px;
  border-radius: 50%;
  margin-right: 7px;
  border: 1px solid #ccc;
}

.header__nav-user:hover .header__nav-user-menu {
  display: block;
}

.header__nav-user-menu {
  position: absolute;
  padding: 0;
  top: 100%;
  right: 0;
  margin-top: 8px;
  width: 150px;
  height: 120px;
  background-color: #fff;
  list-style: none;
  z-index: 10;
  border-radius: 3px;
  box-shadow: 0 2px 10px #999;
  display: none;
}

/* cầu nối liền mạch tam giác */
.header__nav-user-menu::before {
  content: "";
  position: absolute;
  border-width: 20px 30px;
  border-style: solid;
  border-color: transparent transparent white transparent;
  right: 12px;
  top: -28px;
  z-index: -1;
}

.header__nav-user-item {
  height: 33.3333%;
}

.header__nav-user-item a {
  font-size: 14px;
  text-decoration: none;
  color: #333;
  display: block;
  padding: 12px 16px;
}

.header__nav-user-item a:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.header__nav-user-item a:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.header__nav-user-item a:hover {
  background-color: #eee;
  color: lightseagreen;
}

.header__nav-item--separate {
  border-right: 2px solid rgb(128, 163, 240);
  margin-right: -2px;
}

.header__nav-icon {
  font-size: 15px;
  padding: 0 4px;
}

.header__nav-icon-link:first-child {
  padding-left: 4px;
}

.header__nav-icon-link {
  color: #fff;
  text-decoration: none;
}

.header__qr {
  width: 100%;
  border-radius: 5px;
}

.header__apps {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.header__app-img {
  height: 18px;
  margin: 0 7px;
}

.header__contain {
  padding: 4px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__mobile-search {
  padding: 0 12px;
  display: none;
}

.header__mobile-search-icon {
  font-size: 24px;
  color: #fff;
  cursor: pointer;
}

.header__logo {
  margin-right: 6px;
}
@media only screen and (max-width: 46.1875em) {
  .header__logo {
    zoom: 86%;
  }
}

.header__search {
  width: 70%;
  height: 40px;
  background-color: #fff;
  border-radius: 3px;
  display: flex;
  align-items: center;
}

.header__search-input-wrap {
  flex: 1;
  height: 100%;
  position: relative;
}

.header__search-input {
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  font-size: 14px;
  border-radius: 3px;
  color: #333;
  padding: 0 16px;
}

.header__search-btn {
  background-color: #0c61df;
  min-width: 60px;
}

.header__search-btn:hover {
  opacity: 0.9;
}

.header__search-btn-icon {
  font-size: 14px;
  color: #fff;
}

.header__search-input:focus + .header__search-history {
  display: block;
}

.header__search-history {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 4px;
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 2px 5px #ccc;
  display: none;
  z-index: 8;
}

.header__search-history-list {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.header__search-history-item {
  height: 36px;
  padding: 10px;
}

.header__search-history-item:hover {
  background-color: #eee;
}

.header__search-history-item a {
  text-decoration: none;
  font-size: 14px;
  color: #333;
  display: block;
}

.header__cart {
  text-align: center;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}

.header__cart-icon {
  color: #fff;
  font-size: 24px;
  padding: 8px 8px 0;
  cursor: pointer;
}

.header__cart-count {
  position: absolute;
  top: 0;
  right: 35%;
  padding: 1px 7px;
  font-size: 13px;
  line-height: 13px;
  border-radius: 10px;
  border: 1px solid #0c61df;
  color: #0c61df;
  background-color: #fff;
  cursor: pointer;
  display: none;
}

.header__cart-list {
  position: absolute;
  top: 100%;
  right: 30%;
  margin-top: 12px;
  background-color: #fff;
  width: 400px;
  min-height: 260px;
  border-radius: 3px;
  box-shadow: 0 0 5px #999;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 10;
  display: none;
  transform-origin: 95% top;
  animation: grow ease-in 0.3s;
}

/* cầu nối liền mạch tam giác */
.header__cart-list::before {
  content: "";
  position: absolute;
  border-width: 20px 25px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  right: 1%;
  top: -32px;
}

/* when no cart */
.header__cart--no-cart .header__cart-icon:hover ~ .header__cart-list.no-cart,
.header__cart--no-cart .header__cart-list.no-cart:hover {
  display: flex;
}

.header__no-cart-img {
  width: 50%;
}

.header__no-cart-text {
  font-size: 15px;
  color: #333;
  margin-top: 28px;
  margin-bottom: 0;
}

/* when has cart */
.header__cart--has-cart .header__cart-icon:hover ~ .header__cart-list.has-cart,
.header__cart--has-cart .header__cart-count:hover ~ .header__cart-list.has-cart,
.header__cart--has-cart .header__cart-list.has-cart:hover {
  display: block;
  cursor: pointer;
}

.header__cart--has-cart .header__cart-count {
  display: block;
}

.header__cart-heading {
  text-align: left;
  margin: 12px;
  font-size: 16px;
  color: #999;
  font-weight: 600;
}

.header__cart-list-item {
  padding-left: 0;
  list-style: none;
  max-height: 290px;
  overflow-y: auto;
}

.header__cart-item {
  display: flex;
}

.header__cart-item:hover {
  background-color: #eee;
}

.header__cart-item-img {
  height: 42px;
  margin: 8px;
  border: 1px solid #ccc;
}

.header__cart-item-info {
  width: 100%;
  margin: auto;
}

.header__cart-item-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 22px;
}

.header__cart-item-name {
  font-size: 13px;
  font-weight: 600;
  color: #333;
  max-width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header__cart-item-price {
  font-size: 12px;
  font-weight: 400;
  color: #1653ac;
  margin-right: 12px;
}

.header__cart-item-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 20px;
  margin: 0 16px;
}

.header__cart-item-number {
  font-size: 14px;
  font-weight: 400;
  color: #333;
}

.header__cart-item-close {
  font-size: 12px;
  font-weight: 6 0;
  color: #333;
}

.header__cart-item-close:hover {
  color: #1653ac;
}

.header__cart-see-cart {
  float: right;
  margin: 12px;
}

.header__cart-see-cart:hover {
  opacity: 0.9;
}

.header__sort-bar {
  position: fixed;
  left: 0;
  right: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  height: 46px;
  margin: 0;
  padding-left: 0;
  list-style: none;
  background-color: #fff;
  display: none;
}

.header__sort-item {
  flex: 1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.header__sort-item:hover {
  cursor: pointer;
}

.header__sort-link {
  text-decoration: none;
  color: #333;
  font-size: 14px;
}

.header__sort-item--active .header__sort-link {
  color: #1653ac;
}

.header__sort-link::before {
  content: "";
  position: absolute;
  left: 0;
  height: 60%;
  top: 50%;
  transform: translateY(-50%);
  border-left: 1px solid #ccc;
}

.header__sort-item:first-child .header__sort-link::before {
  display: none;
}

.footer {
  padding-top: 48px;
  margin-top: 80px;
  background-color: #fff;
}
@media only screen and (max-width: 63.9375em) {
  .footer .hide-on-bothTM {
    display: none !important;
  }
  .footer {
    padding-top: 38px;
    margin-top: 50px;
  }
}
.footer-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px 16px;
}
@media only screen and (max-width: 63.9375em) {
  .footer-wrapper .hide-on-bothTM {
    display: none !important;
  }
  .footer-wrapper {
    gap: 24px 20px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 46.1875em) {
  .footer-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 63.9375em) {
  .footer-item:first-child .hide-on-bothTM {
    display: none !important;
  }
  .footer-item:first-child {
    grid-column: 1/4;
  }
}
@media only screen and (max-width: 46.1875em) {
  .footer-item:first-child {
    grid-column: 1/3;
  }
}
.footer-item__logo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-item__logo img {
  width: 180px;
}

.footer__heading {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--text-color);
}
@media only screen and (max-width: 63.9375em) {
  .footer__heading .hide-on-bothTM {
    display: none !important;
  }
  .footer__heading {
    font-size: 15px;
  }
}

.footer-list {
  margin-top: 10px;
  padding-left: 0;
  list-style: none;
}

.footer-item__link {
  text-decoration: none;
  font-size: 12px;
  color: #737373;
  padding: 5px 0;
  align-items: center;
  display: inline-flex;
}
@media only screen and (max-width: 63.9375em) {
  .footer-item__link .hide-on-bothTM {
    display: none !important;
  }
  .footer-item__link {
    font-size: 14px;
  }
}

.footer-item__link:hover {
  color: var(--primary-color);
}

.footer-item__icon {
  font-size: 18px;
  margin: -1px 8px 0 0;
}

/* Footer Apps */
.footer__download {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.footer__download-qr {
  width: 30%;
  height: 30%;
  object-fit: contain;
  border: 1px solid var(--border-color);
}

.footer__download-apps {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer__download-app-link {
  text-decoration: none;
}

.footer__download-app-img {
  display: inline-block;
  width: 50%;
  padding: 2px 0;
}

/* Footer Bottom */
.footer__bottom {
  background-color: #f5f5f5;
  padding: 10px 0;
  margin-top: 30px;
}

.footer__bottom-copyright-text {
  font-size: 12px;
  text-align: center;
  color: #737373;
  display: block;
  margin: 0 auto;
}

.product {
  padding-top: 20px;
}
.product-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px 14px;
}
@media only screen and (max-width: 63.9375em) {
  .product-list .hide-on-bothTM {
    display: none !important;
  }
  .product-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 46.1875em) {
  .product-list {
    gap: 6px 12px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.product-item {
  width: 100%;
  position: relative;
  margin: 5px 0;
  text-decoration: none;
  display: block;
  border: 1px solid transparent;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: transform linear 0.1s;
}
.product-item:hover {
  transform: translateY(-2px);
  border: 1px solid #1653ac;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.product-item__img {
  padding-top: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.product-item__info {
  padding: 10px;
  background-color: #fff;
}
.product-item__name {
  font-size: 13px;
  font-weight: 400;
  color: #333;
  line-height: 1.4;
  margin: 0 0 14px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-item__price {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.product-item__old {
  margin: 0;
  font-size: 13px;
  color: #999;
  text-decoration: line-through;
}
.product-item__new {
  margin: 0;
  font-size: 14px;
  color: #1653ac;
  margin-right: auto;
  margin-left: 5px;
}
.product-item__ship {
  font-size: 13px;
  color: lightseagreen;
}
.product-item__footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
}
.product-item__check {
  display: none;
}
.product-item__heart {
  font-size: 12px;
  color: #999;
  cursor: pointer;
}
.product-item__check:checked + .product-item__heart {
  font-weight: 900;
  color: red;
}
.product-item__star {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 8px;
  margin-left: auto;
  margin-right: 5px;
}
.product-item__star i {
  padding: 0 1px;
}
.product-item__star i.star-checked {
  color: #ffe400;
  font-weight: 900;
}
.product-item__star i.star-unchecked {
  color: #ffe400;
  font-weight: unset;
}
.product-item__saled {
  color: #333;
  font-size: 11px;
}
.product-item__origin {
  text-align: right;
  font-size: 12px;
  color: #333;
  margin: 5px 0;
}
.product-item__favourite {
  position: absolute;
  top: 10px;
  left: -4px;
  color: #fff;
  font-size: 12px;
  padding: 0 4px;
  background-color: #1653ac;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.product-item__favourite::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -4px;
  border-top: 4px solid #1653ac;
  border-left: 4px solid transparent;
  filter: brightness(60%);
}
.product-item__discount {
  position: absolute;
  right: 9px;
  top: 0;
  width: 36px;
  height: 38px;
  clip-path: polygon(0 0, 0 100%, 50% 80%, 100% 100%, 100% 0);
  -webkit-clip-path: polygon(0 0, 0 100%, 50% 80%, 100% 100%, 100% 0);
  background-color: rgba(255, 220, 36, 0.85);
  text-align: center;
}
.product-item__value {
  color: #1653ac;
  font-size: 12px;
  font-weight: 600;
}
.product-item__label {
  color: #fff;
  font-size: 11px;
  font-weight: 500;
}
.product-suggest {
  margin-top: 20px;
}
.product-suggest__title {
  font-size: 18px;
  font-weight: 600;
  color: #1653ac;
  text-align: center;
  padding: 14px 16px 10px;
  text-transform: uppercase;
  background-color: #fff;
  border-bottom: 4px solid #0c61df;
}
.product-suggest__list {
  margin-top: 5px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px 12px;
}
@media only screen and (max-width: 63.9375em) {
  .product-suggest__list .hide-on-bothTM {
    display: none !important;
  }
  .product-suggest__list {
    gap: 14px 14px;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 46.1875em) {
  .product-suggest__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.product-suggest__more {
  font-size: 15px;
  color: #1653ac;
  width: fit-content;
  margin: 28px auto 0;
  padding: 8px 28px;
  border: 1px solid #1653ac;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
.product-suggest__more:hover {
  color: #fff;
  background-color: #1653ac;
}
.product-details__sidebar {
  width: 15.23%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.product-details__benefit {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #5f6368;
  text-align: center;
  width: 100%;
  height: 150px;
  padding: 13px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 4px;
  border: 1px solid #dadce0;
  background-color: #fff;
}
.product-details__benefit + .product-details__benefit {
  margin-top: 23px;
}
.product-details__benefit img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  margin-bottom: 8px;
}
.product-details__swiper .swiper-wrapper {
  height: 100%;
}
.product-details__parameter {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.product-details__content {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
.product-details__show {
  position: relative;
}
.product-details__gallery {
  position: sticky;
  top: 50px;
  width: 50%;
  padding-right: 50px;
}
.product-details__info {
  width: 50%;
}
.product-details__img {
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  position: relative;
  padding-top: 80%;
  overflow: hidden;
}
.product-details__img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-details__img:hover {
  opacity: 1;
}
.product-details__img img {
  width: 100%;
  height: 100%;
}
.product-details__tag {
  position: absolute;
  top: 7.2%;
  right: -4px;
  z-index: 20;
}
.product-details__tag span {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  background-color: #e10e00;
  color: #fff;
  padding: 3px 9px 3px 16px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 17% 100%, 0 0);
}
.product-details__tag::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -5px;
  width: 4px;
  height: 3.5px;
  background-color: #940900;
  clip-path: polygon(100% 0, 0 100%, 0 0);
}
.product-details__thumb {
  padding: 5px 0;
  padding-left: 3px;
}
.product-details__component {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  padding-top: 96%;
  overflow: hidden;
}
.product-details__component > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-details__component {
  background-color: #fff;
  border: 2.4px solid rgba(215, 215, 215, 0.5);
}
.product-details__component img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-details__thumb .swiper-slide-thumb-active .product-details__component {
  border-color: #2a4fc6;
}
.product-details__title {
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  color: #333;
  text-transform: capitalize;
  margin-bottom: 6px;
}
.product-details__title.special {
  font-size: 16px;
  line-height: 24px;
}
.product-details__text {
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  padding: 16px 10px;
}
.product-details__text:first-child {
  padding-left: 0;
}
.product-details__text span {
  font-weight: 500;
}
.product-details__text.special span {
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.product-details__text + .product-details__text::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 1px;
  height: 14px;
  transform: translateY(-50%);
  background-color: rgba(51, 51, 51, 0.5);
}
.product-details__price {
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  margin-top: 6px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
}
.product-details__price span {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  font-size: 19px;
  line-height: 20px;
  margin-left: 10px;
  margin-right: 8px;
  margin-bottom: 3px;
  text-decoration: line-through;
  -webkit-text-fill-color: initial;
}
.product-details__status, .product-details__warranty {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
}
.product-details__status {
  font-size: 13px;
  margin-top: 5px;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.product-details__status span {
  font-weight: 700;
  font-size: 16px;
  color: #25ae88;
  margin-left: 12px;
  line-height: 22px;
}
.product-details__sub {
  font-size: 15px;
}
.product-details__option {
  padding: 14px 0 16px;
}
.product-details__cover {
  border-radius: 10px;
  margin-bottom: 14px;
  padding: 14px 14px;
  border: 1px dashed #dadce0;
}
.product-details__money {
  color: #fff;
  padding: 14px 16px 12px;
  border-radius: 10px;
  background: linear-gradient(to right, #1653ac 0%, #1653ac 20%, #2a4fc6 80%, #2a4fc6 100%);
}
.product-details__option {
  border-top: 1px solid #d7d7d7;
}
.product-details__special {
  padding-top: 16px;
}
.product-details__included {
  margin-top: 8px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.product-details__warranty {
  line-height: 1.3;
  margin-top: 5px;
  border-radius: 6px;
  padding: 8px 14px 6px;
  background-color: rgba(255, 236, 6, 0.7490196078);
}
.product-details__warranty + .product-details__warranty {
  margin-left: 8px;
}
.product-details__warranty span {
  font-weight: 700;
}
.product-details__check {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.product-details__check + .product-details__check {
  margin-top: 12px;
}
.product-details__label {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  margin-right: 17px;
}
.product-details__label.special {
  margin-right: 10px;
}
.product-details__group {
  margin-top: 21px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.product-details__btn {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  border-radius: 4px;
  margin-left: 10px;
  text-align: center;
  padding: 14px 69px;
  color: #fff;
  background: linear-gradient(to right, #1653ac, #2a4fc6);
}
.product-details__btn:hover {
  color: #fff;
}
.product-details__linear {
  padding: 13px 41.5px;
}
.product-details__bottom {
  padding-top: 42px;
}
.product-details__default {
  line-height: 1.5;
}
.product-details__list {
  list-style: none;
  padding-left: 0;
  padding-bottom: 16px;
}
.product-details__feature {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
.product-details__feature + .product-details__feature {
  margin-top: 5px;
}
.product-nav__tab {
  display: flex;
  border-bottom: 1px solid #d7d7d7;
}
.product-nav__link {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 8px;
}
.product-nav__link.active {
  position: relative;
}
.product-nav__link.active::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #1653ac, #2a4fc6);
}
.product-nav__item + .product-nav__item {
  margin-left: 29px;
}
.product-header__nav, .product-slide__nav {
  border-radius: 4px;
  background-color: #f6f1ff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.product-slide {
  position: relative;
  margin-top: 14px;
}
.product-slide__nav {
  --positionNav: -6px;
  --sizeBtnNav: 33px;
  top: 50%;
  width: var(--sizeBtnNav);
  height: calc(var(--sizeBtnNav) + 25px);
  transform: translateY(-50%);
}
@media only screen and (max-width: 1366px) {
  .product-slide__nav {
    top: 54%;
  }
}
.product-slide .product-item {
  margin: 7px 12px 10px;
}
.product-quantity {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin: 17px 0 0 0;
}
.product-quantity__component {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  max-width: 180px;
  margin: auto auto auto 0;
  border: 1px solid #dadce0;
  border-radius: 4px;
  background-color: #fff;
}
.product-quantity__desc, .product-quantity__incr {
  position: relative;
  color: #5f6368;
  font-weight: 500;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.product-quantity__desc {
  padding: 22px 20px 22px 32px;
  border-radius: 3px 0 0 3px;
}
.product-quantity__incr {
  padding: 18px 32px 18px 20px;
  border-radius: 0 3px 3px 0px;
}
.product-quantity__input {
  width: 50px;
  vertical-align: top;
  text-align: center;
  outline: none;
  border-radius: 0;
  font-weight: 700;
  color: #333;
  font-size: 16px;
  line-height: 29px;
  margin: 0 4px;
  border: none;
  border-left: 1px solid #dadce0;
  border-right: 1px solid #dadce0;
}
.product-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: relative;
}
.product-form + .product-form {
  margin-left: 6px;
}
.product-form__input {
  display: none;
}
.product-form__input:checked + .product-form__text {
  border-color: #2a4fc6;
}
.product-form__input:checked + .product-form__text .product-form__mark {
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 13.5px;
  height: 13px;
  display: flex;
  justify-content: end;
  align-items: flex-end;
  padding-right: 0.8px;
  padding-bottom: 1px;
  background: linear-gradient(to right, #1653ac, #2a4fc6);
  clip-path: polygon(0% 100%, 100% 100%, 100% 0%);
  border-bottom-right-radius: 4px;
  z-index: 11;
}
.product-form__text {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  min-width: 29px;
  padding: 8px 11px;
  cursor: pointer;
  border-radius: 4px;
  border: 1.8px solid #d7d7d7;
}
.product-form__text.special {
  padding: 6px 11px;
}
.product-form__mark {
  display: none;
}
.product-same {
  --positionNav: -44px;
  --swiper-navigation-size: 38px;
  padding-top: 42px;
}
@media only screen and (max-width: 1366px) {
  .product-same {
    --positionNav: -16px;
  }
}
.product-same__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #333;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin-bottom: 38px;
}
.product-same__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -14px;
  height: 3px;
  width: 100%;
  background: linear-gradient(to right, #1653ac, #2a4fc6);
}
.product-same__list {
  position: relative;
}
.product-same__item {
  width: fit-content;
  margin: 18px 14px;
}
.product-same__prev::after, .product-same__next::after {
  display: none;
}
.product-same__prev svg, .product-same__next svg {
  width: 8px;
  height: 14px;
}
.product-same__prev {
  left: var(--positionNav);
}
.product-same__next {
  right: var(--positionNav);
}

.banner {
  padding-top: 20px;
}
@media only screen and (max-width: 46.1875em) {
  .banner {
    padding-top: 12px;
  }
}
.banner-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px 8px;
}
@media only screen and (max-width: 46.1875em) {
  .banner-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
.banner-slide {
  position: relative;
  grid-column: 1/3;
  grid-row: 1/3;
}
.banner-slide img {
  width: 100%;
}
.banner-slide:hover .banner-slide__nav {
  opacity: 1;
}
.banner-slide__nav {
  opacity: 0;
  height: 60px;
  width: 35px;
  color: #fff;
  transition: opacity 0.3s;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.18);
}
.banner-slide__nav::after {
  font-size: 25px;
}
.banner-slide__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 0.8;
  background: #ddd;
  transition: all 0.3s;
}
.banner-slide__pagination .swiper-pagination-bullet-active {
  background: #0c61df;
}
.banner-img img {
  height: 100%;
}

.category {
  margin-top: 20px;
}
.category-section {
  width: 100%;
  height: 100%;
  background-color: #fff;
  margin-bottom: 20px;
}
.category-section__heading {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #333;
  font-weight: 600;
  font-size: 18px;
  height: 60px;
  padding: 0 20px;
}
.category-slide {
  position: relative;
}
.category-slide__item {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border: rgba(0, 0, 0, 0.05) solid 1px;
  transition: box-shadow linear 0.2s;
}
.category-slide__item:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.category-slide__img {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.category-slide__img img {
  width: 70%;
}
.category-slide__content {
  color: #333;
  font-size: 14px;
  padding: 0 5px;
  text-align: center;
  text-transform: capitalize;
}
.category-slide__nav {
  color: #333;
  width: 40px;
  height: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0.8);
  transition: transform 0.3s ease;
  border-radius: 50%;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.category-slide__nav:hover {
  transform: scale(1);
}
.category-slide__nav::after {
  font-size: 18px;
}
.category-slide__nav.swiper-button-disabled {
  opacity: 0;
}
.category-slide__prev {
  left: -18px;
}
@media only screen and (max-width: 63.9375em) {
  .category-slide__prev .hide-on-bothTM {
    display: none !important;
  }
  .category-slide__prev {
    left: -11px;
  }
}
.category-slide__next {
  right: -18px;
}
@media only screen and (max-width: 63.9375em) {
  .category-slide__next .hide-on-bothTM {
    display: none !important;
  }
  .category-slide__next {
    right: -11px;
  }
}
.category-heading {
  color: #1653ac;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  margin: 8px 0;
}
.category-heading__icon {
  font-size: 16px;
  margin-right: 4px;
}
.category-group {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
.category-group__title {
  color: #333;
  font-size: 15px;
  font-weight: 600;
  padding: 0 0 10px;
}
.category-group__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.category-group__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #333;
  padding: 5px 0;
  gap: 10px;
}
.category-group__check {
  --sizeInput: 16px;
  width: var(--sizeInput);
  height: var(--sizeInput);
}
.category-group__filter {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #333;
  padding: 8px 0;
}
.category-group__input {
  width: 76px;
  height: 24px;
  outline: none;
  border: 1px solid #999;
  padding: 8px;
}
.category-group__btn {
  width: 100%;
  margin: 8px 0;
}
.category-group__margin {
  margin: 20px 0;
}
.category-mobile {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 8px;
  display: none;
  font-size: 15px;
  margin-bottom: 12px;
  padding: 7px 14px;
  border-radius: 6px;
  color: #fff;
  background-color: #1653ac;
  border: 1px solid rgba(0, 67, 140, 0.6);
}
@media only screen and (max-width: 63.9375em) {
  .category-mobile .hide-on-bothTM {
    display: none !important;
  }
  .category-mobile {
    display: flex;
  }
}
.category-mobile i {
  font-size: 18px;
}
.category-offcanvas {
  width: 300px;
  max-width: 300px;
}

.flashsale {
  height: 100%;
}
.flashsale-wrapper {
  background-color: #fff;
}
.flashsale-slide {
  position: relative;
}

/* Flash Sale */
.flash-sale {
  height: 100%;
  background-color: #fff;
}

.flash-sale__header {
  position: relative;
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 20px;
}

.flash-sale__header-img {
  width: 10%;
  margin-right: 20px;
}
@media only screen and (max-width: 46.1875em) {
  .flash-sale__header-img {
    width: auto;
    height: 22px;
  }
}

.flash-sale__header-countdown {
  display: flex;
}

.flash-sale__countdown-item {
  background-color: #000;
  border-radius: 2px;
  padding: 1px;
}

.flash-sale__countdown-item:nth-child(n+2) {
  margin-left: 4px;
}

.flash-sale__countdown-item-content {
  color: #fff;
  font-size: 18px;
}

.flash-sale__view-all {
  text-decoration: none;
  color: #1653ac;
  font-size: 14px;
  text-transform: capitalize;
  position: absolute;
  right: 20px;
}

.flash-sale__product {
  width: 100%;
  margin: 5px 0;
}

.flash-sale__item {
  display: flex;
  justify-content: center;
}

.flash-sale__item-link {
  text-decoration: none;
}

.flash-sale__item-img {
  width: 100%;
}

.flash-sale__item-price {
  color: #1653ac;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  padding: 14px 0;
  text-align: center;
}

.flash-sale__item-progress {
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
  width: 80%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 15px;
  position: relative;
}

.flash-sale__progress-state {
  background-color: #ffbda6;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0 16px 16px 0;
}

.flash-sale__progress-text {
  position: absolute;
  top: 50%;
  font-size: 12px;
  line-height: 1.2;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  transform: translateY(-50%);
}

.direction {
  padding-top: 20px;
}
.direction-breadcrumb.special .direction-breadcrumb__item + .direction-breadcrumb__item {
  padding-left: 7px;
}
.direction-breadcrumb.special .direction-breadcrumb__item + .direction-breadcrumb__item::before {
  padding-right: 7px;
}
.direction-breadcrumb__item + .direction-breadcrumb__item::before, .direction-breadcrumb__link {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #5f6368;
}
.direction-breadcrumb__item + .direction-breadcrumb__item {
  padding-left: 5px;
}
.direction-breadcrumb__item + .direction-breadcrumb__item::before {
  padding-right: 5px;
}
.direction-breadcrumb__item.active {
  font-weight: 700;
  line-height: 28px;
  color: #333;
}
.direction-breadcrumb__link {
  display: inline-block;
}
.details-gallery {
  position: sticky;
  top: 74px;
  width: 60%;
  padding: 0 40px 0 10px;
}
@media only screen and (max-width: 1601px) {
  .details-gallery {
    padding: 0 40px 0 10px;
  }
}
.details-gallery__main {
  position: relative;
  width: 100%;
  margin: 30px auto;
}
.details-gallery__img {
  position: relative;
  height: 560px;
  overflow: hidden;
}
.details-gallery__img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.details-gallery__sub {
  margin: 8px 8px;
  border-radius: 10px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
  position: relative;
  padding-top: 78%;
  overflow: hidden;
}
.details-gallery__sub > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.details-gallery__sub > img {
  top: 50%;
  left: 50%;
  width: 80%;
  height: 80%;
  transform: translate(-50%, -50%);
}
.details-gallery__nav {
  --positionSize: 60px;
  color: #d6d6d6;
}
.details-gallery__nav.swiper-button-prev {
  left: var(--positionSize);
}
.details-gallery__nav.swiper-button-next {
  right: var(--positionSize);
}
.details-gallery__cover {
  margin-top: 12px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12px 14px;
  background-color: rgba(254, 250, 224, 0.6784313725);
}
.details-gallery__detail {
  border: 0;
  background-color: transparent;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #333;
}
.details-gallery__detail + .details-gallery__detail {
  margin-left: 30px;
}
.details-gallery__icon, .details-gallery__play {
  --sizeIcon: 60px;
  width: var(--sizeIcon);
  height: var(--sizeIcon);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
.details-gallery__play {
  border: 1px solid #000;
  background-color: #fff;
}
.details-gallery__play i {
  font-size: 38px;
}
.details-gallery__icon {
  background-color: #1653ac;
  animation-name: tada;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.details-gallery__icon > img {
  padding: 10px;
}
.details-gallery__text {
  margin-top: 6px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  max-width: 200px;
}
.details-gallery__text > span {
  display: block;
}
.details-article {
  padding: 0 10px;
}
.details-article__content * {
  margin: revert;
  font-size: revert;
  padding: revert;
  list-style-type: revert;
  display: revert;
  color: revert;
  text-decoration: revert;
  line-height: revert;
}
.details-article__content img {
  max-width: 100%;
}
.details-article__cover {
  overflow: hidden;
  transition: height 0.5s;
}
.details-article__load {
  position: relative;
  padding-top: 32px;
  font-size: 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.details-article__load.hide {
  display: none;
}
.details-article__load.active::after {
  display: none;
}
.details-article__load::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 100%;
  height: 200px;
  background: linear-gradient(transparent, #fff);
}
.details-article__load.active .details-article__more {
  display: none;
}
.details-article__load.active .details-article__small {
  display: block;
}
.details-article__small, .details-article__more {
  color: #1653ac;
  padding: 8px 22px;
  font-weight: 600;
  border-radius: 20px;
  background-color: transparent;
  border: 1px solid #1653ac;
  transition: all 0.3s;
}
.details-article__small:hover, .details-article__more:hover {
  color: #fff;
  background-color: #1653ac;
}
.details-article__small i, .details-article__more i {
  font-size: 12px;
}
.details-article__small {
  display: none;
}
.details-gift {
  margin-top: 12px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #d8d8d8;
}
.details-gift__header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #1653ac;
  font-size: 17px;
  font-weight: 600;
  border-bottom: 1px solid #d8d8d8;
  padding: 10px 14px 11px;
  background-color: #f1f1f1;
}
.details-gift__header > i {
  margin-top: 1px;
  margin-right: 7px;
}
.details-gift__group {
  position: relative;
  padding: 14px 0 0 20px;
}
.details-gift__group + .details-gift__group::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  width: 98%;
  height: 1px;
  transform: translateX(-50%);
  background-color: #d8d8d8;
}
.details-gift__title {
  font-size: 16px;
  font-weight: bold;
  color: #1653ac;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 1601px) {
  .details-gift__title {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1440px) {
  .details-gift__title {
    font-size: 14px;
  }
}
.details-gift__title > span {
  margin: 0 5px;
}
.details-gift__title > img {
  margin-bottom: 3px;
}
.details-gift__list {
  padding: 0 12px 20px 25px;
  margin-top: 14px;
}
@media only screen and (max-width: 1601px) {
  .details-gift__list {
    margin-top: 12px;
  }
}
@media only screen and (max-width: 1440px) {
  .details-gift__list {
    margin-top: 10px;
  }
}
.details-gift__item {
  line-height: 1.4;
  font-size: 16px;
  font-weight: 500;
  list-style-type: disc;
  color: #333;
}
@media only screen and (max-width: 1601px) {
  .details-gift__item {
    font-size: 13px;
  }
}
.details-gift__item.special {
  color: #333;
}
.details-gift__item + .details-gift__item {
  margin-top: 4px;
}
.details-gift__item > span {
  color: #1653ac;
  font-weight: bold;
}
.details-gift__item::marker {
  color: #000;
}
.details-gift__desc {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  padding: 0 20px 20px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  color: #1653ac;
}
@media only screen and (max-width: 1601px) {
  .details-gift__desc {
    font-size: 14px;
    line-height: 1.5;
  }
}
.details-gift__desc i {
  color: #1653ac;
  margin: 5px 6px 0 0;
}
.details-modal .modal-header {
  justify-content: center;
  padding: 16px 20px 10px;
  border-bottom: 1px solid #ddd;
}
.details-modal .modal-dialog {
  max-width: 46%;
}
.details-modal__close {
  position: absolute;
  top: -10px;
  right: 0;
  --sizeClose: 16px;
  width: var(--sizeClose);
  height: var(--sizeClose);
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3E%3C/svg%3E") center/var(--sizeClose) auto no-repeat;
  transform: translate(50%, -50%);
  border-radius: 50%;
  opacity: 1;
  background-color: #1653ac;
}
.details-modal__title {
  font-size: 16px;
  font-weight: 700;
}
.details-modal__item {
  padding: 10px 8px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.details-modal__item:nth-child(2n) {
  background-color: #f5f5f5;
}
.details-modal__sub {
  font-weight: 600;
  min-width: 220px;
  width: 220px;
  padding-right: 12px;
}
.details-modal__detail p {
  line-height: 1.5;
}
.details-modal__body {
  max-height: 70vh;
  overflow-y: auto;
  padding: 10px 16px 20px;
}

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