:root {
  --vt-primary: #30328f;
  --vt-primary-dark: #24266f;
  --vt-accent: #e9323a;
  --vt-ink: #172033;
  --vt-muted: #647089;
  --vt-surface: #ffffff;
  --vt-surface-soft: #f5f7fb;
  --vt-border: #e2e7f0;
  --vt-radius: 14px;
  --vt-shadow: 0 12px 34px rgba(31, 42, 74, 0.1);
  --vt-container: 1320px;
}

html {
  scroll-behavior: smooth;
  text-size-adjust: 100%;
}

body.canhcam {
  margin: 0;
  background: var(--vt-surface);
  color: var(--vt-ink);
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.disabled {
  overflow: hidden;
}

*, *::before, *::after {
  box-sizing: border-box;
}

img,
svg,
video {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

a {
  text-underline-offset: 0.18em;
}

.ri-home-4-line::before {
  content: "\2302";
  font-family: "Segoe UI Symbol", sans-serif;
  font-size: 1.35em;
  font-style: normal;
}

.ri-search-line {
  display: block;
  position: relative;
  width: 48px;
  height: 48px;
  font-size: 0;
}

.ri-search-line::before {
  position: absolute;
  top: 13px;
  left: 13px;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  content: "";
}

.ri-search-line::after {
  position: absolute;
  top: 28px;
  left: 28px;
  transform: rotate(45deg);
  border-radius: 2px;
  background: #fff;
  width: 2px;
  height: 9px;
  content: "";
}

.ri-facebook-fill::before,
.ri-twitter-fill::before {
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
}

.ri-facebook-fill::before {
  content: "f";
}

.ri-twitter-fill::before {
  content: "t";
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid rgba(233, 50, 58, 0.75);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 10000;
  transform: translateY(-160%);
  border-radius: 8px;
  background: var(--vt-ink);
  padding: 10px 16px;
  color: #fff;
  font-weight: 700;
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(calc(100% - 32px), var(--vt-container));
  max-width: var(--vt-container);
  margin-right: auto;
  margin-left: auto;
}

header {
  position: sticky !important;
  top: 0;
  z-index: 110;
  width: 100% !important;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 1px 0 rgba(24, 32, 51, 0.08);
  backdrop-filter: blur(14px);
}

header .header-info {
  background: transparent;
}

header .header-info .container {
  min-height: 78px;
}

header .logo {
  display: flex;
  flex: 0 0 69px !important;
  align-items: center;
  justify-content: center;
  width: 69px;
  margin-right: 30px;
}

header .logo a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  min-height: 48px;
}

header .logo svg {
  width: 70px;
  height: 70px;
}

.main-nav {
  border-top: 1px solid var(--vt-border);
  background: var(--vt-primary);
}

.nav-desktop nav > ul > li > a {
  min-height: 48px;
  color: #fff;
  font-size: 14px;
  font-weight: 650;
  letter-spacing: 0.01em;
}

.nav-desktop nav > ul > li > a:hover,
.nav-desktop nav > ul > li.active > a {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.burger {
  border: 0;
  background: transparent;
  padding: 10px;
  color: var(--vt-primary);
  cursor: pointer;
}

.burger span {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px;
  background: var(--vt-primary);
  transition: transform 180ms ease, opacity 180ms ease;
}

main {
  min-height: 50vh;
  padding-top: 0 !important;
  overflow: clip;
}

.homepage main,
.homepage .middle-fullwidth,
.homepage #home-banner {
  margin-top: 0 !important;
}

.center-rightandleftmargins,
.middle-fullwidth,
.cmszone {
  min-width: 0;
}

.module,
.product-item,
.news-item,
.wrap-form,
.product-detail-page .product-info {
  border-color: var(--vt-border);
}

.product-item,
.news-item {
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.product-item:hover,
.news-item:hover {
  transform: translateY(-3px);
  border-color: rgba(48, 50, 143, 0.25);
  box-shadow: var(--vt-shadow);
}

.bestsale-body .type span {
  color: #ffffff !important;
  font-weight: 700;
}

.bestsale-body .title a.wrapper span {
  color: #2d347d !important;
  font-weight: 700;
}

#home-banner .img,
#home-banner picture,
#home-banner img {
  display: block;
  width: 100%;
}

#home-banner img {
  height: auto;
  aspect-ratio: 1920 / 450;
  object-fit: cover;
}

