:root {
  --topbar-bg: #193d87;
  --topbar-color-text: #ffffff; }

.list-notify .article-item__detail .art-title {
  white-space: initial;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box; }

@media (min-width: 992px) {
  .topbar-bottom .container-fluid {
    padding-left: 20px;
    padding-right: 20px; } }

@media (min-width: 1200px) {
  .container, .container-fluid {
    max-width: 1900px; } }

@media (min-width: 1400px) {
  .topbar-bottom .container-fluid {
    padding-left: 30px;
    padding-right: 30px; } }

.topbar {
  text-align: center;
  font-weight: 500;
  font-size: 13px;
  padding: 8px 0;
  position: relative;
  display: block;
  overflow: hidden;
  background: #193d87;
  color: #ffffff;
  border-bottom: 1px solid #dfe2e6; }
  .topbar .owl-carousel:not(.owl-loaded) {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: hidden; }
  .topbar .owl-carousel:not(.owl-loaded) .discount {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%; }
  .topbar .owl-carousel.owl-loaded .owl-stage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .topbar .owl-carousel.owl-loaded .owl-stage .discount {
    height: 100%; }
  .topbar .topbar-slideText .owl-nav button.owl-next,
  .topbar .topbar-slideText .owl-nav button.owl-prev {
    color: #ffffff; }
  .topbar .topbar-slideText {
    position: relative;
    overflow: hidden; }
    .topbar .topbar-slideText discount:not(:first-child) {
      display: none; }
    .topbar .topbar-slideText discount.txt-none {
      display: none; }
    .topbar .topbar-slideText discount.txt-block {
      display: inline-block; }
  .topbar .topbar-slideText .owl-nav button.owl-prev,
  .topbar .topbar-slideText .owl-nav button.owl-next {
    position: absolute;
    top: calc(50% - 14px);
    padding: 0;
    opacity: 0;
    height: 28px;
    width: 28px;
    line-height: 28px;
    text-align: center;
    display: inline-block;
    text-align: center;
    color: #ffffff;
    background-color: transparent;
    border: 0;
    outline: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s; }
  .topbar .topbar-slideText .owl-nav button.owl-prev {
    left: 0; }
  .topbar .topbar-slideText .owl-nav button.owl-next {
    right: 0; }
  .topbar .topbar-slideText .owl-nav button.owl-prev:before,
  .topbar .topbar-slideText .owl-nav button.owl-next:before {
    content: "";
    font-family: 'FontAwesome';
    font-size: 22px; }
  .topbar .topbar-slideText .owl-nav button.owl-prev:before {
    content: "\f104"; }
  .topbar .topbar-slideText .owl-nav button.owl-next:before {
    content: "\f105"; }
  .topbar .topbar-slideText .owl-nav button.owl-prev:hover,
  .topbar .topbar-slideText .owl-nav button.owl-next:hover {
    color: var(--shop-conlor-text); }
  .topbar .topbar-slideText:hover .owl-nav button {
    opacity: 1; }
  .topbar .discount {
    padding: 0 45px;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    justify-content: center; }
  @media (max-width: 767px) {
    .topbar {
      font-size: 12px; }
    .topbar .topbar-slideText .discount {
      padding: 0 22px; }
    .topbar .topbar-slideText .owl-nav button.owl-prev {
      left: -10px;
      opacity: 1; }
    .topbar .topbar-slideText .owl-nav button.owl-next {
      right: -10px;
      opacity: 1; } }

.list-notify .article-item {
  padding: 12px 0; }
  .list-notify .article-item__block {
    display: flex; }
  .list-notify .article-item__image {
    flex: 0 0 auto;
    max-width: 100px;
    display: none; }
  .list-notify .article-item__detail .art-title {
    font-size: 14px; }
  .list-notify .article-item__detail .art-meta {
    font-size: 12px;
    color: var(--shop-color-text); }
  .list-notify .article-item__detail .art-date:after {
    content: "-";
    padding: 0 5px; }
  .list-notify .article-item__detail .art-link a {
    color: #007ff0;
    font-size: 12px; }
  .list-notify .article-item + .article-item {
    border-top: 1px solid #eee; }
  @media (max-width: 991px) {
    .list-notify .article-item {
      padding: 12px 0; } }

.list-notify .article-item-no {
  color: var(--shop-color-text); }

.topbar-bottom {
  background: var(--topbar-bg);
  color: var(--topbar-color-text);
  font-size: 13px; }
  .topbar-bottom .box-content {
    padding: 6px 0; }
    .topbar-bottom .box-content .box-right {
      white-space: nowrap; }
  .topbar-bottom .hotline a {
    font-weight: 700;
    color: var(--topbar-color-text); }
  .topbar-bottom .contact {
    margin-left: 15px;
    padding-left: 15px;
    position: relative; }
    .topbar-bottom .contact a {
      color: var(--topbar-color-text); }
    .topbar-bottom .contact:before {
      content: '';
      position: absolute;
      height: 80%;
      width: 1px;
      top: 0;
      margin: auto;
      left: 0;
      bottom: 0;
      background: rgba(255, 255, 255, 0.4); }
  .topbar-bottom .notify {
    position: relative; }
    .topbar-bottom .notify .noti-tt {
      color: var(--topbar-color-text);
      position: relative;
      cursor: pointer; }
      .topbar-bottom .notify .noti-tt .noti-numb {
        position: absolute;
        top: -5px;
        left: 12px;
        width: 16px;
        height: 16px;
        background: #ff0000;
        border: 1px solid #fff;
        color: #fff;
        font-size: 10px;
        font-weight: 600;
        border-radius: 50%;
        text-align: center; }
      .topbar-bottom .notify .noti-tt svg {
        margin-right: 7px;
        fill: currentColor; }
    .topbar-bottom .notify .notify-container {
      position: absolute;
      pointer-events: none;
      z-index: 99;
      top: calc(100% + 2px);
      right: -12px;
      background: #fff;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
      opacity: 0;
      visibility: hidden;
      transition: all 300ms ease;
      transform: translateY(20px); }
      .topbar-bottom .notify .notify-container:after {
        content: "";
        position: absolute;
        top: -24px;
        right: 15%;
        z-index: 99;
        border-top: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 15px solid #fff;
        border-left: 15px solid transparent;
        width: 0;
        height: 0; }
    .topbar-bottom .notify .sitenav-wrapper {
      background: #fff;
      width: auto;
      min-width: 360px;
      z-index: 15;
      padding: 0;
      border-radius: 0 0 3px 3px;
      position: relative;
      top: 0; }
    .topbar-bottom .notify .sitenav-header {
      display: none; }
    .topbar-bottom .notify .more-notify {
      text-align: center;
      padding: 10px 0;
      border-top: 1px solid #eee; }
      .topbar-bottom .notify .more-notify a {
        color: #007ff0; }
    .topbar-bottom .notify:hover .notify-container {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
      pointer-events: auto; }
  @media (min-width: 992px) {
    .topbar-bottom .sitenav-inner .sitenav-content {
      max-height: 70vh; } }
  @media (max-width: 991px) {
    .topbar-bottom {
      display: none; } }

.sitenav-content .btnclose {
  display: none;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 13px;
  z-index: 5;
  border: 0;
  background: transparent;
  text-align: center;
  outline: none; }
  .sitenav-content .btnclose svg {
    width: 16px;
    height: 30px; }

.sitenav-content__title {
  position: relative;
  padding: 0 0 10px;
  border-bottom: 1px solid var(--shop-color-border);
  text-align: center; }
  .sitenav-content__title .btn-close {
    display: none;
    width: 32px;
    height: 30px;
    position: absolute;
    right: 0;
    top: -6px;
    border: 0;
    background: transparent;
    text-align: center;
    outline: none; }
    .sitenav-content__title .btn-close svg {
      width: 18px;
      height: 30px; }
  .sitenav-content__title .txt-title {
    font-size: 18px;
    color: var(--shop-color-title);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
    font-weight: 500; }

.sitenav-content__block {
  padding-top: 20px; }

@media (min-width: 992px) {
  .sitenav-content .sitenav-boxscroll {
    overflow-y: scroll;
    max-height: 55vh;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    margin-right: -20px;
    padding-right: 20px; }
  .sitenav-content .sitenav-boxscroll::-webkit-scrollbar {
    width: 4px;
    height: 3px; }
  .sitenav-content .sitenav-boxscroll::-webkit-scrollbar-track {
    -webkit-border-radius: 2px;
    border-radius: 2px; }
  .sitenav-content .sitenav-boxscroll::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #e1e3e4;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
  .sitenav-content .sitenav-boxscroll::-webkit-scrollbar-thumb:window-inactive {
    background: #e1e3e4; } }

@media (max-width: 767px) {
  .sitenav-content .btnclose {
    display: block; }
  .sitenav-content__title {
    text-align: left;
    padding-right: 40px; }
    .sitenav-content__title .btn-close {
      display: block; }
    .sitenav-content__title .txt-title {
      font-size: 15px; } }

.sitenav-inner .sitenav-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid var(--shop-color-border); }
  .sitenav-inner .sitenav-header__title {
    font-size: 22px;
    font-weight: 600;
    margin: 0; }
  .sitenav-inner .sitenav-header__btn svg {
    width: 17px;
    height: 100%;
    margin: 0 auto;
    cursor: pointer; }
  .sitenav-inner .sitenav-header .cart-shipping {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 18px; }
    .sitenav-inner .sitenav-header .cart-shipping__title {
      font-size: 14px;
      font-weight: 400;
      color: #666666;
      letter-spacing: 0.5px;
      min-height: 30px; }
      .sitenav-inner .sitenav-header .cart-shipping__title .price {
        font-weight: 600;
        color: #ff2c26; }
      .sitenav-inner .sitenav-header .cart-shipping__title .free-ship {
        text-transform: uppercase;
        color: #333333;
        font-weight: 600; }

.sitenav-inner .sitenav-content {
  padding: 15px;
  position: relative;
  overflow-y: scroll;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: none;
  overscroll-behavior: none; }
  .sitenav-inner .sitenav-content::-webkit-scrollbar {
    width: 4px;
    height: 3px; }
  .sitenav-inner .sitenav-content::-webkit-scrollbar-track {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-left: 10px; }
  .sitenav-inner .sitenav-content::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #e1e3e4;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
  .sitenav-inner .sitenav-content::-webkit-scrollbar-thumb:window-inactive {
    background: #e1e3e4; }
  .sitenav-inner .sitenav-content .more-notify {
    padding: 8px 0;
    border-top: 1px solid var(--shop-color-border); }
  .sitenav-inner .sitenav-content .more-notify a {
    color: #0d6efd; }

.sitenav-inner .sitenav-footer {
  padding: 15px;
  margin-top: auto;
  border-top: 1px solid var(--shop-color-border); }
