@charset "UTF-8";
@font-face {
  font-family: "Helvetica", Arial, sans-serif;
  src: url("../../font/Helvetica.ttf") format("opentype");
  font-style: normal; }

@font-face {
  font-family: "Helvetica", Arial, sans-serif;
  src: url("../../font/Helvetica-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600; }

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 {
  display: block;
  text-decoration: none; }

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

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

p,
h1,
h4,
h2,
h3 {
  font-size: inherit;
  margin: 0; }

button:focus {
  box-shadow: none !important; }

button:hover {
  opacity: 0.9; }

a:hover,
a.nav-link:hover {
  color: currentColor;
  opacity: 0.9; }

.filter-condition__title {
  font-weight: bold;
  text-transform: uppercase; }

/* PC Alway  */
/* PC BIG  */
/* PC BIG Lower */
/* PC BIG 16 */
/* PC fit */
/* 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;
  height: 100%; }

body {
  font-size: 13px;
  font-weight: 400;
  font-family: "Open Sans", Arial, sans-serif;
  line-height: normal;
  color: #333;
  min-width: 1200px;
  position: relative;
  background: #fff;
  --widthDefault: 1657px; }
  @media only screen and (max-width: 1601px) {
    body {
      font-size: 12px; } }
  @media only screen and (min-width: 1650px) {
    body .container-xl {
      max-width: var(--widthDefault); } }
  @media only screen and (max-width: 1601px) {
    body .container-xl {
      max-width: 1210px; } }
  @media only screen and (max-width: 63.9375em) {
    body .container-xl {
      max-width: 100%;
      padding: 0 12px; }
      body .container-xl .hide-on-bothTM {
        display: none !important; } }
  @media only screen and (min-width: 1650px) {
    body .container {
      max-width: 1108px; } }
  @media only screen and (max-width: 63.9375em) {
    body .container {
      max-width: 100%; }
      body .container .hide-on-bothTM {
        display: none !important; } }

.space-quantity {
  min-height: 80px; }

.loading {
  position: fixed;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1099;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65); }
  .loading.active {
    display: flex; }
  .loading-icon {
    position: relative;
    z-index: 10;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: inline-block;
    border: 3.4px solid #254edb;
    border-left: 3.4px solid transparent;
    border-top: 3.4px solid transparent;
    border-bottom: 3.4px solid transparent;
    animation: spinner 1s infinite normal running linear; }
  .loading-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    font-size: 2.8rem;
    font-weight: 400;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
    transform: translate(-50%, -50%); }

.bg-overlay__header,
.bg-overlay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 95;
  height: 100%;
  width: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.4); }
  .bg-overlay__header.active,
  .bg-overlay.active {
    display: block; }
  @media only screen and (max-width: 63.9375em) {
    .bg-overlay__header,
    .bg-overlay {
      display: none !important; }
      .bg-overlay__header .hide-on-bothTM,
      .bg-overlay .hide-on-bothTM {
        display: none !important; } }

.bg-overlay__header {
  z-index: 98; }

.invisible {
  display: none !important; }

.home {
  background-repeat: no-repeat;
  background-size: cover; }

@keyframes fadeModal {
  0% {
    transform: translateX(110%); }
  50% {
    transform: translateX(-6%); }
  100% {
    transform: translateX(0%); } }

@keyframes fadeShow {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeHide {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeShowReference {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeHover {
  0% {
    font-size: 24px;
    font-weight: 500; }
  50% {
    font-size: 28px;
    font-weight: 800; }
  100% {
    font-weight: 900;
    font-size: 27px; } }

@keyframes fadeHideZoom {
  from {
    opacity: 1;
    transform: scale(1); }
  to {
    transform: scale(1.4);
    opacity: 0; } }

@keyframes spinner {
  100% {
    transform: rotate(360deg); } }

/* Track */
/* Handle */
/* Handle on hover */
.general-bg {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 3px;
  padding: 11px 10px 9px;
  text-transform: uppercase;
  background: linear-gradient(270deg, #00c3ff 0%, #254edb 74%); }

.general-title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 4px;
  padding-left: 12px; }

.general-pagination {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center; }
  .general-pagination__cover {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
  .general-pagination__item {
    margin: 5px; }
  .general-pagination__link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    font-weight: 500;
    line-height: 34px;
    text-align: center;
    border: 1px solid #000;
    border-radius: 50%;
    font-size: 14px;
    color: #000;
    display: inline-block;
    transition: 0.1s all;
    padding: 0 7px 0 6.8px;
    border-radius: 50%;
    margin-left: 0 !important; }
    .general-pagination__link:hover, .general-pagination__link.active {
      font-weight: bold;
      background: #ec1c24;
      color: #fff;
      border-color: transparent; }
    .general-pagination__link:focus {
      box-shadow: none; }
    .general-pagination__link:first-child, .general-pagination__link:last-child {
      border-radius: 50% !important; }

.global-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background-color: #fff;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }
  .global-nav__item {
    color: #3f3f3f;
    padding: 9px 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 0;
    background-color: transparent; }
    .global-nav__item.active {
      color: #254edb; }
    .global-nav__item i {
      font-size: 16px; }
  .global-nav__text {
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.2; }

.global-contact {
  position: fixed;
  right: 26px;
  top: 63%;
  z-index: 999; }
  @media only screen and (max-width: 63.9375em) {
    .global-contact {
      right: 6px;
      top: 61%; }
      .global-contact .hide-on-bothTM {
        display: none !important; } }
  .global-contact__item {
    --sizeItem: 50px;
    width: var(--sizeItem);
    height: var(--sizeItem);
    border-radius: 50%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px; }
    @media only screen and (max-width: 63.9375em) {
      .global-contact__item {
        --sizeItem: 42px; }
        .global-contact__item .hide-on-bothTM {
          display: none !important; } }
    .global-contact__item.to-top {
      display: none; }
    .global-contact__item + .global-contact__item {
      margin-top: 8px; }
      @media only screen and (max-width: 63.9375em) {
        .global-contact__item + .global-contact__item {
          margin-top: 6px; }
          .global-contact__item + .global-contact__item .hide-on-bothTM {
            display: none !important; } }
    .global-contact__item img {
      width: 30px;
      height: 30px; }
      @media only screen and (max-width: 63.9375em) {
        .global-contact__item img {
          width: 26px;
          height: 26px; }
          .global-contact__item img .hide-on-bothTM {
            display: none !important; } }
    .global-contact__item i {
      color: #fff;
      font-size: 24px; }
      @media only screen and (max-width: 63.9375em) {
        .global-contact__item i {
          font-size: 18px; }
          .global-contact__item i .hide-on-bothTM {
            display: none !important; } }

.bg-blue {
  background-color: #4267b2; }

.bg-red {
  background-color: #254edb; }

.floating-banner {
  position: fixed;
  top: 198px;
  display: none;
  z-index: 92;
  width: 210px;
  border-radius: 8px;
  transition: all 0.3s;
  overflow: hidden;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.1), 0 2px 6px 2px rgba(60, 64, 67, 0.15); }
  @media only screen and (min-width: 1650px) {
    .floating-banner {
      display: block; } }
  .floating-banner:first-child {
    left: calc(50% - 1040px); }
  .floating-banner:last-child {
    right: calc(50% - 1040px); }

#tooltip {
  position: absolute;
  z-index: 999;
  width: 477px;
  background: white;
  padding-bottom: 10px;
  display: none;
  border: 0;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.1s;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5); }

.bg-blue {
  background-color: #4267b2; }

.bg-red {
  background-color: #254edb; }

.hide-on-mobile,
.hide-on-pc {
  display: none; }

.modal {
  z-index: 1077; }
  .modal::after {
    position: absolute;
    content: "";
    z-index: -2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: grayscale(50%) blur(10px); }
    @media only screen and (max-width: 46.1875em) {
      .modal::after {
        backdrop-filter: grayscale(50%) blur(2px); } }
  .modal-backdrop.show {
    z-index: 1076;
    opacity: 0.86; }
  .modal-header {
    border-bottom: 0; }

.offcanvas {
  z-index: 1056; }
  .offcanvas-backdrop {
    z-index: 1055; }
    .offcanvas-backdrop.show {
      opacity: 0.4; }

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

.select2-container .select2-selection--single {
  height: auto;
  padding: 9px 24px 9px 12px; }

.select2-container--default .select2-selection--single {
  border-color: #ced4da; }

.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-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3053f1;
  color: white; }

.select2-dropdown {
  border: 0;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px; }

.bk-btn-box {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 12px; }
  .bk-btn-box button {
    width: auto;
    margin-right: 0; }

.noUi {
  /* Styling;*/
  /* Handles and cursors;*/
  /* Painting and performance;
    * Browsers can paint handles in their own layer. */
  /* Slider size and handle placement;*/ }
  .noUi-target,
  .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .noUi-target {
    position: relative;
    direction: ltr; }
  .noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    /* Fix 401 */ }
  .noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0; }
  .noUi-handle {
    position: relative;
    z-index: 1;
    cursor: default;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important; }
    .noUi-handle:active {
      border: 8px solid #345dbb;
      border: 8px solid rgba(255, 193, 7, 0.39);
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      left: -14px;
      top: -14px; }
  .noUi-background {
    background: #d6d7d9; }
  .noUi-connect {
    background: #ffb93b;
    -webkit-transition: background 450ms;
    transition: background 450ms; }
  .noUi-origin, .noUi-target {
    border-radius: 2px; }
  .noUi-draggable {
    cursor: w-resize; }
  .noUi-vertical .noUi-draggable {
    cursor: n-resize; }
  .noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s,
 top 0.3s;
    transition: left 0.3s,
 top 0.3s; }
  .noUi-state-drag * {
    cursor: inherit !important; }
  .noUi-base, .noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .noUi-horizontal {
    height: 4px; }
    .noUi-horizontal .noUi-handle {
      left: -9px;
      top: -7px;
      width: 18px;
      height: 18px;
      cursor: pointer;
      border-radius: 50%;
      background-color: #ffb93b; }
      .noUi-horizontal .noUi-handle::after {
        position: absolute;
        content: "";
        inset: 4px;
        border-radius: 50%;
        background-color: #fff; }

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when its values is > 50%. */
  z-index: 10; }

/* Disabled state;*/
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #b8b8b8; }

[disabled].noUi-origin,
[disabled] .noUi-handle {
  cursor: not-allowed; }

.pkcp-parent-container {
  bottom: 70px !important;
  right: 28px !important; }
  @media only screen and (max-width: 63.9375em) {
    .pkcp-parent-container {
      right: 14px !important; }
      .pkcp-parent-container .hide-on-bothTM {
        display: none !important; } }

.pkcp-button-icon,
.pkcp-button-circle {
  width: 50px !important;
  height: 50px !important; }
  @media only screen and (max-width: 63.9375em) {
    .pkcp-button-icon,
    .pkcp-button-circle {
      width: 44px !important;
      height: 44px !important; }
      .pkcp-button-icon .hide-on-bothTM,
      .pkcp-button-circle .hide-on-bothTM {
        display: none !important; } }

.pkcp-button-icon svg {
  height: 30px;
  width: 30px; }
  @media only screen and (max-width: 63.9375em) {
    .pkcp-button-icon svg {
      height: 28px;
      width: 28px; }
      .pkcp-button-icon svg .hide-on-bothTM {
        display: none !important; } }

html.resize {
  zoom: 90%; }

html.resize #show_popup {
  zoom: calc(10 / 9); }

html.resize #tooltip * {
  font-size: 12px !important; }

@media (max-width: 1200px) {
  body {
    overflow-x: auto; } }

@media (min-width: 1650px) and (max-width: 1920px) {
  html {
    zoom: 90%; }
  .modal-backdrop {
    zoom: 120%; }
  #show_popup,
  #tooltip {
    zoom: calc(10 / 9); } }

.skeleton {
  -webkit-animation: skeleton-loading 1s linear infinite alternate;
  animation: skeleton-loading 1s linear infinite alternate;
  display: block; }

@-webkit-keyframes skeleton-loading {
  0% {
    background-color: #c2cfd6; }
  100% {
    background-color: #f0f3f5; } }

@keyframes skeleton-loading {
  0% {
    background-color: #c2cfd6; }
  100% {
    background-color: #f0f3f5; } }

.header {
  z-index: 100;
  width: 100%;
  transition: all 0.3s ease;
  --widthMenu: 274px; }
  @media only screen and (max-width: 1601px) {
    .header {
      --widthMenu: 225px; } }
  .header.special .header-sub__wrapper .header-nav__sub {
    top: calc(100% + 10px); }
  .header-top {
    background-color: #f4f4f4; }
    .header-top img {
      width: 100%; }
  .header-wrapper {
    min-height: 104px; }
  .header-content.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    transition: all 0.3s; }
  .header-interest {
    position: relative;
    z-index: 99;
    padding: 2px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .header-interest__sale {
      border-radius: 8px;
      padding: 8px 20px 7px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      background: linear-gradient(135deg, red 21%, #ff8318 100%); }
      .header-interest__sale:hover {
        transition: all 0.3s;
        opacity: 0.8; }
    .header-interest__text {
      font-weight: 600;
      margin-left: 8px;
      color: #fff; }
    .header-interest-contact {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center; }
      .header-interest-contact-details {
        margin-left: 12px; }
      .header-interest-contact > svg {
        margin-top: 2px;
        width: 25px;
        height: 28px; }
      .header-interest-contact-text {
        margin-bottom: 2px;
        font-size: 10px; }
      .header-interest-contact-phone {
        font-weight: 700; }
    .header-interest__nav {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center; }
    .header-interest__link {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      color: #333; }
      .header-interest__link.special {
        cursor: pointer;
        background: repeating-linear-gradient(to right, red 0, #00f 50%, red 100%);
        color: #fff;
        padding: 7px 10px;
        border-radius: 20px;
        background-size: 200% auto;
        background-position: 0 100%;
        animation: 2s linear infinite forwards gradient; }

@keyframes gradient {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -200% 0; } }
      .header-interest__link:hover > svg path {
        transition: all 0.2s;
        fill: #254edb; }
      .header-interest__link + .header-interest__link {
        margin-left: 16px; }
      .header-interest__link > img,
      .header-interest__link > i,
      .header-interest__link > svg {
        margin-right: 5px; }
      .header-interest__link > img,
      .header-interest__link > svg {
        width: 14px;
        height: 14px; }
      .header-interest__link span {
        display: inline-block;
        font-weight: 700;
        margin-left: 4px; }
    .header-interest__activity {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      margin-left: 10px; }
    .header-interest__cover {
      margin-top: 24px;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px 20px; }
    .header-interest__name, .header-interest__title {
      color: #333;
      font-weight: 700; }
      .header-interest__name > span, .header-interest__title > span {
        text-transform: none;
        width: 100%;
        display: block;
        margin-top: 3px;
        font-weight: 600;
        font-size: 14px;
        font-style: italic; }
    .header-interest__title {
      font-weight: 600;
      font-size: 17px;
      width: max-content;
      display: flex;
      flex-direction: column;
      text-align: center;
      padding: 6px 28px;
      margin: 0 auto;
      text-transform: uppercase;
      border-radius: 50px;
      border: 1px solid #254edb;
      box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.1), 0 2px 6px 2px rgba(60, 64, 67, 0.15); }
    .header-interest__name {
      font-size: 18px;
      padding: 10px 20px;
      color: #fff;
      font-weight: 600;
      border-radius: 10px;
      text-align: center;
      background-color: #ed1c24; }
    .header-interest__sub {
      margin-left: 16px; }
      .header-interest__sub:hover .header-interest__detail {
        display: block; }
    .header-interest__list {
      margin-top: 22px;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 18px 16px; }
    .header-interest__item {
      color: #333;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      padding: 12px 14px;
      border-radius: 4px;
      border: 1px solid #254edb; }
    .header-interest__detail {
      position: absolute;
      left: 0;
      top: 100%;
      width: 80%;
      z-index: 99;
      padding: 20px 20px;
      box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.1), 0 2px 6px 2px rgba(60, 64, 67, 0.15);
      background-color: #fff;
      display: none; }
      .header-interest__detail::after {
        position: absolute;
        content: "";
        left: 0;
        top: -6px;
        height: 18px;
        width: 100%; }
    .header-interest__employee {
      color: #2d2b75;
      line-height: 1.4;
      font-size: 13px;
      font-weight: 700; }
    .header-interest__contact {
      font-size: 13px;
      margin-top: 6px; }
      .header-interest__contact i {
        margin-right: 4px;
        font-size: 13px; }
    .header-interest__service {
      position: relative;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center; }
      .header-interest__service + .header-interest__service {
        margin-left: 20px; }
      .header-interest__service i {
        margin-top: 2px; }
      .header-interest__service:hover .header-acc__link,
      .header-interest__service:hover i {
        color: #254edb; }
      .header-interest__service:hover .header-interest__menu {
        display: block; }
    .header-interest__menu {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: calc(100% + 10px);
      padding: 8px 20px 10px;
      box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.1), 0 2px 6px 2px rgba(60, 64, 67, 0.15);
      background-color: #fff;
      display: none; }
      .header-interest__menu::after {
        position: absolute;
        content: "";
        top: -10px;
        right: 0;
        width: 100%;
        height: 20px; }
    .header-interest__option {
      padding: 10px 0;
      width: 100%;
      min-width: max-content;
      color: #333;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center; }
      .header-interest__option i {
        font-size: 15px !important;
        margin-right: 8px; }
      .header-interest__option:hover {
        color: #254edb; }
        .header-interest__option:hover i {
          color: #254edb; }
      .header-interest__option + .header-interest__option {
        border-top: 1px solid #e8e8e8; }
  .header-social {
    margin-left: 10px;
    margin-right: 24px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 1601px) {
      .header-social {
        margin-right: 10px; } }
    .header-social__item {
      width: 36px;
      height: 36px;
      border-radius: 5px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      align-items: center; }
      .header-social__item + .header-social__item {
        margin-left: 6px; }
      .header-social__item > i {
        color: #fff;
        font-size: 18px; }
      .header-social__item:nth-child(1) {
        background-color: #4267b2; }
      .header-social__item:nth-child(2) {
        background-color: red; }
      .header-social__item:nth-child(3) {
        background: -webkit-linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        background: linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); }
      .header-social__item:nth-child(4) {
        background-color: #000; }
  .header-scroll {
    padding: 10px 0px;
    background-color: #254edb;
    transition: all 0.3s; }
    .header-scroll__wrapper {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: space-between;
      align-items: center; }
  .header-sub {
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); }
    .header-sub__wrapper {
      position: relative;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      align-items: center; }
      .header-sub__wrapper .header-nav__sub {
        top: 0; }
    .header-sub__link {
      position: relative;
      padding: 9px 40px;
      font-size: 15px;
      color: #333;
      font-weight: bold;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center; }
      @media only screen and (max-width: 1601px) {
        .header-sub__link {
          padding: 9px 18px;
          font-size: 13px; } }
      @media only screen and (max-width: 1440px) {
        .header-sub__link {
          font-size: 12px; } }
      .header-sub__link:hover {
        color: #254edb; }
      .header-sub__link + .header-sub__link::after {
        display: block; }
      .header-sub__link img {
        --sizeIcon: 30px;
        width: var(--sizeIcon);
        height: var(--sizeIcon);
        margin-right: 10px;
        object-fit: contain; }
        @media only screen and (max-width: 1601px) {
          .header-sub__link img {
            --sizeIcon: 24px; } }
      .header-sub__link::after {
        position: absolute;
        content: "";
        left: 0;
        top: 50%;
        display: none;
        width: 1.8px;
        height: 50%;
        background-color: #a2a2a2;
        transform: translateY(-50%); }
  .header-nav__cover {
    position: relative;
    z-index: 99;
    padding: 8px 10px;
    background-color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center; }
    .header-nav__cover > i {
      font-size: 18px;
      margin-left: 8px; }
    @media only screen and (max-width: 1601px) {
      .header-nav__cover svg {
        width: 24px;
        height: 24px; } }
  .header-nav__sub {
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 999;
    width: 100%;
    display: none;
    border-radius: 8px; }
    .header-nav__sub.active {
      display: block; }
    .header-nav__sub::after {
      position: absolute;
      content: "";
      top: -22px;
      left: 0;
      width: 100%;
      height: 30px; }
  .header-nav__menu {
    line-height: 22px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-right: 20px; }
    @media only screen and (max-width: 1601px) {
      .header-nav__menu {
        margin-right: 10px; } }
    .header-nav__menu > i {
      font-size: 18px;
      padding: 3px 5px 1px;
      margin: 2px 0 0 20px;
      color: #fff;
      border-radius: 50%;
      background-color: #d81d0d; }
    .header-nav__menu.child {
      cursor: pointer; }
  .header-nav__text {
    font-size: 13px;
    font-weight: 600;
    color: #042baa;
    line-height: 1.4;
    margin-left: 10px;
    max-width: 70px; }
  .header-main {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .header-main__cover {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center; }
    .header-main__logo {
      height: 48px;
      min-width: 158px;
      width: 18%; }
      @media only screen and (max-width: 1601px) {
        .header-main__logo {
          height: 41px;
          min-width: 145px; } }
      .header-main__logo > img {
        width: auto;
        height: 100%;
        object-fit: contain; }
    .header-main__search {
      position: relative;
      --widthSize: 39%;
      width: var(--widthSize);
      min-width: var(--widthSize);
      padding: 4px;
      border-radius: 8px;
      background-color: #fff;
      border: 2px solid #042baa; }
      @media only screen and (max-width: 1601px) {
        .header-main__search {
          --widthSize: 37%; } }
      .header-main__search input {
        font-size: 13px;
        padding: 9px 15px 8px;
        margin-right: 4px;
        border: 0; }
        @media only screen and (max-width: 1601px) {
          .header-main__search input {
            padding: 5px 10px; } }
        .header-main__search input::placeholder {
          color: #aeaeae; }
        .header-main__search input:focus {
          box-shadow: none; }
      .header-main__search button {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        padding: 4px 20px;
        border: 0;
        border-radius: 8px !important;
        background: #042baa; }
        @media only screen and (max-width: 1601px) {
          .header-main__search button {
            padding: 4px 14px; } }
        .header-main__search button > svg {
          width: 18px;
          height: 18px; }
        .header-main__search button:hover {
          opacity: 0.8;
          background: #042baa; }
    .header-main__sub {
      position: absolute;
      top: calc(100% + 10px);
      padding: 14px 0px;
      overflow-y: auto;
      max-height: 40vh;
      z-index: 99;
      border-radius: 10px;
      background-color: #fff;
      box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
      /* Track */
      /* Handle */
      /* Handle on hover */ }
      .header-main__sub.invisible {
        box-shadow: none; }
      .header-main__sub::-webkit-scrollbar {
        width: 10px; }
      .header-main__sub::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 50px; }
      .header-main__sub::-webkit-scrollbar-thumb {
        border-radius: 50px;
        background: #b3b3b3; }
      .header-main__sub::-webkit-scrollbar-thumb:hover {
        background: #a1a1a1; }
    .header-main__item {
      cursor: pointer;
      padding: 6px 16px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      color: #000; }
      .header-main__item:hover {
        color: #000;
        background-color: #dddddd63; }
    .header-main__img {
      margin-right: 10px;
      border-radius: 6px;
      overflow: hidden;
      min-width: 60px; }
      .header-main__img > img {
        width: 60px;
        height: 60px; }
    .header-main__name, .header-main__price {
      display: block; }
    .header-main__name {
      line-height: 1.4;
      font-weight: 500;
      font-size: 14px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .header-main__price {
      margin-top: 6px;
      color: #f13039;
      font-weight: 500; }
  .header-acc {
    margin-left: 20px; }
    .header-acc__link {
      cursor: pointer;
      margin-left: 6px;
      line-height: 1.1; }
      .header-acc__link:first-child {
        border-right: 1.4px solid #fff; }
      .header-acc__link + .header-acc__link {
        margin-top: 4px; }
    .header-acc__wrapper {
      position: relative;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center; }
      .header-acc__wrapper i {
        margin-top: 2px;
        font-size: 12px; }
      .header-acc__wrapper:hover .header-acc__link {
        color: #254edb; }
      .header-acc__wrapper:hover .header-acc__sub {
        display: block; }
    .header-acc__logIn {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      padding-bottom: 4px;
      display: none; }
      .header-acc__logIn > svg {
        min-width: 30px;
        margin-right: 10px; }
    .header-acc__info {
      font-size: 14px; }
    .header-acc__name {
      margin-top: 3px;
      display: block;
      font-weight: bold;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      line-height: 1.3; }
    .header-acc__menu {
      border-radius: 6px;
      min-width: 140px;
      font-size: 15px; }
      .header-acc__menu a {
        line-height: 20px;
        padding: 8px 20px; }
        .header-acc__menu a:hover {
          background-color: #5877ff;
          color: #fff; }
    .header-acc__sub {
      position: absolute;
      right: 0;
      z-index: 99;
      top: calc(100% + 4px);
      width: 210px;
      padding: 8px 16px;
      border-radius: 2px;
      background-color: #fff;
      box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.1), 0 2px 6px 2px rgba(60, 64, 67, 0.15);
      display: none; }
      .header-acc__sub.special {
        width: fit-content;
        padding: 10px 16px 14px; }
      .header-acc__sub::after {
        position: absolute;
        content: "";
        top: -10px;
        right: 0;
        width: 100%;
        height: 20px; }
    .header-acc__nav {
      color: #333;
      text-align: center;
      width: 100%;
      font-weight: 600;
      font-size: 13px;
      padding: 8px 10px;
      border-radius: 4px;
      border: 0;
      background-color: #fdd835; }
      .header-acc__nav + .header-acc__nav {
        margin-top: 8px; }
  .header-activity {
    width: 85%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media only screen and (max-width: 1601px) {
      .header-activity {
        width: 87%; } }
    @media only screen and (max-width: 1440px) {
      .header-activity {
        width: 85%; } }
    .header-activity__sub {
      font-size: 15px;
      font-weight: 600; }
      @media only screen and (max-width: 1601px) {
        .header-activity__sub {
          font-size: 12px; } }
    .header-activity__nav {
      margin-left: 10px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      border: 0;
      font-size: 15px; }
      @media only screen and (max-width: 1601px) {
        .header-activity__nav {
          margin-left: 6px;
          font-size: 13px; } }
      .header-activity__nav > img {
        margin-right: 12px;
        min-width: 30px; }
      .header-activity__nav.special-account, .header-activity__nav.special {
        border-radius: 6px;
        background-color: #042baa; }
      .header-activity__nav.special {
        padding: 8px 10px 8px 6px; }
        @media only screen and (max-width: 1601px) {
          .header-activity__nav.special {
            padding: 5px 8px 5px 5px; } }
        @media only screen and (max-width: 1440px) {
          .header-activity__nav.special {
            padding: 4px 6px 4px 3px; } }
      .header-activity__nav.special-account {
        padding: 8px 10px; }
        @media only screen and (max-width: 1601px) {
          .header-activity__nav.special-account {
            padding: 5px 7px; } }
    .header-activity__icon {
      --sizeImg: 26px;
      width: var(--sizeImg);
      height: var(--sizeImg);
      margin-right: 8px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media only screen and (max-width: 1601px) {
        .header-activity__icon {
          --sizeImg: 22px;
          margin-right: 6px;
          min-width: var(--sizeImg); } }
      @media only screen and (max-width: 1601px) {
        .header-activity__icon > svg {
          width: 26px;
          height: 26px; } }
      .header-activity__icon img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
    .header-activity__text {
      font-size: 15px;
      line-height: 18px;
      color: #fff;
      display: inline-block;
      max-width: 77px; }
      @media only screen and (max-width: 1601px) {
        .header-activity__text {
          font-size: 11px;
          max-width: 64px;
          line-height: 1.3; } }
      .header-activity__text > span {
        display: block; }
        @media only screen and (max-width: 1601px) {
          .header-activity__text > span {
            line-height: 1.4; } }
        .header-activity__text > span.name-acc {
          text-overflow: ellipsis;
          white-space: nowrap;
          overflow: hidden;
          direction: rtl; }
      .header-activity__text.small {
        font-size: 12px;
        line-height: 1.4;
        margin-left: -4px;
        text-align: center; }
        @media only screen and (max-width: 1601px) {
          .header-activity__text.small {
            font-size: 11px;
            max-width: 48px; } }
        @media only screen and (max-width: 1440px) {
          .header-activity__text.small {
            max-width: 46px; } }
      .header-activity__text.special {
        max-width: fit-content; }
  .header-cart {
    position: relative;
    z-index: 10;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-left: 10px;
    border-radius: 8px;
    background-color: transparent;
    border: 3px solid transparent; }
    @media only screen and (max-width: 1601px) {
      .header-cart {
        margin-left: 6px; } }
    @media only screen and (max-width: 1283px) {
      .header-cart {
        min-width: auto; }
        .header-cart .hide-on-pc-HD {
          display: none; } }
    .header-cart:hover {
      transition: all 0.3s ease;
      opacity: 0.9; }
      .header-cart:hover::before, .header-cart:hover::after {
        transition: all 0.3s ease;
        opacity: 0.9; }
    .header-cart__quantity,
    .header-cart > svg {
      margin-right: 10px; }
      @media only screen and (max-width: 1283px) {
        .header-cart__quantity,
        .header-cart > svg {
          margin-right: 0; }
          .header-cart__quantity .hide-on-pc-HD,
          .header-cart > svg .hide-on-pc-HD {
            display: none; } }
    .header-cart__quantity {
      position: relative;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center; }
      .header-cart__quantity > svg {
        margin-right: 5px; }
        @media only screen and (max-width: 1601px) {
          .header-cart__quantity > svg {
            width: 24px;
            height: 24px; } }
      .header-cart__quantity > span {
        position: absolute;
        right: -3px;
        top: 2px;
        font-size: 12px;
        color: #254edb;
        padding: 1px 5px;
        border: 2px solid #254edb;
        border-radius: 50%;
        background-color: #ffd2d2;
        transform: translate(16%, -38%); }
        @media only screen and (max-width: 1601px) {
          .header-cart__quantity > span {
            right: -3px;
            top: -1px;
            padding: 0px 4px; } }
        @media only screen and (max-width: 1366px) {
          .header-cart__quantity > span {
            padding: 0px 4px; } }
    .header-cart__text {
      color: #fff;
      text-align: center; }
      @media only screen and (max-width: 1440px) {
        .header-cart__text {
          width: 34px; } }
  .header-modal__logIn .modal-content {
    border-radius: 6px; }
  .header-modal__logIn .modal-header {
    border: 0px;
    padding: 18px 0 4px; }
    .header-modal__logIn .modal-header .btn-close {
      margin-right: 18px !important;
      font-size: 18px; }
  .header-modal__logIn .modal-title {
    margin-left: 42px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    color: #212b36; }
  .header-modal__logIn .modal-body {
    padding: 25px 35px 34px; }
  .header-modal__signUp .modal-dialog {
    max-width: 42%; }
  .header-modal__input {
    padding: 11px 14px 10px;
    font-size: 15px;
    border-radius: 6px;
    box-shadow: 0 3px 5px #00000007; }
    .header-modal__input:focus, .header-modal__input:active {
      border-color: #254edb;
      box-shadow: none; }
    .header-modal__input::placeholder {
      color: #afafaf; }
  .header-modal__group + .header-modal__group {
    margin-top: 15px; }
  .header-modal__policy {
    margin-top: 34px;
    text-align: center;
    font-size: 14px; }
    .header-modal__policy > span {
      margin-top: 5px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      align-items: center; }
      .header-modal__policy > span > a {
        color: #254edb; }
        .header-modal__policy > span > a:hover {
          text-decoration: underline;
          color: #0074da; }
  .header-modal__label {
    font-size: 16px;
    font-weight: 600;
    margin: 0px 0 8px 0px; }
    .header-modal__label > sup {
      color: #254edb; }
  .header-modal__check {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center; }
    .header-modal__check .form-check {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center; }
      .header-modal__check .form-check + .form-check {
        margin-left: 24px; }
      .header-modal__check .form-check-input {
        width: 16px;
        height: 16px;
        margin-right: 6px; }
        .header-modal__check .form-check-input:active, .header-modal__check .form-check-input:focus {
          box-shadow: none; }
      .header-modal__check .form-check-label {
        font-size: 16px; }
  .header-modal__form.special {
    width: 50%; }
  .header-modal__forgetPass {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px; }
    .header-modal__forgetPass a {
      font-size: 15px;
      color: #333;
      text-align: center;
      display: inline-block; }
      .header-modal__forgetPass a:hover {
        text-decoration: underline;
        color: #254edb; }
  .header-modal__activity {
    margin-top: 32px; }
  .header-modal__term:hover {
    color: #254edb !important; }
  .header-modal__body.special {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header-modal__btn {
    width: 100%;
    padding: 9px 16px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    border: 1px solid #5877ff;
    background-image: linear-gradient(91deg, #254edb 18%, #00c3ff 200%);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px; }
    .header-modal__btn.modal__logIn-btn-signUp {
      color: #254edb;
      background-color: #fff;
      background-image: none;
      border: 1px solid #254edb; }
      .header-modal__btn.modal__logIn-btn-signUp:hover {
        color: #254edb; }
    .header-modal__btn:hover {
      color: #fff; }
    .header-modal__btn + .header-modal__btn {
      margin-top: 14px; }
  .header-modal__bg {
    width: 45%;
    position: relative;
    padding-top: 62%;
    overflow: hidden;
    border-radius: 10px;
    margin-left: 18px; }
    .header-modal__bg > img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .header-modal__bg img {
      object-position: 29%; }
  .header .modal__signUp {
    max-width: 42%; }
    .header .modal__signUp .modal-body {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .header .modal__signUp .modal-body #signUpForm {
        width: 50%; }
      .header .modal__signUp .modal-body .form-btn-signUp {
        margin: 40px 0 26px; }
      .header .modal__signUp .modal-body-signUp {
        width: 100%;
        margin: 0 auto;
        padding: 12px 34px 40px; }
        .header .modal__signUp .modal-body-signUp .gender-wrapper,
        .header .modal__signUp .modal-body-signUp .form-check {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          align-items: center; }
        .header .modal__signUp .modal-body-signUp .form-group {
          margin-top: 1px !important; }
          .header .modal__signUp .modal-body-signUp .form-group:nth-child(2) {
            margin-top: 0px; }
          .header .modal__signUp .modal-body-signUp .form-group > label {
            margin: 6px 0 8px 6px; }
          .header .modal__signUp .modal-body-signUp .form-group > span {
            min-height: 15px;
            display: block;
            font-size: 14px;
            margin: 3px 0 0 6px;
            color: #254edb; }
        .header .modal__signUp .modal-body-signUp .gender-wrapper {
          margin: 10px 0 18px 6px; }
          .header .modal__signUp .modal-body-signUp .gender-wrapper label {
            cursor: pointer;
            margin: 0; }
        .header .modal__signUp .modal-body-signUp .form-check {
          margin-right: 30px;
          padding-left: 50px; }
          .header .modal__signUp .modal-body-signUp .form-check:last-child {
            padding-left: 0; }
          .header .modal__signUp .modal-body-signUp .form-check > input {
            margin: 0 10px 0 0;
            border-radius: 50%;
            padding: 0; }
        .header .modal__signUp .modal-body-signUp .form-control[readonly] {
          border: 1px solid #ced4da;
          background-color: #fff; }
  .header #PassNew .modal__signUp {
    max-width: 38%; }
  .header #PassNew .modal-body {
    align-items: flex-start; }
    .header #PassNew .modal-body #PassNewForm {
      width: 60%; }
      .header #PassNew .modal-body #PassNewForm .form-group > span {
        font-size: 15px; }
      .header #PassNew .modal-body #PassNewForm .form-group:nth-child(2) {
        margin-top: 4px !important; }
      .header #PassNew .modal-body #PassNewForm h3 {
        font-size: 20px;
        margin-bottom: 38px; }
    .header #PassNew .modal-body .form-btn-PassNew {
      margin-top: 20px; }
  .header #ForgetPass .modal-body {
    padding: 16px 35px 34px; }
  .header #confirmPhone .modal-dialog {
    max-width: 44%; }
  .header #confirmPhone .modal-body {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header #confirmPhone .signUp-info__heading {
    margin-bottom: 12px;
    text-align: center;
    font-size: 20px; }
  .header #confirmPhone .confirmPhone-main {
    text-align: center;
    margin: 0 0 20px; }
    .header #confirmPhone .confirmPhone-main__header {
      font-size: 17px;
      margin: 4px 0 8px; }
    .header #confirmPhone .confirmPhone-main__phone {
      font-size: 18px;
      display: block;
      margin-bottom: 36px; }
  .header #confirmPhone .confirmPhone-code__input {
    width: 34px;
    line-height: 1;
    text-align: center;
    margin: 0.1em;
    padding: 2px 0px;
    font-size: 2.2em;
    appearance: textfield;
    -webkit-appearance: textfield;
    border: 2px solid #bbbbff;
    color: purple;
    border-radius: 4px; }
    .header #confirmPhone .confirmPhone-code__input:nth-child(n + 4) {
      order: 2; }
  .header #confirmPhone .confirmPhone-code__btn {
    background-image: linear-gradient(91deg, #f13039 18%, #ffb300 200%);
    color: #fff;
    font-size: 16px;
    border-radius: 6px;
    width: 70%;
    padding: 8px 20px; }
    .header #confirmPhone .confirmPhone-code__btn:disabled {
      background: linear-gradient(4deg, #a5a4a5 37%, #a5a4a5 48%); }
  .header #confirmPhone .confirmPhone-btn {
    margin: 50px 0 30px;
    text-align: center; }
  .header #confirmPhone .confirmPhone-text {
    font-size: 18px;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 22px;
    transition: all 0.3s ease; }
  .header #confirmPhone .confirmPhone-link {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    font-size: 16px;
    margin-top: 10px;
    color: #0044ff;
    text-decoration: underline; }
  .header #confirmPhone .confirmPhone-time {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center; }
    .header #confirmPhone .confirmPhone-time__title {
      margin: 0 4px 0 6px;
      font-size: 16px; }
    .header #confirmPhone .confirmPhone-time__counter {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center; }
      .header #confirmPhone .confirmPhone-time__counter > span {
        color: #1c3faa;
        display: block;
        font-size: 16px; }

.footer-top {
  position: relative;
  background-color: #f1f1f1; }
  .footer-top::after, .footer-top::before {
    position: absolute;
    content: ""; }
  .footer-top::before {
    z-index: 2;
    top: 0;
    left: 0;
    width: 54%;
    height: 150px;
    background-color: #fff;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%); }
  .footer-top::after {
    z-index: 1;
    bottom: 2px;
    right: 0;
    width: 55%;
    height: 128px;
    background-color: #254edb; }
    @media only screen and (max-width: 1366px) {
      .footer-top::after {
        height: 84%; } }

.footer-bottom {
  padding-top: 28px;
  background-color: #fff; }
  @media only screen and (max-width: 1366px) {
    .footer-bottom {
      padding-top: 32px; } }
  .footer-bottom__wrapper {
    padding-bottom: 28px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }

.footer-header {
  position: relative;
  z-index: 20;
  width: 90%;
  margin-right: auto;
  padding: 39px 0 24px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media only screen and (max-width: 1601px) {
    .footer-header {
      width: 95%; } }
  @media only screen and (max-width: 1440px) {
    .footer-header {
      width: 100%; } }
  @media only screen and (max-width: 1601px) {
    .footer-header__logo > img {
      max-height: 60px; } }
  @media only screen and (max-width: 1366px) {
    .footer-header__logo > img {
      max-height: 50px; } }

.footer-form__heading {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  text-transform: uppercase; }
  @media only screen and (max-width: 1366px) {
    .footer-form__heading {
      font-size: 15px; } }

.footer-form__group {
  margin: 16px auto 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 1366px) {
    .footer-form__group {
      margin: 12px auto 0; } }

.footer-form__input {
  line-height: 20px;
  font-size: 16px;
  height: 50px;
  width: 385px;
  border: 0;
  border-radius: 5px;
  font-family: "Open Sans", Arial, sans-serif;
  padding: 12px 16px 11px;
  margin-right: 10px; }
  @media only screen and (max-width: 1601px) {
    .footer-form__input {
      width: 348px; } }
  @media only screen and (max-width: 1366px) {
    .footer-form__input {
      font-size: 14px;
      width: 355px;
      height: auto; } }
  .footer-form__input:focus {
    box-shadow: none; }
  .footer-form__input::placeholder {
    color: #979797; }

.footer-form__btn {
  padding: 12px 31px;
  font-size: 17px;
  font-weight: bold;
  color: #254edb;
  font-weight: 800;
  text-transform: uppercase;
  border: 0;
  border-radius: 5px !important;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.1), 0 2px 6px 2px rgba(60, 64, 67, 0.15); }
  @media only screen and (max-width: 1366px) {
    .footer-form__btn {
      font-size: 14px;
      padding: 11px 31px; } }
  .footer-form__btn:hover {
    color: #fff;
    background-color: #666; }

.footer__heading {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 30px;
  text-transform: uppercase; }
  .footer__heading::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 18%;
    margin: 0 auto;
    height: 2px;
    background-color: #000; }

.footer-position__heading {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 12px;
  margin-bottom: 20px; }
  @media only screen and (max-width: 1440px) {
    .footer-position__heading {
      font-size: 18px; } }
  @media only screen and (max-width: 1366px) {
    .footer-position__heading {
      font-size: 15px;
      margin-bottom: 16px; } }
  .footer-position__heading::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 4px;
    width: 63%;
    background: linear-gradient(135deg, #254edb 12%, white 100%); }

.footer-position__info {
  margin-top: 3px; }

.footer-position__cover {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px; }
  .footer-position__cover + .footer-position__cover {
    margin-top: 15px; }
  .footer-position__cover > svg {
    --size: 25px;
    width: var(--size);
    height: var(--size);
    min-width: var(--size);
    margin-right: 10px; }

.footer-position__title {
  font-size: 14px;
  font-weight: bold; }

.footer-position__text {
  margin-top: 6px;
  font-weight: 400;
  color: #333; }
  .footer-position__text > a:hover {
    color: #254edb; }
  .footer-position__text > a {
    color: #333; }
  .footer-position__text > a + a {
    margin-top: 4px; }

.footer-position__link {
  font-size: 13px;
  color: #333;
  line-height: 1.3; }
  .footer-position__link + .footer-position__link {
    margin-top: 16px; }
    @media only screen and (max-width: 1366px) {
      .footer-position__link + .footer-position__link {
        margin-top: 12px; } }

.footer-position__name {
  text-transform: uppercase;
  color: #fff;
  background-color: #254edb;
  padding: 7px 7px 7px 42px;
  font-size: 15px;
  border-radius: 5px;
  position: relative; }

.footer-position__content {
  padding-top: 6px; }
  @media only screen and (max-width: 1366px) {
    .footer-position__content > img {
      max-height: 140px; } }

.footer-position__map {
  color: #254edb; }

.footer-intro {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .footer-intro__phone {
    font-size: 22px;
    font-weight: bold;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 1366px) {
      .footer-intro__phone {
        font-size: 15px; } }
    .footer-intro__phone > a {
      color: #254edb; }
    .footer-intro__phone > svg {
      width: 38px;
      height: 38px;
      margin-right: 16px; }
      @media only screen and (max-width: 1366px) {
        .footer-intro__phone > svg {
          width: 28px;
          height: 28px;
          margin-right: 12px; } }
  .footer-intro__social {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center; }
    .footer-intro__social .social-media {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center; }
      .footer-intro__social .social-media > a + a {
        margin-left: 15px; }
    .footer-intro__social .social-brand {
      margin-left: 48px; }
      @media only screen and (max-width: 1366px) {
        .footer-intro__social .social-brand {
          margin-left: 40px; } }
      .footer-intro__social .social-brand > img {
        max-height: 48px; }

.footer-back {
  padding: 11px 0;
  background-color: #f9f9f9; }

.footer-copy {
  color: #a4a3a3;
  font-size: 14px;
  text-align: center;
  padding: 23px 0;
  background-color: #fff; }

.banner {
  padding-top: 10px;
  --widthMenu: 274px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 1601px) {
    .banner {
      --widthMenu: 225px; } }
  .banner-main {
    position: relative;
    z-index: 98;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start; }
  .banner-category {
    background-color: #fff;
    width: var(--widthMenu);
    min-width: var(--widthMenu);
    border-radius: 8px;
    border: 1px solid #e1e1e1;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.1), 0 2px 6px 2px rgba(60, 64, 67, 0.15); }
    .banner-category__list {
      min-width: var(--widthMenu);
      width: var(--widthMenu);
      border-radius: 8px;
      background-color: #fff;
      box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; }
    .banner-category__item {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 9.4px 8px 8.7px 12px; }
      @media only screen and (max-width: 1601px) {
        .banner-category__item {
          padding: 6.5px 8px 6px 9px; } }
      .banner-category__item:first-child {
        border-top: 0px;
        border-top-left-radius: 8px; }
      .banner-category__item:nth-child(n + 21) {
        display: none; }
      .banner-category__item + .banner-category__item {
        border-top: 1.2px solid #f2f2f2; }
      .banner-category__item:hover {
        background-color: #f1f1f1; }
        .banner-category__item:hover .banner-sub {
          visibility: visible;
          opacity: 1;
          transition: 0.3s; }
        .banner-category__item:hover .banner-category__product::before, .banner-category__item:hover .banner-category__product::after {
          display: block; }
    .banner-category__img {
      margin-right: 6px; }
      .banner-category__img > img {
        --sizeWidth: 20px;
        width: var(--sizeWidth);
        min-width: var(--sizeWidth);
        height: var(--sizeWidth); }
        @media only screen and (max-width: 1601px) {
          .banner-category__img > img {
            --sizeWidth: 14px; } }
    .banner-category__product {
      position: relative;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      color: #333;
      width: 100%;
      transition: all 0.2s linear; }
      .banner-category__product:hover {
        opacity: 1; }
      .banner-category__product.empty::before, .banner-category__product.empty::after {
        display: none !important; }
      .banner-category__product::after, .banner-category__product::before {
        top: 50%;
        transform: translateY(-50%); }
      .banner-category__product::after {
        display: none;
        position: absolute;
        content: "";
        right: -19px;
        z-index: 99;
        width: 0;
        height: 0;
        border-bottom: 17px solid transparent;
        border-top: 17px solid transparent;
        border-left: 12px solid #f1f1f1; }
        @media only screen and (max-width: 1601px) {
          .banner-category__product::after {
            top: 50%;
            right: -17px;
            border-bottom: 11px solid transparent;
            border-top: 12px solid transparent;
            border-left: 9px solid #f1f1f1;
            transform: translateY(-50%); } }
      .banner-category__product::before {
        display: none;
        position: absolute;
        content: "";
        right: -24px;
        z-index: 99;
        width: 0;
        height: 0;
        border-bottom: 18px solid transparent;
        border-top: 17px solid transparent;
        border-left: 15px solid #e1e1e1; }
        @media only screen and (max-width: 1601px) {
          .banner-category__product::before {
            right: -20px;
            border-bottom: 11px solid transparent;
            border-top: 13px solid transparent;
            border-left: 12px solid #e1e1e1; } }
      .banner-category__product i {
        font-size: 16px; }
        @media only screen and (max-width: 1601px) {
          .banner-category__product i {
            display: none; } }
      .banner-category__product > span {
        width: 100%;
        line-height: 1.3;
        font-size: 12.6px;
        font-weight: 600; }
        @media only screen and (max-width: 1601px) {
          .banner-category__product > span {
            font-size: 11px; } }
  .banner-sub__link, .banner-menu__link {
    color: #254edb;
    display: block;
    padding: 5px 0px; }
    @media only screen and (max-width: 1601px) {
      .banner-sub__link, .banner-menu__link {
        padding: 3.5px 0px; } }
    .banner-sub__link:hover, .banner-menu__link:hover {
      color: #254edb !important; }
  .banner-super__link.active, .banner-menu__link.active {
    position: relative; }
    .banner-super__link.active::after, .banner-menu__link.active::after {
      position: absolute;
      content: "\f105";
      top: 50%;
      right: 2%;
      font-weight: 900;
      font-family: "Font Awesome 5 Free";
      vertical-align: middle;
      padding-right: 3px;
      transform: translateY(-50%); }
  .banner-sub {
    position: absolute;
    top: 0px;
    left: var(--widthMenu);
    z-index: 98;
    width: calc(100% - var(--widthMenu));
    min-height: 100%;
    padding: 8px 8px 10px 18px;
    border-radius: 0 8px 8px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    align-items: stretch;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    background: #fff;
    /* Track */
    /* Handle */
    /* Handle on hover */ }
    @media only screen and (max-width: 1601px) {
      .banner-sub {
        height: auto; } }
    .banner-sub::-webkit-scrollbar {
      width: 10px; }
    .banner-sub::-webkit-scrollbar-track {
      background: #e4e4e4;
      border-radius: 50px; }
    .banner-sub::-webkit-scrollbar-thumb {
      border-radius: 50px;
      background: #bdbdbd; }
    .banner-sub::-webkit-scrollbar-thumb:hover {
      background: #a1a1a1; }
    .banner-sub__main {
      width: 100%;
      min-height: 100%;
      padding-right: 8px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-direction: column; }
    .banner-sub__list {
      width: 100%;
      height: 100%;
      column-count: 4; }
    .banner-sub__item {
      width: 100%;
      margin-bottom: 20px;
      display: inline-block; }
    .banner-sub__link {
      position: relative;
      font-weight: bold; }
      .banner-sub__link.active {
        font-size: 14px; }
        @media only screen and (max-width: 1601px) {
          .banner-sub__link.active {
            font-size: 12px; } }
    .banner-sub__cover {
      position: relative; }
      .banner-sub__cover:hover .banner-super {
        display: block; }
    .banner-sub__hot {
      position: absolute;
      top: 7px;
      font-size: 9px;
      font-weight: 700;
      width: 28px;
      color: #fff;
      padding: 0 5px;
      margin-left: 14px;
      line-height: 16px;
      text-transform: uppercase;
      background: #ed1b24;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      animation-name: hotAnimation; }
      .banner-sub__hot::before {
        position: absolute;
        content: "";
        left: -5.5px;
        top: 0;
        border-left: none;
        border-right: 6px solid #ed1b24;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent; }
      .banner-sub__hot::after {
        position: absolute;
        content: "";
        right: -4px;
        top: 0;
        height: 100%;
        border-right: 5px solid transparent;
        border-top: 8px solid #ed1b24;
        border-bottom: 8px solid #ed1b24; }

@keyframes hotAnimation {
  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); } }
  .banner-super {
    top: -6px;
    left: calc(100% + 6px); }
    .banner-super__sup {
      top: -10px;
      left: calc(100% + 16px); }
    .banner-super__cover {
      position: relative;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center; }
      .banner-super__cover i {
        color: #666;
        margin-left: 4px;
        font-size: 12px; }
      .banner-super__cover:hover .banner-super__sup {
        display: block; }
    .banner-super__link {
      position: relative;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      min-width: max-content;
      padding: 3px 0px;
      color: #3b332e; }
      .banner-super__link::after {
        position: absolute;
        content: "";
        left: 0;
        bottom: 3px;
        width: 90%;
        height: 1px;
        display: none;
        background-color: #254edb; }
      .banner-super__link:hover {
        color: #254edb; }
        .banner-super__link:hover::after {
          display: block; }
        .banner-super__link:hover i {
          color: #254edb; }
    .banner-super__item:hover .banner-super__link.active {
      background-color: #efefef; }
    .banner-super__sup, .banner-super {
      display: none;
      position: absolute;
      z-index: 10;
      min-width: 160px;
      border-radius: 10px;
      background-color: #fff;
      padding: 10px 10px 10px 15px;
      box-shadow: 0px 1px 6px rgba(99, 99, 99, 0.5); }
      .banner-super__sup::before, .banner-super::before {
        position: absolute;
        content: "";
        top: 18px;
        left: -7px;
        z-index: 10;
        width: 13px;
        height: 13px;
        transform: rotate(45deg);
        background-color: #fff;
        box-shadow: -3px 2px 4px rgba(0, 0, 0, 0.1); }
      .banner-super__sup::after, .banner-super::after {
        position: absolute;
        content: "";
        top: 0;
        right: 94%;
        width: 30px;
        height: 100%;
        background-color: transparent; }
  .banner-menu__item {
    position: relative; }
  .banner-menu__link {
    position: relative;
    color: #333;
    padding-right: 20px;
    line-height: 1.3; }
    @media only screen and (max-width: 1601px) {
      .banner-menu__link {
        font-size: 11px; } }
    .banner-menu__link::before {
      position: absolute;
      content: "";
      left: 0;
      bottom: 2px;
      width: 90%;
      height: 1px;
      display: none;
      background-color: #254edb; }
    .banner-menu__link:hover {
      background-color: transparent; }
      .banner-menu__link:hover::before {
        display: block; }
  .banner-product {
    width: 100%;
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px 10px; }
    .banner-product__item {
      color: #333;
      padding: 7px 12px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      justify-content: space-around;
      border-radius: 6px;
      border: 1px solid #e5e5e5; }
      @media only screen and (max-width: 1601px) {
        .banner-product__item {
          padding: 4px 10px; } }
      .banner-product__item:hover .banner-product__title {
        color: #254edb; }
      .banner-product__item:hover .banner-product__img {
        transform: scale(1.2); }
    .banner-product__title {
      font-weight: 600;
      font-size: 14px;
      text-transform: uppercase; }
      @media only screen and (max-width: 1601px) {
        .banner-product__title {
          font-size: 13px;
          line-height: 1.3; } }
    .banner-product__price {
      margin-top: 8px;
      font-size: 13px; }
      @media only screen and (max-width: 1601px) {
        .banner-product__price {
          font-size: 11px; } }
    .banner-product__img {
      --sizeImg: 66px;
      width: var(--sizeImg);
      height: var(--sizeImg);
      transition: all 0.3s; }
  .banner-brand {
    --sizeWidth: 245px;
    min-width: var(--sizeWidth);
    width: var(--sizeWidth); }
    @media only screen and (max-width: 1601px) {
      .banner-brand {
        --sizeWidth: 193px; } }
    .banner-brand__list {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 5px 5px; }
    .banner-brand__item {
      overflow: hidden;
      max-height: 56px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 12.5px 11px 11px;
      background: rgba(0, 0, 0, 0.04); }
      @media only screen and (max-width: 1601px) {
        .banner-brand__item {
          padding: 9.5px 11px 11px; } }
      .banner-brand__item > img {
        width: auto;
        height: auto;
        object-fit: contain; }
    .banner-brand__img {
      width: 100%; }
  .banner-media {
    width: calc(100% - (var(--widthMenu) + 10px));
    min-width: calc(100% - (var(--widthMenu) + 10px));
    margin: 0px 0 0 10px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 10px; }
    .banner-media__item {
      border-radius: 8px;
      box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.1), 0 2px 6px 2px rgba(60, 64, 67, 0.15); }
      .banner-media__item > img {
        height: 100%;
        width: 100%; }
      .banner-media__item:first-child {
        grid-column: 1/3;
        grid-row: 1/3; }
      .banner-media__item:nth-child(3), .banner-media__item:nth-child(2) {
        position: relative;
        padding-top: 49%;
        overflow: hidden; }
        .banner-media__item:nth-child(3) > img, .banner-media__item:nth-child(2) > img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .banner-media__item:nth-child(3) {
        grid-column: 3/4;
        grid-row: 2/3; }
      .banner-media__item:nth-child(4) {
        grid-column: 3/4;
        grid-row: 3/4; }
      .banner-media__item:nth-child(4), .banner-media__item:nth-child(5), .banner-media__item:nth-child(6) {
        position: relative;
        padding-top: 41%;
        overflow: hidden; }
        .banner-media__item:nth-child(4) > img, .banner-media__item:nth-child(5) > img, .banner-media__item:nth-child(6) > img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover; }
  .banner-slide {
    width: 100%;
    overflow: hidden;
    border-radius: 8px; }
    .banner-slide__item {
      position: relative;
      padding-top: 50.2%;
      overflow: hidden;
      border-radius: 8px; }
      .banner-slide__item > img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
      @media only screen and (max-width: 1601px) {
        .banner-slide__item {
          padding-top: 51%; } }
    .banner-slide__img {
      width: 100%;
      border-radius: 12px; }
    .banner-slide .swiper-button-next,
    .banner-slide .swiper-button-prev {
      color: #000;
      opacity: 0;
      padding: 4px 20px;
      cursor: pointer;
      border-radius: 5px;
      transition: all 0.3s ease;
      background: rgba(255, 255, 255, 0.83) !important; }
      .banner-slide .swiper-button-next::after, .banner-slide .swiper-button-next::after,
      .banner-slide .swiper-button-prev::after,
      .banner-slide .swiper-button-prev::after {
        font-size: 18px;
        font-weight: 600; }
      .banner-slide .swiper-button-next.swiper-button-disabled, .banner-slide .swiper-button-next.swiper-button-disabled,
      .banner-slide .swiper-button-prev.swiper-button-disabled,
      .banner-slide .swiper-button-prev.swiper-button-disabled {
        pointer-events: auto; }
    .banner-slide:hover .swiper-button-next,
    .banner-slide:hover .swiper-button-prev {
      opacity: 1; }
  .banner-advertise {
    padding-top: 18px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px 10px; }
    .banner-advertise > a {
      width: 100%; }
      .banner-advertise > a > img {
        border-radius: 12px;
        max-height: 228px;
        width: 100%;
        object-fit: cover; }
  .banner-regain {
    background-color: #eaeaf4;
    margin-bottom: 20px; }
    .banner-regain__wrapper {
      height: 236px;
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center; }

.product {
  margin-top: 30px; }
  .product-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .product-header__title {
      position: relative;
      font-size: 28px;
      font-weight: 600;
      line-height: 28px;
      color: #fff;
      min-width: fit-content;
      width: fit-content;
      text-transform: uppercase;
      padding: 8px 10px 8px 12px;
      border-radius: 4px;
      background-color: #254edb; }
      @media only screen and (max-width: 1601px) {
        .product-header__title {
          font-size: 22px; } }
      .product-header__title a {
        color: #fff; }
      .product-header__title::after {
        position: absolute;
        content: "";
        left: calc(100% - 1.5px);
        top: 50%;
        --sizeIcon: 23px;
        border-top: var(--sizeIcon) solid transparent;
        border-left: var(--sizeIcon) solid #254edb;
        border-bottom: var(--sizeIcon) solid transparent;
        transform: translateY(-50%); }
    .product-header__slide {
      position: relative;
      width: calc(100% - 168px - 32px);
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      align-items: center; }
      .product-header__slide .swiper-slide {
        width: auto; }
    .product-header__activity {
      width: calc(100% - 20px);
      user-select: none;
      margin-left: 14px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      overflow: hidden; }
    .product-header__link {
      color: #fff;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      margin-left: 36px;
      padding: 5px 14px 5px;
      border-radius: 8px;
      background-color: #254edb; }
      .product-header__link:hover {
        color: #fff; }
      .product-header__link > i {
        margin-top: 4px;
        margin-left: 10px;
        font-size: 12px; }
    .product-header__nav {
      --positionNav: -25px;
      --sizeBtnNav: 44px;
      top: 50%;
      margin-top: 0;
      border: 1px solid #d6d6d6;
      transform: translateY(-50%);
      width: calc(var(--sizeBtnNav) / 2);
      height: calc(var(--sizeBtnNav) - 5px);
      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-header__nav svg {
        width: 8px;
        height: 14px; }
      .product-header__nav::after {
        display: none; }
      .product-header__nav.swiper-button-next {
        right: var(--positionNav); }
      .product-header__nav.swiper-button-prev {
        left: var(--positionNav); }
  .product-nav {
    margin-top: 14px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 1601px) {
      .product-nav {
        margin-top: 12px; } }
    .product-nav__link {
      font-size: 14px;
      color: #333;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      padding: 5px 12px;
      margin: 9px 0;
      border-radius: 8px;
      border: 1px solid #e6e6e6;
      background-color: #f3f4f6;
      transition: all 0.3s; }
      @media only screen and (max-width: 1601px) {
        .product-nav__link {
          font-size: 12px; } }
      .product-nav__link + .product-nav__link {
        margin-left: 8px; }
      .product-nav__link:hover {
        color: #fff;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
        background-color: #254edb;
        border-color: #254edb; }
  .product-item {
    width: auto;
    overflow: hidden;
    margin: 10px 8px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.1), 0 2px 6px 2px rgba(60, 64, 67, 0.15); }
    .product-item__cover {
        display: block;
       }
    .product-item__img {
      position: relative;
      z-index: 10;
      max-width: 300px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      padding-top: 100%;
      overflow: hidden; }
      .product-item__img > img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .product-item__img > img {
        object-fit: contain; }
      .product-item__img.special {
        width: 100%;
        padding-top: 90%;
        margin: 0 auto; }
        @media only screen and (max-width: 1601px) {
          .product-item__img.special {
            width: 88%;
            padding-top: 88%; } }
    .product-item__star {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      }
      .product-item__star i {
        font-size: 13px;
        color: #c2c2c2; }
        @media only screen and (max-width: 1601px) {
          .product-item__star i {
            font-size: 12px; } }
        .product-item__star i + i {
          margin-left: 1px; }
        .product-item__star i.gold {
          color: #ffc72d; }
    .product-item__info {
      padding: 15px 15px; }
      @media only screen and (max-width: 1601px) {
        .product-item__info {
          padding: 12px 14px; } }
    .product-item__code {
      font-size: 12px;
      display:inline-block;
      padding: 4px 6px;
      margin-top:10px;
      border-radius: 5px;
      background-color: #f1f1f1; }
      @media only screen and (max-width: 1601px) {
        .product-item__code {
          font-size: 10px; } }
    .product-item__title {
      font-weight: 600;
      text-transform: uppercase;
      margin-top: 10px;
      min-height: 39px;
      line-height: 1.5;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
      .product-item__title a {
        color: #333; }
    .product-item__old {
      margin-top: 5px;
      min-height: 18px; }
    .product-item__price {
      font-size: 15px;
      font-family: "Helvetica", Arial, sans-serif;
      color: #666;
      text-decoration: line-through; }
    .product-item__discount {
      color: #254edb;
      margin-left: 6px; }
    .product-item__money {
      margin-top: 6px;
      font-size: 22px;
      font-weight: 600;
      color: #000;
      font-family: "Helvetica", Arial, sans-serif;
      min-height: 25px; }
    .product-item__success, .product-item__contact {
      font-size: 15px;
      font-weight: 400;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center; }
      @media only screen and (max-width: 1601px) {
        .product-item__success, .product-item__contact {
          font-size: 14px; } }
      .product-item__success i, .product-item__contact i {
        margin-right: 6px; }
    .product-item__activity {
      min-height: 32px;
      margin-top: 6px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .product-item__activity:hover {
        color: #0074da; }
    .product-item__cart {
      width: 32px;
      height: 32px;
      cursor: pointer;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      background-color: #254edb; }
      .product-item__cart > svg {
        margin-right: 2px; }
    .product-item__success {
      color: #2cc067; }
      .product-item__success i {
        font-size: 18px; }
    .product-item__contact {
      font-weight: 600;
      color: #0074da; }
      .product-item__contact i {
        font-size: 14px; }
        @media only screen and (max-width: 1601px) {
          .product-item__contact i {
            font-size: 13px; } }
    .product-item__data {
      display: none; }
  .product-slide {
    margin-top: 18px; }
    @media only screen and (max-width: 1601px) {
      .product-slide {
        margin-top: 14px; } }
    .product-slide__btn i {
      font-size: 38px;
      color: #d6d6d6; }
      @media only screen and (max-width: 1601px) {
        .product-slide__btn i {
          font-size: 30px; } }
      .product-slide__btn i:hover {
        color: #254edb; }
    .product-slide__btn::after {
      display: none; }
  .product-tooltip {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.1), 0 2px 6px 2px rgba(60, 64, 67, 0.15); }
    .product-tooltip__header {
      padding: 11px 16px 10px;
      background: linear-gradient(91deg, #254edb 18%, #00c3ff 200%); }
    .product-tooltip__title {
      color: #fff;
      font-size: 13px;
      line-height: 1.4;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .product-tooltip__content {
      font-size: 13px;
      padding: 12px 14px 20px;
      background-color: #fff; }
    .product-tooltip__cover {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center; }
      .product-tooltip__cover + .product-tooltip__cover {
        margin-top: 2px; }
    .product-tooltip__text {
      min-width: 100px; }
    .product-tooltip__old {
      color: #000;
      font-size: 14px;
      font-weight: 600; }
    .product-tooltip__new {
      color: #000;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center; }
      .product-tooltip__new span {
        display: inline-block;
        font-size: 14px;
        font-weight: 700;
        color: #254edb;
        margin-right: 5px; }
    .product-tooltip__group {
      margin-top: 11px; }
    .product-tooltip__label {
      color: #fff;
      padding: 5px 11px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      display: inline-flex;
      border-radius: 4px;
      background-color: #254edb; }
      .product-tooltip__label > i {
        margin-top: 2px;
        margin-right: 5px; }
    .product-tooltip__detail * {
      font-size: 13px !important;
      font-family: "Open Sans", Arial, sans-serif !important; }
    .product-tooltip__detail ul,
    .product-tooltip__detail li {
      list-style-type: disc; }
    .product-tooltip__detail ul {
      padding-left: 26px; }
    .product-tooltip__detail + .product-tooltip__detail {
      margin-top: 3px; }
    .product-tooltip__parameter {
      margin-top: 10px; }
    .product-tooltip__name {
      position: relative;
      font-size: 15px;
      font-weight: 600;
      padding-bottom: 8px;
      margin-top: 12px;
      color: #254edb;
      text-transform: uppercase; }
      .product-tooltip__name::after {
        position: absolute;
        content: "";
        top: 98%;
        left: 0;
        width: 80px;
        height: 1px;
        background-color: #e5e5e5; }
    .product-tooltip__discount {
      margin-top: 10px;
      counter-reset: section; }
    .product-tooltip__option {
      position: relative;
      padding-left: 28px; }
      .product-tooltip__option + .product-tooltip__option {
        margin-top: 5px; }
      .product-tooltip__option::after {
        position: absolute;
        counter-increment: section;
        content: counter(section);
        top: 1px;
        left: 0;
        width: 19px;
        height: 19px;
        font-size: 11px;
        color: #fff;
        border-radius: 50%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #254edb; }

.selling {
  padding-top: 34px; }
  .selling-wrapper {
    padding: 10px 24px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0px 0px; }
  .selling-slide {
    position: relative;
    width: 100%;
    overflow: hidden; }
    .selling-slide__item {
      box-shadow: none;
      margin: 0; }
    .selling-slide__info {
      padding: 15px 16px; }
      @media only screen and (max-width: 1601px) {
        .selling-slide__info {
          padding: 10px 14px 14px; } }
    .selling-slide__title {
      font-size: 24px;
      font-weight: 300;
      color: #254edb;
      text-align: center;
      line-height: 1.4; }
      @media only screen and (max-width: 1601px) {
        .selling-slide__title {
          font-size: 20px; } }
      .selling-slide__title > span {
        display: block; }
    .selling-slide__star i {
      font-size: 16px;
      color: #c2c2c2; }
      .selling-slide__star i + i {
        margin-left: 1px; }
      .selling-slide__star i.gold {
        color: #ffc72d; }
    .selling-slide__detail {
      margin: 10px 9px;
      margin-top: 12px;
      border-radius: 15px;
      box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.1), 0 2px 6px 2px rgba(60, 64, 67, 0.15); }
    .selling-slide__btn::after {
      display: none; }
    .selling-slide__btn i {
      color: #d6d6d6;
      font-size: 40px; }
      @media only screen and (max-width: 1601px) {
        .selling-slide__btn i {
          font-size: 30px; } }
      .selling-slide__btn i:hover {
        color: #254edb; }
    .selling-slide__link {
      font-weight: 600;
      width: 90%;
      text-align: center;
      margin: 20px auto 0;
      padding: 11px 20px;
      text-align: center;
      line-height: 1.4;
      color: #fff;
      text-transform: uppercase;
      background-color: #254edb;
      box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.1), 0 2px 6px 2px rgba(60, 64, 67, 0.15);
      border-radius: 3px; }
      .selling-slide__link:hover {
        color: #fff; }

.sale {
  margin-top: 30px; }
  .sale-header__img {
    width: 100%; }
    .sale-header__img img {
      width: 100%;
      height: 100%; }
  .sale-header__time {
    display: inline-flex;
    margin-top: 14px; }
  .sale-header__quantity {
    margin-top: 10px;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 5px 10px;
    border-radius: 12px;
    background: linear-gradient(to right, #243a76, #ed1b24); }
  .sale-header__counter {
    font-size: 13px;
    display: inline-flex; }
  .sale-header__dot, .sale-header__number {
    margin-left: 2px; }
  .sale-bg {
      margin-top: 20px;
      background-repeat: no-repeat;
      background-size: cover;
      padding: 14px 10px;
      border-radius: 10px; }
  .sale-tabs__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 0; }
  .sale-tabs__link {
    color: #fff;
    font-size: 14px;
    width: 100%;
    border-radius: 0 !important;
    padding: 10px 16px;
    background-color: #3d3d3e !important; }
    .sale-tabs__link:hover {
      color: #fff; }
    .sale-tabs__link.active {
      background-color: #254edb !important; }
      .sale-tabs__link.active:hover {
        opacity: 1; }
    .sale-tabs__link span {
      margin-bottom: 1px;
      font-size: 14px;
      display: block; }
  .sale-tabs__nav {
    background-color: #fff;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0px 0px; }
  .sale-tabs__item {
    position: relative;
    text-align: center;
    color: #333;
    font-weight: 600;
    padding: 12px 10px; }
    .sale-tabs__item.nav-link {
      border-radius: 0;
      background-color: #fff; }
    .sale-tabs__item::after {
      position: absolute;
      content: "";
      left: 0;
      bottom: 0;
      width: 100%;
      height: 5px;
      opacity: 0;
      transition: all 0.3s;
      background-color: #254edb; }
    .sale-tabs__item:hover {
      color: #254edb;
      opacity: 1;
      background-color: #fff; }
    .sale-tabs__item.active.nav-link {
      color: #254edb;
      background-color: #fff; }
    .sale-tabs__item.active::after {
      opacity: 1; }
  .sale-slide {
    position: relative;
    min-height: 500px;
    padding: 14px 10px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover; }
    @media only screen and (max-width: 1601px) {
      .sale-slide {
        padding: 6px 10px; } }
    @media only screen and (max-width: 1440px) {
      .sale-slide {
        min-height: 940px; } }
    .sale-slide .swiper-slide {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      align-items: center;
      height: calc((100% - 30px) / 2) !important; }
    .sale-slide .swiper-grid-column > .swiper-wrapper {
      flex-direction: row; }
    .sale-slide__cover {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 6px 4px; }
      .sale-slide__cover .swiper-slide {
        max-width: 240px !important; }
      .sale-slide__cover .product-item {
        width: 100%;
        max-width: 220px; }
  .sale-btn {
    position: relative;
    color: #fff;
    display: flex;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    width: max-content;
    padding: 13px 32px;
    margin: 30px auto 0;
    border: 0.8px solid rgba(37, 78, 219, 0.2);
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    transition: all 0.3s;
    overflow: hidden;
    text-transform: uppercase;
    text-decoration: none; }
    .sale-btn::before {
      content: "";
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      background-color: #fff;
      opacity: 0;
      -webkit-transition: 0.2s opacity ease-in-out;
      transition: 0.2s opacity ease-in-out; }
    .sale-btn:hover {
      background-color: #fff;
      color: #254edb; }
    .sale-btn span {
      position: absolute; }
      .sale-btn span:nth-child(1) {
        top: 0px;
        left: 0px;
        width: 100%;
        height: 2px;
        background: -webkit-gradient(linear, right top, left top, from(rgba(8, 20, 43, 0)), to(#fff));
        background: linear-gradient(to left, rgba(8, 20, 43, 0), #fff);
        -webkit-animation: 2s animateTop linear infinite;
        animation: 2s animateTop linear infinite; }
      .sale-btn span:nth-child(2) {
        top: 0px;
        right: 0px;
        height: 100%;
        width: 2px;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 20, 43, 0)), to(#fff));
        background: linear-gradient(to top, rgba(8, 20, 43, 0), #fff);
        -webkit-animation: 2s animateRight linear -1s infinite;
        animation: 2s animateRight linear -1s infinite; }
      .sale-btn span:nth-child(3) {
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 2px;
        background: -webkit-gradient(linear, left top, right top, from(rgba(8, 20, 43, 0)), to(#fff));
        background: linear-gradient(to right, rgba(8, 20, 43, 0), #fff);
        -webkit-animation: 2s animateBottom linear infinite;
        animation: 2s animateBottom linear infinite; }
      .sale-btn span:nth-child(4) {
        top: 0px;
        left: 0px;
        height: 100%;
        width: 2px;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 20, 43, 0)), to(#fff));
        background: linear-gradient(to bottom, rgba(8, 20, 43, 0), #fff);
        -webkit-animation: 2s animateLeft linear -1s infinite;
        animation: 2s animateLeft linear -1s infinite; }

@-webkit-keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@-webkit-keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }

@-webkit-keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

@-webkit-keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }

.service {
  background-color: #f1f1f1; }
  .service-policy {
    padding: 40px 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 30px; }
    @media only screen and (max-width: 1366px) {
      .service-policy {
        padding: 34px 0; } }
    @media only screen and (max-width: 1366px) {
      .service-policy__img > img {
        height: 30px; } }
    .service-policy__item {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      align-items: center; }
    .service-policy__info {
      margin-left: 16px; }
      @media only screen and (max-width: 1366px) {
        .service-policy__info {
          margin-left: 12px; } }
    .service-policy__name {
      color: #444444;
      font-size: 15px;
      font-weight: 600; }
      @media only screen and (max-width: 1366px) {
        .service-policy__name {
          font-size: 13px;
          line-height: 1.4; } }
    .service-policy__text {
      margin-top: 2px;
      font-size: 14px;
      line-height: 18px; }
      @media only screen and (max-width: 1366px) {
        .service-policy__text {
          font-size: 12px; } }

.customer {
  --widthDs: 350px;
  padding: 30px 0; }
  .customer-wrapper {
    display: flex;
    align-items: stretch; }
  .customer-cover {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    --width-slider: 385px;
    --height-slider: 370px;
    height: var(--height-slider); }
    .customer-cover__banner {
      min-width: var(--width-slider);
      width: var(--width-slider);
      border-radius: 20px;
      position: relative;
      padding-top: 0%;
      overflow: hidden; }
      .customer-cover__banner > img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .customer-cover__banner + .customer-cover__swiper {
      margin-left: 10px; }
    .customer-cover__banner, .customer-cover__swiper {
      height: var(--height-slider); }
    .customer-cover__swiper {
      width: calc(100% - var(--width-slider));
      padding: 20px;
      background: linear-gradient(55deg, #ae0000 0%, #400000 100%);
      border-radius: 20px;
      overflow: hidden;
      border: 3px solid #fff; }
      .customer-cover__swiper .swiper {
        height: 100%; }
        .customer-cover__swiper .swiper-button-next, .customer-cover__swiper .swiper-button-prev {
          width: 40px;
          height: 40px;
          background-color: #ffffffe6; }
          .customer-cover__swiper .swiper-button-next::after, .customer-cover__swiper .swiper-button-prev::after {
            display: none; }
          .customer-cover__swiper .swiper-button-next::before, .customer-cover__swiper .swiper-button-prev::before {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 16px;
            height: 16px;
            background-size: cover;
            background-repeat: no-repeat; }
        .customer-cover__swiper .swiper-button-next {
          right: 0;
          border-radius: 5px 0 0 5px; }
          .customer-cover__swiper .swiper-button-next::before {
            background-image: url("data:image/svg+xml,%3Csvg fill='%23000000' height='64px' width='64px' version='1.1' id='XMLID_287_' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 24 24' xml:space='preserve'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cg id='next'%3E%3Cg%3E%3Cpolygon points='6.8,23.7 5.4,22.3 15.7,12 5.4,1.7 6.8,0.3 18.5,12 '%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
        .customer-cover__swiper .swiper-button-prev {
          left: 0;
          border-radius: 0 5px 5px 0; }
          .customer-cover__swiper .swiper-button-prev::before {
            background-image: url("data:image/svg+xml,%3Csvg fill='%23000000' height='64px' width='64px' version='1.1' id='XMLID_287_' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 24 24' xml:space='preserve' transform='rotate(180)'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cg id='next'%3E%3Cg%3E%3Cpolygon points='6.8,23.7 5.4,22.3 15.7,12 5.4,1.7 6.8,0.3 18.5,12 '%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .customer-cover__img {
      position: relative;
      padding-top: 0%;
      overflow: hidden;
      border-radius: 15px;
      height: 100%; }
      .customer-cover__img > img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .customer-banner {
    min-height: 100%;
    min-width: var(--widthDs);
    width: var(--widthDs);
    padding: 20px 16px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center; }
    .customer-banner > img {
      width: 100%;
      object-fit: contain; }
  .customer-banner, .customer-slide {
    border-radius: 15px;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.1), 0 2px 6px 2px rgba(60, 64, 67, 0.15);
    background: repeating-linear-gradient(to right, #254edb 0, #00c3ff 50%, #254edb 100%);
    background-size: 200% auto;
    background-position: 0 100%;
    animation: gradient 2s infinite;
    animation-fill-mode: forwards;
    animation-timing-function: linear; }
  .customer-slide {
    position: relative;
    width: calc(100% - var(--widthDs));
    overflow: hidden;
    margin-left: 12px; }
    .customer-slide__wrapper {
      padding: 18px 18px; }
    .customer-slide__img {
      width: 100%;
      border-radius: 12px;
      position: relative;
      height: 400px;
      overflow: hidden; }
      .customer-slide__img > img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
      @media only screen and (max-width: 1366px) {
        .customer-slide__img {
          height: 310px; } }
    .customer-slide__nav {
      color: #000;
      padding: 4px 20px;
      cursor: pointer;
      border-radius: 5px;
      transition: all 0.3s ease;
      background: rgba(255, 255, 255, 0.83) !important; }
      .customer-slide__nav::after, .customer-slide__nav::after {
        font-size: 18px;
        font-weight: 600; }
      .customer-slide__nav.swiper-button-disabled, .customer-slide__nav.swiper-button-disabled {
        pointer-events: auto; }

@keyframes gradient {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -200% 0; } }

.direction {
  padding: 11px 0;
  background-color: #fff; }
  .direction-list {
    margin-bottom: 0; }
  .direction-item__text, .direction-item__link {
    font-size: 15px;
    font-weight: 500;
    color: #555; }
  .direction-item__link {
    display: flex;
    align-items: center; }
    .direction-item__link:hover {
      color: #254edb; }
    .direction-item__link > i {
      margin-right: 10px; }
  .direction-item + .direction-item {
    position: relative;
    padding-left: 32px; }
    .direction-item + .direction-item::before {
      position: absolute;
      content: "";
      top: 50%;
      left: 13px;
      width: 10px;
      height: 13px;
      font-size: 18px;
      color: #fff;
      line-height: 1.2;
      padding-right: 0px;
      transform: translateY(-45%);
      font-family: "Font Awesome 5";
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M285.5 273L91.1 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.7-22.7c-9.4-9.4-9.4-24.5 0-33.9L188.5 256 34.5 101.3c-9.3-9.4-9.3-24.5 0-33.9l22.7-22.7c9.4-9.4 24.6-9.4 33.9 0L285.5 239c9.4 9.4 9.4 24.6 0 33.9z' fill='%23000'/%3E%3C/svg%3E");
      background-repeat: no-repeat; }
  .direction-item:last-child span {
    color: #254edb; }

.filter {
  --sizePosition: 280px; }
  @media only screen and (max-width: 1601px) {
    .filter {
      --sizePosition: 260px; } }
  .filter-header {
    margin-top: 26px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 10px; }
  .filter-special {
    margin-top: 70px; }
    .filter-special__title {
      position: relative;
      display: flex;
      width: fit-content;
      margin: 0 auto;
      font-family: "Paytone One", sans-serif;
      font-weight: 800;
      font-size: 56px;
      color: red;
      line-height: 1.6;
      text-transform: uppercase; }
      @media only screen and (max-width: 1366px) {
        .filter-special__title {
          font-size: 48px; } }
      .filter-special__title::before, .filter-special__title::after {
        position: absolute;
        content: "";
        top: 50%;
        width: 138px;
        height: 118px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../images/filters/filter-icon-left.png); }
      .filter-special__title::before {
        right: calc(100% + 12px);
        transform: translateY(-45%); }
      .filter-special__title::after {
        left: calc(100% + 12px);
        transform: translateY(-45%) rotateY(180deg); }
  .filter-slide {
    margin-top: 18px; }
  .filter-cover {
    margin-top: 28px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start; }
    .filter-cover.special {
      width: 100%;
      margin: 28px auto 0; }
    .filter-cover .filter-product__list {
      grid-template-columns: repeat(5, 1fr); }
  .filter-title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 20px;
    display: inline-flex;
    align-items: flex-end;
    padding-bottom: 2px;
    border-bottom: 2px solid #000; }
    .filter-title > span {
      font-size: 14px;
      font-weight: 400;
      color: #666;
      text-transform: initial;
      margin-left: 4px;
      padding-bottom: 3px; }
    .filter-title p {
      text-transform: uppercase; }
  .filter-condition {
    margin-top: 6px;
    padding: 0 16px 0 8px;
    min-width: var(--sizePosition);
    width: var(--sizePosition); }
    @media only screen and (max-width: 1601px) {
      .filter-condition {
        padding: 0 16px 0 0px; } }
    .filter-condition__heading {
      color: #fff;
      font-weight: 500;
      text-align: center;
      line-height: 1.5;
      padding: 9px 15px 7px;
      text-transform: uppercase;
      border-radius: 5px;
      background-color: #254edb;
      border: 1px solid #f2f2f2; }
    .filter-condition__cover {
      padding: 22px 0px 24px; }
    .filter-condition__option + .filter-condition__option {
      margin-top: 28px; }
    .filter-condition__title {
      font-size: 14px;
      font-weight: 700;
      padding-bottom: 10px;
      border-bottom: 1px solid #eeeeee; }
    .filter-condition__list {
      padding-top: 12px;
      margin-left: 0px; }
    .filter-condition__item {
      padding-left: 10px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: flex-start; }
      @media only screen and (max-width: 1601px) {
        .filter-condition__item {
          padding-left: 8px; } }
      .filter-condition__item + .filter-condition__item {
        margin-top: 8px; }
      .filter-condition__item .form-check-input {
        min-width: 16px;
        cursor: pointer; }
        .filter-condition__item .form-check-input:focus {
          box-shadow: none; }
      .filter-condition__item > a {
        color: #000;
        line-height: 18px; }
        .filter-condition__item > a:hover {
          color: #254edb; }
          .filter-condition__item > a:hover > svg path {
            stroke: #254edb; }
        .filter-condition__item > a > svg {
          width: 10px;
          height: 10px;
          margin-right: 4px; }
          .filter-condition__item > a > svg path {
            stroke: #616161; }
    .filter-condition__details {
      width: fit-content;
      font-weight: 400;
      color: #333;
      margin-left: 8px; }
    .filter-condition__range {
      margin: 18px 0 10px; }
    .filter-condition__text {
      margin-bottom: 6px; }
    .filter-condition__money {
      margin-top: 20px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .filter-condition__money > .caption {
        width: 48.5%; }
      .filter-condition__money label {
        color: #888888;
        font-size: 15px;
        margin-bottom: 5px; }
      .filter-condition__money input {
        font-size: 14px;
        padding: 7px 8px;
        border-radius: 5px;
        text-align: right; }
        .filter-condition__money input:focus, .filter-condition__money input:active {
          box-shadow: none;
          border-color: #254edb; }
    .filter-condition__progress {
      width: 94%;
      margin: 0 auto; }
    .filter-condition__price {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      cursor: pointer;
      margin-right: 2px;
      display: inline;
      line-height: 1.4; }
      .filter-condition__price > h4,
      .filter-condition__price > span,
      .filter-condition__price-enter > input {
        font-weight: bold; }
      .filter-condition__price-enter {
        position: relative; }
        .filter-condition__price-enter > input {
          padding: 4px 16px 4px 8px;
          text-align: right;
          font-size: 14px;
          max-width: 140px;
          border-radius: 6px; }
        .filter-condition__price-enter > span {
          position: absolute;
          right: 0;
          top: 45%;
          transform: translateY(-50%);
          margin-right: 6px;
          font-size: 14px; }
      .filter-condition__price > h4 {
        font-size: 14px;
        margin-right: 10px; }
      .filter-condition__price > span {
        margin: 0 10px; }
    .filter-condition__btn {
      width: 100%;
      font-size: 13px;
      font-weight: 600;
      color: #fff;
      text-transform: uppercase;
      padding: 8px 18px;
      border: 0;
      border-radius: 5px;
      background-color: #254edb; }
    .filter-condition__check {
      margin-top: 1px; }
      .filter-condition__check .check-input {
        --sizeCheckBox: 15px;
        position: relative;
        display: block;
        width: var(--sizeCheckBox);
        min-width: var(--sizeCheckBox);
        height: var(--sizeCheckBox);
        border-radius: 4px;
        border: 1.2px solid #b5b5b5;
        transition: all 0.2s; }
        .filter-condition__check .check-input__icon {
          position: absolute;
          top: 50%;
          left: 50%;
          z-index: 1;
          display: none;
          transition: all 0.2s;
          transform: translate(-50%, -59%); }
          .filter-condition__check .check-input__icon svg {
            width: 11px;
            height: 7px; }
      .filter-condition__check .form-check-input {
        display: none; }
        .filter-condition__check .form-check-input:checked ~ .check-input {
          background-color: #ffe6e6;
          border-color: #ffe6e6; }
        .filter-condition__check .form-check-input:checked ~ .check-input > .check-input__icon {
          display: block; }
  .filter-product {
    width: 100%; }
    .filter-product__header {
      padding: 10px 10px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      background-color: #f2f2f2; }
    .filter-product__select {
      font-size: 12px;
      width: 180px;
      border-radius: 5px;
      padding: 6px 30px 5px 12px; }
      .filter-product__select:focus, .filter-product__select:active {
        box-shadow: none;
        border-color: #254edb; }
      .filter-product__select + .filter-product__select {
        margin-left: 14px; }
    .filter-product__list {
      margin-top: 12px;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 4px 0px; }
  .filter-nav {
    margin-top: 24px; }
    .filter-nav__item + .filter-nav__item {
      margin-left: 6px; }
    .filter-nav__item.active .filter-nav__link {
      color: #fff;
      background-color: #254edb; }
    .filter-nav__item.prev .filter-nav__link, .filter-nav__item.next .filter-nav__link {
      color: #333;
      background-color: #f3f3f3; }
    .filter-nav__link {
      --sizeWidth: 26px;
      font-weight: 500;
      color: #333;
      padding: 4px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      align-items: center;
      border: 0;
      border-radius: 5px !important;
      overflow: hidden;
      width: var(--sizeWidth);
      height: var(--sizeWidth);
      background-color: #f5f5f5; }
      .filter-nav__link:active, .filter-nav__link:focus {
        box-shadow: none; }
      .filter-nav__link:hover {
        color: #254edb; }
        .filter-nav__link:hover i {
          color: #254edb; }
      .filter-nav__link i {
        font-size: 10px; }
  .filter-img {
    border-radius: 5px;
    overflow: hidden; }

.detail {
  margin-top: 28px; }
  .detail-title {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee; }
    @media only screen and (max-width: 1601px) {
      .detail-title {
        font-size: 20px; } }
    .detail-title.special {
      text-transform: none; }
    .detail-title.no-line {
      border-bottom: 0; }
  .detail-cover {
    margin-top: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start; }
  .detail-gallery {
    position: sticky;
    top: 74px;
    width: 60%;
    padding: 0 40px 0 10px; }
    @media only screen and (max-width: 1601px) {
      .detail-gallery {
        padding: 0 40px 0 10px; } }
    .detail-gallery__main {
      position: relative;
      width: 100%;
      margin: 30px auto; }
    .detail-gallery__img {
      position: relative;
      height: 560px;
      overflow: hidden; }
      .detail-gallery__img > img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: contain; }
    .detail-gallery__sub {
      margin: 8px 8px;
      border-radius: 10px;
      box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.1), 0 2px 6px 2px rgba(60, 64, 67, 0.15);
      position: relative;
      padding-top: 78%;
      overflow: hidden; }
      .detail-gallery__sub > img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .detail-gallery__sub > img {
        top: 50%;
        left: 50%;
        width: 80%;
        height: 80%;
        transform: translate(-50%, -50%); }
    .detail-gallery__nav {
      --positionSize: 60px;
      color: #d6d6d6; }
      .detail-gallery__nav.swiper-button-prev {
        left: var(--positionSize); }
      .detail-gallery__nav.swiper-button-next {
        right: var(--positionSize); }
    .detail-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: #fefae0ad; }
    .detail-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; }
      .detail-gallery__detail + .detail-gallery__detail {
        margin-left: 30px; }
    .detail-gallery__icon, .detail-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; }
    .detail-gallery__play {
      border: 1px solid #000;
      background-color: #fff; }
      .detail-gallery__play i {
        font-size: 38px; }
    .detail-gallery__icon {
      background-color: #254edb;
      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); } }
      .detail-gallery__icon > img {
        padding: 10px; }
    .detail-gallery__text {
      margin-top: 6px;
      text-align: center;
      font-size: 14px;
      font-weight: 600;
      max-width: 200px; }
      .detail-gallery__text > span {
        display: block; }
  .detail-info {
    width: 40%; }
  .detail-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .detail-header__star, .detail-header__comment, .detail-header__view {
      position: relative;
      font-size: 16px;
      color: #333;
      padding-left: 23px; }
      @media only screen and (max-width: 1601px) {
        .detail-header__star, .detail-header__comment, .detail-header__view {
          font-size: 13px;
          padding-left: 17px;
          line-height: 1.7; } }
      .detail-header__star > span, .detail-header__comment > span, .detail-header__view > span {
        font-weight: 600;
        color: #288ad6; }
      .detail-header__star::after, .detail-header__comment::after, .detail-header__view::after {
        position: absolute;
        content: "";
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        height: 14px;
        width: 1px;
        background-color: #333e48; }
    .detail-header__digital {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center; }
    .detail-header__code {
      font-size: 16px; }
      @media only screen and (max-width: 1601px) {
        .detail-header__code {
          font-size: 13px; } }
      .detail-header__code > span {
        font-weight: 600;
        color: #288ad6; }
    .detail-header__star {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center; }
      .detail-header__star .product-item__star {
        margin: 0 6px; }
  .detail-digital {
    margin-top: 12px;
    padding: 14px 14px;
    border-radius: 7px;
    background-color: #f5f5f5; }
    .detail-digital__title {
      font-size: 17px;
      font-weight: 600; }
      @media only screen and (max-width: 1601px) {
        .detail-digital__title {
          font-size: 14px; } }
    .detail-digital__list {
      margin-top: 8px;
      padding-left: 22px; }
    .detail-digital__item {
      font-size: 16px;
      list-style-type: disc; }
      @media only screen and (max-width: 1601px) {
        .detail-digital__item {
          font-size: 13px; } }
      .detail-digital__item + .detail-digital__item {
        margin-top: 4px; }
      .detail-digital__item::marker {
        color: #000; }
  .detail-btn, .detail-gift, .detail-price, .detail-warrant {
    width: 94%;
    border-radius: 10px; }
    @media only screen and (max-width: 1601px) {
      .detail-btn, .detail-gift, .detail-price, .detail-warrant {
        width: 100%; } }
  .detail-price {
    margin-top: 24px;
    padding: 14px 14px 18px;
    border: 1px dashed #d8d8d8; }
    .detail-price__cover {
      color: #fff;
      border-radius: 10px;
      padding: 12px 16px;
      background-image: linear-gradient(270deg, #c9b424 0%, #f02727 74%); }
    .detail-price__money {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: flex-end; }
      @media only screen and (max-width: 1601px) {
        .detail-price__money {
          flex-wrap: wrap; } }
    .detail-price__new {
      font-size: 26px;
      font-weight: 700; }
      @media only screen and (max-width: 1601px) {
        .detail-price__new {
          width: 50%; } }
      .detail-price__new > sup {
        font-size: 17px; }
    .detail-price__economize, .detail-price__old {
      margin-left: 40px; }
      @media only screen and (max-width: 1601px) {
        .detail-price__economize, .detail-price__old {
          margin-left: 0px; } }
    .detail-price__old {
      font-size: 22px;
      text-decoration: line-through; }
      @media only screen and (max-width: 1601px) {
        .detail-price__old {
          width: 50%;
          text-align: right; } }
      .detail-price__old > sup {
        font-size: 12px; }
    .detail-price__economize {
      font-size: 16px; }
      @media only screen and (max-width: 1601px) {
        .detail-price__economize {
          width: 100%; } }
    .detail-price__interest {
      margin-top: 12px; }
    .detail-price__detail {
      display: inline-block;
      font-size: 14px;
      font-weight: 600;
      color: #2c3075;
      padding: 6px 10px 4px;
      line-height: 1.4;
      border-radius: 5px;
      background-color: #ffec0696; }
      @media only screen and (max-width: 1601px) {
        .detail-price__detail {
          font-size: 13px; } }
      .detail-price__detail + .detail-price__detail {
        margin-left: 10px; }
    .detail-price__text {
      font-size: 16px; }
  .detail-warrant {
    position: relative;
    margin-top: 24px;
    padding: 18px 15px 16px;
    border: 1px solid #d8d8d8; }
    .detail-warrant__title {
      position: absolute;
      top: -11px;
      font-weight: 700;
      font-size: 16px;
      padding: 0 3px;
      text-transform: uppercase;
      color: #288ad6;
      background-color: #fff; }
      @media only screen and (max-width: 1601px) {
        .detail-warrant__title {
          font-size: 13px;
          top: -9px; } }
    .detail-warrant__group {
      padding-left: 18px; }
    .detail-warrant__check {
      margin-top: 2px; }
    .detail-warrant__nav {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center; }
    .detail-warrant__link {
      font-size: 14px;
      display: inline-block;
      margin: 6px 0 0 3px;
      color: #288ad6;
      text-decoration: underline; }
    .detail-warrant__group, .detail-warrant__item {
      list-style-type: disc; }
    .detail-warrant__item + .detail-warrant__item {
      margin-top: 5px; }
  .detail-gift {
    margin-top: 12px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #d8d8d8; }
    .detail-gift__header {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      color: #254edb;
      font-size: 17px;
      font-weight: 600;
      border-bottom: 1px solid #d8d8d8;
      padding: 10px 14px 11px;
      background-color: #f1f1f1; }
      .detail-gift__header > i {
        margin-top: 1px;
        margin-right: 7px; }
    .detail-gift__group {
      position: relative;
      padding: 14px 0 0 20px; }
      .detail-gift__group + .detail-gift__group::after {
        position: absolute;
        content: "";
        left: 50%;
        top: 0;
        width: 98%;
        height: 1px;
        transform: translateX(-50%);
        background-color: #d8d8d8; }
    .detail-gift__title {
      font-size: 16px;
      font-weight: bold;
      color: #254edb;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: flex-end; }
      @media only screen and (max-width: 1601px) {
        .detail-gift__title {
          font-size: 15px; } }
      @media only screen and (max-width: 1440px) {
        .detail-gift__title {
          font-size: 14px; } }
      .detail-gift__title > span {
        margin: 0 5px; }
      .detail-gift__title > img {
        margin-bottom: 3px; }
    .detail-gift__list {
      padding: 0 12px 20px 25px;
      margin-top: 14px; }
      @media only screen and (max-width: 1601px) {
        .detail-gift__list {
          margin-top: 12px; } }
      @media only screen and (max-width: 1440px) {
        .detail-gift__list {
          margin-top: 10px; } }
    .detail-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) {
        .detail-gift__item {
          font-size: 13px; } }
      .detail-gift__item.special {
        color: #333; }
      .detail-gift__item + .detail-gift__item {
        margin-top: 4px; }
      .detail-gift__item > span {
        color: #254edb;
        font-weight: bold; }
      .detail-gift__item::marker {
        color: #000; }
    .detail-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: #254edb; }
      @media only screen and (max-width: 1601px) {
        .detail-gift__desc {
          font-size: 13px;
          line-height: 1.5; } }
      .detail-gift__desc i {
        color: #254edb;
        margin: 5px 6px 0 0; }
  .detail-quantity {
    --sizeHeight: 40px;
    margin-top: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 1601px) {
      .detail-quantity {
        --sizeHeight: 35px; } }
    .detail-quantity__text {
      font-size: 16px;
      font-weight: 600;
      margin-right: 15px; }
      @media only screen and (max-width: 1601px) {
        .detail-quantity__text {
          font-size: 14px; } }
    .detail-quantity__group {
      border-radius: 5px;
      border: 1px solid #d8d8d8;
      height: var(--sizeHeight);
      overflow: hidden;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center; }
    .detail-quantity__input {
      height: 100%;
      width: 57px;
      font-size: 16px;
      font-weight: 600;
      text-align: center;
      border: 0;
      border-left: 1px solid #d8d8d8;
      border-right: 1px solid #d8d8d8; }
      @media only screen and (max-width: 1601px) {
        .detail-quantity__input {
          font-size: 14px;
          width: 50px; } }
    .detail-quantity__change {
      border: 0;
      min-width: var(--sizeHeight);
      width: var(--sizeHeight);
      height: var(--sizeHeight);
      background-color: transparent; }
    .detail-quantity__btn {
      font-size: 15px;
      font-weight: 600;
      margin-left: 14px;
      padding: 8px 20px;
      border-radius: 5px;
      background: transparent;
      height: var(--sizeHeight);
      border: 1px solid #d8d8d8; }
      @media only screen and (max-width: 1601px) {
        .detail-quantity__btn {
          font-size: 13px; } }
      .detail-quantity__btn:hover {
        color: #fff;
        border-color: transparent;
        background: linear-gradient(91deg, #254edb 18%, #00c3ff 200%); }
    .detail-quantity__favorite {
      font-size: 16px;
      margin-left: 16px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      align-items: center;
      width: var(--sizeHeight);
      height: var(--sizeHeight);
      border: 1px solid #d8d8d8;
      border-radius: 5px; }
      @media only screen and (max-width: 1601px) {
        .detail-quantity__favorite {
          font-size: 15px;
          margin-left: 12px; } }
      .detail-quantity__favorite:hover {
        border-color: transparent;
        background: linear-gradient(91deg, #254edb 18%, #00c3ff 200%); }
        .detail-quantity__favorite:hover i {
          color: #fff; }
      .detail-quantity__favorite i {
        color: #254edb; }
  .detail-btn {
    margin-top: 14px; }
    .detail-btn__buy {
      text-align: center;
      color: #fff;
      font-size: 15px;
      border-radius: 7px;
      padding: 11px 20px;
      background-color: #ed1c24; }
      @media only screen and (max-width: 1601px) {
        .detail-btn__buy {
          font-size: 14px; } }
      .detail-btn__buy:hover {
        color: #fff; }
      .detail-btn__buy > span {
        display: block;
        font-size: 21px;
        font-weight: 700;
        text-transform: uppercase; }
        @media only screen and (max-width: 1601px) {
          .detail-btn__buy > span {
            font-size: 18px;
            margin-bottom: 2px; } }
    .detail-btn__activity {
      margin-top: 14px;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 10px 10px; }
    .detail-btn__installment {
      color: #fff;
      font-size: 14px;
      padding: 14px 8px;
      border-radius: 7px;
      text-align: center;
      background-color: #243a76; }
      @media only screen and (max-width: 1601px) {
        .detail-btn__installment {
          font-size: 11px;
          padding: 14px 6px; } }
      .detail-btn__installment:hover {
        color: #fff; }
      .detail-btn__installment > span {
        font-size: 16px;
        font-weight: 700;
        display: block;
        text-transform: uppercase;
        margin-bottom: 3px; }
        @media only screen and (max-width: 1601px) {
          .detail-btn__installment > span {
            font-size: 12px; } }
  .detail-digital__article *, .detail-article__content * {
    margin: revert;
    font-size: 16px;
    padding: revert;
    list-style-type: revert;
    display: revert;
    color: revert;
    text-decoration: revert;
    line-height: 1.7; }
  .detail-digital__article img, .detail-article__content img {
    max-width: 100%; }
  .detail-article {
    padding: 0 10px;
    margin-top: 50px; }
    .detail-article__cover {
      overflow: hidden;
      transition: height 0.5s; }
    .detail-article__load {
      position: relative;
      padding-top: 32px;
      font-size: 15px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      align-items: center; }
      .detail-article__load.hide {
        display: none; }
      .detail-article__load.active::after {
        display: none; }
      .detail-article__load::after {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        bottom: 100%;
        height: 200px;
        background: linear-gradient(transparent, #fff); }
      .detail-article__load.active .detail-article__more {
        display: none; }
      .detail-article__load.active .detail-article__small {
        display: block; }
    .detail-article__small, .detail-article__more {
      color: #254edb;
      padding: 8px 22px;
      font-weight: 600;
      border-radius: 20px;
      background-color: transparent;
      border: 1px solid #254edb;
      transition: all 0.3s; }
      .detail-article__small:hover, .detail-article__more:hover {
        color: #fff;
        background-color: #254edb; }
      .detail-article__small i, .detail-article__more i {
        font-size: 12px; }
    .detail-article__small {
      display: none; }
  .detail-activity {
    margin-top: 60px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start; }
    .detail-activity__cover {
      width: 62%;
      padding-left: 10px; }
      @media only screen and (max-width: 1601px) {
        .detail-activity__cover {
          width: 64%; } }
  .detail-option {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px 14px; }
    @media only screen and (max-width: 1440px) {
      .detail-option {
        grid-template-columns: repeat(2, 1fr); } }
    .detail-option__item {
      position: relative;
      text-align: center;
      overflow: hidden;
      color: #333;
      padding: 10px 12px;
      border-radius: 10px;
      border: 1px solid #d8d8d8;
      transition: all 0.3s; }
      .detail-option__item:hover, .detail-option__item.active {
        border-color: #254edb; }
      .detail-option__item.active::after, .detail-option__item.active::before {
        opacity: 1; }
      .detail-option__item::after {
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        opacity: 0;
        border-bottom: 28px solid transparent;
        border-right: 28px solid red; }
      .detail-option__item::before {
        position: absolute;
        content: "";
        top: 5px;
        right: 5px;
        z-index: 10;
        opacity: 0;
        width: 9px;
        height: 5px;
        transform: rotate(-45deg);
        border-bottom: 2.5px solid #fff;
        border-left: 2.5px solid #fff; }
    .detail-option__title {
      font-size: 15px;
      line-height: 1.4; }
    .detail-option__price {
      margin-top: 6px;
      font-size: 15px;
      font-weight: bold; }
  .detail-video__img {
    position: relative;
    margin-top: 20px; }
    .detail-video__img > img {
      width: 100%; }
    .detail-video__img::after {
      position: absolute;
      content: "";
      left: 50%;
      top: 50%;
      width: 95px;
      height: 70px;
      background-image: url(../images/details/icon-yt.png);
      transform: translate(-50%, -50%); }
  .detail-news {
    width: 38%;
    padding: 0 16px 0 45px; }
    @media only screen and (max-width: 1601px) {
      .detail-news {
        width: 36%;
        padding: 0px 16px 0 30px; } }
    .detail-news__list {
      margin-top: 20px; }
    .detail-news__item {
      color: #333; }
      .detail-news__item + .detail-news__item {
        margin-top: 16px;
        padding-top: 10px;
        border-top: 1px solid #eee; }
    .detail-news__info {
      margin-top: 12px; }
    .detail-news__heading {
      font-size: 16px;
      font-weight: 700;
      text-transform: uppercase; }
      @media only screen and (max-width: 1601px) {
        .detail-news__heading {
          line-height: 1.4; } }
    .detail-news__desc {
      margin-top: 4px; }
  .detail-evaluate {
    margin-top: 30px; }
    .detail-evaluate__cover {
      padding: 22px 0 20px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center; }
    .detail-evaluate__number {
      font-size: 34px;
      font-weight: 700;
      color: #ff9727; }
      @media only screen and (max-width: 1601px) {
        .detail-evaluate__number {
          font-size: 30px;
          line-height: 1.2; } }
    .detail-evaluate__total {
      width: 187px;
      min-width: 187px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
    .detail-evaluate__star {
      margin-top: 10px; }
      @media only screen and (max-width: 1601px) {
        .detail-evaluate__star {
          margin-top: 5px; } }
      .detail-evaluate__star i {
        font-size: 17px; }
        @media only screen and (max-width: 1601px) {
          .detail-evaluate__star i {
            font-size: 13px; } }
        .detail-evaluate__star i + i {
          margin-left: 6px; }
    .detail-evaluate__list {
      padding-left: 20px;
      width: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center; }
    .detail-evaluate__item {
      font-size: 18px;
      font-weight: 600;
      width: 100px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #333;
      border-radius: 7px;
      padding: 7px 0px 8px;
      border: 1px solid #ccc;
      transition: all 0.3s; }
      @media only screen and (max-width: 1601px) {
        .detail-evaluate__item {
          font-size: 14px;
          width: 73px;
          padding: 6px 0px 7px; } }
      .detail-evaluate__item.active, .detail-evaluate__item:hover {
        color: #254edb;
        border-color: #254edb; }
      .detail-evaluate__item > i {
        margin-left: 6px;
        color: #ffc72d; }
      .detail-evaluate__item + .detail-evaluate__item {
        margin-left: 14px; }
    .detail-evaluate__ratio, .detail-evaluate__vote {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center; }
    .detail-evaluate__vote {
      padding-bottom: 20px;
      border-bottom: 1px dashed #e8e8e8; }
    .detail-evaluate__opinion {
      padding: 20px 15px 30px;
      border-radius: 5px;
      border: 1px solid #e8e8e8; }
    .detail-evaluate__quantity {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 238px;
      min-width: 238px;
      font-size: 45px;
      color: #fe302e; }
      @media only screen and (max-width: 1601px) {
        .detail-evaluate__quantity {
          width: 158px;
          min-width: 158px; } }
      .detail-evaluate__quantity i {
        margin-left: 10px; }
    .detail-evaluate__ratio {
      width: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center; }
    .detail-evaluate__input {
      display: none; }
    .detail-evaluate__group + .detail-evaluate__group {
      margin-left: 5px; }
    .detail-evaluate__group:hover .detail-evaluate__alert {
      opacity: 1;
      visibility: visible; }
    .detail-evaluate__select, .detail-evaluate__header {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center; }
    .detail-evaluate__header {
      padding: 0 12px; }
    .detail-evaluate__select {
      margin-left: 14px; }
    .detail-evaluate__alert {
      position: absolute;
      left: calc(100% + 14px);
      top: 50%;
      width: max-content;
      height: auto;
      color: #fff;
      border-radius: 4px;
      padding: 3px 8px 4px;
      opacity: 0;
      visibility: hidden;
      background-color: #52b858;
      transform: translateY(-50%);
      transition: visibility 0.2s,
 opacity 0.2s; }
      .detail-evaluate__alert::after {
        position: absolute;
        content: "";
        left: -5px;
        top: 50%;
        transform: translateY(-50%);
        border-top: 5px solid transparent;
        border-right: 5px solid #52b858;
        border-bottom: 5px solid transparent; }
    .detail-evaluate__form {
      margin-top: 20px;
      display: none; }
      .detail-evaluate__form.active {
        display: block; }
    .detail-evaluate__ingredient {
      width: 100%;
      border-left: 1px solid #eee;
      border-right: 1px solid #eee; }
    .detail-evaluate__select {
      position: relative; }
    .detail-evaluate__label i {
      transition: all 0.2s;
      font-size: 15px; }
      .detail-evaluate__label i.gold {
        color: #ffc72d; }
    .detail-evaluate__action {
      min-width: 240px;
      padding: 0 10px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      .detail-evaluate__action p {
        margin-bottom: 12px; }
    .detail-evaluate__option {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      padding: 0 20px; }
      .detail-evaluate__option + .detail-evaluate__option {
        margin-top: 4px; }
      .detail-evaluate__option .option-star {
        font-size: 14px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center; }
        .detail-evaluate__option .option-star i {
          margin-left: 4px; }
          .detail-evaluate__option .option-star i.gold {
            color: #ffc72d; }
      .detail-evaluate__option .option-progress {
        height: 8px;
        width: 100%;
        margin: 0 10px 0 20px; }
      .detail-evaluate__option .option-evaluate {
        color: #288ad6;
        min-width: 100px;
        text-align: right; }
        .detail-evaluate__option .option-evaluate > span {
          display: inline-block;
          font-weight: 700; }
    .detail-evaluate__btn {
      color: #fff;
      font-size: 14px;
      width: 86%;
      padding: 10px 15px 11px;
      border: 0;
      border-radius: 5px;
      background-color: #288ad6;
      border: 1px solid #288ad6; }
      .detail-evaluate__btn.active {
        color: #288ad6;
        background-color: #fff; }
        .detail-evaluate__btn.active .btn-show {
          display: none; }
        .detail-evaluate__btn.active .btn-hide {
          display: block; }
      .detail-evaluate__btn .btn-hide {
        display: none; }
    .detail-evaluate__comment {
      margin-top: 20px !important; }
  .detail-comment {
    margin-top: 12px;
    padding: 10px 14px;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #e8e8e8; }
    .detail-comment__group {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 10px 10px; }
    .detail-comment__input, .detail-comment__area {
      width: 100%;
      padding: 10px;
      font-size: 14px;
      border-radius: 5px;
      border: 0;
      border: 1px solid #e8e8e8; }
    .detail-comment__area {
      grid-column: 1/4; }
    .detail-comment__cover {
      margin-top: 12px;
      padding: 10px 10px 0px;
      border-top: 1px solid #e8e8e8;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .detail-comment__activity {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center; }
    .detail-comment__file i {
      padding-right: 4px; }
    .detail-comment__link {
      color: #0074da;
      margin-left: 10px; }
    .detail-comment__line {
      border-top: 1px dashed #eaeaea;
      margin-top: 20px; }
    .detail-comment__list {
      margin-top: 32px; }
    .detail-comment__title {
      font-weight: 700;
      margin-bottom: 6px; }
    .detail-comment__star {
      display: inline-flex; }
      .detail-comment__star > i + i {
        margin-left: 4px !important; }
    .detail-comment__time {
      display: inline-block;
      color: #999;
      margin-top: 5px; }
    .detail-comment__name {
      font-size: 14px;
      font-weight: 700; }
    .detail-comment__desc {
      line-height: 1.4;
      margin-top: 6px; }
    .detail-comment__sub {
      position: relative;
      margin-top: 20px;
      padding: 10px 14px;
      border-radius: 5px;
      border: 1px solid #e8e8e8;
      background-color: #f8f8f8; }
      .detail-comment__sub::before, .detail-comment__sub::after {
        position: absolute;
        content: ""; }
      .detail-comment__sub::before {
        left: 20px;
        top: -11px;
        border-bottom: 12px solid #e8e8e8;
        border-left: 11px solid transparent;
        border-right: 12px solid transparent; }
        @media only screen and (max-width: 1601px) {
          .detail-comment__sub::before {
            left: 19px; } }
      .detail-comment__sub::after {
        left: 20px;
        top: -9px;
        border-bottom: 10px solid #f8f8f8;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent; }
    .detail-comment__name {
      margin-bottom: 10px;
      text-transform: uppercase; }
    .detail-comment__item + .detail-comment__item {
      padding-top: 14px;
      margin-top: 20px;
      border-top: 1px solid #e8e8e8; }
    .detail-comment__img {
      overflow: hidden;
      margin: 16px 0 4px;
      max-width: 100px; }
    .detail-comment__btn {
      color: #fff;
      font-size: 14px;
      padding: 7px 24px;
      border: 0;
      border-radius: 5px;
      background-color: #288ad6; }
      @media only screen and (max-width: 1601px) {
        .detail-comment__btn {
          font-size: 13px; } }
  .detail-same {
    margin-top: 40px; }
    .detail-same__link {
      color: #333;
      font-size: 16px;
      font-weight: 700;
      border-radius: 0;
      padding: 12px 30px 11px; }
      .detail-same__link:hover {
        color: #254edb; }
      .detail-same__link.active {
        color: #fff;
        background-color: #254edb !important; }
  .detail-modal .modal-header {
    justify-content: center;
    padding: 16px 20px 10px;
    border-bottom: 1px solid #ddd; }
  .detail-modal .modal-dialog {
    max-width: 46%; }
  .detail-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: #254edb; }
  .detail-modal__title {
    font-size: 16px;
    font-weight: 700; }
  .detail-modal__item {
    padding: 10px 8px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center; }
    .detail-modal__item:first-child span {
      font-weight: bold; }
    .detail-modal__item:nth-child(2n) {
      background-color: #f5f5f5; }
  .detail-modal__sub {
    font-weight: 600;
    padding-right: 12px;
    min-width: 180px;
    width: 180px; }
  .detail-modal__detail {
    width: 100%; }
    .detail-modal__detail p {
      line-height: 1.5; }
  .detail-modal__warranty {
    text-align: center; }
  .detail-modal__warranty {
    display: inline-block;
    min-width: 100px;
    width: 100px; }
  .detail-modal__body {
    max-height: 70vh;
    overflow-y: auto;
    padding: 10px 16px 20px; }
  .detail-sale {
    position: relative;
    width: 68%;
    margin-top: 14px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 8px;
    background-color: #254edb;
    border: 1.6px solid #254edb; }
    @media only screen and (max-width: 1601px) {
      .detail-sale {
        width: 94%; } }
    @media only screen and (min-width: 63.9375em) and (max-width: 1240px) {
      .detail-sale {
        width: 100%; }
        .detail-sale .hide-on-pc-Lose {
          display: none; } }
    .detail-sale__sub {
      height: 100%;
      font-size: 20px;
      font-weight: bold;
      width: 50%;
      color: #fff;
      padding-left: 20px;
      text-transform: uppercase; }
    .detail-sale__cover {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      flex-direction: column; }
    .detail-sale__time {
      position: relative;
      width: 50%;
      display: block;
      margin-top: 0 !important;
      padding: 8px 10px;
      background-color: #fff; }
      .detail-sale__time::after {
        position: absolute;
        content: "";
        top: 0;
        right: calc(100% - 0.2px);
        z-index: 10;
        border-right: 28px solid #fff;
        border-top: 100px solid transparent;
        border-left: 50px solid transparent; }
    .detail-sale__number {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 6px;
      width: 30px;
      height: 30px;
      font-size: 16px;
      font-weight: 600;
      color: #fff;
      background-color: #000; }
    .detail-sale__quantity {
      margin-top: 6px !important; }
    .detail-sale__dot {
      margin: 6px 8px 0 10px !important;
      font-weight: 600; }
    .detail-sale__text {
      margin-top: 4px;
      line-height: 1.2;
      font-size: 13px;
      font-weight: 500; }

.build {
  padding: 28px 0 28px; }
  .build-wrapper {
    padding: 30px 28px 34px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0px 0px 1px 0 rgba(0, 0, 0, 0.25); }
  .build-header {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 28px 0;
    margin-bottom: 25px;
    text-transform: uppercase;
    background-color: #254edb; }
  .build-banner {
    margin-bottom: 20px; }
    .build-banner img {
      width: 100%; }
  .build-tabs__btn,
  .build-tabs .nav-link {
    background-color: #d9d9d9;
    color: #000;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 5px;
    margin-right: 12px;
    font-weight: 500;
    text-transform: uppercase; }
    .build-tabs__btn:hover,
    .build-tabs .nav-link:hover {
      color: #fff;
      opacity: 1; }
    .build-tabs__btn.active,
    .build-tabs .nav-link.active {
      background-color: #254edb; }
  .build-tabs__btn {
    background-color: #254edb;
    color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 8px 14px;
    margin-bottom: 40px; }
    .build-tabs__btn:hover {
      opacity: 0.9; }
    .build-tabs__btn:hover > svg {
      transition: all 1s ease;
      transform: rotate(360deg); }
    .build-tabs__btn > svg {
      margin-left: 8px; }
    .build-tabs__btn-icon {
      text-transform: uppercase;
      margin-right: 4px;
      font-size: 18px; }
  .build-tabs__text {
    font-size: 15px;
    text-transform: initial; }
  .build-tabs__footer {
    padding-top: 34px; }
  .build-tabs__save {
    margin-top: 40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center; }
    .build-tabs__save > button {
      color: #fff;
      font-size: 14px;
      padding: 9px 24px;
      border-radius: 6px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      text-transform: uppercase;
      background-color: #254edb;
      margin-right: 12px; }
      .build-tabs__save > button > svg {
        margin-left: 10px; }
      .build-tabs__save > button:hover {
        color: #fff;
        opacity: 0.9; }
  .build-tabs__total {
    width: 40%;
    margin-left: auto; }
  .build-tabs__price {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
    background-color: #254edb; }
    .build-tabs__price:nth-child(2), .build-tabs__price:nth-child(3) {
      color: #333;
      background-color: #fdd835; }
    .build-tabs__price + .build-tabs__price {
      margin-top: 1px; }
    .build-tabs__price > span,
    .build-tabs__price > p {
      display: block;
      line-height: 23px;
      padding: 9px 14px; }
    .build-tabs__price > p {
      border-right: 1.8px solid #fff;
      min-width: 60%; }
    .build-tabs__price > span {
      text-align: right;
      min-width: 40%; }
  .build-tabs .tab-content .tab-pane {
    padding-top: 30px; }
  .build-tabs .nav-link.active:hover {
    color: #fff; }
  .build-tabs .nav-link:hover {
    color: #254edb; }
  .build-table {
    border: 1px solid #e5e5e5; }
    .build-table tbody > tr {
      background-color: #f9f9f9; }
      .build-table tbody > tr > td {
        padding: 10px 17px; }
        .build-table tbody > tr > td:first-child {
          padding: 17px 20px;
          border-right: 1px solid #e5e5e5; }
      .build-table tbody > tr:nth-child(2n) {
        background-color: #fff; }
      .build-table tbody > tr .build-tabs__btn {
        margin-bottom: 0; }
    .build-table__catalog {
      min-height: 28px;
      font-size: 16px;
      font-weight: bold;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center; }
    .build-table__item {
      align-items: flex-start;
      padding: 12px 8px !important;
      grid-template-columns: 50% 50% !important; }
      @media only screen and (max-width: 1283px) {
        .build-table__item {
          display: block !important; }
          .build-table__item .hide-on-pc-HD {
            display: none; } }
      .build-table__item .build-product__img {
        min-width: 19%; }
      .build-table__item .build-product__detail {
        min-width: 77%; }
    .build-table__btn, .build-table__action {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center; }
    .build-table__action {
      margin-top: 4px;
      justify-content: flex-end; }
      .build-table__action .price-final,
      .build-table__action .price-product {
        font-weight: bold; }
        .build-table__action .price-final sup,
        .build-table__action .price-product sup {
          text-decoration: underline;
          font-size: 12px; }
      .build-table__action .price-product {
        font-size: 16px; }
      .build-table__action .price-final {
        font-size: 18px;
        margin-right: 36px;
        color: #254edb; }
      .build-table__action .quality-item {
        padding: 4px 6px;
        font-size: 15px;
        width: 76px;
        text-align: center;
        border: 1px solid #666; }
      .build-table__action .quality-item,
      .build-table__action > span {
        margin-right: 18px; }
    .build-table__btn > div {
      cursor: pointer;
      margin: 0 10px; }
      .build-table__btn > div > i {
        font-size: 20px; }
    .build-table__btn .edit-item {
      color: #0074da; }
    .build-table__btn .remove-item {
      color: #254edb; }
    .build-table .build-tabs__btn {
      padding: 5px 10px; }
  .build-category {
    font-size: 16px; }
    .build-category .modal-dialog {
      margin-top: 40px;
      max-width: 68%; }
    .build-category .modal-header {
      padding: 12px 24px 12px 24px;
      background-color: #254edb; }
      .build-category .modal-header .btn-close {
        width: 9px;
        height: 9px;
        opacity: 1;
        background-size: contain;
        background-image: 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"); }
    .build-category .modal-content {
      border: 0; }
    .build-category .modal-body {
      padding: 10px 10px 10px 14px; }
    .build-category__header {
      width: 80%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .build-category__header > h5 {
        font-size: 22px;
        font-weight: bold;
        color: #fff; }
    .build-category__search {
      border-radius: 6px;
      overflow: hidden;
      width: 52%; }
      .build-category__search > input {
        border: 0;
        padding: 10px 10px 8px 14px;
        font-size: 14px; }
        .build-category__search > input:focus {
          box-shadow: none; }
      .build-category__search .input-group-text {
        background-color: #fff;
        border: 0;
        font-size: 20px;
        padding: 4px 8px; }
  .build-sort {
    padding-right: 6px;
    border-right: 0.5px solid #f2f2f2; }
    .build-sort__option {
      height: calc(100% - 42px);
      overflow-y: scroll;
      overflow-x: hidden;
      padding: 14px 10px 12px 0px; }
      .build-sort__option .filter-condition__option + .filter-condition__option {
        margin-top: 20px; }
    .build-sort__heading {
      font-weight: 700;
      font-size: 18px;
      color: #254edb;
      padding-bottom: 10px;
      margin: 10px 20px 0 0;
      border-bottom: 1px solid #f2f2f2; }
  .build-store {
    margin-bottom: 24px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start; }
    .build-store__status {
      padding-right: 30px;
      width: 26%; }
    .build-store__title {
      font-size: 16px;
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 10px; }
    .build-store__name {
      text-align: center;
      font-size: 15px;
      font-weight: 700; }
      .build-store__name span {
        margin-top: 4px;
        display: block; }
    .build-store__info {
      width: 54%; }
    .build-store__select {
      margin-top: 20px; }
    .build-store__group {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center; }
      .build-store__group + .build-store__group {
        margin-top: 10px; }
    .build-store__input {
      margin-right: 8px;
      width: 18px;
      height: 18px; }
    .build-store__note {
      margin-top: 16px;
      padding: 16px;
      border-radius: 10px;
      border: 1px solid #e3e3e3; }
      .build-store__note a {
        color: #333;
        display: inline-block; }
  .build-sort__option, .build-product__wrapper {
    /* Track */ }
    .build-sort__option::-webkit-scrollbar, .build-product__wrapper::-webkit-scrollbar {
      width: 9px; }
    .build-sort__option::-webkit-scrollbar-track, .build-product__wrapper::-webkit-scrollbar-track {
      background: #f3f3f3;
      border-radius: 50px; }
    .build-sort__option::-webkit-scrollbar-thumb, .build-product__wrapper::-webkit-scrollbar-thumb {
      border-radius: 50px;
      background: #d1d1d1; }
  .build-sort, .build-product {
    height: 84vh;
    overflow: hidden; }
  .build-product__wrapper {
    height: 96%;
    padding-bottom: 20px;
    overflow-y: auto;
    overflow-x: hidden; }
  .build-product__header {
    padding: 0 0 10px 6px;
    border-bottom: 1px solid #f2f2f2;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .build-product__header .input-group {
      width: 22%; }
    .build-product__header .input-group-text {
      font-size: 14px;
      background-color: #fff;
      border: 0;
      font-weight: bold;
      margin-right: 10px; }
    .build-product__header .form-select {
      padding: 6px 10px 5px;
      border-radius: 6px !important;
      font-size: 14px; }
      .build-product__header .form-select:active, .build-product__header .form-select:focus {
        border-color: #254edb;
        box-shadow: none; }
  .build-product__item {
    padding: 25px 20px;
    display: grid;
    grid-template-columns: 84% 16%; }
    .build-product__item + .build-product__item {
      border-top: 1px solid #e1e1e1; }
  .build-product__img {
    position: relative;
    min-width: 18%;
    margin-right: 24px;
    padding-top: 18%;
    overflow: hidden; }
    .build-product__img > img {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 100%; }
  .build-product__detail {
    width: 70%; }
  .build-product__title {
    line-height: 22px;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px; }
  .build-product__status, .build-product__code {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center; }
  .build-product__info {
    display: flex;
    align-items: flex-start; }
  .build-product__code {
    font-size: 15px;
    margin-bottom: 8px;
    color: #666; }
    .build-product__code > p {
      min-width: 100px; }
  .build-product__status {
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    padding: 5px 10px 6px;
    background-color: #2cc067; }
    .build-product__status.special {
      color: #555;
      background-color: #eaeaea; }
    .build-product__status > i {
      padding-right: 6px; }
    .build-product__status > p {
      line-height: 18px; }
  .build-product__money {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #254edb;
    padding-top: 4px; }
  .build-product__btn {
    width: 50%;
    height: 42px;
    margin-left: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background-color: #254edb; }
    .build-product__btn.special {
      pointer-events: none; }
      .build-product__btn.special:hover {
        cursor: default;
        opacity: 1; }
    .build-product__btn > i {
      color: #fff;
      font-size: 20px; }
  .build-slide {
    margin-top: 40px; }
    .build-slide__heading {
      font-size: 22px;
      padding-bottom: 10px;
      border-bottom: 1.4px solid #e5e5e5; }
    .build-slide__list {
      margin-top: 16px; }
      .build-slide__list .category__swiper-valuate-code {
        display: inline-block;
        margin-left: 20px; }
      .build-slide__list .flashSale__swiper-item > a {
        padding-top: 100%; }
      .build-slide__list .swiper-button-next:after,
      .build-slide__list .swiper-button-prev:after {
        font-size: 27px;
        font-weight: 800;
        color: #666; }
      .build-slide__list .swiper-button-next.swiper-button-disabled,
      .build-slide__list .swiper-button-prev.swiper-button-disabled {
        opacity: 0; }
    .build-slide__item {
      padding-top: 24px; }
      .build-slide__item-heading {
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        font-weight: 500;
        margin-bottom: 16px; }
    .build-slide__btn {
      font-size: 15px;
      padding: 6px 0 !important;
      margin-top: 40px;
      border-radius: 4px;
      color: #fff;
      width: 100%;
      background-color: #254edb; }
      .build-slide__btn:hover {
        color: #fff; }
  .build-bill {
    padding: 40px 0;
    max-width: 700px;
    background-color: #fff; }
    .build-bill__header {
      padding: 20px 0 18px;
      background-color: #f3f4f6;
      text-align: center; }
    .build-bill__logo {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 55px; }
      .build-bill__logo > img {
        height: 100%; }
    .build-bill__img {
      margin-right: 20px;
      --sizeImg: 125px;
      width: var(--sizeImg);
      min-width: var(--sizeImg);
      position: relative;
      height: var(--sizeImg);
      overflow: hidden; }
      .build-bill__img > img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: contain; }
    .build-bill__title {
      font-size: 30px;
      font-weight: bold;
      margin-top: 16px;
      text-transform: uppercase; }
    .build-bill__item {
      padding: 14px 0;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center; }
    .build-bill__text, .build-bill__price {
      margin-top: 4px; }
    .build-bill__text {
      font-size: 15px; }
      .build-bill__text span {
        font-weight: bold; }
    .build-bill__price {
      font-size: 17px;
      font-weight: bold; }
    .build-bill__name {
      text-transform: uppercase;
      font-weight: bold;
      font-size: 17px;
      line-height: 1.4; }
    .build-bill__info {
      margin-right: 20px; }
    .build-bill__list {
      margin-top: 16px; }
    .build-bill__money {
      font-size: 19px;
      font-weight: bold;
      color: #254edb;
      width: 170px;
      min-width: 170px; }
    .build-bill__total {
      margin-top: 28px; }
    .build-bill__end {
      margin-top: 16px; }
    .build-bill__total, .build-bill__end {
      text-align: center;
      font-size: 22px;
      font-weight: bold;
      color: #254edb; }
    .build-bill__footer {
      text-align: center;
      margin-top: 40px; }
    .build-bill__sub {
      font-size: 18px;
      text-transform: uppercase; }
    .build-bill__link {
      font-size: 14px;
      margin-top: 6px;
      color: #140bc2;
      text-decoration: underline; }
  .build-modal .modal-body {
    padding: 10px 24px 30px; }
  .build-modal__title {
    font-weight: bold; }
  .build-modal__btn {
    width: 40%;
    margin-left: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center; }
  .build-modal__icon {
    width: 30px;
    height: 30px;
    margin-right: 8px; }
  .build-modal__share {
    margin-top: 18px;
    padding-top: 25px;
    border-top: 1px solid #e0e0e0; }
  .build-modal__text {
    font-size: 16px;
    font-weight: bold;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center; }
  .build-modal__fb {
    width: 40%;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    margin: 25px auto 0;
    padding: 12px 20px;
    border-radius: 8px;
    background-color: #3664b9; }
    .build-modal__fb:hover {
      color: #fff; }

.cart {
  margin: 10px 0 60px; }
  .cart-header {
    font-size: 22px;
    font-weight: bold; }
    .cart-header span {
      font-size: 14px;
      font-weight: 400; }
  .cart-empty {
    margin-top: 60px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .cart-empty__text {
      font-size: 14px;
      margin-top: 18px; }
    .cart-empty__link {
      color: #fff;
      font-size: 14px;
      margin-top: 20px;
      padding: 11px 32px;
      border-radius: 5px;
      background-color: #ff9727; }
      .cart-empty__link:hover {
        color: #fff; }
  .cart-detail__cover {
    padding-left: 10px;
    margin-top: 16px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start; }
    @media only screen and (max-width: 1440px) {
      .cart-detail__cover {
        padding-left: 4px; } }
  .cart-table {
    width: 100%;
    margin-right: 16px;
    border-collapse: separate; }
    .cart-table__title {
      font-weight: bold;
      color: black;
      background-color: white;
      margin-bottom: 10px; }
      .cart-table__title .delete_all_in_cart {
        padding: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: flex-end; }
      .cart-table__title td:first-child {
        padding: 0px 0px;
        width: 3%; }
      .cart-table__title td:nth-child(2) {
        width: 46%; }
        @media only screen and (max-width: 1440px) {
          .cart-table__title td:nth-child(2) {
            width: 49%; } }
      .cart-table__title td:nth-child(3) {
        width: 18%; }
        @media only screen and (max-width: 1440px) {
          .cart-table__title td:nth-child(3) {
            width: 14%; } }
      .cart-table__title td:nth-child(4) {
        width: 14%; }
        @media only screen and (max-width: 1440px) {
          .cart-table__title td:nth-child(4) {
            width: 14%; } }
      .cart-table__title td:nth-child(5) {
        width: 15%; }
        @media only screen and (max-width: 1440px) {
          .cart-table__title td:nth-child(5) {
            width: 16%; } }
      .cart-table__title td:nth-child(6) {
        width: 4%; }
    .cart-table__label {
      width: 100%;
      margin-left: 2px;
      line-height: 17px;
      text-align: left; }
    .cart-table__namePro {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex: 1;
      position: relative; }
      .cart-table__namePro .delete-all-cart {
        position: absolute;
        right: 14px;
        top: 0; }
    .cart-table__info {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      flex-direction: column;
      padding-right: 10px;
      width: 100%; }
      .cart-table__info > a {
        text-decoration: none;
        display: block;
        font-size: 14px;
        line-height: 1.4;
        text-align: initial;
        width: 100%;
        color: #000;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden; }
        .cart-table__info > a:hover {
          color: #254edb; }
      .cart-table__info span {
        margin-top: 8px;
        display: block;
        font-size: 13px; }
    .cart-table__img {
      position: relative;
      padding-top: 88px;
      min-width: 88px;
      overflow: hidden;
      margin-right: 10px; }
      @media only screen and (max-width: 1440px) {
        .cart-table__img {
          padding-top: 85px;
          min-width: 85px; } }
      .cart-table__img > img {
        position: absolute;
        top: 50%;
        left: 0;
        height: 100%;
        object-fit: contain;
        transform: translateY(-50%); }
    .cart-table__quantity {
      --sizeHeight: 32px;
      display: inline-flex; }
      .cart-table__quantity .detail-quantity__input {
        width: 40px; }
    .cart-table__item {
      border: 0;
      margin-top: 0px;
      background-color: #fff;
      box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05); }
      .cart-table__item .price sup {
        top: -2px;
        font-size: 12px;
        color: #254edb;
        text-decoration: underline; }
      .cart-table__item > td {
        padding: 14px 0; }
      .cart-table__item .total-item-price,
      .cart-table__item .show-buy-old,
      .cart-table__item .show-buy-price {
        font-size: 16px;
        font-weight: bold; }
        .cart-table__item .total-item-price sup,
        .cart-table__item .show-buy-old sup,
        .cart-table__item .show-buy-price sup {
          font-size: 13px;
          top: -1px;
          text-decoration: underline; }
      .cart-table__item .show-buy-price {
        margin-right: 4px; }
      .cart-table__item .show-buy-old {
        color: #888;
        font-size: 12px;
        font-weight: 400;
        text-decoration: line-through; }
        .cart-table__item .show-buy-old sup {
          font-size: 10px; }
      .cart-table__item .total-item-price {
        color: #254edb; }
    .cart-table__box {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center; }
      .cart-table__box-header {
        margin: 20px 0 12px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 17px; }
        .cart-table__box-header-text {
          flex: 1;
          width: 100%;
          text-align: left;
          margin-left: 144px; }
        .cart-table__box-header .payment__box-check {
          margin: 0;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 180px;
          margin-left: 12px; }
      .cart-table__box .payment__item-img {
        width: 24% !important; }
        .cart-table__box .payment__item-img-cover {
          flex: 1;
          position: relative; }
          .cart-table__box .payment__item-img-cover .delete-all-cart {
            position: absolute;
            right: 14px;
            top: 0; }
      .cart-table__box .payment__item-unit {
        margin: 16px 0 12px;
        font-weight: bold; }
        .cart-table__box .payment__item-unit-text {
          font-weight: 500;
          margin-right: 16px; }
        .cart-table__box .payment__item-unit .show-buy-price {
          font-size: 17px; }
      .cart-table__box .payment__item-quantity {
        display: flex;
        align-items: center; }
        .cart-table__box .payment__item-quantity > input {
          margin-left: 12px; }
      .cart-table__box .payment__item-text {
        min-height: 30px;
        display: block;
        margin-bottom: 8px;
        padding-right: 40px;
        line-height: 22px; }
    .cart-table__check {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      justify-content: center; }
      .cart-table__check > input[type="checkbox"] {
        display: none; }
        .cart-table__check > input[type="checkbox"]:checked + .cart-table__input {
          background-color: #005aff;
          border: 0; }
          .cart-table__check > input[type="checkbox"]:checked + .cart-table__input::before {
            display: block; }
    .cart-table__input {
      position: relative;
      display: block;
      font: inherit;
      color: currentColor;
      background-color: #fcfcfc;
      font-size: 15px;
      width: 1.2em;
      min-width: 1.2em;
      height: 1.2em;
      margin: 0;
      border-radius: 0.15em;
      border: 1px solid #5e5e5e;
      cursor: pointer;
      transition: transform 0.3s ease 0s; }
      .cart-table__input::before {
        content: "";
        position: absolute;
        display: none;
        z-index: 2;
        width: 12px;
        height: 6px;
        top: 4px;
        left: 3px;
        background: transparent;
        border: 2px solid #fff;
        border-top: none;
        border-right: none;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
    .cart-table td {
      font-size: 14px;
      font-weight: 400;
      text-align: left; }
    .cart-table .delete-all-cart {
      cursor: pointer;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      justify-content: flex-end; }
  .cart-activity {
    --heightDiscount: 35px;
    min-width: 440px; }
    @media only screen and (max-width: 1440px) {
      .cart-activity {
        min-width: 300px; } }
    .cart-activity__discount {
      font-size: 17px;
      padding: 8px 8px 4px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      background-color: #fff; }
      .cart-activity__discount > input {
        padding: 6px 10px;
        font-size: 13px;
        height: var(--heightDiscount);
        border-right: 0;
        border-radius: 0;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px; }
        .cart-activity__discount > input:focus {
          box-shadow: none;
          border-color: #f2f2f2; }
    .cart-activity__apply {
      color: #fff;
      min-width: 80px;
      height: var(--heightDiscount);
      font-size: 13px;
      padding: 4px 14px;
      border: 0;
      background: #254edb;
      border-radius: 0;
      border-bottom-right-radius: 3px;
      border-top-right-radius: 3px; }
      .cart-activity__apply:hover {
        color: #fff; }
    .cart-activity__error {
      font-size: 13px;
      line-height: 20px;
      padding: 0px 8px;
      display: block;
      color: #ee2724; }
    .cart-activity__price {
      margin-top: 6px;
      border-radius: 8px;
      padding: 4px 8px 12px;
      background-color: #fff; }
      .cart-activity__price > div {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
        border-bottom: 1px solid #ddd; }
        .cart-activity__price > div > span:first-child {
          font-size: 13px; }
        .cart-activity__price > div > span sup {
          font-size: 11px;
          top: -2px; }
      .cart-activity__price .cart-vat {
        margin-top: 10px;
        font-size: 14px;
        display: block;
        text-align: right; }
      .cart-activity__price .total-cart-payment {
        color: #ee2724;
        font-size: 16px;
        margin-right: 1px; }
    .cart-activity__money {
      font-weight: bold;
      font-size: 13px; }
      .cart-activity__money .total-cart-price,
      .cart-activity__money .price-discount {
        margin-right: 1px; }
      .cart-activity__money .total-cart-price {
        font-size: 14px; }
    .cart-activity__total {
      border-bottom: 0 !important; }
    .cart-activity__btn {
      color: #fff;
      width: 100%;
      font-size: 16px;
      margin-top: 7px;
      padding: 6px 14px;
      border-radius: 6px;
      border: 1px solid #5877ff;
      background-color: #254edb;
      box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; }
      .cart-activity__btn:hover {
        color: #fff;
        opacity: 0.9;
        border: 1px solid #5877ff;
        background-color: #254edb; }

.payment-cover {
  margin-top: 12px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start; }

.payment-title {
  font-size: 19px; }

.payment-info {
  width: 100%;
  padding-right: 20px; }
  .payment-info__order {
    margin-top: 30px; }

.payment-method {
  min-width: 440px; }
  @media only screen and (max-width: 1440px) {
    .payment-method {
      min-width: 420px; } }
  .payment-method__group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .payment-method__group > h3 {
      font-weight: bold; }
  .payment-method__cover {
    font-size: 14px;
    padding: 10px 12px;
    border-radius: 6px;
    border: 1px solid #e1e1e1; }
  .payment-method__header {
    margin-bottom: 10px; }
  .payment-method__edit {
    color: #333;
    padding: 4px 14px;
    border-radius: 6px;
    border: 1px solid #e1e1e1;
    background: linear-gradient(180deg, #fff, #ebeceb); }
    .payment-method__edit:hover {
      color: #254edb; }
  .payment-method__total {
    font-weight: bold;
    padding-top: 8px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e1e1e1; }
    .payment-method__total .total-money {
      font-size: 16px;
      color: #254edb; }
  .payment-method__number {
    margin-top: 8px;
    display: inline-flex;
    align-items: center; }
    .payment-method__number a {
      margin-left: 4px; }
  .payment-method__status {
    margin-top: 18px; }
  .payment-method__form {
    margin-top: 14px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    display: none; }
    .payment-method__form.active {
      display: block; }
  .payment-method__label {
    min-width: 100px !important; }
  .payment-method__vat {
    margin-top: 6px;
    text-align: right;
    font-style: italic; }
  .payment-method__tax {
    margin-top: 18px; }
  .payment-method__add, .payment-method__save, .payment-method__btn {
    margin-top: 6px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 14px;
    border-radius: 4px;
    text-transform: uppercase; }
    .payment-method__add:hover, .payment-method__save:hover, .payment-method__btn:hover {
      color: #fff; }
  .payment-method__btn {
    margin-top: 11px;
    background-color: #254edb; }
  .payment-method__save {
    background-color: #0074da; }
  .payment-method__add {
    background-color: #ff9727; }

.payment-form {
  margin-top: 16px;
  padding: 20px 0 30px;
  border-radius: 6px;
  border: 1px solid #e1e1e1; }
  .payment-form__wrapper {
    width: 60%;
    margin: 0 auto; }
    @media only screen and (max-width: 1440px) {
      .payment-form__wrapper {
        width: 80%; } }
  .payment-form__cover {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center; }
    .payment-form__cover + .payment-form__cover {
      margin-top: 10px; }
  .payment-form__label {
    font-size: 14px;
    font-weight: bold;
    padding-right: 14px;
    min-width: 180px; }
  .payment-form__input {
    font-size: 13px;
    padding: 9px 12px; }
    .payment-form__input:focus, .payment-form__input:active {
      box-shadow: none;
      border-color: #254edb; }
  .payment-form__quantity {
    margin-top: 4px !important;
    font-weight: 500; }
  .payment-form__list {
    margin-top: 24px; }
  .payment-form__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .payment-form__item + .payment-form__item {
      border-top: 1px dashed #e1e1e1; }
  .payment-form__price {
    font-size: 16px; }
  .payment-form__detail {
    flex: none;
    width: 80%;
    justify-content: flex-start; }

.payment-order__form {
  padding: 18px 20px; }

.payment-order__group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center; }
  .payment-order__group + .payment-order__group {
    margin-top: 8px; }

.payment-order__label {
  cursor: pointer; }

.payment-order__option {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  margin-right: 6px; }

.payment-order__text {
  margin-top: 18px;
  text-transform: uppercase; }

.payment-order__qr {
  width: 200px;
  margin: 22px auto 0; }

.payment-order__area {
  margin-top: 14px;
  width: 100%;
  border-radius: 6px;
  border-color: #ced4da; }

.news.special {
  margin-top: 20px; }

.news-nav {
  margin-top: 12px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ced4da; }
  .news-nav__item {
    font-size: 15px;
    color: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 8px 12px;
    border-radius: 4px;
    background-color: #254edb; }
    .news-nav__item:hover {
      color: #fff; }

.news-cover {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  .news-cover + .news-cover {
    margin-top: 34px; }

.news-article {
  width: 65%; }
  .news-article.special {
    width: calc(73% - 12px);
    padding: 18px 15px 10px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(100, 100, 100, 0.1); }
  .news-article__main {
    position: relative;
    overflow: hidden; }
    .news-article__main:hover .news-article__info {
      bottom: 0; }
  .news-article__img {
    position: relative; }
    .news-article__img::after {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(65%, #000), to(#000));
      background: linear-gradient(180deg, transparent 0, #000 65%, #000);
      opacity: 0.6; }
  .news-article__sub {
    display: block;
    padding: 6px 14px;
    line-height: 1.5;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    background-color: #254edb; }
  .news-article__info {
    position: absolute;
    z-index: 10;
    bottom: -37px;
    left: 0;
    width: 100%;
    padding: 20px;
    transition: bottom 0.3s; }
  .news-article__banner {
    position: relative;
    padding-top: 66%;
    overflow: hidden; }
    .news-article__banner > img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .news-article__title {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin-top: 18px; }
    .news-article__title a {
      color: #fff; }
  .news-article__name {
    font-weight: 700;
    color: #222;
    margin-top: 10px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .news-article__slide {
    margin-top: 24px; }
  .news-article__activity {
    margin-top: 14px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
  .news-article__cover {
    color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center; }
    .news-article__cover + .news-article__cover {
      margin-left: 20px; }
    .news-article__cover i {
      margin-top: 2px;
      margin-right: 6px; }
  .news-article__text {
    font-size: 32px;
    font-weight: 700; }
    @media only screen and (max-width: 1440px) {
      .news-article__text {
        font-size: 24px; } }
  .news-article__author {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-top: 22px; }
    @media only screen and (max-width: 1440px) {
      .news-article__author {
        margin-top: 18px; } }
  .news-article__detail {
    display: inline-block;
    color: #888;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center; }
    .news-article__detail:first-child span {
      font-weight: 700;
      color: #254edb; }
    .news-article__detail span {
      margin-left: 6px; }
    .news-article__detail i {
      margin-top: 1px; }
    .news-article__detail + .news-article__detail {
      margin-left: 20px; }
  .news-article__content {
    margin-top: 40px;
    padding-bottom: 20px; }
    .news-article__content * {
      all: revert;
      margin: revert;
      font-size: revert;
      padding: revert;
      list-style-type: revert;
      display: revert;
      color: revert;
      text-decoration: revert;
      line-height: revert; }
    .news-article__content img {
      width: 100% !important;
      height: auto !important; }

.news-detail {
  padding-left: 24px;
  width: 35%; }
  .news-detail.special {
    width: 27%;
    padding: 12px 14px 18px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(100, 100, 100, 0.1); }
  .news-detail__header {
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
    padding: 8px 14px 7px;
    color: #fff;
    text-transform: uppercase;
    background-color: #254edb; }
  .news-detail__list {
    margin-top: 20px; }
  .news-detail__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start; }
    .news-detail__item + .news-detail__item {
      margin-top: 28px; }
  .news-detail__info {
    padding-right: 14px;
    width: 100%; }
    .news-detail__info.special {
      padding-right: 0px; }
  .news-detail__title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5; }
    .news-detail__title a {
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      color: #333; }
      .news-detail__title a:hover {
        color: #254edb; }
  .news-detail__desc {
    margin-top: 4px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .news-detail__img {
    min-width: 150px;
    width: 150px;
    position: relative;
    height: 104px;
    overflow: hidden; }
    .news-detail__img > img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: contain; }

.news-special__img {
  margin-bottom: 20px;
  position: relative;
  padding-top: 53%;
  overflow: hidden; }
  .news-special__img > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .news-special__img.special {
    margin-bottom: 10px; }

.news-special__info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center; }

.news-special__cover {
  padding-left: 20px; }

.news-special__list {
  margin-top: 18px; }

.news-special__number {
  font-size: 16px;
  font-weight: 700;
  width: 40px;
  height: 40px;
  font-style: italic;
  border-radius: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f0eded;
  transition: all 0.3s; }
  .news-special__number.special {
    position: relative;
    font-size: 50px;
    font-style: italic;
    font-weight: 700;
    border-radius: 0%;
    width: auto;
    height: auto;
    line-height: 1;
    color: #cacaca;
    padding-right: 15px;
    background-color: #fff;
    border-right: 1px solid #f0eded; }

.news-special__name a:hover {
  color: #254edb; }

.news-special__title a {
  font-size: 18px; }
  @media only screen and (max-width: 1440px) {
    .news-special__title a {
      font-size: 14px; } }
  .news-special__title a:hover {
    color: #254edb; }

.news-special__item:nth-child(n + 2) {
  margin-top: 22px; }
  .news-special__item:nth-child(n + 2):hover .news-special__number {
    color: #fff;
    background-color: #254edb; }

.news-special__item:nth-child(2) {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid #f0eded; }

.news-special__post + .news-special__post {
  margin-top: 30px; }

.news-special__share {
  margin-top: 4px;
  color: #888;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  display: inline-flex;
  transition: all 0.3s; }
  .news-special__share:hover {
    color: #fff;
    padding: 0px 6px;
    border-radius: 4px;
    background-color: #45629f; }
    .news-special__share:hover .icon-share {
      display: none; }
    .news-special__share:hover .icon-face {
      display: block; }

.news-special__desc {
  font-size: 14px; }
  @media only screen and (max-width: 1440px) {
    .news-special__desc {
      font-size: 13px; } }

.news-special__icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center; }
  .news-special__icon i {
    min-width: 12px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 4px; }
  .news-special__icon .icon-face {
    display: none; }

.news-special__link {
  display: inline-block;
  color: #888;
  margin-top: 22px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 7px 24px;
  border: 1px solid #f0eded;
  transition: all 0.3s; }
  .news-special__link:hover {
    color: #254edb;
    border-color: #254edb; }

.news-category__header {
  padding: 12px 14px 11px; }

.news-category__list {
  margin-top: 20px; }

.news-category__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start; }
  .news-category__item + .news-category__item {
    margin-top: 16px; }

.news-category__title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }
  .news-category__title:hover {
    color: #254edb; }

.news-category__desc {
  line-height: 1.5;
  color: #222;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.news-category__more {
  position: relative;
  margin-top: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center; }
  .news-category__more::after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    z-index: -1;
    width: 100%;
    height: 1px;
    background-color: #eee;
    transform: translateY(-50%); }

.news-category__link {
  position: relative;
  z-index: 10;
  text-align: center;
  font-size: 14px;
  color: #888;
  min-width: 320px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 8px 18px;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  transition: all 0.3s; }
  .news-category__link:hover {
    color: #fff;
    background-color: #254edb; }
  .news-category__link::before, .news-category__link::after {
    position: absolute;
    content: "";
    top: 50%;
    width: 20px;
    height: 100%;
    transform: translateY(-50%);
    background-color: #fff; }
  .news-category__link::after {
    left: calc(100% + 1px); }
  .news-category__link::before {
    right: calc(100% + 1px); }

.news-category__img {
  width: 280px;
  min-width: 280px;
  margin-right: 16px; }

.news-advise {
  margin-top: 32px; }
  .news-advise__list {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 20px; }
  .news-advise__img {
    position: relative;
    padding-top: 53%;
    overflow: hidden;
    margin-bottom: 14px; }
    .news-advise__img > img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .news-advise__title a {
    min-height: 46px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .news-advise__desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 10px; }
  .news-advise__pagination ul {
    justify-content: center !important; }
  .news-advise__pagination .filter-nav__link {
    --sizeWidth: 30px; }

.account {
  padding: 10px 0 70px; }
  .account-wrapper {
    margin-top: 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start; }
  .account-nav {
    min-width: 280px;
    width: 280px; }
    .account-nav__header {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center; }
    .account-nav__avatar {
      font-size: 14px;
      margin-right: 10px; }
    .account-nav__name {
      font-size: 19px;
      font-weight: 600;
      margin-top: 4px; }
    .account-nav__list {
      margin-top: 14px; }
    .account-nav__item {
      padding: 8px 14px;
      color: #666;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center; }
      .account-nav__item.active, .account-nav__item:hover {
        background-color: #ebebeb; }
    .account-nav__icon {
      min-width: 21px;
      font-size: 18px;
      margin-right: 9px; }
  .account-detail {
    width: 100%;
    padding-left: 20px; }
    .account-detail__title {
      font-size: 20px;
      padding-bottom: 14px;
      border-bottom: 1px solid #efefef; }
    .account-detail__form {
      margin-top: 20px; }
    .account-detail__group {
      width: 60%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center; }
      .account-detail__group + .account-detail__group {
        margin-top: 10px; }
    .account-detail__label {
      font-size: 14px;
      margin-right: 20px;
      text-align: right;
      min-width: 150px;
      color: rgba(85, 85, 85, 0.8); }
    .account-detail__input {
      width: 100%;
      padding: 8px 14px;
      border-radius: 4px;
      border: 1px solid #e1e1e1; }
      .account-detail__input:disabled {
        background-color: #e7e7e7; }
    .account-detail__option {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center; }
      .account-detail__option + .account-detail__option {
        margin-left: 30px; }
    .account-detail__value {
      margin-right: 8px; }
    .account-detail__check {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center; }
    .account-detail__select {
      position: relative;
      overflow: hidden;
      width: 100%; }
      .account-detail__select .select2-container .select2-selection--single {
        padding: 8px 24px 8px 14px; }
    .account-detail__link {
      font-size: 14px;
      margin-top: 24px;
      margin-left: 170px;
      color: #fff;
      letter-spacing: 0.5px;
      display: inline-block;
      border-radius: 5px;
      padding: 11px 38px 12px;
      background-color: #254edb; }
      .account-detail__link:hover {
        color: #fff; }
    .account-detail__heart {
      position: relative;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      padding: 24px 0; }
      .account-detail__heart + .account-detail__heart {
        border-top: 1px solid #e8e8e8; }
    .account-detail__img {
      position: relative;
      height: 140px;
      overflow: hidden;
      width: 140px;
      margin-right: 24px; }
      .account-detail__img > img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .account-detail__name {
      font-size: 16px;
      color: #3053f1; }
      .account-detail__name:hover {
        color: #254edb; }
    .account-detail__cover {
      padding-right: 50px;
      width: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .account-detail__price {
      font-size: 22px;
      font-weight: 600;
      color: #254edb;
      min-width: 24%;
      width: 24%; }
    .account-detail__close {
      position: absolute;
      right: 15px;
      top: 15px;
      padding: 0;
      width: 40px;
      height: 40px;
      border: 0;
      border-radius: 50%;
      border: 1.8px solid #ddd;
      background-color: transparent;
      transition: all 0.3s; }
      .account-detail__close:hover {
        color: #254edb;
        border-color: #254edb; }
      .account-detail__close i {
        font-size: 25px; }
    .account-detail__list {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      gap: 0px 0px; }
    .account-detail__desc {
      margin-top: 10px;
      width: 100%; }
      .account-detail__desc * {
        all: revert; }
  .account-status__heading {
    color: #2cc067;
    font-size: 24px;
    font-weight: bold; }
  .account-status__text {
    font-size: 15px;
    line-height: 23px;
    display: block; }
    .account-status__text.btn-show {
      display: inline-block;
      padding: 10px 40px;
      line-height: 18px;
      color: #fff;
      background-color: #2cc067; }
  .account-status__nav .nav-tabs {
    background-color: #fff;
    justify-content: space-around;
    overflow: hidden;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px; }
  .account-status__nav .nav-link {
    font-size: 14px;
    padding: 16px 0;
    flex: 1;
    color: #3b332e;
    border: 0;
    border-bottom: 3.2px solid transparent !important; }
    .account-status__nav .nav-link.active {
      color: #254edb;
      border: 0 !important;
      border-bottom: 3.2px solid #254edb !important; }
    .account-status__nav .nav-link:hover, .account-status__nav .nav-link:focus {
      border: 0; }
  .account-status__info {
    margin-top: 18px;
    padding: 26px 26px; }
    .account-status__info-group {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      margin-bottom: 20px; }
      .account-status__info-group:last-child {
        margin-bottom: 0; }
    .account-status__info-label {
      min-width: 16%;
      font-size: 16px;
      font-weight: bold; }
  .account-content {
    margin-top: 12px; }
    .account-content__search {
      margin-top: 14px;
      border-radius: 6px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      padding: 10px 6px 9px 18px;
      background-color: #eaeaea; }
      .account-content__search > svg {
        min-width: 16px;
        width: 16px;
        height: 16px; }
      .account-content__search > input {
        font-size: 13px;
        border: 0;
        padding: 0 10px 0 14px;
        margin-right: 4px;
        background-color: transparent; }
        .account-content__search > input:focus, .account-content__search > input:hover {
          box-shadow: none;
          background-color: transparent; }
      .account-content__search-btn {
        border-radius: 6px !important; }
    .account-content__cover {
      position: relative;
      padding: 6px 27px 16px;
      margin-top: 12px;
      background-color: #fff;
      border-radius: 6px;
      border: 1px solid #e1e1e1; }
      .account-content__cover.cancel .account-content__status {
        color: #254edb; }
      .account-content__cover.waitTake .account-content__status, .account-content__cover.waitConfirm .account-content__status {
        color: #ff9727; }
      .account-content__cover.waitingDelivery .account-content__status {
        color: #288ad6; }
      .account-content__cover.delivered .account-content__status {
        color: #00b427; }
    .account-content__product, .account-content__item {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .account-content__product {
      width: 77%;
      justify-content: flex-start; }
    .account-content__img {
      position: relative;
      overflow: hidden;
      min-width: 144px;
      margin-right: 14px;
      position: relative;
      padding-top: 13%;
      overflow: hidden; }
      .account-content__img > img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: contain; }
    .account-content__item {
      padding: 14px 0;
      border-bottom: 1px solid #e5e5e5; }
    .account-content__title {
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 8px; }
      .account-content__title > a {
        color: #333; }
        .account-content__title > a:hover {
          color: #254edb; }
    .account-content__money > span {
      text-align: right;
      display: block; }
    .account-content__money > .money-old {
      margin-bottom: 5px;
      color: #9498ac;
      font-size: 15px;
      text-decoration: line-through; }
    .account-content__money > .money-new {
      font-weight: bold;
      font-size: 19px; }
    .account-content__status {
      position: absolute;
      top: 24px;
      right: 25px;
      font-weight: 600;
      display: block;
      text-align: right;
      margin-bottom: 30px; }
    .account-content__info {
      width: 100%; }
    .account-content__price {
      padding-top: 14px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      justify-content: flex-end; }
    .account-content__empty {
      padding: 50px 20px 40px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
    .account-content__desc {
      margin-top: 18px; }
    .account-content__back {
      margin-top: 18px;
      padding: 10px 40px;
      color: #fff;
      border-radius: 4px;
      background-color: #254edb; }
      .account-content__back:hover {
        color: #fff; }
    .account-content__total {
      display: flex;
      align-items: flex-end; }
      .account-content__total > p {
        color: #666;
        font-size: 14px;
        margin-right: 10px;
        margin-bottom: 2px; }
      .account-content__total .number-total {
        display: block;
        font-weight: bold;
        font-size: 23px;
        color: #254edb; }
    .account-content__btn {
      color: #fff;
      padding: 7px 30px;
      margin-left: 20px;
      border-radius: 4px;
      background-color: #254edb; }
      .account-content__btn:hover {
        color: #fff; }
  .account-address__cover {
    padding: 0px 14px;
    margin-top: 20px; }
  .account-address__add {
    color: #fff;
    padding: 9px 24px;
    display: inline-flex;
    align-items: center;
    margin-left: auto;
    width: fit-content;
    border: 0;
    border-radius: 3px;
    background-color: #254edb; }
    .account-address__add i {
      margin-right: 4px; }
  .account-address__list {
    margin-top: 28px; }
  .account-address__group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center; }
    .account-address__group + .account-address__group {
      margin-top: 6px; }
  .account-address__text {
    color: #777777;
    text-align: right;
    min-width: 160px;
    margin-right: 18px; }
  .account-address__value {
    color: #000; }
  .account-address__top {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  .account-address__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid #efefef; }
    .account-address__item + .account-address__item {
      margin-top: 18px; }
  .account-address__value {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center; }
  .account-address__default {
    color: #fff;
    font-size: 10px;
    margin-left: 12px;
    padding: 4px 8px 3px;
    border-radius: 3px;
    background-color: #00bfa5; }
  .account-address__clear {
    margin-left: 20px; }
  .account-address__edit, .account-address__clear {
    color: #333;
    text-decoration: underline; }
    .account-address__edit:hover, .account-address__clear:hover {
      color: #254edb; }
  .account-address__bottom {
    margin-top: 16px;
    padding: 6px 12px;
    color: #333;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.09);
    transition: all 0.3s; }
    .account-address__bottom.disable {
      opacity: 0.5;
      background-color: #ebebeb;
      user-select: none;
      pointer-events: none; }
      .account-address__bottom.disable:hover {
        color: #333;
        border-color: rgba(0, 0, 0, 0.09); }
    .account-address__bottom:hover {
      color: #254edb;
      border-color: #254edb; }
  .account-form {
    padding: 70px 0;
    width: 40%;
    max-width: 500px;
    margin: 0 auto; }
    .account-form.special {
      width: 42%;
      max-width: 800px; }
    .account-form__title {
      font-weight: bold;
      font-size: 30px;
      margin-bottom: 40px;
      text-align: center;
      width: 100%;
      color: #212b36; }
      .account-form__title.special {
        margin-bottom: 6px; }
      .account-form__title.small {
        font-size: 23px; }
    .account-form__desc {
      font-size: 15px;
      text-align: center;
      margin-bottom: 20px; }
    .account-form__code {
      padding-top: 14px;
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      gap: 10px 10px; }
    .account-form__input {
      font-size: 28px;
      font-weight: 600;
      text-align: center;
      min-height: 60px;
      width: 100%;
      padding: 8px;
      color: #3d3d3e;
      border: 0;
      border-radius: 6px;
      border: 1.4px solid #ced4da; }
      .account-form__input:invalid {
        box-shadow: none; }
      .account-form__input:focus {
        outline: none;
        border-color: #254edb; }
    .account-form__text, .account-form__update {
      font-size: 14px; }
    .account-form__update span {
      font-weight: 500;
      color: #254edb; }
    .account-form__text {
      line-height: 1.5;
      margin-top: 6px; }

.research-wrapper {
  width: 93%;
  margin: 0 auto; }

.research-banner {
  min-height: 500px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center; }
  .research-banner__img:nth-child(2) {
    margin-left: 48px; }
    .research-banner__img:nth-child(2) > img {
      max-height: 220px; }

.research-nav {
  margin-top: -70px;
  border-bottom: 0; }
  .research-nav__link {
    position: relative;
    font-size: 16px;
    padding: 20px 24px;
    font-weight: 700;
    color: #000 !important;
    border: 0 !important;
    background-color: #fff !important;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25); }
    .research-nav__link:hover {
      opacity: 1; }
    .research-nav__link:focus {
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25) !important; }
    .research-nav__link::after {
      position: absolute;
      content: "";
      top: 84%;
      left: 0px;
      z-index: 999;
      height: 28px;
      width: calc(100%);
      background-color: #fff;
      display: none; }
    .research-nav__link.active {
      position: relative;
      z-index: 999 !important;
      color: #ed1b24 !important;
      background: #fff;
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25); }
      .research-nav__link.active::after {
        display: block; }
    .research-nav__link + .research-nav__link {
      border: 0;
      margin-left: 10px; }

.research-content {
  position: relative;
  z-index: 10;
  padding: 4%;
  margin: 30px 0;
  overflow: hidden;
  border-radius: 10px 10px 10px 10px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25); }
  .research-content__logo {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center; }
    .research-content__logo > img {
      height: 50px; }
  .research-content__cover {
    margin-top: 20px; }
  .research-content__title {
    color: #fff;
    font-weight: 700;
    font-size: 19px;
    display: inline-block;
    text-transform: uppercase;
    padding: 10px 24px;
    border-radius: 5px;
    background-color: #254edb; }
  .research-content__text {
    line-height: 1.5;
    font-size: 16px; }
    .research-content__text + .research-content__text {
      margin-top: 10px; }
  .research-content__list {
    margin-top: 40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
  .research-content__item {
    max-width: 300px; }
  .research-content__step {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center; }
    .research-content__step + .research-content__step {
      margin-top: 20px; }
  .research-content__icon {
    min-width: 40px;
    width: 40px;
    font-size: 28px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center; }
  .research-content__info {
    margin-left: 14px;
    font-size: 16px; }
  .research-content__name {
    font-weight: 700;
    color: #254edb; }
  .research-content__desc {
    margin-top: 3px; }
    .research-content__desc i {
      color: #254edb; }
  .research-content__search * {
    margin: revert;
    font-size: revert;
    padding: revert;
    list-style-type: revert;
    display: revert;
    color: revert;
    text-decoration: revert;
    line-height: revert; }
  .research-content__search img {
    max-width: 100%; }

.research-form {
  --positionIcon: 65px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .research-form__title {
    font-size: 26px;
    font-weight: 900;
    color: #243a76;
    padding-bottom: 8px; }
  .research-form__group {
    margin-top: 20px;
    width: 60%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center; }
  .research-form__label {
    min-width: 200px;
    width: max-content; }
  .research-form__btn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    margin-top: 26px;
    padding: 12px 88px;
    border-radius: 5px;
    text-transform: uppercase;
    background-color: #254edb; }
    .research-form__btn:hover {
      color: #fff; }
    .research-form__btn i {
      margin-right: 8px; }
  .research-form__step {
    position: relative;
    margin-top: 60px;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .research-form__item {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .research-form__item + .research-form__item::after {
      position: absolute;
      content: "";
      top: calc(var(--positionIcon) / 2);
      right: 70%;
      z-index: -1;
      height: 4px;
      width: 220px;
      background-color: #eaeaea; }
    .research-form__item.active::after {
      background-color: #254edb; }
    .research-form__item.active .research-form__icon {
      --colorItem: #254edb; }
    .research-form__item.active .research-form__text {
      color: #254edb;
      font-weight: 700; }
  .research-form__icon {
    --colorItem: #eaeaea;
    width: var(--positionIcon);
    height: var(--positionIcon);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--colorItem);
    border-radius: 50%;
    background-color: #fff;
    border: 4px solid var(--colorItem); }
    .research-form__icon i {
      font-size: 24px; }
  .research-form__text {
    margin-top: 15px; }

.research-guide {
  margin-top: 38px;
  padding-bottom: 80px; }
  .research-guide__cover {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .research-guide__cover + .research-guide__cover {
      margin-top: 46px; }
  .research-guide__title {
    width: max-content;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    padding: 15px 50px 14px;
    line-height: 1.4;
    text-align: center;
    border-radius: 4px;
    text-transform: uppercase;
    background-color: #254edb; }
  .research-guide__desc {
    font-size: 16px;
    line-height: 1.5;
    padding: 20px;
    margin-top: 40px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; }
  .research-guide__item, .research-guide__list {
    list-style-type: disc; }
  .research-guide__list {
    padding: 20px 14px 20px 35px; }
  .research-guide__item + .research-guide__item {
    margin-top: 14px; }
  .research-guide__policy {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 20px; }
  .research-guide__sub {
    font-size: 19px;
    font-weight: 700;
    color: #254edb;
    text-align: center;
    margin-bottom: 15px; }
  .research-guide__text {
    font-size: 16px;
    line-height: 1.5; }
  .research-guide__detail {
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25); }

.research-detail {
  width: 60%;
  font-size: 16px;
  margin-top: 45px;
  font-weight: 600; }
  .research-detail__cover {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .research-detail__cover + .research-detail__cover {
      margin-top: 5px; }
  .research-detail__text {
    margin-right: 6px;
    font-weight: 400;
    min-width: 170px; }

.research-empty {
  margin-top: 40px;
  font-size: 17px;
  color: #254edb; }

.notFound {
  padding: 40px 0;
  margin-top: 30px; }
  .notFound-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center; }
  .notFound-info {
    width: 40%;
    padding-right: 40px; }
    .notFound-info__title {
      font-size: 24px;
      font-weight: 700;
      color: #254edb; }
    .notFound-info__sub {
      margin-top: 7px;
      font-size: 20px;
      font-weight: 500; }
    .notFound-info__contact {
      margin-top: 10px;
      font-size: 15px;
      width: 72%;
      line-height: 1.5; }
    .notFound-info__link {
      color: #254edb;
      font-weight: 600;
      display: inline-block; }
      .notFound-info__link:hover {
        text-decoration: underline;
        color: #254edb; }
    .notFound-info__btn {
      width: fit-content;
      margin: 20px 0 0; }
  .notFound-img {
    width: 30%; }
    .notFound-img > img {
      width: 100%; }

.regain {
  padding-bottom: 50px; }
  .regain-top {
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
    color: #fff;
    border-radius: 8px;
    background: linear-gradient(269deg, #ed1b24, #243a76 50.63%, #ed1b24 105.21%); }
    .regain-top__title {
      font-size: 24px;
      font-weight: 700;
      line-height: 30px;
      color: #fff; }
    .regain-top__list {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 12px; }
    .regain-top__link {
      font-size: 15px;
      font-weight: 700;
      line-height: 20px;
      padding: 10px 16px;
      color: #fff;
      border-radius: 8px;
      background: #ec1c24;
      transition: all 0.3s ease; }
      .regain-top__link.active, .regain-top__link:hover {
        color: #ec1c24;
        background: #fff; }
      .regain-top__link + .regain-top__link {
        margin-left: 12px; }
  .regain-search {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 410px;
    position: relative;
    margin: 20px auto;
    padding: 0 8px 0 14px;
    background: #fff;
    overflow: hidden;
    border: 1px solid;
    border-radius: 4px;
    border-image-slice: 1;
    border-image-source: linear-gradient(to right bottom, #243a76, #ed1b24); }
    .regain-search__input {
      width: calc(100% - 28px);
      height: 36px !important;
      line-height: 36px !important;
      border-radius: 0 !important;
      border: 0 !important;
      margin: 0 !important;
      padding: 0 !important; }
    .regain-search i {
      cursor: pointer; }
  .regain-nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 12px 0;
    margin-bottom: 20px;
    border-radius: 10px 10px 0 0;
    background: #ddd; }
    .regain-nav__link {
      font-size: 15px;
      font-weight: 700;
      line-height: 20px;
      color: #3d3d3e;
      padding: 10px 16px;
      margin-bottom: 20px;
      border-radius: 8px;
      background: #fafafa;
      transition: all 0.3s ease; }
      .regain-nav__link + .regain-nav__link {
        margin-left: 12px; }
      .regain-nav__link.active, .regain-nav__link:hover {
        color: #fff;
        background: #ec1c24; }
  .regain-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px 12px;
    margin-bottom: 48px; }
    @media only screen and (max-width: 1283px) {
      .regain-list {
        grid-template-columns: repeat(4, 1fr); }
        .regain-list .hide-on-pc-HD {
          display: none; } }
  .regain-item {
    padding: 8px 8px 14px;
    cursor: pointer;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 12px 0 rgba(71, 71, 71, 0.25);
    transition: 0.3s all; }
    .regain-item__img {
      position: relative;
      padding-top: 100%;
      overflow: hidden; }
      .regain-item__img > img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .regain-item__name {
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      font-size: 14px;
      font-weight: 700;
      color: #606060;
      margin: 7px 0 4px; }
    .regain-item__price {
      font-size: 13px;
      line-height: 18px;
      color: #606060; }
      .regain-item__price span {
        font-weight: 700;
        color: #ec1c24;
        margin-left: 12px; }
    .regain-item:hover {
      transform: scale(1.05); }
  .regain-modal {
    overflow: hidden; }
    .regain-modal__dialog {
      width: 100%;
      height: 100%;
      max-width: 950px;
      overflow: hidden;
      margin-top: 0; }
    .regain-modal__content {
      padding: 24px 18px;
      border-radius: 10px; }
    .regain-modal__header {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      padding: 0; }
    .regain-modal__title {
      font-size: 24px;
      font-weight: 700;
      line-height: 1.4;
      color: #ec1c24;
      text-align: center;
      text-transform: uppercase;
      margin: 0 0 20px; }
    .regain-modal__close {
      position: absolute;
      right: 0;
      top: 0;
      border: 0;
      background-color: transparent;
      color: #959595;
      font-size: 20px;
      line-height: 24px;
      transition: all 0.3s ease; }
      .regain-modal__close:hover {
        color: #000; }
    .regain-modal__body {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 0; }
    .regain-modal__img {
      width: 19%;
      margin-right: 13px; }
    .regain-modal__info {
      width: calc(81% - 13px);
      max-height: 75vh;
      overflow: auto;
      padding-right: 12px; }
    .regain-modal__name {
      font-size: 13px;
      color: #3d3d3e;
      line-height: 20px;
      margin: 0 0 12px; }
      .regain-modal__name span {
        font-weight: 700; }
    .regain-modal__appearance {
      margin-bottom: 12px; }
    .regain-modal__text {
      font-weight: 600;
      line-height: 20px;
      font-size: 13px;
      color: #3d3d3e;
      margin: 0 0 12px; }
      .regain-modal__text.special {
        font-size: 12px;
        margin-bottom: 15px; }
      .regain-modal__text u,
      .regain-modal__text b {
        font-weight: 700;
        font-size: 14px;
        color: #ec1c24; }
      .regain-modal__text b {
        margin-left: 5px; }
    .regain-modal__check {
      width: 100%;
      padding-left: 0; }
      .regain-modal__check + .regain-modal__check {
        margin-top: 12px; }
    .regain-modal__input {
      display: none; }
    .regain-modal__label {
      width: 100%;
      font-size: 13px;
      line-height: 18px;
      padding: 11px 18px;
      border: 1px solid #ddd;
      border-radius: 8px;
      background: #fff;
      transition: all 0.3s ease;
      cursor: pointer; }
      .regain-modal__label:hover {
        border-color: #ec1c24; }
    .regain-modal__input:checked + .regain-modal__label {
      border-color: #ec1c24; }
    .regain-modal__select {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 12px 12px; }
    .regain-modal__option {
      width: 100%;
      font-size: 12px;
      margin: 0 12px 12px 0;
      padding: 15px 10px;
      background: #fff;
      border: 1px solid #ddd;
      border-radius: 8px;
      cursor: pointer; }
      .regain-modal__option:hover, .regain-modal__option.active {
        border-color: #ec1c24; }
    .regain-modal__price {
      font-weight: 600;
      color: #ec1c24; }
    .regain-modal__italic {
      font-size: 13px;
      line-height: 20px;
      color: #3d3d3e; }
    .regain-modal__footer {
      padding: 0;
      border: none; }
    .regain-modal__next {
      width: 100%;
      max-width: 120px;
      font-size: 13px;
      line-height: 34px;
      text-align: center;
      color: #fff;
      display: block;
      margin: 20px auto 0;
      border-radius: 8px;
      background: #ec1c24; }
      .regain-modal__next:hover {
        color: #fff; }

.survey {
  margin: 0 auto;
  padding: 20px;
  font-size: 16px; }
  .survey-header {
    padding: 10px;
    margin-bottom: 20px;
    background-color: #f2f2f2;
    border-left: 5px solid #333; }
    .survey-header__title {
      margin: 0;
      font-size: 18px;
      font-weight: bold;
      text-transform: uppercase; }
  .survey-section {
    margin-bottom: 30px; }
    .survey-section__title {
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 20px;
      padding: 10px 14px;
      background-color: #f4f3f8; }
    .survey-section__subtitle {
      color: #555;
      font-size: 18px;
      font-weight: normal; }
    .survey-section__list {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 0px 20px; }
  .survey-banner {
    padding: 20px;
    border-radius: 6px;
    background-color: #f4f3f8; }
    .survey-banner__cover {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center; }
      .survey-banner__cover .survey-item__question {
        line-height: 1.7;
        font-size: 15px;
        margin-right: 16px;
        margin-bottom: 0; }
  .survey-item {
    margin-bottom: 20px; }
    .survey-item__question {
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 16px; }
    .survey-item__options, .survey-item__cover {
      list-style-type: none; }
    .survey-item__options {
      padding-left: 20px;
      margin: 0; }
    .survey-item__cover {
      position: relative;
      margin-bottom: 12px; }
      .survey-item__cover::before {
        content: "•";
        color: #333;
        font-size: 22px;
        position: absolute;
        left: -15px;
        top: -5px; }
    .survey-item__group {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center; }
      .survey-item__group.special {
        flex-direction: column; }
    .survey-item__checkbox {
      width: 20px;
      height: 20px;
      margin-right: 8px; }
      .survey-item__checkbox:checked {
        accent-color: #254edb; }
    .survey-item__rating {
      display: flex;
      width: fit-content;
      margin: 10px 0; }
      .survey-item__rating .detail-evaluate__label i {
        font-size: 18px; }
    .survey-item__rating-star {
      color: #ffc107;
      font-size: 20px;
      cursor: pointer; }
    .survey-item__note {
      font-size: 16px;
      color: #666;
      margin-top: 5px; }
    .survey-item__textfield {
      width: 100%;
      min-height: 100px;
      border: 1px solid #ddd;
      border-radius: 4px;
      padding: 10px;
      resize: vertical;
      font-family: inherit;
      font-size: 14px; }
    .survey-item__input {
      width: 100%;
      height: 36px;
      border: 1px solid #ddd;
      border-radius: 4px;
      padding: 8px 10px;
      font-family: inherit; }
    .survey-item__more {
      margin-top: 12px;
      width: 300px;
      margin-left: 23px; }
    .survey-item__required {
      color: red;
      margin-left: 4px; }
  .survey-footer {
    margin-top: 30px;
    padding-top: 15px;
    border-top: 1px solid #eee; }
    .survey-footer__text {
      color: #555;
      font-style: italic;
      text-align: center; }
      .survey-footer__text u {
        color: #0066cc; }
  .survey-btn {
    display: flex;
    justify-content: flex-end; }
    .survey-btn__text {
      outline: none;
      width: 40%;
      margin: 20px 0 0 auto;
      border: 0;
      display: inline-block; }

.report {
  width: 100%;
  padding: 20px;
  font-size: 14px;
  margin: 20px auto;
  max-width: 1120px;
  background: #fff;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1); }
  .report-header {
    position: relative;
    color: #333;
    padding: 15px 0 15px 0;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 3px solid #d2171b; }
    .report-header__img img {
      max-height: 50px; }
    .report-header__title {
      font-size: 20px;
      font-weight: 700;
      margin: 0 0 10px 0;
      color: #d2171b; }
      @media only screen and (max-width: 63.9375em) {
        .report-header__title {
          text-align: center;
          line-height: 1.4; }
          .report-header__title .hide-on-bothTM {
            display: none !important; } }
    .report-header__desc {
      margin: 0 0 10px 0;
      font-size: 14px; }
    @media only screen and (max-width: 63.9375em) {
      .report-header__info {
        max-width: 47%; }
        .report-header__info .hide-on-bothTM {
          display: none !important; } }
  .report-title {
    color: #d2171b;
    display: block;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-top: 40px; }
  .report-date {
    color: #575757;
    font-weight: 700;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .report-date p {
      margin: 14px 0; }
  .report-cover {
    overflow: hidden; }
  .report-table {
    width: 100%;
    border-collapse: collapse;
    border-color: #f5f5f5;
    color: #000; }
    .report-table tr {
      color: #fff; }
    .report-table td {
      color: #000;
      border: solid 1px #ccc;
      padding: 10px;
      vertical-align: middle; }
  .report-btn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .report-btn__again, .report-btn__printer {
      display: inline-block;
      min-width: 250px;
      font-weight: bold;
      padding: 15px 20px;
      margin: 20px 0 40px;
      border-radius: 3px;
      color: #fff !important;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 15px; }
    .report-btn__again {
      background-color: #666362; }
    .report-btn__printer {
      margin-left: 10px;
      background-color: #d2171b; }
  .report-note {
    border-bottom: 3px solid #d2171b; }
    .report-note p {
      margin: 14px 0; }
  .report-footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .report-footer p {
      margin: 14px 0; }
    .report-footer__right {
      color: #d2171b;
      font-size: 17px;
      font-weight: 700;
      text-transform: uppercase; }

.contact {
  padding: 100px 0; }
  .contact-wrapper {
    width: 75%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
  .contact-header {
    width: 40%; }
    .contact-header__title {
      font-size: 50px;
      font-weight: bold;
      margin-bottom: 16px; }
      @media only screen and (max-width: 1440px) {
        .contact-header__title {
          font-size: 40px;
          margin-bottom: 12px; } }
    .contact-header__desc {
      font-size: 19px;
      font-weight: 500; }
      @media only screen and (max-width: 1440px) {
        .contact-header__desc {
          font-size: 17px; } }
  .contact-list {
    width: 100%;
    padding-bottom: 16px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 20px; }
  .contact-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    border-radius: 8px;
    padding: 6px 6px; }
    .contact-item__text {
      color: #606060;
      font-size: 17px;
      font-weight: 500;
      line-height: 1.2; }
    .contact-item__icon {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      align-items: center;
      min-width: 40px;
      width: 40px;
      height: 40px;
      font-size: 16px;
      margin-top: 4px;
      color: #254edb;
      border-radius: 50%;
      margin-right: 12px;
      background-color: #fad8d8;
      transition: all 150ms linear 0s;
      animation-name: pulse;
      -webkit-animation-name: pulse;
      animation-delay: 1s;
      -webkit-animation-delay: 1s;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite; }
    .contact-item__phone {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: flex-start;
      flex-direction: column;
      margin-top: 2px;
      font-size: 18px;
      font-weight: 600;
      color: #254edb; }
      .contact-item__phone:hover {
        color: #254edb; }
      .contact-item__phone span {
        font-size: 15px;
        font-weight: 500;
        margin-top: 2px;
        color: #3d3d3e; }
  .contact-modal__header {
    border-bottom: 1px solid #e0e0e0; }
  .contact-modal__title {
    font-size: 20px;
    font-weight: bold; }
  .contact-modal .modal-dialog {
    max-width: 600px; }

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9) rotate(0deg); }
  50% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1) rotate(-10deg); }
  100% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9) rotate(0deg); } }