.module-title,
.title-page,
.section-title,
.product-detail-page h1,
.news-detail-page h1 {
  color: var(--vt-ink);
  line-height: 1.25;
  text-wrap: balance;
}

.article-body,
.aio-article {
  color: #30394d;
  font-family: inherit !important;
  font-size: clamp(16px, 1.1vw, 18px) !important;
  line-height: 1.8 !important;
}

.article-body h1,
.article-body h2,
.article-body h3,
.aio-article h1,
.aio-article h2,
.aio-article h3 {
  font-family: inherit !important;
  line-height: 1.3 !important;
  text-wrap: balance;
}

.article-body p,
.aio-article p {
  text-align: start !important;
}

.article-body img,
.aio-article img {
  max-width: 100% !important;
  height: auto !important;
  content-visibility: auto;
}

.article-body table,
.aio-article table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  white-space: normal;
}

.zone-description {
  clear: both;
  margin: 18px 0 32px;
  color: #30394d;
  font-size: 16px;
  line-height: 1.75;
}

.zone-description > :first-child {
  margin-top: 0;
}

.zone-description > :last-child {
  margin-bottom: 0;
}

.zone-description p {
  margin-bottom: 12px;
}

.zone-description img {
  max-width: 100% !important;
  height: auto !important;
}

.zone-description table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
}

input,
select,
textarea,
button {
  font: inherit;
}

input:not([type="checkbox"]):not([type="radio"]),
select,
textarea {
  min-height: 30px;
  border-radius: 8px;
}

.btn,
button,
input[type="submit"],
input[type="button"] {
  min-height: 42px;
}

.btn-primary,
.btn-submit,
input[type="submit"] {
  border-color: var(--vt-primary);
  background: var(--vt-primary);
  color: #fff;
}

.btn-primary:hover,
.btn-submit:hover,
input[type="submit"]:hover {
  border-color: var(--vt-primary-dark);
  background: var(--vt-primary-dark);
}

.footer-2 {
  background: var(--vt-surface-soft);
  color: var(--vt-muted);
}

.footer-2 a {
  color: #414b63;
}

.footer-2 a:hover {
  color: var(--vt-primary);
}

.footer-2 .footer-contact-before {
  background: #fff;
}

.footer-2 .footer-after {
  background: #fff;
}

.footer-2 .footer-after .footer-sec-1,
.footer-2 .footer-after .footer-sec-2 {
  border-color: var(--vt-border);
}

.footer-2 .footer-after .footer-sec-1 .footer-sec-1-wrapper .name,
.footer-2 .footer-after .footer-sec-1 .footer-info .info-item .title,
.footer-2 .footer-after .footer-sec-2 .footer-sec-2-item .title {
  color: var(--vt-primary);
}

.footer-2 .footer-after .footer-sec-1 .footer-info .info-item .wrapper p,
.footer-2 .footer-after .footer-sec-1 .footer-info .info-item .wrapper em,
.footer-2 .footer-after .footer-sec-2 .footer-sec-2-item .content ul li,
.footer-2 .footer-after .footer-sec-3 .policy {
  color: var(--vt-muted);
}

.footer-2 .footer-after .footer-sec-2 .footer-sec-2-item .support,
.footer-2 .footer-after .footer-sec-3 .backtotop,
.footer-2 .footer-after .footer-sec-3 .backtotop span {
  color: var(--vt-primary);
}

.footer-subscribe {
  border-color: rgba(255, 255, 255, 0.12);
  background: var(--vt-primary);
  color: #fff;
}

.footer-subscribe a {
  color: #fff;
}

@media (max-width: 1023px) {
  header {
    backdrop-filter: none;
  }

  header .header-info .container {
    min-height: 68px;
  }

  header .header-info #header-info {
    display: flex;
    position: relative;
    align-items: center;
    gap: 8px;
    height: auto !important;
    padding-right: 52px;
    justify-content: space-around;
  }

  header .header-info #header-info > .Module-209 {
    flex: 0 1 calc(100% - 114px);
    min-width: 0;
    width: calc(100% - 114px) !important;
  }

  header .header-info #header-info > .Module-209 .searchbox {
    display: flex;
    align-items: stretch;
    width: 100% !important;
    max-width: none;
    height: 44px !important;
    overflow: hidden;
    border: 1px solid #cfd3dc !important;
    border-radius: 8px;
    background: #fff;
  }

  header .header-info #header-info > .Module-209 .searchbox input {
    flex: 1 1 auto;
    width: calc(100% - 48px) !important;
    height: 42px !important;
    min-width: 0;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 14px !important;
    background: transparent;
    line-height: 42px;
  }

  header .header-info #header-info > .Module-209 .searchbox .searchbutton {
    display: inline-flex !important;
    flex: 0 0 44px;
    align-items: center;
    justify-content: center;
    width: 44px !important;
    min-width: 44px;
    height: 44px !important;
    margin: -1px -1px -1px 0 !important;
    border: 0 !important;
    border-radius: 0 8px 8px 0 !important;
    padding: 0 !important;
    background: var(--vt-danger, #ec3237) !important;
    color: #fff !important;
  }

  header .header-info #header-info > .Module-209 .searchbox .searchbutton em {
    display: block;
    width: 44px;
    height: 44px;
    margin: 0;
  }

  header .header-info #header-info > .Module-210,
  header .header-info #header-info > .Module-257 {
    display: none;
  }

  header .header-info #header-info .logo {
    flex: 0 0 54px !important;
    width: 54px;
    margin-right: 0 !important;
  }

  header .logo svg {
    width: 40px;
    height: 48px;
  }

  header .burger {
    display: block !important;
    position: absolute;
    top: 50%;
    right: 0;
    float: none;
    transform: translateY(-50%);
    margin: 0;
    width: 44px;
    height: 48px;
    z-index: 5;
    visibility: visible !important;
    opacity: 1 !important;
  }

  header .burger::before {
    display: block;
    color: var(--vt-primary);
    font-family: Arial, sans-serif;
    font-size: 28px;
    line-height: 1;
    content: "\2630";
  }

  header .burger span {
    display: none;
  }

  .main-nav {
    display: none;
  }

  .nav-mobile {
    top: var(--vt-mobile-header-height, 60px) !important;
    bottom: auto !important;
    z-index: 1000 !important;
    display: flex !important;
    height: calc(100vh - var(--vt-mobile-header-height, 60px));
    height: calc(100dvh - var(--vt-mobile-header-height, 60px));
    overscroll-behavior: contain;
    
    color: var(--vt-text, #182033);
    box-shadow: 0 12px 28px rgba(24, 32, 51, 0.16);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .nav-mobile nav {
    width: 100%;
    padding-bottom: max(24px, env(safe-area-inset-bottom));
  }

  .nav-mobile .information {
    display: flex;
    align-items: center;
  }

  .nav-mobile .information .wrapper-info {
    flex: 1 1 auto;
    min-width: 0;
  }

  .nav-mobile .information .support-head {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
  }

  .nav-mobile .information .support-head .help {
    flex: 0 0 auto;
    margin: 0;
    white-space: nowrap;
  }

  .nav-mobile .information .support-head .call-shop {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .nav-mobile .nav-list-mobile {
    width: 100% !important;
    margin: 0 !important;
    padding: 8px 16px 24px !important;
  }

  header .nav-mobile .nav-list-mobile > .nav-item,
  header .nav-mobile .nav-list-mobile > .nav-item:nth-child(n) {
    position: relative;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    border-bottom: 1px solid #e7e9ef;
    text-align: left;
  }

  header .nav-mobile .nav-list-mobile > .nav-item > .nav-link {
    justify-content: flex-start !important;
    flex: 1 1 auto;
    min-height: 52px;
    padding: 12px 8px !important;
    color: var(--vt-text, #ffffff) !important;
    font-size: 15px !important;
    font-weight: 650 !important;
    text-align: left;
  }

  header .nav-mobile .nav-list-mobile > .nav-item > .nav-link em {
    color: #ffffff !important;
  }

  header .nav-mobile .nav-list-mobile > .nav-item > .material-icons {
    display: inline-flex;
    flex: 0 0 48px;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    color: #ffffff  !important;
    cursor: pointer;
  }

  header .nav-mobile .nav-list-mobile > .nav-item.submenu-open > .material-icons {
    transform: rotate(180deg);
  }

  header .nav-mobile .nav-list-mobile > .nav-item > .nav-child-inner,
  header .nav-mobile .nav-list-mobile > .nav-item > .nav-child-inner.active {
    position: static !important;
    display: none;
    flex: 0 0 100%;
    transform: none !important;
    box-shadow: none !important;
    width: 100%;
    max-height: none;
    padding: 0 0 12px !important;
    overflow: visible;
    background: #f6f7fb !important;
    direction: ltr !important;
  }

  header .nav-mobile .nav-list-mobile > .nav-item.submenu-open > .nav-child-inner {
    display: block !important;
  }

  header .nav-mobile .nav-child-inner .close-button {
    display: none !important;
  }

  header .nav-mobile .nav-child-inner .wrapper {
    padding: 8px !important;
  }

  header .nav-mobile .nav-child-inner .row {
    display: block;
    margin: 0;
  }

  header .nav-mobile .nav-child-inner .list-item {
    width: 100%;
    max-width: none;
    padding: 0 !important;
  }

  header .nav-mobile .nav-child-inner .list-item + .list-item {
    border-top: 1px solid #e3e6ee;
  }

  header .nav-mobile .nav-child-inner .list-item .icon {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 7px 8px;
  }

  header .nav-mobile .nav-child-inner .list-item .icon .img {
    flex: 0 0 34px !important;
    width: 34px;
    height: 34px;
  }

  header .nav-mobile .nav-child-inner .list-item .icon .img img {
    width: 34px;
    height: 34px;
    object-fit: contain;
  }

  header .nav-mobile .nav-child-inner .list-item .icon > a {
    position: relative;
    flex: 1;
  }

  header .nav-mobile .nav-child-inner .list-item.has-mobile-children .icon > a {
    padding-right: 8px;
  }

  header .nav-mobile .nav-child-inner .mobile-child-toggle {
    position: relative;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    border: 0;
    background: transparent;
    color: var(--vt-primary);
    font-family: Arial, sans-serif;
    font-size: 18px;
    cursor: pointer;
  }

  header .nav-mobile .nav-child-inner .mobile-child-toggle::after {
    display: block;
    transform: rotate(0);
    content: "\2304";
  }

  header .nav-mobile .nav-child-inner .list-item.submenu-level-2-open .mobile-child-toggle::after {
    transform: rotate(180deg);
  }

  header .nav-mobile .nav-child-inner .list-item .icon span {
    margin: 0 !important;
    color: var(--vt-text, #182033) !important;
    font-size: 13px !important;
    line-height: 1.35;
  }

  header .nav-mobile .nav-child-inner .list-item .link {
    display: none;
    margin: 0 !important;
    padding: 0 12px 10px 52px;
  }

  header .nav-mobile .nav-child-inner .list-item.submenu-level-2-open .link {
    display: block;
  }

  header .nav-mobile .nav-child-inner .list-item .link a {
    display: block;
    width: 100% !important;
    margin: 0 !important;
    padding: 8px 0;
    color: var(--vt-text, #182033) !important;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
  }

  main {
    padding-top: 0 !important;
  }
}

@media (max-width: 767px) {
  .container {
    width: min(calc(100% - 24px), var(--vt-container));
  }

  .row {
    margin-right: -8px;
    margin-left: -8px;
  }

  [class*="col-"] {
    padding-right: 8px;
    padding-left: 8px;
  }

  .article-body,
  .aio-article {
    font-size: 16px !important;
    line-height: 1.72 !important;
  }

  .article-body h1,
  .aio-article h1 {
    font-size: clamp(25px, 8vw, 34px) !important;
  }

  .article-body h2,
  .aio-article h2 {
    font-size: clamp(21px, 6vw, 27px) !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media print {
  header,
  footer,
  .cmsadminpanel,
  .footer-fix,
  #back-to-top {
    display: none !important;
  }

  body {
    color: #000;
    background: #fff;
  }

  a {
    color: #000;
    text-decoration: underline;
  }
}
